]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update for release 2.24.1
[evince.git] / ChangeLog
1 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * NEWS:
4
5         Update for release 2.24.1
6         
7 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * shell/ev-window.c: (ev_window_cmd_view_presentation):
10
11         Disable toggle function of F5 when in presentation mode. Patch by
12         Dave Neary. Fixes bug #556162.
13         
14 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
17         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
18         (ev_sidebar_thumbnails_fill_model),
19         (ev_sidebar_thumbnails_refresh),
20         (ev_sidebar_thumbnails_set_document):
21
22         Instead of using only one loading icon for thumbnails based on the
23         size of the first page, create an icon for every different page
24         size. Fixes bug #556264.
25         
26 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
27
28         * shell/ev-page-cache.c: (ev_page_cache_finalize):
29
30         Fix memory leak.
31         
32 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
33
34         * shell/ev-window-title.c (ev_window_title_sanitize_title):
35
36         Removes bad prefixes from window title. Patch by 
37         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
38         
39 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
40
41         * shell/ev-window.c: (launch_external_uri):
42
43         Do not consider mailto links as http uris. Fixes bug #555801.
44         
45 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
46
47         * shell/ev-view.c: (merge_selection_region), (clear_selection):
48
49         Fix memory leak. Fixes bug #555134.
50         
51 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
52
53         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
54
55         Emit the job finished signal when the job is handled before the
56         page_ready callback.
57         
58 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
59
60         * shell/ev-window.c: (launch_action):
61
62         Use GdkAppLaunchContext when available to launch external
63         applications.
64         
65 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
66
67         * shell/ev-window.c: (launch_action):
68
69         Fix launching external applications for launch actions which seems
70         to be broken since the gio port. Fixes bug #554500.
71         
72 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
73
74         * backend/dvi/Makefile.am:
75         * backend/dvi/cairo-device.c:
76         * backend/dvi/dvi-document.c:
77         * backend/dvi/mdvi-lib/Makefile.am:
78
79         Fix several compile warnings in the dvi backend.
80         
81 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * backend/dvi/mdvi-lib/common.h:
84         * backend/dvi/mdvi-lib/dviread.c:
85         * backend/dvi/mdvi-lib/font.c:
86         * backend/dvi/mdvi-lib/fontmap.c:
87         * backend/dvi/mdvi-lib/fontsrch.c:
88         * backend/dvi/mdvi-lib/gf.c:
89         * backend/dvi/mdvi-lib/pagesel.c:
90         * backend/dvi/mdvi-lib/pk.c:
91         * backend/dvi/mdvi-lib/sp-epsf.c:
92         * backend/dvi/mdvi-lib/special.c:
93         * backend/dvi/mdvi-lib/tfm.c:
94         * backend/dvi/mdvi-lib/tfmfile.c:
95         * backend/dvi/mdvi-lib/util.c:
96         * backend/dvi/mdvi-lib/vf.c:
97
98         Rename error as mdvi_error to avoid symbol conflicts with the libc
99         error. Rename also message, crash, fatal and warning for
100         consistency. Fixes bug #553369.
101         
102 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
103
104         * backend/dvi/dvi-document.c: (dvi_document_load):
105
106         Fix memory leak.
107         
108 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
109
110         * backend/dvi/dvi-document.c:
111
112         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
113         G_IMPLEMENT_INTERFACE.
114         
115 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
118
119         Make sure copy_job_page_and_selection_to_job_info is always called
120         before copy_job_to_job_info. Fixes bug #552382.
121         
122 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
123
124         * NEWS:
125         * configure.ac:
126
127         Update for release 2.24.0
128         
129 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
130
131         * shell/ev-window.c: (launch_external_uri):
132
133         Use GdkAppLaunchContext when available to launch external uris.
134         
135 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * shell/ev-window.c: (launch_external_uri):
138
139         Use the message area to show errors when lauching external uris
140         instead of a popup window.
141         
142 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * shell/ev-window.c: (launch_external_uri):
145
146         Assume invalid uris are http uris. Fixes bug #552071.
147         
148 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
149
150         * NEWS:
151         * configure.ac:
152
153         Update for release 2.23.92.
154         
155 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * shell/eggfindbar.c: (egg_find_bar_class_init):
158
159         Allow page scrolling with PageUp/PageDown keys when find bar is
160         active. Fixes bug #529833.
161         
162 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
163
164         * shell/ev-view-private.h:
165         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
166         (ev_view_scroll), (ev_view_class_init):
167         * shell/ev-view-accessible.c:
168         (ev_view_accessible_action_do_action):
169         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
170         (ev_window_cmd_scroll_backward):
171
172         Use GtkScrollType instead of EvScrollType.
173         
174 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
175
176         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
177         
178         Patch for case unsensitive page label match by Michael Lee.
179         See bug #550136.
180         
181         * shell/ev-page-action.c (create_tool_item):    
182         * test/Makefile.am:
183         * test/test1.py:
184         * test/test4.py:
185         * test/test5.py:
186         
187         Added test for the above and updated other tests.
188
189 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
190
191         * shell/ev-window.c: (image_save_dialog_response_cb):
192
193         Do not append the file extension twice when saving an image.
194         
195 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
196
197         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
198
199         Remove an invalid ifdef.
200         
201 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
202
203         * shell/ev-view.c: (ev_view_motion_notify_event):
204
205         Make sure the cursor is correctly restored after showing the right
206         click menu.
207         
208 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
209
210         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
211         (ev_attachment_open):
212         * shell/ev-sidebar-attachments.c:
213         (ev_sidebar_attachments_button_press):
214         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
215
216         Use GdkAppLaunchContext when available to open attachments.
217         
218 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
219
220         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
221
222         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
223         by Eric Piel.
224         
225 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
226
227         * shell/ev-application.c: (ev_application_get_media_keys):
228         * shell/ev-media-player-keys.[ch]:
229         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
230         (ev_media_player_keys_grab_keys),
231         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
232         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
233         * shell/ev-window.[ch]: (ev_window_dispose),
234         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
235         (ev_window_init):
236
237         Clean up the media player keys stuff.
238         
239 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
240
241         * NEWS:
242         * configure.ac:
243
244         Update for release 2.23.91.
245         
246 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * cut-n-paste/smclient/eggsmclient-xsmp.c:
249         (sm_client_xsmp_set_initial_properties):
250
251         Fix memory leak.
252         
253 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
254
255         * shell/ev-application.c: (ev_application_open_window),
256         (ev_application_open_uri_at_dest):
257
258         Make sure evince starts up in the right workspace when resuming a
259         previous session.
260         
261 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
262
263         * shell/ev-application.[ch]: (ev_application_open_window),
264         (ev_application_add_icon_path_for_screen),
265         (ev_application_open_uri_at_dest):
266
267         Fix window manager warnings shown in ~/.xsession-errors
268         
269 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
270
271         * configure.ac:
272         * cut-n-paste/Makefile.am:
273         * cut-n-paste/smclient/Makefile.am:
274         * cut-n-paste/smclient/eggdesktopfile.[ch]:
275         * cut-n-paste/smclient/eggsmclient-private.h:
276         * cut-n-paste/smclient/eggsmclient-xsmp.c:
277         * cut-n-paste/smclient/eggsmclient.[ch]:
278
279         EggSMClient copied from libegg
280
281         * libdocument/ev-file-helpers.c: (ev_dot_dir):
282         * shell/Makefile.am:
283         * shell/ev-application.[ch]: (ev_application_load_session),
284         (smclient_save_state_cb), (smclient_quit_cb),
285         (ev_application_init_session), (ev_application_shutdown),
286         (ev_application_init):
287         * shell/main.c: (main):
288
289         Use EggSMClient instead of gnome-client and remove libgnome and
290         libgnomeui dependencies.
291         
292 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
293
294         * shell/main.c: (main):
295
296         Remove gnome_authentication_manager_init.
297         
298 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * shell/ev-view.c: (ev_view_goto_window_create):
301
302         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
303         since it's now deprecated.
304         
305 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
306
307         * backend/djvu/Makefile.am:
308         * backend/djvu/djvu-document-private.h:
309         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
310         (djvu_document_find_iface_init):
311         * backend/djvu/djvu-text-page.[ch]:
312         * backend/djvu/djvu-text.[ch]: Removed
313         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
314         (pdf_document_find_iface_init):
315         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
316         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
317         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
318         (ev_job_find_get_n_results), (ev_job_find_get_progress),
319         (ev_job_find_has_results), (ev_job_find_get_results):
320         * shell/ev-view-private.h:
321         * shell/ev-view.[ch]: (ev_view_expose_event),
322         (highlight_find_results), (ev_view_finalize),
323         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
324         (ev_view_set_document), (ev_view_find_get_n_results),
325         (ev_view_find_get_result), (jump_to_find_result),
326         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
327         (ev_view_find_previous), (ev_view_find_search_changed),
328         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
329         * shell/ev-window.c: (ev_window_update_actions),
330         (page_changed_cb), (ev_window_setup_document),
331         (ev_window_update_find_status_message),
332         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
333         (ev_window_clear_find_job), (find_bar_close_cb),
334         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
335         (ev_window_dispose), (ev_window_init):
336
337         Rework find interface. The find logic has been moved from backends
338         to the shell avoiding a lot of duplicated code in the backends and
339         making easier to implement the find interface in the backends.
340         
341 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
342
343         * backend/pdf/ev-poppler.cc:
344         (pdf_document_thumbnails_get_dimensions):
345
346         Make sure thumbnail size returned by the PDF is actually
347         valid. Fixes bug #548462.
348         
349 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
350
351         * shell/ev-window.c: (ev_window_setup_document),
352         (ev_window_set_document), (ev_window_dispose):
353
354         Remove the idle function for setting the document up when the
355         window is destroyed. Fixes bug #549163.
356         
357 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
358
359         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
360         (ev_job_attachments_dispose), (ev_job_attachments_run),
361         (ev_job_attachments_class_init), (ev_job_attachments_new):
362         * shell/ev-sidebar-attachments.c:
363         (ev_sidebar_attachments_set_document):
364
365         Add a new job to get the attachments in a thread with the document
366         lock held. Fixes bug #548653.
367         
368 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
371         (tiff_document_document_iface_init):
372
373         Implement document_get_page_label in tiff backend.
374         
375 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
376
377         * backend/tiff/tiff-document.c: (tiff_document_render):
378
379         Handle document orientation in tiff backend. Fixes bug #548444.
380         
381 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
384
385         Do not crash when adjustment page size is 0. Fixes bug #547440.
386         
387 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * cut-n-paste/evmountoperation/ev-mount-operation.c:
390
391         Sync with current GTK+.
392         
393 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
394
395         * configure.ac:
396         
397         Update for release 2.23.6.
398
399 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
400
401         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
402         (ev_job_load_set_password):
403         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
404         * shell/ev-window.c: (password_dialog_response),
405         (ev_window_load_job_cb):
406
407         Fix loading encrypted documents since I broke it with the jobs
408         rework.
409         
410 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
411
412         * NEWS:
413
414         Update NEWS for 2.23.6 release.
415         
416 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
417
418         * backend/impress/impress-document.c:
419         * backend/impress/render.h:
420         * libdocument/ev-document-factory.c:
421         * libdocument/ev-document-factory.h:
422         * libdocument/ev-document-links.h:
423         * libdocument/ev-document-misc.c:
424         * libdocument/ev-document-misc.h:
425         * properties/ev-properties-main.c:
426         * properties/ev-properties-view.c:
427         * properties/ev-properties-view.h:
428         * shell/eggfindbar.c:
429         * shell/eggfindbar.h:
430         * shell/ev-application.c:
431         * shell/ev-application.h:
432         * shell/ev-jobs.h:
433         * shell/ev-message-area.h:
434         * shell/ev-navigation-action.c:
435         * shell/ev-navigation-action.h:
436         * shell/ev-open-recent-action.c:
437         * shell/ev-open-recent-action.h:
438         * shell/ev-page-action-widget.c:
439         * shell/ev-page-action.c:
440         * shell/ev-page-action.h:
441         * shell/ev-page-cache.h:
442         * shell/ev-password-view.h:
443         * shell/ev-password.h:
444         * shell/ev-pixbuf-cache.h:
445         * shell/ev-properties-fonts.c:
446         * shell/ev-sidebar-attachments.c:
447         * shell/ev-sidebar-links.c:
448         * shell/ev-sidebar-links.h:
449         * shell/ev-sidebar-thumbnails.c:
450         * shell/ev-sidebar-thumbnails.h:
451         * shell/ev-sidebar.c:
452         * shell/ev-sidebar.h:
453         * shell/ev-stock-icons.c:
454         * shell/ev-tooltip.h:
455         * shell/ev-view.c:
456         * shell/ev-view.h:
457         * shell/ev-window.c:
458         * shell/ev-window.h:
459         * shell/main.c:
460
461         More #include cleanups. Again: reordering, single gtk.h
462         includes and other stuff.
463
464 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
465
466         * shell/eggfindbar.c:
467         * shell/ev-application.c:
468         * shell/ev-message-area.c:
469         * shell/ev-navigation-action.c:
470         * shell/ev-open-recent-action.c:
471         * shell/ev-page-action-widget.c:
472         * shell/ev-page-action.c:
473         * shell/ev-password-view.c:
474         * shell/ev-properties-dialog.c:
475         * shell/ev-properties-fonts.c:
476         * shell/ev-sidebar-attachments.c:
477         * shell/ev-sidebar-page.c:
478         * shell/ev-sidebar-thumbnails.c:
479         * shell/ev-stock-icons.c:
480         * shell/ev-tooltip.c:
481         * shell/ev-view.c:
482         * shell/ev-window.c:
483         * shell/main.c:
484
485         Cleanup many #include statements: reorder so that a
486         generic-to-specific order is used, use single gtk.h
487         includes, and some other cleanups.
488
489 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
490
491         * shell/ev-jobs.h:
492
493         Add gio header.
494         
495 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
496
497         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
498         (ev_document_fc_mutex_trylock):
499         * shell/Makefile.am:
500         * shell/ev-job-queue.[ch]:
501         * shell/ev-job-scheduler.[ch]:
502         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
503         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
504         (ev_job_run), (ev_job_cancel), (ev_job_failed),
505         (ev_job_failed_from_error), (ev_job_succeeded),
506         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
507         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
508         (ev_job_links_class_init), (ev_job_render_init),
509         (notify_page_ready), (ev_job_render_page_ready),
510         (ev_job_render_run), (ev_job_render_class_init),
511         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
512         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
513         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
514         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
515         (ev_job_save_dispose), (ev_job_save_run),
516         (ev_job_save_class_init), (ev_job_print_init),
517         (ev_job_print_dispose), (ev_job_print_run),
518         (ev_job_print_class_init):
519         * shell/ev-page-cache.c:
520         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
521         (check_job_size_and_unref), (move_one_job),
522         (copy_job_to_job_info), (add_job),
523         (ev_pixbuf_cache_add_jobs_if_needed):
524         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
525         (job_fonts_finished_cb), (job_fonts_updated_cb),
526         (ev_properties_fonts_set_document):
527         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
528         (ev_sidebar_links_set_document):
529         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
530         (ev_sidebar_thumbnails_set_document),
531         (ev_sidebar_thumbnails_clear_job):
532         * shell/ev-view-private.h:
533         * shell/ev-view.c:
534         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
535         (ev_window_refresh_window_thumbnail), (password_dialog_response),
536         (ev_window_clear_load_job), (ev_window_clear_reload_job),
537         (ev_window_load_job_cb), (ev_window_reload_job_cb),
538         (window_open_file_copy_ready_cb), (ev_window_open_uri),
539         (ev_window_reload_document), (ev_window_clear_save_job),
540         (ev_window_save_job_cb), (file_save_dialog_response_cb),
541         (ev_window_clear_print_job), (ev_window_print_job_cb),
542         (ev_window_print_dialog_response_cb):
543         * shell/main.c: (main):
544
545         Rework the jobs system in order to make it simpler and more
546         extensible. It allows to run jobs in the main loop instead of
547         using a thread when it's appropriate like the fonts job. Now it's
548         also possible to cancel jobs that are currently running. 
549         
550 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
551
552         * libdocument/ev-debug.c: (profile_init):
553
554         Create the hash table also when profiling service is enabled for
555         all sections.
556         
557 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * libdocument/ev-debug.[ch]: (ev_profiler_start),
560         (ev_profiler_stop):
561         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
562         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
563         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
564         (ev_job_print_run):
565         * shell/main.c: (main):
566
567         Add a profile mode available when debug is enabled. Add profilers
568         in ev-jobs.
569         
570 2008-07-23  Götz Waschk <waschk@mandriva.org>
571
572         * configure.ac: Correctly build desktop file. Fixes
573         bug #544237.
574
575 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
576
577         * configure.ac:
578         
579         Update for release 2.23.5.
580
581 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
582
583         * NEWS:
584
585         Update NEWS for 2.23.5 release.
586         
587 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * shell/ev-window.c: (ev_window_state_event),
590         (ev_window_class_init):
591
592         Intercept window manager's fullscreen request in order to run/stop
593         fullscreen mode. Fixes bug #493541.
594         
595 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
596
597         * shell/ev-window.c: (find_bar_visibility_changed_cb):
598
599         Restart the job search when the find bar is opened for the second
600         time. Fixes bug #531956.
601         
602 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
603
604         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
605         (get_document_from_uri):
606
607         Make sure we always return a valid error struct when
608         get_document_from_uri fails. Fixes nautilus crash, see bug
609         #542548.
610         
611 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
612
613         * libdocument/ev-transition-effect.c
614         (ev_transition_effect_type_get_type),
615         (ev_transition_effect_alignment_get_type),
616         (ev_transition_effect_direction_get_type):
617         
618         Fixes bug #542924. Makes enums static to fix Solaris build.
619
620 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * shell/ev-view.c: (ev_view_key_press_event):
623
624         Add '.' keybinding for blanking the screen in presentation
625         mode. Fixes bug #542001.
626         
627 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * libdocument/ev-document-misc.c:
630         (ev_document_misc_pixbuf_from_surface):
631
632         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
633         #540950.
634         
635 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
636
637         * backend/comics/comics-document.c (comics_document_load):
638         * backend/comics/comicsdocument.evince-backend.in:
639         * configure.ac:
640         * thumbnailer/evince-thumbnailer-comics.schemas.in:
641         
642         Added support for 7-zip based cb7 comic book. Patch by
643         Kartik Rustagi. Fixes bug #532312.
644
645 2008-06-24  Bastien Nocera  <hadess@hadess.net>
646
647         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
648         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
649         Fixes bug #539972.
650
651 2008-06-24  Bastien Nocera  <hadess@hadess.net>
652
653         * shell/Makefile.am:
654         * shell/ev-application.c (ev_application_init),
655         (ev_application_get_media_keys):
656         * shell/ev-application.h:
657         * shell/ev-marshal.list:
658         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
659         (proxy_destroy), (on_media_player_key_pressed),
660         (ev_media_player_keys_init), (ev_media_player_keys_focused),
661         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
662         * shell/ev-media-player-keys.h:
663         * shell/ev-window.c (ev_window_go_previous_page),
664         (ev_window_go_next_page), (ev_window_go_first_page),
665         (ev_window_go_last_page), (ev_window_start_presentation),
666         (ev_window_dispose), (view_actions_focus_in_cb):
667         * shell/ev-window.h: When building with D-Bus support, listen
668         for multimedia key events from gnome-settings-daemon. This allows
669         to go to the next/previous/first/last pages using, respectively,
670         Next/Previous/Rewing/Fast Forward. The Play button is used to start
671         a presentation. Fixes bug #539971.
672
673 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
674
675         * configure.ac:
676         
677         Update for release 2.23.4.
678
679 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * NEWS:
682
683         Update news for 2.23.4 release.
684         
685 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
688         * shell/ev-sidebar-thumbnails.c:
689         (ev_sidebar_thumbnails_set_loading_icon),
690         (ev_sidebar_thumbnails_refresh):
691         * shell/ev-window.c: (ev_window_error_message),
692         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
693         (ev_window_set_document):
694
695         Do not crash opening documents with no pages and show a warning
696         message in the message area. Fixes bugs #537574 and #171588.
697         
698 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * shell/Makefile.am:
701         * shell/ev-file-monitor.[ch]:
702         * shell/ev-window.c: (ev_window_document_changed),
703         (ev_window_clear_reload_job), (ev_window_load_job_cb),
704         (ev_window_reload_job_cb), (ev_window_open_uri),
705         (ev_window_reload_document), (ev_window_cmd_view_reload),
706         (ev_window_dispose):
707
708         Automaticly reload the document when the file has changed on
709         disk. Bug #304249.
710         
711 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
712
713         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
714         * libdocument/ev-image.c: (ev_image_save_tmp):
715         * libdocument/ev-module.c: (ev_module_load):
716         * shell/ev-application.c: (ev_application_shutdown),
717         (ev_application_get_print_settings):
718         * shell/ev-sidebar-attachments.c:
719         (ev_sidebar_attachments_button_press),
720         (ev_sidebar_attachments_drag_data_get):
721         * shell/ev-window.c: (window_save_file_copy_ready_cb),
722         (ev_window_print_finished), (ev_window_print_send),
723         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
724         (ev_window_preview_print_finished), (ev_window_do_preview_print),
725         (ev_window_cmd_preview_print):
726         * shell/main.c: (load_files_remote):
727         Fix some build warnings under GCC 4.3.0. (#537535).
728
729 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * shell/ev-jobs.c: (ev_job_render_dispose):
732
733         Fix a crash in debug mode. Patch by Daniel M German.
734         
735 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
736
737         * shell/ev-window.c:
738
739         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
740         
741 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
742
743         * shell/ev-window.c: (ev_window_print_send),
744         (ev_window_do_preview_print):
745
746         Use the window title as print job name instead of just
747         "evince-print". Fixes bug #534493.
748         
749 2008-05-19  Frederic Peters  <fpeters@0d.be>
750
751         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
752         Bug #533897.
753
754 2008-05-19  Frederic Peters  <fpeters@0d.be>
755
756         * help/reference/Makefile.am: added missing libevmountoperation to
757         gtkdoc-scanobj libraries.  Bug #533896.
758
759 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
760
761         * properties/ev-properties-view.c (get_default_user_units):
762         Fixes check for default units string translation. Bug #533323.
763
764 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
765
766         * backend/impress/iksemel.c (sax_core): Fix a free() that should
767         be an iks_free(). Fix an array overflow in the XML parser that
768         would occur whenever the number of attributes in a tag was greater
769         than 0 and divisible by 6. Fixes GNOME bug #530852.
770
771 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
772
773         * backend/djvu/djvu-document-private.h:
774         * backend/djvu/djvu-links.c:
775         * backend/djvu/djvu-text.c:
776         * backend/djvu/djvu-document.c: (djvu_handle_events),
777         (djvu_wait_for_message), (djvu_document_load),
778         (document_get_page_size), (djvu_document_render),
779         (djvu_document_thumbnails_get_thumbnail),
780         (djvu_document_file_exporter_end):
781
782         Make sure load job doesn't finish successfully when the document
783         is not successfully decoded by libdjvu. Fixes bug #530202.
784         
785 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
786
787         * configure.ac:
788         * libdocument/Makefile.am:
789         * libdocument/ev-debug.[ch]:
790         * libdocument/ev-document.c:
791         * shell/ev-jobs.c: (ev_job_links_dispose),
792         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
793         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
794         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
795         (ev_job_render_page_ready), (ev_job_render_run),
796         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
797         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
798         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
799         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
800         (ev_job_print_new), (ev_job_print_run):
801         * shell/main.c: (main):
802
803         Add debug mode based on gedit code. Add debug messages in
804         ev-jobs.
805         
806 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
807
808         * libdocument/ev-document-factory.c: (get_document_from_uri):
809
810         Fix memory leak.
811         
812 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
813
814         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
815         (get_mime_type_from_data), (get_document_from_uri),
816         (ev_document_factory_get_document):
817         
818         Improved error message about file opening failture.
819         Bug #529129.
820
821 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
822
823         * data/evince-toolbar.xml:
824         
825         Allow to add SaveAs to toolbar.
826
827 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
828
829         * shell/ev-view-private.h:
830         * shell/ev-view.[ch]: (ev_view_button_release_event),
831         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
832         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
833         (ev_view_update_primary_selection), (clear_link_selected),
834         (ev_view_copy_link_address):
835         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
836
837         Update also the primary selection when copying a link
838         address. Fixes bug #520855.
839         
840 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
841
842         * libdocument/ev-document-factory.c: (get_document_from_uri):
843
844         Use the pixbuf backend only when the mime type is not supported by
845         any of the other backend so that tiff documents, for instance, are
846         handled by the tiff backend instead of the pixbuf backend. fixes
847         bug #520290.
848         
849 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * cut-n-paste/Makefile.am:
852
853         Add evmountoperation to subdirs list.
854         
855 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
856
857         * configure.ac:
858
859         Fix libspectre check in configure script. Fixes bug #528549.
860         
861 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
862
863         * configure.ac:
864         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
865         * shell/Makefile.am:
866         * shell/ev-window.c: (ev_window_load_remote_failed),
867         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
868
869         Add GtkMountOperation (renamed to avoid conflicts) to be able to
870         open documents in remote locations that are not mounted.
871         
872 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
873
874         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
875         (bitmap_convert_msb8):
876         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
877         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
878
879         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
880         
881 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
882
883         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
884         (ev_job_render_new), (ev_job_render_set_selection_info),
885         (ev_job_render_run):
886         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
887         (check_job_size_and_unref),
888         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
889         (add_job), (ev_pixbuf_cache_get_selection_surface):
890
891         Create the render context needed for rendering a page in the render
892         thread so that we don't block the main thread. Simplify
893         EvJobRender API.
894         
895 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
896
897         * libdocument/Makefile.am:
898         * libdocument/ev-page.[ch]:
899         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
900         (ev_render_context_new), (ev_render_context_set_page):
901         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
902         (ev_form_field_finalize), (ev_form_field_class_init):
903         * libdocument/ev-document-forms.[ch]:
904         (ev_document_forms_get_form_fields):
905         * libdocument/ev-document.[ch]: (ev_document_get_page),
906         (ev_document_get_page_size), (ev_document_get_page_label):
907         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
908         (ev_job_render_run), (ev_job_thumbnail_new),
909         (ev_job_thumbnail_run), (ev_job_print_run):
910         * shell/ev-page-cache.c: (ev_page_cache_new):
911         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
912         (check_job_size_and_unref), (add_job):
913         * shell/ev-sidebar-thumbnails.c: (add_range):
914         * shell/ev-view.c: (ev_view_form_field_get_region),
915         (ev_view_form_field_button_create_widget),
916         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
917         (ev_view_handle_form_field), (ev_view_size_allocate),
918         (get_selected_text):
919         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
920         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
921         (pdf_document_get_page), (pdf_document_get_page_label),
922         (pdf_document_render), (pdf_document_get_info),
923         (pdf_document_document_iface_init),
924         (pdf_document_thumbnails_get_thumbnail),
925         (pdf_document_thumbnails_get_dimensions),
926         (pdf_document_file_exporter_do_page),
927         (pdf_selection_render_selection),
928         (pdf_selection_get_selected_text),
929         (pdf_selection_get_selection_region),
930         (pdf_selection_get_selection_map),
931         (pdf_document_forms_get_form_fields),
932         (pdf_document_forms_form_field_text_get_text),
933         (pdf_document_forms_form_field_text_set_text),
934         (pdf_document_forms_form_field_button_set_state),
935         (pdf_document_forms_form_field_button_get_state),
936         (pdf_document_forms_form_field_choice_get_item),
937         (pdf_document_forms_form_field_choice_get_n_items),
938         (pdf_document_forms_form_field_choice_is_item_selected),
939         (pdf_document_forms_form_field_choice_select_item),
940         (pdf_document_forms_form_field_choice_toggle_item),
941         (pdf_document_forms_form_field_choice_unselect_all),
942         (pdf_document_forms_form_field_choice_set_text),
943         (pdf_document_forms_form_field_choice_get_text):
944         * backend/ps/ev-spectre.c: (ps_document_get_page),
945         (ps_document_get_page_size), (ps_document_get_page_label),
946         (ps_document_render), (ps_document_document_iface_init),
947         (ps_document_file_exporter_do_page):
948         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
949         (tiff_document_render), (tiff_document_render_pixbuf),
950         (tiff_document_file_exporter_do_page):
951         * backend/pixbuf/pixbuf-document.c:
952         (pixbuf_document_get_page_size):
953         * backend/comics/comics-document.c:
954         (comics_document_get_page_size), (comics_document_render_pixbuf):
955         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
956         (djvu_document_render), (djvu_selection_get_selected_text),
957         (djvu_document_thumbnails_get_thumbnail),
958         (djvu_document_file_exporter_do_page),
959         (djvu_document_find_get_result):
960         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
961         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
962         (dvi_document_thumbnails_get_thumbnail),
963         (dvi_document_file_exporter_do_page):
964         * backend/impress/impress-document.c:
965         (impress_document_get_page_size),
966         (impress_document_render_pixbuf):
967         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
968
969         Add EvPage so that we can hold a reference to the backend
970         page. Form fields keep now a reference to the poppler page
971         improving performance since we don't have to create/destroy the
972         poppler field for every form operation. This will be needed for
973         annotations too.
974         
975 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * data/evince-ui.xml:
978         * shell/ev-window.c:
979
980         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
981         
982 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
983
984         * configure.ac:
985         * backend/ps/Makefile.am:
986
987         Remove gs stuff from ps backend.
988         
989 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
990
991         * configure.ac:
992         * backend/pdf/ev-poppler.cc:
993
994         Bump poppler requirement to 0.8.0.
995         
996 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
997
998         * NEWS:
999         * configure.ac:
1000
1001         Update for release 2.22.1.1
1002
1003 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1004
1005         * configure.ac:
1006
1007         Fix build (again) when poppler version is 0.6
1008         
1009 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1010
1011         * backend/djvu/djvu-links.c: (build_tree):
1012
1013         Make sure link title is a valid utf8 string. Fixes bug #526517.
1014         
1015 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * configure.ac:
1018
1019         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1020         #526799.
1021         
1022 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1023
1024         * configure.ac:
1025         
1026         Update for release 2.22.1.
1027
1028 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * NEWS:
1031
1032         Update for upcoming release.
1033
1034 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * configure.ac:
1037         * backend/dvi/dvidocument.evince-backend.in:
1038
1039         Add compressed dvi to the list of supported mime types. Patch by
1040         Ed Catmur. Fixes bug #307087.
1041
1042 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1045
1046         Fix a crash when printing a range that doesn't specify the start or
1047         end page. Fixes bug #524288.
1048
1049 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * shell/ev-window.c: (ev_window_cmd_continuous),
1052         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1053         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1054         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1055         (ev_window_run_presentation), (ev_window_stop_presentation),
1056         (ev_window_cmd_view_presentation),
1057         (ev_window_cmd_leave_fullscreen),
1058         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1059
1060         Do not unfullscreen and fullscreen again the window when changing
1061         from fullscreen to presentation mode and vice versa. Fixes bug
1062         #524112.
1063         
1064 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1065
1066         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1067
1068         Do not crash when thumbnail failed to render in PS backend. Fixes
1069         bug #525015.
1070         
1071 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1072
1073         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1074         (ev_window_load_file_remote), (ev_window_open_uri):
1075
1076         Handle errors when opening remote files.
1077         
1078 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1079
1080         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1081
1082         Only grab the focus for the current visible proxy widget. Fixes
1083         bug #521224.
1084         
1085 2008-03-30  Emil Soleyman  <emil@nishra.com>
1086
1087         * shell/ev-window.c: (launch_external_uri):
1088         
1089         Reuse g_app_info_launch_default_for_uri to
1090         save some code and fix bug #525009.
1091
1092 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1093
1094         * shell/ev-window.c (image_save_dialog_response_cb):
1095
1096         Use g_str_has_suffix. See bug #523069.
1097
1098 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1099
1100         * configure.ac:
1101
1102         Add a configure option to enable/diable DBus. Patch by Rémi
1103         Cardona. Fixes bug 521797.
1104
1105 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1108
1109         Fix printing in documents with rotated pages. Patch by Eugen
1110         Dedu. Fixes bug #512648.
1111         
1112 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1113
1114         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1115         (ev_link_from_action):
1116
1117         Fix warning messages.
1118         
1119 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1120
1121         * shell/ev-window.c: (image_save_dialog_response_cb):
1122
1123         Do not append the extension to filename when saving an image
1124         if the filename alredy contains the extension. Fixes bug #523069.
1125         
1126 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1127
1128         * shell/ev-view.[ch]: (ev_view_find_cancel):
1129         * shell/ev-window.c: (find_bar_close_cb):
1130
1131         Cancel the find operation when the find bar is closed. Fixes bug
1132         #508845.
1133         
1134 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1135
1136         * backend/ps/psdocument.evince-backend.in:
1137
1138         Make ps backend module resident. Fixes bug #520607.
1139         
1140 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * shell/ev-jobs.c: (ev_job_print_run):
1143
1144         Invert collate action in order to work as expected, fix reverse
1145         printing so that it doesn't start with a blank page and fix number
1146         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1147         
1148 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1149
1150         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1151
1152         Fix build with poppler <= 0.7.2
1153         
1154 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1155
1156         * libdocument/ev-document-misc.c:
1157         (ev_document_misc_surface_from_pixbuf):
1158
1159         Fix selections with poppler-splash.
1160         
1161 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1162
1163         * configure.ac:
1164         * backend/pdf/ev-poppler.cc:
1165
1166         Fix build with poppler >= 0.7.2
1167         
1168 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1169
1170         * configure.ac:
1171         
1172         Update for release 2.22.0
1173
1174 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1175
1176         * NEWS:
1177
1178         Update for upcoming release.
1179
1180 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1181
1182         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1183
1184         Bug 495107 – Handle print dialog responses correctly
1185
1186         Correctly handle print dialog response. Properly fixes
1187         the above mentioned bug.
1188
1189 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1192
1193         Make sure print job is only run when the print button is
1194         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1195         
1196 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1197
1198         * backend/pdf/pdfdocument.evince-backend.in:
1199         * libdocument/ev-backends-manager.c:
1200         (ev_backends_manager_load_backend),
1201         (ev_backends_manager_get_document):
1202         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1203
1204         Allow making backend modules resident. This is needed only for
1205         some backends like pdf to avoid registering glib types more than
1206         once.
1207         
1208 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1209
1210         * backend/comics/comics-document.c:
1211         * backend/djvu/djvu-document.c:
1212         * backend/impress/impress-document.c:
1213         * backend/pdf/ev-poppler.cc:
1214         * backend/pixbuf/pixbuf-document.c:
1215         * backend/ps/ev-spectre.c:
1216         * backend/ps/ps-document.c:
1217         * backend/tiff/tiff-document.c:
1218         * libdocument/ev-document.h:
1219         * properties/ev-properties-main.c:
1220
1221         Use g_type_module_add_interface instead of
1222         g_type_add_interface_static. Fixes bug #519679.
1223         
1224 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1225
1226         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1227         Added. Returns whether the animation has everything necessary to run.
1228         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1229         is ready just because it's been created. Fixes #519106.
1230         (draw_one_page): Do not show the "Loading..." text in presentation
1231         mode, there was a slim probability that this could happen.
1232
1233 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1234
1235         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1236
1237         Duplicate mime_type string before freeing it so that it doesn't
1238         always fail when getting mime type from uri. Fixes bug #518874.
1239         
1240 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1241
1242         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1243
1244         Fix a crash when a choice form field doesn't have any item
1245         selected. Fixes bug #518831
1246         
1247 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1248
1249         * shell/ev-window.c (ev_window_clear_temp_file):
1250         Use g_file_has_prefix instead of renamed
1251         g_file_contains_file.
1252
1253         * configure.ac:
1254         Require new glib for above change.
1255         
1256 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1257
1258         * libdocument/ev-image.c: (ev_image_finalize),
1259         (ev_image_save_tmp):
1260
1261         Return a real uri instead of a filename when saving an
1262         image. Fixes images drag an drop from evince to nautilus. 
1263         
1264 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1265
1266         * backend/pdf/ev-poppler.cc:
1267         (pdf_document_images_get_image_mapping):
1268
1269         Return the image list in the right order. Fixes bug #516237.
1270         
1271 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1272
1273         * backend/impress/impress-document.c:
1274         (impress_document_thumbnails_get_thumbnail):
1275
1276         Remove unused variable to avoid a compiler warning.
1277
1278 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1279
1280         * configure.ac:
1281         
1282         Update for release 2.21.91.
1283
1284 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1285
1286         * configure.ac:
1287         * shell/Makefile.am:
1288         * shell/ev-application.[ch]:
1289         * shell/ev-sidebar-links.c:
1290         * shell/ev-utils.[ch]:
1291         * shell/ev-window.[ch]:
1292
1293         Remove libgnomeprint support. Fixes bug #512370.
1294         
1295 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1296
1297         * thumbnailer/evince-thumbnailer.c: (main):
1298
1299         Initialize glib type system before using it. Fixes bug #513934.
1300         
1301 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * properties/ev-properties-main.c:
1304
1305         Add missing #include.
1306         
1307 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * configure.ac:
1310         * backend/djvu/djvu-document.c: (djvu_document_render):
1311         * backend/tiff/tiff-document.c: (tiff_document_render):
1312
1313         Use the new cairo function cairo_format_stride_for_width when
1314         available. Fixes bug #482720.
1315
1316 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1317
1318         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1319         (get_mime_type_from_data), (get_document_from_uri):
1320
1321         Use g_content_type_guess() only when slow is true in
1322         get_document_from_uri(). Fix several memory leaks.
1323         
1324 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1325
1326         * libdocument/ev-document-factory.c:
1327         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1328         (get_document_from_uri):
1329
1330         Use g_content_type_guess () to get mimetype for files.
1331         Bug #510401.
1332
1333 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * thumbnailer/Makefile.am:
1336
1337         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1338         
1339 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1340
1341         * configure.ac:
1342
1343         Fix build with --without-libgnome. Fixes bug #512771.
1344         
1345 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1346
1347         * backend/dvi/Makefile.am: Install only dvi
1348         module. Fixes bug #512718.
1349
1350 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1351
1352         * properties/ev-properties-main.c: (nautilus_module_initialize):
1353         
1354         Initialize backends in properties tab. Fixes bug
1355         #512720.
1356
1357 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1358
1359         * properties/Makefile.am: No need to link with 
1360         libraries. Fixes bug #512719.
1361
1362 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1363
1364         * NEWS:
1365         * configure.ac:
1366         
1367         Update for release 2.21.90.
1368
1369 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1370
1371         * shell/ev-window.c: (ev_window_cmd_escape):
1372
1373         Fix compile warning.
1374         
1375 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1376
1377         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1378
1379         Fix printing in dvi backend when filename contains white
1380         espaces. Fixes bug #502839.
1381         
1382 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1383
1384         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1385         (screensaver_disable_x11):
1386         * shell/Makefile.am:
1387         * shell/xdg-user-dir-lookup.c: Removed
1388         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1389         * shell/ev-view.c: (ev_view_presentation_transition_start):
1390         * shell/ev-window.c: (ev_window_cmd_file_open),
1391         (ev_window_cmd_save_as), (presentation_set_timeout):
1392
1393         Remove #ifdefs that are no longer needed.
1394         
1395 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1396
1397         * shell/ev-view.[ch]: (ev_view_button_release_event),
1398         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1399         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1400         (ev_window_cmd_escape):
1401
1402         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1403         
1404 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1405
1406         * configure.ac:
1407         * backend/comics/comics-document.c: (comics_document_load):
1408         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1409         (ev_attachment_set_property), (ev_attachment_init),
1410         (ev_attachment_save), (ev_attachment_launch_app),
1411         (ev_attachment_open):
1412         * libdocument/ev-document-factory.c: (get_document_from_uri):
1413         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1414         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1415         * shell/ev-jobs.c:
1416         * shell/ev-password.c: (ev_password_dialog_set_property),
1417         (ev_password_dialog_save_password):
1418         * shell/ev-sidebar-attachments.c:
1419         (ev_sidebar_attachments_drag_data_get):
1420         * shell/ev-window-title.c: (get_filename_from_uri):
1421         * shell/ev-window.c: (ev_window_clear_temp_file),
1422         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1423         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1424         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1425         (launch_external_uri), (image_save_dialog_response_cb),
1426         (attachment_save_dialog_response_cb):
1427         * shell/main.c: (load_files), (load_files_remote), (main):
1428         * thumbnailer/evince-thumbnailer.c: (main):
1429
1430         Port to gio and drop gnome-vfs dependency. Fixes bug
1431         #510401. Based on patch by Cosimo Cecchi.
1432         
1433 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1434
1435         * NEWS:
1436
1437         Fixed formatting inconsistencies (spaces vs. tabs)
1438
1439 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1440
1441         * shell/ev-window.c:
1442
1443         Use top/up/bottom/down arrows instead of
1444         first/left/last/right in the toolbar and menu actions.
1445         This fixes issues with RTL languages and is visually
1446         consistent with the page view. Fixes bug #170081.
1447
1448 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1449
1450         * NEWS:
1451
1452         Fixed some inaccuracies pointed out by Carlos Garcia
1453         Campos.
1454
1455 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1456
1457         * NEWS:
1458         * data/evince.schemas.in:
1459         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1460
1461         Override PDF restrictions by default. Fixes bug #382700.
1462
1463 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1464
1465         * NEWS: Updated for upcoming release
1466
1467 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1468
1469         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1470
1471         Fix memory leak.
1472         
1473 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1474
1475         * shell/ev-window.c: (register_custom_actions):
1476         
1477         Added comment for translators
1478
1479 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1480
1481         * shell/ev-view.c: (ev_view_button_release_event):
1482
1483         Do not create the idle function for kinetic scrolling if we are
1484         not in a drag operation.
1485
1486 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1487
1488         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1489         (ev_view_button_press_event), (ev_view_motion_notify_event),
1490         (ev_view_button_release_event):
1491
1492         Restore cursor after autoscrolling. Fixes bug #509958.
1493
1494 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1495
1496         * configure.ac:
1497         * backend/pdf/ev-poppler.cc:
1498         (pdf_document_images_get_image_mapping),
1499         (pdf_document_images_get_image),
1500         (pdf_document_document_images_iface_init):
1501         * libdocument/ev-document-images.[ch]:
1502         (ev_document_images_get_image_mapping),
1503         (ev_document_images_get_image):
1504         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1505         (ev_image_get_id), (ev_image_save_tmp):
1506         * shell/ev-jobs.c: (ev_job_render_run):
1507         * shell/ev-view.c: (ev_view_drag_data_get):
1508         * shell/ev-window.c: (image_save_dialog_response_cb),
1509         (ev_view_popup_cmd_copy_image):
1510
1511         Do not render images when rendering the page but on demand. It
1512         reduces the memory comsumption.
1513         
1514 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1515
1516         * configure.a:
1517         * shell/ev-password.c:
1518
1519         Make gnome-keyring optional. Fixes bug #509676.
1520         
1521 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * shell/ev-pixbuf-cache.c: (add_job):
1524
1525         Initialize include_images variable as FALSE instead of TRUE.
1526         
1527 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1528
1529         * configure.ac:
1530         * cut-n-paste/Makefile.am:
1531         * cut-n-paste/fileformatchooser/Makefile.am:
1532         * cut-n-paste/fileformatchooser/egg-macros.h:
1533         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1534         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1535         * shell/Makefile.am:
1536         * shell/ev-utils.c:
1537         (file_chooser_dialog_add_writable_pixbuf_formats),
1538         (get_gdk_pixbuf_format_by_extension):
1539         * shell/ev-utils.h:
1540         * shell/ev-window.c: (ev_window_error_message),
1541         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1542         
1543         Simplify image format selection on save.
1544
1545 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1546
1547         * shell/ev-view.c: (ev_view_scroll_event):
1548         
1549         Repair gorizontal scrolling with shift. Fixes
1550         bug #483412.
1551
1552 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1553         
1554         * MAINTAINERS:
1555
1556         Fix formatting issues.
1557         
1558 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1559
1560         * backend/comics/comics-document.c: (comics_regex_quote):
1561         
1562         Don't overquote special chars except of '. See bug 
1563         502500. Thanks to Tom Parker.
1564
1565 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1566
1567         * MAINTAINERS:
1568         
1569         Added Nickolay and Carlos, since they're doing most of
1570         the releases nowadays.
1571
1572 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1573
1574         * properties/Makefile.am:
1575
1576         Get the nautilus extension dir properly instead of using
1577         a hack. Fixes bug #505359.
1578
1579 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1580
1581         * properties/Makefile.am:
1582         
1583         Install nautilus extension into new place. See bug
1584         #505359. Thanks to Matthias Clasen, Brian Pepple and
1585         Damien Carbery.
1586
1587 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1588
1589         * shell/ev-window.c: (ev_window_get_recent_file_label):
1590         
1591         RTL marker in recent file list. See bug #509076.
1592
1593 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1594
1595         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1596         * shell/ev-window.c: (image_save_dialog_response_cb):
1597
1598         Fix compile warnings due to unused variables.
1599         
1600 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * configure.ac:
1603         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1604         * backend/ps/ev-spectre.c: (ps_document_render):
1605
1606         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1607
1608 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1609
1610         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1611         (ev_transition_animation_paint): Implement "fade" effect.
1612
1613 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1614
1615         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1616         (ev_transition_animation_paint): Implement "uncover" effect.
1617
1618 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1619
1620         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1621         (ev_transition_animation_paint): Implement "cover" effect.
1622
1623 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1624
1625         * shell/ev-transition-animation.c (ev_transition_animation_push)
1626         (ev_transition_animation_paint): Implement "push" effect.
1627
1628 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1629
1630         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1631         (ev_transition_animation_paint): Implement "dissolve" effect.
1632
1633 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1634
1635         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1636         (ev_transition_animation_paint): Implement "wipe" effect.
1637
1638 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1639
1640         * shell/ev-transition-animation.c (ev_transition_animation_box)
1641         (ev_transition_animation_paint): Implement "box" effect.
1642
1643 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1644
1645         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1646         (ev_transition_animation_paint): Implement "blinds" effect.
1647
1648 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1649
1650         * shell/ev-transition-animation.c (ev_transition_animation_split)
1651         (ev_transition_animation_paint): Implement "split" effect.
1652
1653 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1654
1655         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1656         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1657         (ev_view_transition_animation_start) 
1658         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1659         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1660         (ev_view_next_page) (ev_view_previous_page):
1661         
1662         Use EvTransitionAnimation to drive page changes in the presentation
1663         mode, the animation will wait to start until both the origin and 
1664         destination page surfaces are available. Fixes #458460.
1665
1666         (draw_loading_text):
1667
1668         Remove workaround for bug #320352, it's now fixed properly.
1669
1670
1671 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1672
1673         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1674         will contain the implementations for page transition animations, at
1675         the moment it just has the "replace" effect.
1676         * shell/Makefile.am: Added these files to build.
1677
1678 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1679
1680         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1681         animations.
1682         * shell/Makefile.am: Added these files to build.
1683
1684 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1685
1686         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1687         implementation to get_effect() in EvDocumentTransitionIface.
1688
1689 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1690
1691         * libdocument/ev-transition-effect.[ch]: New files, define a page
1692         transition effect, at the moment it maps PopplerPageTransition to a
1693         GObject.
1694         * libdocument/Makefile.am: Added these files to build.
1695         * libdocument/ev-document-transition.[ch]
1696         (ev_document_transition_get_effect): New method, gets the
1697         EvTransitionEffect returned by the interface implementation, with
1698         fallback to the "replace" effect.
1699
1700 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1701
1702         * configure.ac:
1703         * cut-n-paste/Makefile.am:
1704         * cut-n-paste/fileformatchooser/Makefile.am:
1705         * cut-n-paste/fileformatchooser/egg-macros.h:
1706         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1707         * shell/Makefile.am:
1708         * shell/ev-window.c: (image_save_dialog_response_cb),
1709         (ev_view_popup_cmd_save_image_as):
1710
1711         Allow exporting images in any format supported by
1712         GdkPixbuf. Fixes bug #500209.
1713         
1714 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1715
1716         * backend/pixbuf/pixbuf-document.c:
1717
1718         More warnings fixed.
1719         
1720 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1723         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1724         * backend/djvu/djvu-text.h:
1725         * backend/tiff/tiff-document.c: (tiff_document_render):
1726
1727         Fix compile warnings.
1728         
1729 2007-12-28  Christian Persch  <chpe@gnome.org>
1730
1731         * **/*.c: Include config.h. Bug #504721.
1732
1733 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1734
1735         * configure.ac:
1736         * Makefile.am:
1737         * po/POTFILES.in:
1738         * backend/comics/Makefile.am:
1739         * backend/comics/comics-document.[ch]:
1740         * backend/comics/comicsdocument.evince-backend.in:
1741         * backend/djvu/Makefile.am:
1742         * backend/djvu/djvu-document.[ch]:
1743         * backend/djvu/djvudocument.evince-backend.in:
1744         * backend/dvi/Makefile.am:
1745         * backend/dvi/dvi-document.[c]:
1746         * backend/dvi/dvidocument.evince-backend.in:
1747         * backend/impress/Makefile.am:
1748         * backend/impress/impress-document.[ch]:
1749         * backend/impress/impressdocument.evince-backend.in:
1750         * backend/pdf/Makefile.am:
1751         * backend/pdf/ev-poppler.cc:
1752         * backend/pdf/ev-poppler.h:
1753         * backend/pdf/pdfdocument.evince-backend.in:
1754         * backend/pixbuf/Makefile.am:
1755         * backend/pixbuf/pixbuf-document.[ch]:
1756         * backend/pixbuf/pixbufdocument.evince-backend.in:
1757         * backend/ps/Makefile.am:
1758         * backend/ps/ev-spectre.[ch]:
1759         * backend/ps/ps-document.[ch]:
1760         * backend/ps/psdocument.evince-backend.in:
1761         * backend/tiff/Makefile.am:
1762         * backend/tiff/tiff-document.[ch]:
1763         * backend/tiff/tiffdocument.evince-backend.in:
1764         * libdocument/Makefile.am:
1765         * libdocument/ev-backends-manager.[ch]:
1766         * libdocument/ev-module.[ch]:
1767         * libdocument/ev-document.h:
1768         * libdocument/ev-document-factory.[ch]:
1769         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1770         (get_compression_from_mime_type), (get_document_from_uri),
1771         (ev_document_factory_get_document), (file_filter_add_mime_types),
1772         (ev_document_factory_add_filters):
1773         * shell/Makefile.am:
1774         * shell/ev-window-title.c: (get_filename_from_uri):
1775         * shell/main.c: (main):
1776         * thumbnailer/Makefile.am:
1777         * thumbnailer/evince-thumbnailer.c: (main):
1778
1779         Plugin system for backends. Fixes bug #351348.
1780         
1781 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1782
1783         * shell/ev-view-private.h:
1784         * shell/ev-view.c: (ev_view_drag_update_momentum),
1785         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1786         (ev_view_button_release_event), (ev_view_destroy):
1787         
1788         Kinetic scrolling implemented as requested in
1789         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1790
1791 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1792
1793         * data/evince-toolbar.xml:
1794         * data/evince-ui.xml:
1795         * shell/ev-view-private.h:
1796         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1797         (ev_view_button_press_event), (ev_view_motion_notify_event),
1798         (ev_view_button_release_event), (ev_view_init),
1799         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1800         (ev_view_set_cursor):
1801         * shell/ev-view.h:
1802         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1803         (ev_window_cmd_view_autoscroll):
1804         
1805         Autoscroll feature with the context menu. Fixes bug 
1806         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1807
1808 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1809
1810         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1811
1812         Disconnect also page-ready signal when removing a job because the
1813         page size has changed. Thanks to kripken
1814         <kripkensteiner@gmail.com>.
1815
1816 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1817
1818         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1819         
1820         Scroll pages in page entry with mouse wheel. Fixes bug
1821         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1822
1823 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1824
1825         * backend/dvi/Makefile.am:
1826         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1827         (mdvi_cairo_device_init):
1828         * backend/dvi/mdvi-lib/common.h:
1829         * backend/dvi/mdvi-lib/mdvi.h:
1830         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1831         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1832         (mdvi_build_path_from_cwd):
1833
1834         Add ps specials support in dvi backend when libspectre is
1835         present. Fixes bug #386005.
1836         
1837 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1838
1839         * configure.ac:
1840         * backend/ps/Makefile.am:
1841         * backend/ps/ev-spectre.[ch]:
1842         
1843         Use libspectre, if available, for the ps backend. Fixes bugs
1844         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1845
1846 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1847         
1848         * backend/comics/comics-document.c: (comics_document_load):
1849         
1850         Cygwin build issue fix.
1851
1852 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1853
1854         * shell/ev-view.c: (ev_view_set_zoom):
1855
1856         Do not limit the minimum zoom factor when sizing mode is best bit
1857         or fit width. Fixes bug #503805.
1858         
1859 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1860
1861         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1862         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1863         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1864         (ev_link_dest_get_property), (ev_link_dest_set_property),
1865         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1866         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1867         (ev_link_dest_new_fitr):
1868         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1869         (goto_fith_dest), (goto_xyz_dest):
1870
1871         Do not change left, top and zoom values when they are null in PDF
1872         destinations. Fixes bug #460658.
1873         
1874 2007-12-10  Christian Persch  <chpe@gnome.org>
1875
1876         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1877         (ev_view_accessible_class_init),
1878         (ev_view_accessible_idle_do_action),
1879         (ev_view_accessible_action_do_action),
1880         (ev_view_accessible_action_get_description),
1881         (ev_view_accessible_action_set_description),
1882         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1883         (ev_view_accessible_factory_init),
1884         (ev_view_accessible_factory_get_accessible_type):
1885         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1886         private data, and G_DEFINE_TYPE. Bug #502843.
1887
1888 2007-12-08  Christian Persch  <chpe@gnome.org>
1889
1890         * shell/ev-metadata-manager.c: (item_free),
1891         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1892         (value_free), (parse_value), (parseItem),
1893         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1894         (save_values): Use GSlice to allocate small amounts of memory. Bug
1895         #475972.
1896
1897 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1898
1899         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1900
1901         Restore cursor to normal after a drag operation. Fixes bug
1902         #501603.
1903         
1904 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1905
1906         * NEWS:
1907         * configure.ac:
1908         
1909         Update for release 2.21.1
1910
1911 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1912
1913         * configure.ac:
1914         * cut-n-paste/gedit-message-area/Makefile.am:
1915         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1916         * shell/Makefile.am:
1917         * shell/ev-message-area.[ch]:
1918         * shell/ev-window.c: (ev_window_set_message_area),
1919         (ev_window_error_message_response_cb), (ev_window_error_message),
1920         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1921         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1922         (ev_attachment_popup_cmd_open_attachment),
1923         (attachment_save_dialog_response_cb), (ev_window_set_document),
1924         (ev_window_init):
1925
1926         Use a message area instead of a popup dialog for error
1927         notifications. Fixes bug #337495.
1928         
1929 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1932         (ev_window_run_fullscreen):
1933
1934         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1935         
1936 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1937
1938         * ev-sidebar-thumbnails.c: (update_visible_range),
1939         (ev_sidebar_thumbnails_refresh),
1940         (ev_sidebar_thumbnails_set_document),
1941         (ev_sidebar_thumbnails_support_document):
1942
1943         Show thumbnails for documents with one page. Fixes bug #358751.
1944         
1945 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1946
1947         * shell/ev-window.c:
1948         (ev_window_load_print_settings_from_metadata),
1949         (ev_window_save_print_settings), (ev_window_print_finished),
1950         (ev_window_print_range):
1951
1952         Print settings that are specific to the document are now saved per
1953         document in the metadata file. Fixes bug #488806.
1954         
1955 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1956
1957         * backend/tiff/tiff-document.c: (tiff_document_render):
1958
1959         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1960         
1961 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1962
1963         * shell/ev-application.[ch]: (get_find_string_from_args),
1964         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1965         (ev_application_open_uri_list):
1966         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1967         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1968         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1969         (ev_window_cmd_recent_file_activate),
1970         (ev_window_open_recent_action_item_activated),
1971         (ev_window_print_send), (open_remote_link):
1972         * shell/main.c: (arguments_parse):
1973
1974         Add a command line option for search. Fixes bug #497710.
1975         
1976 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1977
1978         * shell/ev-jobs.c: (ev_job_print_new):
1979
1980         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1981         
1982 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1983
1984         * data/evince-toolbar.xml:
1985         * shell/Makefile.am:
1986         * shell/ev-application.c: (ev_application_init):
1987         * shell/ev-open-recent-action.[ch]:
1988         * shell/ev-window.c:
1989         (ev_window_open_recent_action_item_activated),
1990         (register_custom_actions):
1991
1992         Add an expander to the open toolbar item which pops up a dropdown
1993         menu with the recently used documents. Fixes bug #487215.
1994         
1995 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * shell/ev-window.c: (ev_window_open_uri),
1998         (ev_window_cmd_view_reload):
1999
2000         Do not jump to the first page when reloading by running evince
2001         from the command line. Fixes bug #490847.
2002         
2003 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2004
2005         * shell/ev-window.c: (ev_window_cmd_help_contents):
2006
2007         Plugged memory leak when help file is not found. Fixes bug
2008         #490762.
2009         
2010 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * configure.ac:
2013
2014         Enable djvu, dvi and comics backends by default. Fixes bug
2015         #437121.
2016         
2017 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2018
2019         * configure.ac:
2020         * cut-n-paste/Makefile.am:
2021         * cut-n-paste/recent-files/*: Removed
2022         * help/reference/Makefile.am:
2023         * shell/Makefile.am:
2024         * shell/ev-application.[ch]: (ev_application_shutdown),
2025         (ev_application_init):
2026         * shell/ev-window.c: (ev_window_add_recent),
2027         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2028
2029         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2030         
2031 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2032
2033         * shell/ev-window.c: (launch_external_uri):
2034
2035         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2036         and report error if the URL is not supported (#489910).
2037
2038 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2039
2040         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2041         (pdf_document_file_exporter_begin_page),
2042         (pdf_document_file_exporter_end_page):
2043
2044         Fix printing with poppler splash backend. Fixes bug #489774.
2045         
2046 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2047
2048         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2049         * shell/ev-print-job.c: (ev_print_job_class_init):
2050
2051         Fix a crash when printing with the gnome-print dialog. Fixes bug
2052         #488939.
2053         
2054 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2055
2056         * backend/pixbuf/pixbuf-document.c:
2057
2058         Fix an implicit function definition warning (#487655)
2059
2060 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2061
2062         * shell/ev-window.c:
2063
2064         Fix conflicting shortcut for view sade pane and presentation.
2065         
2066 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2067
2068         * backend/pdf/ev-poppler.cc:
2069         (pdf_document_file_exporter_begin_page),
2070         (pdf_document_file_exporter_do_page),
2071         (pdf_document_file_exporter_end_page),
2072         (pdf_document_file_exporter_iface_init):
2073         * libdocument/ev-file-exporter.[ch]:
2074         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2075         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2076         (ev_job_print_run):
2077
2078         When printing multiple pages per sheet in reverse option, do not
2079         invert the order of the pages in every sheet, but the order of the
2080         sheets. Do not print blank pages when page range is invalid. Fixes
2081         bugs #484857 and #485521.
2082         
2083 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2084
2085         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2086         (ev_job_print_run):
2087         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2088
2089         Respect ranges order when printing more than one range in random
2090         order.
2091         
2092 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2093
2094         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2095         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2096
2097         Rotate also the window icon when document is rotated. Fixes bug
2098         #474681.
2099         
2100 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2101
2102         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2103         (pdf_document_forms_get_form_fields):
2104
2105         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2106         Matthias Drochner.
2107         
2108 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * configure.ac:
2111         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2112
2113         Use poppler_page_render_for_printing() instead of
2114         poppler_page_render() if available when exporting to a ps or pdf
2115         file. Fixes bug #476627.
2116         
2117 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2118
2119         * shell/ev-window.c: (ev_window_run_fullscreen):
2120
2121         Do not show the toolbar in fullscreen mode if the main toolbar is
2122         not visible. Fixes bug #483048.
2123         
2124 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2125
2126         * shell/ev-view.c: (ev_view_button_press_event):
2127
2128         Give priority to form fields over images when deciding whether a
2129         button press event is over an image or form field. It allows edit
2130         form fields when they are over a background image. Fixes bug
2131         #477841.
2132         
2133 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2134
2135         * NEWS:
2136         * configure.ac:
2137         
2138         Update for release 2.20.0
2139
2140 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2141
2142         * backend/pdf/ev-poppler.cc:
2143
2144         Remove #ifdef HAVE_FORMS, so that forms support works again.
2145
2146 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2147
2148         * configure.ac:
2149         * data/evince.desktop.in.in:
2150         
2151         Fixes desktop file issues. See bug #473471.
2152
2153 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2154
2155         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2156         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2157         (ev_job_queue_remove_job):
2158         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2159         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2160         * shell/ev-window.c: (ev_window_clear_save_job),
2161         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2162         (ev_window_dispose):
2163
2164         Move save a copy task to its own job so that it's carried out in a
2165         thread avoiding another lock in the main thread. Use
2166         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2167         can be saved to a pathin another file system. Fixes bug #456891.
2168         
2169 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2170
2171         * NEWS:
2172         * configure.ac:
2173         
2174         Update for release 2.19.92
2175
2176 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2177
2178         * configure.ac:
2179         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2180         (pdf_selection_get_selection_region),
2181         (pdf_selection_get_selection_map),
2182         (ev_form_field_from_poppler_field):
2183
2184         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2185         and triple click selections are enabled again now.
2186
2187 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2188
2189         * shell/ev-window.c: (ev_window_add_history):
2190
2191         Make sure not to use the history with documents not supporting
2192         links. Fixes bug #468954.
2193
2194 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2195
2196         * shell/ev-window.c: (ev_window_load_job_cb):
2197
2198         Restart the search when reloading a document with the find bar
2199         visible. Fixes bug #461962.
2200
2201 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2202
2203         * shell/ev-window.c: (setup_document_from_metadata),
2204         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2205
2206         Do not jump to the first page when reloading a document from the
2207         last page.
2208
2209 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2210
2211         * shell/ev-window.c: (update_chrome_flag),
2212         (setup_sidebar_from_metadata),
2213         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2214         (ev_window_cmd_edit_find_next),
2215         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2216         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2217         (find_bar_close_cb), (view_actions_focus_in_cb):
2218
2219         Do not update visibility when changing a chrome flag so that it's
2220         possible to update several flags and update visibility only once
2221         for all of them.
2222
2223 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2226
2227         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2228         supported by gtk+. Fixes bug #460907.
2229
2230 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2231
2232         * shell/ev-view.c: (view_update_range_and_current_page):
2233
2234         Make sure current-page <= end-page in continuous mode. Fixes bug
2235         #454950.
2236
2237 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * backend/pdf/ev-poppler.cc: (build_tree):
2240
2241         Ignore outline items without a title. Fixes bug #453913.
2242
2243 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2244
2245         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2246         (ev_view_button_release_event), (ev_view_leave_notify_event):
2247
2248         Use always drag mouse cursor during a drag operation. Fixes bug
2249         #470564.
2250
2251 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2254         (pdf_selection_get_selection_region),
2255         (pdf_selection_get_selection_map):
2256
2257         Temporarily disable double and triple selections since it depends on
2258         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2259         released and the update of the external dependency minimal version
2260         approved.
2261
2262 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2263
2264         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2265         (pdf_document_file_exporter_do_page):
2266         * libdocument/ev-file-exporter.h:
2267         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2268         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2269
2270         Actually fix printing regressions. Remove orientation from
2271         EvPrintContext since it's redundant.
2272
2273 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2274
2275         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2276         * backend/impress/impress-document.c:
2277         (impress_document_document_iface_init):
2278         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2279         * backend/djvu/djvu-document.c:
2280         (djvu_document_document_iface_init),
2281         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2282         * backend/tiff/tiff-document.c:
2283         (tiff_document_document_iface_init):
2284         * backend/pixbuf/pixbuf-document.c:
2285         (pixbuf_document_document_iface_init):
2286         * backend/comics/comics-document.c:
2287         (comics_document_document_iface_init):
2288         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2289         (pdf_selection_render_selection),
2290         (pdf_selection_get_selected_text),
2291         (pdf_selection_get_selection_region),
2292         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2293         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2294         (ev_selection_get_selection_region),
2295         (ev_selection_get_selection_map):
2296         * libdocument/ev-document.[ch]:
2297         * shell/ev-pixbuf-cache.[ch]: (add_job),
2298         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2299         * shell/ev-view-private.h:
2300         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2301         (ev_job_render_run):
2302         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2303         * shell/ev-view.c: (start_selection_for_event),
2304         (ev_view_button_press_event), (ev_view_drag_data_get),
2305         (ev_view_drag_data_received), (ev_view_button_release_event),
2306         (compute_new_selection_text), (compute_selections),
2307         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2308         (ev_view_primary_get_cb):
2309
2310         Add support for double and triple click selections.
2311
2312 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2313
2314         * NEWS:
2315         * configure.ac:
2316
2317         Update for release 2.19.4
2318
2319 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2320
2321         * shell/ev-view-private.h:
2322         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2323         (ev_view_set_highlight_search):
2324         * shell/ev-view.h:
2325         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2326         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2327         (find_bar_visibility_changed_cb):
2328         
2329         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2330
2331 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2332
2333         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2334         (pdf_document_file_exporter_begin),
2335         (pdf_document_file_exporter_do_page):
2336         * shell/ev-jobs.c: (ev_job_print_run):
2337         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2338
2339         Create always a portrait cairo surface and rotate when needed for
2340         landscape. It fixes printing problems in real printers.
2341
2342 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2345         * libdocument/ev-file-exporter.[ch]:
2346         (ev_file_exporter_get_capabilities):
2347         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2348         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2349
2350         Adjust number of pages per row according to page orientation when
2351         printing 2 or 6 pages per sheet.
2352
2353 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * shell/ev-window.c: (ev_window_print_send):
2356
2357         Reset also cups setting to 1 when printing multiple pages per
2358         sheet. Fixes bug #468853.
2359
2360 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2361
2362         * libdocument/ev-document-misc.c:
2363         (ev_document_misc_surface_rotate_and_scale):
2364
2365         Use directly cairo_surface_get_content() when creating a similar
2366         surface as suggested by Jeff Muizelaar. Thanks again.
2367
2368 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * backend/djvu/djvu-document.c: (djvu_document_render):
2371         * backend/tiff/tiff-document.c: (tiff_document_render):
2372         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2373         * libdocument/ev-document-misc.c:
2374         (ev_document_misc_surface_from_pixbuf),
2375         (ev_document_misc_surface_rotate_and_scale):
2376
2377         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2378         creating page surfaces. Fixes bug #453123. Thank you very much to
2379         Jeff Muizelaar <jeff@infidigm.net>.
2380
2381 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2382
2383         * shell/ev-page-cache.c: (ev_page_cache_new),
2384         (ev_page_cache_get_thumbnail_size):
2385         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2386         (ev_sidebar_thumbnails_set_loading_icon):
2387
2388         Also store in page-cache the dimensions of the thumbnails so that
2389         they can be used to create the correct loading icon in the side
2390         pane. Fixes bug #466857.
2391
2392 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2393
2394         * backend/pdf/ev-poppler.cc:
2395         (pdf_document_thumbnails_get_thumbnail):
2396
2397         Fix thumbnails rotation in pdf documents that include embedded 
2398         thumbnails.
2399
2400 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2401
2402         * backend/pdf/ev-poppler.cc:
2403
2404         Don't use #ifdef in macro expansion. Some compilers don't
2405         like that. Closes bug #467042.
2406
2407 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2408
2409         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2410         
2411         Fixes memory leak in djvu backend.
2412
2413 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2414
2415         * data/icons/32x32/Makefile.am:
2416         * data/icons/32x32/actions/Makefile.am:
2417         * data/icons/32x32/actions/view-page-cont.svg:
2418         * data/icons/32x32/actions/view-page-facing.svg:
2419         * data/icons/48x48/Makefile.am:
2420         * data/icons/48x48/actions/Makefile.am:
2421         * data/icons/48x48/actions/view-page-cont.svg:
2422         * data/icons/48x48/actions/view-page-facing.svg:
2423         
2424         Icons for a new sizes.
2425
2426 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2427
2428         * shell/ev-page-cache.c: (build_height_to_page),
2429         (ev_page_cache_get_height_to_page):
2430         
2431         Fixes invalid read, see bug #466401.
2432
2433 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2434
2435         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2436         (set_drag_cursor):
2437         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2438         (configure_item_cursor), (new_pixbuf_from_widget):
2439
2440         Fix multihead problems in toolbar editor. Fixes bug #382055.
2441
2442 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2443
2444         * shell/ev-window.c: (ev_window_cmd_file_open),
2445         (ev_window_cmd_save_as):
2446
2447         Use g_get_user_special_dir when available instead of
2448         xdg_user_dir_lookup.
2449
2450 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2451
2452         * MAINTAINERS:
2453         
2454         Updated according to request on desktop-devel.
2455
2456 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2457
2458         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2459
2460         Do not use cairo_rectangle and cairo_clip since we are
2461         not using cairo_fill but cairo_paint. Use the same cairo context
2462         for every page in the same expose event.
2463
2464 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2465
2466         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2467         leak.
2468
2469 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * configure.ac:
2472         * NEWS:
2473
2474         Release 0.9.3
2475
2476 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2477
2478         * libdocument/ev-document-info.h:
2479         * libdocument/ev-document.h:
2480         * shell/ev-page-action.h:
2481         * shell/ev-sidebar-links.h:
2482
2483         Fix a headers problem with ev-link
2484         
2485         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2486         * shell/ev-view-private.h:
2487         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2488         (get_link_area), (ev_view_query_tooltip),
2489         (ev_view_leave_notify_event), (ev_view_destroy),
2490         (ev_view_class_init):
2491
2492         Use new gtk tooltips when available instead of ev-tooltip.
2493         
2494 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2495
2496         * shell/ev-window.c: (update_chrome_visibility),
2497         (ev_window_sidebar_visibility_changed_cb):
2498
2499         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2500         
2501 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2502
2503         * shell/ev-navigation-action.c:
2504         (ev_navigation_action_history_changed),
2505         (ev_navigation_action_set_history):
2506         * shell/ev-navigation-action-widget.c:
2507         (ev_navigation_action_widget_init):
2508         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2509
2510         Fix compile warnings.
2511         
2512 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2513
2514         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2515         (egg_editable_toolbar_dispose):
2516
2517         Fix memory leak.
2518         
2519 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2520
2521         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2522         (screensaver_disable_x11):
2523         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2524         * shell/ev-window.c: (presentation_set_timeout):
2525         * shell/ev-view.c: (ev_view_presentation_transition_start):
2526
2527         Use g_timeout_add_seconds instead of g_timeout_add when
2528         available.
2529         
2530 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2531
2532         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2533
2534         Set horizontal scrollbar policy to AUTOMATIC instead of
2535         NEVER. Workaround for bug #449462.
2536         
2537 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2538
2539         * shell/ev-jobs.c: (ev_job_render_page_ready):
2540
2541         Add page_ready callback to main loop with high priority and hold
2542         a reference to job during idle.
2543         
2544 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2545
2546         * configure.ac:
2547         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2548         (pdf_document_file_exporter_begin),
2549         (pdf_document_file_exporter_do_page),
2550         (pdf_document_file_exporter_get_capabilities):
2551         * libdocument/ev-file-exporter.h:
2552         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2553         * shell/ev-window.c: (ev_window_print_send),
2554         (ev_window_print_dialog_response_cb):
2555
2556         Allow printing multiple pages per sheet. Fixes bug #395573.
2557         
2558 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2559
2560         * shell/ev-view.c: (tip_from_link):
2561         
2562         Check for NULL, fixes bug #460862.
2563
2564 2007-07-29  Christian Persch  <chpe@gnome.org>
2565
2566         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2567         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2568         (ev_window_cmd_preview_print):
2569         
2570         Fixes bug #437681 - blocks while enumerating printers.
2571
2572 2007-07-29  Christian Persch  <chpe@gnome.org>
2573
2574         * shell/ev-window.c: (ev_window_screen_changed):
2575         
2576         Don't use deprecated gtk+ function. See bug #460909.
2577
2578 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2579
2580         * shell/ev-utils.c: (get_num_monitors):
2581         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2582
2583         Do not use display before initializing it. Remove compile
2584         warnings.
2585
2586 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2587
2588         * shell/ev-view.c: (ev_view_class_init):
2589         
2590         Unix-like hjkl bindings added. See bug #458111.
2591
2592 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2593
2594         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2595         * shell/ev-utils.h:
2596         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2597         (ev_view_update_view_size):
2598         * shell/ev-view.h:
2599         * shell/ev-window.c: (ev_window_update_actions),
2600         (setup_view_from_metadata), (ev_window_screen_changed),
2601         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2602         (zoom_control_changed_cb):
2603         * shell/ev-window.h:
2604         
2605         Reorganizes utility functions.
2606
2607 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2610         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2611         (add_job), (ev_pixbuf_cache_get_surface),
2612         (ev_pixbuf_cache_get_link_mapping),
2613         (ev_pixbuf_cache_get_image_mapping),
2614         (ev_pixbuf_cache_get_form_field_mapping),
2615         (ev_pixbuf_cache_get_text_mapping):
2616         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2617         (notify_page_ready), (ev_job_render_page_ready),
2618         (ev_job_render_run):
2619
2620         Add page_ready signal to notify that page is ready as soon as
2621         possible even if other page elements like links, forms, images or
2622         text mapping are not ready yet.
2623
2624 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2625
2626         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2627         (dvi_document_file_exporter_do_page),
2628         (dvi_document_file_exporter_get_capabilities),
2629         (dvi_document_file_exporter_iface_init):
2630         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2631         (ps_document_file_exporter_do_page),
2632         (ps_document_file_exporter_get_capabilities),
2633         (ps_document_file_exporter_iface_init):
2634         * backend/djvu/djvu-document.c:
2635         (djvu_document_file_exporter_begin),
2636         (djvu_document_file_exporter_end),
2637         (djvu_document_file_exporter_get_capabilities),
2638         (djvu_document_file_exporter_iface_init):
2639         * backend/tiff/tiff-document.c:
2640         (tiff_document_file_exporter_begin),
2641         (tiff_document_file_exporter_get_capabilities),
2642         (tiff_document_document_file_exporter_iface_init):
2643         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2644         (pdf_document_file_exporter_do_page),
2645         (pdf_document_file_exporter_get_capabilities),
2646         (pdf_document_file_exporter_iface_init):
2647         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2648         (ev_file_exporter_get_capabilities):
2649         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2650         (idle_print_handler), (ev_print_job_print):
2651         * shell/ev-jobs.c: (ev_job_print_run):
2652         * shell/ev-window.c: (ev_window_print_send),
2653         (ev_window_print_range):
2654
2655         Use capabilities to know which options should be offered by the
2656         print dialog depending on the document backend.
2657
2658 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2659
2660         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2661
2662         Give priority to forms over text to set the cursor.
2663
2664 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2665
2666         * shell/ev-view-private.h:
2667         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2668         (ev_view_leave_notify_event), (ev_view_finalize),
2669         (ev_view_get_property), (ev_view_class_init):
2670
2671         Use IBEAM cursor for text form fields and NORMAL cursor for read
2672         only fields. Remove unused status attribute.
2673
2674 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2675
2676         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2677
2678         Update region for current selected items also for checkbox
2679         buttons, since they can behave as radio buttons when they are in a
2680         set.
2681
2682 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2683
2684         * configure.ac:
2685         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2686
2687         Get max length of text form fields.
2688
2689 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2690
2691         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2692         * libdocument/ev-form-field.h:
2693         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2694
2695         Fix build with current poppler cvs head.
2696
2697 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2698
2699         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2700         * shell/eggfindbar.c: (egg_find_bar_init):
2701
2702         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2703         deprecation. Fixes bug #455667
2704
2705 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2706
2707         * NEWS:
2708         * configure.ac:
2709         
2710         Update for release 0.9.2
2711
2712 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2713
2714         * shell/ev-view.c: (ev_view_form_field_text_save),
2715         (ev_view_form_field_choice_save):
2716
2717         Fix a crash when closing whith a form widget visible.
2718
2719 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2720
2721         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2722
2723         Update also the region of the current selected button when
2724         clicking on another button if they are radio buttons.
2725
2726 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2727
2728         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2729         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2730         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2731         (ev_pixbuf_cache_get_link_mapping),
2732         (ev_pixbuf_cache_get_image_mapping),
2733         (ev_pixbuf_cache_get_form_field_mapping),
2734         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2735         * shell/ev-view.c: (ev_view_form_field_get_region),
2736         (ev_view_form_field_button_create_widget),
2737         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2738         (job_finished_cb):
2739
2740         Redraw only form field region instead of the whole page when
2741         reloading a page to show changes on the form field.
2742
2743 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2744
2745         * shell/ev-view.c: (ev_view_form_field_choice_save):
2746
2747         Fix selection of first item in list form fields.
2748
2749 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2750
2751         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2752         (ev_pixbuf_cache_reload_page),
2753         (ev_pixbuf_cache_get_form_field_mapping):
2754
2755         Some refactoring to avoid duplicated code.
2756
2757 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2758
2759         * configure.ac:
2760         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2761         (ev_form_field_from_poppler_field),
2762         (pdf_document_forms_get_form_fields),
2763         (pdf_document_forms_form_field_text_get_text),
2764         (pdf_document_forms_form_field_text_set_text),
2765         (pdf_document_forms_form_field_button_set_state),
2766         (pdf_document_forms_form_field_button_get_state),
2767         (pdf_document_forms_form_field_choice_get_item),
2768         (pdf_document_forms_form_field_choice_get_n_items),
2769         (pdf_document_forms_form_field_choice_is_item_selected),
2770         (pdf_document_forms_form_field_choice_select_item),
2771         (pdf_document_forms_form_field_choice_toggle_item),
2772         (pdf_document_forms_form_field_choice_unselect_all),
2773         (pdf_document_forms_form_field_choice_set_text),
2774         (pdf_document_forms_form_field_choice_get_text),
2775         (pdf_document_document_forms_iface_init):
2776         * libdocument/Makefile.am:
2777         * libdocument/ev-form-field.[ch]:
2778         * libdocument/ev-document-forms.[ch]:
2779         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2780         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2781         (add_job), (ev_pixbuf_cache_reload_page),
2782         (ev_pixbuf_cache_get_form_field_mapping):
2783         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2784         * shell/ev-view-private.h:
2785         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2786         (ev_view_handle_cursor_over_xy),
2787         (ev_view_get_form_field_at_location),
2788         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2789         (ev_view_form_field_button_create_widget),
2790         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2791         (ev_view_form_field_text_create_widget),
2792         (ev_view_form_field_choice_save),
2793         (ev_view_form_field_choice_changed),
2794         (ev_view_form_field_choice_create_widget),
2795         (ev_view_handle_form_field), (ev_view_size_allocate),
2796         (ev_view_realize), (draw_end_presentation_page),
2797         (ev_view_button_press_event), (ev_view_remove_all),
2798         (ev_view_motion_notify_event), (ev_view_key_press_event),
2799         (ev_view_enter_notify_event), (highlight_find_results),
2800         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2801         (ev_view_class_init), (page_changed_cb),
2802         (on_adjustment_value_changed), (ev_view_set_presentation),
2803         (merge_selection_region), (ev_view_set_cursor),
2804         (ev_view_reset_presentation_state):
2805         
2806         Merge evince-forms branch.
2807
2808 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2809
2810         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2811
2812         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2813         This script also updates itself from libegg
2814
2815         * cut-n-paste/toolbar-editor/egg*:
2816         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2817         libegg
2818
2819 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2820
2821         * shell/ev-window.c:
2822         
2823         Adds a nice icon to page action during toolbar editing.
2824         See bug #452872.
2825
2826 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2827
2828         * data/evince-toolbar.xml:
2829         * shell/ev-window.c:
2830         
2831         Let user add a presentation and fullscreen icons on toolbar.
2832         See bug #449734.
2833
2834 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2835
2836         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2837
2838         new script to keep in sync with toolbareditor in libegg
2839
2840         * cut-n-paste/toolbar-editor/*: 
2841
2842         Run update-toolbareditor-from-libegg so we are in sync again. 
2843         Fixes bug #452850.
2844         
2845
2846 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2847
2848         * shell/ev-sidebar-links.c: (job_finished_callback):
2849
2850         Do not connect selection changed signal more than once. Fixes bug
2851         #349433.
2852
2853 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2854
2855         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2856
2857         Do not change sidebar chrome flag when pressing F9 key in
2858         presentation mode.
2859
2860 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2861
2862         * backend/pdf/ev-poppler.cc:
2863         (pdf_document_thumbnails_get_dimensions):
2864
2865         Make sure thumbnails width and height is not <= 0. Fixes a crash
2866         with some pdf documents which have really small pages.
2867
2868 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2869
2870         * shell/main.c: (main):
2871
2872         Fixes program description translation issue.
2873         Bug #450148.
2874
2875 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2876
2877         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2878
2879         Do not change current page when returning from black/white mode
2880         in presentation. Fixes bug #415032.
2881
2882 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2883
2884         * NEWS:
2885         * configure.ac:
2886         
2887         Update for release 0.9.1
2888
2889 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2890
2891         * backend/dvi/dvi-document.c:
2892         (dvi_document_finalize),
2893         (dvi_document_file_exporter_format_supported),
2894         (dvi_document_file_exporter_begin),
2895         (dvi_document_file_exporter_do_page),
2896         (dvi_document_file_exporter_end),
2897         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2898         
2899         PDF exporter for dvi documents. Fixes bug #441319.
2900
2901 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2902
2903         * shell/ev-window.c: (ev_window_clear_print_job):
2904
2905         Clear gtk print job when job has finished. Fixes bug #447612.
2906
2907 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2908
2909         * shell/ev-window.c: (ev_window_print_send),
2910         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2911
2912         Add preview button to print dialog. Fixes bug #445419.
2913
2914 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2915
2916         * backend/dvi/Makefile.am:
2917         * backend/dvi/pixbuf-device.[ch]: Removed
2918         * backend/dvi/cairo-device.[ch]: Added
2919         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2920         * backend/dvi/dvi-document.c: (dvi_document_load),
2921         (dvi_document_render), (dvi_document_finalize),
2922         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2923         (dvi_document_do_color_special):
2924         * libdocument/ev-document-misc.[ch]:
2925         (ev_document_misc_pixbuf_from_surface):
2926
2927         Port dvi backend to cairo and fix a problem with colors. 
2928
2929 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2930
2931         * shell/ev-view.c: (draw_one_page):
2932
2933         Draw only visible region.
2934
2935 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2936
2937         * backend/djvu/djvu-document.c: (djvu_document_render):
2938
2939         Fix rotation in djvu backend.
2940
2941 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2942
2943         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2944         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2945         (ev_pixbuf_cache_get_image_mapping),
2946         (ev_pixbuf_cache_get_text_mapping):
2947
2948         Redraw view every time we have a new surface. Fixes bug #443587.
2949
2950 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2951
2952         * libdocument/ev-document.c: (ev_document_info_free):
2953
2954         Fix memory leaks.
2955
2956 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2957
2958         * backend/dvi/dvi-document.c: (dvi_document_render),
2959         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2960         * backend/impress/impress-document.c:
2961         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2962         (impress_document_render), (impress_document_document_iface_init),
2963         (impress_document_thumbnails_get_thumbnail):
2964         * backend/djvu/djvu-document-private.h:
2965         * backend/djvu/djvu-document.c: (djvu_document_render),
2966         (djvu_document_finalize), (djvu_document_document_iface_init),
2967         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2968         * backend/tiff/tiff-document.c: (tiff_document_render),
2969         (tiff_document_render_pixbuf),
2970         (tiff_document_document_iface_init):
2971         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2972         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2973         (pdf_selection_render_selection):
2974         * backend/comics/comics-document.c:
2975         (comics_document_render_pixbuf), (comics_document_render),
2976         (comics_document_document_iface_init):
2977         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2978         (pixbuf_document_document_iface_init):
2979         * libdocument/ev-document-misc.[ch]:
2980         (ev_document_misc_surface_from_pixbuf),
2981         (ev_document_misc_surface_rotate_and_scale):
2982         * libdocument/ev-document.[ch]: (ev_document_render):
2983         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2984         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2985         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2986         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2987         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2988         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2989         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2990         (render_finished_cb), (ev_job_render_run):
2991         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2992         (merge_selection_region):
2993
2994         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2995         and selections.
2996
2997 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2998
2999         * shell/ev-window-title.c: (ev_window_title_update):
3000
3001         Fix memory leak.
3002
3003 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3004
3005         * shell/ev-view.c: (draw_loading_text):
3006
3007         Show loading text centered. Fixes bug #433061
3008
3009 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3010
3011         * shell/ev-sidebar-thumbnails.c:
3012         (ev_sidebar_thumbnails_set_loading_icon):
3013
3014         Remove a mutex in the main thread that blocks the UI in heavy
3015         documents.
3016
3017 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3018
3019         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3020
3021         Set points_set to TRUE so that selections don't disappear after a
3022         zoom change.
3023
3024 2007-06-07  Michael Monreal  <infernux@web.de>
3025
3026         * data/icons/16x16/actions/Makefile.am:
3027         * data/icons/16x16/actions/zoom.svg:
3028         * data/icons/22x22/actions/Makefile.am:
3029         * data/icons/22x22/actions/zoom.svg:
3030         * data/icons/24x24/actions/Makefile.am:
3031         * shell/ev-stock-icons.c:
3032         * shell/ev-stock-icons.h:
3033         * shell/ev-window.c:
3034         
3035         Zoom icon artwork. See bug #444795.
3036
3037 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3038
3039         * shell/ev-metadata-manager.c: Remove extraneous function
3040         (Closes: #444386)
3041
3042 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3043
3044         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3045         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3046         (ev_metadata_manager_set), (ev_metadata_manager_save):
3047         Simplify the timeout, no need for modified anymore
3048
3049 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3050
3051         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3052         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3053         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3054         (ev_metadata_manager_save): Adapted patch from Arjan van de
3055         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3056         time, saves on power (Closes: #443851)
3057
3058 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3059
3060         * configure.ac:
3061         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3062         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3063
3064         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3065
3066 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3067
3068         * shell/ev-window.c: (ev_window_add_history):
3069
3070         Check if history is NULL
3071
3072 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3073
3074         * libdocument/ev-image.c: (ev_image_finalize):
3075         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3076         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3077         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3078         (ev_tmp_uri_unlink):
3079
3080         Add functions to delete temporary files created by evince in a safe
3081         way.
3082
3083         * shell/ev-window.c: (ev_window_clear_local_uri),
3084         (open_xfer_update_progress_callback),
3085         (save_xfer_update_progress_callback), (ev_window_save_remote),
3086         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3087         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3088         (attachment_save_dialog_response_cb),
3089         (ev_attachment_popup_cmd_save_attachment_as):
3090
3091         Allow saving a copy of a document, image or attachment to a remote
3092         location. Fixes bug #440754. 
3093
3094 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3095
3096         * configure.ac:
3097         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3098
3099         Fix build with current poppler from cvs head. 
3100
3101 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3102
3103         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3104
3105         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3106         directory exists.
3107
3108 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3109
3110         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3111         * shell/ev-window.c:
3112
3113         Change sidebar ordering. Fixes bug #439939.
3114
3115 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3116
3117         * backend/comics/Makefile.am:
3118         
3119         Fixes build with --without-libgnome.
3120
3121 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3122         
3123         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3124
3125         Update cursor and tooltip on page change and view scroll. Fixes bug
3126         #439217.
3127
3128 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3129
3130         * NEWS:
3131         * configure.ac:
3132         
3133         Update for release 0.9.0
3134
3135 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3136
3137         * backend/djvu/djvu-document-private.h:
3138         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3139         (djvu_document_finalize),
3140         (djvu_document_file_exporter_format_supported),
3141         (djvu_document_file_exporter_begin),
3142         (djvu_document_file_exporter_do_page),
3143         (djvu_document_file_exporter_end),
3144         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3145         
3146         Implemented printing with djvu. Bug #437998.
3147
3148 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3149
3150         * backend/impress/zip.c:
3151         Add missing ulong definition.
3152
3153         * backend/ps/ps-interpreter.c:
3154         Add missing headers.
3155
3156         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3157
3158 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3159
3160         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3161
3162         Add missing call to parent class dispose method. 
3163
3164 2007-05-12  Ross Burton  <ross@openedhand.com>
3165
3166         * shell/main.c:
3167         Sync keybindings manually when building without libgnome
3168         (#437925).
3169
3170 2007-05-12  Ross Burton  <ross@openedhand.com>
3171
3172         * shell/ev-window.c:
3173         Respect the screen when opening help (#437866).
3174
3175 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3176
3177         * data/evince-ui.xml:
3178         * shell/ev-application.[ch]: (get_print_settings_from_args),
3179         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3180         (ev_application_open_uri_list):
3181         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3182         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3183         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3184         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3185         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3186         (ev_window_dispose):
3187         * shell/main.c: (arguments_parse):
3188
3189         Add print button in preview mode. Fixes bug #396475. 
3190
3191 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3192
3193         * cut-n-paste/zoom-control/ephy-zoom.h:
3194         
3195         Fixes zoom level factors. See bug #408119 for details.
3196
3197 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3198
3199         * backend/comics/comics-document.c: (comics_regex_quote),
3200         (extract_argv):
3201         
3202         Correctly quote symbols. Fixes crash in the bug
3203         #415370.
3204
3205 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3206
3207         * shell/ev-navigation-action-widget.c:
3208         (ev_navigation_action_widget_init),
3209         (ev_navigation_action_widget_class_init),
3210         (ev_navigation_action_widget_button_press_event):
3211         
3212         Connect to button-press event on correct widget. Fixes
3213         bug #431988
3214
3215 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3216
3217         * shell/ev-application.c: (ev_application_open_window),
3218         (ev_application_add_icon_path_for_screen),
3219         (ev_application_open_uri_at_dest):
3220         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3221         * shell/ev-navigation-action.c: (build_menu):
3222         
3223         Add app-specific icons to our icon theme. Fixes bug
3224         #425508.
3225
3226 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3227
3228         * shell/ev-history.c: (ev_history_class_init),
3229         (ev_history_add_link):
3230         * shell/ev-history.h:
3231         * shell/ev-navigation-action.c:
3232         (ev_navigation_action_history_changed),
3233         (ev_navigation_action_set_history), (build_menu),
3234         (ev_navigation_action_finalize):
3235         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3236         
3237         Make navigation action unsensitive instead of showing
3238         menu with unsensitive word. Fixes bug #417392.
3239
3240 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3241
3242         * shell/ev-application.[ch]: (ev_application_shutdown),
3243         (ev_application_get_print_settings),
3244         (ev_application_set_print_settings):
3245         * shell/ev-window.c:
3246
3247         Remember print settings. Fixes bug #349102. 
3248
3249 2007-05-08  Christian Persch  <chpe@gnome.org>
3250
3251         * configure.ac:
3252         * properties/ev-properties-view.c:
3253
3254         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3255         Bug #382438.
3256
3257 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3258
3259         * configure.ac:
3260         * properties/ev-properties-view.c: (ev_regular_paper_size):
3261
3262         Use gtk+ builtin paper list to identify the document's paper size.
3263         Fixes bug #382438. 
3264
3265 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3266
3267         * configure.ac:
3268
3269         Fix build when compiling with thumbnailer and libgnome support. 
3270
3271 2007-05-04  Ross Burton  <ross@openedhand.com>
3272
3273         * configure.ac:
3274         Add --without-libgnome, check for libgnome and libgnomeui
3275         separately, and add them to the symbols as required.
3276
3277         * libdocument/ev-file-helpers.c:
3278         When building without libgnome, use g_get_user_config_dir instead
3279         of gnome_user_dir_get.
3280
3281         * shell/ev-application.c:
3282         When building without libgnome, don't use session management.
3283
3284         * shell/main.c:
3285         When building without libgnome, don't use GnomeProgram or
3286         initialise the authentication manager.
3287
3288         This fixes #328842.
3289
3290 2007-05-04  Ross Burton  <ross@openedhand.com>
3291
3292         * shell/ev-window.c:
3293         Don't use libgnome to open help, instead call Yelp directly.
3294
3295 2007-05-04  Ross Burton  <ross@openedhand.com>
3296
3297         * shell/ev-sidebar-attachments.c:
3298         Don't use libgnome to lookup icons for MIME types, instead copy
3299         code from GTK+ to do it manually.
3300
3301 2007-05-04  Ross Burton  <ross@openedhand.com>
3302
3303         * configure.ac:
3304         Add libxml to the dependencies for SHELL_CORE (#435818).
3305
3306 2007-05-02  Ross Burton  <ross@openedhand.com>
3307
3308         * configure.ac:
3309         * Makefile.am:
3310         Add --disable-thumbnailer (#434825)
3311
3312 2007-05-02  Ross Burton  <ross@openedhand.com>
3313
3314         * shell/ev-window.c:
3315         Add missing includes, fix indentation.
3316
3317         * shell/main.c:
3318         Fix indentation.
3319
3320 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3321
3322         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3323         ev_application_open_uri_at_dest instead of ev_application_open_uri
3324         preventing new document always being opened in a new window even if there
3325         is an empty window.
3326
3327 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3328
3329         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3330         (egg_recent_view_uimanager_finalize):
3331         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3332         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3333         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3334         (ev_pixbuf_cache_dispose):
3335         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3336         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3337         
3338         Add missing chain to parent class methods. Fixes
3339         bug #433128.
3340
3341 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3342
3343         * data/Makefile.am (update-icon-cache): Updates
3344         gtk-update-icon-cache in uninstall-hook.
3345
3346 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3347
3348         * shell/ev-window.c: (ev_window_setup_document),
3349         (ev_window_set_document), (ev_window_load_job_cb):
3350         * shell/ev-view.c: (setup_caches):
3351         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3352
3353         Start rendering pages before any other jobs. 
3354
3355 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3356
3357         * shell/ev-window.c: (ev_window_stop_fullscreen),
3358         (ev_window_stop_presentation):
3359
3360         Update chrome visibility before window unfullscreen. 
3361
3362 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3363
3364         * data/Makefile.am:
3365         * data/evince-ui.xml:
3366         * shell/ev-stock-icons.[ch]:
3367         * shell/ev-application.[ch]: (ev_application_shutdown),
3368         (ev_application_init), (ev_application_get_toolbars_model):
3369         * shell/ev-window.c: (update_chrome_visibility),
3370         (fullscreen_toolbar_setup_item_properties),
3371         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3372         (ev_window_run_presentation), (ev_window_stop_presentation),
3373         (ev_window_run_preview), (ev_window_screen_changed),
3374         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3375         (ev_window_dispose), (ev_window_init):
3376
3377         Make fullscreen toolbar always visible. Do not use egg toolbars for
3378         fullscreen and preview modes since such toolbars are not editables.
3379         Fixes bugs #300278, #338910 and #316188.  
3380
3381 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3382
3383         * shell/ev-application.c:
3384         * shell/ev-job-queue.c:
3385         * shell/ev-metadata-manager.c:
3386         * shell/ev-stock-icons.c:
3387         * shell/ev-window.c:
3388         * shell/main.c:
3389         
3390         Developers documentation updated.
3391
3392 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3393
3394         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3395
3396         Check whether uri is valid before launching it. Fixes bug #427664.
3397
3398 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3399
3400         * shell/ev-window.c:
3401
3402         Change key accelerator for Open a Copy menu entry which is in conflict
3403         with Close. Fixes bug #427321.
3404
3405 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3406
3407         * NEWS:
3408         * configure.ac:
3409         
3410         Update for release 0.8.1
3411
3412 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3413
3414         * shell/ev-window.c: (setup_size_from_metadata):
3415         
3416         Do not make window bigger than screen. Fixes bug 
3417         #388985.
3418
3419 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3422         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3423
3424         Use default resolution when it's not provided by document. Fixes bug
3425         #408762.
3426
3427 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3428
3429         * configure.ac:
3430         * thumbnailer/Makefile.am:
3431         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3432         * thumbnailer/evince-thumbnailer.schemas.in:
3433         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3434
3435         Add support for ps, eps and compressed documents thumbnails. Do not
3436         ignore size parameter. 
3437
3438 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3439
3440         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3441         (dvi_document_do_color_special):
3442         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3443
3444         Implement font color specials in the DVI backend. Fixes bug #303651.
3445
3446 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3447
3448         Fixup the previous commit:
3449
3450         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3451         * shell/xdg-user-dir-lookup.c: Make the function non-static
3452         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3453
3454 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3455
3456         * shell/ev-window.c (file_open_dialog_response_cb): Use
3457         the xdg-user-dirs DOCUMENTS folder as default folder when
3458         opening a file chooser.  (#424858)
3459
3460         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3461         xdg-user-dirs.
3462
3463 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3464
3465         * shell/ev-window.c: (ev_window_load_job_cb):
3466
3467         Do not setup view from metadata on preview mode. 
3468
3469 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3470
3471         * shell/main.c:
3472
3473         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3474
3475 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3476
3477         * shell/ev-view.c: (ev_view_primary_get_cb):
3478
3479         Check pointer != NULL before using it. Fixes bug #416841. 
3480
3481 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3482
3483         * NEWS:
3484         * configure.ac:
3485         
3486         Release 0.8.0
3487
3488 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3489
3490         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3491
3492         Do not render thumbnails when sidebar thumbnail page is not visible
3493         at startup. Fixes bug #416447. 
3494
3495 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3496
3497         * data/evince.desktop.in.in:
3498
3499         "Application" is not a valid category in the freedesktop specification.
3500
3501 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3502
3503         * libdocument/ev-file-helpers.[ch]: (compression_run),
3504         (ev_file_uncompress), (ev_file_compress):
3505         * shell/ev-window.c: (file_save_dialog_response_cb):
3506
3507         Save document compressed when saving a copy of a compressed document.
3508         Fixes bug #334542.
3509
3510 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3511
3512         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3513
3514         Allow deleting in goto window entry in presentation mode. 
3515
3516 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3517
3518         * Makefile.am: Dist MAINTAINERS.
3519
3520 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3521
3522         * shell/ev-window.c: (ev_window_update_actions):
3523
3524         Fix zoom shortcut keys when searching. Fixes bug #409828.
3525
3526 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3527
3528         * shell/ev-window.c: (ev_window_setup_document):
3529
3530         Fix crash when loading documents with only one page. 
3531
3532 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3533
3534         * backend/dvi/dvi-document.c:
3535         (dvi_document_thumbnails_get_dimensions),
3536         (dvi_document_thumbnails_get_thumbnail):
3537         * backend/impress/impress-document.c:
3538         (impress_document_thumbnails_get_thumbnail),
3539         (impress_document_thumbnails_get_dimensions):
3540         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3541         (ps_document_thumbnails_get_dimensions):
3542         * backend/djvu/djvu-document.c:
3543         (djvu_document_thumbnails_get_dimensions),
3544         (djvu_document_thumbnails_get_thumbnail):
3545         * backend/tiff/tiff-document.c:
3546         (tiff_document_thumbnails_get_thumbnail),
3547         (tiff_document_thumbnails_get_dimensions):
3548         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3549         (pdf_document_thumbnails_get_thumbnail),
3550         (pdf_document_thumbnails_get_dimensions):
3551         * backend/comics/comics-document.c:
3552         (comics_document_thumbnails_get_thumbnail),
3553         (comics_document_thumbnails_get_dimensions):
3554         * backend/pixbuf/pixbuf-document.c:
3555         (pixbuf_document_thumbnails_get_thumbnail),
3556         (pixbuf_document_thumbnails_get_dimensions):
3557         * libdocument/ev-document-thumbnails.[ch]:
3558         (ev_document_thumbnails_get_thumbnail),
3559         (ev_document_thumbnails_get_dimensions):
3560         * libdocument/ev-document-misc.[ch]:
3561         (ev_document_misc_get_thumbnail_frame):
3562         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3563         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3564         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3565         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3566         (ev_sidebar_thumbnails_refresh):
3567         * shell/ev-window.c: (ev_window_setup_document):
3568         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3569
3570         Use an EvRenderContext for rendering thumbnails instead of a suggested
3571         width, so that different sized pages get sized proportionally.
3572
3573 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3574
3575         * shell/ev-view.c: (ev_view_button_press_event),
3576         (ev_view_key_press_event):
3577
3578         Fix critical warnings when there is no document loaded. 
3579
3580 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3581
3582         * shell/ev-page-action-widget.c:
3583         * shell/ev-navigation-action.c:
3584         * shell/ev-window.c:
3585
3586         Fix compile warnings. 
3587
3588 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3589
3590         * backend/djvu/djvu-text.h:
3591         * backend/djvu/djvu-document.c:
3592         * backend/djvu/djvu-text-page.c:
3593         * backend/djvu/djvu-links.c:
3594         * backend/djvu/djvu-text-page.h:
3595         * backend/djvu/djvu-text.c:
3596         
3597         Fix build on Mac. Fixes bug #392186. Patch by
3598         <ephraim_owns@hotmail.com>
3599
3600 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3601
3602         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3603
3604         Restore cairo context before rendering every page when printing a PDF
3605         document into a PDF file. 
3606
3607 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3608
3609         * backend/ps/gstypes.h:
3610         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3611         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3612         (ps_document_thumbnails_get_thumbnail):
3613
3614         Handle PostScript page orientation. Fixes bug #318568.
3615
3616 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3617
3618         * backend/ps/Makefile.am:
3619         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3620         (document_load), (ps_document_load), (save_document),
3621         (save_page_list), (ps_document_get_n_pages),
3622         (ps_document_get_page_size), (ps_document_get_info),
3623         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3624         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3625         (ps_document_thumbnails_get_thumbnail),
3626         (ps_document_thumbnails_get_dimensions),
3627         (ps_document_document_thumbnails_iface_init):
3628         * backend/ps/ps.[ch]: (psgetpagebox):
3629         * backend/ps/ps-interpreter.[ch]:
3630
3631         Add support for thumbnails in ps backend. Fixes bug #164755. 
3632
3633 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3634
3635         * NEWS:
3636         * configure.ac:
3637         
3638         Release 0.7.2
3639
3640 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3641
3642         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3643         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3644         (ev_window_dispose):
3645
3646         Use document thumbnail as window icon. Fixes bug #384442.
3647
3648 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3649
3650         * configure.ac:
3651
3652         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3653         duplicated adding application/x-bzpostscript instead. 
3654
3655 2007-02-11  Tom Parker  <palfrey@tevp.net>
3656
3657         * backend/ps/ps-document.c: (document_load):
3658
3659         Check return value of psscan before trying
3660         to use it. Fixes bug #372414.
3661
3662 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3663
3664         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3665
3666         Fix invalid free in ev-page-cache. Fixes bug #404745.
3667
3668 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3669
3670         * test/Makefile.am:
3671         * test/test3.py:
3672         
3673         Added reload test case.
3674
3675 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3676
3677         * po/POTFILES.in:
3678         * backend/djvu/djvu-document.c: (djvu_document_load):
3679
3680         Check whether there are missing files in indirect multipage djvu
3681         documents. Fixes bug #361683. 
3682
3683 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3684
3685         * test/Makefile.am:
3686         * test/test-mime.bin:
3687         * test/test3.py:
3688         
3689         Added test for slow mime type
3690
3691 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3694
3695         Add some checks and call parent_class->finalize. Fixes bug #404745.
3696
3697 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3698
3699         * shell/ev-navigation-action.c: (connect_proxy):
3700         
3701         Fixes dropdown history menu. Thanks a lot Carlos!
3702
3703 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3704
3705         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3706
3707         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3708         bug #373715.
3709
3710 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3711
3712         * backend/ps/ps.c: (psscan):
3713
3714         Fix memory leak. 
3715
3716 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3717
3718         * configure.ac:
3719         * libdocument/ev-file-helpers.c: 
3720
3721         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3722
3723 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3724
3725         * configure.ac:
3726         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3727         (ps_interpreter_start), (document_load), (save_document),
3728         (save_page_list):
3729         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3730         * libdocument/ev-document-factory.c:
3731         (ev_document_factory_get_from_mime), (get_document_from_uri),
3732         (free_uncompressed_uri), (ev_document_factory_get_document):
3733         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3734
3735         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3736
3737 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3738
3739         * libdocument/ev-document.h:
3740
3741         Fix typo in function name. 
3742
3743 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3744
3745         * backend/ps/ps-document.c: (ps_interpreter_finished),
3746         (ps_interpreter_start), (ps_interpreter_failed):
3747
3748         Handle ghostscript interpreter crashes. 
3749
3750 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3751
3752         * shell/ev-window.c: (ev_window_open_uri),
3753         (window_configure_event_cb):
3754
3755         Setup window size and position before showing it. Fixes bug #401711.
3756
3757 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3758
3759         * backend/ps/Makefile.am:
3760         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3761         (ps_document_dispose), (ps_document_class_init),
3762         (ps_interpreter_input), (ps_interpreter_output),
3763         (ps_interpreter_error), (setup_interpreter_env),
3764         (ps_interpreter_start), (ps_interpreter_stop),
3765         (ps_interpreter_failed), (ps_interpreter_is_ready),
3766         (check_filecompressed), (document_load), (ps_document_load),
3767         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3768         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3769         (render_page):
3770
3771         Rework ps-document. Code cleanups, remove deprecated code. 
3772
3773 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3774
3775         * shell/ev-view.c: (ev_view_button_press_event):
3776
3777         Do not start an image drag and drop operation when pointer is on 
3778         text, so that we can select text when the whole background is an
3779         image. 
3780
3781 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3782
3783         * shell/ev-window.c: (ev_window_update_actions): 
3784
3785         Disable all zoom related actions during presentation mode. 
3786
3787 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3788
3789         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3790
3791         Do not zoom in or out on presentation mode. Fixes bug #401305.
3792
3793 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3794
3795         * shell/ev-navigation-action.c: (connect_proxy),
3796         (create_menu_item), (ev_navigation_action_class_init):
3797         
3798         Correctly show menu and fix crash when navigaton 
3799         action is out of toolbar visible area.
3800
3801 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3802
3803         * data/Makefile.am:
3804         * data/evince.1:
3805         
3806         Added man file
3807
3808 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3809
3810         * help/reference/* :
3811         * configure.ac:
3812         
3813         Added gtk-doc based documentation for Evince.
3814         Still in initial state but I hope it will
3815         grow.
3816         
3817         * configure.ac:
3818         
3819         Lower dbus requirement to 0.70
3820
3821 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3822
3823         * shell/ev-window.c: (ev_window_add_history):
3824
3825         Fix memory leak. 
3826
3827 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3828
3829         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3830         * shell/ev-view.h:
3831         * shell/ev-window.c: (ev_window_add_history):
3832         
3833         Correctly handle named destination links
3834
3835 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3836
3837         * NOTES:
3838         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3839         * backend/pdf/ev-poppler.cc:
3840         * libdocument/ev-document-links.h:
3841         * libdocument/ev-link.c: (ev_link_get_page):
3842         * libdocument/ev-link.h:
3843         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3844         (ev_history_add_link):
3845         * shell/ev-history.h:
3846         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3847         (new_history_menu_item), (build_menu):
3848         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3849         * shell/ev-sidebar-links.c: (create_loading_model),
3850         (print_section_cb), (ev_sidebar_links_construct),
3851         (fill_page_labels), (update_page_callback_foreach),
3852         (update_page_callback), (job_finished_callback):
3853         * shell/ev-view.c: (ev_view_handle_link):
3854         * shell/ev-window.c: (ev_window_find_chapter),
3855         (ev_window_add_history), (view_handle_link_cb),
3856         (history_changed_cb):
3857         
3858         Implements another history variant
3859
3860 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3861
3862         * shell/ev-window.c: (view_external_link_cb):
3863         * shell/ev-view.c: (ev_view_button_release_event):
3864
3865         Open links in new window when clicking with middle button. 
3866
3867 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3868
3869         * shell/ev-navigation-action.c: (new_history_menu_item):
3870         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3871         * shell/ev-view.c: (ev_view_handle_link):
3872         * shell/ev-window.c:
3873         
3874         Store link before jump, not the destination. For me it 
3875         seems like more natural history behavior.
3876
3877 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3878
3879         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3880         (ev_navigation_action_class_init):
3881         * shell/ev-navigation-action.h:
3882         * shell/ev-page-action.c: (activate_cb):
3883         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3884         (ev_page_cache_set_current_page_history):
3885         * shell/ev-page-cache.h:
3886         * shell/ev-sidebar-thumbnails.c:
3887         (ev_sidebar_tree_selection_changed),
3888         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3889         * shell/ev-view-private.h:
3890         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3891         * shell/ev-view.h:
3892         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3893         (ev_window_setup_document), (ev_window_load_job_cb):
3894         * shell/ev-window.h:
3895         
3896         History finally works as expected.
3897
3898 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3899
3900         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3901
3902         Do not update links treeview if it doesn't have a model assigned yet. 
3903
3904 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3905
3906         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3907         (ev_sidebar_links_class_init), (update_page_callback):
3908
3909         Do not update links treeview when sidepane is not visible. 
3910
3911 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3912
3913         * shell/ev-marshal.list:
3914         * shell/ev-page-action.c: (activate_cb),
3915         (ev_page_action_class_init):
3916         * shell/ev-page-action.h:
3917         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3918         * shell/ev-window.c:
3919         
3920         Remove activate_link signal, not required.
3921
3922 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3923
3924         * shell/ev-navigation-action.c: (build_menu):
3925         
3926         Reorder menu items and build menu with fixed length.
3927
3928 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3929
3930         * shell/ev-view.c: (get_selected_text):
3931         
3932         Normalize text to fix ligatures problem. See bug
3933         #341947 for details.
3934
3935 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3936
3937         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3938
3939         Fix memory leak in ev-page-cache. 
3940
3941 2007-01-25  Tom Parker <palfrey@tevp.net>
3942
3943         * backend/impress/impress-document.c: (impress_document_load),
3944         (impress_document_finalize), (impress_document_init):
3945         * properties/ev-properties-main.c: (ev_properties_get_pages):
3946         
3947         Correctly handle impress document errors. Fixes nautilus
3948         crash in property page #370491.
3949
3950 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3951
3952         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3953         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3954         (ev_job_queue_remove_job):
3955         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3956         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3957         (ev_job_load_run):
3958         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3959         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3960         (ev_window_load_job_cb), (xfer_update_progress_callback),
3961         (ev_window_open_uri), (ev_window_dispose):
3962         * shell/main.c: (main):
3963
3964         Do file transfer asynchronously in the main thread instead of
3965         synchronously in the load thread. Fixes bugs #399694, #398307 and
3966         #343542.
3967
3968 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3969
3970         * shell/ev-jobs.c: (ev_job_xfer_run):
3971
3972         Load the document with the font-config lock held. 
3973
3974 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3975
3976         * backend/ps/ps-document.c: (start_interpreter):
3977
3978         Fix memory leaks in ps backend. 
3979
3980 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3981
3982         * backend/impress/impress-document.c:
3983         (impress_document_render_pixbuf):
3984
3985         Do not acquire fontconfig lock in impress backend, since it is using
3986         the main loop for rendering. 
3987
3988 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3989
3990         * po/POTFILES.in: 
3991
3992         Remove mdvi files that shouldn't be translated. 
3993
3994 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3995
3996         * shell/ev-view-private.h:
3997         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3998         (ev_view_set_zoom):
3999
4000         Render "loading..." text into a cairo surface instead of directly into
4001         the window so that fontconfig lock is only needed once and UI is not
4002         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4003
4004 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4007         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4008
4009         Use icon theme associated with the window screen rather than default. 
4010
4011 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4012
4013         * configure.ac:
4014
4015         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4016
4017 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4018
4019         * data/icons/*/apps/evince.*:
4020
4021         Move Evince icons under new apps directory.
4022
4023         * data/icons/*/actions/*:
4024
4025         Add new custom themeable Evince icons: view-page-continuous, 
4026         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4027         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4028
4029         * configure.ac:
4030
4031         Add new directories to AC_CONFIG_FILES.
4032
4033         * shell/ev-stock-icons.c:
4034         * shell/ev-stock-icons.h:
4035
4036         Use new custom themeable icons.
4037
4038 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4039
4040         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4041
4042         Do not draw white background page in presentation mode. 
4043
4044 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4045
4046         * shell/ev-view.c: Remove unused gnome-vfs include.
4047
4048 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4049
4050         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4051         
4052         Format string is corrected, fixes bug #397129.
4053
4054 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4055
4056         * shell/ev-window.c: (ev_window_setup_recent):
4057
4058         Do not include in recent menu inexistent documents. Fixes
4059         bug #339171.
4060
4061 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4062
4063         * po/POTFILES.skip: 
4064
4065         Update POTFILES.skip file according to current source tree. 
4066
4067 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4068
4069         * shell/ev-window.c: (file_save_dialog_response_cb):
4070
4071         Do Save a copy in atomic way. Fixes bug #328266. 
4072
4073 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4074
4075         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4076
4077         Keep selected cell always visible in index treeview.
4078
4079 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4080         
4081         * shell/ev-view.c: (ev_view_size_allocate):
4082
4083         Restore horizontal scrollbar after switching to/from fullscreen
4084         or presentation mode. Fixes bug #331728.
4085
4086 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4087
4088         * shell/ev-view-private.h:
4089         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4090         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4091         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4092         (ev_view_can_zoom_out):
4093
4094         Use max and min scale values in the view iby taking dpi into account. 
4095
4096 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4097
4098         * configure.ac:
4099         * NEWS:
4100
4101         Release 0.7.1
4102
4103 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4104
4105         * shell/ev-window.c: (ev_window_print_send):
4106
4107         Send print job to printer with some settings set to default values,
4108         since we have already exported to a file according to such settings
4109         and they could be taken twice by some printers. 
4110
4111 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4112
4113         * shell/ev-jobs.c: (ev_job_xfer_run):
4114         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4115
4116         Show main window and load document with the font-config lock held. 
4117
4118 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4119
4120         * configure.ac:
4121         * shell/ev-application.c: (ev_application_register_service):
4122         * shell/main.c: (load_files_remote):
4123
4124         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4125
4126 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4127
4128         * doc/debugging.txt:
4129         
4130         Remove obsolete documentation.
4131
4132 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4133
4134         * Makefile.am:
4135         * backend/Makefile.am:
4136         * backend/comics/Makefile.am:
4137         * backend/djvu/Makefile.am:
4138         * backend/dvi/Makefile.am:
4139         * backend/ev-async-renderer.c:
4140         * backend/ev-async-renderer.h:
4141         * backend/ev-attachment.c:
4142         * backend/ev-attachment.h:
4143         * backend/ev-backend-marshal.c:
4144         * backend/ev-document-factory.c:
4145         * backend/ev-document-factory.h:
4146         * backend/ev-document-find.c:
4147         * backend/ev-document-find.h:
4148         * backend/ev-document-fonts.c:
4149         * backend/ev-document-fonts.h:
4150         * backend/ev-document-images.c:
4151         * backend/ev-document-images.h:
4152         * backend/ev-document-info.h:
4153         * backend/ev-document-links.c:
4154         * backend/ev-document-links.h:
4155         * backend/ev-document-misc.c:
4156         * backend/ev-document-misc.h:
4157         * backend/ev-document-security.c:
4158         * backend/ev-document-security.h:
4159         * backend/ev-document-thumbnails.c:
4160         * backend/ev-document-thumbnails.h:
4161         * backend/ev-document-transition.c:
4162         * backend/ev-document-transition.h:
4163         * backend/ev-document.c:
4164         * backend/ev-document.h:
4165         * backend/ev-file-exporter.c:
4166         * backend/ev-file-exporter.h:
4167         * backend/ev-image.c:
4168         * backend/ev-image.h:
4169         * backend/ev-link-action.c:
4170         * backend/ev-link-action.h:
4171         * backend/ev-link-dest.c:
4172         * backend/ev-link-dest.h:
4173         * backend/ev-link.c:
4174         * backend/ev-link.h:
4175         * backend/ev-render-context.c:
4176         * backend/ev-render-context.h:
4177         * backend/ev-selection.c:
4178         * backend/ev-selection.h:
4179         * backend/impress/Makefile.am:
4180         * backend/pdf/Makefile.am:
4181         * backend/pixbuf/Makefile.am:
4182         * backend/ps/Makefile.am:
4183         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4184         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4185         (start_interpreter), (stop_interpreter), (document_load),
4186         (ps_document_next_page), (render_page):
4187         * backend/tiff/Makefile.am:
4188         * comics/Makefile.am:
4189         * comics/comics-document.c:
4190         * comics/comics-document.h:
4191         * configure.ac:
4192         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4193         * djvu/Makefile.am:
4194         * djvu/djvu-document-private.h:
4195         * djvu/djvu-document.c:
4196         * djvu/djvu-document.h:
4197         * djvu/djvu-links.c:
4198         * djvu/djvu-links.h:
4199         * djvu/djvu-text-page.c:
4200         * djvu/djvu-text-page.h:
4201         * djvu/djvu-text.c:
4202         * djvu/djvu-text.h:
4203         * dvi/Makefile.am:
4204         * dvi/dvi-document.c:
4205         * dvi/dvi-document.h:
4206         * dvi/fonts.c:
4207         * dvi/fonts.h:
4208         * dvi/mdvi-lib/Makefile.am:
4209         * dvi/mdvi-lib/afmparse.c:
4210         * dvi/mdvi-lib/afmparse.h:
4211         * dvi/mdvi-lib/bitmap.c:
4212         * dvi/mdvi-lib/bitmap.h:
4213         * dvi/mdvi-lib/color.c:
4214         * dvi/mdvi-lib/color.h:
4215         * dvi/mdvi-lib/common.c:
4216         * dvi/mdvi-lib/common.h:
4217         * dvi/mdvi-lib/defaults.h:
4218         * dvi/mdvi-lib/dvimisc.c:
4219         * dvi/mdvi-lib/dviopcodes.h:
4220         * dvi/mdvi-lib/dviread.c:
4221         * dvi/mdvi-lib/files.c:
4222         * dvi/mdvi-lib/font.c:
4223         * dvi/mdvi-lib/fontmap.c:
4224         * dvi/mdvi-lib/fontmap.h:
4225         * dvi/mdvi-lib/fontsrch.c:
4226         * dvi/mdvi-lib/gf.c:
4227         * dvi/mdvi-lib/hash.c:
4228         * dvi/mdvi-lib/hash.h:
4229         * dvi/mdvi-lib/list.c:
4230         * dvi/mdvi-lib/mdvi.h:
4231         * dvi/mdvi-lib/pagesel.c:
4232         * dvi/mdvi-lib/paper.c:
4233         * dvi/mdvi-lib/paper.h:
4234         * dvi/mdvi-lib/pk.c:
4235         * dvi/mdvi-lib/private.h:
4236         * dvi/mdvi-lib/setup.c:
4237         * dvi/mdvi-lib/sp-epsf.c:
4238         * dvi/mdvi-lib/special.c:
4239         * dvi/mdvi-lib/sysdeps.h:
4240         * dvi/mdvi-lib/t1.c:
4241         * dvi/mdvi-lib/tfm.c:
4242         * dvi/mdvi-lib/tfmfile.c:
4243         * dvi/mdvi-lib/tt.c:
4244         * dvi/mdvi-lib/util.c:
4245         * dvi/mdvi-lib/vf.c:
4246         * dvi/pixbuf-device.c:
4247         * dvi/pixbuf-device.h:
4248         * impress/Makefile.am:
4249         * impress/common.h:
4250         * impress/document.c:
4251         * impress/f_oasis.c:
4252         * impress/f_oo13.c:
4253         * impress/iksemel.c:
4254         * impress/iksemel.h:
4255         * impress/imposter.h:
4256         * impress/impress-document.c:
4257         * impress/impress-document.h:
4258         * impress/internal.h:
4259         * impress/r_back.c:
4260         * impress/r_draw.c:
4261         * impress/r_geometry.c:
4262         * impress/r_gradient.c:
4263         * impress/r_style.c:
4264         * impress/r_text.c:
4265         * impress/render.c:
4266         * impress/render.h:
4267         * impress/zip.c:
4268         * impress/zip.h:
4269         * lib/Makefile.am:
4270         * lib/ev-debug.c:
4271         * lib/ev-debug.h:
4272         * lib/ev-file-helpers.c:
4273         * lib/ev-file-helpers.h:
4274         * lib/ev-gui.c:
4275         * lib/ev-gui.h:
4276         * lib/ev-tooltip.c:
4277         * lib/ev-tooltip.h:
4278         * libdocument/Makefile.am:
4279         * libdocument/ev-file-helpers.c:
4280         * pdf/Makefile.am:
4281         * pdf/ev-poppler.cc:
4282         * pdf/ev-poppler.h:
4283         * pixbuf/Makefile.am:
4284         * pixbuf/pixbuf-document.c:
4285         * pixbuf/pixbuf-document.h:
4286         * properties/Makefile.am:
4287         * ps/Makefile.am:
4288         * ps/gsdefaults.c:
4289         * ps/gsdefaults.h:
4290         * ps/gsio.c:
4291         * ps/gsio.h:
4292         * ps/gstypes.h:
4293         * ps/ps-document.c:
4294         * ps/ps-document.h:
4295         * ps/ps.c:
4296         * ps/ps.h:
4297         * shell/Makefile.am:
4298         * shell/ev-application.h:
4299         * shell/ev-sidebar-links.c:
4300         * shell/ev-sidebar-links.h:
4301         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4302         (ev_gui_menu_position_tree_selection):
4303         * shell/ev-utils.h:
4304         * shell/ev-view.c: (ev_view_finalize):
4305         * shell/ev-window.c:
4306         * shell/main.c: (main):
4307         * thumbnailer/Makefile.am:
4308         * tiff/Makefile.am:
4309         * tiff/tiff-document.c:
4310         * tiff/tiff-document.h:
4311         * tiff/tiff2ps.c:
4312         * tiff/tiff2ps.h:
4313         
4314         Reorganize source tree.
4315
4316 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4317
4318         * backend/ev-document-factory.c:
4319
4320         Do not include ev-poppler.h when pdf is disabled. 
4321
4322 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4323
4324         * configure.ac:
4325         * data/evince-ui.xml:
4326         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4327         (pdf_document_document_images_iface_init):
4328         * backend/Makefile.am:
4329         * backend/ev-document-images.[ch]:
4330         * backend/ev-image.[ch]:
4331         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4332         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4333         (ev_job_xfer_run):
4334         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4335         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4336         (ev_pixbuf_cache_get_image_mapping):
4337         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4338         (view_menu_popup_cb), (ev_window_dispose),
4339         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4340         (ev_view_popup_cmd_copy_image):
4341         * shell/ev-view-private.h:
4342         * shell/ev-view.c: (ev_view_get_image_at_location),
4343         (ev_view_do_popup_menu), (ev_view_popup_menu),
4344         (ev_view_button_press_event), (ev_view_drag_data_get),
4345         (ev_view_drag_motion), (ev_view_drag_data_received),
4346         (ev_view_motion_notify_event), (ev_view_button_release_event),
4347         (ev_view_finalize), (ev_view_class_init):
4348
4349         Add image handling support. Fixes bugs #310008 and #325047. Images
4350         selection is not supported yet. 
4351
4352 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4353
4354         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4355         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4356         (ev_view_init):
4357
4358         Move view drag and drop stuff to ev-view.
4359
4360 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4361
4362         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4363         * shell/ev-view.c: (clear_selection): 
4364
4365         Clear selection also in pixbuf cache.
4366
4367 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4368
4369         * data/evince.desktop.in.in:
4370         
4371         Change icon name in desktop file. See bug #390734
4372         for details.
4373
4374 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4375
4376         * thumbnailer/Makefile.am:
4377
4378         Use top_builddir instead top_srcdir for generated schema
4379         file installation. Fixes bug #390161.
4380
4381 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4382
4383         * configure.ac:
4384         * backend/Makefile.am:
4385         * backend/ev-document-transition.[ch]:
4386         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4387         (pdf_document_page_transition_iface_init):
4388         * shell/ev-view-private.h:
4389         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4390         (ev_view_set_presentation), (transition_next_page),
4391         (ev_view_presentation_transition_stop),
4392         (ev_view_presentation_transition_start), (ev_view_next_page):
4393
4394         Add page transition support in presentation mode. At the moment only
4395         page duration is supported, but not transition effects. Fixes bug
4396         #309815.
4397
4398 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4399
4400         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4401
4402         Run find_link_dest with document lock held, since it's called by links
4403         thread and main thread at the same time. 
4404
4405 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4406
4407         * shell/ev-view.c: (goto_dest):
4408
4409         Update page-cache when page is changed by the view, so that
4410         page-changed signal is emitted. 
4411
4412 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4413
4414         * test/test1.py:
4415         * test/test2.py:
4416
4417         Use C locale in tests. 
4418
4419 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4420
4421         * shell/ev-window.c: (ev_window_run_presentation):
4422         * shell/ev-view-private.h:
4423         * shell/ev-view.c: (ev_view_set_presentation):
4424
4425         Restore zoom settings when back from presentation mode. 
4426
4427 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4428
4429         * shell/ev-window.c: (ev_window_run_presentation):
4430
4431         Always use "best fit" zoom in presentation mode.
4432         Fixes bug #389195.
4433
4434 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4435
4436         * shell/ev-view.c: (ev_view_goto_window_create):
4437
4438         Show "Jump to page" label in the page jumping popup in
4439         presentation mode instead of just a GtkEntry.
4440
4441 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4442
4443         * shell/ev-window.c: (launch_external_uri):
4444
4445         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4446         #378085.
4447
4448 2006-12-22  Elijah Newren  <newren gmail com>
4449
4450         * configure.ac: explicitly check for libxml2.  Fixes #388795
4451
4452 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4453
4454         * shell/ev-view-private.h:
4455         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4456         (ev_view_goto_window_delete_event), (key_is_numeric),
4457         (ev_view_goto_window_key_press_event),
4458         (ev_view_goto_window_button_press_event),
4459         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4460         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4461         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4462
4463         Allow jumping to another page by typing a page number in presentation
4464         mode. It uses a popup window with an entry. Fixes bug #353625.
4465
4466 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4467
4468         * configure.ac:
4469         * properties/ev-properties-view.c: (ev_get_default_user_units),
4470         (ev_regular_paper_size):
4471         
4472         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4473         to Damien Carbery <damien.carbery@sun.com> and
4474         Yevgen Muntyan <muntyan@tamu.edu>.
4475
4476 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4477
4478         * shell/ev-window.c: (setup_document_from_metadata):
4479
4480         Make sure Evince doesn't restore the view on the last
4481         page when a document is reopened. Fixes bug #383381.
4482
4483 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4484
4485         * shell/ev-view.c: (draw_loading_text):
4486
4487         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4488
4489 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4490
4491         * configure.ac:
4492         * NEWS:
4493
4494         Release 0.7.0
4495
4496 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4497
4498         * configure.ac:
4499         * pdf/ev-poppler.cc: (pdf_print_context_free),
4500         (pdf_document_file_exporter_begin),
4501         (pdf_document_file_exporter_do_page):
4502
4503         Make cairo-pdf depedency optional. 
4504
4505 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4506
4507         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4508
4509         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4510
4511 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4512
4513         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4514         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4515         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4516         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4517         * shell/ev-view.c: (draw_loading_text):
4518         * shell/ev-window.c: (ev_window_cmd_file_properties):
4519
4520         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4521         related to using FontConfig from different threads.
4522         
4523 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4524
4525         * shell/ev-view.c: (draw_loading_text):
4526
4527         Acquire lock document when drawing "Loading..." text so that only one
4528         thread will use FontConfig at the same time. Fixes bug #374750.
4529
4530 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4531
4532         * shell/ev-page-action.[ch]: (activate_cb):
4533         * shell/ev-window.c: (activate_label_cb):
4534
4535         Check if text inserted in page entry is a valid page number when it
4536         doesn't match to any document page label. Fixes bug #383165.
4537
4538 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4539         * shell/ev-window.c:
4540
4541         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4542         available with GTK < 2.10. Added an ifdef to avoid compilation
4543         error.
4544
4545 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4546
4547         * configure.ac:
4548         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4549
4550         Fix ps backend in multihead systems.
4551
4552 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4553
4554         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4555         * shell/ev-window.c: (ev_window_get_screen_dpi),
4556         (ev_window_update_actions), (setup_view_from_metadata),
4557         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4558
4559         Take screen DPI into account when zooming. Fixes bug #318285.
4560
4561 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4562
4563         * data/Makefile.am:
4564
4565         Cleaned up/slightly refactored Makefile.am. Added GConf
4566         schemas uninstallation as well.
4567
4568 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4569
4570         * Makefile.am:
4571         * test/Makefile.am:
4572
4573         Fight with autotools to fix make check. Make distcheck
4574         works fine as well now!
4575
4576 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4577
4578         * shell/ev-view.c: (draw_end_presentation_page):
4579
4580         Corrected "end of presentation" string.
4581
4582 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4583
4584         * shell/ev-view.c: (ev_view_key_press_event):
4585
4586         Correctly propagate key press event so that up/down keys
4587         work as expected (correct behaviour was broken by
4588         black/white screen key bindings for presentations).
4589
4590 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4591
4592         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4593         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4594         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4595         (pdf_selection_get_selection_region),
4596         (pdf_selection_get_selection_map):
4597
4598         Add "static" to some private functions. 
4599
4600 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4601
4602         * lib/ev-tooltip.h:
4603         * properties/ev-properties-view.h:
4604         * shell/ev-jobs.h:
4605         * shell/ev-properties-dialog.h:
4606         * shell/ev-properties-fonts.h:
4607         * shell/ev-sidebar-links.h:
4608         * shell/ev-sidebar-thumbnails.h:
4609         * shell/ev-sidebar.h:
4610         * shell/ev-window.h:
4611         
4612         Fixes CHACK type in class casts. See bug #385343
4613         for details.
4614
4615 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4616
4617         * shell/ev-view-private.h:
4618         * shell/ev-view.c: (draw_end_presentation_page),
4619         (ev_view_expose_event), (ev_view_key_press_event),
4620         (ev_view_class_init), (ev_view_init):
4621
4622         Blank screen in presentation mode when pressing 'b' (filling with
4623         black) or 'w' (filling with white) keys. Fixes bug #358132.
4624
4625 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4626
4627         * data/evince-toolbar.xml:
4628         * shell/ev-window.c:
4629         
4630         Use stock icon for Select All action. Fixes
4631         bug #382652.
4632
4633 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4634
4635         * shell/ev-view.c: (get_doc_point_from_offset),
4636         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4637
4638         Add links support in rotated documents. Fixes bug #343733.
4639
4640 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4641
4642         * shell/ev-view-private.h:
4643         * shell/ev-view.c: (draw_end_presentation_page),
4644         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4645
4646         Show a blank page after the last page in presentation mode with a
4647         message indicating that presentation has finished and how to exit. 
4648
4649 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4650
4651         * shell/ev-window.c: (fullscreen_timeout_cb):
4652
4653         Hide cursor after a while in presentation mode. 
4654
4655 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4656
4657         * backend/ev-document-info.h:
4658         * data/evince-properties.glade:
4659         * pdf/ev-poppler.cc:
4660         * properties/ev-properties-view.c: (ev_regular_paper_size),
4661         (ev_properties_view_set_info):
4662         * ps/ps-document.c: (ps_document_get_info):
4663
4664         Adds a paper size field to the properties dialog. Fixes
4665         bug #307315. Patch by Kasper Svendsen (with some i18n
4666         changes done by me).
4667
4668 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4669
4670         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4671         (screensaver_init_dbus), (totem_scrsaver_new),
4672         (totem_scrsaver_init):
4673         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4674         * shell/ev-application.c: (ev_application_register_service),
4675         (ev_application_screensaver_enable),
4676         (ev_application_screensaver_disable):
4677         * shell/ev-application.h:
4678         * shell/ev-window.c: (ev_window_run_presentation),
4679         (ev_window_stop_presentation), (build_comments_string),
4680         (ev_window_init):
4681         
4682         Move screensaver handling to application. No more
4683         message on startup.
4684
4685 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4686
4687         * configure.ac:
4688         * backend/Makefile.am:
4689         * backend/ev-file-exporter.[ch]:
4690         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4691         * ps/ps-document.c: (ps_document_file_exporter_*):
4692         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4693         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4694         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4695         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4696
4697         Allow printing to PDF when suppoted by the backend.
4698         
4699 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4700
4701         * shell/ev-window.c: (build_comments_string):
4702
4703         Use always "Document Viewer" in about dialog. 
4704
4705 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4706
4707         * djvu/djvu-document.c: (djvu_document_get_page_size):
4708
4709         Display a warning message when get_pageinfo fails. 
4710
4711 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4712
4713         * Makefile.am:
4714         * backend/Makefile.am:
4715         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4716         * configure.ac:
4717         * shell/ev-window.c: (build_comments_string):
4718         
4719         Make pdf compilation optional. See bug #38007.
4720
4721 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4722
4723         * ps/ps.c: (get_next_text):
4724
4725         Fix CVE-2006-5864.
4726
4727 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4728
4729         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4730         * shell/ev-navigation-action.c: (connect_proxy),
4731         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4732         
4733         Do not call g_type_class_peek_parent twice.
4734
4735 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4736
4737         * configure.ac:
4738         * data/icons/24x24/.cvsignore:
4739         * data/icons/24x24/Makefile.am:
4740         * data/icons/24x24/evince.png:
4741         * data/icons/Makefile.am:
4742         
4743         Add 24x24 icon. Thanks to 
4744         Michael Monreal <infernux@web.de>.
4745
4746 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4747
4748         * configure.ac: Fix typo in configure.ac. Thanks
4749         to dmacks@netspace.org for notification.
4750
4751 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4752
4753         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4754         
4755         Drop dbus include, fixes compilation with older dbus.
4756
4757 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4758
4759         * configure.ac:
4760         * cut-n-paste/Makefile.am:
4761         * cut-n-paste/totem-screensaver/.cvsignore
4762         * cut-n-paste/totem-screensaver/Makefile.am:
4763         * cut-n-paste/totem-screensaver/README:
4764         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4765         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4766         * shell/Makefile.am:
4767         * shell/ev-window.c: (ev_window_run_presentation),
4768         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4769         (ev_window_init):
4770
4771         Implemented screensaver enabling/disabling for
4772         presentation mode (not fullscreen mode). Code stolen
4773         from Totem (with some minor tweaks). Fixes bug #338889.
4774
4775 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4776
4777         * configure.ac:
4778
4779         Bump gnome-icon-theme requirements. We use the rotation
4780         icons that appeared recently.
4781
4782 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4783
4784         * shell/ev-history.c: (ev_history_add_page):
4785         * shell/ev-history.h:
4786         * shell/ev-window.c: (page_changed_cb):
4787         
4788         Use page labels instead of numbers.
4789
4790 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4791
4792         * data/evince-toolbar.xml:
4793         * po/POTFILES.in:
4794         * shell/Makefile.am:
4795         * shell/ev-navigation-action-widget.c:
4796         (ev_navigation_action_widget_init),
4797         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4798         (menu_detacher), (ev_navigation_action_widget_set_menu),
4799         (menu_position_func), (popup_menu_under_arrow),
4800         (ev_navigation_action_widget_toggled),
4801         (ev_navigation_action_widget_button_press_event):
4802         * shell/ev-navigation-action-widget.h:
4803         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4804         (ev_navigation_action_set_window), (activate_menu_item_cb),
4805         (new_history_menu_item), (new_empty_history_menu_item),
4806         (build_menu), (menu_activated_cb), (connect_proxy),
4807         (create_tool_item), (ev_navigation_action_init),
4808         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4809         * shell/ev-navigation-action.h:
4810         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4811         (ev_page_action_widget_set_page_cache),
4812         (ev_page_action_widget_finalize),
4813         (ev_page_action_widget_class_init), (match_selected_cb),
4814         (display_completion_text), (match_completion), (build_new_tree_cb),
4815         (get_filter_model_from_model),
4816         (ev_page_action_widget_update_model):
4817         * shell/ev-page-action-widget.h:
4818         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4819         (connect_proxy):
4820         * shell/ev-page-action.h:
4821         * shell/ev-stock-icons.c:
4822         * shell/ev-stock-icons.h:
4823         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4824         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4825         (register_custom_actions):
4826         * shell/main.c:
4827         
4828         Preliminary history implementation
4829
4830 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4831
4832         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4833         (dvi_document_class_init), (dvi_document_init_params):
4834         * dvi/mdvi-lib/font.c: (font_reference):
4835         
4836         Add reference to subfont. Fixes bug #374277.
4837
4838 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4839
4840         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4841         (ev_window_cmd_file_open_copy_at_dest):
4842
4843         Fix a race condition when creating symlink. Increase the counter
4844         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4845         Mathias Hasselmann).
4846
4847 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4848
4849         * backend/Makefile.am:
4850         * backend/ev-attachment.c: (ev_attachment_open):
4851         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4852         (ev_tmp_dir), (ev_tmp_filename):
4853         * shell/ev-sidebar-attachments.c:
4854         (ev_sidebar_attachments_drag_data_get):
4855         * shell/ev-window.c: (ev_window_clear_temp_file):
4856
4857         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4858         in ensure_dir_exists. Abort without crashing when we can't create
4859         user's directory.
4860
4861 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4862
4863         * data/evince-ui.xml:
4864         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4865         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4866         (ev_window_cmd_file_open_copy_at_dest),
4867         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4868         (ev_view_popup_cmd_open_link_new_window):
4869
4870         Allow opening a copy of the current document in a new window. Fixes bug
4871         #357472
4872
4873 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4874
4875         * data/evince-toolbar.xml:
4876         
4877         Add rotate right and rotate left to available items for toolbar.
4878         
4879         * data/evince-ui.xml:
4880         * shell/ev-window.c: (ev_window_init):
4881         
4882         Customize toolbar with right click. Fixes bug #372451.
4883
4884 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4885
4886         * shell/ev-window.c: 
4887         
4888         Use "object-rotate-{left,right}" stock icons. Fixes 
4889         bug #373863.
4890
4891 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4892
4893         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4894         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4895         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4896         (ev_window_open_uri):
4897         * shell/main.c: (arguments_parse):
4898
4899         Remove temp file created when evince is used by GTK+ in
4900         preview mode. Fixes bug #365282. 
4901
4902 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4903
4904         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4905         
4906         Fixes bug #372474 - Side pane disabled when entering 
4907         and leaving fullscreen mode.
4908
4909 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4910
4911         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4912         * data/Makefile.am:
4913         * data/evince-preview-toolbar.xml:
4914         * data/evince-toolbar.xml:
4915         * shell/ev-application.c: (ev_application_shutdown),
4916         (ev_application_init), (ev_application_get_toolbars_model):
4917         * shell/ev-application.h:
4918         * shell/ev-window.c: (update_chrome_visibility),
4919         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4920         (ev_window_cmd_edit_toolbar), (ev_window_init):
4921         
4922         Fixes bug #364364 - toolbar editor shows zoom actions again.
4923
4924 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4925
4926         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4927
4928         Do not take margins into consideration for paper size when printing.
4929         Really fixes bug #350491.
4930
4931 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4932
4933         * data/evince-ui.xml:
4934         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4935         (ev_window_cmd_file_print_setup),
4936         (ev_window_print_dialog_response_cb),
4937         (ev_window_setup_action_sensitivity):
4938
4939         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4940
4941 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4942
4943         * shell/ev-window.c: (ev_window_print_range):
4944
4945         Revert my previuos commit, since printing to PDF is not supported by
4946         evince yet. 
4947
4948 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4949
4950         * shell/ev-window.c: (ev_window_print_range):
4951
4952         Enable print to a PDF. Fixes bug #332121.
4953
4954 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4955
4956         * shell/ev-application-service.xml:
4957         * shell/ev-application.[ch]: (ev_application_open_window),
4958         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4959         (ev_application_open_uri), (ev_application_open_uri_list):
4960         * shell/ev-window.c: (file_open_dialog_response_cb),
4961         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4962         (drag_data_received_cb), (open_remote_link):
4963         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4964
4965         Add support for multiscreen systems. Fixes bug #316206.
4966
4967 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4968
4969         * shell/ev-jobs.[ch]: (ev_job_print_new),
4970         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4971         (ev_job_print_do_page):
4972         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4973
4974         Allow printing only odd/even pages. Fixes bug #367289.
4975
4976 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4977
4978         * test/test1.py:
4979         * test/test2.py:
4980
4981         Re-add locale settings to test files.
4982
4983 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4984
4985         * data/evince-ui.xml:
4986         * shell/ev-window.c: (set_action_properties):
4987         
4988         Removed garbage from code and ui.
4989
4990 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4991
4992         * shell/ev-window.c: (ev_window_cmd_help_about):
4993
4994         Shamelessly add my name to the list of contributors.
4995
4996 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4997
4998         * test/test1.py:
4999         * test/test2.py:
5000
5001         Cleaned up the dogtail scripts.
5002
5003 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5004
5005         * shell/ev-view.c: (draw_loading_text): Don't render
5006         "loading..." text in presentation mode. Temporary
5007         workaround for bug #320352.
5008
5009 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5010
5011         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5012         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5013
5014         Use print settings scale, copies, collate and reverse which were
5015         ignored. Fixes bug #359032.
5016
5017 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5018
5019         * configure.ac:
5020         * data/evince-password.glade:
5021         * test/Makefile.am:
5022         * test/test-encrypt.pdf:
5023         * test/test-links.pdf:
5024         * test/test1.py:
5025         * test/test2.py:
5026
5027         Add automated UI tests for evince with dogtail. See
5028         bug #300948.    
5029
5030 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5031
5032         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5033
5034         Hide fullscreen toolbar when switching to another desktop workspace.
5035         Fixes bug #338871
5036
5037 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5038
5039         * shell/ev-window-title.c: 
5040         
5041         Test for .dvi in title of pdf documents.
5042
5043 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5044
5045         * shell/ev-view.c: (ev_view_scroll):
5046
5047         Page Up/Down should do page jumps in "Best fit" mode.
5048         If a user has explicitly chosen to view exactly one page
5049         at a time, scrolling just a part of the page when
5050         pressing Page Up/Down is not right. Fixes bug #323107.
5051
5052 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5053
5054         * NEWS:
5055         * configure.ac:
5056         
5057         Update for 0.6.1
5058
5059 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5060
5061         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5062         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5063         
5064         Correctly disconnect from job signals on destroy.
5065
5066 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5067
5068         * shell/ev-view-private.h:
5069         * shell/ev-view.c: (view_set_adjustment_values),
5070         (view_update_range_and_current_page),
5071         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5072         
5073         Fixes bug #343199, current page now follows find page.
5074
5075 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5076
5077         * backend/ev-document-factory.c:
5078         * configure.ac:
5079         Assigned OpenDocument presenation MIME type to the
5080         Impress backend. Added some missing (but harmless)
5081         #ifdefs in the document factory as well to make things
5082         consistent again. Fixes bug #360658.
5083
5084 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5085
5086         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5087         * backend/ev-document-find.c: (ev_document_find_get_type):
5088         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5089         * backend/ev-document-links.c: (ev_document_links_get_type):
5090         * backend/ev-document-security.c: (ev_document_security_get_type):
5091         * backend/ev-document-thumbnails.c:
5092         (ev_document_thumbnails_get_type):
5093         * backend/ev-document.c: (ev_document_get_type):
5094         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5095         * backend/ev-selection.c: (ev_selection_get_type):
5096         * cut-n-paste/recent-files/egg-recent-model.c:
5097         (egg_recent_model_get_type):
5098         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5099         (egg_recent_view_uimanager_get_type):
5100         * cut-n-paste/recent-files/egg-recent-view.c:
5101         (egg_recent_view_get_type):
5102         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5103         (egg_editable_toolbar_get_type):
5104         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5105         (egg_toolbar_editor_get_type):
5106         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5107         (egg_toolbars_model_get_type):
5108         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5109         (egg_tree_multi_drag_source_get_type):
5110         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5111         (ephy_zoom_action_get_type):
5112         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5113         (ephy_zoom_control_get_type):
5114         * impress/r_back.c: (_imp_fill_back):
5115         * properties/ev-properties-main.c:
5116         (ev_properties_plugin_register_type):
5117         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5118         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5119         (ev_view_accessible_factory_get_type):
5120
5121         Reduce relocations. Bug #360616.
5122
5123 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5124
5125         * backend/ev-document-factory.c:
5126         (ev_document_factory_get_document):
5127         
5128         Load document even if extension is wrong.
5129
5130 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5131
5132         * shell/ev-metadata-manager.c: (save_values):
5133         * shell/ev-window.c: (setup_size_from_metadata),
5134         (setup_view_from_metadata), (ev_window_setup_document),
5135         (ev_window_xfer_job_cb), (window_configure_event_cb):
5136         
5137         Set size according to the document size/page size ratio.
5138         That should correct rather wierd behaviour of the previous
5139         commit.
5140
5141 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5142
5143         * shell/ev-window.c: (setup_view_from_metadata):
5144         
5145         Set size for new windows from previous window size.
5146         See bugs #354968 and #168450 for details. Thanks
5147         to Meik Hellmund.
5148
5149 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5150
5151         * djvu/djvu-links.c: (build_tree):
5152
5153         Fix memory leak.
5154
5155 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5156
5157         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5158         
5159         Don't make sidebar close button insensitive. Fixes
5160         bug #357871.
5161
5162 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5163
5164         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5165         (ev_window_set_view_accels_sensitivity):
5166         
5167         Don't enable Slash on documents which don't support
5168         find. Fixes bug #358648.
5169
5170 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5171
5172         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5173         open dialog fall back to the current document uri if the
5174         filechooser hasn't been used before. Fixes bug #356980.
5175
5176 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5177
5178         * shell/ev-window.c: (ev_window_setup_recent), 
5179         (ev_window_get_recent_file_label):
5180
5181         Escape underscores in filenames of recent file items.
5182
5183 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5184
5185         * configure.ac:
5186         
5187         Bumped poppler requirements, really 0.5.3 is very 
5188         buggy, now we require 0.5.4.
5189
5190 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5191
5192         * djvu/Makefile.am:
5193         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5194         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5195         (djvu_document_document_links_iface_init):
5196         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5197         (number_from_string_10), (get_djvu_link_dest),
5198         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5199         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5200         (djvu_links_get_links), (djvu_links_find_link_dest),
5201         (djvu_links_get_links_model):
5202         * djvu/djvu-links.h:
5203         
5204         Add support for links and bookmarks in djvu documents. Thanks
5205         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5206         patch.
5207
5208 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5209
5210         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5211         
5212         Reopen should reload document. Fixes 
5213         bug 327951.
5214
5215 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5216
5217         * configure.ac:
5218         * data/Makefile.am:
5219         * data/evince-16.png:
5220         * data/evince-22.png:
5221         * data/evince.png:
5222         * data/evince.svg:
5223         * data/icons/16x16/Makefile.am:
5224         * data/icons/16x16/evince.png:
5225         * data/icons/22x22/Makefile.am:
5226         * data/icons/22x22/evince.png:
5227         * data/icons/48x48/Makefile.am:
5228         * data/icons/48x48/evince.png:
5229         * data/icons/Makefile.am:
5230         * data/icons/scalable/Makefile.am:
5231         * data/icons/scalable/evince.svg:
5232         
5233         Install icons with correct names. Fixes
5234         bug #354429.
5235
5236 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5237
5238         * shell/ev-view.c: (ev_view_button_release_event):
5239
5240         Don't open links with middle mouse button. Fixes bug #353649
5241
5242 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5243
5244         * NEWS:
5245         * configure.ac:
5246         
5247         Update for release 0.6.0
5248
5249 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5250
5251         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5252         Implement Close named action. Patch by Carlos Garcia Campos.
5253
5254 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5255
5256         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5257         
5258         Don't clear link mapping on copy_job_to_job_info. Fixes
5259         bug 346168.
5260
5261 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5262
5263         * shell/main.c: (main):
5264
5265         Revert my previous commit, gnome_program_init owns the option context.
5266         Fix another memory leak in main. Both caught by Christian Persch. 
5267
5268 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5269
5270         * shell/main.c: (main):
5271
5272         Fix memory leak.
5273
5274 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5275
5276         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5277
5278         Fix crash when opening a pdf with password protection. 
5279
5280 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5281
5282         * pdf/ev-poppler.cc: (pdf_document_search_free):
5283
5284         Fix memory leak. 
5285
5286 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5287
5288         * backend/ev-document-factory.c:
5289         (ev_document_factory_get_document):
5290         * tiff/tiff-document.c: (tiff_document_finalize):
5291         
5292         More correct handling of document loading. Fixes
5293         bug #349043.
5294
5295 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5296
5297         * backend/ev-attachment.c: (ev_attachment_save):
5298
5299         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5300         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5301
5302 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5303         
5304         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5305         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5306
5307 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5308
5309         * shell/ev-sidebar-thumbnails.c:
5310
5311         Do not render thumbnails unless thumbnails page is active in the
5312         sidebar.
5313
5314 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5315
5316         * shell/ev-properties-dialog.c:
5317
5318         Fix dialogue spacing. Bug #351370.
5319
5320 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5321
5322         * configure.ac:
5323
5324         Use lowercase gettext catalog file names (evince.mo
5325         instead of Evince.mo)
5326
5327 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5328
5329         * shell/ev-sidebar-attachments.c:
5330
5331         GtkIconTheme is now screen safe too. Fixes bug #350878
5332
5333 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5334
5335         * shell/ev-window.c:
5336
5337         GtkRecent manager is now screen safe. Fixes bug #350145
5338
5339 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5340
5341         * shell/ev-sidebar.c: (ev_sidebar_init):
5342         
5343         Make sidebar close icon smaller. Fix for bug 350177.
5344         See also bugs 350176 and 165770.
5345
5346 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5347
5348         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5349
5350         Ignore zoom for xyz destinations when it's <= 1, keeping user
5351         preferences instead. Set correct sizing-mode for fith and fitv
5352         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5353
5354 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5355
5356         * NEWS:
5357         * configure.ac:
5358         
5359         Update for release 0.5.5
5360
5361 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5362         
5363         * shell/ev-window.c: (ev_window_cmd_escape)
5364
5365         Escape unfocus page entry. Fixes bug #345809.
5366
5367 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5368
5369         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5370         (build_tree), (pdf_document_links_get_links),
5371         (pdf_document_links_find_link_dest):
5372         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5373         (goto_xyz_dest):
5374
5375         Convert from PDF style coordinates to X style coordinates in the
5376         backend rather than in the view. Fixes bug #338440
5377
5378 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5379
5380         * shell/ev-window.c:
5381         
5382         Remove Ctrl+Shift+T shortcut for toolbars. See
5383         the bug #350098.
5384
5385 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5386
5387         * configure.ac:
5388
5389         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5390         of this. 
5391
5392 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5393
5394         * configure.ac:
5395         * cut-n-paste/Makefile.am:
5396         * data/evince-ui.xml:
5397         * shell/Makefile.am:
5398         * shell/ev-application.[ch]:
5399         * shell/ev-window.c:
5400
5401         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5402         #349273
5403
5404 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5405
5406         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5407         findbar code: s/help/search/
5408
5409 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5410
5411         * shell/ev-window.c: (setup_document_from_metadata),
5412         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5413         (setup_view_from_metadata):
5414         
5415         Fix memory leaks.
5416
5417 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5418
5419         * autogen.sh, configure.ac: 
5420         
5421         Update automake usage. See bug 349292.
5422
5423 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5424
5425         * shell/eggfindbar.c: (egg_find_bar_class_init),
5426         (entry_activate_callback), (egg_find_bar_init),
5427         (egg_find_bar_set_status_text):
5428         * shell/eggfindbar.h:
5429         
5430         Unify Evince findbar with Epiphany. Nice patch
5431         from Fabricio Silva <silva@crans.org> and
5432         Frederic Peters <fpeters@entrouvert.com>. See
5433         bug #339966 for details.
5434
5435 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5436
5437         * data/evince.desktop.in.in:
5438         
5439         Correct information for bugzilla. Thanks to
5440         Olaf Vitters, see bug #348855.
5441
5442 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5443
5444         * shell/ev-jobs.[ch]:
5445         * shell/ev-sidebar-links.c:
5446         * shell/ev-window.[ch]:
5447
5448         GtkPrintJob doesn't support print ranges or current page, so we export
5449         to a ps file now when printing ranges or current page.
5450
5451 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5452
5453         * pdf/ev-poppler.cc:
5454         * shell/ev-window.c: (do_action_named):
5455
5456         We should be more clear about bugzilla. See the
5457         poppler bug #7623.
5458
5459 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5460
5461         * configure.ac:
5462         * shell/Makefile.am:
5463         * shell/ev-job-queue.c:
5464         * shell/ev-jobs.[ch]:
5465         * shell/ev-sidebar-links.c:
5466         * shell/ev-window.[ch]:
5467         
5468         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5469         #348422
5470
5471 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5472
5473         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5474         * shell/ev-application-service.xml:
5475         * shell/ev-application.[ch]:
5476         * shell/ev-jobs.[ch]:
5477         * shell/ev-window.[ch]: (ev_window_run_preview):
5478         * shell/main.c: 
5479
5480         Add preview mode to use evince as a printing previewer. It also adds
5481         other command line options for fullscreen and presentation modes.
5482         Fixes bugs #347822, #317031
5483
5484 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5485
5486         * NEWS:
5487         * configure.ac:
5488         
5489         Update for release 0.5.4
5490
5491 2006-07-11  Bastien Nocera <hadess@hadess.net>
5492
5493         * Makefile.am:
5494         * backend/Makefile.am:
5495         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5496         * backend/ev-document-factory.h:
5497         * configure.ac:
5498         * impress/.cvsignore:
5499         * impress/Makefile.am:
5500         * impress/common.h:
5501         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5502         (imp_get_page), (imp_next_page), (imp_prev_page),
5503         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5504         * impress/f_oasis.c: (render_object), (render_page),
5505         (get_geometry), (_imp_oasis_load):
5506         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5507         (_imp_oo13_load):
5508         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5509         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5510         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5511         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5512         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5513         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5514         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5515         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5516         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5517         (iks_new_within), (iks_insert), (iks_insert_cdata),
5518         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5519         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5520         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5521         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5522         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5523         (iks_cdata), (iks_cdata_size), (iks_has_children),
5524         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5525         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5526         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5527         (iks_tree), (iks_load), (iks_save):
5528         * impress/iksemel.h:
5529         * impress/imposter.h:
5530         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5531         (imp_render_draw_bezier_real), (imp_render_get_size),
5532         (imp_render_set_fg_color), (imp_render_draw_line),
5533         (imp_render_draw_rect), (imp_render_draw_polygon),
5534         (imp_render_draw_arc), (imp_render_draw_bezier),
5535         (imp_render_open_image), (imp_render_get_image_size),
5536         (imp_render_scale_image), (imp_render_draw_image),
5537         (imp_render_close_image), (imp_render_markup),
5538         (imp_render_get_text_size), (imp_render_draw_text),
5539         (impress_document_load), (impress_document_save),
5540         (impress_document_get_n_pages), (impress_document_get_page_size),
5541         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5542         (impress_document_finalize), (impress_document_class_init),
5543         (impress_document_can_get_text), (impress_document_get_info),
5544         (impress_document_document_iface_init),
5545         (impress_document_thumbnails_get_thumbnail),
5546         (impress_document_thumbnails_get_dimensions),
5547         (impress_document_document_thumbnails_iface_init),
5548         (impress_document_init):
5549         * impress/impress-document.h:
5550         * impress/internal.h:
5551         * impress/r_back.c: (_imp_fill_back):
5552         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5553         (_imp_draw_image), (_imp_tile_image):
5554         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5555         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5556         (r_polyline):
5557         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5558         (r_draw_gradient_complex), (r_draw_gradient):
5559         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5560         (r_get_bullet):
5561         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5562         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5563         (r_text):
5564         * impress/render.c: (imp_create_context), (imp_context_set_page),
5565         (imp_context_set_step), (imp_render), (imp_delete_context):
5566         * impress/render.h:
5567         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5568         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5569         (zip_load_xml), (zip_get_size), (zip_load):
5570         * impress/zip.h:
5571         * shell/ev-utils.c:
5572         
5573         New backend to support impress slides. Fixes bug #30867.
5574
5575 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5576
5577         * shell/ev-utils.c: (using_postscript_printer):
5578         
5579         Fixes crash when print using PAPI backend,
5580         bug #345012.
5581
5582 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5583
5584         * shell/ev-jobs.c: (ev_job_xfer_run):
5585         * shell/ev-window.c: (password_dialog_response),
5586         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5587         (ev_window_dispose):
5588         Fixes bug #344160: if the xfer job doesn't complete
5589         because a password is required, reload the existing
5590         instance instead of creating a new one.
5591
5592 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5593
5594         * shell/main.c: (main): Call gdk_threads_init. Thus
5595         we'll avoid errors in auth dialog. Fix for the bug
5596         #343347.
5597
5598 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5599
5600         * configure.ac: Advertise pixbuf support, fix
5601         for the bug 343317.
5602
5603 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5604
5605         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5606         (ev_sidebar_thumbnails_set_document):
5607         
5608         Update sidebar thumbnails after reloading.
5609
5610 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5611
5612         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5613         * shell/ev-jobs.h:
5614         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5615         (ev_window_cmd_view_reload), (ev_window_init):
5616         
5617         Don't crash on reload. Fix for the bug #343167.
5618
5619 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5620
5621         * shell/ev-jobs.c: (ev_job_render_run):
5622         
5623         Check for document links.
5624
5625 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5626
5627         * backend/ev-attachment.c: (ev_attachment_save),
5628         (ev_attachment_launch_app), (ev_attachment_open):
5629         * backend/ev-document-factory.c: (get_document_from_uri):
5630         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5631         (egg_recent_view_uimanager_set_list):
5632         * ps/ps-document.c: (check_filecompressed), (document_load),
5633         (ps_document_load):
5634         * shell/ev-metadata-manager.c: (load_values):
5635         * shell/ev-password.c: (ev_password_dialog_set_property):
5636         * shell/ev-view.c: (tip_from_link):
5637         * shell/ev-window.c: (file_save_dialog_response_cb),
5638         (ev_window_print_dialog_response_cb):
5639         
5640         Use consistent quoting style. Fix for the bug #320285.
5641
5642 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5643
5644         * shell/ev-jobs.c: (ev_job_xfer_run):
5645         * shell/main.c: (load_files):
5646                 
5647         Open links with anchors. Fix for the bug #339836.
5648
5649 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5650
5651         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5652         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5653         (ev_link_dest_set_property), (ev_link_dest_finalize),
5654         (ev_link_dest_class_init), (ev_link_dest_new_named),
5655         (ev_link_dest_new_page_label):
5656         * backend/ev-link-dest.h:
5657         * shell/ev-application.c: (ev_application_open_uri):
5658         * shell/ev-view.c: (goto_dest):
5659         * shell/ev-window.c:
5660         * shell/ev-window.h:
5661         
5662         Fix page-label command line option. Bug #342070.
5663
5664 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5665
5666         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5667         
5668         Don't show highlight rects if page can't be showed. Fix for 
5669         the bug #342076
5670
5671 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5672
5673         * shell/ev-window.c: (setup_sidebar_from_metadata),
5674         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5675         
5676         Setup sidebar from metadata even if there is no document
5677         loaded. Fix for the bug #342807.
5678
5679 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5680
5681         * cut-n-paste/toolbar-editor/Makefile.am:
5682         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5683         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5684         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5685         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5686         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5687         (popup_context_menu_cb), (button_press_event_cb),
5688         (configure_item_sensitivity), (configure_item_cursor),
5689         (configure_item_tooltip), (connect_widget_signals),
5690         (action_sensitive_cb), (create_item_from_action),
5691         (create_item_from_position), (toolbar_drag_data_received_cb),
5692         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5693         (toolbar_drag_leave_cb), (configure_drag_dest),
5694         (toggled_visibility_cb), (toolbar_visibility_refresh),
5695         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5696         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5697         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5698         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5699         (egg_editable_toolbar_dispose),
5700         (egg_editable_toolbar_set_ui_manager),
5701         (egg_editable_toolbar_get_selected),
5702         (egg_editable_toolbar_set_selected), (set_edit_mode),
5703         (egg_editable_toolbar_set_property),
5704         (egg_editable_toolbar_get_property),
5705         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5706         (egg_editable_toolbar_new_with_model),
5707         (egg_editable_toolbar_get_edit_mode),
5708         (egg_editable_toolbar_set_edit_mode),
5709         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5710         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5711         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5712         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5713         (item_added_or_removed_cb), (toolbar_removed_cb),
5714         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5715         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5716         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5717         (editor_create_item_from_name), (append_table),
5718         (update_editor_sheet), (egg_toolbar_editor_init):
5719         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5720         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5721         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5722         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5723         (toolbar_node_free), (egg_toolbars_model_get_flags),
5724         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5725         (egg_toolbars_model_get_name), (impl_add_item),
5726         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5727         (parse_data_list), (parse_item_list), (parse_toolbars),
5728         (egg_toolbars_model_load_toolbars), (parse_available_list),
5729         (parse_names), (egg_toolbars_model_load_names),
5730         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5731         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5732         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5733         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5734         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5735         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5736         (egg_toolbars_model_set_types), (fill_avail_array),
5737         (egg_toolbars_model_get_name_avail),
5738         (egg_toolbars_model_get_name_flags),
5739         (egg_toolbars_model_set_name_flags):
5740         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5741         * cut-n-paste/toolbar-editor/eggintl.h:
5742         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5743         (egg_tree_multi_drag_source_get_type),
5744         (egg_tree_multi_drag_source_row_draggable),
5745         (egg_tree_multi_drag_source_drag_data_delete),
5746         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5747         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5748         (path_list_free), (set_context_data), (get_context_data),
5749         (get_info), (egg_tree_multi_drag_drag_data_get),
5750         (egg_tree_multi_drag_motion_event),
5751         (egg_tree_multi_drag_button_press_event),
5752         (egg_tree_multi_drag_add_drag_support):
5753         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5754         * shell/ev-application.c: (ev_application_init),
5755         (ev_application_save_toolbars_model):
5756         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5757         (ev_window_cmd_edit_toolbar), (ev_window_init):
5758         
5759         Sync toolbareditor with epiphany and libegg
5760
5761 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5762
5763         * configure.ac: 
5764
5765         Depend on poppler 0.5.2
5766
5767 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5768
5769         * shell/ev-jobs.c: (ev_job_render_run):
5770         
5771         Check if document supports links iterface.
5772
5773 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5774
5775         * NEWS:
5776         * configure.ac:
5777         
5778         Update for release 0.5.3
5779
5780 2006-05-13  Michael Plump  <plumpy@skylab.org>
5781
5782         * configure.ac:
5783         * shell/Makefile.am:
5784         * shell/main.c: (main):
5785         
5786         Port to GOption command line parsing. Fix for the 
5787         bug #327518
5788
5789 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5790
5791         * shell/ev-window.c: (ev_window_cmd_help_about):
5792         
5793         Do not wrap license. Fix for the bug #309460.
5794
5795 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5796
5797         * configure.ac:
5798         * properties/ev-properties-main.c: (ev_properties_get_pages):
5799         * shell/ev-application.c: (ev_application_open_window),
5800         (ev_application_open_uri_at_dest):
5801         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5802         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5803         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5804         * shell/ev-utils.c: (save_print_config_to_file):
5805         * shell/ev-window.c: (ev_window_cmd_save_as),
5806         (ev_attachment_popup_cmd_save_attachment_as):
5807         * shell/main.c: (load_files_remote):
5808         
5809         Bump requirements to gtk 2.8 and drop all ifdefs used.
5810
5811 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5812
5813         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5814         * shell/ev-window.c: (ev_window_init):
5815         
5816         Show attachments page.
5817
5818 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5819
5820         * po/POTFILES.in:
5821         * shell/ev-attachment-bar.c:
5822         * shell/ev-attachment-bar.h:
5823         * shell/ev-sidebar-attachments.c:
5824         (ev_sidebar_attachments_icon_cache_add),
5825         (icon_theme_get_pixbuf_from_mime_type),
5826         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5827         (ev_sidebar_attachments_icon_cache_refresh),
5828         (ev_sidebar_attachments_get_attachment_at_pos),
5829         (ev_sidebar_attachments_popup_menu_show),
5830         (ev_sidebar_attachments_popup_menu),
5831         (ev_sidebar_attachments_button_press),
5832         (ev_sidebar_attachments_update_icons),
5833         (ev_sidebar_attachments_drag_data_get),
5834         (ev_sidebar_attachments_get_property),
5835         (ev_sidebar_attachments_destroy),
5836         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5837         (ev_sidebar_attachments_new),
5838         (ev_sidebar_attachments_set_document),
5839         (ev_sidebar_attachments_support_document),
5840         (ev_sidebar_attachments_get_label),
5841         (ev_sidebar_attachments_page_iface_init):
5842         * shell/ev-sidebar-attachments.h:
5843         * shell/ev-window.c: (update_chrome_visibility),
5844         (setup_sidebar_from_metadata), (ev_window_setup_document),
5845         (ev_window_sidebar_current_page_changed_cb),
5846         (attachment_bar_menu_popup_cb), (ev_window_init):
5847         
5848         Move attachments bar to sidebar.
5849
5850 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5851
5852         * pdf/ev-poppler.cc:
5853         * shell/ev-application.[ch]:
5854         * shell/main.c:
5855
5856         Fix some memory leaks.
5857
5858 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5859
5860         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5861
5862         Change the properties dialog response to
5863         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5864         will make the dialog go away when the user presses
5865         enter. With gtk+ >= 2.9 this will happen anyway, but for
5866         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5867         escape by default. Fixes bug #340539. See also bug
5868         #101293 for the gtk+ part.
5869
5870 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5871
5872         * shell/ev-view.c (tip_from_action_named): Replace some strings
5873         that were wrong. Closes #340970.
5874
5875 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5876
5877         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5878
5879         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5880         #341049
5881
5882 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5883
5884         * djvu/Makefile.am:
5885         * dvi/Makefile.am:
5886         * dvi/mdvi-lib/Makefile.am:
5887         * properties/Makefile.am:
5888         * ps/Makefile.am:
5889         * shell/Makefile.am:
5890         * thumbnailer/Makefile.am:
5891         
5892         Due to broken libtool that is unable to track dependencies
5893         of noinst libraries we are forced to explicitely point
5894         libraries for binary. Fix for the bug #333334.
5895
5896 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5897
5898         * data/evince.desktop.in.in:
5899         * shell/ev-view.c: (view_update_range_and_current_page),
5900         (ev_view_next_page), (ev_view_previous_page):
5901         * shell/ev-window.c: (update_chrome_visibility),
5902         (setup_sidebar_from_metadata), (ev_window_setup_document),
5903         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5904         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5905         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5906         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5907         (ev_window_stop_presentation), (ev_window_focus_in_event),
5908         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5909         (ev_window_init):
5910         * thumbnailer/Makefile.am:
5911         
5912         Update fullscreen and presentation timeout handling. Hide
5913         cursor in presentation after timeout. Fix for the bugs
5914         #136359 and #336981.
5915
5916 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5917
5918         * backend/ev-link-action.[ch]:
5919         * pdf/ev-poppler.cc: (ev_link_from_action):
5920         * shell/ev-view-private.h:
5921         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5922         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5923
5924         Add support for Named Action links
5925
5926 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5927
5928         * backend/Makefile.am:
5929         * backend/ev-document-links.[ch]:
5930         * backend/ev-document.[ch]:
5931         * backend/ev-link-action.[ch]:
5932         * backend/ev-link-dest.[ch]:
5933         * backend/ev-link.[ch]:
5934         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5935         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5936         * shell/ev-page-action.c: (build_new_tree_cb):
5937         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5938         (links_page_num_func), (update_page_callback):
5939         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5940         (tip_from_link):
5941         * shell/ev-jobs.c:
5942         * shell/ev-window.[ch]: (ev_window_open_uri),
5943         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5944         * shell/ev-application.[ch]: (ev_application_open_window),
5945         (ev_application_open_uri):
5946
5947         Rework links system, it adds support for remote links now and it makes
5948         easier to add new kinds of actions and destinations. Fixes bug #317292
5949
5950 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5951
5952         * data/Makefile.am:
5953         * data/evince.png:
5954         * data/evince-16.png:
5955         * data/evince-22.png:
5956         * data/evince.svg:
5957         * shell/main.c: (main):
5958         
5959         Evince use it's own icon. Fix for the bug #313392.
5960
5961         * shell/ev-window.c: (fullscreen_timeout_cb),
5962         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5963         (ev_window_cmd_help_about), (ev_window_dispose):
5964         
5965         Simplify fullscreen timeout code.
5966
5967 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5968
5969         * backend/ev-attachment.c: 
5970         * shell/ev-attachment-bar.c:
5971         * shell/ev-window.c:
5972
5973         Allow multiple selection of attachments
5974
5975 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5976
5977         * shell/ev-view.c: (view_update_range_and_current_page),
5978         (ev_view_scroll):
5979         
5980         Fix for the bug #312573 – Optimal selection of current 
5981         page among visible pages.
5982
5983 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5984
5985         * configure.ac:
5986         * djvu/Makefile.am:
5987         * djvu/djvu-text.h:
5988         
5989         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5990         for the bug 339868.
5991
5992 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5993
5994         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5995
5996 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5997
5998         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5999         dictated by the GNOME HIG. Fixes bug #339235.
6000
6001 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6002
6003         * data/evince-ui.xml:
6004         * shell/ev-view.c: (ev_view_can_find_previous):
6005         * shell/ev-view.h:
6006         * shell/ev-window.c: (ev_window_update_actions),
6007         (ev_window_cmd_edit_find_previous):
6008
6009         Add support for "Find Previous" as dictated by the GNOME HIG. A
6010         menu item is added and some glue code to make it all work is added
6011         to various files.
6012
6013 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6014
6015         * configure.ac: Award myself the "useless use of cat" award.
6016
6017 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6018
6019         * po/LINGUAS: New file listing all supported languages.
6020
6021         * configure.in: Use po/LINGUAS instead of including all languages
6022         directly in this file. See the wiki for more information:
6023         http://live.gnome.org/GnomeGoals/PoLinguas
6024
6025 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6026
6027         * backend/ev-document-factory.c:
6028
6029         Do not load the document twice when there isn't errors
6030
6031 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6032
6033         * backend/ev-attachment.c: 
6034
6035         Fix a crash when there isn't a default application to open an
6036         attachment
6037
6038 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6039
6040         * backend/ev-attachment.[ch]:
6041         * shell/ev-attachment-bar.[ch]:
6042
6043         Added missing files. 
6044
6045 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6046
6047         * backend/Makefile.am:
6048         * data/evince-ui.xml:
6049         * backend/ev-attachment.[ch]:
6050         * backend/ev-document.[ch]: (ev_document_has_attachments),
6051         (ev_document_get_attachments):
6052         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6053         (attachment_save_to_buffer), (pdf_document_get_attachments),
6054         (pdf_document_document_iface_init):
6055         * shell/Makefile.am:
6056         * shell/ev-attachment-bar.[ch]:
6057         * shell/ev-window.c:
6058
6059         Add support for PDF attachments. Fixes bug #325143
6060
6061 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6062
6063         * backend/ev-document-factory.c: (get_document_from_uri),
6064         (ev_document_factory_get_document):
6065         * backend/ev-document-factory.h:
6066         * properties/ev-properties-main.c: (ev_properties_get_pages):
6067         * shell/Makefile.am:
6068         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6069         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6070         (ev_job_queue_remove_job):
6071         * shell/ev-job-queue.h:
6072         * shell/ev-job-xfer.c:
6073         * shell/ev-job-xfer.h:
6074         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6075         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6076         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6077         (ev_job_xfer_run):
6078         * shell/ev-jobs.h:
6079         * shell/ev-window.c: (ev_window_is_empty),
6080         (password_dialog_response), (ev_window_clear_xfer_job),
6081         (ev_window_xfer_job_cb), (ev_window_open_uri),
6082         (ev_window_cmd_focus_page_selector),
6083         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6084         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6085         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6086         (ev_window_dispose):
6087         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6088         
6089         * Cleanup mime type detection on document load. Fix for the
6090         bug #336448.
6091
6092 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6093
6094         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6095         
6096         Fix crash on exit, described in the bug #336825.
6097
6098 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6099
6100         * backend/ev-document-factory.c:
6101         (ev_document_factory_get_from_mime),
6102         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6103         (ev_document_factory_get_document),
6104         (file_filter_add_mime_list_and_free),
6105         (ev_document_factory_add_filters):
6106         * backend/ev-document-factory.h:
6107         * properties/ev-properties-main.c: (ev_properties_get_pages):
6108         * shell/Makefile.am:
6109         * shell/ev-application.c:
6110         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6111         * shell/ev-window.c: (ev_window_cmd_file_open),
6112         (ev_window_cmd_save_as):
6113         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6114         
6115         Rework factory functions so they are placed now in a single 
6116         file ev-document-factory.c
6117
6118 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6119
6120         * shell/ev-window.c: (update_chrome_visibility):
6121         
6122         Fix for the bug 166566 - don't show menubar in fullscreen
6123         mode.
6124
6125 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6126
6127         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6128
6129 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6130
6131         * shell/ev-view.c: (ev_view_expose_event):
6132         
6133         More correctly draw loading text when document
6134         is empty.
6135
6136 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6137
6138         * shell/ev-view.c: (ev_view_scroll):
6139         
6140         Fix for the bug #334854, page down and page up switch
6141         pages in presentation mode.
6142
6143 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6144
6145         * shell/ev-window.c: (ev_window_set_action_sensitive),
6146         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6147         (ev_window_set_view_accels_sensitivity),
6148         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6149         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6150         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6151         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6152         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6153         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6154         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6155         (view_actions_focus_in_cb), (ev_window_init):
6156         
6157         Fix for the bug #333902, now it's possible to search
6158         words with slash.
6159
6160 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6161
6162         * configure.ac: Added Breton translation.
6163         * po/br.po: Added Breton translation.
6164
6165 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6166
6167         * shell/ev-window-title (ev_window_title_update):
6168
6169         Fix memory leak in window title. Fixes bug #333944
6170
6171 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6172
6173         * shell/ev-metadata-manager.c (parseItem):
6174
6175         Fix memory leaks. Fixes bug #333945
6176
6177 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6178         
6179         * NEWS, configure.ac, TODO:
6180         
6181         Update for release 0.5.2.
6182
6183 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6184
6185         * shell/ev-view.c: (view_update_range_and_current_page),
6186         (page_changed_cb):
6187         
6188         Don't jump on scrolling, fix for the bug #333127.
6189
6190 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6191
6192         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6193         
6194         Scroll by one page in presentation mode. Fix for the bug
6195         #332993.
6196
6197 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6198
6199         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6200
6201 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6202
6203         * configure.ac  Added lv in ALL_LINGUAS line.
6204
6205 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6206         
6207         * NEWS, configure.ac:
6208         
6209         Update for release 0.5.1
6210
6211 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6212
6213         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6214         * backend/ev-document-misc.h:
6215         * shell/ev-view.c: (draw_one_page):
6216         
6217          Clairfy what page the toolbar page number applies to. Fix
6218          for the bug #328102.
6219
6220 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6221
6222         * shell/ev-view-private.h:
6223         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6224         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6225         (ev_view_search_changed):
6226         * shell/ev-view.h:
6227         * shell/ev-window.c: (find_bar_search_changed_cb):
6228         
6229         Dont't jump to find result if window was scrolled during search.
6230         Fix for the bug #313266.
6231
6232 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6233
6234         * shell/eggfindbar.c: (egg_find_bar_class_init):
6235         * shell/eggfindbar.h:
6236         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6237         * shell/ev-view-private.h:
6238         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6239         (ev_view_class_init), (ev_sizing_mode_get_type),
6240         (ev_scroll_type_get_type):
6241         * shell/ev-view.h:
6242         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6243         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6244         (ev_window_init):
6245         
6246         Fix for the bug 319133 - Find entry should allow text scroll.
6247
6248 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6249
6250         * shell/ev-view-private.h:
6251         * shell/ev-view.c: (view_update_range_and_current_page),
6252         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6253         (ev_view_set_document), (update_find_status_message),
6254         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6255         (ev_view_find_previous):
6256         
6257         Fix for the bug #319137. Search now takes account for scrolling.
6258
6259 2006-02-19  Michael Hofmann <mh21@piware.de>
6260
6261         * configure.ac:
6262         * djvu/Makefile.am:
6263         * djvu/djvu-document-private.h:
6264         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6265         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6266         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6267         (djvu_document_can_get_text), (djvu_document_get_text),
6268         (djvu_document_document_iface_init),
6269         (djvu_document_thumbnails_get_thumbnail),
6270         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6271         (djvu_document_find_get_result),
6272         (djvu_document_find_page_has_results),
6273         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6274         (djvu_document_find_iface_init):
6275         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6276         (djvu_text_page_selection), (djvu_text_page_limits_process),
6277         (djvu_text_page_limits), (djvu_text_page_copy),
6278         (djvu_text_page_position), (djvu_text_page_union),
6279         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6280         (djvu_text_page_box), (djvu_text_page_append_text),
6281         (djvu_text_page_search), (djvu_text_page_prepare_search),
6282         (djvu_text_page_new), (djvu_text_page_free):
6283         * djvu/djvu-text-page.h:
6284         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6285         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6286         (djvu_text_n_results), (djvu_text_has_results),
6287         (djvu_text_get_result), (djvu_text_get_progress):
6288         * djvu/djvu-text.h:
6289         
6290         Text search in djvu. Fix for the bug #303415.
6291
6292 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6293
6294         * configure.ac:
6295         * shell/ev-window.c: (ev_window_cmd_save_as):
6296         
6297         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6298         Thanks to Gary Coady <gary@lyranthe.org>
6299
6300 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6301
6302         * shell/ev-print-job.c: (idle_print_handler):
6303         
6304         Inverse order printing, bug #320919.
6305
6306 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6307
6308         * data/evince-toolbar.xml:
6309         * shell/ev-window.c:
6310         
6311         Allow to add sidebar checkbutton on toolbar. Fix
6312         for the bug #144577.
6313
6314 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6315
6316         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6317         
6318         Add checks that have sense for empty ps document.
6319
6320 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6321
6322         * configure.ac: Include PS in mime types list. 
6323
6324 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6325
6326         * configure.ac:
6327         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6328         * ps/gsdefaults.h:
6329         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6330         
6331         Runtime check for gs interpreter. Fix for the bug #320868.
6332         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6333
6334 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6335
6336         * shell/ev-application.c: 
6337
6338         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6339         dbus>=0.60, so that the request is not queued. 
6340
6341 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6342
6343         * configure.ac:
6344         * shell/Makefile.am:
6345         * shell/ev-sidebar-links.c: (print_section_cb):
6346         * shell/ev-utils.c:
6347         * shell/ev-utils.h:
6348         * shell/ev-window.c: (update_action_sensitivity),
6349         (ev_window_close_dialogs), (ev_window_print):
6350         * shell/ev-window.h:
6351         
6352         Make printing support optional. Patch from Eduardo de Barros Lima
6353         <eduardo.lima@indt.org.br> for the bug #330546.
6354
6355 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6356
6357         * shell/ev-view-private.h:
6358         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6359         (ev_view_set_document):
6360         * shell/ev-view.h:
6361         * shell/ev-window.c: (ev_window_load_job_cb),
6362         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6363         (ev_window_init):
6364
6365         Draw Loading message during xfer job. Fix for the bug #329495.
6366
6367 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6368
6369         * comics/comics-document.c: (comics_regex_quote),
6370         (comics_document_load), (extract_argv):
6371         
6372         Correcly quote regexp before passing it to unzip.
6373
6374 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6375
6376         * shell/ev-page-cache.c: (build_height_to_page),
6377         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6378         (ev_page_cache_get_dual_even_left):
6379         * shell/ev-page-cache.h:
6380         * shell/ev-view.c: (view_update_range_and_current_page),
6381         (get_page_y_offset), (get_page_extents):
6382         
6383         Place even pages to the left if document has less then
6384         two pages. Fix for the bug #328856.
6385
6386 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6387
6388         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6389         
6390         Correct comics scheme. This make evince create thumbnails
6391         for comic books. Fix for the bug 329088.
6392
6393 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6394
6395         * data/evince-password.glade: Don't explicitly set
6396         invisible_char to the current default value in case
6397         the default changes; let GTK+ do its magic.
6398
6399 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6400
6401         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6402         real filename to tmp filename since often document
6403         type is determined by extension.
6404
6405 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6406
6407         * shell/ev-view.c: (add_scroll_binding_keypad),
6408         (ev_view_binding_activated), (ev_view_class_init):
6409         
6410         Add keybindings for percision-scrolling of display area. 
6411         Fix for the bug #314072.
6412
6413 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6414
6415         * data/evince.desktop.in.in:
6416         
6417         Add GTK to the list of categories. Fix for the bug #328034.
6418
6419 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6420
6421         * shell/ev-application.c: (ev_application_shutdown),
6422         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6423         * shell/ev-application.h:
6424         * shell/ev-window.c: (file_open_dialog_response_cb),
6425         (ev_window_cmd_file_open):
6426         
6427         Save last uri in file chooser dialog. Fix for the bug #327950.
6428
6429 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6430
6431         * NEWS:
6432         * README:
6433         
6434         Final update for release 0.5.0
6435         
6436         * shell/Makefile.am:
6437         
6438         Remove disable deprecated until we'll require libgnome-2.13.7
6439         and port to GOption argument parsing. See bug 327518.
6440
6441 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6442
6443         * comics/comics-document.c: (comics_document_save):
6444         * djvu/djvu-document.c: (djvu_document_save):
6445         * dvi/dvi-document.c: (dvi_document_save):
6446         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6447         * lib/ev-file-helpers.h:
6448         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6449         * tiff/tiff-document.c: (tiff_document_save):
6450         
6451         Use common save function for backends.
6452
6453 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6454
6455         * backend/ev-document-types.c:
6456         
6457         Fix crash on saving pixbuf.
6458
6459 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6460
6461         * cut-n-paste/recent-files/egg-recent-item.c:
6462         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6463         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6464         (parse_info_free), (valid_element), (start_element_handler),
6465         (end_element_handler), (text_handler), (egg_recent_model_filter),
6466         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6467         (egg_recent_model_monitor), (egg_recent_model_read),
6468         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6469         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6470         (egg_recent_model_set_property), (egg_recent_model_class_init),
6471         (egg_recent_model_init), (egg_recent_model_add_full),
6472         (egg_recent_model_delete), (egg_recent_model_get_list),
6473         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6474         (egg_recent_model_set_filter_mime_types),
6475         (egg_recent_model_clear_group_filter),
6476         (egg_recent_model_set_filter_groups),
6477         (egg_recent_model_clear_scheme_filter),
6478         (egg_recent_model_set_filter_uri_schemes),
6479         (egg_recent_model_remove_expired):
6480         * cut-n-paste/recent-files/egg-recent-util.c:
6481         (egg_recent_util_get_icon):
6482         * cut-n-paste/recent-files/egg-recent-util.h:
6483         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6484         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6485         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6486         (egg_recent_view_uimanager_set_property),
6487         (egg_recent_view_uimanager_get_property),
6488         (egg_recent_view_uimanager_class_init),
6489         (egg_recent_view_uimanager_init),
6490         (egg_recent_view_uimanager_set_label_width),
6491         (egg_recent_view_uimanager_get_label_width):
6492         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6493         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6494         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6495         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6496         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6497         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6498         
6499         Update from libegg.
6500
6501 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6502
6503         * shell/ev-page-cache.c: (build_height_to_page),
6504         (ev_page_cache_get_height_to_page):
6505         * shell/ev-page-cache.h:
6506         * shell/ev-view.c: (view_update_range_and_current_page),
6507         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6508         (ev_view_previous_page):
6509         
6510         Dual mode places even pages to the left. Fix for the bug #309393.
6511
6512         * shell/ev-view.h:
6513         * shell/ev-window.c: (update_action_sensitivity),
6514         (setup_view_from_metadata), (view_menu_popup_cb):
6515         
6516         Don't restore presentation in empty windows, more intelligent
6517         next page behaviour in dual mode.
6518
6519         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6520         (ev_pixbuf_cache_clear_job_sizes):
6521         
6522         Cleanup job callback on removal. Fix for the bug #325886.
6523
6524 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6525
6526         * ps/ps.c: (psscan):
6527         
6528         Commit workaround Mozilla problem. Fix for the bug #325919
6529         
6530         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6531         (save_item):
6532         
6533         Fix for year 2038 problem.
6534
6535 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6536
6537         * shell/ev-window.c: (setup_document_from_metadata),
6538         (ev_window_cmd_view_reload):
6539
6540         Clamp page recieved from metadata in valid values. Fix
6541         for the bug #325986.
6542
6543 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6544
6545         * MAINTAINERS: 
6546         Add MAINTAINERS as requested on desktop-devel-list.
6547
6548 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6549
6550         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6551         (mime_type_supported_by_gdk_pixbuf),
6552         (ev_document_factory_get_mime_types),
6553         (ev_document_factory_get_all_mime_types):
6554         
6555         Don't add pixbuf mime types if pixbuf backend is disabled.
6556         
6557         * shell/ev-application.c: (ev_application_get_uri_window):
6558         
6559         Fix for the bug 325815 - unhandled MIME type message doesn't 
6560         appear a second time. 
6561         
6562         * shell/ev-document-types.c: (ev_document_types_add_filters):
6563         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6564         (password_dialog_response), (ev_window_popup_password_dialog),
6565         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6566         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6567         (ev_window_run_presentation), (ev_window_stop_presentation),
6568         (save_sizing_mode), (ev_window_zoom_changed_cb),
6569         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6570         (ev_window_dual_mode_changed_cb),
6571         (ev_window_sidebar_current_page_changed_cb),
6572         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6573         (window_state_event_cb), (window_configure_event_cb):
6574         
6575         Cleanup additional uris holded by EvWindow.
6576
6577 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6578
6579         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6580         (ev_view_can_previous_page), (ev_view_can_next_page):
6581         * shell/ev-view.h:
6582         * shell/ev-window.c: (update_action_sensitivity):
6583         
6584         Two page scrolling with Space and PageUp in dual mode. Second fix 
6585         for the bug #316608.
6586
6587 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6588
6589         * shell/ev-view.c: (scroll_to_current_page):
6590         
6591         Correctly clamp adjustment value. Fix for the bug
6592         #325808.
6593
6594 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6595
6596         * shell/ev-sidebar-links.c: (print_section_cb):
6597         * shell/ev-window.c: (ev_window_get_uri),
6598         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6599         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6600         (ev_window_dispose):
6601         
6602         Make print dialog non-modal. Fix for the bug #325622.
6603
6604 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6605
6606         * shell/ev-metadata-manager.c:
6607         * shell/ev-utils.c: (using_pdf_printer),
6608         (using_postscript_printer), (load_print_config_from_file),
6609         (save_print_config_to_file):
6610         * shell/ev-utils.h:
6611         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6612         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6613         (setup_view_from_metadata), (ev_window_setup_document),
6614         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6615         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6616         (ev_window_run_presentation), (ev_window_stop_presentation),
6617         (save_sizing_mode), (ev_window_zoom_changed_cb),
6618         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6619         (ev_window_dual_mode_changed_cb),
6620         (ev_window_sidebar_current_page_changed_cb),
6621         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6622         (window_state_event_cb), (window_configure_event_cb),
6623         (ev_window_init):
6624         
6625         Setting saving behaviour fixes.
6626
6627 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6628
6629         * configure.ac:
6630         
6631         Make antialiasing gs options better and allow
6632         to change them during configure. Fix for the 
6633         bug #319049.
6634
6635 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6636
6637         * shell/ev-window.c: (setup_view_from_metadata):
6638         
6639         Remember if last window was maximized. Fix for the
6640         bug #323797.
6641
6642 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6643
6644         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6645
6646 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6647
6648         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6649         * shell/ev-page-action.c: (build_new_tree_cb):
6650         * shell/ev-sidebar-links.c: (links_page_num_func),
6651         (update_page_callback_foreach), (update_page_callback):
6652         * shell/ev-view.c: (scroll_to_current_page):
6653         
6654         Fix for the bug #325067 with more intelligent selection
6655         of current link in sidebar. Make sidebar handle links
6656         of FITR-like type more correctly.
6657
6658         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6659         (dvi_pixbuf_put_pixel):
6660         
6661         Fix memory consumtion with disabled alpha channel.
6662
6663 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6664
6665         * data/evince-ui.xml:
6666         * shell/ev-window.c: (view_menu_popup_cb),
6667         (ev_popup_cmd_open_link), (ev_window_init):
6668         
6669         Update context menu for internal links. Fix for the bug
6670         #325066.
6671
6672 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6673
6674         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6675         
6676         Bind context menu to keyboard also. Fix for the bug
6677         #325065.
6678
6679 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6680
6681         * shell/ev-view.c: (selection_scroll_timeout_cb):
6682         
6683         Horizontal scroll on selection also.
6684
6685 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6686
6687         * shell/ev-metadata-manager.c: (parse_value):
6688         * shell/ev-view.c: (goto_xyz_link):
6689         
6690         Correct zoom setup and metadata save broken in 
6691         some locales.
6692
6693 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6694
6695         * shell/ev-view-private.h:
6696         * shell/ev-view.c: (scroll_to_current_page),
6697         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6698         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6699         (page_changed_cb), (ev_view_set_continuous),
6700         (ev_view_set_dual_page), (ev_view_set_presentation):
6701         
6702         Delay scroll until allocation to correctly position page. Fix
6703         for the bug #317334.
6704
6705 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6706
6707         * NEWS:
6708         * configure.ac:
6709         
6710         Update NEWS and require poppler 0.5.0.
6711
6712 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6713         
6714         * data/evince-ui.xml:
6715         * shell/ev-view-private.h:
6716         * shell/ev-view.c: (ev_view_get_link_at_location),
6717         (handle_link_over_xy), (ev_view_button_press_event),
6718         (ev_view_button_release_event), (ev_view_class_init):
6719         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6720         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6721         (ev_window_init):
6722         
6723         Implement right-click context menu.
6724
6725 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6726
6727         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6728         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6729         (mdvi_pixbuf_device_render):
6730         * pdf/ev-poppler.cc:
6731
6732         Don't generate thumbnails with alpha. See bug #324077.
6733         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6734
6735 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6736
6737         * shell/ev-window.c: (setup_chrome_from_metadata):
6738         
6739         Fix typo that was hiding toolbar.
6740
6741 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6742
6743         * shell/ev-view-private.h:
6744         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6745         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6746         (ev_view_button_release_event), (ev_view_destroy):
6747         
6748         Small cleanup and autoscrolling during selection. Thanks to 
6749         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6750
6751 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6752
6753         * configure.ac:
6754         
6755         Correctly check for comics option.
6756
6757 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6758         * Makefile.am:
6759         * configure.ac:
6760         * backend/Makefile.am:
6761         * backend/ev-document-factory.c:
6762         * shell/ev-document-types.c:
6763
6764         Included option in configure to make ps backend 
6765         compilation optional with --disable-ps.
6766
6767 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6768
6769         * backend/ev-document-factory.c:
6770         * comics/Makefile.am:
6771         * comics/comics-document.c: (comics_document_load):
6772         * comics/ev-cbr-mime.xml:
6773         * configure.ac:
6774         
6775         Comics mime types are added to shared-mime-info CVS. Now
6776         we don't need to install our own mime types.
6777
6778 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6779
6780         * shell/ev-window.c:
6781         
6782         Add shortcut for "save a copy" menu entry. Fix for
6783         the bug #324582.
6784
6785 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6786
6787         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6788         (job_finished_cb), (new_selection_pixbuf_needed),
6789         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6790         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6791         
6792         Rework selection job info logic and fix critical warning.
6793
6794 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6795
6796         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6797
6798 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6799
6800         * data/evince-ui.xml:
6801         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6802         
6803         Enter as shortcut key for next page. Fix for the bug
6804         #321394.
6805
6806 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6807
6808         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6809
6810 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6811
6812         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6813         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6814         (new_selection_pixbuf_needed),
6815         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6816         (clear_job_selection):
6817         
6818         Too early for 0.5. Pixbuf cache code cleaned a bit.
6819
6820 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6821
6822         * NEWS:
6823         * configure.ac:
6824         
6825         Release 0.5.0 preparation
6826
6827 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6828
6829         * comics/Makefile.am:
6830         * configure.ac:
6831         * shell/ev-document-types.c: (ev_document_types_add_filters):
6832         
6833         More advanced handling of custom mime type installation.
6834
6835 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6836
6837         * data/evince.schemas.in:
6838         * shell/ev-metadata-manager.c: (value_free),
6839         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6840         (ev_metadata_manager_get), (ev_metadata_manager_set):
6841         * shell/ev-metadata-manager.h:
6842         * shell/ev-window.c: (update_chrome_flag),
6843         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6844         (setup_document_from_metadata), (setup_chrome_from_metadata),
6845         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6846         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6847         (ev_window_view_toolbar_cb),
6848         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6849         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6850         
6851         Save last document settings and reuse them for new documents.
6852
6853 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6854
6855         * Makefile.am:
6856         * backend/Makefile.am:
6857         * backend/ev-document-factory.c:
6858         * backend/ev-document-factory.h:
6859         * comics/Makefile.am:
6860         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6861         (comics_document_load), (comics_document_save),
6862         (comics_document_get_n_pages), (comics_document_get_page_size),
6863         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6864         (comics_document_class_init), (comics_document_can_get_text),
6865         (comics_document_get_info), (comics_document_document_iface_init),
6866         (comics_document_init), (get_supported_image_extensions),
6867         (comics_document_thumbnails_get_geometry),
6868         (comics_document_thumbnails_get_thumbnail),
6869         (comics_document_thumbnails_get_dimensions),
6870         (comics_document_document_thumbnails_iface_init), (extract_argv):
6871         * comics/comics-document.h:
6872         * comics/ev-cbr-mime.xml:
6873         * configure.ac:
6874         * po/POTFILES.in:
6875         * shell/ev-application.c: (ev_application_register_service):
6876         * shell/ev-document-types.c: (ev_document_types_add_filters):
6877         * thumbnailer/Makefile.am:
6878         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6879         
6880         New CBR/CBZ backend for comic books.
6881
6882 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6883
6884         * shell/main.c: (load_files_remote):
6885
6886         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6887         warning on startup of second instance is fixed. It
6888         is bug #320353.
6889
6890 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6891
6892         * shell/ev-window.c: (ev_window_finalize):
6893         
6894         Fix double free that cause crash.
6895
6896 2005-10-29  Bastien Nocera <hadess@hadess.net>
6897
6898         * tiff/tiff-document.c: (tiff_document_load):
6899         
6900         Fix memory leak.
6901
6902 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6903
6904         * po/POTFILES.in:
6905         * shell/Makefile.am:
6906         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6907         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6908         (ev_view_accessible_get_text),
6909         (ev_view_accessible_get_character_at_offset),
6910         (ev_view_accessible_get_text_before_offset),
6911         (ev_view_accessible_get_text_at_offset),
6912         (ev_view_accessible_get_text_after_offset),
6913         (ev_view_accessible_get_character_count),
6914         (ev_view_accessible_get_caret_offset),
6915         (ev_view_accessible_set_caret_offset),
6916         (ev_view_accessible_get_run_attributes),
6917         (ev_view_accessible_get_default_attributes),
6918         (ev_view_accessible_get_character_extents),
6919         (ev_view_accessible_get_offset_at_point),
6920         (ev_view_accessible_get_n_selections),
6921         (ev_view_accessible_get_selection),
6922         (ev_view_accessible_add_selection),
6923         (ev_view_accessible_remove_selection),
6924         (ev_view_accessible_set_selection),
6925         (ev_view_accessible_text_iface_init),
6926         (ev_view_accessible_idle_do_action),
6927         (ev_view_accessible_action_do_action),
6928         (ev_view_accessible_action_get_n_actions),
6929         (ev_view_accessible_action_get_description),
6930         (ev_view_accessible_action_get_name),
6931         (ev_view_accessible_action_set_description),
6932         (ev_view_accessible_action_iface_init),
6933         (ev_view_accessible_get_type), (ev_view_accessible_new),
6934         (ev_view_accessible_factory_get_accessible_type),
6935         (ev_view_accessible_factory_create_accessible),
6936         (ev_view_accessible_factory_class_init),
6937         (ev_view_accessible_factory_get_type):
6938         * shell/ev-view-accessible.h:
6939         * shell/ev-view-private.h:
6940         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6941         * shell/ev-view.h:
6942         
6943         Initial accessibility support.
6944
6945 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6946
6947         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6948
6949 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6950
6951         * shell/ev-print-job.c: (idle_print_handler):
6952         
6953         Fix for bug Bug 318916: Printing multiple pages.
6954
6955 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6956
6957         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6958
6959 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6960
6961         * pdf/ev-poppler.cc:
6962         
6963         Thumnail dimensions unified with other backends.
6964         
6965         * shell/ev-window-title.c: (ev_window_title_update):
6966         
6967         Fix warning.
6968
6969 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6970
6971         * data/ev-stock-zoom-fit-width.png:
6972         
6973         Remove unused file.
6974
6975 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6976
6977         * configure.ac:
6978         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6979         (djvu_document_finalize):
6980         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6981         (dvi_document_finalize):
6982         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6983         (pixbuf_document_save), (pixbuf_document_finalize):
6984         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6985         (tiff_document_finalize):
6986         
6987         Save a copy implemented for various backends.
6988
6989 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6990
6991         * configure.ac:
6992         
6993         Don't link with ltiff if tiff is disabled.
6994
6995 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6996
6997         * pdf/GDKSplashOutputDev.cc:
6998         * pdf/GDKSplashOutputDev.h:
6999         * pdf/Thumb.cc:
7000         * pdf/Thumb.h:
7001         * pdf/pdf-document.cc:
7002         * pdf/pdf-document.h:
7003         * pdf/test-gdk-output-dev.cc:
7004         
7005         Remove old unused files.
7006
7007 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7008
7009         * shell/ev-window.c: (ev_window_setup_document):
7010         
7011         Fixed warnings on reload and probably crash reason.
7012
7013 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7014
7015         * properties/ev-properties-view.c:
7016         (ev_properties_view_format_date):
7017         
7018         Check if date is invalid. Fix for bug 318134.
7019
7020 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7021
7022         * shell/ev-window-title.c:
7023         
7024         Add .indd files (Adobe Indesign) to the list of "bad
7025         extensions".
7026
7027 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7028
7029         * data/evince-ui.xml:
7030         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7031         
7032         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7033
7034 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7035
7036         * shell/ev-window.c: (launch_link), (launch_external_uri),
7037         (view_external_link_cb):
7038
7039         URL-escape link before passing it to gnome_vfs_url_show.
7040
7041 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7042
7043         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7044         there isn't text selected.
7045
7046 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7047
7048         * shell/ev-view.c: (handle_link_over_xy):
7049
7050         Check tooltip is valid utf8 before showing it
7051
7052 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7053
7054         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7055
7056 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7057
7058         * shell/ev-window-title.c: (ev_window_title_update):
7059
7060         Guard against using g_strstrip on NULL. Fixes bug #317291.
7061
7062 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7063
7064         * pdf/ev-poppler.cc:
7065
7066         Show title even for unknown links
7067
7068 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7069
7070         * shell/ev-window-title.c: (ev_window_title_update):
7071
7072         Strip the title string
7073
7074 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7075
7076         * shell/ev-window-title.c:
7077
7078         Add .rtf to the bad extensions list
7079
7080 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7081
7082         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7083         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7084
7085         Ignore link coordinates if they are outside page bounds
7086
7087 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7088
7089         * backend/ev-link.c: (ev_link_type_get_type),
7090         (ev_link_get_filename), (ev_link_get_params),
7091         (ev_link_get_property), (ev_link_set_property),
7092         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7093         * backend/ev-link.h:
7094         * pdf/ev-poppler.cc:
7095         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7096         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7097         (ev_window_init):
7098
7099         Implement launch links. Delegate external link opening to
7100         the window.
7101
7102 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7103
7104         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7105         (ev_link_get_right), (ev_link_get_property),
7106         (ev_link_set_property), (ev_link_class_init),
7107         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7108         * backend/ev-link.h:
7109         * pdf/ev-poppler.cc:
7110         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7111
7112         Implement fitr links
7113
7114 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7115
7116         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7117         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7118         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7119         (ev_view_size_request_continuous),
7120         (ev_view_size_request_dual_page),
7121         (ev_view_size_request_single_page), (ev_view_size_allocate),
7122         (ev_view_zoom_for_size_continuous_and_dual_page),
7123         (ev_view_zoom_for_size_continuous),
7124         (ev_view_zoom_for_size_dual_page),
7125         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7126         (ev_sizing_mode_get_type):
7127         * shell/ev-view.h:
7128         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7129
7130         Do not use modes for link, we need to calculate size ad hoc.
7131         Still not perfect because of the usual scrollbar issues grrr.
7132
7133 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7134
7135         * backend/ev-link.c: (ev_link_type_get_type),
7136         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7137         * backend/ev-link.h:
7138         * pdf/ev-poppler.cc:
7139         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7140         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7141         (ev_view_size_request_continuous),
7142         (ev_view_size_request_dual_page),
7143         (ev_view_size_request_single_page), (ev_view_size_allocate),
7144         (zoom_for_size_fit_height),
7145         (ev_view_zoom_for_size_continuous_and_dual_page),
7146         (ev_view_zoom_for_size_continuous),
7147         (ev_view_zoom_for_size_dual_page),
7148         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7149         (ev_sizing_mode_get_type):
7150         * shell/ev-view.h:
7151         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7152
7153         Implement FIT_HEIGHT mode (only for links).
7154         Implement FITH links
7155
7156 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7157
7158         * shell/ev-window-title.c: (get_filename_from_uri),
7159         (ev_window_title_sanitize_extension), (ev_window_title_update),
7160         (ev_window_title_set_document), (ev_window_title_set_uri),
7161         (ev_window_title_free):
7162         * shell/ev-window-title.h:
7163         * shell/ev-window.c: (ev_window_setup_document),
7164         (ev_window_popup_password_dialog):
7165
7166         Refactor window title building while fixing it for
7167         password documents.
7168
7169 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7170
7171         * pdf/ev-poppler.cc:
7172
7173         Escape link title before setting it in the model
7174
7175 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7176
7177         * shell/ev-application.c: (removed_from_session), (save_session),
7178         (init_session), (ev_application_get_empty_window),
7179         (ev_application_init), (ev_application_get_windows):
7180         * shell/ev-application.h:
7181         * shell/ev-window.c: (ev_window_finalize):
7182
7183         Add a function to retrieve window list and share it where
7184         necessary.
7185         Implement session handling, works pretty well thanks to the
7186         metadata system.
7187
7188 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7189
7190         * shell/ev-password.c: (ev_password_item_created_callback),
7191         (ev_password_dialog_save_password):
7192         
7193         Fix for bug 316972. Use async gnome-keyring API.
7194
7195 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7196
7197         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7198         Remove unused unrealize handler. Add scroll handling to
7199         ev_view_scroll_event for presentation mode (bug #316708),
7200         and fix the event state checks there.
7201
7202 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7203
7204         * shell/ev-page-action.c: (page_changed_cb):
7205
7206         "marco, maybe we should be crazy and jump right to 6! :)"
7207
7208         Bryan Clark, Sep 2005
7209
7210 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7211
7212         * ps/ps-document.c: (save_document), (ps_document_save),
7213         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7214         (ps_document_ps_export_end):
7215
7216         Fix unstructured documents save and print
7217
7218 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7219
7220         * shell/ev-application.c: (ev_application_open_uri):
7221
7222         Fix window size persistance
7223
7224 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7225
7226         * shell/ev-view.c: (ev_view_button_release_event):
7227
7228         Based on a patch from carlosgc@gnome.org. Mouse buttons
7229         switch pages in presentation mode.
7230
7231 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7232
7233         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7234
7235         Dont cast to int before scaling
7236
7237 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7238
7239         * backend/ev-link.c: (ev_link_type_get_type),
7240         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7241         (ev_link_new_page_fith):
7242         * backend/ev-link.h:
7243         * pdf/ev-poppler.cc:
7244         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7245
7246         Implement FIT and FITH links
7247
7248 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7249
7250         * pdf/ev-poppler.cc:
7251
7252         Return 0 results when search is not in progress.
7253
7254         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7255         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7256
7257         Update menu sensitivity when cancelling search
7258
7259 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7260
7261         * shell/ev-view.c: (ev_view_can_find_next):
7262
7263         Take all pages in consideration, not just current one
7264
7265 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7266
7267         * shell/ev-page-cache.c:
7268         * shell/ev-page-cache.h:
7269         * shell/ev-view.c: (ev_view_binding_activated),
7270         (ev_view_next_page), (ev_view_previous_page),
7271         (ev_sizing_mode_get_type):
7272         * shell/ev-view.h:
7273         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7274         (ev_window_cmd_go_next_page):
7275
7276         Move page next/previous functions from page chace to
7277         view and change it to move by 2 page steps in dual mode.
7278
7279 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7280
7281         * shell/ev-window.c: (update_sidebar_visibility),
7282         (setup_sidebar_from_metadata), (ev_window_setup_document),
7283         (setup_view_from_metadata):
7284
7285         Show the index by default when there is one     
7286
7287 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7288
7289         * shell/ev-window-title.c: (ev_window_title_set_document):
7290
7291         Missing null check
7292
7293 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7294
7295         * shell/ev-view.c: (view_update_range_and_current_page):
7296         
7297         Allow display of last odd page in dual view. Fix for 316347.
7298
7299 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7300
7301         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7302         
7303         Make close button default. Fix for 316383.
7304
7305 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7306
7307         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7308         
7309         Mark close button as default. Fix for 316381.
7310
7311 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7312
7313         * backend/ev-link.c: (ev_link_class_init):
7314
7315         Allow negative doubles in left/top properties
7316
7317 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7318
7319         * shell/ev-window.c:
7320
7321         Remove a bunch of strings that was used only
7322         by the statusbar.
7323
7324 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7325
7326         * shell/ev-window-title.c: (get_filename_from_uri),
7327         (ev_window_title_set_document):
7328
7329         When title has a confusing extension, show also
7330         the document filename inside ()
7331
7332 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7333
7334         * shell/Makefile.am:
7335         * shell/ev-window-title.c: (ev_window_title_new),
7336         (ev_window_title_update), (ev_window_title_set_type),
7337         (ev_window_title_set_document), (ev_window_title_free):
7338         * shell/ev-window-title.h:
7339         * shell/ev-window.c: (ev_window_setup_document),
7340         (password_dialog_response), (ev_window_popup_password_dialog),
7341         (ev_window_dispose), (ev_window_init):
7342
7343         Factor out and cleanup window title code
7344
7345 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7346
7347         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7348         (unable_to_load):
7349
7350         Make dialog transient so it doesnt block other windows
7351
7352 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7353
7354         * pdf/ev-poppler.cc:
7355         
7356         Fix pdf thumbnails rendering.
7357
7358 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7359
7360         * shell/ev-window.c: (fullscreen_set_timeout):
7361         
7362         Increase timeout to hide full screen popup. Bug 
7363         316123. 
7364
7365 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7366
7367         * data/evince.schemas.in:
7368         * shell/ev-window.c: (update_action_sensitivity):
7369
7370         Allow the user to override document restrictions. Fix for bug
7371         305818.
7372
7373 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7374
7375         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7376         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7377         (ev_window_class_init): Fix multihead behaviour of fullscreen
7378         toolbar popup. Fixes bug #315451.
7379
7380 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7381
7382         * configure.ac:
7383         * data/evince-password.glade:
7384         * shell/ev-password.c: (ev_password_dialog_set_property),
7385         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7386         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7387         (ev_password_dialog_entry_changed_cb),
7388         (ev_password_dialog_entry_activated_cb),
7389         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7390         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7391         (ev_password_dialog_set_bad_pass):
7392         * shell/ev-password.h:
7393         * shell/ev-window.c: (password_dialog_response),
7394         (ev_window_popup_password_dialog):
7395         
7396         Support for gnome-keyring for encrypted PDF's.
7397
7398 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7399
7400         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7401         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7402         (ev_view_enter_notify_event), (ev_view_class_init):
7403         
7404         More precise handling of enter_notify/leave_notify events
7405         in EvView. Fix for bug 315470.
7406
7407 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7408
7409         * shell/ev-window.c: (fullscreen_timeout_cb),
7410         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7411         (ev_window_dispose):
7412
7413         leak fix: unref fullscreen_timeout_source before clearing it
7414
7415 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7416
7417         * configure.ac, dvi/mdvi/Makefile.am: 
7418         
7419         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7420
7421 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7422
7423         * backend/ev-link.c: (ev_link_new_page_xyz):
7424         * pdf/ev-poppler.cc:
7425         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7426
7427         Fix some bugs with xyz links, respect zoom
7428
7429 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7430
7431         * shell/ev-window.c: (page_changed_cb),
7432         (setup_document_from_metadata), (update_sidebar_visibility),
7433         (setup_view_from_metadata), (ev_window_run_fullscreen),
7434         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7435         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7436         (ev_window_dual_mode_changed_cb),
7437         (ev_window_sidebar_current_page_changed_cb):
7438
7439         null check uri before setting and getting metadata
7440
7441 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7442
7443         * dvi/Makefile.am:
7444         * properties/Makefile.am:
7445         * shell/Makefile.am:
7446         * thumbnailer/Makefile.am:
7447
7448         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7449
7450 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7451
7452         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7453         (selection_changed_callback):
7454         * shell/ev-sidebar-links.h:
7455
7456         Add a signal for link activation.
7457
7458         * shell/ev-view.c: (ev_view_goto_link),
7459         (ev_view_button_release_event):
7460         * shell/ev-view.h:
7461         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7462         (ev_window_init):
7463
7464         Implement the signal so that we can handle all link types.
7465
7466         * shell/ev-page-cache.c:
7467
7468         Remove unused set_link function
7469
7470 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7471
7472         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7473
7474         Add some space from the cursor, hardcoded but I couldnt
7475         find a better way.
7476
7477 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7478
7479         * lib/ev-tooltip.c:
7480
7481         Use mozilla style vs gtk style, way better for links.
7482
7483         * shell/ev-view.c: (ev_view_motion_notify_event),
7484         (ev_view_destroy), (ev_view_init):
7485
7486         Deactive tooltip when the link hovered is changed.
7487
7488 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7489
7490         * backend/ev-document.h:
7491         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7492         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7493         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7494         (ev_link_new_page), (ev_link_new_page_xyz):
7495         * backend/ev-link.h:
7496         * pdf/ev-poppler.cc:
7497         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7498         (go_to_link), (tip_from_link):
7499
7500         Implement xyz links, still not functional. Links are a total
7501         mess, will need to refactor and bugfix a lot :(
7502
7503 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7504
7505         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7506
7507 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7508
7509         * data/evince-ui.xml:
7510         * data/evince.schemas.in:
7511         * shell/Makefile.am:
7512         * shell/ev-window.c: (update_chrome_visibility),
7513         (password_dialog_response), (ev_window_load_job_cb),
7514         (ev_window_xfer_job_cb), (ev_window_open_uri),
7515         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7516         (ev_window_init):
7517
7518         Remove the statusbar. This regress loading feedback, need to
7519         check with Bryan what we want to do there...
7520
7521 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7522
7523         * lib/ev-tooltip.c: (ev_tooltip_init):
7524
7525         Fix tooltip border and size handling
7526
7527 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7528
7529         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7530         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7531         (ev_tooltip_timeout), (ev_tooltip_activate),
7532         (ev_tooltip_deactivate):
7533         * lib/ev-tooltip.h:
7534         * shell/ev-view.c: (ev_view_motion_notify_event):
7535
7536         Delay popup showing. Mirror gtk logic/times.
7537
7538 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7539
7540         * lib/Makefile.am:
7541         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7542         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7543         (ev_tooltip_set_text), (ev_tooltip_set_position):
7544         * lib/ev-tooltip.h:
7545
7546         Simple widget to show tooltips at a custom position
7547
7548         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7549         (ev_view_destroy):
7550
7551         Use it for links. First go, needs work
7552
7553 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7554
7555         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7556         HIG fixes.  Use title capitalization for window title. Use 12 
7557         pixels of space between the dialog's vbox and action area.
7558
7559 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7560
7561         * shell/ev-window.c: (file_open_dialog_response_cb),
7562         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7563         (ev_window_cmd_save_as):
7564
7565         Make file pickers not modal and refactor code some
7566
7567 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7568
7569         * shell/ev-sidebar.h:
7570         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7571         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7572         (ev_sidebar_class_init), (ev_sidebar_select_page),
7573         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7574         (ev_sidebar_set_page):
7575
7576         Add a current page property and allow to get/set it
7577
7578         * shell/ev-window.c: (setup_view_from_metadata),
7579         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7580
7581         Persist current sidebar page per document
7582
7583 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7584
7585         * data/evince.schemas.in:
7586         * shell/ev-window.c: (update_chrome_visibility),
7587         (setup_document_from_metadata), (update_sidebar_visibility),
7588         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7589         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7590         (ev_window_run_presentation), (ev_window_stop_presentation),
7591         (ev_window_view_sidebar_cb),
7592         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7593         (load_chrome), (ev_window_init):
7594
7595         Persist size/visibility of sidebar per document
7596
7597 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7598
7599         * shell/ev-view.c (draw_loading_text): Draw loading text.
7600
7601 2005-09-02  Dan Damian  <dand@gnome.ro>
7602
7603         * configure.in: Added "ro" to ALL_LINGUAS.
7604
7605 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7606
7607         * shell/ev-view.c: (clear_caches):
7608
7609         ev_page_cache_get doesnt return a reference,
7610         dont try to unref it.
7611
7612 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7613
7614         * shell/main.c: (load_files_remote):
7615
7616         Fix timestamp parameter with dbus <= 0.33
7617
7618 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7619
7620         * data/evince.schemas.in:
7621
7622         Add missing full stop
7623
7624 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7625
7626         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7627         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7628
7629         Plug some memory leaks
7630
7631 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7632
7633         * configure.ac:
7634         * lib/ev-debug.c: (trap_handler):
7635
7636         Check for execinfo.h and use it only if it exists.
7637         Ported from Epiphany (bug #314776).
7638
7639 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7640
7641         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7642
7643 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7644
7645         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7646         * po/id.po      : Added Indonesian translation
7647
7648 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7649
7650         * shell/main.c:
7651         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7652         * NEWS: Release 0.4.0
7653
7654 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7655
7656         * configure.ac: catch another gtk+-2.8ism
7657         * shell/main.c: Make work with gtk+-2.6
7658
7659 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7660
7661         * shell/ev-application-service.xml: Add 'timestamp' argument to
7662           ev_application_open_window and ev_application_open_uri methods.
7663
7664         * shell/ev-application.h: Add 'timestamp' argument to
7665           ev_application_open_window, ev_application_open_uri,
7666           and ev_application_open_uri_list functions.
7667
7668         * shell/ev-application.c (ev_application_open_window,
7669           ev_application_open_uri, ev_application_open_uri_list): Change
7670           functions that show/present windows to use a timestamp if one
7671           is passed in.
7672
7673         * shell/ev-window.c (ev_window_cmd_file_open,
7674           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7675         * shell/main.c (load_files): Modify calls to ev_application to
7676           include GDK_CURRENT_TIME as timestamp.
7677
7678         * shell/main.c (load_files_remote): Obtain timestamp for client
7679           instance from GDK and pass to server instance so new windows are
7680           focused properly.  Fix dbus_g_proxy_call() calls by including second
7681           G_TYPE_INVALID.
7682           
7683         Closes bug #314475.
7684
7685 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7686
7687         * shell/ev-window.c (ev_window_finalize): Check for
7688         avail. EvWindows when quiting to handle the finalize better,
7689         #314497
7690
7691 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7692         
7693         * properties/ev-properties-view.c: 
7694         
7695         Set textdomain to libglade. Fixes translation problem in property page.
7696
7697 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7698
7699         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7700         * dvi/Makefile.am:
7701         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7702         * dvi/mdvi-lib/Makefile.am:
7703         
7704         Fix rotation of thumbnails, ported to new API. Moved library
7705         dependencies earlier, probably it will fix linkage problem.
7706
7707 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7708
7709         * backend/ev-document-misc.c:
7710         (ev_document_misc_get_thumbnail_frame):
7711         * backend/ev-document-misc.h:
7712         * configure.ac:
7713         * pdf/ev-poppler.cc:
7714         * shell/Makefile.am:
7715         * shell/ev-sidebar-thumbnails.c: (add_range),
7716         (ev_sidebar_thumbnails_set_loading_icon),
7717         (ev_sidebar_thumbnails_refresh),
7718         (ev_sidebar_thumbnails_set_document):
7719         * shell/ev-sidebar-thumbnails.h:
7720         * shell/ev-view.c: (ev_view_motion_notify_event),
7721         (ev_view_set_property), (ev_view_get_property),
7722         (ev_view_class_init), (ev_view_set_rotation):
7723         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7724         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7725         (ev_window_init):
7726         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7727         Redo rotation (again).  prepare for 0.4.0
7728
7729 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7730
7731         * configure.ac: Bump poppler requirement to 0.4.1.
7732
7733         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7734         argument to poppler_page_render_selection() call.
7735
7736 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7737
7738         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7739         (djvu_document_thumbnails_get_thumbnail):
7740         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7741         (dvi_document_thumbnails_get_thumbnail):
7742         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7743         (pixbuf_document_thumbnails_get_thumbnail):
7744         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7745         
7746         Update rotation direction of backends to fit with pdf and ps.
7747
7748 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7749
7750         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7751         * backend/ev-async-renderer.h:
7752         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7753         (setup_page), (ps_document_get_page_size),
7754         (ps_async_renderer_render_pixbuf):
7755         * ps/ps-document.h:
7756         * shell/ev-jobs.c: (ev_job_render_run):
7757
7758         Fix orientation in the postscript document
7759
7760 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7761
7762         * pdf/ev-poppler.cc:
7763         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7764         * shell/ev-view.c: (highlight_find_results):
7765
7766         Adapt to the new poppler rotation API. Fix text maps on landscape
7767         documents.
7768
7769 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7770
7771         * shell/ev-view.c (compute_new_selection_text): get the correct
7772         region when selecting in modes other than continuous.
7773
7774 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7775
7776         * shell/main.c (main): remove redundant g_warnings.
7777
7778 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7779
7780         * shell/Makefile.am: Don't include autogenerated
7781         file ev-application-service.h into distribution, since
7782         it causes dbus crash. Fix for bugs 313724 and 313443. 
7783
7784 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7785
7786         * configure.ac: Fix sed expression for FreeBSD. Thanks
7787         to Joe Marcus Clark <marcus@freebsd.org>
7788         
7789         * shell/eggfindbar.c: (entry_activate_callback),
7790         (entry_changed_callback), (egg_find_bar_init),
7791         (egg_find_bar_set_search_string):
7792         
7793         Made findbar buttons unsensitive if there is no text in
7794         entry. Fix for the bug 313285.
7795
7796 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7797
7798         * ps/ps-document.c: Use g_filename_display_name for displaying
7799         filenames and revert string freeze breackage
7800
7801 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7802
7803         * NEWS:
7804         * configure.ac:
7805
7806         Update for 0.3.4
7807
7808         * shell/Makefile.am:
7809
7810         Add ev-application-service.xml to extra dist
7811
7812         * shell/ev-view.c: (find_page_at_location):
7813
7814         Remove unused function (fix warning)
7815
7816 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7817
7818         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7819         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7820         
7821         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7822         bug 313623.
7823
7824 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7825
7826         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7827         * shell/ev-window.c:
7828         Fix build warnings
7829
7830 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7831
7832         * configure.ac: Update script to get dbus version.
7833         Fix for the bug #313443.
7834
7835 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7836
7837         * shell/ev-window.c: (ev_window_cmd_escape):
7838         
7839         Return focus back to view on escape. Fix for bug 313295.
7840
7841 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7842
7843         * shell/ev-window.c: (update_window_title),
7844         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7845         (ev_window_cmd_save_as):
7846         
7847         Correct conversion from uri to displayable string. Fix for
7848         bug 313296.
7849
7850 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7851
7852         * ps/ps-document.c: convert filename to utf8 when there is an error
7853         loading document. Fixes #309915
7854
7855 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7856
7857         * configure.ac:
7858
7859         We depend on poppler 0.4.0
7860
7861 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7862
7863         * configure.ac:
7864         * NEWS: Release 0.3.3.
7865         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7866
7867 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7868
7869         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7870         add a couple missing mnemonics to menu items, use title 
7871         capitalization for menu items and window titles, and add 
7872         ellipsis to open menu item.     
7873
7874 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7875
7876         * pdf/ev-poppler.cc:
7877         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7878         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7879         (ev_view_get_rotation):
7880         * shell/ev-view.h:
7881         * shell/ev-window.c: (setup_view_from_metadata),
7882         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7883         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7884         disk.
7885
7886 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7887
7888         * configure.ac: Added tr to ALL_LINGUAS
7889
7890 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7891
7892         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7893         requires several clicks to find word. Thanks to 
7894         Colin Slater <kiltedtaco@gmail.com>.
7895
7896 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7897
7898         * data/evince.desktop.in.in: Hide menu entry and
7899         rename it to "Document Viewer". Fix for bug 
7900         #312399.
7901
7902 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7903
7904         * shell/ev-page-action.c (ev_page_action_class_init): 
7905
7906         Point to the correct function in constructor of the
7907         activate_label signal
7908
7909 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7910
7911         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7912         * shell/ev-jobs.h: Make thread safe.
7913
7914 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7915
7916         * shell/ev-view.c: (view_update_range_and_current_page):
7917         Don't update page range if we are scrolling to some document
7918         point.
7919
7920 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7921
7922         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7923         when getting max_page_width, fix drawing in dual mode.
7924
7925 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7926
7927         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7928         getting the area for select_all.
7929
7930 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7931
7932         * backend/ev-selection.c: (ev_selection_render_selection):
7933         * backend/ev-selection.h:
7934         * pdf/ev-poppler.cc:
7935         * shell/ev-jobs.c: (ev_job_render_new):
7936         * shell/ev-jobs.h:
7937         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7938         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7939         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7940         (ev_view_class_init):
7941
7942         Change selection color on focus in and focus out events.  Also,
7943         poppler now uses GdkColor for specifying the selection colors, so
7944         drop some awkward conversion code.
7945
7946 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7947
7948         * configure.ac: Added Hebrew translation
7949
7950 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7951
7952         * NOTES:
7953         * backend/ev-selection.c: (ev_selection_render_selection):
7954         * backend/ev-selection.h:
7955         * pdf/ev-poppler.cc:
7956         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7957         (ev_job_render_run):
7958         * shell/ev-jobs.h:
7959         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7960         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7961         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7962         (ev_pixbuf_cache_style_changed),
7963         (ev_pixbuf_cache_get_selection_pixbuf),
7964         (ev_pixbuf_cache_set_selection_list),
7965         (ev_pixbuf_cache_get_selection_list):
7966         * shell/ev-pixbuf-cache.h:
7967         * shell/ev-utils.c: (ev_print_region_contents):
7968         * shell/ev-utils.h:
7969         * shell/ev-view.c: (ev_view_queue_draw_page),
7970         (selection_update_idle_cb), (ev_view_motion_notify_event),
7971         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7972         (setup_caches), (ev_view_find_next), (merge_selection_region),
7973         (selection_free):
7974         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7975
7976         Clean up selection to be much smoother!
7977
7978 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7979
7980         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7981         to poppler_page_render_selection().
7982
7983 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7984
7985         * ps/ps-document.c: (save_page_list): Use
7986         unzipped document when printing. Thanks to 
7987         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7988         311016.
7989
7990 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7991
7992         * shell/ev-window.c: (update_action_sensitivity):
7993         
7994         Disable print and save respect to lockdown gconf keys. Fix
7995         for 312342.
7996
7997 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7998
7999         * configure.ac:
8000         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8001         (write_to_temp_file), (ev_file_set_contents):
8002         * shell/ev-utils.h:
8003         * shell/ev-window.c: (save_print_config_to_file):
8004         
8005         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8006         Fix for bug 312238
8007
8008 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8009
8010         * shell/ev-window.c: (load_print_config_from_file),
8011         (save_print_config_to_file), (ev_window_print_range):
8012
8013         Persist the print settings. Fixes bug #311578.
8014
8015 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8016
8017         * djvu/djvu-document.c: (djvu_document_get_page_size),
8018         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8019         (djvu_document_thumbnails_get_thumbnail):
8020         * dvi/dvi-document.c: (dvi_document_get_page_size),
8021         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8022         (dvi_document_thumbnails_get_dimensions),
8023         (dvi_document_thumbnails_get_thumbnail):
8024         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8025         (pixbuf_document_render_pixbuf),
8026         (pixbuf_document_document_iface_init),
8027         (pixbuf_document_thumbnails_get_thumbnail):
8028         
8029         Update backends to make them build with new rotation system.
8030
8031 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8032
8033         * help/C/figures/evince_start_window.png:
8034         
8035         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8036
8037 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8038
8039         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8040         * shell/ev-pixbuf-cache.h:
8041         * shell/ev-sidebar-thumbnails.c:
8042         (ev_sidebar_thumbnails_get_property), (add_range),
8043         (adjustment_changed_cb):
8044         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8045         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8046         we were thumbnailing the entire docment on startup, slowing us
8047         down hugely. 
8048
8049 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8050
8051         * shell/ev-page-cache.c: (ev_page_cache_new):
8052         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8053         == 0, fixes #310306.
8054
8055 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8056
8057         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8058         (ev_view_rotate_left):
8059
8060         Account rotation in doc_rect_to_view_rect.
8061         Ensure rotation doesnt go out of bounds.
8062
8063 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8064
8065         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8066
8067         Correct and cleanup w/h swapping
8068
8069 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8070
8071         * backend/ev-document-thumbnails.c:
8072         (ev_document_thumbnails_get_thumbnail):
8073         * backend/ev-document-thumbnails.h:
8074         * backend/ev-document.c:
8075         * backend/ev-document.h:
8076         * backend/ev-render-context.c: (ev_render_context_new),
8077         (ev_render_context_set_rotation):
8078         * backend/ev-render-context.h:
8079         * pdf/ev-poppler.cc:
8080         * ps/ps-document.c: (ps_document_document_iface_init):
8081         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8082         * shell/ev-jobs.h:
8083         * shell/ev-page-cache.c: (build_height_to_page),
8084         (ev_page_cache_new), (ev_page_cache_get_size),
8085         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8086         (ev_page_cache_get_height_to_page):
8087         * shell/ev-page-cache.h:
8088         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8089         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8090         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8091         (ev_pixbuf_cache_get_selection_pixbuf):
8092         * shell/ev-pixbuf-cache.h:
8093         * shell/ev-print-job.c: (idle_print_handler):
8094         * shell/ev-sidebar-thumbnails.c: (add_range):
8095         * shell/ev-view.c: (view_update_range_and_current_page),
8096         (get_page_y_offset), (get_page_extents),
8097         (ev_view_size_request_continuous_dual_page),
8098         (ev_view_size_request_continuous),
8099         (ev_view_size_request_dual_page),
8100         (ev_view_size_request_single_page), (draw_one_page),
8101         (ev_view_set_rotation), (ev_view_rotate_right),
8102         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8103         (ev_view_zoom_for_size_continuous_and_dual_page),
8104         (ev_view_zoom_for_size_continuous),
8105         (ev_view_zoom_for_size_dual_page),
8106         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8107         (ev_view_select_all):
8108         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8109         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8110         (tiff_document_document_iface_init),
8111         (tiff_document_thumbnails_get_thumbnail):
8112
8113         Use rotation rather than orientation. It's easier and enough
8114         for our needs.
8115
8116 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8117
8118         * shell/ev-page-cache.c: (build_height_to_page),
8119         (ev_page_cache_new), (ev_page_cache_get_size),
8120         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8121         (ev_page_cache_get_height_to_page):
8122         * shell/ev-page-cache.h:
8123         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8124         (ev_view_size_request_continuous_dual_page),
8125         (ev_view_size_request_continuous),
8126         (ev_view_zoom_for_size_continuous_and_dual_page),
8127         (ev_view_zoom_for_size_continuous):
8128
8129         Make the page cache aware of page orientation.
8130
8131 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8132
8133         * backend/ev-document-thumbnails.c:
8134         (ev_document_thumbnails_get_thumbnail):
8135         * backend/ev-document-thumbnails.h:
8136         * backend/ev-document.c:
8137         * backend/ev-document.h:
8138         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8139         * backend/ev-ps-exporter.h:
8140         * pdf/ev-poppler.cc:
8141         * ps/ps-document.c: (ps_document_document_iface_init),
8142         (ps_document_ps_export_do_page):
8143         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8144         * shell/ev-jobs.h:
8145         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8146         (ev_page_cache_get):
8147         * shell/ev-page-cache.h:
8148         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8149         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8150         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8151         * shell/ev-pixbuf-cache.h:
8152         * shell/ev-print-job.c: (idle_print_handler):
8153         * shell/ev-sidebar-thumbnails.c: (add_range):
8154         * shell/ev-view.c: (view_update_range_and_current_page),
8155         (get_page_extents), (ev_view_size_request_dual_page),
8156         (ev_view_size_request_single_page), (draw_one_page),
8157         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8158         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8159         (ev_view_zoom_for_size_dual_page),
8160         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8161         (ev_view_select_all):
8162         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8163         * tiff/tiff-document.c: (tiff_document_get_page_size),
8164         (tiff_document_get_orientation), (rotate_pixbuf),
8165         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8166         (tiff_document_thumbnails_get_thumbnail),
8167         (tiff_document_ps_export_do_page), (tiff_document_init):
8168
8169         Really make use of the orientation bit of the render context.
8170         Use the render context in a few more places in the backend API.
8171         This regress orientation, but now it's done right. Will try to
8172         fix it up asap...
8173
8174 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8175
8176         * shell/ev-view.c: (ensure_rectangle_is_visible):
8177
8178         Patch by Nickolay V. Shmyrev to fix find flickering
8179
8180 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8181
8182         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8183         duplex parameters to ::begin.
8184
8185         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8186         * shell/ev-print-job.c (idle_print_handler): 
8187         * ps/ps-document.c (ps_document_ps_export_begin): 
8188         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8189         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8190         implementations. Poppler backend needs poppler cvs. Rest has
8191         unchanged behavior.
8192
8193 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8194
8195         * shell/ev-window.c (using_pdf_printer): new function.
8196         (ev_window_print_range): print a less techy message if someone
8197         tries to print to PDF.
8198
8199 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8200
8201         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8202         from "unknown font" string. Bug #311431
8203
8204 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8205
8206         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8207
8208 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8209
8210         Bug #311280
8211         
8212         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8213         name for PopplerFontTypes
8214         (pdf_document_fonts_fill_model): add font type to the detail column
8215
8216         * backend/ev-document-fonts.h: added
8217         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8218
8219         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8220         font name and font details, add a little markup.
8221         (ev_properties_fonts_init): use the new cell data func, specify ypad
8222         property for the cell renderer.
8223         (ev_properties_fonts_set_document): add the details column.
8224
8225 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8226
8227         * configure.ac: Added "pl" to ALL_LINGUAS.
8228
8229 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8230
8231         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8232
8233 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8234
8235         * help/ChangeLog: Started this for translations of manual.
8236         * configure.ac, autogen.sh, .cvsignore: Migrated to
8237         gnome-doc-utils. Patch in bug #311222.
8238
8239 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8240
8241         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8242         #ifdef this away to fix an unused-function warning.
8243
8244 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8245
8246         * configure.ac: Added 'gl' to ALL_LINGUAS.
8247
8248 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8249
8250         * configure.ac: Added ne in ALL_LINGUAS
8251         
8252 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8253
8254         * shell/ev-view.c: (ev_view_leave_notify_event):
8255         
8256         Clear status message when pointer leaves view. Fix for bug
8257         #310818 
8258
8259 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8260
8261         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8262
8263 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8264
8265         * shell/ev-view.c: (ev_view_leave_notify_event),
8266         (ev_view_class_init):
8267         
8268         Set cursor to normal then leaving view.
8269
8270 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8271
8272         * configure.ac:
8273         
8274         Fix required djvulibre version.
8275
8276 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8277
8278         *configure.ac: Hindi (hi) language added
8279
8280 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8281
8282         *configure.ac: Punjabi (pa) Language added
8283
8284 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8285
8286         * data/evince-ui.xml, shell/ev-window.c:
8287         
8288         Add keypad accelerators for zooming. Fix for bug 308128.
8289
8290 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8291
8292         * Makefile.am:
8293         * backend/Makefile.am:
8294         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8295         * configure.ac:
8296         * shell/ev-document-types.c: (ev_document_types_add_filters):
8297
8298         Allow to enable/disable the pixbuf backend.
8299         Default to off for now. If we want it enabled we should
8300         really put mime types in the desktop, implement properties etc.
8301
8302         * properties/evince-properties.c:
8303
8304         Initialize error to NULL.
8305         Check error is not NULL before freeing.
8306
8307 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8308
8309         * shell/ev-window.c:
8310
8311         Use F5 as presentation accell
8312
8313 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8314
8315         * shell/ev-window.c: (update_chrome_visibility),
8316         (ev_window_create_fullscreen_popup), (ev_window_init):
8317
8318         Do not leak the fullscreen toolbar
8319
8320 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8321
8322         * shell/ev-window.c: (view_actions_focus_in_cb),
8323         (view_actions_focus_out_cb):
8324
8325         These has a return value! Fix totally random focus
8326         issues we was seeing.
8327
8328 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8329
8330         * shell/main.c: (load_files_remote):
8331
8332         Allow open more than one file
8333
8334 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8335
8336         * shell/main.c: (load_files_remote):
8337
8338         Fix for dbus 0.33. bug #309975
8339
8340 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8341
8342         * properties/ev-properties-main.c: (ev_properties_get_pages):
8343
8344         Actually return NULL for types we dont support
8345
8346 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8347
8348         * po/POTFILES.in:
8349
8350         Remove empty lines.
8351
8352 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8353
8354         * backend/ev-document-factory.c:
8355         (ev_document_factory_get_document):
8356
8357         Do not try to create the object if type
8358         is invalid.
8359
8360 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8361
8362         * ps/ps-document.c: (ps_document_dispose),
8363         (ps_async_renderer_render_pixbuf):
8364         * ps/ps-document.h:
8365
8366         Do not leak the target window
8367
8368 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8369
8370         * shell/ev-application.c: (ev_application_init):
8371
8372         Let tbe check file existence for us.
8373         Add a comment about eggrecent mime filter.
8374
8375 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8376
8377         * data/evince-ui.xml:
8378         * shell/ev-application.c: (ev_application_shutdown),
8379         (ev_application_init), (ev_application_get_toolbars_model),
8380         (ev_application_get_recent_model),
8381         (ev_application_save_toolbars_model):
8382         * shell/ev-application.h:
8383         * shell/ev-window.c: (ev_window_add_recent),
8384         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8385         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8386         (ev_window_init):
8387
8388         Use common toolbar and recent models for all windows.
8389         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8390
8391 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8392
8393         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8394         successfully check for gtk_icon_view_get_visible_range.
8395
8396 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8397
8398         * djvu/Makefile.am:
8399         * dvi/Makefile.am:
8400         
8401         Fix djvu and dvi backend build.
8402
8403 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8404
8405         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8406         (new_separator_pixbuf):
8407
8408         Don't leak windows.
8409
8410 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8411
8412         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8413
8414         HIGification of toolbar editor dialogue.
8415
8416 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8417
8418         * configure.ac:
8419         * shell/Makefile.am:
8420
8421         Ever build metadata manager since it's just
8422         disabled at runtime now.
8423
8424 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8425
8426         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8427         (ev_metadata_manager_get), (ev_metadata_manager_set):
8428         * shell/ev-metadata-manager.h:
8429
8430         Add an _init functions that enabled metadata management
8431         at runtime.
8432
8433         * shell/ev-window.c: (page_changed_cb),
8434         (setup_document_from_metadata), (ev_window_setup_document),
8435         (setup_view_from_metadata), (ev_window_open_uri),
8436         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8437         (ev_window_run_presentation), (ev_window_stop_presentation),
8438         (save_sizing_mode), (ev_window_zoom_changed_cb),
8439         (ev_window_continuous_changed_cb),
8440         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8441         (window_configure_event_cb):
8442
8443         Remove all ugly metadata define since we deal with it
8444         at runtime now.
8445
8446         * shell/main.c: (load_files_remote), (main):
8447
8448         Add support for dbus cvs head. Hopefully didnt break one
8449         of the other versions now!
8450
8451         If we dont get a response from the dbus server just
8452         give up with it and not enable metadata.
8453
8454 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8455
8456         * Makefile.am:
8457         * backend/Makefile.am:
8458         * configure.ac:
8459         * cut-n-paste/recent-files/Makefile.am:
8460         * cut-n-paste/toolbar-editor/Makefile.am:
8461         * cut-n-paste/zoom-control/Makefile.am:
8462         * lib/Makefile.am:
8463         * pdf/Makefile.am:
8464         * pixbuf/Makefile.am:
8465         * properties/Makefile.am:
8466         * ps/Makefile.am:
8467         * shell/Makefile.am:
8468         * thumbnailer/Makefile.am:
8469         * tiff/Makefile.am:
8470
8471         Make frontends depend on just libev.
8472         Rework and group CFLAGS/LIBS definitions.
8473         Cleanups.
8474
8475 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8476
8477         * shell/ev-window:
8478
8479         do not unnecessarily save zoom
8480
8481         * configure.ac:
8482         * lib/ev-file-helpers.c: (ev_dot_dir):
8483         * shell/Makefile.am:
8484         * shell/dummy.cc:
8485
8486         Some cleanups
8487
8488 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8489
8490         * configure.ac:
8491         
8492         Remove unnecessary dependencies
8493
8494 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8495
8496         * properties/Makefile.am:
8497         * thumbnailer/Makefile.am:
8498         * tiff/Makefile.am:
8499
8500         Some more cleanups. Was really necessary
8501         but I probably introduced bugs, feel free
8502         to flame :)
8503
8504 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8505
8506         * backend/Makefile.am:
8507         * configure.ac:
8508         * cut-n-paste/recent-files/Makefile.am:
8509         * cut-n-paste/toolbar-editor/Makefile.am:
8510         * cut-n-paste/zoom-control/Makefile.am:
8511         * lib/Makefile.am:
8512         * pdf/Makefile.am:
8513         * pixbuf/Makefile.am:
8514         * properties/Makefile.am:
8515         * ps/Makefile.am:
8516         * shell/Makefile.am:
8517         * thumbnailer/Makefile.am:
8518         * tiff/Makefile.am:
8519
8520         Use gnome-common macros when possible.
8521         Cleanup dependencies.
8522         Actually disable deprecated where possible.
8523
8524 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8525
8526         * Makefile.am:
8527         * backend/Makefile.am:
8528         * properties/Makefile.am:
8529         * shell/Makefile.am:
8530         * thumbnailer/Makefile.am:
8531
8532         This should solve the circular dep without
8533         requiring dir reorg!
8534
8535         * shell/ev-window.c: (setup_view_from_metadata):
8536
8537         Never restore window size/position when the
8538         window is already visible.
8539
8540 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8541
8542         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8543
8544         Return a boolean from timeout func. Fix ported from gedit.
8545
8546 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8547
8548         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8549
8550 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8551
8552         * shell/ev-document-types.c: set "All Documents" as default filter in
8553         open dialog
8554
8555 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8556
8557         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8558         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8559         (ev_metadata_manager_set_boolean): fix value/val thinko.
8560
8561 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8562
8563         * shell/ev-window.c: (setup_view_from_metadata),
8564         (window_state_event_cb), (window_configure_event_cb),
8565         (ev_window_init):
8566
8567         Remember window position and maximized state
8568
8569 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8570
8571         * configure.ac:
8572
8573         Fix DBUS configure checks.
8574
8575         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8576         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8577         (ev_metadata_manager_set_boolean):
8578
8579         Plug mem leaks.
8580
8581         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8582         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8583         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8584         (ev_window_continuous_changed_cb),
8585         (ev_window_dual_mode_changed_cb), (ev_window_new):
8586
8587         Fix the build without DBUS.
8588
8589 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8590
8591         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8592         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8593         (ev_metadata_manager_set_string),
8594         (ev_metadata_manager_set_boolean):
8595         * shell/ev-metadata-manager.h:
8596
8597         Add support for some more types
8598
8599         * shell/ev-view.c: (scroll_to_current_page),
8600         (ev_view_get_continuous), (ev_view_set_continuous),
8601         (ev_view_get_dual_page):
8602         * shell/ev-view.h:
8603         * shell/ev-window.c: (page_changed_cb),
8604         (setup_document_from_metadata), (ev_window_setup_document),
8605         (setup_view_from_metadata), (ev_window_open_uri),
8606         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8607         (ev_window_run_presentation), (ev_window_stop_presentation),
8608         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8609         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8610         (ev_window_update_dual_page_action),
8611         (ev_window_continuous_changed_cb),
8612         (ev_window_dual_mode_changed_cb), (ev_window_init):
8613
8614         Remember a bunch of view/document properties. Prolly some
8615         are still missing but it's getting interesting.
8616
8617 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8618
8619         * configure.ac: check if dbus-binding-tool is installed. Not the
8620         case on current Ubuntu breezy, it seems.
8621
8622 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8623
8624         * data/evince.desktop.in.in:
8625         
8626         Allow open uri lists and add TryExec field.
8627
8628 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8629
8630         * configure.ac:
8631
8632         Enable dbus when available, do not require a configure
8633         option.
8634
8635 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8636
8637         * configure.ac:
8638
8639         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8640         disabled.
8641
8642 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8643         Marco Pesenti Gritti  <mpg@redhat.com>
8644
8645         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8646         
8647         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8648         functions to the format required by dbus
8649
8650         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8651         errors. Use the RPC parameters in the expected way
8652
8653 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8654
8655         * Makefile.am:
8656         * properties/Makefile.am:
8657         * properties/ev-properties-main.c: (ev_properties_get_pages):
8658
8659         Support all mime types
8660
8661         * shell/Makefile.am:
8662         * thumbnailer/Makefile.am:
8663         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8664         (evince_thumbnail_pngenc_get):
8665
8666         Use the document factory
8667
8668 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8669
8670         * backend/Makefile.am:
8671         * backend/ev-document-factory.c:
8672         (mime_type_supported_by_gdk_pixbuf),
8673         (ev_document_type_get_from_mime),
8674         (ev_document_factory_get_document),
8675         (ev_document_factory_get_backend),
8676         (ev_document_factory_get_mime_types),
8677         (ev_document_factory_get_all_mime_types):
8678         * backend/ev-document-factory.h:
8679         * shell/Makefile.am:
8680         * shell/ev-document-types.c: (get_document_from_uri),
8681         (ev_document_types_get_document),
8682         (file_filter_add_mime_list_and_free),
8683         (ev_document_types_add_filters):
8684         * shell/ev-document-types.h:
8685         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8686         * shell/ev-properties-dialog.c:
8687         (ev_properties_dialog_set_document):
8688         * shell/ev-window.c: (ev_window_cmd_file_open),
8689         (ev_window_cmd_save_as):
8690         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8691
8692         Rework document types managing to avoid code duplication
8693         and actually abstract from backend implementations.
8694         Also provide a minimal factory api that can be used by
8695         thumbnailer/properties.
8696
8697 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8698
8699         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8700         Plug a mem leak.
8701         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8702         HIG spacings.
8703
8704 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8705
8706         * shell/ev-properties-dialog.c
8707         (ev_properties_dialog_set_document): only call
8708         ev_properties_fonts_set_document() if the document implements the
8709         fonts interface
8710
8711 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8712
8713         * configure.ac:
8714         * properties/Makefile.am:
8715         * properties/ev-properties-view.c:
8716         (ev_properties_view_register_type):
8717         * properties/ev-properties-view.h:
8718         * properties/ev-properties-main.h:
8719
8720         Implement nautilus plugin for properties.
8721         Works only for pdf atm, I need to rework the
8722         document types stuff to get this to work
8723         for all backends...
8724
8725 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8726
8727         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8728         (ev_properties_fonts_set_document): use
8729         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8730
8731 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8732
8733         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8734         them
8735         (PlaceImage, tiff2ps_process_page): use
8736         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8737
8738
8739 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8740
8741         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8742         (main): to call gnome_authentication_manager_init. Should fix
8743         Bug #308510
8744
8745         * configure.ac: that requires libgnomeui 2.6.0.
8746
8747 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8748
8749         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8750         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8751         use the new tiff2ps interfaces
8752
8753         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8754         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8755
8756         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8757         structure instead of global variables.  Remove use of static
8758         variables in functions.
8759
8760 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8761
8762         * shell/ev-page-action.c: unref the completion after setting it to the
8763         entry
8764
8765 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8766
8767         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8768         postscript files
8769
8770 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8771
8772         * shell/ev-window.c (update_action_sensitivity): disable
8773         File->Print if the document does not implement the ps exporter
8774         interface
8775
8776 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8777
8778         * Makefile.am:
8779         * configure.ac:
8780         * data/evince-properties.glade:
8781         * properties/.cvsignore:
8782         * properties/Makefile.am:
8783         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8784         (ev_properties_view_class_init), (ev_properties_view_format_date),
8785         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8786         (ev_properties_view_init), (ev_properties_view_new):
8787         * properties/ev-properties-view.h:
8788         * shell/Makefile.am:
8789         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8790         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8791         (ev_properties_dialog_new):
8792         * shell/ev-properties-dialog.h:
8793         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8794         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8795         (update_progress_label), (job_fonts_finished_cb),
8796         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8797         * shell/ev-properties-fonts.h:
8798         * shell/ev-properties.c:
8799         * shell/ev-properties.h:
8800         * shell/ev-window.c: (ev_window_setup_document),
8801         (ev_window_cmd_file_properties):
8802
8803         Split the properties pages in two different objects, depend
8804         only on the backend where possible, use widgets instead
8805         of gobject for the glade part, reimplement the dialog
8806         itself with gtk.
8807         I need this to implement nautilus properties page.
8808
8809 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8810
8811         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8812         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8813         (tiff_document_document_ps_exporter_iface_init): implement the ps
8814         exporter interface for tiff documents
8815
8816         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8817         libtiff to implement TIFF postscript export
8818
8819         * tiff/tiff2ps.h: added a header file for external tiff2ps
8820         functions.
8821
8822         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8823         tiff2ps.h
8824
8825 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8826
8827         * shell/ev-view.c: (scroll_to_current_page),
8828         (ev_view_set_fullscreen), (ev_view_set_presentation):
8829         
8830         Scroll to current page when exit from presentation
8831
8832 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8833
8834         * shell/ev-window.c: (update_document_mode),
8835         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8836         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8837         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8838         
8839         Exit from fullscreen mode when switch to presentation. Fix for
8840         bug 309365
8841
8842 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8843
8844         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8845         return NULL if the document does not implement the selection
8846         interface.
8847
8848 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8849
8850         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8851         reported height by using the resolution aspect ratio
8852         (tiff_document_render_pixbuf): scale the pixbuf using the
8853         resolution aspect ratio
8854
8855 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8856
8857         * configure.ac:
8858         
8859         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8860         <kiltedaco@gmail.com>
8861         
8862         * djvu/djvu-document.c: (djvu_document_get_orientation),
8863         (djvu_document_set_orientation), (djvu_document_get_page_size),
8864         (rotate_pixbuf), (djvu_document_render_pixbuf),
8865         (djvu_document_document_iface_init):
8866         * dvi/dvi-document.c: (dvi_document_get_orientation),
8867         (dvi_document_set_orientation), (dvi_document_get_page_size),
8868         (rotate_pixbuf), (dvi_document_render_pixbuf),
8869         (dvi_document_document_iface_init):
8870         
8871         Dvi and djvu backends are ported to new API
8872
8873 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8874
8875         * backend/ev-selection.c: (ev_selection_get_selection_region),
8876         (ev_selection_get_selection_map):
8877         * backend/ev-selection.h:
8878         * pdf/ev-poppler.cc:
8879         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8880         * shell/ev-jobs.h:
8881         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8882         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8883         (ev_pixbuf_cache_get_text_mapping):
8884         * shell/ev-pixbuf-cache.h:
8885         * shell/ev-view.c: (location_in_text),
8886         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8887         support to EvView.  Now we can see where we can select!  Sweet!
8888
8889 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8890
8891         * shell/ev-view.c (ev_view_button_press_event): Fix
8892         event->y + view->scroll_x typo.
8893
8894 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8895
8896         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8897         sub-GdkPixbuf instead of passing dest_x and dest_y.
8898         
8899         * shell/ev-view.c: (view_point_to_doc_point),
8900         (view_rect_to_doc_rect), (ev_view_button_press_event),
8901         (ev_view_motion_notify_event), (compute_new_selection_rect),
8902         (gdk_rectangle_point_in), (compute_new_selection_text),
8903         (compute_selections): Update selection code to keep the selection
8904         around as two points and not as a normalized rectangle, and fix
8905         page level selection in two-column mode.
8906
8907 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8908
8909         * shell/ev-window.c: (window_configure_event_cb): 
8910         
8911         Fix compilation
8912         
8913 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8914
8915         * pdf/ev-poppler.cc:
8916
8917         Fix compilation
8918
8919 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8920
8921         * shell/Makefile.am:
8922         * shell/ev-metadata-manager.c: (item_free),
8923         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8924         (parse_value), (parseItem), (load_values),
8925         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8926         (save_values), (save_item), (get_oldest), (resize_items),
8927         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8928         * shell/ev-metadata-manager.h:
8929
8930         Metadata manager from gedit but modified to use GValue, so that
8931         we dont need to keep converting from strings.
8932
8933         * configure.ac:
8934
8935         ENABLE_METADATA conditional, on when dbus is on
8936
8937         * shell/ev-application.c: (ev_application_open_uri):
8938
8939         Show the window after load so that we can initialize
8940         window size before it's showed.
8941
8942         * shell/ev-window.c: (ev_window_setup_from_metadata),
8943         (ev_window_open_uri), (window_configure_event_cb),
8944         (ev_window_init):
8945
8946         Save and load metadata information about window size.
8947         Not yet keeping states in account.
8948
8949         * shell/main.c: (main):
8950
8951         Shutdown metadata manager.
8952
8953 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8954
8955         * shell/ev-application-service.xml:
8956         * configure.ac:
8957         * shell/Makefile.am:
8958         * shell/ev-application.c:
8959         * shell/ev-application.h:
8960         * shell/ev-window.c:
8961         * shell/ev-window.h:
8962         * shell/main.c:
8963
8964         Add an optional dbus interface (--enable-dbus).
8965         Rework application code, mainly to be easier to
8966         use "remotely".
8967         Do not open multiple windows with the same document,
8968         spatial evince!
8969
8970 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8971
8972         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8973         pixbuf iff it exists.
8974
8975 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8976
8977         * shell/*:
8978         * backend/ev-render-context.[ch]:
8979         * backend/ev-selection.[ch]:
8980
8981         Massive changes.  We now support text selection of pdfs, and not
8982         just rectangular selection.  This is pretty broken still, but I
8983         want to get something into CVS.
8984
8985 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8986
8987         * pdf/ev-poppler.cc:
8988         
8989         Fix for Bug 309080: crash on window close.
8990         
8991         * shell/ev-page-action.c: (page_changed_cb):
8992         
8993         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8994         jensgr@gmx.net (Jens Granseuer).
8995
8996 2005-06-25  Marcel Telka  <marcel@telka.sk>
8997
8998         * configure.in (ALL_LINGUAS): Added sk.
8999
9000 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9001
9002         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9003         not a document open
9004
9005 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9006
9007         * NEWS:
9008         * configure.ac:
9009
9010         Release 0.3.2
9011
9012         * cut-n-paste/recent-files/Makefile.am:
9013
9014         Fix make distcheck
9015
9016 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9017
9018         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9019         (pixbuf_document_set_orientation), (rotate_pixbuf),
9020         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9021         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9022
9023         Implement rotation and cleanup the code a bit.
9024
9025         * tiff/tiff-document.c: (tiff_document_get_page_size),
9026         (tiff_document_get_orientation), (tiff_document_set_orientation),
9027         (rotate_pixbuf), (tiff_document_render_pixbuf),
9028         (tiff_document_document_iface_init), (tiff_document_init):
9029
9030         Implement rotation. Was the quicker solution for the release
9031         but we really need to share this code in the shell.
9032
9033 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9034
9035         * pdf/ev-poppler.cc:
9036
9037         Enable rotation, require poppler cvs. Fix a leak.
9038
9039 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9040
9041         * shell/ev-window.c: (update_action_sensitivity):
9042         
9043         Make properties unsensitive if document backend doesn't provide
9044         any info
9045
9046 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9047
9048         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9049         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9050         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9051         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9052         (bitmap_flip_rotate_counter_clockwise):
9053         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9054         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9055         (buff_gets):
9056         * dvi/mdvi-lib/common.h:
9057         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9058         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9059         (opendvi), (mdvi_reload), (mdvi_init_context),
9060         (mdvi_destroy_context), (mdvi_dopage), (special):
9061         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9062         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9063         (file_hash_free), (register_encoding), (parse_spec),
9064         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9065         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9066         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9067         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9068         (mdvi_register_font_type), (mdvi_unregister_font_type),
9069         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9070         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9071         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9072         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9073         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9074         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9075         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9076         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9077         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9078         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9079         (mdvi_unregister_special), (mdvi_flush_specials):
9080         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9081         (t1_font_remove):
9082         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9083         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9084         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9085         (free_font_metrics), (flush_font_metrics):
9086         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9087         (tt_font_remove):
9088         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9089         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9090         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9091         (dstring_insert), (dstring_new), (dstring_reset):
9092         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9093         
9094         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9095         avoid conflict with libtool on FC4
9096         
9097         * shell/ev-window.c: (ev_window_cmd_help_about):
9098         
9099         Update copyright year. Fix for bug 308828.
9100
9101 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9102
9103         * shell/ev-view.c: (add_scroll_binding_keypad),
9104         (ev_view_binding_activated), (ev_view_class_init),
9105         (on_adjustment_value_changed):
9106         
9107         Bug 170874: Arrow keys switch pages in presentation mode
9108
9109 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9110
9111         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9112         
9113         Fix for Bug 308265: Sidebar dissappears coming out of 
9114         Presentation mode
9115
9116 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9117
9118         * shell/ev-application.c: (ev_application_open):
9119         * shell/ev-document-types.c: (ev_document_types_add_filters),
9120         (ev_document_types_add_filters_for_type):
9121         * shell/ev-document-types.h:
9122         * shell/ev-window.c: (ev_window_cmd_save_as):
9123         
9124         Suggest basename as template when saving, provide filters
9125         for save dialog. It's bug 308402
9126
9127 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9128
9129         * pdf/ev-poppler.cc:
9130         * shell/ev-sidebar-links.c: (job_finished_callback):
9131         * shell/ev-view.c: (update_find_status_message):
9132         
9133         Some leaks fixed
9134
9135 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9136
9137         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9138         (egg_recent_view_uimanager_set_list):
9139
9140         Fix buglet in !show_numbers case.
9141
9142 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9143
9144         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9145         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9146
9147         Use pango ellipsisation.
9148
9149         * pdf/ev-poppler.cc:
9150
9151         Fix refcount leak, from nsh.
9152
9153 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9154
9155         * cut-n-paste/recent-files/Makefile.am:
9156         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9157         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9158         
9159         Removed EggRecentViewGtk
9160         
9161         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9162         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9163         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9164         (ev_window_setup_recent):
9165         
9166         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9167         with other projects
9168
9169 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9170
9171         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9172         (egg_recent_view_gtk_finalize):
9173
9174         Fix memory leak
9175
9176         * cut-n-paste/toolbar-editor/Makefile.am:
9177         
9178         Fix location of cursor icon.
9179         
9180         * pdf/ev-poppler.cc:
9181         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9182         (display_completion_text), (match_completion):
9183         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9184         (selection_changed_callback), (create_loading_model),
9185         (print_section_cb), (links_page_num_func),
9186         (update_page_callback_foreach):
9187         * shell/ev-window.c: (ev_window_dispose):
9188         
9189         Small memory fixes. Links model now store objects instead
9190         of pointers to improve memory management. 
9191
9192 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9193
9194         * shell/ev-window.c: (zoom_control_changed_cb):
9195         
9196         Fix update of zoom control (bug 308268).
9197
9198 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9199
9200         * shell/ev-properties.c (set_property): escape the text correctly.
9201         Handles non-UTF-8 properties and escaped properties.  Also, sets
9202         the text to "<i>None</i>" if the property isn't set.
9203
9204         * data/evince-properties.glade: Change the label to be ellipsized,
9205         and give it a minimum size.
9206
9207 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9208
9209         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9210         * shell/ev-sidebar-links.c: (create_loading_model):
9211         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9212         * shell/ev-view.c: (ev_view_set_document):
9213         * shell/ev-window.c: (ev_window_dispose):
9214         
9215         Various small fixes, mostly memory leaks. Thanks to valgrind.
9216
9217 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9218
9219         * ps/ps-document.c: remove the locale.h include again ;-). And
9220         kill the (bogus) setlocale/savelocale business.
9221
9222 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9223
9224         * ps/ps-document.c:
9225         
9226         Include locale.h to fix build
9227         
9228         * shell/ev-sidebar.c:
9229         
9230         Remove unnecessary includes
9231
9232 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9233
9234         * dvi/dvi-document.c: (dvi_document_load):
9235         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9236         * po/POTFILES.in:
9237         
9238         Check for incorrect dvi files. Fix parsing dvi on AMD64
9239         platform. Thanks to tester@tester.ca (Olivier Crete).
9240
9241 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9242
9243         * shell/ev-page-action.c: (match_selected_cb),
9244         (display_completion_text), (match_completion), (update_model):
9245         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9246         (expand_open_links):
9247         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9248         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9249         (ev_sidebar_set_document):
9250         * shell/ev-window.c: (ev_window_xfer_job_cb),
9251         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9252         
9253         Fixed lot's of memory leaks, for example, memory leak on reload, 
9254         described in bug 307793.
9255
9256 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9257
9258         * pdf/ev-poppler.cc:
9259         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9260         (update_visible_range), (adjustment_changed_cb),
9261         (ev_sidebar_thumbnails_fill_model),
9262         (ev_sidebar_thumbnails_refresh),
9263         (ev_sidebar_tree_selection_changed),
9264         (ev_sidebar_icon_selection_changed),
9265         (ev_sidebar_thumbnails_use_icon_view),
9266         (ev_sidebar_thumbnails_set_document):
9267         * shell/ev-sidebar-thumbnails.h:
9268         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9269         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9270
9271         Refresh thumbnails when changing orientation. Not fully
9272         working yet becuase of a sidebar bug.
9273
9274         Set page orientation to poppler page everywhere. This sucks
9275         really need to fix poppler.
9276
9277 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9278
9279         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9280         (egg_recent_view_gtk_new_menu_item),
9281         (egg_recent_view_gtk_set_property),
9282         (egg_recent_view_gtk_get_property),
9283         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9284         (egg_recent_view_gtk_set_tooltip_func),
9285         (egg_recent_view_gtk_set_label_width),
9286         (egg_recent_view_gtk_get_label_width):
9287         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9288
9289         Sync with libegg (ellipsize labels)
9290
9291 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9292
9293         * data/evince-ui.xml:
9294         * shell/ev-window.c: (ev_window_cmd_go_forward),
9295         (ev_window_cmd_go_backward):
9296         
9297         Shift + PageUp moves 10 Pages. Fix for 306125
9298
9299 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9300
9301         * pdf/ev-poppler.cc:
9302
9303         Add a flag to check if orientation has been overriden
9304
9305 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9306
9307         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9308         field if necessary.
9309
9310         * ps/ps.h: add creator field to document.
9311
9312         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9313         set creator field.
9314
9315 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9316
9317         * data/evince-properties.glade:
9318         * shell/ev-properties.c: (ev_properties_set_document):
9319
9320         s/PDF Version/Format
9321
9322 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9323
9324         * shell/ev-properties.c: (ev_properties_set_document):
9325
9326         Remove unnecessary translations
9327
9328 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9329
9330         * cut-n-paste/toolbar-editor/Makefile.am:
9331
9332         Correct library name    
9333
9334 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9335
9336         * configure.ac:
9337         * cut-n-paste/recent-files/egg-recent-model.c:
9338         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9339         (egg_recent_model_unlock_file):
9340         * cut-n-paste/recent-files/egg-recent-util.c:
9341         (egg_recent_util_get_unique_id):
9342         * cut-n-paste/recent-files/update-from-egg.sh:
9343         * cut-n-paste/toolbar-editor/Makefile.am:
9344         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9345         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9346         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9347         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9348         (egg_toolbars_model_get_type):
9349         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9350
9351         Better makefile for toolbar editor and update everything
9352         to latest libegg.
9353
9354 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9355
9356         * shell/ev-window.c: (update_document_mode):
9357
9358         Prefer presentation mode when the document
9359         require fullscreen.
9360
9361 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9362
9363         * data/evince-ui.xml:
9364         * shell/ev-window.c:
9365
9366         Add control-equal for zooming
9367
9368 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9369
9370         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9371
9372 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9373
9374         * backend/ev-document.c: (ev_document_get_orientation):
9375         * backend/ev-document.h:
9376         * pdf/ev-poppler.cc:
9377         * ps/ps-document.c: (ps_document_get_orientation),
9378         (ps_document_set_orientation), (ps_document_document_iface_init):
9379
9380         Add a get_orientation api. Improve set_orientation.
9381
9382         * data/evince-ui.xml:
9383         * shell/ev-view.c: (ev_view_set_orientation),
9384         (ev_view_rotate_right), (ev_view_rotate_left):
9385         * shell/ev-view.h:
9386         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9387         (ev_window_cmd_edit_rotate_right):
9388
9389         Better ui for changing document orientation
9390
9391 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9392
9393         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9394         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9395         * shell/ev-sidebar-links.h:
9396         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9397         (ev_sidebar_page_iface_init):
9398         * shell/ev-sidebar-page.h:
9399         * shell/ev-sidebar-thumbnails.c:
9400         (ev_sidebar_thumbnails_get_property),
9401         (ev_sidebar_thumbnails_class_init),
9402         (ev_sidebar_thumbnails_set_document):
9403         * shell/ev-sidebar-thumbnails.h:
9404         * shell/ev-view.c: (ev_view_motion_notify_event):
9405         * shell/ev-window.c: (update_chrome_visibility),
9406         (ev_window_cmd_focus_page_selector),
9407         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9408         (sidebar_page_main_widget_update_cb), (ev_window_init):
9409         
9410         Autoraise toolbar on GoToPage binding and fix bindings in
9411         EvSidebarThumbnails page.
9412
9413 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9414
9415         * shell/ev-properties.c: (update_progress_label):
9416
9417         Hide the progress label when finished; bug #307697.
9418
9419 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9420
9421         * pdf/ev-poppler.cc:
9422
9423         Enable is_open for links, you will need poppler cvs
9424
9425         * shell/ev-properties.c: (job_fonts_finished_cb):
9426
9427         Get a lock on the document when filling the tree view
9428
9429 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9430
9431         * backend/ev-document-links.h:
9432         * pdf/ev-poppler.cc:
9433         * shell/ev-sidebar-links.c: (create_loading_model),
9434         (expand_open_links), (job_finished_callback):
9435
9436         Expand links when specified by the document.
9437         Depend on a poppler api (defined out for now)
9438
9439 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9440
9441         * shell/ev-properties.c: (ev_properties_dispose),
9442         (ev_properties_class_init), (dialog_destroy_cb),
9443         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9444         (ev_properties_set_document), (ev_properties_new),
9445         (ev_properties_show):
9446         * shell/ev-properties.h:
9447
9448         Make it an object, cleanup the code, api to show it as transient
9449         and to set the document.
9450
9451         * shell/ev-window.c: (ev_window_setup_document),
9452         (ev_window_cmd_file_properties):
9453
9454         Adapt to EvProperties changes, do not show multiple
9455         times, update it when document changes.
9456
9457 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9458
9459         * ps/gstypes.h:
9460         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9461         (ps_document_set_orientation), (ps_document_document_iface_init):
9462         * ps/ps-document.h:
9463
9464         Implement orientation here too
9465
9466         * shell/ev-properties.c: (ev_properties_new):
9467         * data/evince-properties.glade:
9468
9469         Hide the fonts page for backends that doesnt
9470         support it.     
9471
9472 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9473
9474         * backend/ev-document.c: (ev_document_set_orientation):
9475         * backend/ev-document.h:
9476         * pdf/ev-poppler.cc:
9477
9478         Add orientation api. Currently poppler api is not optimal,
9479         we need to set orientation every time we _get a page.
9480         I will try to fix that at some point.
9481
9482         * data/evince-ui.xml:
9483         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9484         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9485
9486         Add orientation menu items
9487
9488         * shell/ev-page-cache.c: (ev_page_cache_clear):
9489         * shell/ev-page-cache.h:
9490
9491         Add api to clear the cache
9492
9493         * shell/ev-view.c: (setup_caches), (clear_caches),
9494         (ev_view_set_document), (ev_view_zoom_out),
9495         (ev_view_set_orientation):
9496         * shell/ev-view.h:
9497
9498         Implement orientation changing
9499
9500 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9501
9502         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9503         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9504         * backend/ev-document-fonts.h:
9505
9506         Separate scan and fill so that we can incrementally fill from
9507         the main thread. Add a progress api.
9508
9509         * data/evince-properties.glade:
9510         * pdf/ev-poppler.cc:
9511         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9512         * shell/ev-jobs.h:
9513         * shell/ev-properties.c: (update_progress_label),
9514         (job_fonts_finished_cb), (setup_fonts_view):
9515
9516         Incrementally feel the list and show the progress
9517         percentage in a label like acrobat does.
9518
9519         You are going to need poppler cvs
9520
9521 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9522
9523         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9524         * backend/ev-document-fonts.h:
9525         * pdf/ev-poppler.cc:
9526
9527         Make fonts model fill incrementally.
9528
9529         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9530         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9531         (ev_job_queue_remove_job):
9532         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9533         (ev_job_fonts_new), (ev_job_fonts_run):
9534         * shell/ev-jobs.h:
9535
9536         New job for fonts scanning
9537
9538         * shell/ev-properties.c: (job_fonts_finished_cb),
9539         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9540         * shell/ev-properties.h:
9541         * shell/ev-window.c: (ev_window_cmd_file_properties):
9542
9543         Incrementally feel the treeview using the new job. Show Loading...
9544         message until scanning is completed.
9545
9546         Hopefully I didnt break the build without the poppler patch.
9547
9548 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9549
9550         * shell/ev-application.c: (ev_application_open):
9551         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9552         (ev_document_type_get_type), (ev_document_type_lookup):
9553         * shell/ev-document-types.h:
9554         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9555         * shell/ev-job-xfer.h:
9556         * shell/ev-window.c: (ev_window_clear_local_uri),
9557         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9558         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9559         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9560         
9561         Transfer remote documents to tmp directory to display them later.
9562
9563 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9564
9565         * backend/ev-document-info.h:
9566         * shell/ev-properties.c: (ev_properties_new):
9567
9568         s/GTime*/GTime. Not sure why we was using a pointer
9569         at all there!
9570
9571 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9572
9573         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9574         situations.  That situation is that you're using GTK+-HEAD with
9575         the patch at #306726 is applied, and you have a document with <
9576         1500 pages in it.  It's not quite as uniformly nice as the
9577         TreeView, but should be better in the long run.
9578
9579         I'm pretty sure I guarded against breaking compilation with
9580         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9581         I missed some.
9582
9583         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9584         widget yet, so I commented that code out
9585         enable_view_actions_for_widget() for now.  Need to figure this
9586         out.
9587
9588         * shell/ev-page-action.c (match_selected_cb): emit the right
9589         signals.  Our cool C-l completion now works.
9590
9591 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9592
9593         * backend/Makefile.am:
9594         * backend/ev-document-fonts.c:
9595         * backend/ev-document-links.c:
9596         * backend/ev-document.c: (ev_document_load):
9597         * backend/ev-document.h:
9598         * backend/ev-job-queue.c:
9599         * backend/ev-job-queue.h:
9600         * backend/ev-jobs.c:
9601         * backend/ev-jobs.h:
9602         * backend/ev-page-cache.c:
9603         * backend/ev-page-cache.h:
9604
9605         EvPageCache and EvJobs are moved to shell.
9606
9607         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9608         (ev_tmp_filename):
9609         * lib/ev-file-helpers.h:
9610         
9611         New helper to work with temporary files
9612         
9613         * shell/Makefile.am:
9614         * shell/ev-application.c: (ev_application_open):
9615         * shell/ev-application.h:
9616         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9617         (remove_job_from_async_queue), (add_job_to_async_queue),
9618         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9619         (handle_job), (search_for_jobs_unlocked),
9620         (no_jobs_available_unlocked), (ev_render_thread),
9621         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9622         (ev_job_queue_add_job), (move_job_async), (move_job),
9623         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9624         * shell/ev-job-queue.h:
9625         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9626         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9627         * shell/ev-job-xfer.h:
9628         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9629         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9630         (ev_job_links_class_init), (ev_job_render_init),
9631         (ev_job_render_dispose), (ev_job_render_class_init),
9632         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9633         (ev_job_thumbnail_class_init), (ev_job_load_init),
9634         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9635         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9636         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9637         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9638         * shell/ev-jobs.h:
9639         * shell/ev-page-action.c: (ev_page_action_set_document):
9640         * shell/ev-page-cache.c: (ev_page_cache_init),
9641         (ev_page_cache_class_init), (ev_page_cache_finalize),
9642         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9643         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9644         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9645         (ev_page_cache_get_title), (ev_page_cache_get_size),
9646         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9647         (ev_page_cache_get_height_to_page),
9648         (ev_page_cache_get_max_label_chars),
9649         (ev_page_cache_get_page_label),
9650         (ev_page_cache_has_nonnumeric_page_labels),
9651         (ev_page_cache_get_info), (ev_page_cache_next_page),
9652         (ev_page_cache_prev_page), (ev_page_cache_get):
9653         * shell/ev-page-cache.h:
9654         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9655         (ev_pixbuf_cache_clear_job_sizes),
9656         (ev_pixbuf_cache_add_jobs_if_needed),
9657         (ev_pixbuf_cache_set_page_range):
9658         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9659         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9660         * shell/ev-sidebar-thumbnails.c:
9661         (ev_sidebar_tree_selection_changed),
9662         (ev_sidebar_thumbnails_set_document):
9663         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9664         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9665         (ev_statusbar_get_context_id), (ev_statusbar_push),
9666         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9667         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9668         (ev_statusbar_set_progress):
9669         * shell/ev-statusbar.h:
9670         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9671         (ev_view_find_previous):
9672         * shell/ev-window.c: (ev_window_is_empty),
9673         (ev_window_setup_document), (password_dialog_response),
9674         (ev_window_clear_jobs), (ev_window_load_job_cb),
9675         (ev_window_xfer_job_cb), (ev_window_open_uri),
9676         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9677         (ev_window_print), (ev_window_print_range),
9678         (ev_window_state_event), (ev_window_cmd_view_reload),
9679         (menu_item_select_cb), (menu_item_deselect_cb),
9680         (view_status_changed_cb), (ev_window_dispose),
9681         (drag_data_received_cb), (ev_window_init):
9682         * shell/ev-window.h:
9683         * shell/main.c: (load_files):
9684         
9685         New statusbar to show progress on idle. Two new jobs - 
9686         xfer job and load job to load document in background. And update
9687         of page_cache clients to new location of code.
9688
9689 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9690
9691         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9692         selection in open dialog. It also remembers the last visited directory 
9693         in the current session.
9694
9695 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9696
9697         * shell/ev-properties.c: (ev_properties_new):
9698         * shell/ev-properties.h:
9699         * shell/ev-window.c: (ev_window_cmd_file_properties):
9700         
9701         Get document info from page cache instead of document itself.
9702         This should fix crash related to race conditions described in
9703         bug 306545.
9704
9705 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9706
9707         * ps/ps-document.c: (ps_document_init),
9708         (send_ps), (get_page_box), (output), (catchPipe), (input),
9709         (stop_interpreter), (file_length), (file_readable),
9710         (check_filecompressedb), (ps_document_enable_interpreter),
9711         (document_load), (ps_async_renderer_render_pixbuf):
9712         * ps/ps-document.h:
9713
9714         Big cleanup of the ps code
9715
9716 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9717
9718         * backend/Makefile.am:
9719         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9720         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9721         * backend/ev-async-renderer.h:
9722
9723         Add an async renderer interface (method + callback) which
9724         is useful for backends like ps.
9725
9726         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9727         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9728         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9729         (ev_job_queue_add_job), (move_job_async), (move_job),
9730         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9731
9732         Add queues for async renderer, these are executed on the
9733         main thread.
9734
9735         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9736         (ev_job_render_run):
9737         * backend/ev-jobs.h:
9738
9739         If the backend support async renderer interface use it.
9740
9741         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9742         (setup_pixmap), (ps_document_get_type),
9743         (ps_async_renderer_render_pixbuf),
9744         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9745
9746         Implement async renderer interface.
9747
9748 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9749
9750         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9751
9752         Cleanup links job on exit.
9753
9754 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9755
9756         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9757         (drag_data_get_cb), (drag_data_received_cb):
9758         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9759         (drag_data_get_cb), (parse_item_list),
9760         (egg_toolbar_editor_load_actions):
9761         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9762         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9763         (parse_item_list), (parse_toolbars):
9764         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9765         (dvi_pixbuf_put_pixel):
9766         
9767         Fix gcc 4.0 warnings
9768
9769 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9770
9771         * ps/ps-document.c: (start_interpreter):
9772
9773         Fix warning when loading ps
9774
9775 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9776
9777         * ps/ps-document.c: (output):
9778
9779         Fix crash when priting gs error messages.
9780
9781 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9782
9783         * backend/ev-page-cache.c: (_ev_page_cache_new):
9784         * backend/ev-page-cache.h:
9785
9786         Use a const to return title so that we dont double
9787         free it. Small cleanup and fix a leak.
9788
9789         * shell/ev-window.c: (update_window_title):
9790
9791         strdup value from get_title.
9792
9793 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9794
9795         * shell/ev-sidebar-links.c: (job_finished_callback),
9796         (ev_sidebar_links_set_document):
9797
9798         Cleanup the old job when changing document
9799
9800 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9801
9802         * shell/ev-stock-icons.c:
9803         * shell/ev-stock-icons.h:
9804         * shell/ev-window.c:
9805         
9806         Add stock icons for actions that can appear in toolbar. Fix for
9807         bug 306566.
9808
9809 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9810
9811         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9812         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9813         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9814         * backend/ev-page-cache.h:
9815         * shell/ev-view.c: (scroll_to_current_page),
9816         (view_update_range_and_current_page), (get_page_y_offset),
9817         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9818         (ev_view_size_request_continuous),
9819         (ev_view_zoom_for_size_continuous_and_dual_page),
9820         (ev_view_zoom_for_size_continuous):
9821         
9822         More compact EvView layout in document with pages of different size.
9823
9824 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9825
9826         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9827         compilation.
9828
9829 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9830
9831         * shell/ev-view.c: (view_set_adjustment_values):
9832         * shell/ev-window.c: (ev_window_cmd_file_properties):
9833         
9834         A bit different fix for rounding problem but it has no
9835         problems on startup. Make properties window transient to parent.
9836
9837 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9838
9839         * pdf/ev-poppler.cc:
9840         
9841         More commenting of font stuff.
9842
9843 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9844
9845         * pdf/ev-poppler.cc:
9846
9847         Comment out some more fonts stuff. Should really
9848         work without the poppler patch now.
9849
9850 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9851
9852         * pdf/ev-poppler.cc:
9853
9854         Adapt to api change
9855
9856 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9857
9858         * data/evince-properties.glade:
9859         * pdf/ev-poppler.cc:
9860         * shell/ev-properties.c: (setup_fonts_view):
9861
9862         Set the column title. Show the dialog only
9863         once everything is setup.
9864         Getting font info can be very slow... will
9865         prolly need to make this threaded too.
9866
9867 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9868
9869         * backend/Makefile.am:
9870         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9871         (ev_document_fonts_get_fonts_model):
9872         * backend/ev-document-fonts.h:
9873         * data/evince-properties.glade:
9874         * pdf/ev-poppler.cc:
9875         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9876         * shell/ev-properties.h:
9877         * shell/ev-window.c: (ev_window_cmd_file_properties):
9878
9879         Implement fonts list. Defined out for now, since it depends
9880         on a not yet committed poppler patch.
9881
9882 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9883
9884         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9885         page + 1.
9886
9887         * shell/ev-window.c: Make sure we add the timeout when we get a
9888         focus-in event.
9889
9890         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9891         adjustment->value before calculating the zoom factor to average
9892         out all of our rounding errors.  The page no longer 'drifts' when
9893         resizing.
9894
9895 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9896
9897         * data/evince-properties.glade:
9898         * shell/ev-properties.c: (ev_properties_format_date),
9899         (set_property):
9900         
9901         Labels don't expand when the dialogue is resized.
9902         strftime result needs to be converted to UTF-8. Thanks
9903         to Christian Persch <chpe@gnome.org>.
9904
9905 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9906
9907         * data/evince-properties.glade:
9908
9909         Hide the fonts tab
9910
9911 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9912
9913         * backend/ev-document-info.h:
9914         * backend/ev-document.c: (ev_document_info_free):
9915         * data/evince-properties.glade:
9916         * pdf/ev-poppler.cc:
9917         * ps/ps-document.c: (ps_document_get_info):
9918         * shell/ev-properties.c: (ev_properties_format_date),
9919         (set_property), (ev_properties_new):
9920         * shell/ev-properties.h:
9921         * shell/ev-window.c: (ev_window_cmd_file_properties):
9922
9923         Rework properties code to take only EvPropertyInfo
9924         in the constructor so that it can be useful for
9925         nautilus plugin too.
9926
9927         Deal with backends that doesnt support some properties.
9928         Make set property code generic.
9929
9930 2005-06-04  Christian Persch <chpe@gnome.org>
9931
9932         * data/evince-properties.glade:
9933
9934         fix spacings, make resizeable, and make data labels
9935         selectable + ellipsised
9936
9937 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9938
9939         * backend/ev-document-info.h:
9940         * data/Makefile.am:
9941         * data/evince-ui.xml:
9942         * pdf/ev-poppler.cc:
9943         * shell/Makefile.am:
9944         * shell/ev-window.c: (update_action_sensitivity),
9945         (ev_window_cmd_file_properties):
9946
9947         Initial go at file properties. Patch by
9948         Emil Soleyman-Zomalan <emil@soleyman.com>.
9949         Needs love see #169583
9950
9951 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9952
9953         * ps/ps-document.c: (output):
9954         * ps/ps.c: (psscan):
9955
9956         Try to render even if psscan fails.
9957
9958 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9959
9960         * ps/ps.c: (psscan), (pscopydoc):
9961
9962         Port buffered reading code from gv
9963
9964 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9965
9966         * ps/ps-document.c: (interpreter_message), (output):
9967
9968         Do not fail on interpreter messages
9969
9970 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9971
9972         * backend/ev-document-misc.c:
9973         (ev_document_misc_get_thumbnail_frame):
9974
9975         Pages can be 0 x 0, dont assert on this case
9976
9977 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9978
9979         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9980         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9981
9982         Correctly manage our reference on document. Finally the reload
9983         huge leak is gone...
9984
9985 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9986
9987         * ps/ps-document.c: (ps_document_dispose):
9988
9989         Forgot to chain it to the parent. Thanks chpe.
9990
9991 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9992
9993         * ps/ps-document.c: (ps_document_dispose),
9994         (ps_document_class_init), (stop_interpreter), (document_load):
9995
9996         Cleanup dispose a bit. Dont leak the whole pixmap.
9997
9998 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9999
10000         * pdf/ev-poppler.cc:
10001
10002         Release the poppler document on dispose
10003
10004 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10005
10006         * shell/ev-view.c: (ev_view_set_document):
10007
10008         Release ref on the pixbuf cache when changing
10009         document.
10010
10011 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10012
10013         * ps/ps-document.c: (ps_document_get_info):
10014
10015         Fix a double free
10016
10017 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10018
10019         * backend/ev-page-cache.c: (ev_page_cache_init),
10020         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10021         * backend/ev-page-cache.h:
10022         * shell/ev-page-action.c: (page_changed_cb):
10023         
10024         Set page action entry width depending on labels width. Fix
10025         for bug 305202.
10026
10027 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10028
10029         * backend/ev-link.c: (ev_link_class_init):
10030
10031         Allow -1 as page value (error)
10032
10033 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10034
10035         * shell/ev-sidebar-thumbnails.c:
10036         (ev_sidebar_thumbnails_set_document):
10037         * shell/ev-view.c: (scroll_to_current_page),
10038         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10039         (page_changed_cb), (on_adjustment_value_changed),
10040         (ev_view_set_document):
10041
10042         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10043         Fix bug 305377
10044
10045 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10046
10047         * configure.ac:
10048         * djvu/djvu-document.c: (djvu_document_get_page_size):
10049
10050         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10051         bug 301993.
10052
10053 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10054
10055         * shell/ev-view.c (draw_one_page): modify the expose handling to
10056         get the shadows.
10057
10058         * shell/ev-window.c (update_action_sensitivity): Respect
10059         permissions field.  Kowtow to the man.
10060
10061         * pdf/ev-poppler.cc: Get the permissions field.
10062
10063         * tiff/*c: Make a tiny bit more robust.
10064
10065 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10066
10067         * djvu/djvu-document.c:
10068         
10069         Pop messages from djvu context message queue.
10070
10071 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10072
10073         * configure.ac, Makefile.am, shell/Makefile.am:
10074         * tiff/Makefile.am, shell/ev-document-types.c:
10075         
10076         Cleanup tiff configure checks. Fix for bug 305218.
10077
10078 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10079
10080         * configure.ac: Added "uk" to ALL_LINGUAS.
10081
10082 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10083
10084         * cut-n-paste/zoom-control/ephy-zoom.c:
10085         (ephy_zoom_get_changed_zoom_level):
10086         * cut-n-paste/zoom-control/ephy-zoom.h:
10087         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10088         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10089         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10090         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10091         (zoom_control_changed_cb), (ev_window_init):
10092         
10093         Fix minor points related to moving best fit up. Introduce
10094         "zoom" property and make zoom control change it's value on
10095         notify::zoom signals. Fix for 305080.
10096
10097 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10098
10099         * data/evince-ui.xml:
10100         * shell/ev-window.c: (set_view_actions_sensitivity):
10101         
10102         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10103
10104 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10105
10106         * configure.ac:
10107
10108         Depends on poppler 0.3.2
10109
10110 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10111
10112         * cut-n-paste/recent-files/egg-recent-item.c:
10113         (egg_recent_item_get_short_name):
10114         * cut-n-paste/toolbar-editor/Makefile.am:
10115         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10116         (new_pixbuf_from_widget):
10117         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10118         * cut-n-paste/toolbar-editor/egg-marshal.c:
10119         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10120         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10121
10122         Sync
10123
10124 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10125
10126         * tiff/tiff-document.c: Rough TIFF backend.
10127
10128 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10129
10130         * NEWS:
10131         * configure.ac:
10132         * cut-n-paste/toolbar-editor/Makefile.am:
10133
10134         Release 0.3.1
10135
10136 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10137
10138         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10139         (ev_view_find_next), (ev_view_find_previous):
10140
10141         Remove the locks around get_n_results   
10142
10143 2005-05-21  Juerg Billeter  <j@bitron.ch>
10144
10145         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10146
10147         Pass correct number of pages to poppler.
10148
10149 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10150
10151         * configure.ac:
10152         * data/Makefile.am:
10153         * data/evince.desktop.in: 
10154         * data/evince.desktop.in.in:
10155         * po/POTFILES.in:
10156         
10157         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10158
10159 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10160
10161         * shell/ev-view.c: (view_update_adjustments),
10162         (view_set_adjustment_values): cast adjustmen->value to (int)
10163         before using it.  Otherwise, we get off by a pixel in some
10164         situations.
10165
10166         (draw_one_page): Draw the border on expose.
10167
10168 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10169
10170         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10171         adjustment when the mode changes, #304923
10172
10173 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10174
10175         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10176         flickering on resize but still use gdk_window_scroll on
10177         scrolling
10178
10179 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10180
10181         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10182         option, #170458
10183
10184 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10185
10186         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10187         second page on page_changed if possible, #304669
10188
10189 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10190
10191         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10192         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10193
10194 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10195
10196         * .cvsignore:
10197         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10198         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10199         (ev_view_zoom_for_size_presentation),
10200         (ev_view_zoom_for_size_continuous_and_dual_page),
10201         (ev_view_zoom_for_size_continuous),
10202         (ev_view_zoom_for_size_dual_page),
10203         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10204         * shell/ev-view.h:
10205         * shell/ev-window.c: (update_view_size),
10206         (ev_window_sizing_mode_changed_cb):
10207
10208         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10209         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10210         an infinite loop, #304769
10211
10212
10213 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10214
10215         * data/evince-ui.xml:
10216         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10217         * shell/ev-window.c: (set_view_actions_sensitivity):
10218
10219         Make PgUp/Down behave like Space
10220
10221 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10222
10223         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10224         * backend/ev-ps-exporter.h:
10225         * pdf/ev-poppler.cc:
10226         * ps/ps-document.c: (ps_document_ps_export_begin):
10227         * shell/ev-print-job.c: (idle_print_handler):
10228
10229         Adapt to new poppler api
10230
10231 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10232
10233         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10234         (ephy_zoom_control_init):
10235
10236         Translate zoom levels
10237
10238 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10239
10240         * cut-n-paste/zoom-control/ephy-zoom.c:
10241         (ephy_zoom_get_zoom_level_index):
10242
10243         Fix current zoom -> zoom control match
10244
10245 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10246
10247         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10248         rather than the scrolled_window that it's in. Fixes bug #304655.
10249
10250 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10251
10252         * shell/ev-view.c: (view_update_adjustments),
10253         (view_set_adjustment_values), (view_update_range_and_current_page),
10254         (view_scroll_to_page), (set_scroll_adjustment),
10255         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10256         (ev_view_scroll), (ev_view_scroll_view),
10257         (ensure_rectangle_is_visible), (find_page_at_location),
10258         (get_link_at_location), (go_to_link), (status_message_from_link),
10259         (ev_view_size_request_continuous_dual_page),
10260         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10261         (ev_view_unrealize), (ev_view_expose_event),
10262         (ev_view_button_press_event), (ev_view_motion_notify_event),
10263         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10264         (draw_rubberband), (highlight_find_results), (draw_one_page),
10265         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10266         (ev_view_init), (find_changed_cb), (page_changed_cb),
10267         (on_adjustment_value_changed), (ev_view_new),
10268         (ev_view_set_document), (ev_view_set_zoom),
10269         (ev_view_set_continuous), (ev_view_set_dual_page),
10270         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10271         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10272         (ev_view_zoom_for_size_presentation),
10273         (ev_view_zoom_for_size_continuous_dual_page),
10274         (ev_view_zoom_for_size_continuous),
10275         (ev_view_zoom_for_size_dual_page),
10276         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10277         (ev_view_get_status), (ev_view_set_status),
10278         (update_find_status_message), (ev_view_get_find_status),
10279         (ev_view_set_find_status), (jump_to_find_result),
10280         (jump_to_find_page), (compute_selections), (clear_selection),
10281         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10282         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10283         (ev_view_update_primary_selection),
10284         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10285         * shell/ev-view.h:
10286         * shell/ev-window.c: (ev_window_open_page_label),
10287         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10288         (ev_window_init):
10289         * shell/ev-window.h:
10290         * shell/main.c: (load_files):
10291
10292         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10293         when resizing.  Remove the bin_window().  Also, patch from James
10294         Bowes to fix command line page, #300641
10295         
10296 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10297
10298         * data/evince-ui.xml:
10299         * shell/ev-view.c:
10300         * shell/ev-view.h:
10301         * shell/ev-window.c: (update_action_sensitivity):
10302
10303         Get rid of View->Normal Size, it's just confusing
10304
10305 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10306
10307         * backend/ev-document-info.h:
10308         * backend/ev-document.c: (ev_document_info_free): Free the
10309         EvDocumentInfo.
10310
10311         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10312         (clear_range), (add_range), (update_visible_range),
10313         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10314         (ev_sidebar_thumbnails_set_document):
10315         * shell/ev-window.c: (ev_window_setup_document): Only render the
10316         visible thumbnails.  It takes an instant to render, but it uses
10317         much less memory.
10318
10319 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10320
10321         * shell/ev-sidebar-links.c: (popup_menu_cb):
10322
10323         Select first item
10324
10325 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10326
10327         * lib/Makefile.am:
10328         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10329         (button_press_cb), (ev_sidebar_links_construct):
10330
10331         Show the popup menu also on keybindings
10332
10333 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10334
10335         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10336         * shell/ev-window.h:
10337
10338         Expose api to print a range (with dialog). Make private _print use
10339         it.
10340
10341         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10342         (ev_sidebar_links_construct):
10343
10344         Show a print context menu on linkx, it prints the selected
10345         section.
10346
10347 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10348
10349         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10350         button.
10351
10352 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10353
10354         * AUTHORS:
10355
10356         Update
10357
10358         * shell/ev-window.c: (build_comments_string),
10359         (ev_window_cmd_help_about):
10360
10361         Show poppler version/backend and authors
10362
10363 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10364
10365         * cut-n-paste/zoom-control/ephy-zoom.c:
10366         (ephy_zoom_get_zoom_level_index):
10367         * cut-n-paste/zoom-control/ephy-zoom.h:
10368
10369         Move the best fit items at the top of the list
10370
10371 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10372
10373         * shell/ev-marshal.list:
10374         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10375         (activate_cb), (match_selected_cb), (activate_link_cb),
10376         (connect_proxy), (ev_page_action_class_init):
10377         * shell/ev-page-action.h:
10378
10379         Use signals to notify action activation. Hopefully
10380         I did not break completion since I cant test...
10381
10382         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10383         (register_custom_actions):
10384
10385         Connect to page selector actions and also grab focus on
10386         the view when activated.
10387
10388 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10389
10390         * pdf/ev-poppler.cc:
10391         * backend/ev-page-cache.c: make page size calculation consistent
10392         and set it to (int)( width * scale + 0.5).  This makes the weird
10393         line going through the middle of the page go away.
10394
10395         * shell/ev-view.c: move painting the background page after
10396         checking the expose area covers us.
10397
10398 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10399
10400         * data/evince-password.glade:
10401         
10402         Mark labels as not translatable. Fix for bug 302842.
10403
10404 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10405
10406         * configure.ac: Added "es" to ALL_LINGUAS.
10407
10408 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10409
10410         * data/evince-toolbar.xml:
10411         * shell/ev-window.c: (update_action_sensitivity),
10412         (ev_window_setup_document), (ev_window_set_page_mode),
10413         (ev_window_init):
10414
10415         Remove some leftover code from jrb first continous
10416         attempt. Use the new actions, we still need good icons
10417         though...
10418
10419 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10420
10421         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10422
10423         Update label when connecting proxy. Fix a warning with NULL
10424         page_cache.
10425
10426 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10427
10428         * data/evince-ui.xml:
10429         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10430         * shell/ev-page-action.h:
10431         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10432
10433         Add mnemonic for edit toolbar.
10434         ctrl+l focus the page entry.
10435
10436 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10437
10438         * lib/Makefile.am:
10439         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10440         (ev_window_init):
10441         * shell/main.c: (main):
10442
10443         Put the toolbar xml in evince own dot dir
10444
10445 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10446
10447         * shell/ev-window.c: (ev_window_init):
10448
10449         Make the toolbar not removable
10450
10451 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10452
10453         * data/evince-ui.xml:
10454         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10455         * shell/ev-sidebar-links.h:
10456         * shell/ev-sidebar-thumbnails.c:
10457         (ev_sidebar_thumbnails_get_treeview):
10458         * shell/ev-sidebar-thumbnails.h:
10459         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10460         (ev_view_class_init):
10461         * shell/ev-view.h:
10462         * shell/ev-window.c: (update_action_sensitivity),
10463         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10464         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10465         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10466         (ev_window_init):
10467
10468         This is evil... Make space/backspace global accelerators but
10469         enable them only for some widgets (sidebars and view).
10470         I dont like it, but I dont know a better way... :/
10471
10472 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10473
10474         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10475         (ev_page_action_widget_finalize),
10476         (ev_page_action_widget_class_init), (update_page_cache):
10477
10478         Keep a weak reference on proxy->page_cache so that we
10479         dont try to disconnect the signal if the object is already
10480         gone. Maybe there is a better way to cleanup reference handling
10481         in page action though...
10482
10483 2005-05-10  Juerg Billeter  <j@bitron.ch>
10484
10485         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10486         * backend/ev-ps-exporter.h:
10487         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10488         * ps/ps-document.c: (ps_document_ps_export_begin):
10489         
10490         Change api to pass print range to ps_exporter_begin. The pdf backend
10491         requires this information.
10492         
10493         * shell/ev-print-job.c: (idle_print_handler):
10494         
10495         Adapt to api change
10496
10497 2005-05-10  Juerg Billeter  <j@bitron.ch>
10498
10499         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10500         (idle_print_handler)
10501         * shell/ev-window.c: (ev_window_print):
10502
10503         Support printing page range, based on patch by Amaury Jacquot
10504
10505 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10506
10507         * data/evince-toolbar.xml:
10508
10509         Add zoom control to available items
10510
10511 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10512
10513         * shell/ev-window.c: (update_action_sensitivity):
10514
10515         Set slash action insensitive when appropriate
10516
10517 2005-05-10  Christian Persch <chpe@gnome.org>
10518
10519         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10520
10521         Fix warning on the overflow menu
10522
10523 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10524
10525         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10526
10527         Check for uri correctness/existence
10528
10529 2005-05-09  Juerg Billeter  <j@bitron.ch>
10530
10531         * shell/ev-window.c: (using_postscript_printer):
10532
10533         LPD printers use postscript, too
10534
10535 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10536
10537         * shell/ev-window.c: (register_custom_actions):
10538
10539         The zoom one is actually sort of useful,
10540         put it back
10541
10542 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10543
10544         * shell/ev-window.c: (register_custom_actions):
10545
10546         Hide page/zoom controls from overflow, they
10547         are useless.
10548
10549 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10550
10551         * cut-n-paste/update-from-egg.sh:
10552         
10553         Share it between all cut-n-paste subdirs
10554
10555         * cut-n-paste/recent-files/Makefile.am:
10556
10557         Fix to use "global" update-from-egg.sh
10558
10559         * cut-n-paste/recent-files/egg-recent-model.c:
10560         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10561         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10562         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10563         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10564
10565         Update from libegg
10566
10567         * cut-n-paste/toolbar-editor/Makefile.am:
10568
10569         Fix to use "global" update-from-egg.sh
10570
10571         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10572
10573         Update from libegg
10574
10575 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10576
10577         * configure.ac:
10578         * cut-n-paste/Makefile.am:
10579         * cut-n-paste/recent-files/Makefile.am:
10580         * cut-n-paste/toolbar-editor/.cvsignore:
10581         * cut-n-paste/toolbar-editor/Makefile.am:
10582         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10583         (egg_editable_toolbar_get_type), (get_toolbar_position),
10584         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10585         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10586         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10587         (set_item_drag_source), (create_item_from_action), (create_item),
10588         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10589         (popup_toolbar_context_menu_cb), (free_dragged_item),
10590         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10591         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10592         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10593         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10594         (item_added_cb), (item_removed_cb),
10595         (egg_editable_toolbar_construct),
10596         (egg_editable_toolbar_disconnect_model),
10597         (egg_editable_toolbar_deconstruct),
10598         (egg_editable_toolbar_set_model),
10599         (egg_editable_toolbar_set_ui_manager),
10600         (egg_editable_toolbar_set_property),
10601         (egg_editable_toolbar_get_property),
10602         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10603         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10604         (egg_editable_toolbar_new_with_model),
10605         (egg_editable_toolbar_get_edit_mode),
10606         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10607         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10608         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10609         (new_pixbuf_from_widget), (new_separator_pixbuf),
10610         (update_separator_image), (style_set_cb),
10611         (_egg_editable_toolbar_new_separator_image),
10612         (egg_editable_toolbar_get_model):
10613         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10614         * cut-n-paste/toolbar-editor/egg-marshal.c:
10615         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10616         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10617         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10618         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10619         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10620         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10621         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10622         (editor_drag_data_delete_cb), (drag_data_get_cb),
10623         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10624         (editor_create_item), (update_editor_sheet), (setup_editor),
10625         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10626         (parse_item_list), (model_has_action), (update_actions_list),
10627         (egg_toolbar_editor_load_actions):
10628         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10629         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10630         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10631         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10632         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10633         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10634         (egg_toolbars_model_add_separator), (impl_add_item),
10635         (parse_item_list), (egg_toolbars_model_add_toolbar),
10636         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10637         (impl_get_item_data), (impl_get_item_type),
10638         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10639         (egg_toolbars_model_init), (free_toolbar),
10640         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10641         (egg_toolbars_model_remove_toolbar),
10642         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10643         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10644         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10645         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10646         (egg_toolbars_model_get_item_data),
10647         (egg_toolbars_model_get_item_type):
10648         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10649         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10650         * data/Makefile.am:
10651         * data/evince-toolbar.xml:
10652         * data/evince-ui.xml:
10653         * data/hand-open.png:
10654         * po/POTFILES.in:
10655         * shell/Makefile.am:
10656         * shell/ev-window.c: (update_chrome_visibility),
10657         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10658         (ev_window_dispose), (ev_window_init):
10659
10660         Implement epiphany like toolbar editor. Based on patch by
10661         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10662
10663 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10664
10665         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10666
10667         Use set_cursor instead of set_selection, so that
10668         the keyboard focus moves too.
10669
10670 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10671
10672         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10673
10674         Fix infinite loop when loading Type1 fonts
10675
10676 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10677
10678         * data/evince-ui.xml:
10679         * shell/ev-window.c:
10680
10681         Slash -> Find
10682
10683 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10684
10685         * configure.ac:
10686
10687         Make --disable really disable
10688
10689 2005-05-07  Juerg Billeter  <j@bitron.ch>
10690
10691         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10692
10693         Compare page labels even without has_labels set, fixes setting page
10694         with entry
10695
10696 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10697
10698         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10699         (ev_view_set_cursor), (ev_view_button_press_event),
10700         (ev_view_motion_notify_event), (ev_view_button_release_event),
10701         (ev_view_init):
10702
10703         Implement middle button scrolling. Based on a patch
10704         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10705
10706 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10707
10708         * shell/ev-document-types.c: (get_slow_mime_type),
10709         (get_document_type_from_mime), (ev_document_type_lookup):
10710         * shell/ev-document-types.h:
10711
10712         Change api to lookup from uri. Do fast lookup first, if the
10713         type is unknown try with data sniffing.
10714
10715         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10716         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10717
10718         Adapt to api change
10719
10720 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10721
10722         * thumbnailer/Makefile.am:
10723
10724         Fix distcheck
10725
10726 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10727
10728         * NEWS:
10729         * configure.ac:
10730
10731         Release 0.3.0
10732
10733         * data/evince-ui.xml:
10734
10735         Hide presentation mode for now
10736
10737         * shell/ev-view.c: (highlight_find_results):
10738
10739         Show current find selection only on current page
10740
10741 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10742
10743         * shell/ev-view.c: (ev_view_select_all):
10744
10745         Compute size of the actual page, not of
10746         the current one.
10747
10748 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10749
10750         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10751         (view_rect_to_doc_rect), (compute_selections),
10752         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10753         (ev_view_copy), (ev_view_primary_get_cb),
10754         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10755         (ev_view_button_press_event), (ev_view_motion_notify_event),
10756         (ev_view_button_release_event), (page_changed_cb):
10757
10758         Fix text selection
10759
10760 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10761
10762         * shell/ev-view.c: (compute_border), (get_page_extents),
10763         (doc_rect_to_view_rect), (highlight_find_results),
10764         (ev_view_bin_expose), (ev_view_select_all),
10765         (ev_view_motion_notify_event), (update_find_status_message),
10766         (jump_to_find_result), (jump_to_find_page):
10767
10768         First go at fixing search, still buggy
10769
10770 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10771
10772         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10773         dropdown box and button at the top of the sidebar.
10774
10775 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10776
10777         * configure.ac: Output zoom-control Makefile.
10778         * cut-n-paste/Makefile.am: build zoom-control subdir.
10779         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10780         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10781         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10782         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10783         * cut-n-paste/zoom-control/ephy-zoom.c:
10784         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10785         from epiphany, and modified to add a separator into the menu.
10786         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10787         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10788         zoom-control action.
10789         * shell/Makefile.am: Include zoom-control flags.
10790         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10791         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10792         (ev_view_zoom_for_size_presentation),
10793         (ev_view_zoom_for_size_continuous_and_dual_page),
10794         (ev_view_zoom_for_size_continuous),
10795         (ev_view_zoom_for_size_dual_page),
10796         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10797         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10798         ev_view_get_zoom and ev_view_get_sizing_mode.
10799         * shell/ev-view.h:
10800         * shell/ev-window.c: (update_action_sensitivity),
10801         (update_sizing_buttons), (zoom_control_changed_cb),
10802         (register_custom_actions): Initialize and use the zoom-control 
10803         widget.
10804
10805 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10806
10807         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10808         preview cache back to 1.  Don't know when it got set to 0.
10809         
10810         * shell/ev-view.c: (compute_border), (ev_view_realize),
10811         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10812         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10813         (ev_view_get_fullscreen), (ev_view_set_presentation),
10814         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10815         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10816         * shell/ev-view.h:
10817         * shell/ev-window.c:
10818         (update_chrome_visibility),
10819         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10820         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10821         (update_document_mode), (ev_window_update_fullscreen_action),
10822         (ev_window_fullscreen), (ev_window_unfullscreen),
10823         (ev_window_cmd_view_fullscreen),
10824         (ev_window_update_presentation_action),
10825         (ev_window_run_presentation), (ev_window_stop_presentation),
10826         (ev_window_cmd_view_presentation), (ev_window_state_event),
10827         (ev_window_focus_in_event), (ev_window_focus_out_event),
10828         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10829         * data/evince-ui.xml: Initial presentation mode.  We should
10830         probably hide this until it's done, as it's quite rough.  Also,
10831         change full-screen to fullscreen and add two getters to EvView.
10832
10833 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10834
10835         * shell/ev-page-action.c: (update_page_cache),
10836         (ev_page_action_dispose):
10837         * shell/ev-window.c: (destroy_fullscreen_popup),
10838         (ev_window_create_fullscreen_popup):
10839
10840         Use connect_object rather than explicitly
10841         disconnect on dispose.
10842
10843 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10844
10845         * shell/ev-page-action.c: (update_page_cache),
10846         (ev_page_action_dispose):
10847
10848 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10849
10850         * backend/ev-page-cache.c: (_ev_page_cache_new),
10851         (ev_page_cache_set_page_label),
10852         (ev_page_cache_has_nonnumeric_page_labels):
10853         * backend/ev-page-cache.h:
10854         * shell/ev-page-action.c: (update_pages_label):
10855         
10856         If all page labels are numeric, fallback to default
10857         way to display number of pages. See bug 173185.
10858
10859 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10860
10861         * shell/ev-page-action.c: (ev_page_action_dispose):
10862         * shell/ev-view.c: (view_update_range_and_current_page):
10863         * shell/ev-window.c: (ev_window_dispose):
10864         
10865         Set page on scroll in continuous mode. Fixes bug 301986.
10866         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10867
10868 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10869
10870         * configure.ac:
10871
10872         Require poppler 0.3.0
10873
10874 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10875         
10876         * shell/Makefile.am, configure.ac: Fix build problems
10877         with t1lib. Bug 301996.
10878
10879 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10880
10881         * shell/ev-view.c: (ev_view_scroll_event):
10882         
10883         Scroll up increase zoom
10884
10885 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10886
10887         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10888         (ev_view_set_sizing_mode),
10889         (ev_view_zoom_for_size_continuous_and_dual_page),
10890         (ev_view_zoom_for_size_continuous):
10891         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10892         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10893         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10894         (ev_window_init):
10895
10896         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10897         Fix for 165473 and 165472.
10898
10899 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10900
10901         * po/POTFILES.in:
10902         * thumbnailer/Makefile.am:
10903         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10904         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10905         * thumbnailer/evince-thumbnailer.schemas.in:
10906         
10907         Make thumbnailer schemas translatable. Fix for bug 301773
10908         
10909         * thumbnailer/evince-thumbnailer-djvu.schemas:
10910         * thumbnailer/evince-thumbnailer-dvi.schemas:
10911         * thumbnailer/evince-thumbnailer.schemas:
10912
10913         Removed files
10914
10915 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10916
10917         * shell/ev-view.c (ev_view_init): forgot to set this.
10918
10919 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10920
10921         * shell/ev-view.c: (find_page_at_location),
10922         (get_link_at_location),
10923         (ev_view_set_show_border), (ev_view_set_spacing),
10924         (ev_view_zoom_for_size_continuous_and_dual_page),
10925         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10926         Also, add a quick fix measuring of widths.  Also, removed
10927         ev_view_set_spacing and ev_view_set_show_border.
10928         
10929         * shell/ev-window.c: (ev_window_unfullscreen),
10930         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10931
10932 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10933
10934         * shell/ev-view.c: (view_update_range_and_current_page),
10935         (page_changed_cb):
10936         
10937         Fix crash on exit and scrolling to page in continuous view.
10938
10939 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10940
10941         * TODO:
10942         * backend/ev-page-cache.c: (_ev_page_cache_new),
10943         (ev_page_cache_get_max_width_size),
10944         (ev_page_cache_get_max_height_size):
10945         * backend/ev-page-cache.h:
10946         * data/evince-ui.xml:
10947         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10948         * shell/ev-view.c: (view_update_adjustments),
10949         (view_update_range_and_current_page), (get_bounding_box_size),
10950         (ev_view_size_request_continuous_and_dual_page),
10951         (ev_view_size_request_continuous),
10952         (ev_view_size_request_dual_page),
10953         (ev_view_size_request_single_page), (ev_view_size_request),
10954         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10955         (ev_view_bin_expose), (ev_view_expose_event),
10956         (ev_view_set_property), (ev_view_get_property),
10957         (ev_view_class_init), (ev_view_init), (ev_view_new),
10958         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10959         (ev_view_set_dual_page), (ev_view_set_full_screen),
10960         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10961         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10962         (ev_view_zoom_out), (zoom_for_size_fit_width),
10963         (zoom_for_size_best_fit),
10964         (ev_view_zoom_for_size_continuous_and_dual_page),
10965         (ev_view_zoom_for_size_continuous),
10966         (ev_view_zoom_for_size_dual_page),
10967         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10968         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10969         * shell/ev-view.h:
10970         * shell/ev-window.c: (update_action_sensitivity),
10971         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10972         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10973         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10974         (ev_window_cmd_view_zoom_out), (update_view_size),
10975         (ev_window_set_sizing_mode), (ev_window_init):
10976
10977         Add Continuous and Dual page modes.
10978
10979 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10980
10981         * dvi/dvi-document.c: (dvi_document_load),
10982         (dvi_document_thumbnails_get_thumbnail),
10983         (dvi_document_init_params): Fix up some mixups between
10984         width and height to correct thumbnail rendering.
10985
10986 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10987
10988         * dvi/mdvi-lib/private.h:
10989         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10990         
10991         Suppess output for kpathsea during font generation. Thanks to
10992         James Bowes
10993
10994 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10995
10996         * NEWS:
10997         * configure.ac:
10998
10999         Release 0.2.1
11000
11001         * Makefile.am: fix distcheck.
11002
11003 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11004
11005         * shell/ev-sidebar-links.c: (selection_changed_callback),
11006         (update_page_callback), (row_activated_callback),
11007         (job_finished_callback), (ev_sidebar_links_set_document):
11008         
11009         Fix for bug #169901. Double click on links expands tree.
11010
11011 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11012
11013         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11014         hard-coded style. Fix for bug 170111
11015
11016 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11017
11018         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11019         locking.
11020
11021 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11022
11023         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11024
11025 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11026
11027         * pdf/ev-poppler.cc:
11028         * shell/ev-view.c: (highlight_find_results):
11029
11030         Fix find on single page documents
11031
11032 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11033
11034         * data/evince.schemas.in: fix for bug 301390
11035
11036 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11037
11038         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11039         (ev_view_zoom_out), (ev_view_zoom_normal):
11040         * shell/ev-view.h:
11041         * shell/ev-window.c: (update_action_sensitivity),
11042         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11043         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11044         (ev_window_cmd_view_normal_size):
11045
11046         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11047         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11048         better than oom. 
11049
11050 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11051
11052         * configure.ac:
11053
11054         Depend on 2.57, 2.59 doesnt seem to be necessary
11055
11056 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11057
11058         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11059         (create_tool_item):
11060
11061         Put back total number of pages as (1 of 1234)
11062
11063 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11064
11065         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11066         remove the job.
11067
11068         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11069         function.  This helps debugging.
11070
11071 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11072
11073         * djvu/djvu-document.c: (djvu_document_class_init),
11074         (djvu_document_get_info), (djvu_document_document_iface_init):
11075         * dvi/dvi-document.c: (dvi_document_class_init),
11076         (dvi_document_get_info), (dvi_document_document_iface_init):
11077
11078         Dummy implementation of get_info method for dvi and
11079         djvu. Fix crashes with those backends
11080
11081 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11082
11083         * data/evince.desktop.in:
11084
11085         Add application/x-gzpostscript
11086
11087 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11088
11089         * data/evince.schemas.in: Added real long descriptions, 
11090         closes bug 172496 
11091
11092         * README: Added actual text, closes bug 171869
11093
11094 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11095
11096         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11097
11098         Thumbnail page 0
11099
11100 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11101
11102         * backend/ev-document-info.h:
11103
11104         s/GDate */GDate so we can just use g_free
11105
11106 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11107
11108         * shell/ev-window.c: (update_document_mode),
11109         (ev_window_setup_document):
11110
11111         Show the window in fullscreen when specified by
11112         the document
11113
11114 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11115
11116         * backend/ev-document.c: (ev_document_class_init),
11117         (ev_document_get_info), (ev_document_render_pixbuf):
11118         * backend/ev-document.h:
11119         * backend/ev-page-cache.c: (_ev_page_cache_new):
11120         * pdf/ev-poppler.cc:
11121         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11122         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11123         * ps/ps-document.c: (ps_document_class_init), (document_load),
11124         (ps_document_get_info), (ps_document_document_iface_init):
11125
11126         Remove get_title from the interface, we can just use document info
11127
11128 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11129
11130         * backend/Makefile.am:
11131         * backend/ev-document.c: (ev_document_render_get_info):
11132         * backend/ev-document.h:
11133         * pdf/ev-poppler.cc:
11134
11135         Initial support for document info. Based on jrb patch.
11136
11137 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11138
11139         * shell/ev-window.c: (ev_window_state_event),
11140         (ev_window_class_init), (ev_window_init):
11141         
11142         Doesn't show resize grip when maximized. See bug #301053
11143
11144 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11145
11146         * po/POTFILES.in:
11147         
11148         ev-sidebar-thumbnails now has translatable labels
11149         
11150         * shell/Makefile.am:
11151         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11152         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11153         (ev_sidebar_links_page_iface_init):
11154         * shell/ev-sidebar-links.h:
11155         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11156         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11157         (ev_sidebar_page_get_label):
11158         * shell/ev-sidebar-page.h:
11159         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11160         (ev_sidebar_thumbnails_set_document),
11161         (ev_sidebar_thumbnails_support_document),
11162         (ev_sidebar_thumbnails_get_label),
11163         (ev_sidebar_thumbnails_page_iface_init):
11164         * shell/ev-sidebar-thumbnails.h:
11165         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11166         (ev_sidebar_set_document):
11167         * shell/ev-sidebar.h:
11168         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11169         
11170         Small rework of sidebar code. Now sidebar pages should implement
11171         EvSidebarPage interface. That makes page management in EvSidebar
11172         easier. See bug #164811 for details
11173
11174 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11175
11176         * shell/ev-application.c: (ev_application_open):
11177         * shell/ev-document-types.c:
11178         
11179         Fix build error and small problem with application exit
11180
11181 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11182
11183         * thumbnailer/Makefile.am:
11184         * thumbnailer/evince-thumbnailer-djvu.schemas:
11185         * thumbnailer/evince-thumbnailer-dvi.schemas:
11186         
11187         Conditionally install schemas for djvu/dvi thumbnailer
11188
11189 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11190
11191         * shell/ev-document-types.h: 
11192         * shell/ev-document-types.c: 
11193         New files, handling the mapping from mimetypes to backends
11194         
11195         * shell/ev-window.c: 
11196         * thumbnailer/evince-thumbnailer.c:     
11197         Use the ev-document-types code
11198         
11199         * shell/Makefile.am: 
11200         Added new convenience library libevbackendfactory_la, containing
11201         the new mimetype->backend logic; moved the backends into it.
11202
11203         * thumbnailer/Makefile.am:
11204         Make the thumbnailer link with the libevbackend.la convenience
11205         library, rather than having a duplicate of the backend logic here.
11206
11207 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11208
11209         * shell/ev-stock-icons.c: constify some vars.
11210         * shell/ev-window.c: ditto.
11211
11212 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11213
11214         * ps/ps-document.c (get_page_orientation):
11215
11216         Respect document orientation 
11217
11218 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11219
11220         * djvu/Makefile.am:
11221         * dvi/Makefile.am:
11222         * shell/Makefile.am:
11223         
11224         Move library dependencies to components.
11225         
11226         * shell/ev-window.c: (update_window_title),
11227         (start_loading_document):
11228         
11229         Fix display of uris with spaces. Bug 168358.
11230
11231 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11232
11233         * shell/ev-sidebar-links.c: (selection_changed_cb):
11234         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11235         (ev_view_button_release_event), (ev_view_set_document):
11236         * shell/ev-view.h:
11237         * shell/ev-window.c: (find_bar_search_changed_cb):
11238         * shell/ev-window.h: Minor cleanups removing some dead code.
11239
11240 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11241
11242         * backend/ev-page-cache.c: (_ev_page_cache_new):
11243         
11244         Set current page to 0 if document has pages.
11245
11246 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11247
11248         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11249
11250         Initialize GError to NULL, fix a crash when loading fails.
11251
11252 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11253
11254         * shell/ev-window.c: (update_view_size):
11255
11256         Calculate shadow size only when there is actually
11257         a shadow.
11258
11259 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11260
11261         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11262         * shell/ev-view.h:
11263
11264         Allow setting view spacing, default to 0
11265
11266         * shell/ev-window.c: (ev_window_unfullscreen),
11267         (ev_window_cmd_view_fullscreen), (ev_window_init):
11268
11269         Remove spacing in fullscreen mode
11270
11271 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11272
11273         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11274         (ev_view_size_request), (expose_bin_window),
11275         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11276         * shell/ev-view.h:
11277         * shell/ev-window.c: (ev_window_unfullscreen),
11278         (ev_window_cmd_view_fullscreen):
11279
11280         Do not draw the border in fulscreen
11281
11282 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11283
11284         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11285         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11286         (find_page_at_location), (page_changed_cb):
11287
11288         Rework border calculation, so that I can more easily disable it.
11289         Code somewhat cleaner too.
11290
11291 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11292
11293         * backend/ev-page-cache.c: (ev_page_cache_init),
11294         (_ev_page_cache_new):
11295
11296         Remove some assertions, documents can have 0 pages.
11297         Make initial current page -1.
11298
11299         * shell/ev-page-action.c: (page_changed_cb):
11300
11301         Show "" if current page is -1
11302
11303         * shell/ev-window.c: (update_action_sensitivity),
11304         (ev_window_setup_document):
11305
11306         When document has 0 pages do not set the view
11307         and make nearly everything insensitive.
11308
11309 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11310
11311         * shell/ev-page-view.c:
11312         * shell/ev-page-view.h:
11313
11314         Remove unused files.
11315         
11316         * shell/ev-sidebar-thumbnails.c:
11317         (ev_sidebar_thumbnails_set_document):
11318         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11319         (ev_sidebar_supports_document):
11320         * shell/ev-sidebar.h:
11321         * shell/ev-window.c: (ev_window_setup_document):
11322         
11323         Doesn't show thumbnails if document has 1 page. Make
11324         sidebar menu entries sensitive only if if they have 
11325         sense. Fix bug 164811. 
11326
11327 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11328
11329         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11330         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11331         (ev_view_zoom_out), (ev_view_set_size):
11332
11333         Rework sizing to deal with documents with not uniform page
11334         size.
11335
11336 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11337
11338         * backend/ev-page-cache.c: (_ev_page_cache_new):
11339
11340         Fix several page size caching bugs
11341
11342 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11343
11344         * shell/ev-window.c: (set_action_properties):
11345
11346         Make all toolbar items translatable
11347
11348 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11349
11350         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11351         (save_page_list), (ps_document_save),
11352         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11353         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11354         (ps_document_ps_exporter_iface_init):
11355         * ps/ps-document.h:
11356
11357         Based on a patch by J�rg Billeter <j@bitron.ch>
11358         
11359         Implement print and save a copy for the ps backend.
11360
11361 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11362
11363         * backend/ev-document.h:
11364         * djvu/djvu-document.c: (djvu_document_can_get_text),
11365         (djvu_document_document_iface_init):
11366         * dvi/dvi-document.c: (dvi_document_can_get_text),
11367         (dvi_document_document_iface_init):
11368         * pdf/ev-poppler.cc:
11369         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11370         (pixbuf_document_document_iface_init):
11371         * ps/ps-document.c: (ps_document_can_get_text),
11372         (ps_document_document_iface_init):
11373         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11374         * shell/ev-window.c: (update_action_sensitivity):
11375
11376         Fix the crash when trying to copy in backends that doesnt
11377         support it. We can implement a better solution once we
11378         do real text selection.
11379
11380 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11381
11382         * data/evince-ui.xml:
11383         * shell/ev-window.c: (ev_window_cmd_escape):
11384         
11385         Work around the Escape conflict (find bar and unfullscreen)
11386
11387 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11388
11389         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11390         
11391         Fix for #300233. Next page correctly handles document end.
11392         
11393         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11394         (ev_sidebar_thumbnails_class_init),
11395         (ev_sidebar_thumbnails_set_document),
11396         (ev_sidebar_thumbnails_clear_job),
11397         (ev_sidebar_thumbnails_clear_model):
11398         
11399         Cleanup thumbnail jobs on document changes.
11400         
11401         * shell/ev-view.c: (add_scroll_binding_keypad),
11402         (add_scroll_binding_shifted), (ev_view_class_init):
11403         
11404         Shift + Space scrolls up. Fix for #173184
11405         
11406         * shell/ev-window.c: (ev_window_open_page),
11407         (ev_window_cmd_view_reload):
11408         
11409         Fix reload (Bug #300094)
11410
11411 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11412
11413         
11414         * dvi/mdvi-lib/assoc.c:
11415         * dvi/mdvi-lib/assoc.h: Removed garbage files
11416         
11417         * dvi/mdvi-lib/bitmap.c:
11418         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11419         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11420         * dvi/mdvi-lib/color.h: Antialias of rules
11421         
11422         * dvi/mdvi-lib/common.h:
11423         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11424         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11425         * dvi/mdvi-lib/files.c:
11426         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11427         * dvi/mdvi-lib/mdvi.h:
11428         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11429         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11430         * dvi/mdvi-lib/util.c: Fix compile warnings
11431         
11432         * dvi/dvi-document.c:
11433         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11434         (dvi_document_thumbnails_get_thumbnail),
11435         (dvi_document_document_thumbnails_iface_init):
11436         * dvi/mdvi-lib/Makefile.am:
11437         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11438         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11439         
11440         Dvi backend now renders thumbnails
11441
11442 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11443
11444         * shell/main.c: (main): 
11445         
11446         Save accelerators on exit. Fixes bug #172095.
11447
11448 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11449
11450         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11451         update priority" comment.
11452
11453         * backend/ev-job-queue.c: Give a way to change priority.
11454
11455 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11456
11457         * shell/ev-page-action.c: Fix logic.
11458
11459 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11460
11461         * shell/ev-view.c: (ev_view_can_find_next):
11462         * shell/ev-window.c: (ev_window_setup_document):
11463
11464         Check that the document supports find
11465
11466 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11467
11468         * data/evince-ui.xml:
11469         * shell/ev-view.c: (ev_view_can_find_next):
11470         * shell/ev-view.h:
11471         * shell/ev-window.c: (update_action_sensitivity),
11472         (find_changed_cb), (ev_window_setup_document),
11473         (ev_window_cmd_edit_find_next):
11474
11475         Add Edit->Find Next
11476
11477 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11478
11479         * pdf/ev-poppler.cc:
11480         * shell/ev-print-job.c: (idle_print_handler):
11481
11482         Make printing work again
11483
11484 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11485
11486         * shell/ev-page-action.h:
11487         * shell/ev-page-action.c: (ev_page_action_widget_init),
11488         (ev_page_action_widget_class_init), (page_changed_cb),
11489         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11490         (get_filter_model_from_model), (match_selected_cb),
11491         (display_completion_text), (match_completion), (update_model),
11492         (connect_proxy), (ev_page_action_set_property),
11493         (ev_page_action_get_property), (ev_page_action_set_document),
11494         (ev_page_action_set_model), (ev_page_action_class_init): Big
11495         reworking to make completions work iff we have >= GTK-2.7.0
11496                 
11497         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11498         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11499         (job_finished_cb): We now have a 'model' property that is set when
11500         the links are loaded.  This can be caught with "notify::model"
11501
11502         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11503         listen for the model to be set, and propagate it to the action.
11504
11505 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11506
11507         * cut-n-paste/recent-files/egg-recent-item.c:
11508         (egg_recent_item_set_uri), (make_valid_utf8),
11509         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11510         * cut-n-paste/recent-files/egg-recent-item.h:
11511         
11512         Update egg-recent from libegg. This should fix long
11513         startup problem. For details see
11514         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11515
11516 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11517
11518         * cut-n-paste/recent-files/Makefile.am:
11519         * data/evince-ui.xml, shell/Makefile.am:
11520         * shell/ev-application.c, shell/ev-application.h:
11521         * shell/ev-window.c: Recent files support.
11522         
11523         * configure.ac: Added "ru" to ALL_LINGUAS.
11524         
11525         * dvju: new backend to support DJVU files.
11526         * dvi: new backend to support DVI.
11527
11528         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11529         * ev-application.c: Support for new backends.
11530         
11531         * help, ev-window.c, main.c shell/Makefile.am: 
11532         Evince user documentation.
11533
11534 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11535
11536         * po/POTFILES.in:
11537         * shell/ev-window.c:
11538         * thumbnailer/evince-thumbnailer.c:
11539
11540         s/pdf-document/ev-poppler
11541
11542 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11543
11544         * NEWS:
11545         * configure.ac:
11546
11547         Release 0.2.0
11548
11549         * ps/ps-document.c: (setup_pixmap):
11550
11551         Remove debug code
11552
11553 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11554
11555         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11556         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11557         (ev_window_cmd_go_first_page): Fix of by one errors.
11558
11559 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11560
11561         * ps/ps-document.c: (get_page_box):
11562
11563         Fix page size calculation
11564
11565 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11566
11567         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11568         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11569         (get_page_orientation), (setup_page), (document_load),
11570         (ps_document_get_page_size), (render_pixbuf_idle):
11571         * ps/ps-document.h:
11572
11573         More refactoring to adapt to EvDocument changes
11574
11575 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11576
11577         * ps/ps-document.c: (start_interpreter):
11578
11579         Actually add alpha args
11580
11581 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11582
11583         * pdf/ev-poppler.cc:
11584
11585         Make clipboard work again
11586
11587 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11588
11589         Make searching work again.
11590         
11591         * backend/ev-document.c:
11592         * backend/ev-document.h:
11593         * backend/ev-document-find.c:
11594         * backend/ev-document-find.h: Change EvDocumentIface so we no
11595         longer store the current page or zoom level in the document.  The
11596         consequence is that all calls that operate on the current page now
11597         instead take the page number as an extra argument, and all
11598         coordinates are now doubles in document coordinate system.
11599
11600         * pdf/ev-poppler.cc:
11601         * pixbuf/pixbuf-document.c:
11602         * ps/ps-document.c: Update backends accordingly.
11603
11604 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11605
11606         * autogen.sh:
11607
11608         Add required gettext version
11609
11610 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11611
11612         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11613         make F1 bring up non-existent help.
11614
11615         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11616         epiphany's find bar, #167477
11617
11618         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11619         <emil@nishra.com> to add space-bar scrolling, 
11620
11621         * shell/ev-window.c (static GtkActionEntry entries): add default
11622         keybinding for Help (F1)
11623         Fixes #171068
11624
11625         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11626         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11627         170110
11628
11629 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11630
11631         * Makefile.am: 
11632         * pixbuf/pixbuf-document.c: 
11633
11634         Got pixbuf backend working again
11635
11636 2005-04-01  Steve Murphy  <murf@e-tools.com>
11637
11638         * configure.in: Added "rw" to ALL_LINGUAS.
11639
11640 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11641
11642         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11643         model types, noticed by Martin Kretzschmar.
11644
11645 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11646
11647         * pdf/ev-poppler.cc: Implement search based on
11648         poppler_page_find_text().  Currently a bit crude since we remember
11649         all matches from all pages.  Also, we grab the big document lock
11650         when we search since searching changes the underlying stream and
11651         thus conflicts with the rendering thread.
11652         
11653         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11654         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11655         (ev_view_find_previous): Fix some page indexes to be 0 based,
11656         offset rubber band by view offset,
11657
11658 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11659
11660         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11661
11662 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11663
11664         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11665         completely because I didn't understand GtkActions.  I should
11666         read Marco's code more carefully in the future.
11667
11668         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11669         function
11670
11671 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11672
11673         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11674         PopplerRectangle change from poppler CVS.
11675
11676 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11677
11678         * backend/ev-document.c: (ev_document_get_page_label):
11679         * backend/ev-document.h:
11680         * backend/ev-page-cache.c: (_ev_page_cache_new),
11681         (ev_page_cache_get_page_label):
11682         * backend/ev-page-cache.h:
11683         * pdf/ev-poppler.cc:
11684         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11685         (links_page_num_func):
11686         * shell/ev-sidebar-thumbnails.c:
11687         (ev_sidebar_thumbnails_set_document):
11688         * shell/ev-view.c: (status_message_from_link),
11689         (ev_view_motion_notify_event):
11690         * shell/ev-window.c: (document_supports_sidebar): Add in page
11691         label support.  It's not perfect yet, but it's the first 'feature'
11692         in a while.
11693         Also, fix a bogus comment noticed by crispin. 
11694
11695 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11696
11697         * Makefile.am: Remove pixbuf backend for now
11698
11699         * configure.ac: Require poppler-glib instead of just poppler.
11700
11701         * backend/ev-document-thumbnails.h: Add a comment
11702
11703         * backend/ev-document.h:
11704         * backend/ev-document.c: (ev_document_class_init),
11705         (ev_document_load), (ev_document_get_link),
11706         (ev_document_get_links): Remove 3 methods and add get_links.
11707         Also, made 0 based.
11708
11709         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11710         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11711
11712         * backend/ev-link.c: (ev_link_set_title),
11713         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11714         (ev_link_mapping_find):
11715         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11716         
11717         * backend/ev-page-cache.c: (ev_page_cache_init),
11718         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11719         (ev_page_cache_get_size), (ev_page_cache_next_page),
11720         (ev_page_cache_prev_page): Fix to be 0 based.
11721
11722         * pdf/Makefile.am: 
11723         * pdf/ev-poppler.h:
11724         * pdf/ev-poppler.cc: New backend.
11725         
11726         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11727         (ps_document_get_page), (ps_document_document_iface_init):
11728
11729         * shell/ev-pixbuf-cache.h:
11730         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11731         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11732         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11733         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11734         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11735         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11736         based.
11737         
11738         * shell/ev-sidebar-thumbnails.c:
11739         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11740         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11741
11742         * shell/ev-view.c: (status_message_from_link),
11743         (find_page_at_location), (get_link_at_location),
11744         (ev_view_motion_notify_event), (ev_view_button_release_event),
11745         (ev_view_init): Use the new link code.  Fix to be 0 based.
11746
11747         * shell/ev-window.c: (update_action_sensitivity),
11748         (document_supports_sidebar): 0 based.
11749
11750 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11751
11752         * pdf/pdf-document.cc: Patch from Fernando Herrera
11753         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11754         *blush*
11755
11756 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11757
11758         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11759         1 to the page, as this seems to be 1 based.  I thought we has this
11760         fixed.  grump.
11761
11762 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11763
11764         * TODO:
11765         * backend/Makefile.am:
11766         * backend/ev-document-links.c:
11767         (ev_document_links_has_document_links),
11768         (ev_document_links_get_links_model):
11769         * backend/ev-document-links.h:
11770         * backend/ev-document.c: (ev_document_get_page_cache),
11771         (ev_document_get_doc_mutex), (ev_document_load),
11772         (ev_document_save), (ev_document_get_title),
11773         (ev_document_get_n_pages), (ev_document_set_page),
11774         (ev_document_get_page), (ev_document_set_target),
11775         (ev_document_set_scale), (ev_document_set_page_offset),
11776         (ev_document_get_page_size), (ev_document_get_text),
11777         (ev_document_get_link), (ev_document_render),
11778         (ev_document_render_pixbuf), (ev_document_scale_changed):
11779         * backend/ev-document.h:
11780         * backend/ev-job-queue.c: (remove_object_from_queue),
11781         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11782         (no_jobs_available_unlocked), (ev_render_thread),
11783         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11784         (ev_job_queue_remove_job):
11785         * backend/ev-job-queue.h:
11786         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11787         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11788         (ev_job_links_class_init), (ev_job_render_init),
11789         (ev_job_render_dispose), (ev_job_render_class_init),
11790         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11791         (ev_job_thumbnail_class_init), (ev_job_finished),
11792         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11793         (ev_job_render_run), (ev_job_thumbnail_new),
11794         (ev_job_thumbnail_run):
11795         * backend/ev-jobs.h:
11796         * backend/ev-link.c:
11797         * backend/ev-link.h:
11798         * backend/ev-page-cache.c: (ev_page_cache_init),
11799         (ev_page_cache_class_init), (ev_page_cache_finalize),
11800         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11801         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11802         (ev_page_cache_set_link), (ev_page_cache_get_title),
11803         (ev_page_cache_get_size), (ev_page_cache_next_page),
11804         (ev_page_cache_prev_page):
11805         * backend/ev-page-cache.h:
11806         * pdf/pdf-document.cc:
11807         * ps/gsdefaults.c:
11808         * ps/gsdefaults.h:
11809         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11810         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11811         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11812         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11813         (is_interpreter_ready), (output), (catchPipe), (input),
11814         (start_interpreter), (check_filecompressed), (compute_dimensions),
11815         (ps_document_enable_interpreter), (document_load),
11816         (ps_document_next_page), (render_page), (ps_document_set_page),
11817         (ps_document_set_scale), (render_pixbuf_idle),
11818         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11819         * ps/ps-document.h:
11820         * shell/Makefile.am:
11821         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11822         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11823         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11824         (ev_pixbuf_cache_new), (job_finished_cb),
11825         (check_job_size_and_unref), (move_one_job),
11826         (ev_pixbuf_cache_update_range), (find_job_cache),
11827         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11828         (ev_pixbuf_cache_add_jobs_if_needed),
11829         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11830         * shell/ev-pixbuf-cache.h:
11831         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11832         (idle_print_handler):
11833         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11834         (selection_changed_cb), (create_loading_model),
11835         (ev_sidebar_links_construct), (links_page_num_func),
11836         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11837         (update_page_callback), (job_finished_cb),
11838         (ev_sidebar_links_set_document):
11839         * shell/ev-sidebar-thumbnails.c:
11840         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11841         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11842         (page_changed_cb), (thumbnail_job_completed_callback),
11843         (ev_sidebar_thumbnails_set_document):
11844         * shell/ev-sidebar-thumbnails.h:
11845         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11846         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11847         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11848         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11849         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11850         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11851         (ev_view_button_release_event), (ev_view_scroll_view),
11852         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11853         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11854         (ev_view_new), (job_finished_cb), (page_changed_cb),
11855         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11856         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11857         (ev_view_find_previous):
11858         * shell/ev-view.h:
11859         * shell/ev-window.c: (update_action_sensitivity),
11860         (ev_window_open_page), (update_window_title), (update_total_pages),
11861         (page_changed_cb), (ev_window_setup_document),
11862         (password_dialog_response), (ev_window_cmd_save_as),
11863         (ev_window_print), (ev_window_cmd_go_previous_page),
11864         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11865         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11866         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11867         * shell/main.c: (main):
11868
11869         Merge evince-threads branch
11870
11871 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11872
11873         * configure.ac: Added "lt" to ALL_LINGUAS.
11874
11875 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11876
11877         * NEWS:
11878         * configure.ac:
11879
11880         Release 0.1.9
11881
11882 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11883
11884         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11885
11886         Fix here also the thumbnails 1-basedness :)
11887
11888 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11889
11890         * NEWS:
11891         * configure.ac:
11892
11893         Release 0.1.8
11894
11895 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11896
11897         * pdf/pdf-document.cc:
11898         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11899         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11900
11901         Fix the mess we did with thumbnails and 1-basedness
11902
11903 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11904
11905         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11906
11907 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11908
11909         * NEWS:
11910         * configure.ac:
11911
11912         Release 0.1.7
11913
11914 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11915
11916         * ps/Makefile.am:
11917         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11918         (gtk_gs_defaults_get_alpha_parameters),
11919         (gtk_gs_defaults_get_ungzip_cmd),
11920         (gtk_gs_defaults_get_unbzip2_cmd):
11921         * ps/gsdefaults.h:
11922         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11923         (ps_document_get_orientation), (document_load),
11924         (ps_document_goto_page), (ps_document_set_page_size):
11925         * ps/ps-document.h:
11926
11927         Some more sanitization of the ps backend. Remove a lot
11928         of unused code and do not base our defaults on ggv
11929         preferences (ugh!)
11930
11931 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11932
11933         * thumbnailer/evince-thumbnailer.schemas:
11934         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11935         (main): add -s option for thumbnail size.
11936
11937 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11938
11939         * configure.ac:
11940
11941         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11942         remove it.
11943
11944 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11945
11946         * pdf/pdf-document.cc:
11947
11948         Remove 4 pixels of useless border from the
11949         thumbnail.
11950
11951 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11952
11953         * backend/ev-document-thumbnails.c:
11954         (ev_document_thumbnails_get_thumbnail):
11955         * backend/ev-document-thumbnails.h:
11956
11957         Rework API a bit. Add a border flag and
11958         change sizing logic (now the size we specify
11959         applies to the bigger dimension).
11960
11961         * pdf/pdf-document.cc:
11962         * pixbuf/pixbuf-document.c:
11963         (pixbuf_document_thumbnails_get_thumbnail):
11964         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11965         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11966
11967         Adapt to the new API and do not draw a border for nautilus
11968         thumbnailer.
11969
11970 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11971
11972         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11973         take thumbnails from page "0" instead of "1". Added a copyright header.
11974
11975 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11976
11977         * ps/ps-document.c: (set_up_page), (start_interpreter):
11978
11979         Make it C89 compliant
11980
11981 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11982
11983         * Makefile.am:
11984         * configure.ac:
11985         * pdf/.cvsignore:
11986         * pdf/pdf-document.cc:
11987         * thumbnailer/Makefile.am:
11988         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11989         (main):
11990         * thumbnailer/evince-thumbnailer.schemas:
11991         * thumbnailer/pdf-icon.png:
11992
11993         Add a nautilus thumbnailer.
11994         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11995
11996 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11997
11998         * NEWS:
11999         * configure.ac:
12000         * po/POTFILES.in:
12001
12002         Release 0.1.6
12003
12004 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12005
12006         Use poppler instead of including xpdf source code.  Poppler is a
12007         fork of xpdf to build it as a shared library. See
12008         http://freedesktop.org/wiki/Software/poppler.
12009
12010         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12011         xpdf fork.
12012         
12013         * pdf/Makefile.am: Build libpdfdocument.a here.
12014         
12015         * pdf/GDKSplashOutputDev.cc:
12016         * pdf/GDKSplashOutputDev.h:
12017         * pdf/GnomeVFSStream.cc:
12018         * pdf/GnomeVFSStream.h:
12019         * pdf-document.cc:
12020         * pdf-document.h:
12021         * test-gdk-output-dev.cc
12022         * Thumb.cc:
12023         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12024         against poppler.
12025
12026 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12027
12028         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12029
12030         Clear idle stack before unsetting the document
12031
12032 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12033
12034         * ps/ps-document.c: (ps_document_widget_event),
12035         (ps_document_set_target), (ps_document_finalize),
12036         (ps_document_get_page):
12037
12038         Disconnect the widget event signal on finalize.
12039         Some code cleanups.
12040
12041 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12042
12043         * ps/ps-document.c: (set_up_page):
12044
12045         If there is no bpixmap create one, even if size
12046         is not changed.
12047
12048 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12049
12050         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12051         (set_up_page), (document_load), (ps_document_set_zoom):
12052
12053         Default page is 0. Calculate size even when we have no
12054         target yet.
12055
12056 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12057
12058         * shell/ev-sidebar.c: expand the selection widget to be always as
12059         wide as the sidebar
12060
12061 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12062
12063         * shell/ev-sidebar-thumbnails.c:
12064         (ev_sidebar_thumbnails_set_document):
12065
12066         Clear the list store when setting document
12067
12068 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12069
12070         * shell/ev-page-action.c: (update_entry), (sync_entry),
12071         (activate_cb), (entry_size_request_cb), (create_tool_item),
12072         (connect_proxy):
12073
12074         Use an entry for the page control instead of spinbuttons
12075
12076 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12077
12078         * data/evince.schemas.in:
12079
12080         Correct confusing string
12081
12082 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12083
12084         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12085         for real.  Gosh, how long has this been broken.
12086
12087         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12088         check for a NULL link.  We crash otherwise.
12089
12090 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12091
12092         * NEWS:
12093         * configure.ac:
12094
12095         Release 0.1.5
12096
12097 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12098
12099         * configure.ac: add the french translation.
12100
12101 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12102
12103         * shell/ev-window.c:
12104
12105         Remove unused header -> fix distcheck
12106
12107 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12108
12109         * shell/ev-window.c: (update_window_title),
12110         (ev_window_popup_password_dialog):
12111
12112         Unescape filename for display
12113
12114 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12115
12116         * pdf/xpdf/pdf-document.cc:
12117
12118         In get_page_size deal with rotation. Also
12119         cleanup the function a bit.
12120
12121 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12122
12123         * pdf/xpdf/pdf-document.cc:
12124
12125         Fix crash when opening in new window
12126
12127 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12128
12129         * configure.ac:
12130
12131         Check ghostscript >= 7
12132
12133 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12134
12135         * shell/ev-window.c:
12136
12137         Make page width the default sizing mode
12138
12139 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12140         Marco Pesenti Gritti <marco@gnome.org>
12141
12142         * shell/ev-window.c: Remember the sidebar size
12143
12144         * data/evince.schemas.in: Add a new gconf key to store the size of
12145         the sidebar
12146
12147 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12148
12149         * data/evince-ui.xml:
12150         * shell/ev-window.c: (update_action_sensitivity),
12151         (ev_window_cmd_view_reload):
12152         
12153         Add a "Reload" action and menu entry
12154
12155 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12156
12157         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12158         iff the type doesn't support thumbnailing and indexing.
12159
12160 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12161
12162         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12163
12164 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12165
12166         * pdf/splash/Splash.cc:
12167
12168         Port fix for a crasher from kde bug
12169         http://bugs.kde.org/show_bug.cgi?id=97131
12170
12171 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12172
12173         * pdf/xpdf/pdf-document.cc:
12174
12175         Return a link even if it's of an unrecognized
12176         type. Otherwise we go in an infinte cycle.
12177
12178 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12179
12180         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12181         (size_allocate_cb), (ev_window_set_sizing_mode):
12182
12183         Update size when switching mode
12184
12185 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12186
12187         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12188         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12189         (ev_window_cmd_view_normal_size):
12190
12191         Fix size toggle buttons behavior
12192
12193 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12194
12195         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12196         (doc_rect_to_view_rect), (ev_view_size_allocate),
12197         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12198         (scale_changed_callback):
12199
12200         Do not cache offsets in size_allocate.
12201
12202 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12203
12204         * shell/ev-view.c: (ev_view_size_allocate):
12205
12206         Calculate offsets before calling the parent
12207         class (which does a redraw)
12208
12209 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12210
12211         * pdf/xpdf/pdf-document.cc:
12212
12213         Fix a crasher on exit. Unused code, put a TODO
12214
12215 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12216
12217         * backend/ev-document.c: (ev_document_class_init),
12218         (ev_document_page_changed), (ev_document_scale_changed):
12219         * backend/ev-document.h:
12220
12221         Separate page/scale notifications
12222
12223         * pdf/xpdf/pdf-document.cc:
12224
12225         Emit the new signals.
12226         Do not display the pdf page in _render, do it
12227         when scale/page are requested.
12228
12229         * ps/ps-document.c: (ps_document_set_zoom),
12230         (ps_document_widget_event):
12231         * ps/ps-document.h:
12232
12233         Emit the new signals.
12234
12235         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12236         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12237         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12238         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12239         * shell/ev-view.h:
12240         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12241         (ev_window_cmd_view_page_width), (size_allocate_cb),
12242         (ev_window_set_sizing_mode):
12243
12244         Rework sizing to be pixel based.
12245         There are bugs but should be already way better.
12246
12247 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12248
12249         * shell/ev-window.c: (ev_window_init):
12250
12251         Do not allow to shrink sidebar smaller then
12252         child requisition
12253
12254 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12255
12256         * shell/ev-sidebar.[ch]
12257         * shell/ev-window.c:
12258
12259         Improved sidebar widget. Fixes #166683
12260
12261 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12262
12263         * shell/ev-view.c (update_find_status_message): Give translators
12264         more flexibility with ngettext plural handling.
12265
12266 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12267
12268         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12269         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12270         page when we get the page size.
12271
12272 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12273
12274         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12275
12276         ps pages are 0 based, convert 
12277
12278 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12279
12280         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12281
12282         Initialize correct parent class. Set GError on document load
12283
12284 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12285
12286         * pdf/xpdf/pdf-document.cc:
12287
12288         Fixup selection offset calculation
12289
12290         * shell/ev-view.c: (view_rect_to_doc_rect),
12291         (doc_rect_to_view_rect), (ev_view_size_allocate),
12292         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12293         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12294
12295         Store selection as document relative, so that zooming
12296         and offset changing doesnt break it.
12297
12298 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12299
12300         * shell/ev-view.c: (ev_view_best_fit):
12301
12302         Do not try to best fit if the view is not realized
12303
12304 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12305           
12306         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12307
12308 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12309
12310         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12311
12312 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12313
12314         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12315         the popup window.  That prevents it resizing when in full screen
12316         mode.
12317
12318         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12319         multiple rerenders.  This pretty much sucks.
12320
12321         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12322         rest of the toolbar.
12323
12324 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12325
12326         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12327
12328 2005-02-17  Alexander Shopov  <ash@contact.bg>
12329
12330         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12331
12332 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12333
12334         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12335
12336 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12337
12338         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12339         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12340         (set_document_page), (document_changed_callback),
12341         (ev_view_set_document), (ev_view_find_previous),
12342         (ev_view_hide_cursor), (ev_view_show_cursor):
12343         * shell/ev-view.h:
12344         * shell/ev-window.c: (update_chrome_visibility),
12345         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12346         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12347         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12348         (ev_window_unfullscreen):
12349         * shell/main.c: (main):
12350
12351         Automatically hide the fullscreen button.
12352         Patch by Kristian Høgsberg <krh@redhat.com>
12353
12354 2005-02-16  Vincent Noel  <vnoel@cox.net>
12355
12356         * shell/main.c (main): Specify an icon for the window. Patch by
12357         Jaap A. Haitsma. Fixes #166177.
12358
12359 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12360
12361         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12362
12363 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12364
12365         * backend/ev-document-misc.h:
12366         * backend/ev-document-misc.c:
12367         (ev_document_misc_get_page_border_size),
12368         (ev_document_misc_paint_one_page): New function to canonicalize
12369         sizing/painting a border.
12370
12371         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12372         used.
12373
12374         * pdf/xpdf/pdf-document.cc: use new function
12375
12376         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12377         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12378         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12379         shell/ev-window.c: (update_sizing_buttons),
12380         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12381         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12382         (ev_window_cmd_view_page_width), (size_allocate_cb),
12383         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12384         and "fit width" values act as toggle buttons so they stay
12385         toggled.  It's not 100% perfect, and it's a little slow, but it's
12386         good enough to commit I think.
12387
12388 2005-02-15  David Lodge  <dave@cirt.net>
12389
12390         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12391
12392 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12393
12394         * shell/ev-window.c (update_window_title): replace newlines in
12395         the title by spaces. Bug #166107.
12396
12397 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12398
12399         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12400         parameters providing allocation width and height without
12401         scrollbars and width of a possible vertical scrollbar. With this
12402         additional information the functions can work as
12403         intended. Unfortunately they're not idempotent. We should
12404         transform these commands to toggles. Fixes Bug #164976
12405         Initial patch by Stephane Loeuillet, then heavily modified.
12406
12407         * shell/ev-view.h: update prototypes.
12408
12409         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12410         (ev_window_cmd_view_page_width): provide EvView fit functions with
12411         all the information they need. Formulas to calculate this
12412         information taken from GtkScrolledWindow.
12413
12414 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12415
12416         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12417         created a thumbnail, the list store is updated to know
12418         that the thumbnail is set. Fixes bug #166792
12419
12420 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12421
12422         * shell/ev-window.c: fixed typo, closes bug 166897
12423
12424         * TODO: updated TODO with bug numbers that are relevant
12425
12426 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12427
12428         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12429
12430 2005-02-09  Vincent Noel  <vnoel@cox.net>
12431
12432         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12433         and "Next" toolbar buttons as important to make them stand out.
12434
12435 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12436
12437         * lib/ev-debug.c:
12438         * lib/ev-debug.h:
12439         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12440         (start_interpreter), (stop_interpreter), (document_load),
12441         (ps_document_next_page), (ps_document_goto_page),
12442         (ps_document_set_page_size), (ps_document_widget_event),
12443         (ps_document_render):
12444         * shell/ev-page-view.c: (ev_page_view_dispose):
12445         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12446
12447         Fix compilation on non-gcc platforms
12448
12449 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12450
12451         * NEWS:
12452         * configure.ac:
12453
12454         Release 0.1.4
12455
12456         * pdf/xpdf/Catalog.cc:
12457         * pdf/xpdf/XRef.cc:
12458
12459         Fix the fix for CAN-2004-0888
12460
12461 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12462
12463         * data/Makefile.am:
12464         * data/evince-ui.xml:
12465         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12466         * shell/ev-stock-icons.h:
12467         * shell/ev-window.c: (update_action_sensitivity),
12468         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12469         (set_action_properties):
12470
12471         Improve toolbar layout/icons
12472
12473 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12474
12475         * pdf/xpdf/pdf-document.cc:
12476
12477         Add warnings about unimplemented/unknown link
12478         types.
12479
12480 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12481
12482         * ps/ps-document.c: (set_up_page):
12483
12484         Log gs property
12485
12486 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12487
12488         * ps/ps-document.c: (start_interpreter):
12489
12490         Log gs env var
12491
12492 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12493
12494         * shell/ev-page-view.c: (ev_page_view_dispose):
12495         * shell/ev-view.c: (ev_view_finalize):
12496         * shell/ev-window.c: (ev_window_setup_document),
12497         (ev_window_dispose), (ev_window_init):
12498
12499         Solve more refs issues.
12500
12501         I commented out the page_view initialization for now:
12502         it was never destroyed (because it's never added
12503         to a container). Because of that we was leaking
12504         gs processes. Couldnt think to a clean fix.
12505         We need to figure this out, password view has the
12506         same issue probably.
12507
12508 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12509
12510         * ps/ps-document.c: (ps_document_finalize),
12511         (ps_document_get_n_pages), (ps_document_get_page):
12512
12513         Some cleanups, stop the interpreter on finalize
12514
12515         * shell/ev-page-view.c: (ev_page_view_dispose),
12516         (ev_page_view_class_init):
12517
12518         Release our reference on the document
12519
12520 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12521
12522         * Makefile.am:
12523         * configure.ac:
12524         * doc/debugging.txt:
12525         * lib/.cvsignore:
12526         * lib/Makefile.am:
12527         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12528         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12529         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12530         * lib/ev-debug.h:
12531
12532         Add debugging helpers
12533
12534         * ps/Makefile.am:
12535         * ps/ps-document.c: (set_up_page), (start_interpreter),
12536         (stop_interpreter), (document_load), (ps_document_next_page),
12537         (ps_document_goto_page), (ps_document_set_page_size),
12538         (ps_document_widget_event), (ps_document_render):
12539         * shell/Makefile.am:
12540         * shell/ev-view.c: (expose_bin_window):
12541         * shell/main.c: (main):
12542
12543         Add some logs
12544         
12545 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12546
12547         * ps/ps-document.c: (ps_document_widget_event):
12548
12549         Initialize message_window, this should make ps
12550         rendering really work! (Never noticed because I was
12551         testing with a ps that is causing gs to exit every time!)
12552
12553 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12554
12555         * data/evince.schemas.in: updated simple error in applyto closing tag
12556
12557 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12558
12559         * Makefile.am:
12560         * configure.ac:
12561         * data/.cvsignore:
12562         * data/Makefile.am:
12563         * data/evince-ui.xml:
12564         A data/evince.schemas.in:
12565         * po/POTFILES.in:
12566         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12567         * shell/ev-stock-icons.h:
12568         * shell/ev-window.c: (update_chrome_visibility),
12569         (update_chrome_flag), (ev_window_cmd_edit_find),
12570         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12571         (ev_window_unfullscreen), (ev_window_focus_in_event),
12572         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12573         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12574         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12575         (ev_window_dispose), (ev_window_class_init),
12576         (set_action_properties), (set_chrome_actions), (load_chrome),
12577         (ev_window_init):
12578
12579         Implement fullscreen mode changes from bug #164776.
12580         Also implement persistent chrome toggles.
12581
12582 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12583
12584         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12585
12586 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12587
12588         * NEWS:
12589         * configure.ac:
12590         * shell/ev-view.c:
12591
12592         Add another check for find interface
12593
12594         Release 0.1.3
12595
12596 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12597
12598         * shell/ev-application.c: (ev_application_open):
12599         * shell/ev-window.c: (ev_window_open):
12600
12601         Open gzipped ps documents
12602
12603 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12604
12605         * TODO:
12606         * shell/ev-view.c: (set_document_page):
12607
12608         Clamp page number, dont try to move to
12609         not existant pages.
12610
12611 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12612
12613         * backend/ev-document-find.c: (ev_document_find_changed):
12614         * backend/ev-document-find.h:
12615         * pdf/xpdf/pdf-document.cc:
12616         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12617         * shell/ev-window.c: (find_bar_search_changed_cb):
12618
12619         Fix several bugs with find
12620
12621 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12622
12623         * shell/ev-sidebar-thumbnails.c
12624         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12625         document. Prevents warning from scroll_to_cell.
12626
12627 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12628
12629         * configure.ac: Add «nb» to ALL_LINGUAS too.
12630
12631 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12632
12633         * NOTES: New file with some random thoughts.
12634
12635         * TODO: Update.
12636
12637         * backend/ev-document-misc.c:
12638         (ev_document_misc_get_page_border_size): New function to
12639         canonicalize shadow drawing sizes.  Possibly goofy.
12640
12641         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12642         (ev_view_best_fit), (ev_view_fit_width):
12643         * pdf/xpdf/pdf-document.cc:
12644         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12645         * ps/ps-document.c: (ps_document_get_page_size):
12646         * backend/ev-document-misc.h:
12647         * backend/ev-document.c: (ev_document_get_page_size):
12648         * backend/ev-document.h: get_page_size now takes a page number
12649         parameter.  Made all the backends/frontends honor it.
12650
12651         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12652         see.  Doesn't work yet.
12653
12654         * shell/Makefile.am:
12655         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12656         Doesn't do anything yet.
12657
12658         * shell/ev-sidebar-thumbnails.c:
12659         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12660         [0..n_pages-1]
12661
12662         * shell/ev-window.c: (update_action_sensitivity),
12663         (ev_window_setup_document), (ev_window_set_page_mode),
12664         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12665         view-swapping code a bit so we can have multiple views on a
12666         document.  Add the multi-page view, though it can't be turned on
12667         yet.
12668
12669 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12670
12671         * shell/ev-application.c: (ev_application_open):
12672         * shell/ev-view.c: (expose_bin_window):
12673         * shell/ev-window.c: (ev_window_open):
12674
12675         Support eps and check document supports find
12676         before drawing highlightings in expose.
12677
12678 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12679
12680         * pixbuf/pixbuf-document.c:
12681         (pixbuf_document_thumbnails_get_dimensions),
12682         (pixbuf_document_document_thumbnails_iface_init):
12683
12684         implement get_dimensions
12685
12686 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12687
12688         * NEWS:
12689         * configure.ac:
12690
12691         Release 0.1.2
12692
12693 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12694
12695         * shell/ev-view.c: (set_document_page):
12696
12697         Scroll at the top of the page when changing page
12698
12699 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12700
12701         * shell/ev-view.c: (ev_view_motion_notify_event):
12702
12703         Do not redraw unnecessarily
12704
12705 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12706
12707         * pdf/xpdf/pdf-document.cc:
12708         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12709         (expose_bin_window), (find_changed_cb):
12710
12711         Yay! find works now... Now to find bugs...
12712
12713 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12714
12715         * backend/ev-document-find.c: (ev_document_find_base_init),
12716         (ev_document_find_changed):
12717         * backend/ev-document-find.h:
12718         * pdf/xpdf/pdf-document.cc:
12719         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12720         (expose_bin_window), (ev_view_init), (set_document_page),
12721         (ensure_rectangle_is_visible), (jump_to_find_result),
12722         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12723         (ev_view_find_next), (ev_view_find_previous):
12724         * shell/ev-view.h:
12725         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12726
12727         More work on find implementation, mostly there now
12728
12729 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12730
12731         * backend/ev-backend-marshalers.list:
12732         * backend/ev-document-find.c: (ev_document_find_base_init),
12733         (ev_document_find_cancel), (ev_document_find_page_has_results),
12734         (ev_document_find_get_n_results), (ev_document_find_get_result),
12735         (ev_document_find_get_progress), (ev_document_find_changed):
12736         * backend/ev-document-find.h:
12737
12738         Enanche the find interface to be really able to do
12739         multi page find.
12740
12741         * pdf/xpdf/pdf-document.cc:
12742
12743         Implement
12744
12745         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12746         (expose_bin_window), (ev_view_init),
12747         (ev_view_get_find_status_message), (find_changed_cb),
12748         (ev_view_set_document), (set_document_page):
12749
12750         Adapt to the new interface. A few things are regressed sorry,
12751         I will finish it soon.
12752
12753 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12754
12755         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12756         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12757         ev_sidebar_thumbnails_parent_class variable, don't define another
12758         parent_class variable.
12759
12760         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12761         (ev_page_action_class_init): ditto.
12762
12763         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12764         (pixbuf_document_class_init): ditto.
12765
12766         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12767         ditto.
12768
12769         * .cvsignore: ignore various valgrind output files.
12770
12771 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12772
12773         * data/evince-ui.xml:
12774         * shell/Makefile.am:
12775         * shell/ev-history.c:
12776         * shell/ev-history.h:
12777         * shell/ev-navigation-action.c:
12778         * shell/ev-navigation-action.h:
12779         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12780         (ev_view_set_page), (ev_view_fit_width):
12781         * shell/ev-view.h:
12782         * shell/ev-window.c: (update_action_sensitivity),
12783         (ev_window_setup_document), (register_custom_actions):
12784
12785         Kill session history
12786
12787 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12788
12789         * shell/ev-window.c: (update_action_sensitivity):
12790
12791         Fix inverted up/down buttons
12792
12793 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12794
12795         * shell/ev-sidebar-thumbnails.c
12796         (ev_sidebar_thumbnails_select_page): make sure the selected
12797         thumbnail stays visible.
12798
12799 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12800
12801         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12802         scrolled window for Federico.
12803
12804 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12805
12806         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12807
12808 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12809
12810         * configure.ac:
12811         * pdf/splash/SplashFTFontEngine.cc:
12812
12813         Fix CID fonts with freetype 2.1.9
12814
12815 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12816
12817         * TODO: added item for desktop icon thumbnailer
12818
12819 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12820
12821         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12822         unloaded docs when the title is accessed.
12823
12824         * shell/ev-password-view.[hc]: New widget for displaying password
12825         state.
12826
12827         * shell/ev-window.[ch]: Refactor password handling code to handle
12828         the new view.
12829
12830 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12831
12832         * NEWS:
12833         * configure.ac:
12834         * data/Makefile.am:
12835
12836         Release 0.1.1
12837
12838 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12839
12840         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12841         ignore page offset here, to make search results independent of it,
12842
12843         * shell/ev-view.c (expose_bin_window): but take offsets into
12844         account here. Bug #164932
12845
12846         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12847         scale at the right time. Bug #164996
12848
12849 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12850
12851         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12852         fix the problem. Now I just removed the Adobe font names and hope
12853         that the URW fonts are always in outline format. Bug #164934
12854
12855         * shell/ev-window.c (update_window_title): empty titles are
12856         useless, use filename in that case too.
12857
12858         * NEWS: Add some content.
12859
12860 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12861
12862         * TODO: added one more TODO item and a TODONE section :)
12863
12864 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12865
12866         * ps/ps-document.h: add page_[xy]_offset fields.
12867
12868         * ps/ps-document.c (ps_document_set_page_offset)
12869         (ps_document_render): Keep offset in consideration in a few
12870         places. Bug #164752 "postscript documents are not centered in
12871         window"
12872
12873         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12874         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12875
12876         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12877         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12878         stub out missing methods for complete EvDocument implementation.
12879         Fixes segfaults with Save A Copy and Copy actions.
12880
12881         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12882         (ps_document_document_iface_init): ditto.
12883         
12884 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12885
12886         * data/.cvsignore:
12887         * data/Makefile.am:
12888         * data/evince.desktop.in:
12889
12890         Add desktop file
12891
12892 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12893
12894         * shell/ev-view.c: (ev_view_button_press_event),
12895         (ev_view_motion_notify_event):
12896
12897         Make selection work in any direction
12898
12899 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12900
12901         * TODO:
12902         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12903
12904         Use shorter labels for some of the toolbars items
12905
12906 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12907
12908         * pdf/xpdf/pdf-document.cc:
12909
12910         Check the links info is initialized before
12911         using it. Should fix a crash on startup.
12912
12913 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12914
12915         * pixbuf/pixbuf-document.c
12916         (pixbuf_document_thumbnails_get_dimensions): force floating point
12917         division to calculate page_ratio. Fixes crash with landscape
12918         format pixbufs.
12919
12920 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12921
12922         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12923
12924 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12925
12926         * shell/ev-view.c (set_document_page): unset has_selection when
12927         the page changes.
12928         (set_document_page): handle paper size changes when the page
12929         changes (test with Free Culture, page 2).
12930
12931 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12932
12933         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12934         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12935
12936         Use normal style color for the widget background and
12937         draw a black box around the page.
12938
12939 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12940
12941         * pdf/xpdf/pdf-document.cc:
12942
12943         Keep offset in consideration in a few places
12944
12945         * shell/ev-view.c: (expose_bin_window):
12946
12947         Set the offsets so that the document is ever centered
12948
12949 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12950
12951         * TODO: Added TODO items and finished off the first todo item
12952
12953         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12954         reflect current authors
12955
12956 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12957
12958         * pdf/xpdf/pdf-document.cc:
12959         * shell/ev-view.c: (ev_view_set_cursor),
12960         (ev_view_motion_notify_event), (document_changed_callback),
12961         (set_document_page):
12962
12963         Show a wait cursor while the page is rendering
12964
12965 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12966
12967         * shell/ev-sidebar-thumbnails.c:
12968         (ev_sidebar_tree_selection_changed),
12969         (ev_sidebar_thumbnails_select_page):
12970         * shell/ev-sidebar-thumbnails.h:
12971         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12972         (ev_view_can_go_forward):
12973         * shell/ev-window.c: (ev_window_open_page),
12974         (ev_window_setup_document), (update_current_page),
12975         (view_page_changed_cb), (ev_window_init):
12976         * shell/ev-window.h:
12977
12978         Ensure thumbnails selection, toolbar page control and
12979         current page are in sync.
12980
12981 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12982
12983         * pdf/xpdf/XRef.cc:
12984
12985         Fix CAN-2005-0064
12986
12987 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12988
12989         * backend/Makefile.am:
12990         * backend/ev-document-links.h:
12991         * backend/ev-document-security.c: (ev_document_security_get_type),
12992         (ev_document_security_has_document_security),
12993         (ev_document_security_set_password):
12994         * backend/ev-document-security.h:
12995         * backend/ev-document.c: (ev_document_error_quark):
12996         * backend/ev-document.h:
12997         * data/Makefile.am:
12998         * data/evince-password.glade:
12999         * pdf/xpdf/pdf-document.cc:
13000         * shell/Makefile.am:
13001         * shell/ev-password.c: (ev_password_set_bad_password_label),
13002         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13003         (ev_password_dialog_get_password),
13004         (ev_password_dialog_set_bad_pass):
13005         * shell/ev-password.h:
13006         * shell/ev-window.c: (ev_window_get_attribute),
13007         (ev_window_set_property), (update_action_sensitivity),
13008         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13009         (ev_window_setup_document), (ev_window_get_password),
13010         (ev_window_open), (ev_window_cmd_save_as),
13011         (using_postscript_printer), (ev_window_print),
13012         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13013         (update_fullscreen_popup), (ev_window_fullscreen),
13014         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13015         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13016         (menu_item_select_cb), (find_bar_search_changed_cb),
13017         (ev_window_dispose), (ev_window_init):
13018
13019         Add initial support for password-supported dialogs.  This could be
13020         a lot cooler, but it'll do for now.
13021
13022 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13023
13024         * pdf/xpdf/pdf-document.cc:
13025         * shell/ev-view.c: (status_message_from_link),
13026         (ev_view_set_status), (ev_view_set_cursor),
13027         (ev_view_motion_notify_event), (ev_view_init):
13028         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13029
13030         Fix bugs in the links implementation and change cursor
13031         when hovering a link.
13032
13033 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13034
13035         * viewer/.cvsignore: added cvsignore file for viewer directory
13036
13037         * TODO: created TODO document
13038
13039 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13040
13041         * shell/ev-view.h:
13042         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13043         new functions to help with implementation of sensitivity code
13044         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13045         of all actions that might require it.  Fixes a crash when you
13046         click on the Zoom actions in a window lacking a document.
13047
13048 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13049
13050         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13051         of the Find action
13052
13053 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13054
13055         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13056         (pixbuf_document_document_iface_init):
13057         * ps/ps-document.c: (ps_document_get_link),
13058         (ps_document_document_iface_init):
13059         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13060         (status_message_from_link), (ev_view_set_status),
13061         (ev_view_set_find_status), (ev_view_motion_notify_event),
13062         (ev_view_button_release_event), (ev_view_set_property),
13063         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13064         (ev_view_get_find_status_message), (update_find_results),
13065         (ev_view_get_status), (ev_view_get_find_status):
13066         * shell/ev-view.h:
13067         * shell/ev-window.c: (view_status_changed_cb),
13068         (view_find_status_changed_cb), (ev_window_init):
13069
13070         View status message support, use it to show the links.
13071         Needs work...
13072
13073 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13074
13075         * backend/ev-document.c: (ev_document_get_link):
13076         * backend/ev-document.h:
13077         * pdf/xpdf/pdf-document.cc:
13078         * shell/ev-application.c: (ev_application_open):
13079         * shell/ev-application.h:
13080         * shell/ev-sidebar-links.c: (selection_changed_cb):
13081         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13082         (ev_view_go_to_link):
13083
13084         Add support for document links
13085
13086 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13087
13088         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13089         (create_tool_item):
13090         Set the spin button limits correctly.
13091         
13092         * shell/ev-sidebar-thumbnails.c:
13093         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13094         Support changing pages by clicking on the thumbnails.
13095         
13096 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13097
13098         * pixbuf/pixbuf-document.c:
13099         (pixbuf_document_thumbnails_get_dimensions),
13100         (pixbuf_document_document_thumbnails_iface_init):
13101
13102         implement get_dimensions
13103
13104 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13105
13106         * ps/ps-document.c: (ps_document_goto_page):
13107
13108         Fix page switching on multipage documents
13109
13110 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13111
13112         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13113         
13114         check for NULL before assigning to width and height parameters
13115
13116 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13117
13118         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13119         (pixbuf_document_set_property), (pixbuf_document_get_property):
13120
13121         implement get/set properties
13122
13123 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13124
13125         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13126         
13127         return NULL instead of "Unknown", letting the title get set to
13128         the filename when the pdf has no title.
13129
13130 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13131
13132         * ps/ps-document.c: (ps_document_get_page_count),
13133         (ps_document_goto_page):
13134
13135 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13136
13137         * shell/ev-history.c: (ev_history_get_property),
13138         (ev_history_set_property), (ev_history_class_init),
13139         (ev_history_add_page), (ev_history_set_current_index):
13140         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13141         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13142         (ev_navigation_action_finalize):
13143         * shell/ev-navigation-action.h:
13144         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13145         (ev_view_go_forward), (ev_view_get_find_status_message),
13146         (history_index_changed_cb), (ev_view_set_history):
13147         * shell/ev-view.h:
13148         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13149         (update_current_page), (register_custom_actions):
13150
13151         Implement history dropdowns
13152
13153 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13154
13155         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13156         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13157         (ev_view_go_forward):
13158         * shell/ev-window.c: (register_custom_actions):
13159
13160         Fix several history bugs
13161
13162 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13163
13164         * configure.ac: Add «nb» to ALL_LINGUAS.
13165
13166 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13167
13168         * backend/Makefile.am:
13169         * backend/ev-bookmark.c:
13170         * backend/ev-bookmark.h:
13171         * backend/ev-document-bookmarks.c:
13172         * backend/ev-document-bookmarks.h:
13173         * backend/ev-document-links.c: (ev_document_links_get_type),
13174         (ev_document_links_has_document_links),
13175         (ev_document_links_begin_read), (ev_document_links_get_link),
13176         (ev_document_links_get_child), (ev_document_links_next),
13177         (ev_document_links_free_iter):
13178         * backend/ev-document-links.h:
13179         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13180         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13181         (ev_link_get_link_type), (ev_link_set_link_type),
13182         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13183         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13184         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13185         (ev_link_new_external):
13186         * backend/ev-link.h:
13187         * pdf/xpdf/pdf-document.cc:
13188         * shell/Makefile.am:
13189         * shell/ev-application.c: (ev_application_open_link):
13190         * shell/ev-application.h:
13191         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13192         (ev_history_get_link_nth):
13193         * shell/ev-history.h:
13194         * shell/ev-sidebar-bookmarks.c:
13195         * shell/ev-sidebar-bookmarks.h:
13196         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13197         (ev_sidebar_links_class_init), (selection_changed_cb),
13198         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13199         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13200         (do_one_iteration), (populate_links_idle),
13201         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13202         * shell/ev-sidebar-links.h:
13203         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13204         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13205         (go_to_index):
13206         * shell/ev-view.h:
13207         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13208         * shell/ev-window.h:
13209
13210         Rename bookmark to link, and use "Index" for the sidebar panel.
13211
13212 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13213
13214         * shell/Makefile.am:
13215         * shell/ev-application.c: (ev_application_open_bookmark):
13216         * shell/ev-application.h:
13217         * shell/ev-history.c: (ev_history_init), (free_links_list),
13218         (ev_history_finalize), (ev_history_class_init),
13219         (ev_history_add_link), (ev_history_add_page),
13220         (ev_history_get_link_nth), (ev_history_get_n_links),
13221         (ev_history_get_current_index), (ev_history_set_current_index),
13222         (ev_history_new):
13223         * shell/ev-history.h:
13224         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13225         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13226         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13227         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13228         (ev_view_set_page):
13229         * shell/ev-view.h:
13230         * shell/ev-window.c: (ev_window_open_bookmark),
13231         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13232         (goto_page_cb), (register_custom_actions):
13233         * shell/ev-window.h:
13234
13235         Initial history implementation. Needs work.
13236
13237 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13238
13239         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13240
13241 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13242
13243         * cut-n-paste/recent-files/egg-recent-item.c:
13244         * cut-n-paste/recent-files/egg-recent-item.h:
13245         * cut-n-paste/recent-files/egg-recent-model.c:
13246         * cut-n-paste/recent-files/egg-recent-util.c:
13247         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13248         * cut-n-paste/recent-files/egg-recent-view.c:
13249
13250         Update
13251
13252 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13253
13254         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13255         (fillGlyph, fillImageMask, drawImage):
13256         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13257         pdf/splash/SplashTypes.h:
13258         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13259         packed mode for Splash.
13260
13261         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13262         RGB8 packed mode, eliminates the pixbuf data creation loop.
13263
13264         * shell/ev-print-job.c (ev_print_job_finalize)
13265         (ev_print_job_set_property, ev_print_job_get_property)
13266         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13267         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13268         (print_closure_finalize, ev_print_job_print): implement
13269         printing (for backends with EvPsExporter)
13270
13271         * shell/ev_print_job.h: update prototypes.
13272
13273         * shell/ev-window.c (ev_window_print): unref print job after
13274         printing.
13275
13276         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13277         unless the document implements the EvDocumentFind interface.
13278
13279 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13280
13281         * configure.ac: Added ja to ALL_LINGUAS.
13282
13283 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13284
13285         * pdf/xpdf/pdf-document.cc:
13286
13287         add a FIXME. We should probably not allocate
13288         a bookmark object every time
13289
13290 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13291
13292         * shell/ev-application.c: (ev_application_open),
13293         (ev_application_open_bookmark):
13294         * shell/ev-application.h:
13295         
13296         Add a way to open bookmarks
13297
13298         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13299         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13300         (ev_bookmark_set_property), (ev_bookmark_class_init),
13301         (ev_bookmark_new_title), (ev_bookmark_new_link),
13302         (ev_bookmark_new_external):
13303
13304         Support for external uris, better constructors.
13305
13306         * backend/ev-bookmark.h:
13307         * pdf/xpdf/pdf-document.cc:
13308         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13309
13310         Handle external uris
13311
13312 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13313
13314         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13315         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13316
13317         Hook up bookmarks navigation
13318
13319 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13320
13321         * backend/Makefile.am:
13322         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13323         (ev_bookmark_get_title), (ev_bookmark_set_title),
13324         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13325         (ev_bookmark_get_page), (ev_bookmark_set_page),
13326         (ev_bookmark_get_property), (ev_bookmark_set_property),
13327         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13328         (ev_bookmark_new):
13329         * backend/ev-bookmark.h:
13330         * backend/ev-document-bookmarks.c:
13331         (ev_document_bookmarks_get_bookmark):
13332         * backend/ev-document-bookmarks.h:
13333         * pdf/xpdf/pdf-document.cc:
13334         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13335
13336         Add a bookmark object to the backend and use it instead of get_values
13337
13338 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13339
13340         * data/evince-ui.xml:
13341
13342         Cleanup and add select all.
13343
13344         * shell/ev-view.c: (ev_view_select_all),
13345         (ev_view_button_press_event):
13346         * shell/ev-view.h:
13347         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13348
13349         Add select all.
13350         Clear selection on click.
13351
13352 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13353
13354         * shell/ev-sidebar-thumbnails.c
13355         (ev_sidebar_thumbnails_set_document): forgot to unref the
13356         loading_icon.
13357
13358 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13359
13360         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13361         at the visible page, not just linearly.  This makes it look fast.
13362
13363 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13364
13365         * backend/ev-document-misc.c
13366         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13367         white.
13368         * backend/ev-document-thumbnails.h: New interface to get the size
13369         of a page.
13370
13371 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13372
13373         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13374         make dist works
13375
13376 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13377
13378         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13379         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13380         things up a bit.
13381
13382         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13383
13384 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13385
13386         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13387         fonts. Should fix font problems on systems that have the base
13388         fonts in bitmap format. Reported by James Henstridge
13389         <james@jamesh.id.au>.
13390
13391 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13392
13393         * pdf/xpdf/Gfx.cc:
13394         * pdf/xpdf/GfxState.cc:
13395
13396         Fix for CAN-2004-1125
13397
13398 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13399
13400         * shell/ev-view.c: (ev_view_copy):
13401         * shell/ev-view.h:
13402         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13403
13404         Implement Edit->Copy
13405
13406 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13407
13408         * backend/ev-document.c: (ev_document_get_text):
13409         * backend/ev-document.h:
13410         * pdf/xpdf/pdf-document.cc:
13411         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13412         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13413         (ev_view_update_primary_selection), (ev_view_button_press_event),
13414         (ev_view_motion_notify_event), (ev_view_button_release_event):
13415
13416         Beginnings of clipboard support. Incomplete but primary sort
13417         of work.
13418
13419 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13420
13421         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13422         (expose_bin_window):
13423
13424         Nicer rubberband drawing, from GtkIconView.
13425
13426 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13427
13428         * backend/ev-document.c: (ev_document_save):
13429         * backend/ev-document.h:
13430         * data/evince-ui.xml:
13431         * pdf/xpdf/pdf-document.cc:
13432         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13433
13434         Implement "Save a copy..." menu item
13435
13436 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13437
13438         * shell/ev-view.c: (ev_view_zoom):
13439
13440         Queue a resize when zoom changes
13441
13442 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13443
13444         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13445         shadows.
13446
13447         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13448         thumbnails..
13449
13450 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13451
13452         * pdf/xpdf/pdf-document.cc
13453         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13454
13455 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13456
13457         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13458         It's slow, but I'll speed it up next!
13459
13460 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13461
13462         * shell/main.c (load_files):
13463
13464         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13465         from the command line and because it seems more appropriate.
13466
13467 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13468
13469         * data/evince-ui.xml:
13470         * shell/ev-window.c: (update_action_sensitivity),
13471         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13472
13473         s/next page/page down
13474         s/previous page/page up
13475
13476 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13477
13478         * data/evince-ui.xml:
13479
13480         Change the layout to match clarkbw design.
13481
13482         * shell/Makefile.am:
13483         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13484         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13485         (ev_navigation_action_finalize),
13486         (ev_navigation_action_set_property),
13487         (ev_navigation_action_get_property),
13488         (ev_navigation_action_class_init):
13489         * shell/ev-navigation-action.h:
13490
13491         Implement clarkbw toolbar navigation controls (incomplete)
13492
13493         * shell/ev-page-action.c: (update_label), (update_spin),
13494         (value_changed_cb), (create_tool_item), (connect_proxy),
13495         (ev_page_action_init), (ev_page_action_finalize),
13496         (ev_page_action_set_property), (ev_page_action_get_property),
13497         (ev_page_action_set_current_page),
13498         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13499         * shell/ev-page-action.h:
13500
13501         Implement a page switcher in the toolbar
13502
13503         * shell/ev-view.c: (ev_view_scroll_view):
13504         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13505         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13506         (register_custom_actions), (ev_window_init):
13507
13508         Change page on PageUp/Down.
13509
13510 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13511
13512         * pdf/xpdf/pdf-document.cc
13513         (pdf_document_thumbnails_get_thumbnail): initial stab at
13514         implementing thumbnail support for pdfs.  It only does documents
13515         with precached pdfs now.
13516
13517 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13518
13519         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13520         thumbnail code into a time-based idle as well.  Also, turn off the
13521         shadow temporarily as it's really slow.
13522
13523 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13524
13525         * backend/ev-document.c: (ev_document_class_init):
13526         * pdf/xpdf/pdf-document.cc:
13527         * shell/ev-window.c: (ev_window_open):
13528
13529         Fix document title bugs and fallback to
13530         filename when not available.
13531
13532 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13533
13534         * backend/ev-document.c: (ev_document_get_type),
13535         (ev_document_class_init), (ev_document_load),
13536         (ev_document_get_title):
13537         * backend/ev-document.h:
13538         * pdf/xpdf/pdf-document.cc:
13539         * ps/ps-document.c: (ps_document_set_property),
13540         (ps_document_get_property), (ps_document_class_init),
13541         (document_load):
13542         * ps/ps-document.h:
13543         * ps/ps.h:
13544         * shell/ev-window.c: (update_window_title), (ev_window_open),
13545         (ev_window_init):
13546
13547         Initial support for document title. Not working yet.
13548
13549 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13550
13551         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13552
13553         Grab focus on the view when clicking it
13554
13555 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13556
13557         * shell/ev-marshal.list:
13558         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13559         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13560
13561         Add key bindings to the view. Now if the focus would work
13562         right...
13563
13564 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13565
13566         * Makefile.am:
13567         * backend/Makefile.am:
13568         * data/Makefile.am:
13569         * dvi/Makefile.am:
13570         * dvi/dvilib/Makefile.am:
13571         * pdf/xpdf/Makefile.am:
13572         * po/POTFILES.in:
13573         * ps/Makefile.am:
13574
13575         Fix distcheck
13576
13577 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13578
13579         * shell/ev-view.c: (ev_view_realize):
13580
13581         Fix mouse wheel scrolling
13582
13583 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13584
13585         * ps/Makefile.am:
13586         * ps/gstypes.h:
13587         * ps/gtkgs.c:
13588         * ps/gtkgs.h:
13589         * ps/ps-document.c: (catchPipe), (ps_document_init),
13590         (ps_document_class_init), (ps_document_cleanup),
13591         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13592         (set_up_page), (close_pipe), (is_interpreter_ready),
13593         (interpreter_failed), (output), (input), (start_interpreter),
13594         (stop_interpreter), (file_length), (file_readable),
13595         (check_filecompressed), (check_pdf), (compute_xdpi),
13596         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13597         (ps_document_get_type), (ps_document_emit_error_msg),
13598         (document_load), (ps_document_next_page),
13599         (ps_document_get_current_page), (ps_document_get_page_count),
13600         (ps_document_goto_page), (ps_document_set_page_size),
13601         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13602         (ps_document_load), (ps_document_get_n_pages),
13603         (ps_document_set_page), (ps_document_get_page),
13604         (ps_document_widget_event), (ps_document_set_target),
13605         (ps_document_set_scale), (ps_document_set_page_offset),
13606         (ps_document_get_page_size), (ps_document_render),
13607         (ps_document_document_iface_init):
13608         * ps/ps-document.h:
13609         * ps/ps.c:
13610         * shell/ev-window.c: (ev_window_open):
13611
13612         Rename GtkGS to PSDocument
13613
13614 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13615
13616         * ps/gtkgs.c: (gtk_gs_class_init):
13617         * ps/gtkgs.h:
13618
13619         Some more leftover...
13620
13621 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13622
13623         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13624         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13625         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13626         * ps/gtkgs.h:
13627
13628         Remove unused code and make a lot of stuff private
13629
13630 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13631
13632         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13633         (gtk_gs_defaults_changed):
13634         * ps/gsdefaults.h:
13635         * ps/gtkgs.c:
13636         * ps/gtkgs.h:
13637         * ps/ps.h:
13638
13639         Cleanup headers dependencies
13640
13641 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13642
13643         * ps/Makefile.am:
13644         * ps/ggvutils.c:
13645         * ps/ggvutils.h:
13646         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13647         * ps/gsdefaults.h:
13648         * ps/gtkgs.c: (file_length), (file_readable),
13649         (check_filecompressed), (check_pdf), (gtk_gs_load),
13650         (gtk_gs_get_postscript):
13651
13652         Get rid of ggvutils
13653
13654 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13655
13656         * ps/ggvutils.c:
13657         * ps/ggvutils.h:
13658         * ps/gsio.h:
13659         * ps/gtkgs.c: (gtk_gs_set_zoom):
13660
13661         Cleanups
13662
13663 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13664
13665         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13666
13667         Ensure the page is rerendered when changing zoom
13668
13669 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13670
13671         * backend/ev-document.c: (ev_document_base_init),
13672         (ev_document_changed):
13673         * backend/ev-document.h:
13674
13675         Add a changed event that is emitted when the page content
13676         changes. This is necessary to deal with the fact that
13677         in ps backend rendering happen asycrounously.
13678         This makes the ps backend mostly work.
13679
13680         * pdf/xpdf/pdf-document.cc:
13681
13682         Emit changed event
13683
13684         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13685         (ps_document_set_target):
13686
13687         Emit changed event
13688
13689         * shell/ev-view.c: (document_changed_callback),
13690         (ev_view_set_document), (ev_view_set_page):
13691
13692         Redraw on the changed signal
13693
13694 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13695
13696         * configure.ac: Added pt_BR to ALL_LINGUAS.
13697
13698 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13699
13700         * backend/ev-document-bookmarks.c:
13701         (ev_document_bookmarks_get_child): *
13702         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13703         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13704         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13705         (ev_sidebar_bookmarks_destroy),
13706         (ev_sidebar_bookmarks_class_init),
13707         (ev_sidebar_bookmarks_construct), (stack_data_free),
13708         (do_one_iteration), (populate_bookmarks_idle),
13709         (ev_sidebar_bookmarks_clear_document),
13710         (ev_sidebar_bookmarks_set_document): *
13711         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13712         (ev_sidebar_add_page),
13713         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13714         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13715         it displays both the topics and the page numbers.
13716
13717 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13718
13719         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13720         toggle.
13721         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13722         visible.
13723
13724 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13725
13726         * configure.ac: Added en_CA to ALL_LINGUAS.
13727
13728 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13729
13730         * ChangeLog: replace bottom of this ChangeLog (merged history of
13731         ggv and gpdf; where all paths were wrong and most of the files are
13732         not even in this tree) with ChangeLog (from arch) of the shell
13733         code.
13734
13735 2004-12-23  Havoc Pennington  <hp@redhat.com>
13736
13737         * shell/ev-window.c: hook up potentially-questionable "find
13738         results status text" feature - something involving the sidebar or
13739         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13740         might be better in the end.
13741
13742         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13743         with corresponding signal when it should be updated
13744
13745         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13746
13747 2004-12-22  Havoc Pennington  <hp@redhat.com>
13748
13749         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13750         find stuff on other pages, sort of (only returns one result on
13751         invisible pages, to show they have results; updates full results
13752         for a page when you view it). Currently repaints the current page
13753         every time a new result is found on any page, which isn't so nice.
13754
13755 2004-12-22  Havoc Pennington  <hp@redhat.com>
13756
13757         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13758         the document doesn't support find (better ideas?)
13759         (find_bar_search_changed_cb): handle missing document or document
13760         that doesn't support find
13761
13762         * pdf/xpdf/pdf-document.cc: port to implement the new
13763         EvDocumentFindIface
13764
13765         * backend/ev-document-find.c: create a new interface for searching
13766
13767         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13768
13769 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13770
13771         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13772         libevbackend.la.
13773
13774         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13775         EvPrintJob constructor arguments.
13776
13777         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13778         for documents that can export PostScript (page by page).
13779
13780         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13781         
13782         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13783         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13784         (pdf_document_ps_exporter_iface_init:
13785         Implement EvPSExporter.
13786
13787         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13788
13789 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13790
13791         * backend/Makefile.am:
13792         * backend/ev-document-thumbnails.c:
13793         (ev_document_thumbnails_get_type),
13794         (ev_document_thumbnails_get_thumbnail):
13795         * backend/ev-document-thumbnails.h:
13796         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13797         (pixbuf_document_thumbnails_get_thumbnail),
13798         (pixbuf_document_document_thumbnails_iface_init):
13799         * shell/Makefile.am:
13800         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13801         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13802         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13803         * shell/ev-sidebar-thumbnails.h:
13804         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13805         (ev_sidebar_set_document):
13806         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13807         (create_shadow), (ev_pixbuf_add_shadow):
13808         * shell/ev-utils.h:
13809         Add thumbnail support.
13810         
13811 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13812
13813         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13814         (using_postscript_printer): Set up a print dialog for "PostScript
13815         injection" method.
13816
13817         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13818         EvPrintJob.
13819
13820         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13821
13822 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13823
13824         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13825         (ps_document_set_target), (ps_document_get_page_size),
13826         (ps_document_render):
13827         * ps/gtkgs.h:
13828
13829         Fix a few bugs
13830
13831 2004-12-22  Christian Rose  <menthos@menthos.com>
13832
13833         * configure.ac: Added "sv" to ALL_LINGUAS.
13834
13835 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13836
13837         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13838         document supports bookmarks.
13839
13840 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13841
13842         * ps/ggvutils.c: (ggv_file_readable):
13843         * ps/ggvutils.h:
13844         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13845         (gtk_gs_get_postscript):
13846
13847         Remove unused utils
13848
13849 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13850
13851         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13852         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13853         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13854         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13855         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13856         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13857         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13858         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13859         (gtk_gs_set_antialiasing), (ps_document_load),
13860         (ps_document_render):
13861         * ps/gtkgs.h:
13862
13863         Another check point for the ps backend. Now I can get it to show
13864         pages!
13865
13866 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13867
13868         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13869         document setting code.
13870
13871 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13872
13873         * shell/eggfindbar.c: (entry_activate_callback):
13874         Animate the next button when activate is pressed.
13875         
13876 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13877
13878         * shell/ev-window.c: (ev_window_cmd_edit_find),
13879         (update_fullscreen_popup), (ev_window_fullscreen),
13880         (ev_window_unfullscreen), (ev_window_state_event_cb),
13881         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13882         Fix bugs in fullscreen code.
13883         
13884 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13885
13886         * Makefile.am:
13887         * configure.ac:
13888         * pixbuf/Makefile.am:
13889         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13890         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13891         (pixbuf_document_set_page), (pixbuf_document_get_page),
13892         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13893         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13894         (pixbuf_document_render), (pixbuf_document_begin_find),
13895         (pixbuf_document_end_find), (pixbuf_document_finalize),
13896         (pixbuf_document_class_init),
13897         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13898         * pixbuf/pixbuf-document.h:
13899         * shell/Makefile.am:
13900         * shell/ev-application.c: (ev_application_open):
13901         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13902         (ev_window_open):
13903         Add pixbuf backend.
13904         
13905 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13906
13907         * Makefile.am: 
13908         * dvi/dvilib/Makefile.am:
13909         * dvi/Makefile.am:
13910         * configure.ac: Auto*ify dvi and dvi/dvilib
13911
13912         * dvi/Makefile: Remove from CVS
13913         
13914         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13915         confusion.
13916
13917         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13918         
13919         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13920         
13921 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13922
13923         * ps/Makefile.am:
13924         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13925         (gtk_gs_value_adjustment_changed), (compute_size),
13926         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13927         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13928         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13929         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13930         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13931         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13932         (ps_document_load), (ps_document_get_n_pages),
13933         (ps_document_set_page), (ps_document_get_page),
13934         (ps_document_set_target), (ps_document_set_scale),
13935         (ps_document_set_page_offset), (ps_document_get_page_size),
13936         (ps_document_render), (ps_document_begin_find),
13937         (ps_document_end_find), (ps_document_document_iface_init):
13938         * ps/gtkgs.h:
13939         * shell/Makefile.am:
13940         * shell/ev-window.c: (ev_window_open):
13941
13942         Some work to integrate gtkgs with EvDocument
13943
13944 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13945
13946         * shell/ev-window.c: (update_fullscreen_popup),
13947         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13948         (exit_fullscreen_button_clicked_cb),
13949         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13950         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13951         (ev_window_state_event_cb), (ev_window_init):
13952         Add fullscreen support from Epiphany.
13953         
13954 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13955
13956         * data/ev-stock-zoom-fit-width.png: fit-width
13957         stock icon from gpdf.
13958         
13959         * shell/ev-stock-icons.[ch]: copied from gpdf.
13960         
13961         * shell/main.c: (main): init stock icons.
13962         
13963         * shell/ev-window.c: use the fit-width icon.
13964         
13965         * data/evince-ui.xml: add zooming toolbar items.
13966
13967 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13968
13969         * shell/ev-view.c: 
13970         (ev_view_best_fit), (ev_view_fit_width): because
13971         get_page_size() returns the scaled page size, we
13972         need to calculate the scale factor relative to
13973         the previous scale factor. Should really just
13974         add get_real_page_size().
13975
13976 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13977
13978         * shell/ev-view.[ch]:
13979         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13980         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13981         add zooming.
13982         
13983         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13984         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13985         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13986         hook it up.
13987         
13988         * pdf/xpdf/pdf-document.cc:
13989         (pdf_document_begin_find),
13990         (pdf_document_end_find): make static.
13991
13992 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13993
13994         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13995
13996         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13997         names to fontconfig patterns.
13998         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13999
14000         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14001         setupBaseFontsFc.
14002
14003 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14004
14005         * Makefile.am:
14006         * configure.ac:
14007         * ps/Makefile.am:
14008         * ps/ggvutils.c:
14009         * ps/ggvutils.h:
14010         * ps/gsdefaults.c:
14011         * ps/gsdefaults.h:
14012         * ps/gsio.c:
14013         * ps/gsio.h:
14014         * ps/gtkgs.c:
14015         * ps/gtkgs.h:
14016         * ps/ps.c:
14017         * ps/ps.h:
14018
14019         Import ggv backend. Not hooked up yet.
14020
14021 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14022
14023         * shell/main.c: (load_files), (main): load files
14024         from the command line.
14025
14026 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14027
14028         * configure.ac: don't require bonobo.
14029         
14030         * cut-n-paste/recent-files/*: kill bonobo recent
14031         view.
14032
14033         * shell/ev-window.c:
14034         (ev_window_is_empty): upd.
14035         (unable_to_load), (ev_window_open): load backend
14036         based on the mime type.
14037
14038 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14039
14040         * backend/.cvsignore: ignore generated marshalers source.
14041
14042         * shell/main.c (main): this is not epiphany.
14043
14044 2004-12-22  Havoc Pennington  <hp@redhat.com>
14045
14046         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14047         (expose_bin_window): draw find highlights
14048
14049         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14050         
14051         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14052         (pdf_document_end_find): implement this interface
14053
14054         * backend/ev-document.c (ev_document_found): add this to emit
14055         signal
14056
14057 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14058
14059         * data/evince-ui.xml: Add a few more toolbar items.
14060
14061         * shell/ev-window.c: Hook up page navigation toolbar 
14062         items.
14063
14064         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14065         a page-changed signal.
14066
14067         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14068         Add ev_document_get_page().
14069
14070         * shell/ev-window.c: Sensitize/desensitize navigation
14071         actions.
14072
14073 2004-12-21  Havoc Pennington  <hp@redhat.com>
14074
14075         * backend/ev-backend-marshal.c,
14076         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14077         marshaler-generator thingy. I'm sure there's a better way to do
14078         this in the modern world.
14079
14080         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14081         end_find methods and "found" signal.
14082
14083         * configure.ac: find glib-genmarshal
14084
14085 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14086
14087         * shell/ev-sidebar.c: Construct an actual sidebar.
14088         * shell/ev-sidebar-bookmarks.[ch]:
14089         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14090
14091 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14092
14093         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14094         Redo size handling.
14095         
14096         * shell/ev-view.c: Track the size from the document.
14097
14098 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14099
14100         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14101         constructor assumes ownership of the string passed in.
14102         
14103         * shell/ev-window.c (ev_window_open): Destroy the error
14104         dialog once we've displayed it.
14105
14106 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14107
14108         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14109         a bit, it works! (sort of)
14110
14111         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14112         Move to .cc since we need to use C++ in the implementation.
14113
14114         * shell/dummy.cc: Add a CC file to force evince
14115         to be linked as a C++ program.
14116
14117 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14118
14119         * shell/ev-view.[ch]: Start of content-area widget.
14120
14121         * shell/ev-window.c: Create a EvView, update it
14122         as we change documents.
14123
14124         * shell/Makefile.am shell/ev-marshal.list: Add
14125         generated marshalers.
14126
14127 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14128
14129         * Makefile.am (SUBDIRS): move shell.
14130
14131 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14132
14133         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14134         .a to libtool convenience libraries.
14135
14136         * shell/ev-window.c (ev_window_open): Hard code loading
14137         a PDF document.
14138         
14139         * backend/ev-document.h: Add a boolean return to load(),
14140         fix GError * to GError **.
14141
14142         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14143         object for a PDF backend EvDocument.
14144
14145 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14146
14147         * dvi/*: New directory with the beginning of a .dvi backend.
14148
14149 2004-12-21  Havoc Pennington  <hp@redhat.com>
14150
14151         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14152         previous/next instead of back/forward
14153
14154 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14155
14156         * backend/ev-document.[ch]: Fix a couple of problems so
14157         it compile.
14158
14159 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14160
14161         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14162         to backend/ directory, rename EvViewer to EvDocument.
14163
14164 2004-12-21  Havoc Pennington  <hp@redhat.com>
14165
14166         * shell/ev-window.c: hook up the find bar widget; now we just need
14167         a document to find things in
14168
14169         * shell/eggfindbar.c: a find bar widget
14170
14171 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14172
14173         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14174
14175 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14176
14177         * pdf/**: Import of xpdf code from gpdf. 
14178
14179         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14180
14181         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14182         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14183         Fix FreeType includes.
14184
14185         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14186         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14187         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14188         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14189         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14190         Include xpdfconfig.h
14191         
14192 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14193
14194         * shell/ev-window.c (ev_window_dispose): dispose can be called
14195         multiple times.
14196
14197 2004-12-21  Havoc Pennington  <hp@redhat.com>
14198
14199         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14200         rather than Evince
14201
14202         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14203         items; really they should be synced with the strings, etc. from
14204         current gpdf, but just getting the boring typing out of the way 
14205
14206 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14207
14208         * po/POTFILES.in:
14209         * shell/ev-application.c: (window_destroy_cb):
14210         * shell/ev-window.c:
14211         * shell/main.c: (main):
14212
14213         Actually show the window...
14214
14215 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14216
14217         * Makefile.am:
14218         * shell/Makefile.am:
14219         * shell/ev-application.c: (ev_application_class_init):
14220         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14221
14222         Make it build again
14223
14224 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14225
14226         Import to gnome cvs.
14227         
14228         * Remove copies of gpdf and ggv trees.
14229         * Rip out all the recursive configure code.
14230         * Remove bonobo machinery.
14231         * viewer/*: GInterfaces that backends should/can implement.
14232
14233 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14234
14235         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14236         typo
14237
14238 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14239
14240         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14241         (ev_application_finalize, ev_application_class_init)
14242         (ev_application_init): use GType instance private data for priv.
14243
14244         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14245         (ev_window_finalize, ev_window_class_init)
14246         (ev_window_init): ditto.
14247
14248 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14249
14250         * shell/ev-application.c (ev_application_new_window): make public
14251         (ev_application_show_initial_window): kill.
14252
14253         * shell/ev-application.h: update prototypes.
14254
14255         * shell/main.cc (main): inline ev_application_show_initial_window.
14256
14257 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14258
14259         * shell/ev-application.c (ev_application_new_window): impl.
14260         (ev_application_show_initial_window): use it.
14261         (is_window_empty, ev_application_get_empty_window): returns an
14262         existing empty window or a new one.
14263         (ev_application_open): from ev_window_cmd_file_open.
14264
14265         * shell/ev-application.h: update prototypes
14266
14267         * shell/ev-window.c (ev_window_is_empty): impl.
14268         (ev_window_open): make public.
14269         (ev_window_cmd_file_open): use ev_application_open
14270
14271         * shell/ev-window.h: update prototypes, remove unused.
14272
14273 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14274
14275         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14276         move destroy handler out of here...
14277
14278         * shell/ev-application.c, shell/ev-application.h: ...into this new
14279         class. Also handles initial window creation.
14280
14281         * shell/main.cc (main): use EvApplication to create initial
14282         window.
14283
14284 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14285
14286         * Makefile.am (SUBDIRS): add cut-n-paste
14287
14288         * cut-n-paste/Makefile.am: add
14289
14290         * configure.ac: generate Makefiles in cut-n-paste
14291
14292 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14293
14294         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14295         (ev_window_class_init): install ev_window_dispose.
14296
14297 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14298
14299         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14300         char (gchar looks stupid).
14301
14302 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14303
14304         * po/de.po: updated German translation.
14305
14306 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14307
14308         * configure.ac: add more pkg-config library checks for gnome-vfs,
14309         bonobo etc.
14310
14311         * gpdf/configure.in: temporarily disable libpaper
14312         checks. Otherwise I'd have to add the checks for the shell, too.
14313
14314 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14315
14316         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14317         and * file filters to the file choose.
14318
14319 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14320
14321         * po/de.po: Updated German translation.
14322
14323 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14324
14325         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14326
14327 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14328
14329         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14330
14331         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14332         (ev_window_init): implement those menuitems.
14333
14334 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14335
14336         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14337
14338         * shell/ev-window.c (ev_window_init): use the toolbar.
14339
14340 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14341
14342         * shell/ev-window.c (ev_window_init): use menu translations
14343
14344 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14345
14346         * configure.ac: add "de" to ALL_LINGUAS.
14347
14348         * po/de.po: add German translation.
14349
14350 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14351
14352         * Makefile.am (SUBDIRS): add po
14353
14354         * configure.ac: check intltool, glib-gettext etc, generate
14355         po/Makefile.in
14356
14357         * po, po/POTFILES.in, po/POTFILES.skip: new.
14358
14359 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14360
14361         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14362         already use (#ifdef ENABLE_NLS)
14363
14364         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14365         pointer indirection thinko.
14366
14367         * shell/main.c: include gi18n.h for bindtextdomain etc.
14368
14369 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14370
14371         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14372         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14373         tooltips for menu items in the statusbar.
14374
14375 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14376
14377         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14378         pkgdatadir drop UIDIR
14379
14380 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14381
14382         * data/evince-ui.xml: Add File->Open menu item
14383
14384         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14385         chooser), hook it up in the ui manager.
14386
14387 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14388
14389         * shell/ev-window.c: fix Help->About tooltip.
14390
14391 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14392
14393         * configure.ac: set CFLAGS for libevprivate.
14394
14395         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14396         definitions, factory etc.
14397
14398         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14399
14400         * shell/Makefile.am: link against libevprivate.a.
14401
14402         * shell/ev-window.c (entries): add stock icon to Help->About.
14403
14404         * shell/main.c (main): init stock icon code.
14405
14406 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14407
14408         * lib/recent-files: egg recent files code
14409
14410         * lib/Makefile.am: add.
14411
14412         * Makefile.am: add lib subdir.
14413
14414         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14415         set CFLAGS for recent-files.
14416
14417 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14418
14419         * configure.ac: disable -ansi and -pedantic gcc flags. They
14420         disable POSIX stuff in stdio.h, but egg-recent uses them.
14421
14422 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14423
14424         * configure.ac: add --disable-deprecated flag (defaults to on in
14425         "cvs" builds).
14426
14427         * shell/Makefile.am (INCLUDES): use it.
14428
14429 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14430
14431         * shell/main.c: add missing #include.
14432
14433         * shell/ev-window.c: fix for pedantic gcc.
14434         (ev_window_cmd_help_about): split license into paragraphs for
14435         translators and pedantic compilers.
14436
14437 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14438
14439         * configure.ac: add more warning flags if compiling with gcc from
14440         cvs (or explicitly requested with --enable-more-warnings).
14441
14442 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14443
14444         * data/evince-ui.xml: add File and File->Close menu.
14445
14446         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14447         (ev_window_destroy): quit after destroy.
14448         (ev_window_class_init): override GtkObject::destroy.
14449         (entries): install close_window callback.
14450
14451 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14452
14453         * Makefile.am (SUBDIRS): add data subdir.
14454
14455         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14456         gtk+ 2.5.0 for GtkAboutDialog.
14457
14458         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14459         main window.
14460
14461         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14462
14463         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14464         manager.
14465         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14466
14467 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14468
14469         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14470
14471 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14472
14473         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14474
14475 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14476
14477         * shell/*: Added shell directory boilerplate, build it.
14478
14479 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14480
14481         * configure.ac, Makefile.am: Added top-level configure.ac and
14482         Makefile.am