]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Make sure copy_job_page_and_selection_to_job_info is always called before
[evince.git] / ChangeLog
1 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4
5         Make sure copy_job_page_and_selection_to_job_info is always called
6         before copy_job_to_job_info. Fixes bug #552382.
7         
8 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * NEWS:
11         * configure.ac:
12
13         Update for release 2.24.0
14         
15 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
16
17         * shell/ev-window.c: (launch_external_uri):
18
19         Use GdkAppLaunchContext when available to launch external uris.
20         
21 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * shell/ev-window.c: (launch_external_uri):
24
25         Use the message area to show errors when lauching external uris
26         instead of a popup window.
27         
28 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * shell/ev-window.c: (launch_external_uri):
31
32         Assume invalid uris are http uris. Fixes bug #552071.
33         
34 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
35
36         * NEWS:
37         * configure.ac:
38
39         Update for release 2.23.92.
40         
41 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * shell/eggfindbar.c: (egg_find_bar_class_init):
44
45         Allow page scrolling with PageUp/PageDown keys when find bar is
46         active. Fixes bug #529833.
47         
48 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
49
50         * shell/ev-view-private.h:
51         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
52         (ev_view_scroll), (ev_view_class_init):
53         * shell/ev-view-accessible.c:
54         (ev_view_accessible_action_do_action):
55         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
56         (ev_window_cmd_scroll_backward):
57
58         Use GtkScrollType instead of EvScrollType.
59         
60 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
61
62         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
63         
64         Patch for case unsensitive page label match by Michael Lee.
65         See bug #550136.
66         
67         * shell/ev-page-action.c (create_tool_item):    
68         * test/Makefile.am:
69         * test/test1.py:
70         * test/test4.py:
71         * test/test5.py:
72         
73         Added test for the above and updated other tests.
74
75 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
76
77         * shell/ev-window.c: (image_save_dialog_response_cb):
78
79         Do not append the file extension twice when saving an image.
80         
81 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
84
85         Remove an invalid ifdef.
86         
87 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * shell/ev-view.c: (ev_view_motion_notify_event):
90
91         Make sure the cursor is correctly restored after showing the right
92         click menu.
93         
94 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
95
96         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
97         (ev_attachment_open):
98         * shell/ev-sidebar-attachments.c:
99         (ev_sidebar_attachments_button_press):
100         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
101
102         Use GdkAppLaunchContext when available to open attachments.
103         
104 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
105
106         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
107
108         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
109         by Eric Piel.
110         
111 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * shell/ev-application.c: (ev_application_get_media_keys):
114         * shell/ev-media-player-keys.[ch]:
115         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
116         (ev_media_player_keys_grab_keys),
117         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
118         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
119         * shell/ev-window.[ch]: (ev_window_dispose),
120         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
121         (ev_window_init):
122
123         Clean up the media player keys stuff.
124         
125 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
126
127         * NEWS:
128         * configure.ac:
129
130         Update for release 2.23.91.
131         
132 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
133
134         * cut-n-paste/smclient/eggsmclient-xsmp.c:
135         (sm_client_xsmp_set_initial_properties):
136
137         Fix memory leak.
138         
139 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * shell/ev-application.c: (ev_application_open_window),
142         (ev_application_open_uri_at_dest):
143
144         Make sure evince starts up in the right workspace when resuming a
145         previous session.
146         
147 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
148
149         * shell/ev-application.[ch]: (ev_application_open_window),
150         (ev_application_add_icon_path_for_screen),
151         (ev_application_open_uri_at_dest):
152
153         Fix window manager warnings shown in ~/.xsession-errors
154         
155 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * configure.ac:
158         * cut-n-paste/Makefile.am:
159         * cut-n-paste/smclient/Makefile.am:
160         * cut-n-paste/smclient/eggdesktopfile.[ch]:
161         * cut-n-paste/smclient/eggsmclient-private.h:
162         * cut-n-paste/smclient/eggsmclient-xsmp.c:
163         * cut-n-paste/smclient/eggsmclient.[ch]:
164
165         EggSMClient copied from libegg
166
167         * libdocument/ev-file-helpers.c: (ev_dot_dir):
168         * shell/Makefile.am:
169         * shell/ev-application.[ch]: (ev_application_load_session),
170         (smclient_save_state_cb), (smclient_quit_cb),
171         (ev_application_init_session), (ev_application_shutdown),
172         (ev_application_init):
173         * shell/main.c: (main):
174
175         Use EggSMClient instead of gnome-client and remove libgnome and
176         libgnomeui dependencies.
177         
178 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
179
180         * shell/main.c: (main):
181
182         Remove gnome_authentication_manager_init.
183         
184 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
185
186         * shell/ev-view.c: (ev_view_goto_window_create):
187
188         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
189         since it's now deprecated.
190         
191 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * backend/djvu/Makefile.am:
194         * backend/djvu/djvu-document-private.h:
195         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
196         (djvu_document_find_iface_init):
197         * backend/djvu/djvu-text-page.[ch]:
198         * backend/djvu/djvu-text.[ch]: Removed
199         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
200         (pdf_document_find_iface_init):
201         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
202         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
203         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
204         (ev_job_find_get_n_results), (ev_job_find_get_progress),
205         (ev_job_find_has_results), (ev_job_find_get_results):
206         * shell/ev-view-private.h:
207         * shell/ev-view.[ch]: (ev_view_expose_event),
208         (highlight_find_results), (ev_view_finalize),
209         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
210         (ev_view_set_document), (ev_view_find_get_n_results),
211         (ev_view_find_get_result), (jump_to_find_result),
212         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
213         (ev_view_find_previous), (ev_view_find_search_changed),
214         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
215         * shell/ev-window.c: (ev_window_update_actions),
216         (page_changed_cb), (ev_window_setup_document),
217         (ev_window_update_find_status_message),
218         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
219         (ev_window_clear_find_job), (find_bar_close_cb),
220         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
221         (ev_window_dispose), (ev_window_init):
222
223         Rework find interface. The find logic has been moved from backends
224         to the shell avoiding a lot of duplicated code in the backends and
225         making easier to implement the find interface in the backends.
226         
227 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * backend/pdf/ev-poppler.cc:
230         (pdf_document_thumbnails_get_dimensions):
231
232         Make sure thumbnail size returned by the PDF is actually
233         valid. Fixes bug #548462.
234         
235 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
236
237         * shell/ev-window.c: (ev_window_setup_document),
238         (ev_window_set_document), (ev_window_dispose):
239
240         Remove the idle function for setting the document up when the
241         window is destroyed. Fixes bug #549163.
242         
243 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
244
245         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
246         (ev_job_attachments_dispose), (ev_job_attachments_run),
247         (ev_job_attachments_class_init), (ev_job_attachments_new):
248         * shell/ev-sidebar-attachments.c:
249         (ev_sidebar_attachments_set_document):
250
251         Add a new job to get the attachments in a thread with the document
252         lock held. Fixes bug #548653.
253         
254 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
255
256         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
257         (tiff_document_document_iface_init):
258
259         Implement document_get_page_label in tiff backend.
260         
261 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
262
263         * backend/tiff/tiff-document.c: (tiff_document_render):
264
265         Handle document orientation in tiff backend. Fixes bug #548444.
266         
267 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
270
271         Do not crash when adjustment page size is 0. Fixes bug #547440.
272         
273 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
274
275         * cut-n-paste/evmountoperation/ev-mount-operation.c:
276
277         Sync with current GTK+.
278         
279 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
280
281         * configure.ac:
282         
283         Update for release 2.23.6.
284
285 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
286
287         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
288         (ev_job_load_set_password):
289         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
290         * shell/ev-window.c: (password_dialog_response),
291         (ev_window_load_job_cb):
292
293         Fix loading encrypted documents since I broke it with the jobs
294         rework.
295         
296 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
297
298         * NEWS:
299
300         Update NEWS for 2.23.6 release.
301         
302 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
303
304         * backend/impress/impress-document.c:
305         * backend/impress/render.h:
306         * libdocument/ev-document-factory.c:
307         * libdocument/ev-document-factory.h:
308         * libdocument/ev-document-links.h:
309         * libdocument/ev-document-misc.c:
310         * libdocument/ev-document-misc.h:
311         * properties/ev-properties-main.c:
312         * properties/ev-properties-view.c:
313         * properties/ev-properties-view.h:
314         * shell/eggfindbar.c:
315         * shell/eggfindbar.h:
316         * shell/ev-application.c:
317         * shell/ev-application.h:
318         * shell/ev-jobs.h:
319         * shell/ev-message-area.h:
320         * shell/ev-navigation-action.c:
321         * shell/ev-navigation-action.h:
322         * shell/ev-open-recent-action.c:
323         * shell/ev-open-recent-action.h:
324         * shell/ev-page-action-widget.c:
325         * shell/ev-page-action.c:
326         * shell/ev-page-action.h:
327         * shell/ev-page-cache.h:
328         * shell/ev-password-view.h:
329         * shell/ev-password.h:
330         * shell/ev-pixbuf-cache.h:
331         * shell/ev-properties-fonts.c:
332         * shell/ev-sidebar-attachments.c:
333         * shell/ev-sidebar-links.c:
334         * shell/ev-sidebar-links.h:
335         * shell/ev-sidebar-thumbnails.c:
336         * shell/ev-sidebar-thumbnails.h:
337         * shell/ev-sidebar.c:
338         * shell/ev-sidebar.h:
339         * shell/ev-stock-icons.c:
340         * shell/ev-tooltip.h:
341         * shell/ev-view.c:
342         * shell/ev-view.h:
343         * shell/ev-window.c:
344         * shell/ev-window.h:
345         * shell/main.c:
346
347         More #include cleanups. Again: reordering, single gtk.h
348         includes and other stuff.
349
350 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
351
352         * shell/eggfindbar.c:
353         * shell/ev-application.c:
354         * shell/ev-message-area.c:
355         * shell/ev-navigation-action.c:
356         * shell/ev-open-recent-action.c:
357         * shell/ev-page-action-widget.c:
358         * shell/ev-page-action.c:
359         * shell/ev-password-view.c:
360         * shell/ev-properties-dialog.c:
361         * shell/ev-properties-fonts.c:
362         * shell/ev-sidebar-attachments.c:
363         * shell/ev-sidebar-page.c:
364         * shell/ev-sidebar-thumbnails.c:
365         * shell/ev-stock-icons.c:
366         * shell/ev-tooltip.c:
367         * shell/ev-view.c:
368         * shell/ev-window.c:
369         * shell/main.c:
370
371         Cleanup many #include statements: reorder so that a
372         generic-to-specific order is used, use single gtk.h
373         includes, and some other cleanups.
374
375 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
376
377         * shell/ev-jobs.h:
378
379         Add gio header.
380         
381 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
384         (ev_document_fc_mutex_trylock):
385         * shell/Makefile.am:
386         * shell/ev-job-queue.[ch]:
387         * shell/ev-job-scheduler.[ch]:
388         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
389         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
390         (ev_job_run), (ev_job_cancel), (ev_job_failed),
391         (ev_job_failed_from_error), (ev_job_succeeded),
392         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
393         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
394         (ev_job_links_class_init), (ev_job_render_init),
395         (notify_page_ready), (ev_job_render_page_ready),
396         (ev_job_render_run), (ev_job_render_class_init),
397         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
398         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
399         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
400         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
401         (ev_job_save_dispose), (ev_job_save_run),
402         (ev_job_save_class_init), (ev_job_print_init),
403         (ev_job_print_dispose), (ev_job_print_run),
404         (ev_job_print_class_init):
405         * shell/ev-page-cache.c:
406         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
407         (check_job_size_and_unref), (move_one_job),
408         (copy_job_to_job_info), (add_job),
409         (ev_pixbuf_cache_add_jobs_if_needed):
410         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
411         (job_fonts_finished_cb), (job_fonts_updated_cb),
412         (ev_properties_fonts_set_document):
413         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
414         (ev_sidebar_links_set_document):
415         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
416         (ev_sidebar_thumbnails_set_document),
417         (ev_sidebar_thumbnails_clear_job):
418         * shell/ev-view-private.h:
419         * shell/ev-view.c:
420         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
421         (ev_window_refresh_window_thumbnail), (password_dialog_response),
422         (ev_window_clear_load_job), (ev_window_clear_reload_job),
423         (ev_window_load_job_cb), (ev_window_reload_job_cb),
424         (window_open_file_copy_ready_cb), (ev_window_open_uri),
425         (ev_window_reload_document), (ev_window_clear_save_job),
426         (ev_window_save_job_cb), (file_save_dialog_response_cb),
427         (ev_window_clear_print_job), (ev_window_print_job_cb),
428         (ev_window_print_dialog_response_cb):
429         * shell/main.c: (main):
430
431         Rework the jobs system in order to make it simpler and more
432         extensible. It allows to run jobs in the main loop instead of
433         using a thread when it's appropriate like the fonts job. Now it's
434         also possible to cancel jobs that are currently running. 
435         
436 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
437
438         * libdocument/ev-debug.c: (profile_init):
439
440         Create the hash table also when profiling service is enabled for
441         all sections.
442         
443 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
444
445         * libdocument/ev-debug.[ch]: (ev_profiler_start),
446         (ev_profiler_stop):
447         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
448         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
449         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
450         (ev_job_print_run):
451         * shell/main.c: (main):
452
453         Add a profile mode available when debug is enabled. Add profilers
454         in ev-jobs.
455         
456 2008-07-23  Götz Waschk <waschk@mandriva.org>
457
458         * configure.ac: Correctly build desktop file. Fixes
459         bug #544237.
460
461 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
462
463         * configure.ac:
464         
465         Update for release 2.23.5.
466
467 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
468
469         * NEWS:
470
471         Update NEWS for 2.23.5 release.
472         
473 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
474
475         * shell/ev-window.c: (ev_window_state_event),
476         (ev_window_class_init):
477
478         Intercept window manager's fullscreen request in order to run/stop
479         fullscreen mode. Fixes bug #493541.
480         
481 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * shell/ev-window.c: (find_bar_visibility_changed_cb):
484
485         Restart the job search when the find bar is opened for the second
486         time. Fixes bug #531956.
487         
488 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
489
490         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
491         (get_document_from_uri):
492
493         Make sure we always return a valid error struct when
494         get_document_from_uri fails. Fixes nautilus crash, see bug
495         #542548.
496         
497 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
498
499         * libdocument/ev-transition-effect.c
500         (ev_transition_effect_type_get_type),
501         (ev_transition_effect_alignment_get_type),
502         (ev_transition_effect_direction_get_type):
503         
504         Fixes bug #542924. Makes enums static to fix Solaris build.
505
506 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
507
508         * shell/ev-view.c: (ev_view_key_press_event):
509
510         Add '.' keybinding for blanking the screen in presentation
511         mode. Fixes bug #542001.
512         
513 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
514
515         * libdocument/ev-document-misc.c:
516         (ev_document_misc_pixbuf_from_surface):
517
518         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
519         #540950.
520         
521 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
522
523         * backend/comics/comics-document.c (comics_document_load):
524         * backend/comics/comicsdocument.evince-backend.in:
525         * configure.ac:
526         * thumbnailer/evince-thumbnailer-comics.schemas.in:
527         
528         Added support for 7-zip based cb7 comic book. Patch by
529         Kartik Rustagi. Fixes bug #532312.
530
531 2008-06-24  Bastien Nocera  <hadess@hadess.net>
532
533         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
534         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
535         Fixes bug #539972.
536
537 2008-06-24  Bastien Nocera  <hadess@hadess.net>
538
539         * shell/Makefile.am:
540         * shell/ev-application.c (ev_application_init),
541         (ev_application_get_media_keys):
542         * shell/ev-application.h:
543         * shell/ev-marshal.list:
544         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
545         (proxy_destroy), (on_media_player_key_pressed),
546         (ev_media_player_keys_init), (ev_media_player_keys_focused),
547         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
548         * shell/ev-media-player-keys.h:
549         * shell/ev-window.c (ev_window_go_previous_page),
550         (ev_window_go_next_page), (ev_window_go_first_page),
551         (ev_window_go_last_page), (ev_window_start_presentation),
552         (ev_window_dispose), (view_actions_focus_in_cb):
553         * shell/ev-window.h: When building with D-Bus support, listen
554         for multimedia key events from gnome-settings-daemon. This allows
555         to go to the next/previous/first/last pages using, respectively,
556         Next/Previous/Rewing/Fast Forward. The Play button is used to start
557         a presentation. Fixes bug #539971.
558
559 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
560
561         * configure.ac:
562         
563         Update for release 2.23.4.
564
565 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
566
567         * NEWS:
568
569         Update news for 2.23.4 release.
570         
571 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
572
573         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
574         * shell/ev-sidebar-thumbnails.c:
575         (ev_sidebar_thumbnails_set_loading_icon),
576         (ev_sidebar_thumbnails_refresh):
577         * shell/ev-window.c: (ev_window_error_message),
578         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
579         (ev_window_set_document):
580
581         Do not crash opening documents with no pages and show a warning
582         message in the message area. Fixes bugs #537574 and #171588.
583         
584 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * shell/Makefile.am:
587         * shell/ev-file-monitor.[ch]:
588         * shell/ev-window.c: (ev_window_document_changed),
589         (ev_window_clear_reload_job), (ev_window_load_job_cb),
590         (ev_window_reload_job_cb), (ev_window_open_uri),
591         (ev_window_reload_document), (ev_window_cmd_view_reload),
592         (ev_window_dispose):
593
594         Automaticly reload the document when the file has changed on
595         disk. Bug #304249.
596         
597 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
598
599         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
600         * libdocument/ev-image.c: (ev_image_save_tmp):
601         * libdocument/ev-module.c: (ev_module_load):
602         * shell/ev-application.c: (ev_application_shutdown),
603         (ev_application_get_print_settings):
604         * shell/ev-sidebar-attachments.c:
605         (ev_sidebar_attachments_button_press),
606         (ev_sidebar_attachments_drag_data_get):
607         * shell/ev-window.c: (window_save_file_copy_ready_cb),
608         (ev_window_print_finished), (ev_window_print_send),
609         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
610         (ev_window_preview_print_finished), (ev_window_do_preview_print),
611         (ev_window_cmd_preview_print):
612         * shell/main.c: (load_files_remote):
613         Fix some build warnings under GCC 4.3.0. (#537535).
614
615 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
616
617         * shell/ev-jobs.c: (ev_job_render_dispose):
618
619         Fix a crash in debug mode. Patch by Daniel M German.
620         
621 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
622
623         * shell/ev-window.c:
624
625         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
626         
627 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * shell/ev-window.c: (ev_window_print_send),
630         (ev_window_do_preview_print):
631
632         Use the window title as print job name instead of just
633         "evince-print". Fixes bug #534493.
634         
635 2008-05-19  Frederic Peters  <fpeters@0d.be>
636
637         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
638         Bug #533897.
639
640 2008-05-19  Frederic Peters  <fpeters@0d.be>
641
642         * help/reference/Makefile.am: added missing libevmountoperation to
643         gtkdoc-scanobj libraries.  Bug #533896.
644
645 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
646
647         * properties/ev-properties-view.c (get_default_user_units):
648         Fixes check for default units string translation. Bug #533323.
649
650 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
651
652         * backend/impress/iksemel.c (sax_core): Fix a free() that should
653         be an iks_free(). Fix an array overflow in the XML parser that
654         would occur whenever the number of attributes in a tag was greater
655         than 0 and divisible by 6. Fixes GNOME bug #530852.
656
657 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
658
659         * backend/djvu/djvu-document-private.h:
660         * backend/djvu/djvu-links.c:
661         * backend/djvu/djvu-text.c:
662         * backend/djvu/djvu-document.c: (djvu_handle_events),
663         (djvu_wait_for_message), (djvu_document_load),
664         (document_get_page_size), (djvu_document_render),
665         (djvu_document_thumbnails_get_thumbnail),
666         (djvu_document_file_exporter_end):
667
668         Make sure load job doesn't finish successfully when the document
669         is not successfully decoded by libdjvu. Fixes bug #530202.
670         
671 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
672
673         * configure.ac:
674         * libdocument/Makefile.am:
675         * libdocument/ev-debug.[ch]:
676         * libdocument/ev-document.c:
677         * shell/ev-jobs.c: (ev_job_links_dispose),
678         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
679         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
680         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
681         (ev_job_render_page_ready), (ev_job_render_run),
682         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
683         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
684         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
685         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
686         (ev_job_print_new), (ev_job_print_run):
687         * shell/main.c: (main):
688
689         Add debug mode based on gedit code. Add debug messages in
690         ev-jobs.
691         
692 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * libdocument/ev-document-factory.c: (get_document_from_uri):
695
696         Fix memory leak.
697         
698 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
699
700         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
701         (get_mime_type_from_data), (get_document_from_uri),
702         (ev_document_factory_get_document):
703         
704         Improved error message about file opening failture.
705         Bug #529129.
706
707 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
708
709         * data/evince-toolbar.xml:
710         
711         Allow to add SaveAs to toolbar.
712
713 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
714
715         * shell/ev-view-private.h:
716         * shell/ev-view.[ch]: (ev_view_button_release_event),
717         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
718         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
719         (ev_view_update_primary_selection), (clear_link_selected),
720         (ev_view_copy_link_address):
721         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
722
723         Update also the primary selection when copying a link
724         address. Fixes bug #520855.
725         
726 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * libdocument/ev-document-factory.c: (get_document_from_uri):
729
730         Use the pixbuf backend only when the mime type is not supported by
731         any of the other backend so that tiff documents, for instance, are
732         handled by the tiff backend instead of the pixbuf backend. fixes
733         bug #520290.
734         
735 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
736
737         * cut-n-paste/Makefile.am:
738
739         Add evmountoperation to subdirs list.
740         
741 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
742
743         * configure.ac:
744
745         Fix libspectre check in configure script. Fixes bug #528549.
746         
747 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
748
749         * configure.ac:
750         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
751         * shell/Makefile.am:
752         * shell/ev-window.c: (ev_window_load_remote_failed),
753         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
754
755         Add GtkMountOperation (renamed to avoid conflicts) to be able to
756         open documents in remote locations that are not mounted.
757         
758 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
761         (bitmap_convert_msb8):
762         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
763         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
764
765         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
766         
767 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
768
769         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
770         (ev_job_render_new), (ev_job_render_set_selection_info),
771         (ev_job_render_run):
772         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
773         (check_job_size_and_unref),
774         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
775         (add_job), (ev_pixbuf_cache_get_selection_surface):
776
777         Create the render context needed for rendering a page in the render
778         thread so that we don't block the main thread. Simplify
779         EvJobRender API.
780         
781 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * libdocument/Makefile.am:
784         * libdocument/ev-page.[ch]:
785         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
786         (ev_render_context_new), (ev_render_context_set_page):
787         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
788         (ev_form_field_finalize), (ev_form_field_class_init):
789         * libdocument/ev-document-forms.[ch]:
790         (ev_document_forms_get_form_fields):
791         * libdocument/ev-document.[ch]: (ev_document_get_page),
792         (ev_document_get_page_size), (ev_document_get_page_label):
793         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
794         (ev_job_render_run), (ev_job_thumbnail_new),
795         (ev_job_thumbnail_run), (ev_job_print_run):
796         * shell/ev-page-cache.c: (ev_page_cache_new):
797         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
798         (check_job_size_and_unref), (add_job):
799         * shell/ev-sidebar-thumbnails.c: (add_range):
800         * shell/ev-view.c: (ev_view_form_field_get_region),
801         (ev_view_form_field_button_create_widget),
802         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
803         (ev_view_handle_form_field), (ev_view_size_allocate),
804         (get_selected_text):
805         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
806         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
807         (pdf_document_get_page), (pdf_document_get_page_label),
808         (pdf_document_render), (pdf_document_get_info),
809         (pdf_document_document_iface_init),
810         (pdf_document_thumbnails_get_thumbnail),
811         (pdf_document_thumbnails_get_dimensions),
812         (pdf_document_file_exporter_do_page),
813         (pdf_selection_render_selection),
814         (pdf_selection_get_selected_text),
815         (pdf_selection_get_selection_region),
816         (pdf_selection_get_selection_map),
817         (pdf_document_forms_get_form_fields),
818         (pdf_document_forms_form_field_text_get_text),
819         (pdf_document_forms_form_field_text_set_text),
820         (pdf_document_forms_form_field_button_set_state),
821         (pdf_document_forms_form_field_button_get_state),
822         (pdf_document_forms_form_field_choice_get_item),
823         (pdf_document_forms_form_field_choice_get_n_items),
824         (pdf_document_forms_form_field_choice_is_item_selected),
825         (pdf_document_forms_form_field_choice_select_item),
826         (pdf_document_forms_form_field_choice_toggle_item),
827         (pdf_document_forms_form_field_choice_unselect_all),
828         (pdf_document_forms_form_field_choice_set_text),
829         (pdf_document_forms_form_field_choice_get_text):
830         * backend/ps/ev-spectre.c: (ps_document_get_page),
831         (ps_document_get_page_size), (ps_document_get_page_label),
832         (ps_document_render), (ps_document_document_iface_init),
833         (ps_document_file_exporter_do_page):
834         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
835         (tiff_document_render), (tiff_document_render_pixbuf),
836         (tiff_document_file_exporter_do_page):
837         * backend/pixbuf/pixbuf-document.c:
838         (pixbuf_document_get_page_size):
839         * backend/comics/comics-document.c:
840         (comics_document_get_page_size), (comics_document_render_pixbuf):
841         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
842         (djvu_document_render), (djvu_selection_get_selected_text),
843         (djvu_document_thumbnails_get_thumbnail),
844         (djvu_document_file_exporter_do_page),
845         (djvu_document_find_get_result):
846         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
847         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
848         (dvi_document_thumbnails_get_thumbnail),
849         (dvi_document_file_exporter_do_page):
850         * backend/impress/impress-document.c:
851         (impress_document_get_page_size),
852         (impress_document_render_pixbuf):
853         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
854
855         Add EvPage so that we can hold a reference to the backend
856         page. Form fields keep now a reference to the poppler page
857         improving performance since we don't have to create/destroy the
858         poppler field for every form operation. This will be needed for
859         annotations too.
860         
861 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
862
863         * data/evince-ui.xml:
864         * shell/ev-window.c:
865
866         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
867         
868 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
869
870         * configure.ac:
871         * backend/ps/Makefile.am:
872
873         Remove gs stuff from ps backend.
874         
875 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * configure.ac:
878         * backend/pdf/ev-poppler.cc:
879
880         Bump poppler requirement to 0.8.0.
881         
882 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
883
884         * NEWS:
885         * configure.ac:
886
887         Update for release 2.22.1.1
888
889 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
890
891         * configure.ac:
892
893         Fix build (again) when poppler version is 0.6
894         
895 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
896
897         * backend/djvu/djvu-links.c: (build_tree):
898
899         Make sure link title is a valid utf8 string. Fixes bug #526517.
900         
901 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
902
903         * configure.ac:
904
905         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
906         #526799.
907         
908 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
909
910         * configure.ac:
911         
912         Update for release 2.22.1.
913
914 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
915
916         * NEWS:
917
918         Update for upcoming release.
919
920 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * configure.ac:
923         * backend/dvi/dvidocument.evince-backend.in:
924
925         Add compressed dvi to the list of supported mime types. Patch by
926         Ed Catmur. Fixes bug #307087.
927
928 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * shell/ev-jobs.c: (ev_job_print_get_page_list):
931
932         Fix a crash when printing a range that doesn't specify the start or
933         end page. Fixes bug #524288.
934
935 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
936
937         * shell/ev-window.c: (ev_window_cmd_continuous),
938         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
939         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
940         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
941         (ev_window_run_presentation), (ev_window_stop_presentation),
942         (ev_window_cmd_view_presentation),
943         (ev_window_cmd_leave_fullscreen),
944         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
945
946         Do not unfullscreen and fullscreen again the window when changing
947         from fullscreen to presentation mode and vice versa. Fixes bug
948         #524112.
949         
950 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
953
954         Do not crash when thumbnail failed to render in PS backend. Fixes
955         bug #525015.
956         
957 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * shell/ev-window.c: (window_open_file_copy_ready_cb),
960         (ev_window_load_file_remote), (ev_window_open_uri):
961
962         Handle errors when opening remote files.
963         
964 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
965
966         * shell/ev-page-action.c: (ev_page_action_grab_focus):
967
968         Only grab the focus for the current visible proxy widget. Fixes
969         bug #521224.
970         
971 2008-03-30  Emil Soleyman  <emil@nishra.com>
972
973         * shell/ev-window.c: (launch_external_uri):
974         
975         Reuse g_app_info_launch_default_for_uri to
976         save some code and fix bug #525009.
977
978 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
979
980         * shell/ev-window.c (image_save_dialog_response_cb):
981
982         Use g_str_has_suffix. See bug #523069.
983
984 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * configure.ac:
987
988         Add a configure option to enable/diable DBus. Patch by Rémi
989         Cardona. Fixes bug 521797.
990
991 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
992
993         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
994
995         Fix printing in documents with rotated pages. Patch by Eugen
996         Dedu. Fixes bug #512648.
997         
998 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
999
1000         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1001         (ev_link_from_action):
1002
1003         Fix warning messages.
1004         
1005 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1006
1007         * shell/ev-window.c: (image_save_dialog_response_cb):
1008
1009         Do not append the extension to filename when saving an image
1010         if the filename alredy contains the extension. Fixes bug #523069.
1011         
1012 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1013
1014         * shell/ev-view.[ch]: (ev_view_find_cancel):
1015         * shell/ev-window.c: (find_bar_close_cb):
1016
1017         Cancel the find operation when the find bar is closed. Fixes bug
1018         #508845.
1019         
1020 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1021
1022         * backend/ps/psdocument.evince-backend.in:
1023
1024         Make ps backend module resident. Fixes bug #520607.
1025         
1026 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1027
1028         * shell/ev-jobs.c: (ev_job_print_run):
1029
1030         Invert collate action in order to work as expected, fix reverse
1031         printing so that it doesn't start with a blank page and fix number
1032         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1033         
1034 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1037
1038         Fix build with poppler <= 0.7.2
1039         
1040 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1041
1042         * libdocument/ev-document-misc.c:
1043         (ev_document_misc_surface_from_pixbuf):
1044
1045         Fix selections with poppler-splash.
1046         
1047 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * configure.ac:
1050         * backend/pdf/ev-poppler.cc:
1051
1052         Fix build with poppler >= 0.7.2
1053         
1054 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1055
1056         * configure.ac:
1057         
1058         Update for release 2.22.0
1059
1060 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1061
1062         * NEWS:
1063
1064         Update for upcoming release.
1065
1066 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1067
1068         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1069
1070         Bug 495107 – Handle print dialog responses correctly
1071
1072         Correctly handle print dialog response. Properly fixes
1073         the above mentioned bug.
1074
1075 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1076
1077         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1078
1079         Make sure print job is only run when the print button is
1080         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1081         
1082 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1083
1084         * backend/pdf/pdfdocument.evince-backend.in:
1085         * libdocument/ev-backends-manager.c:
1086         (ev_backends_manager_load_backend),
1087         (ev_backends_manager_get_document):
1088         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1089
1090         Allow making backend modules resident. This is needed only for
1091         some backends like pdf to avoid registering glib types more than
1092         once.
1093         
1094 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * backend/comics/comics-document.c:
1097         * backend/djvu/djvu-document.c:
1098         * backend/impress/impress-document.c:
1099         * backend/pdf/ev-poppler.cc:
1100         * backend/pixbuf/pixbuf-document.c:
1101         * backend/ps/ev-spectre.c:
1102         * backend/ps/ps-document.c:
1103         * backend/tiff/tiff-document.c:
1104         * libdocument/ev-document.h:
1105         * properties/ev-properties-main.c:
1106
1107         Use g_type_module_add_interface instead of
1108         g_type_add_interface_static. Fixes bug #519679.
1109         
1110 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1111
1112         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1113         Added. Returns whether the animation has everything necessary to run.
1114         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1115         is ready just because it's been created. Fixes #519106.
1116         (draw_one_page): Do not show the "Loading..." text in presentation
1117         mode, there was a slim probability that this could happen.
1118
1119 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1120
1121         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1122
1123         Duplicate mime_type string before freeing it so that it doesn't
1124         always fail when getting mime type from uri. Fixes bug #518874.
1125         
1126 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1127
1128         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1129
1130         Fix a crash when a choice form field doesn't have any item
1131         selected. Fixes bug #518831
1132         
1133 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1134
1135         * shell/ev-window.c (ev_window_clear_temp_file):
1136         Use g_file_has_prefix instead of renamed
1137         g_file_contains_file.
1138
1139         * configure.ac:
1140         Require new glib for above change.
1141         
1142 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1143
1144         * libdocument/ev-image.c: (ev_image_finalize),
1145         (ev_image_save_tmp):
1146
1147         Return a real uri instead of a filename when saving an
1148         image. Fixes images drag an drop from evince to nautilus. 
1149         
1150 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1151
1152         * backend/pdf/ev-poppler.cc:
1153         (pdf_document_images_get_image_mapping):
1154
1155         Return the image list in the right order. Fixes bug #516237.
1156         
1157 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1158
1159         * backend/impress/impress-document.c:
1160         (impress_document_thumbnails_get_thumbnail):
1161
1162         Remove unused variable to avoid a compiler warning.
1163
1164 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1165
1166         * configure.ac:
1167         
1168         Update for release 2.21.91.
1169
1170 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1171
1172         * configure.ac:
1173         * shell/Makefile.am:
1174         * shell/ev-application.[ch]:
1175         * shell/ev-sidebar-links.c:
1176         * shell/ev-utils.[ch]:
1177         * shell/ev-window.[ch]:
1178
1179         Remove libgnomeprint support. Fixes bug #512370.
1180         
1181 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1182
1183         * thumbnailer/evince-thumbnailer.c: (main):
1184
1185         Initialize glib type system before using it. Fixes bug #513934.
1186         
1187 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1188
1189         * properties/ev-properties-main.c:
1190
1191         Add missing #include.
1192         
1193 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1194
1195         * configure.ac:
1196         * backend/djvu/djvu-document.c: (djvu_document_render):
1197         * backend/tiff/tiff-document.c: (tiff_document_render):
1198
1199         Use the new cairo function cairo_format_stride_for_width when
1200         available. Fixes bug #482720.
1201
1202 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1203
1204         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1205         (get_mime_type_from_data), (get_document_from_uri):
1206
1207         Use g_content_type_guess() only when slow is true in
1208         get_document_from_uri(). Fix several memory leaks.
1209         
1210 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1211
1212         * libdocument/ev-document-factory.c:
1213         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1214         (get_document_from_uri):
1215
1216         Use g_content_type_guess () to get mimetype for files.
1217         Bug #510401.
1218
1219 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1220
1221         * thumbnailer/Makefile.am:
1222
1223         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1224         
1225 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1226
1227         * configure.ac:
1228
1229         Fix build with --without-libgnome. Fixes bug #512771.
1230         
1231 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1232
1233         * backend/dvi/Makefile.am: Install only dvi
1234         module. Fixes bug #512718.
1235
1236 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1237
1238         * properties/ev-properties-main.c: (nautilus_module_initialize):
1239         
1240         Initialize backends in properties tab. Fixes bug
1241         #512720.
1242
1243 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1244
1245         * properties/Makefile.am: No need to link with 
1246         libraries. Fixes bug #512719.
1247
1248 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1249
1250         * NEWS:
1251         * configure.ac:
1252         
1253         Update for release 2.21.90.
1254
1255 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * shell/ev-window.c: (ev_window_cmd_escape):
1258
1259         Fix compile warning.
1260         
1261 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1262
1263         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1264
1265         Fix printing in dvi backend when filename contains white
1266         espaces. Fixes bug #502839.
1267         
1268 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1269
1270         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1271         (screensaver_disable_x11):
1272         * shell/Makefile.am:
1273         * shell/xdg-user-dir-lookup.c: Removed
1274         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1275         * shell/ev-view.c: (ev_view_presentation_transition_start):
1276         * shell/ev-window.c: (ev_window_cmd_file_open),
1277         (ev_window_cmd_save_as), (presentation_set_timeout):
1278
1279         Remove #ifdefs that are no longer needed.
1280         
1281 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * shell/ev-view.[ch]: (ev_view_button_release_event),
1284         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1285         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1286         (ev_window_cmd_escape):
1287
1288         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1289         
1290 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1291
1292         * configure.ac:
1293         * backend/comics/comics-document.c: (comics_document_load):
1294         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1295         (ev_attachment_set_property), (ev_attachment_init),
1296         (ev_attachment_save), (ev_attachment_launch_app),
1297         (ev_attachment_open):
1298         * libdocument/ev-document-factory.c: (get_document_from_uri):
1299         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1300         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1301         * shell/ev-jobs.c:
1302         * shell/ev-password.c: (ev_password_dialog_set_property),
1303         (ev_password_dialog_save_password):
1304         * shell/ev-sidebar-attachments.c:
1305         (ev_sidebar_attachments_drag_data_get):
1306         * shell/ev-window-title.c: (get_filename_from_uri):
1307         * shell/ev-window.c: (ev_window_clear_temp_file),
1308         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1309         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1310         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1311         (launch_external_uri), (image_save_dialog_response_cb),
1312         (attachment_save_dialog_response_cb):
1313         * shell/main.c: (load_files), (load_files_remote), (main):
1314         * thumbnailer/evince-thumbnailer.c: (main):
1315
1316         Port to gio and drop gnome-vfs dependency. Fixes bug
1317         #510401. Based on patch by Cosimo Cecchi.
1318         
1319 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1320
1321         * NEWS:
1322
1323         Fixed formatting inconsistencies (spaces vs. tabs)
1324
1325 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1326
1327         * shell/ev-window.c:
1328
1329         Use top/up/bottom/down arrows instead of
1330         first/left/last/right in the toolbar and menu actions.
1331         This fixes issues with RTL languages and is visually
1332         consistent with the page view. Fixes bug #170081.
1333
1334 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1335
1336         * NEWS:
1337
1338         Fixed some inaccuracies pointed out by Carlos Garcia
1339         Campos.
1340
1341 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1342
1343         * NEWS:
1344         * data/evince.schemas.in:
1345         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1346
1347         Override PDF restrictions by default. Fixes bug #382700.
1348
1349 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1350
1351         * NEWS: Updated for upcoming release
1352
1353 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1354
1355         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1356
1357         Fix memory leak.
1358         
1359 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1360
1361         * shell/ev-window.c: (register_custom_actions):
1362         
1363         Added comment for translators
1364
1365 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * shell/ev-view.c: (ev_view_button_release_event):
1368
1369         Do not create the idle function for kinetic scrolling if we are
1370         not in a drag operation.
1371
1372 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1373
1374         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1375         (ev_view_button_press_event), (ev_view_motion_notify_event),
1376         (ev_view_button_release_event):
1377
1378         Restore cursor after autoscrolling. Fixes bug #509958.
1379
1380 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * configure.ac:
1383         * backend/pdf/ev-poppler.cc:
1384         (pdf_document_images_get_image_mapping),
1385         (pdf_document_images_get_image),
1386         (pdf_document_document_images_iface_init):
1387         * libdocument/ev-document-images.[ch]:
1388         (ev_document_images_get_image_mapping),
1389         (ev_document_images_get_image):
1390         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1391         (ev_image_get_id), (ev_image_save_tmp):
1392         * shell/ev-jobs.c: (ev_job_render_run):
1393         * shell/ev-view.c: (ev_view_drag_data_get):
1394         * shell/ev-window.c: (image_save_dialog_response_cb),
1395         (ev_view_popup_cmd_copy_image):
1396
1397         Do not render images when rendering the page but on demand. It
1398         reduces the memory comsumption.
1399         
1400 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1401
1402         * configure.a:
1403         * shell/ev-password.c:
1404
1405         Make gnome-keyring optional. Fixes bug #509676.
1406         
1407 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1408
1409         * shell/ev-pixbuf-cache.c: (add_job):
1410
1411         Initialize include_images variable as FALSE instead of TRUE.
1412         
1413 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1414
1415         * configure.ac:
1416         * cut-n-paste/Makefile.am:
1417         * cut-n-paste/fileformatchooser/Makefile.am:
1418         * cut-n-paste/fileformatchooser/egg-macros.h:
1419         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1420         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1421         * shell/Makefile.am:
1422         * shell/ev-utils.c:
1423         (file_chooser_dialog_add_writable_pixbuf_formats),
1424         (get_gdk_pixbuf_format_by_extension):
1425         * shell/ev-utils.h:
1426         * shell/ev-window.c: (ev_window_error_message),
1427         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1428         
1429         Simplify image format selection on save.
1430
1431 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1432
1433         * shell/ev-view.c: (ev_view_scroll_event):
1434         
1435         Repair gorizontal scrolling with shift. Fixes
1436         bug #483412.
1437
1438 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1439         
1440         * MAINTAINERS:
1441
1442         Fix formatting issues.
1443         
1444 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1445
1446         * backend/comics/comics-document.c: (comics_regex_quote):
1447         
1448         Don't overquote special chars except of '. See bug 
1449         502500. Thanks to Tom Parker.
1450
1451 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1452
1453         * MAINTAINERS:
1454         
1455         Added Nickolay and Carlos, since they're doing most of
1456         the releases nowadays.
1457
1458 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1459
1460         * properties/Makefile.am:
1461
1462         Get the nautilus extension dir properly instead of using
1463         a hack. Fixes bug #505359.
1464
1465 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1466
1467         * properties/Makefile.am:
1468         
1469         Install nautilus extension into new place. See bug
1470         #505359. Thanks to Matthias Clasen, Brian Pepple and
1471         Damien Carbery.
1472
1473 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1474
1475         * shell/ev-window.c: (ev_window_get_recent_file_label):
1476         
1477         RTL marker in recent file list. See bug #509076.
1478
1479 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1480
1481         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1482         * shell/ev-window.c: (image_save_dialog_response_cb):
1483
1484         Fix compile warnings due to unused variables.
1485         
1486 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1487
1488         * configure.ac:
1489         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1490         * backend/ps/ev-spectre.c: (ps_document_render):
1491
1492         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1493
1494 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1495
1496         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1497         (ev_transition_animation_paint): Implement "fade" effect.
1498
1499 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1500
1501         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1502         (ev_transition_animation_paint): Implement "uncover" effect.
1503
1504 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1505
1506         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1507         (ev_transition_animation_paint): Implement "cover" effect.
1508
1509 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1510
1511         * shell/ev-transition-animation.c (ev_transition_animation_push)
1512         (ev_transition_animation_paint): Implement "push" effect.
1513
1514 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1515
1516         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1517         (ev_transition_animation_paint): Implement "dissolve" effect.
1518
1519 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1520
1521         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1522         (ev_transition_animation_paint): Implement "wipe" effect.
1523
1524 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1525
1526         * shell/ev-transition-animation.c (ev_transition_animation_box)
1527         (ev_transition_animation_paint): Implement "box" effect.
1528
1529 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1530
1531         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1532         (ev_transition_animation_paint): Implement "blinds" effect.
1533
1534 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1535
1536         * shell/ev-transition-animation.c (ev_transition_animation_split)
1537         (ev_transition_animation_paint): Implement "split" effect.
1538
1539 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1540
1541         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1542         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1543         (ev_view_transition_animation_start) 
1544         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1545         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1546         (ev_view_next_page) (ev_view_previous_page):
1547         
1548         Use EvTransitionAnimation to drive page changes in the presentation
1549         mode, the animation will wait to start until both the origin and 
1550         destination page surfaces are available. Fixes #458460.
1551
1552         (draw_loading_text):
1553
1554         Remove workaround for bug #320352, it's now fixed properly.
1555
1556
1557 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1558
1559         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1560         will contain the implementations for page transition animations, at
1561         the moment it just has the "replace" effect.
1562         * shell/Makefile.am: Added these files to build.
1563
1564 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1565
1566         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1567         animations.
1568         * shell/Makefile.am: Added these files to build.
1569
1570 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1571
1572         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1573         implementation to get_effect() in EvDocumentTransitionIface.
1574
1575 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1576
1577         * libdocument/ev-transition-effect.[ch]: New files, define a page
1578         transition effect, at the moment it maps PopplerPageTransition to a
1579         GObject.
1580         * libdocument/Makefile.am: Added these files to build.
1581         * libdocument/ev-document-transition.[ch]
1582         (ev_document_transition_get_effect): New method, gets the
1583         EvTransitionEffect returned by the interface implementation, with
1584         fallback to the "replace" effect.
1585
1586 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1587
1588         * configure.ac:
1589         * cut-n-paste/Makefile.am:
1590         * cut-n-paste/fileformatchooser/Makefile.am:
1591         * cut-n-paste/fileformatchooser/egg-macros.h:
1592         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1593         * shell/Makefile.am:
1594         * shell/ev-window.c: (image_save_dialog_response_cb),
1595         (ev_view_popup_cmd_save_image_as):
1596
1597         Allow exporting images in any format supported by
1598         GdkPixbuf. Fixes bug #500209.
1599         
1600 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * backend/pixbuf/pixbuf-document.c:
1603
1604         More warnings fixed.
1605         
1606 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1607
1608         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1609         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1610         * backend/djvu/djvu-text.h:
1611         * backend/tiff/tiff-document.c: (tiff_document_render):
1612
1613         Fix compile warnings.
1614         
1615 2007-12-28  Christian Persch  <chpe@gnome.org>
1616
1617         * **/*.c: Include config.h. Bug #504721.
1618
1619 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1620
1621         * configure.ac:
1622         * Makefile.am:
1623         * po/POTFILES.in:
1624         * backend/comics/Makefile.am:
1625         * backend/comics/comics-document.[ch]:
1626         * backend/comics/comicsdocument.evince-backend.in:
1627         * backend/djvu/Makefile.am:
1628         * backend/djvu/djvu-document.[ch]:
1629         * backend/djvu/djvudocument.evince-backend.in:
1630         * backend/dvi/Makefile.am:
1631         * backend/dvi/dvi-document.[c]:
1632         * backend/dvi/dvidocument.evince-backend.in:
1633         * backend/impress/Makefile.am:
1634         * backend/impress/impress-document.[ch]:
1635         * backend/impress/impressdocument.evince-backend.in:
1636         * backend/pdf/Makefile.am:
1637         * backend/pdf/ev-poppler.cc:
1638         * backend/pdf/ev-poppler.h:
1639         * backend/pdf/pdfdocument.evince-backend.in:
1640         * backend/pixbuf/Makefile.am:
1641         * backend/pixbuf/pixbuf-document.[ch]:
1642         * backend/pixbuf/pixbufdocument.evince-backend.in:
1643         * backend/ps/Makefile.am:
1644         * backend/ps/ev-spectre.[ch]:
1645         * backend/ps/ps-document.[ch]:
1646         * backend/ps/psdocument.evince-backend.in:
1647         * backend/tiff/Makefile.am:
1648         * backend/tiff/tiff-document.[ch]:
1649         * backend/tiff/tiffdocument.evince-backend.in:
1650         * libdocument/Makefile.am:
1651         * libdocument/ev-backends-manager.[ch]:
1652         * libdocument/ev-module.[ch]:
1653         * libdocument/ev-document.h:
1654         * libdocument/ev-document-factory.[ch]:
1655         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1656         (get_compression_from_mime_type), (get_document_from_uri),
1657         (ev_document_factory_get_document), (file_filter_add_mime_types),
1658         (ev_document_factory_add_filters):
1659         * shell/Makefile.am:
1660         * shell/ev-window-title.c: (get_filename_from_uri):
1661         * shell/main.c: (main):
1662         * thumbnailer/Makefile.am:
1663         * thumbnailer/evince-thumbnailer.c: (main):
1664
1665         Plugin system for backends. Fixes bug #351348.
1666         
1667 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1668
1669         * shell/ev-view-private.h:
1670         * shell/ev-view.c: (ev_view_drag_update_momentum),
1671         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1672         (ev_view_button_release_event), (ev_view_destroy):
1673         
1674         Kinetic scrolling implemented as requested in
1675         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1676
1677 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1678
1679         * data/evince-toolbar.xml:
1680         * data/evince-ui.xml:
1681         * shell/ev-view-private.h:
1682         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1683         (ev_view_button_press_event), (ev_view_motion_notify_event),
1684         (ev_view_button_release_event), (ev_view_init),
1685         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1686         (ev_view_set_cursor):
1687         * shell/ev-view.h:
1688         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1689         (ev_window_cmd_view_autoscroll):
1690         
1691         Autoscroll feature with the context menu. Fixes bug 
1692         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1693
1694 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1695
1696         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1697
1698         Disconnect also page-ready signal when removing a job because the
1699         page size has changed. Thanks to kripken
1700         <kripkensteiner@gmail.com>.
1701
1702 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1703
1704         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1705         
1706         Scroll pages in page entry with mouse wheel. Fixes bug
1707         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1708
1709 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * backend/dvi/Makefile.am:
1712         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1713         (mdvi_cairo_device_init):
1714         * backend/dvi/mdvi-lib/common.h:
1715         * backend/dvi/mdvi-lib/mdvi.h:
1716         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1717         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1718         (mdvi_build_path_from_cwd):
1719
1720         Add ps specials support in dvi backend when libspectre is
1721         present. Fixes bug #386005.
1722         
1723 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1724
1725         * configure.ac:
1726         * backend/ps/Makefile.am:
1727         * backend/ps/ev-spectre.[ch]:
1728         
1729         Use libspectre, if available, for the ps backend. Fixes bugs
1730         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1731
1732 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1733         
1734         * backend/comics/comics-document.c: (comics_document_load):
1735         
1736         Cygwin build issue fix.
1737
1738 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1739
1740         * shell/ev-view.c: (ev_view_set_zoom):
1741
1742         Do not limit the minimum zoom factor when sizing mode is best bit
1743         or fit width. Fixes bug #503805.
1744         
1745 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1746
1747         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1748         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1749         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1750         (ev_link_dest_get_property), (ev_link_dest_set_property),
1751         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1752         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1753         (ev_link_dest_new_fitr):
1754         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1755         (goto_fith_dest), (goto_xyz_dest):
1756
1757         Do not change left, top and zoom values when they are null in PDF
1758         destinations. Fixes bug #460658.
1759         
1760 2007-12-10  Christian Persch  <chpe@gnome.org>
1761
1762         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1763         (ev_view_accessible_class_init),
1764         (ev_view_accessible_idle_do_action),
1765         (ev_view_accessible_action_do_action),
1766         (ev_view_accessible_action_get_description),
1767         (ev_view_accessible_action_set_description),
1768         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1769         (ev_view_accessible_factory_init),
1770         (ev_view_accessible_factory_get_accessible_type):
1771         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1772         private data, and G_DEFINE_TYPE. Bug #502843.
1773
1774 2007-12-08  Christian Persch  <chpe@gnome.org>
1775
1776         * shell/ev-metadata-manager.c: (item_free),
1777         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1778         (value_free), (parse_value), (parseItem),
1779         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1780         (save_values): Use GSlice to allocate small amounts of memory. Bug
1781         #475972.
1782
1783 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1784
1785         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1786
1787         Restore cursor to normal after a drag operation. Fixes bug
1788         #501603.
1789         
1790 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1791
1792         * NEWS:
1793         * configure.ac:
1794         
1795         Update for release 2.21.1
1796
1797 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1798
1799         * configure.ac:
1800         * cut-n-paste/gedit-message-area/Makefile.am:
1801         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1802         * shell/Makefile.am:
1803         * shell/ev-message-area.[ch]:
1804         * shell/ev-window.c: (ev_window_set_message_area),
1805         (ev_window_error_message_response_cb), (ev_window_error_message),
1806         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1807         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1808         (ev_attachment_popup_cmd_open_attachment),
1809         (attachment_save_dialog_response_cb), (ev_window_set_document),
1810         (ev_window_init):
1811
1812         Use a message area instead of a popup dialog for error
1813         notifications. Fixes bug #337495.
1814         
1815 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1818         (ev_window_run_fullscreen):
1819
1820         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1821         
1822 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1823
1824         * ev-sidebar-thumbnails.c: (update_visible_range),
1825         (ev_sidebar_thumbnails_refresh),
1826         (ev_sidebar_thumbnails_set_document),
1827         (ev_sidebar_thumbnails_support_document):
1828
1829         Show thumbnails for documents with one page. Fixes bug #358751.
1830         
1831 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1832
1833         * shell/ev-window.c:
1834         (ev_window_load_print_settings_from_metadata),
1835         (ev_window_save_print_settings), (ev_window_print_finished),
1836         (ev_window_print_range):
1837
1838         Print settings that are specific to the document are now saved per
1839         document in the metadata file. Fixes bug #488806.
1840         
1841 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1842
1843         * backend/tiff/tiff-document.c: (tiff_document_render):
1844
1845         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1846         
1847 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1848
1849         * shell/ev-application.[ch]: (get_find_string_from_args),
1850         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1851         (ev_application_open_uri_list):
1852         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1853         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1854         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1855         (ev_window_cmd_recent_file_activate),
1856         (ev_window_open_recent_action_item_activated),
1857         (ev_window_print_send), (open_remote_link):
1858         * shell/main.c: (arguments_parse):
1859
1860         Add a command line option for search. Fixes bug #497710.
1861         
1862 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1863
1864         * shell/ev-jobs.c: (ev_job_print_new):
1865
1866         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1867         
1868 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * data/evince-toolbar.xml:
1871         * shell/Makefile.am:
1872         * shell/ev-application.c: (ev_application_init):
1873         * shell/ev-open-recent-action.[ch]:
1874         * shell/ev-window.c:
1875         (ev_window_open_recent_action_item_activated),
1876         (register_custom_actions):
1877
1878         Add an expander to the open toolbar item which pops up a dropdown
1879         menu with the recently used documents. Fixes bug #487215.
1880         
1881 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1882
1883         * shell/ev-window.c: (ev_window_open_uri),
1884         (ev_window_cmd_view_reload):
1885
1886         Do not jump to the first page when reloading by running evince
1887         from the command line. Fixes bug #490847.
1888         
1889 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1890
1891         * shell/ev-window.c: (ev_window_cmd_help_contents):
1892
1893         Plugged memory leak when help file is not found. Fixes bug
1894         #490762.
1895         
1896 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1897
1898         * configure.ac:
1899
1900         Enable djvu, dvi and comics backends by default. Fixes bug
1901         #437121.
1902         
1903 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1904
1905         * configure.ac:
1906         * cut-n-paste/Makefile.am:
1907         * cut-n-paste/recent-files/*: Removed
1908         * help/reference/Makefile.am:
1909         * shell/Makefile.am:
1910         * shell/ev-application.[ch]: (ev_application_shutdown),
1911         (ev_application_init):
1912         * shell/ev-window.c: (ev_window_add_recent),
1913         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1914
1915         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1916         
1917 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1918
1919         * shell/ev-window.c: (launch_external_uri):
1920
1921         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1922         and report error if the URL is not supported (#489910).
1923
1924 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1925
1926         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1927         (pdf_document_file_exporter_begin_page),
1928         (pdf_document_file_exporter_end_page):
1929
1930         Fix printing with poppler splash backend. Fixes bug #489774.
1931         
1932 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1933
1934         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1935         * shell/ev-print-job.c: (ev_print_job_class_init):
1936
1937         Fix a crash when printing with the gnome-print dialog. Fixes bug
1938         #488939.
1939         
1940 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1941
1942         * backend/pixbuf/pixbuf-document.c:
1943
1944         Fix an implicit function definition warning (#487655)
1945
1946 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * shell/ev-window.c:
1949
1950         Fix conflicting shortcut for view sade pane and presentation.
1951         
1952 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1953
1954         * backend/pdf/ev-poppler.cc:
1955         (pdf_document_file_exporter_begin_page),
1956         (pdf_document_file_exporter_do_page),
1957         (pdf_document_file_exporter_end_page),
1958         (pdf_document_file_exporter_iface_init):
1959         * libdocument/ev-file-exporter.[ch]:
1960         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1961         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1962         (ev_job_print_run):
1963
1964         When printing multiple pages per sheet in reverse option, do not
1965         invert the order of the pages in every sheet, but the order of the
1966         sheets. Do not print blank pages when page range is invalid. Fixes
1967         bugs #484857 and #485521.
1968         
1969 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1970
1971         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1972         (ev_job_print_run):
1973         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1974
1975         Respect ranges order when printing more than one range in random
1976         order.
1977         
1978 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1979
1980         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1981         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1982
1983         Rotate also the window icon when document is rotated. Fixes bug
1984         #474681.
1985         
1986 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1987
1988         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1989         (pdf_document_forms_get_form_fields):
1990
1991         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1992         Matthias Drochner.
1993         
1994 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1995
1996         * configure.ac:
1997         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1998
1999         Use poppler_page_render_for_printing() instead of
2000         poppler_page_render() if available when exporting to a ps or pdf
2001         file. Fixes bug #476627.
2002         
2003 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2004
2005         * shell/ev-window.c: (ev_window_run_fullscreen):
2006
2007         Do not show the toolbar in fullscreen mode if the main toolbar is
2008         not visible. Fixes bug #483048.
2009         
2010 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * shell/ev-view.c: (ev_view_button_press_event):
2013
2014         Give priority to form fields over images when deciding whether a
2015         button press event is over an image or form field. It allows edit
2016         form fields when they are over a background image. Fixes bug
2017         #477841.
2018         
2019 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2020
2021         * NEWS:
2022         * configure.ac:
2023         
2024         Update for release 2.20.0
2025
2026 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2027
2028         * backend/pdf/ev-poppler.cc:
2029
2030         Remove #ifdef HAVE_FORMS, so that forms support works again.
2031
2032 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2033
2034         * configure.ac:
2035         * data/evince.desktop.in.in:
2036         
2037         Fixes desktop file issues. See bug #473471.
2038
2039 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2042         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2043         (ev_job_queue_remove_job):
2044         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2045         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2046         * shell/ev-window.c: (ev_window_clear_save_job),
2047         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2048         (ev_window_dispose):
2049
2050         Move save a copy task to its own job so that it's carried out in a
2051         thread avoiding another lock in the main thread. Use
2052         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2053         can be saved to a pathin another file system. Fixes bug #456891.
2054         
2055 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2056
2057         * NEWS:
2058         * configure.ac:
2059         
2060         Update for release 2.19.92
2061
2062 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * configure.ac:
2065         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2066         (pdf_selection_get_selection_region),
2067         (pdf_selection_get_selection_map),
2068         (ev_form_field_from_poppler_field):
2069
2070         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2071         and triple click selections are enabled again now.
2072
2073 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2074
2075         * shell/ev-window.c: (ev_window_add_history):
2076
2077         Make sure not to use the history with documents not supporting
2078         links. Fixes bug #468954.
2079
2080 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2081
2082         * shell/ev-window.c: (ev_window_load_job_cb):
2083
2084         Restart the search when reloading a document with the find bar
2085         visible. Fixes bug #461962.
2086
2087 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2088
2089         * shell/ev-window.c: (setup_document_from_metadata),
2090         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2091
2092         Do not jump to the first page when reloading a document from the
2093         last page.
2094
2095 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2096
2097         * shell/ev-window.c: (update_chrome_flag),
2098         (setup_sidebar_from_metadata),
2099         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2100         (ev_window_cmd_edit_find_next),
2101         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2102         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2103         (find_bar_close_cb), (view_actions_focus_in_cb):
2104
2105         Do not update visibility when changing a chrome flag so that it's
2106         possible to update several flags and update visibility only once
2107         for all of them.
2108
2109 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2112
2113         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2114         supported by gtk+. Fixes bug #460907.
2115
2116 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2117
2118         * shell/ev-view.c: (view_update_range_and_current_page):
2119
2120         Make sure current-page <= end-page in continuous mode. Fixes bug
2121         #454950.
2122
2123 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2124
2125         * backend/pdf/ev-poppler.cc: (build_tree):
2126
2127         Ignore outline items without a title. Fixes bug #453913.
2128
2129 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2132         (ev_view_button_release_event), (ev_view_leave_notify_event):
2133
2134         Use always drag mouse cursor during a drag operation. Fixes bug
2135         #470564.
2136
2137 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2138
2139         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2140         (pdf_selection_get_selection_region),
2141         (pdf_selection_get_selection_map):
2142
2143         Temporarily disable double and triple selections since it depends on
2144         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2145         released and the update of the external dependency minimal version
2146         approved.
2147
2148 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2149
2150         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2151         (pdf_document_file_exporter_do_page):
2152         * libdocument/ev-file-exporter.h:
2153         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2154         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2155
2156         Actually fix printing regressions. Remove orientation from
2157         EvPrintContext since it's redundant.
2158
2159 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2162         * backend/impress/impress-document.c:
2163         (impress_document_document_iface_init):
2164         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2165         * backend/djvu/djvu-document.c:
2166         (djvu_document_document_iface_init),
2167         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2168         * backend/tiff/tiff-document.c:
2169         (tiff_document_document_iface_init):
2170         * backend/pixbuf/pixbuf-document.c:
2171         (pixbuf_document_document_iface_init):
2172         * backend/comics/comics-document.c:
2173         (comics_document_document_iface_init):
2174         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2175         (pdf_selection_render_selection),
2176         (pdf_selection_get_selected_text),
2177         (pdf_selection_get_selection_region),
2178         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2179         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2180         (ev_selection_get_selection_region),
2181         (ev_selection_get_selection_map):
2182         * libdocument/ev-document.[ch]:
2183         * shell/ev-pixbuf-cache.[ch]: (add_job),
2184         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2185         * shell/ev-view-private.h:
2186         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2187         (ev_job_render_run):
2188         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2189         * shell/ev-view.c: (start_selection_for_event),
2190         (ev_view_button_press_event), (ev_view_drag_data_get),
2191         (ev_view_drag_data_received), (ev_view_button_release_event),
2192         (compute_new_selection_text), (compute_selections),
2193         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2194         (ev_view_primary_get_cb):
2195
2196         Add support for double and triple click selections.
2197
2198 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2199
2200         * NEWS:
2201         * configure.ac:
2202
2203         Update for release 2.19.4
2204
2205 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2206
2207         * shell/ev-view-private.h:
2208         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2209         (ev_view_set_highlight_search):
2210         * shell/ev-view.h:
2211         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2212         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2213         (find_bar_visibility_changed_cb):
2214         
2215         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2216
2217 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2220         (pdf_document_file_exporter_begin),
2221         (pdf_document_file_exporter_do_page):
2222         * shell/ev-jobs.c: (ev_job_print_run):
2223         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2224
2225         Create always a portrait cairo surface and rotate when needed for
2226         landscape. It fixes printing problems in real printers.
2227
2228 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2229
2230         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2231         * libdocument/ev-file-exporter.[ch]:
2232         (ev_file_exporter_get_capabilities):
2233         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2234         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2235
2236         Adjust number of pages per row according to page orientation when
2237         printing 2 or 6 pages per sheet.
2238
2239 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2240
2241         * shell/ev-window.c: (ev_window_print_send):
2242
2243         Reset also cups setting to 1 when printing multiple pages per
2244         sheet. Fixes bug #468853.
2245
2246 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2247
2248         * libdocument/ev-document-misc.c:
2249         (ev_document_misc_surface_rotate_and_scale):
2250
2251         Use directly cairo_surface_get_content() when creating a similar
2252         surface as suggested by Jeff Muizelaar. Thanks again.
2253
2254 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2255
2256         * backend/djvu/djvu-document.c: (djvu_document_render):
2257         * backend/tiff/tiff-document.c: (tiff_document_render):
2258         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2259         * libdocument/ev-document-misc.c:
2260         (ev_document_misc_surface_from_pixbuf),
2261         (ev_document_misc_surface_rotate_and_scale):
2262
2263         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2264         creating page surfaces. Fixes bug #453123. Thank you very much to
2265         Jeff Muizelaar <jeff@infidigm.net>.
2266
2267 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * shell/ev-page-cache.c: (ev_page_cache_new),
2270         (ev_page_cache_get_thumbnail_size):
2271         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2272         (ev_sidebar_thumbnails_set_loading_icon):
2273
2274         Also store in page-cache the dimensions of the thumbnails so that
2275         they can be used to create the correct loading icon in the side
2276         pane. Fixes bug #466857.
2277
2278 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2279
2280         * backend/pdf/ev-poppler.cc:
2281         (pdf_document_thumbnails_get_thumbnail):
2282
2283         Fix thumbnails rotation in pdf documents that include embedded 
2284         thumbnails.
2285
2286 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2287
2288         * backend/pdf/ev-poppler.cc:
2289
2290         Don't use #ifdef in macro expansion. Some compilers don't
2291         like that. Closes bug #467042.
2292
2293 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2294
2295         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2296         
2297         Fixes memory leak in djvu backend.
2298
2299 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2300
2301         * data/icons/32x32/Makefile.am:
2302         * data/icons/32x32/actions/Makefile.am:
2303         * data/icons/32x32/actions/view-page-cont.svg:
2304         * data/icons/32x32/actions/view-page-facing.svg:
2305         * data/icons/48x48/Makefile.am:
2306         * data/icons/48x48/actions/Makefile.am:
2307         * data/icons/48x48/actions/view-page-cont.svg:
2308         * data/icons/48x48/actions/view-page-facing.svg:
2309         
2310         Icons for a new sizes.
2311
2312 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2313
2314         * shell/ev-page-cache.c: (build_height_to_page),
2315         (ev_page_cache_get_height_to_page):
2316         
2317         Fixes invalid read, see bug #466401.
2318
2319 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2320
2321         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2322         (set_drag_cursor):
2323         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2324         (configure_item_cursor), (new_pixbuf_from_widget):
2325
2326         Fix multihead problems in toolbar editor. Fixes bug #382055.
2327
2328 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * shell/ev-window.c: (ev_window_cmd_file_open),
2331         (ev_window_cmd_save_as):
2332
2333         Use g_get_user_special_dir when available instead of
2334         xdg_user_dir_lookup.
2335
2336 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2337
2338         * MAINTAINERS:
2339         
2340         Updated according to request on desktop-devel.
2341
2342 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2345
2346         Do not use cairo_rectangle and cairo_clip since we are
2347         not using cairo_fill but cairo_paint. Use the same cairo context
2348         for every page in the same expose event.
2349
2350 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2351
2352         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2353         leak.
2354
2355 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2356
2357         * configure.ac:
2358         * NEWS:
2359
2360         Release 0.9.3
2361
2362 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * libdocument/ev-document-info.h:
2365         * libdocument/ev-document.h:
2366         * shell/ev-page-action.h:
2367         * shell/ev-sidebar-links.h:
2368
2369         Fix a headers problem with ev-link
2370         
2371         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2372         * shell/ev-view-private.h:
2373         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2374         (get_link_area), (ev_view_query_tooltip),
2375         (ev_view_leave_notify_event), (ev_view_destroy),
2376         (ev_view_class_init):
2377
2378         Use new gtk tooltips when available instead of ev-tooltip.
2379         
2380 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2381
2382         * shell/ev-window.c: (update_chrome_visibility),
2383         (ev_window_sidebar_visibility_changed_cb):
2384
2385         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2386         
2387 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * shell/ev-navigation-action.c:
2390         (ev_navigation_action_history_changed),
2391         (ev_navigation_action_set_history):
2392         * shell/ev-navigation-action-widget.c:
2393         (ev_navigation_action_widget_init):
2394         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2395
2396         Fix compile warnings.
2397         
2398 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2399
2400         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2401         (egg_editable_toolbar_dispose):
2402
2403         Fix memory leak.
2404         
2405 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2406
2407         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2408         (screensaver_disable_x11):
2409         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2410         * shell/ev-window.c: (presentation_set_timeout):
2411         * shell/ev-view.c: (ev_view_presentation_transition_start):
2412
2413         Use g_timeout_add_seconds instead of g_timeout_add when
2414         available.
2415         
2416 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2417
2418         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2419
2420         Set horizontal scrollbar policy to AUTOMATIC instead of
2421         NEVER. Workaround for bug #449462.
2422         
2423 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2424
2425         * shell/ev-jobs.c: (ev_job_render_page_ready):
2426
2427         Add page_ready callback to main loop with high priority and hold
2428         a reference to job during idle.
2429         
2430 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2431
2432         * configure.ac:
2433         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2434         (pdf_document_file_exporter_begin),
2435         (pdf_document_file_exporter_do_page),
2436         (pdf_document_file_exporter_get_capabilities):
2437         * libdocument/ev-file-exporter.h:
2438         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2439         * shell/ev-window.c: (ev_window_print_send),
2440         (ev_window_print_dialog_response_cb):
2441
2442         Allow printing multiple pages per sheet. Fixes bug #395573.
2443         
2444 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2445
2446         * shell/ev-view.c: (tip_from_link):
2447         
2448         Check for NULL, fixes bug #460862.
2449
2450 2007-07-29  Christian Persch  <chpe@gnome.org>
2451
2452         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2453         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2454         (ev_window_cmd_preview_print):
2455         
2456         Fixes bug #437681 - blocks while enumerating printers.
2457
2458 2007-07-29  Christian Persch  <chpe@gnome.org>
2459
2460         * shell/ev-window.c: (ev_window_screen_changed):
2461         
2462         Don't use deprecated gtk+ function. See bug #460909.
2463
2464 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2465
2466         * shell/ev-utils.c: (get_num_monitors):
2467         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2468
2469         Do not use display before initializing it. Remove compile
2470         warnings.
2471
2472 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2473
2474         * shell/ev-view.c: (ev_view_class_init):
2475         
2476         Unix-like hjkl bindings added. See bug #458111.
2477
2478 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2479
2480         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2481         * shell/ev-utils.h:
2482         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2483         (ev_view_update_view_size):
2484         * shell/ev-view.h:
2485         * shell/ev-window.c: (ev_window_update_actions),
2486         (setup_view_from_metadata), (ev_window_screen_changed),
2487         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2488         (zoom_control_changed_cb):
2489         * shell/ev-window.h:
2490         
2491         Reorganizes utility functions.
2492
2493 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2494
2495         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2496         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2497         (add_job), (ev_pixbuf_cache_get_surface),
2498         (ev_pixbuf_cache_get_link_mapping),
2499         (ev_pixbuf_cache_get_image_mapping),
2500         (ev_pixbuf_cache_get_form_field_mapping),
2501         (ev_pixbuf_cache_get_text_mapping):
2502         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2503         (notify_page_ready), (ev_job_render_page_ready),
2504         (ev_job_render_run):
2505
2506         Add page_ready signal to notify that page is ready as soon as
2507         possible even if other page elements like links, forms, images or
2508         text mapping are not ready yet.
2509
2510 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2511
2512         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2513         (dvi_document_file_exporter_do_page),
2514         (dvi_document_file_exporter_get_capabilities),
2515         (dvi_document_file_exporter_iface_init):
2516         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2517         (ps_document_file_exporter_do_page),
2518         (ps_document_file_exporter_get_capabilities),
2519         (ps_document_file_exporter_iface_init):
2520         * backend/djvu/djvu-document.c:
2521         (djvu_document_file_exporter_begin),
2522         (djvu_document_file_exporter_end),
2523         (djvu_document_file_exporter_get_capabilities),
2524         (djvu_document_file_exporter_iface_init):
2525         * backend/tiff/tiff-document.c:
2526         (tiff_document_file_exporter_begin),
2527         (tiff_document_file_exporter_get_capabilities),
2528         (tiff_document_document_file_exporter_iface_init):
2529         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2530         (pdf_document_file_exporter_do_page),
2531         (pdf_document_file_exporter_get_capabilities),
2532         (pdf_document_file_exporter_iface_init):
2533         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2534         (ev_file_exporter_get_capabilities):
2535         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2536         (idle_print_handler), (ev_print_job_print):
2537         * shell/ev-jobs.c: (ev_job_print_run):
2538         * shell/ev-window.c: (ev_window_print_send),
2539         (ev_window_print_range):
2540
2541         Use capabilities to know which options should be offered by the
2542         print dialog depending on the document backend.
2543
2544 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2545
2546         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2547
2548         Give priority to forms over text to set the cursor.
2549
2550 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * shell/ev-view-private.h:
2553         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2554         (ev_view_leave_notify_event), (ev_view_finalize),
2555         (ev_view_get_property), (ev_view_class_init):
2556
2557         Use IBEAM cursor for text form fields and NORMAL cursor for read
2558         only fields. Remove unused status attribute.
2559
2560 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2561
2562         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2563
2564         Update region for current selected items also for checkbox
2565         buttons, since they can behave as radio buttons when they are in a
2566         set.
2567
2568 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2569
2570         * configure.ac:
2571         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2572
2573         Get max length of text form fields.
2574
2575 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2576
2577         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2578         * libdocument/ev-form-field.h:
2579         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2580
2581         Fix build with current poppler cvs head.
2582
2583 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2584
2585         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2586         * shell/eggfindbar.c: (egg_find_bar_init):
2587
2588         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2589         deprecation. Fixes bug #455667
2590
2591 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2592
2593         * NEWS:
2594         * configure.ac:
2595         
2596         Update for release 0.9.2
2597
2598 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2599
2600         * shell/ev-view.c: (ev_view_form_field_text_save),
2601         (ev_view_form_field_choice_save):
2602
2603         Fix a crash when closing whith a form widget visible.
2604
2605 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2606
2607         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2608
2609         Update also the region of the current selected button when
2610         clicking on another button if they are radio buttons.
2611
2612 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2613
2614         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2615         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2616         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2617         (ev_pixbuf_cache_get_link_mapping),
2618         (ev_pixbuf_cache_get_image_mapping),
2619         (ev_pixbuf_cache_get_form_field_mapping),
2620         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2621         * shell/ev-view.c: (ev_view_form_field_get_region),
2622         (ev_view_form_field_button_create_widget),
2623         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2624         (job_finished_cb):
2625
2626         Redraw only form field region instead of the whole page when
2627         reloading a page to show changes on the form field.
2628
2629 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2630
2631         * shell/ev-view.c: (ev_view_form_field_choice_save):
2632
2633         Fix selection of first item in list form fields.
2634
2635 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2636
2637         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2638         (ev_pixbuf_cache_reload_page),
2639         (ev_pixbuf_cache_get_form_field_mapping):
2640
2641         Some refactoring to avoid duplicated code.
2642
2643 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * configure.ac:
2646         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2647         (ev_form_field_from_poppler_field),
2648         (pdf_document_forms_get_form_fields),
2649         (pdf_document_forms_form_field_text_get_text),
2650         (pdf_document_forms_form_field_text_set_text),
2651         (pdf_document_forms_form_field_button_set_state),
2652         (pdf_document_forms_form_field_button_get_state),
2653         (pdf_document_forms_form_field_choice_get_item),
2654         (pdf_document_forms_form_field_choice_get_n_items),
2655         (pdf_document_forms_form_field_choice_is_item_selected),
2656         (pdf_document_forms_form_field_choice_select_item),
2657         (pdf_document_forms_form_field_choice_toggle_item),
2658         (pdf_document_forms_form_field_choice_unselect_all),
2659         (pdf_document_forms_form_field_choice_set_text),
2660         (pdf_document_forms_form_field_choice_get_text),
2661         (pdf_document_document_forms_iface_init):
2662         * libdocument/Makefile.am:
2663         * libdocument/ev-form-field.[ch]:
2664         * libdocument/ev-document-forms.[ch]:
2665         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2666         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2667         (add_job), (ev_pixbuf_cache_reload_page),
2668         (ev_pixbuf_cache_get_form_field_mapping):
2669         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2670         * shell/ev-view-private.h:
2671         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2672         (ev_view_handle_cursor_over_xy),
2673         (ev_view_get_form_field_at_location),
2674         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2675         (ev_view_form_field_button_create_widget),
2676         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2677         (ev_view_form_field_text_create_widget),
2678         (ev_view_form_field_choice_save),
2679         (ev_view_form_field_choice_changed),
2680         (ev_view_form_field_choice_create_widget),
2681         (ev_view_handle_form_field), (ev_view_size_allocate),
2682         (ev_view_realize), (draw_end_presentation_page),
2683         (ev_view_button_press_event), (ev_view_remove_all),
2684         (ev_view_motion_notify_event), (ev_view_key_press_event),
2685         (ev_view_enter_notify_event), (highlight_find_results),
2686         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2687         (ev_view_class_init), (page_changed_cb),
2688         (on_adjustment_value_changed), (ev_view_set_presentation),
2689         (merge_selection_region), (ev_view_set_cursor),
2690         (ev_view_reset_presentation_state):
2691         
2692         Merge evince-forms branch.
2693
2694 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2695
2696         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2697
2698         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2699         This script also updates itself from libegg
2700
2701         * cut-n-paste/toolbar-editor/egg*:
2702         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2703         libegg
2704
2705 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2706
2707         * shell/ev-window.c:
2708         
2709         Adds a nice icon to page action during toolbar editing.
2710         See bug #452872.
2711
2712 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2713
2714         * data/evince-toolbar.xml:
2715         * shell/ev-window.c:
2716         
2717         Let user add a presentation and fullscreen icons on toolbar.
2718         See bug #449734.
2719
2720 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2721
2722         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2723
2724         new script to keep in sync with toolbareditor in libegg
2725
2726         * cut-n-paste/toolbar-editor/*: 
2727
2728         Run update-toolbareditor-from-libegg so we are in sync again. 
2729         Fixes bug #452850.
2730         
2731
2732 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2733
2734         * shell/ev-sidebar-links.c: (job_finished_callback):
2735
2736         Do not connect selection changed signal more than once. Fixes bug
2737         #349433.
2738
2739 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2740
2741         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2742
2743         Do not change sidebar chrome flag when pressing F9 key in
2744         presentation mode.
2745
2746 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * backend/pdf/ev-poppler.cc:
2749         (pdf_document_thumbnails_get_dimensions):
2750
2751         Make sure thumbnails width and height is not <= 0. Fixes a crash
2752         with some pdf documents which have really small pages.
2753
2754 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2755
2756         * shell/main.c: (main):
2757
2758         Fixes program description translation issue.
2759         Bug #450148.
2760
2761 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2762
2763         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2764
2765         Do not change current page when returning from black/white mode
2766         in presentation. Fixes bug #415032.
2767
2768 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2769
2770         * NEWS:
2771         * configure.ac:
2772         
2773         Update for release 0.9.1
2774
2775 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2776
2777         * backend/dvi/dvi-document.c:
2778         (dvi_document_finalize),
2779         (dvi_document_file_exporter_format_supported),
2780         (dvi_document_file_exporter_begin),
2781         (dvi_document_file_exporter_do_page),
2782         (dvi_document_file_exporter_end),
2783         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2784         
2785         PDF exporter for dvi documents. Fixes bug #441319.
2786
2787 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2788
2789         * shell/ev-window.c: (ev_window_clear_print_job):
2790
2791         Clear gtk print job when job has finished. Fixes bug #447612.
2792
2793 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2794
2795         * shell/ev-window.c: (ev_window_print_send),
2796         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2797
2798         Add preview button to print dialog. Fixes bug #445419.
2799
2800 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2801
2802         * backend/dvi/Makefile.am:
2803         * backend/dvi/pixbuf-device.[ch]: Removed
2804         * backend/dvi/cairo-device.[ch]: Added
2805         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2806         * backend/dvi/dvi-document.c: (dvi_document_load),
2807         (dvi_document_render), (dvi_document_finalize),
2808         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2809         (dvi_document_do_color_special):
2810         * libdocument/ev-document-misc.[ch]:
2811         (ev_document_misc_pixbuf_from_surface):
2812
2813         Port dvi backend to cairo and fix a problem with colors. 
2814
2815 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2816
2817         * shell/ev-view.c: (draw_one_page):
2818
2819         Draw only visible region.
2820
2821 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2822
2823         * backend/djvu/djvu-document.c: (djvu_document_render):
2824
2825         Fix rotation in djvu backend.
2826
2827 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2828
2829         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2830         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2831         (ev_pixbuf_cache_get_image_mapping),
2832         (ev_pixbuf_cache_get_text_mapping):
2833
2834         Redraw view every time we have a new surface. Fixes bug #443587.
2835
2836 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2837
2838         * libdocument/ev-document.c: (ev_document_info_free):
2839
2840         Fix memory leaks.
2841
2842 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2843
2844         * backend/dvi/dvi-document.c: (dvi_document_render),
2845         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2846         * backend/impress/impress-document.c:
2847         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2848         (impress_document_render), (impress_document_document_iface_init),
2849         (impress_document_thumbnails_get_thumbnail):
2850         * backend/djvu/djvu-document-private.h:
2851         * backend/djvu/djvu-document.c: (djvu_document_render),
2852         (djvu_document_finalize), (djvu_document_document_iface_init),
2853         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2854         * backend/tiff/tiff-document.c: (tiff_document_render),
2855         (tiff_document_render_pixbuf),
2856         (tiff_document_document_iface_init):
2857         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2858         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2859         (pdf_selection_render_selection):
2860         * backend/comics/comics-document.c:
2861         (comics_document_render_pixbuf), (comics_document_render),
2862         (comics_document_document_iface_init):
2863         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2864         (pixbuf_document_document_iface_init):
2865         * libdocument/ev-document-misc.[ch]:
2866         (ev_document_misc_surface_from_pixbuf),
2867         (ev_document_misc_surface_rotate_and_scale):
2868         * libdocument/ev-document.[ch]: (ev_document_render):
2869         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2870         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2871         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2872         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2873         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2874         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2875         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2876         (render_finished_cb), (ev_job_render_run):
2877         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2878         (merge_selection_region):
2879
2880         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2881         and selections.
2882
2883 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2884
2885         * shell/ev-window-title.c: (ev_window_title_update):
2886
2887         Fix memory leak.
2888
2889 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2890
2891         * shell/ev-view.c: (draw_loading_text):
2892
2893         Show loading text centered. Fixes bug #433061
2894
2895 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2896
2897         * shell/ev-sidebar-thumbnails.c:
2898         (ev_sidebar_thumbnails_set_loading_icon):
2899
2900         Remove a mutex in the main thread that blocks the UI in heavy
2901         documents.
2902
2903 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2906
2907         Set points_set to TRUE so that selections don't disappear after a
2908         zoom change.
2909
2910 2007-06-07  Michael Monreal  <infernux@web.de>
2911
2912         * data/icons/16x16/actions/Makefile.am:
2913         * data/icons/16x16/actions/zoom.svg:
2914         * data/icons/22x22/actions/Makefile.am:
2915         * data/icons/22x22/actions/zoom.svg:
2916         * data/icons/24x24/actions/Makefile.am:
2917         * shell/ev-stock-icons.c:
2918         * shell/ev-stock-icons.h:
2919         * shell/ev-window.c:
2920         
2921         Zoom icon artwork. See bug #444795.
2922
2923 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2924
2925         * shell/ev-metadata-manager.c: Remove extraneous function
2926         (Closes: #444386)
2927
2928 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2929
2930         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2931         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2932         (ev_metadata_manager_set), (ev_metadata_manager_save):
2933         Simplify the timeout, no need for modified anymore
2934
2935 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2936
2937         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2938         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2939         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2940         (ev_metadata_manager_save): Adapted patch from Arjan van de
2941         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2942         time, saves on power (Closes: #443851)
2943
2944 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2945
2946         * configure.ac:
2947         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2948         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2949
2950         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2951
2952 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2953
2954         * shell/ev-window.c: (ev_window_add_history):
2955
2956         Check if history is NULL
2957
2958 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2959
2960         * libdocument/ev-image.c: (ev_image_finalize):
2961         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2962         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2963         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2964         (ev_tmp_uri_unlink):
2965
2966         Add functions to delete temporary files created by evince in a safe
2967         way.
2968
2969         * shell/ev-window.c: (ev_window_clear_local_uri),
2970         (open_xfer_update_progress_callback),
2971         (save_xfer_update_progress_callback), (ev_window_save_remote),
2972         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2973         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2974         (attachment_save_dialog_response_cb),
2975         (ev_attachment_popup_cmd_save_attachment_as):
2976
2977         Allow saving a copy of a document, image or attachment to a remote
2978         location. Fixes bug #440754. 
2979
2980 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2981
2982         * configure.ac:
2983         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2984
2985         Fix build with current poppler from cvs head. 
2986
2987 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2988
2989         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2990
2991         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2992         directory exists.
2993
2994 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2995
2996         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2997         * shell/ev-window.c:
2998
2999         Change sidebar ordering. Fixes bug #439939.
3000
3001 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3002
3003         * backend/comics/Makefile.am:
3004         
3005         Fixes build with --without-libgnome.
3006
3007 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3008         
3009         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3010
3011         Update cursor and tooltip on page change and view scroll. Fixes bug
3012         #439217.
3013
3014 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3015
3016         * NEWS:
3017         * configure.ac:
3018         
3019         Update for release 0.9.0
3020
3021 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3022
3023         * backend/djvu/djvu-document-private.h:
3024         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3025         (djvu_document_finalize),
3026         (djvu_document_file_exporter_format_supported),
3027         (djvu_document_file_exporter_begin),
3028         (djvu_document_file_exporter_do_page),
3029         (djvu_document_file_exporter_end),
3030         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3031         
3032         Implemented printing with djvu. Bug #437998.
3033
3034 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3035
3036         * backend/impress/zip.c:
3037         Add missing ulong definition.
3038
3039         * backend/ps/ps-interpreter.c:
3040         Add missing headers.
3041
3042         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3043
3044 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3045
3046         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3047
3048         Add missing call to parent class dispose method. 
3049
3050 2007-05-12  Ross Burton  <ross@openedhand.com>
3051
3052         * shell/main.c:
3053         Sync keybindings manually when building without libgnome
3054         (#437925).
3055
3056 2007-05-12  Ross Burton  <ross@openedhand.com>
3057
3058         * shell/ev-window.c:
3059         Respect the screen when opening help (#437866).
3060
3061 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3062
3063         * data/evince-ui.xml:
3064         * shell/ev-application.[ch]: (get_print_settings_from_args),
3065         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3066         (ev_application_open_uri_list):
3067         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3068         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3069         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3070         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3071         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3072         (ev_window_dispose):
3073         * shell/main.c: (arguments_parse):
3074
3075         Add print button in preview mode. Fixes bug #396475. 
3076
3077 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3078
3079         * cut-n-paste/zoom-control/ephy-zoom.h:
3080         
3081         Fixes zoom level factors. See bug #408119 for details.
3082
3083 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3084
3085         * backend/comics/comics-document.c: (comics_regex_quote),
3086         (extract_argv):
3087         
3088         Correctly quote symbols. Fixes crash in the bug
3089         #415370.
3090
3091 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3092
3093         * shell/ev-navigation-action-widget.c:
3094         (ev_navigation_action_widget_init),
3095         (ev_navigation_action_widget_class_init),
3096         (ev_navigation_action_widget_button_press_event):
3097         
3098         Connect to button-press event on correct widget. Fixes
3099         bug #431988
3100
3101 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3102
3103         * shell/ev-application.c: (ev_application_open_window),
3104         (ev_application_add_icon_path_for_screen),
3105         (ev_application_open_uri_at_dest):
3106         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3107         * shell/ev-navigation-action.c: (build_menu):
3108         
3109         Add app-specific icons to our icon theme. Fixes bug
3110         #425508.
3111
3112 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3113
3114         * shell/ev-history.c: (ev_history_class_init),
3115         (ev_history_add_link):
3116         * shell/ev-history.h:
3117         * shell/ev-navigation-action.c:
3118         (ev_navigation_action_history_changed),
3119         (ev_navigation_action_set_history), (build_menu),
3120         (ev_navigation_action_finalize):
3121         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3122         
3123         Make navigation action unsensitive instead of showing
3124         menu with unsensitive word. Fixes bug #417392.
3125
3126 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3127
3128         * shell/ev-application.[ch]: (ev_application_shutdown),
3129         (ev_application_get_print_settings),
3130         (ev_application_set_print_settings):
3131         * shell/ev-window.c:
3132
3133         Remember print settings. Fixes bug #349102. 
3134
3135 2007-05-08  Christian Persch  <chpe@gnome.org>
3136
3137         * configure.ac:
3138         * properties/ev-properties-view.c:
3139
3140         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3141         Bug #382438.
3142
3143 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3144
3145         * configure.ac:
3146         * properties/ev-properties-view.c: (ev_regular_paper_size):
3147
3148         Use gtk+ builtin paper list to identify the document's paper size.
3149         Fixes bug #382438. 
3150
3151 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3152
3153         * configure.ac:
3154
3155         Fix build when compiling with thumbnailer and libgnome support. 
3156
3157 2007-05-04  Ross Burton  <ross@openedhand.com>
3158
3159         * configure.ac:
3160         Add --without-libgnome, check for libgnome and libgnomeui
3161         separately, and add them to the symbols as required.
3162
3163         * libdocument/ev-file-helpers.c:
3164         When building without libgnome, use g_get_user_config_dir instead
3165         of gnome_user_dir_get.
3166
3167         * shell/ev-application.c:
3168         When building without libgnome, don't use session management.
3169
3170         * shell/main.c:
3171         When building without libgnome, don't use GnomeProgram or
3172         initialise the authentication manager.
3173
3174         This fixes #328842.
3175
3176 2007-05-04  Ross Burton  <ross@openedhand.com>
3177
3178         * shell/ev-window.c:
3179         Don't use libgnome to open help, instead call Yelp directly.
3180
3181 2007-05-04  Ross Burton  <ross@openedhand.com>
3182
3183         * shell/ev-sidebar-attachments.c:
3184         Don't use libgnome to lookup icons for MIME types, instead copy
3185         code from GTK+ to do it manually.
3186
3187 2007-05-04  Ross Burton  <ross@openedhand.com>
3188
3189         * configure.ac:
3190         Add libxml to the dependencies for SHELL_CORE (#435818).
3191
3192 2007-05-02  Ross Burton  <ross@openedhand.com>
3193
3194         * configure.ac:
3195         * Makefile.am:
3196         Add --disable-thumbnailer (#434825)
3197
3198 2007-05-02  Ross Burton  <ross@openedhand.com>
3199
3200         * shell/ev-window.c:
3201         Add missing includes, fix indentation.
3202
3203         * shell/main.c:
3204         Fix indentation.
3205
3206 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3207
3208         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3209         ev_application_open_uri_at_dest instead of ev_application_open_uri
3210         preventing new document always being opened in a new window even if there
3211         is an empty window.
3212
3213 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3214
3215         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3216         (egg_recent_view_uimanager_finalize):
3217         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3218         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3219         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3220         (ev_pixbuf_cache_dispose):
3221         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3222         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3223         
3224         Add missing chain to parent class methods. Fixes
3225         bug #433128.
3226
3227 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3228
3229         * data/Makefile.am (update-icon-cache): Updates
3230         gtk-update-icon-cache in uninstall-hook.
3231
3232 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3233
3234         * shell/ev-window.c: (ev_window_setup_document),
3235         (ev_window_set_document), (ev_window_load_job_cb):
3236         * shell/ev-view.c: (setup_caches):
3237         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3238
3239         Start rendering pages before any other jobs. 
3240
3241 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3242
3243         * shell/ev-window.c: (ev_window_stop_fullscreen),
3244         (ev_window_stop_presentation):
3245
3246         Update chrome visibility before window unfullscreen. 
3247
3248 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3249
3250         * data/Makefile.am:
3251         * data/evince-ui.xml:
3252         * shell/ev-stock-icons.[ch]:
3253         * shell/ev-application.[ch]: (ev_application_shutdown),
3254         (ev_application_init), (ev_application_get_toolbars_model):
3255         * shell/ev-window.c: (update_chrome_visibility),
3256         (fullscreen_toolbar_setup_item_properties),
3257         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3258         (ev_window_run_presentation), (ev_window_stop_presentation),
3259         (ev_window_run_preview), (ev_window_screen_changed),
3260         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3261         (ev_window_dispose), (ev_window_init):
3262
3263         Make fullscreen toolbar always visible. Do not use egg toolbars for
3264         fullscreen and preview modes since such toolbars are not editables.
3265         Fixes bugs #300278, #338910 and #316188.  
3266
3267 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3268
3269         * shell/ev-application.c:
3270         * shell/ev-job-queue.c:
3271         * shell/ev-metadata-manager.c:
3272         * shell/ev-stock-icons.c:
3273         * shell/ev-window.c:
3274         * shell/main.c:
3275         
3276         Developers documentation updated.
3277
3278 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3279
3280         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3281
3282         Check whether uri is valid before launching it. Fixes bug #427664.
3283
3284 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3285
3286         * shell/ev-window.c:
3287
3288         Change key accelerator for Open a Copy menu entry which is in conflict
3289         with Close. Fixes bug #427321.
3290
3291 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3292
3293         * NEWS:
3294         * configure.ac:
3295         
3296         Update for release 0.8.1
3297
3298 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3299
3300         * shell/ev-window.c: (setup_size_from_metadata):
3301         
3302         Do not make window bigger than screen. Fixes bug 
3303         #388985.
3304
3305 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3306
3307         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3308         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3309
3310         Use default resolution when it's not provided by document. Fixes bug
3311         #408762.
3312
3313 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3314
3315         * configure.ac:
3316         * thumbnailer/Makefile.am:
3317         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3318         * thumbnailer/evince-thumbnailer.schemas.in:
3319         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3320
3321         Add support for ps, eps and compressed documents thumbnails. Do not
3322         ignore size parameter. 
3323
3324 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3325
3326         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3327         (dvi_document_do_color_special):
3328         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3329
3330         Implement font color specials in the DVI backend. Fixes bug #303651.
3331
3332 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3333
3334         Fixup the previous commit:
3335
3336         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3337         * shell/xdg-user-dir-lookup.c: Make the function non-static
3338         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3339
3340 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3341
3342         * shell/ev-window.c (file_open_dialog_response_cb): Use
3343         the xdg-user-dirs DOCUMENTS folder as default folder when
3344         opening a file chooser.  (#424858)
3345
3346         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3347         xdg-user-dirs.
3348
3349 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * shell/ev-window.c: (ev_window_load_job_cb):
3352
3353         Do not setup view from metadata on preview mode. 
3354
3355 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3356
3357         * shell/main.c:
3358
3359         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3360
3361 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3362
3363         * shell/ev-view.c: (ev_view_primary_get_cb):
3364
3365         Check pointer != NULL before using it. Fixes bug #416841. 
3366
3367 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3368
3369         * NEWS:
3370         * configure.ac:
3371         
3372         Release 0.8.0
3373
3374 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3375
3376         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3377
3378         Do not render thumbnails when sidebar thumbnail page is not visible
3379         at startup. Fixes bug #416447. 
3380
3381 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3382
3383         * data/evince.desktop.in.in:
3384
3385         "Application" is not a valid category in the freedesktop specification.
3386
3387 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3388
3389         * libdocument/ev-file-helpers.[ch]: (compression_run),
3390         (ev_file_uncompress), (ev_file_compress):
3391         * shell/ev-window.c: (file_save_dialog_response_cb):
3392
3393         Save document compressed when saving a copy of a compressed document.
3394         Fixes bug #334542.
3395
3396 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3397
3398         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3399
3400         Allow deleting in goto window entry in presentation mode. 
3401
3402 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3403
3404         * Makefile.am: Dist MAINTAINERS.
3405
3406 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * shell/ev-window.c: (ev_window_update_actions):
3409
3410         Fix zoom shortcut keys when searching. Fixes bug #409828.
3411
3412 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3413
3414         * shell/ev-window.c: (ev_window_setup_document):
3415
3416         Fix crash when loading documents with only one page. 
3417
3418 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3419
3420         * backend/dvi/dvi-document.c:
3421         (dvi_document_thumbnails_get_dimensions),
3422         (dvi_document_thumbnails_get_thumbnail):
3423         * backend/impress/impress-document.c:
3424         (impress_document_thumbnails_get_thumbnail),
3425         (impress_document_thumbnails_get_dimensions):
3426         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3427         (ps_document_thumbnails_get_dimensions):
3428         * backend/djvu/djvu-document.c:
3429         (djvu_document_thumbnails_get_dimensions),
3430         (djvu_document_thumbnails_get_thumbnail):
3431         * backend/tiff/tiff-document.c:
3432         (tiff_document_thumbnails_get_thumbnail),
3433         (tiff_document_thumbnails_get_dimensions):
3434         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3435         (pdf_document_thumbnails_get_thumbnail),
3436         (pdf_document_thumbnails_get_dimensions):
3437         * backend/comics/comics-document.c:
3438         (comics_document_thumbnails_get_thumbnail),
3439         (comics_document_thumbnails_get_dimensions):
3440         * backend/pixbuf/pixbuf-document.c:
3441         (pixbuf_document_thumbnails_get_thumbnail),
3442         (pixbuf_document_thumbnails_get_dimensions):
3443         * libdocument/ev-document-thumbnails.[ch]:
3444         (ev_document_thumbnails_get_thumbnail),
3445         (ev_document_thumbnails_get_dimensions):
3446         * libdocument/ev-document-misc.[ch]:
3447         (ev_document_misc_get_thumbnail_frame):
3448         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3449         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3450         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3451         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3452         (ev_sidebar_thumbnails_refresh):
3453         * shell/ev-window.c: (ev_window_setup_document):
3454         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3455
3456         Use an EvRenderContext for rendering thumbnails instead of a suggested
3457         width, so that different sized pages get sized proportionally.
3458
3459 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3460
3461         * shell/ev-view.c: (ev_view_button_press_event),
3462         (ev_view_key_press_event):
3463
3464         Fix critical warnings when there is no document loaded. 
3465
3466 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3467
3468         * shell/ev-page-action-widget.c:
3469         * shell/ev-navigation-action.c:
3470         * shell/ev-window.c:
3471
3472         Fix compile warnings. 
3473
3474 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3475
3476         * backend/djvu/djvu-text.h:
3477         * backend/djvu/djvu-document.c:
3478         * backend/djvu/djvu-text-page.c:
3479         * backend/djvu/djvu-links.c:
3480         * backend/djvu/djvu-text-page.h:
3481         * backend/djvu/djvu-text.c:
3482         
3483         Fix build on Mac. Fixes bug #392186. Patch by
3484         <ephraim_owns@hotmail.com>
3485
3486 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3487
3488         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3489
3490         Restore cairo context before rendering every page when printing a PDF
3491         document into a PDF file. 
3492
3493 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3494
3495         * backend/ps/gstypes.h:
3496         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3497         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3498         (ps_document_thumbnails_get_thumbnail):
3499
3500         Handle PostScript page orientation. Fixes bug #318568.
3501
3502 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3503
3504         * backend/ps/Makefile.am:
3505         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3506         (document_load), (ps_document_load), (save_document),
3507         (save_page_list), (ps_document_get_n_pages),
3508         (ps_document_get_page_size), (ps_document_get_info),
3509         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3510         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3511         (ps_document_thumbnails_get_thumbnail),
3512         (ps_document_thumbnails_get_dimensions),
3513         (ps_document_document_thumbnails_iface_init):
3514         * backend/ps/ps.[ch]: (psgetpagebox):
3515         * backend/ps/ps-interpreter.[ch]:
3516
3517         Add support for thumbnails in ps backend. Fixes bug #164755. 
3518
3519 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3520
3521         * NEWS:
3522         * configure.ac:
3523         
3524         Release 0.7.2
3525
3526 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3527
3528         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3529         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3530         (ev_window_dispose):
3531
3532         Use document thumbnail as window icon. Fixes bug #384442.
3533
3534 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3535
3536         * configure.ac:
3537
3538         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3539         duplicated adding application/x-bzpostscript instead. 
3540
3541 2007-02-11  Tom Parker  <palfrey@tevp.net>
3542
3543         * backend/ps/ps-document.c: (document_load):
3544
3545         Check return value of psscan before trying
3546         to use it. Fixes bug #372414.
3547
3548 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3549
3550         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3551
3552         Fix invalid free in ev-page-cache. Fixes bug #404745.
3553
3554 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3555
3556         * test/Makefile.am:
3557         * test/test3.py:
3558         
3559         Added reload test case.
3560
3561 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3562
3563         * po/POTFILES.in:
3564         * backend/djvu/djvu-document.c: (djvu_document_load):
3565
3566         Check whether there are missing files in indirect multipage djvu
3567         documents. Fixes bug #361683. 
3568
3569 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3570
3571         * test/Makefile.am:
3572         * test/test-mime.bin:
3573         * test/test3.py:
3574         
3575         Added test for slow mime type
3576
3577 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3578
3579         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3580
3581         Add some checks and call parent_class->finalize. Fixes bug #404745.
3582
3583 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3584
3585         * shell/ev-navigation-action.c: (connect_proxy):
3586         
3587         Fixes dropdown history menu. Thanks a lot Carlos!
3588
3589 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3590
3591         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3592
3593         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3594         bug #373715.
3595
3596 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3597
3598         * backend/ps/ps.c: (psscan):
3599
3600         Fix memory leak. 
3601
3602 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3603
3604         * configure.ac:
3605         * libdocument/ev-file-helpers.c: 
3606
3607         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3608
3609 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3610
3611         * configure.ac:
3612         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3613         (ps_interpreter_start), (document_load), (save_document),
3614         (save_page_list):
3615         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3616         * libdocument/ev-document-factory.c:
3617         (ev_document_factory_get_from_mime), (get_document_from_uri),
3618         (free_uncompressed_uri), (ev_document_factory_get_document):
3619         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3620
3621         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3622
3623 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3624
3625         * libdocument/ev-document.h:
3626
3627         Fix typo in function name. 
3628
3629 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3630
3631         * backend/ps/ps-document.c: (ps_interpreter_finished),
3632         (ps_interpreter_start), (ps_interpreter_failed):
3633
3634         Handle ghostscript interpreter crashes. 
3635
3636 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * shell/ev-window.c: (ev_window_open_uri),
3639         (window_configure_event_cb):
3640
3641         Setup window size and position before showing it. Fixes bug #401711.
3642
3643 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3644
3645         * backend/ps/Makefile.am:
3646         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3647         (ps_document_dispose), (ps_document_class_init),
3648         (ps_interpreter_input), (ps_interpreter_output),
3649         (ps_interpreter_error), (setup_interpreter_env),
3650         (ps_interpreter_start), (ps_interpreter_stop),
3651         (ps_interpreter_failed), (ps_interpreter_is_ready),
3652         (check_filecompressed), (document_load), (ps_document_load),
3653         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3654         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3655         (render_page):
3656
3657         Rework ps-document. Code cleanups, remove deprecated code. 
3658
3659 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3660
3661         * shell/ev-view.c: (ev_view_button_press_event):
3662
3663         Do not start an image drag and drop operation when pointer is on 
3664         text, so that we can select text when the whole background is an
3665         image. 
3666
3667 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3668
3669         * shell/ev-window.c: (ev_window_update_actions): 
3670
3671         Disable all zoom related actions during presentation mode. 
3672
3673 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3674
3675         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3676
3677         Do not zoom in or out on presentation mode. Fixes bug #401305.
3678
3679 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3680
3681         * shell/ev-navigation-action.c: (connect_proxy),
3682         (create_menu_item), (ev_navigation_action_class_init):
3683         
3684         Correctly show menu and fix crash when navigaton 
3685         action is out of toolbar visible area.
3686
3687 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3688
3689         * data/Makefile.am:
3690         * data/evince.1:
3691         
3692         Added man file
3693
3694 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3695
3696         * help/reference/* :
3697         * configure.ac:
3698         
3699         Added gtk-doc based documentation for Evince.
3700         Still in initial state but I hope it will
3701         grow.
3702         
3703         * configure.ac:
3704         
3705         Lower dbus requirement to 0.70
3706
3707 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3708
3709         * shell/ev-window.c: (ev_window_add_history):
3710
3711         Fix memory leak. 
3712
3713 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3714
3715         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3716         * shell/ev-view.h:
3717         * shell/ev-window.c: (ev_window_add_history):
3718         
3719         Correctly handle named destination links
3720
3721 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3722
3723         * NOTES:
3724         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3725         * backend/pdf/ev-poppler.cc:
3726         * libdocument/ev-document-links.h:
3727         * libdocument/ev-link.c: (ev_link_get_page):
3728         * libdocument/ev-link.h:
3729         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3730         (ev_history_add_link):
3731         * shell/ev-history.h:
3732         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3733         (new_history_menu_item), (build_menu):
3734         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3735         * shell/ev-sidebar-links.c: (create_loading_model),
3736         (print_section_cb), (ev_sidebar_links_construct),
3737         (fill_page_labels), (update_page_callback_foreach),
3738         (update_page_callback), (job_finished_callback):
3739         * shell/ev-view.c: (ev_view_handle_link):
3740         * shell/ev-window.c: (ev_window_find_chapter),
3741         (ev_window_add_history), (view_handle_link_cb),
3742         (history_changed_cb):
3743         
3744         Implements another history variant
3745
3746 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3747
3748         * shell/ev-window.c: (view_external_link_cb):
3749         * shell/ev-view.c: (ev_view_button_release_event):
3750
3751         Open links in new window when clicking with middle button. 
3752
3753 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3754
3755         * shell/ev-navigation-action.c: (new_history_menu_item):
3756         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3757         * shell/ev-view.c: (ev_view_handle_link):
3758         * shell/ev-window.c:
3759         
3760         Store link before jump, not the destination. For me it 
3761         seems like more natural history behavior.
3762
3763 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3764
3765         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3766         (ev_navigation_action_class_init):
3767         * shell/ev-navigation-action.h:
3768         * shell/ev-page-action.c: (activate_cb):
3769         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3770         (ev_page_cache_set_current_page_history):
3771         * shell/ev-page-cache.h:
3772         * shell/ev-sidebar-thumbnails.c:
3773         (ev_sidebar_tree_selection_changed),
3774         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3775         * shell/ev-view-private.h:
3776         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3777         * shell/ev-view.h:
3778         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3779         (ev_window_setup_document), (ev_window_load_job_cb):
3780         * shell/ev-window.h:
3781         
3782         History finally works as expected.
3783
3784 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3785
3786         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3787
3788         Do not update links treeview if it doesn't have a model assigned yet. 
3789
3790 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3791
3792         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3793         (ev_sidebar_links_class_init), (update_page_callback):
3794
3795         Do not update links treeview when sidepane is not visible. 
3796
3797 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3798
3799         * shell/ev-marshal.list:
3800         * shell/ev-page-action.c: (activate_cb),
3801         (ev_page_action_class_init):
3802         * shell/ev-page-action.h:
3803         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3804         * shell/ev-window.c:
3805         
3806         Remove activate_link signal, not required.
3807
3808 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3809
3810         * shell/ev-navigation-action.c: (build_menu):
3811         
3812         Reorder menu items and build menu with fixed length.
3813
3814 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3815
3816         * shell/ev-view.c: (get_selected_text):
3817         
3818         Normalize text to fix ligatures problem. See bug
3819         #341947 for details.
3820
3821 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3822
3823         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3824
3825         Fix memory leak in ev-page-cache. 
3826
3827 2007-01-25  Tom Parker <palfrey@tevp.net>
3828
3829         * backend/impress/impress-document.c: (impress_document_load),
3830         (impress_document_finalize), (impress_document_init):
3831         * properties/ev-properties-main.c: (ev_properties_get_pages):
3832         
3833         Correctly handle impress document errors. Fixes nautilus
3834         crash in property page #370491.
3835
3836 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3837
3838         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3839         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3840         (ev_job_queue_remove_job):
3841         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3842         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3843         (ev_job_load_run):
3844         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3845         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3846         (ev_window_load_job_cb), (xfer_update_progress_callback),
3847         (ev_window_open_uri), (ev_window_dispose):
3848         * shell/main.c: (main):
3849
3850         Do file transfer asynchronously in the main thread instead of
3851         synchronously in the load thread. Fixes bugs #399694, #398307 and
3852         #343542.
3853
3854 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3855
3856         * shell/ev-jobs.c: (ev_job_xfer_run):
3857
3858         Load the document with the font-config lock held. 
3859
3860 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3861
3862         * backend/ps/ps-document.c: (start_interpreter):
3863
3864         Fix memory leaks in ps backend. 
3865
3866 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * backend/impress/impress-document.c:
3869         (impress_document_render_pixbuf):
3870
3871         Do not acquire fontconfig lock in impress backend, since it is using
3872         the main loop for rendering. 
3873
3874 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3875
3876         * po/POTFILES.in: 
3877
3878         Remove mdvi files that shouldn't be translated. 
3879
3880 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3881
3882         * shell/ev-view-private.h:
3883         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3884         (ev_view_set_zoom):
3885
3886         Render "loading..." text into a cairo surface instead of directly into
3887         the window so that fontconfig lock is only needed once and UI is not
3888         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3889
3890 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3891
3892         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3893         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3894
3895         Use icon theme associated with the window screen rather than default. 
3896
3897 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3898
3899         * configure.ac:
3900
3901         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3902
3903 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3904
3905         * data/icons/*/apps/evince.*:
3906
3907         Move Evince icons under new apps directory.
3908
3909         * data/icons/*/actions/*:
3910
3911         Add new custom themeable Evince icons: view-page-continuous, 
3912         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3913         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3914
3915         * configure.ac:
3916
3917         Add new directories to AC_CONFIG_FILES.
3918
3919         * shell/ev-stock-icons.c:
3920         * shell/ev-stock-icons.h:
3921
3922         Use new custom themeable icons.
3923
3924 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3925
3926         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3927
3928         Do not draw white background page in presentation mode. 
3929
3930 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3931
3932         * shell/ev-view.c: Remove unused gnome-vfs include.
3933
3934 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3935
3936         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3937         
3938         Format string is corrected, fixes bug #397129.
3939
3940 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3941
3942         * shell/ev-window.c: (ev_window_setup_recent):
3943
3944         Do not include in recent menu inexistent documents. Fixes
3945         bug #339171.
3946
3947 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3948
3949         * po/POTFILES.skip: 
3950
3951         Update POTFILES.skip file according to current source tree. 
3952
3953 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3954
3955         * shell/ev-window.c: (file_save_dialog_response_cb):
3956
3957         Do Save a copy in atomic way. Fixes bug #328266. 
3958
3959 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3960
3961         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3962
3963         Keep selected cell always visible in index treeview.
3964
3965 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3966         
3967         * shell/ev-view.c: (ev_view_size_allocate):
3968
3969         Restore horizontal scrollbar after switching to/from fullscreen
3970         or presentation mode. Fixes bug #331728.
3971
3972 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3973
3974         * shell/ev-view-private.h:
3975         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3976         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3977         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3978         (ev_view_can_zoom_out):
3979
3980         Use max and min scale values in the view iby taking dpi into account. 
3981
3982 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3983
3984         * configure.ac:
3985         * NEWS:
3986
3987         Release 0.7.1
3988
3989 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3990
3991         * shell/ev-window.c: (ev_window_print_send):
3992
3993         Send print job to printer with some settings set to default values,
3994         since we have already exported to a file according to such settings
3995         and they could be taken twice by some printers. 
3996
3997 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3998
3999         * shell/ev-jobs.c: (ev_job_xfer_run):
4000         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4001
4002         Show main window and load document with the font-config lock held. 
4003
4004 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * configure.ac:
4007         * shell/ev-application.c: (ev_application_register_service):
4008         * shell/main.c: (load_files_remote):
4009
4010         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4011
4012 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4013
4014         * doc/debugging.txt:
4015         
4016         Remove obsolete documentation.
4017
4018 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4019
4020         * Makefile.am:
4021         * backend/Makefile.am:
4022         * backend/comics/Makefile.am:
4023         * backend/djvu/Makefile.am:
4024         * backend/dvi/Makefile.am:
4025         * backend/ev-async-renderer.c:
4026         * backend/ev-async-renderer.h:
4027         * backend/ev-attachment.c:
4028         * backend/ev-attachment.h:
4029         * backend/ev-backend-marshal.c:
4030         * backend/ev-document-factory.c:
4031         * backend/ev-document-factory.h:
4032         * backend/ev-document-find.c:
4033         * backend/ev-document-find.h:
4034         * backend/ev-document-fonts.c:
4035         * backend/ev-document-fonts.h:
4036         * backend/ev-document-images.c:
4037         * backend/ev-document-images.h:
4038         * backend/ev-document-info.h:
4039         * backend/ev-document-links.c:
4040         * backend/ev-document-links.h:
4041         * backend/ev-document-misc.c:
4042         * backend/ev-document-misc.h:
4043         * backend/ev-document-security.c:
4044         * backend/ev-document-security.h:
4045         * backend/ev-document-thumbnails.c:
4046         * backend/ev-document-thumbnails.h:
4047         * backend/ev-document-transition.c:
4048         * backend/ev-document-transition.h:
4049         * backend/ev-document.c:
4050         * backend/ev-document.h:
4051         * backend/ev-file-exporter.c:
4052         * backend/ev-file-exporter.h:
4053         * backend/ev-image.c:
4054         * backend/ev-image.h:
4055         * backend/ev-link-action.c:
4056         * backend/ev-link-action.h:
4057         * backend/ev-link-dest.c:
4058         * backend/ev-link-dest.h:
4059         * backend/ev-link.c:
4060         * backend/ev-link.h:
4061         * backend/ev-render-context.c:
4062         * backend/ev-render-context.h:
4063         * backend/ev-selection.c:
4064         * backend/ev-selection.h:
4065         * backend/impress/Makefile.am:
4066         * backend/pdf/Makefile.am:
4067         * backend/pixbuf/Makefile.am:
4068         * backend/ps/Makefile.am:
4069         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4070         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4071         (start_interpreter), (stop_interpreter), (document_load),
4072         (ps_document_next_page), (render_page):
4073         * backend/tiff/Makefile.am:
4074         * comics/Makefile.am:
4075         * comics/comics-document.c:
4076         * comics/comics-document.h:
4077         * configure.ac:
4078         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4079         * djvu/Makefile.am:
4080         * djvu/djvu-document-private.h:
4081         * djvu/djvu-document.c:
4082         * djvu/djvu-document.h:
4083         * djvu/djvu-links.c:
4084         * djvu/djvu-links.h:
4085         * djvu/djvu-text-page.c:
4086         * djvu/djvu-text-page.h:
4087         * djvu/djvu-text.c:
4088         * djvu/djvu-text.h:
4089         * dvi/Makefile.am:
4090         * dvi/dvi-document.c:
4091         * dvi/dvi-document.h:
4092         * dvi/fonts.c:
4093         * dvi/fonts.h:
4094         * dvi/mdvi-lib/Makefile.am:
4095         * dvi/mdvi-lib/afmparse.c:
4096         * dvi/mdvi-lib/afmparse.h:
4097         * dvi/mdvi-lib/bitmap.c:
4098         * dvi/mdvi-lib/bitmap.h:
4099         * dvi/mdvi-lib/color.c:
4100         * dvi/mdvi-lib/color.h:
4101         * dvi/mdvi-lib/common.c:
4102         * dvi/mdvi-lib/common.h:
4103         * dvi/mdvi-lib/defaults.h:
4104         * dvi/mdvi-lib/dvimisc.c:
4105         * dvi/mdvi-lib/dviopcodes.h:
4106         * dvi/mdvi-lib/dviread.c:
4107         * dvi/mdvi-lib/files.c:
4108         * dvi/mdvi-lib/font.c:
4109         * dvi/mdvi-lib/fontmap.c:
4110         * dvi/mdvi-lib/fontmap.h:
4111         * dvi/mdvi-lib/fontsrch.c:
4112         * dvi/mdvi-lib/gf.c:
4113         * dvi/mdvi-lib/hash.c:
4114         * dvi/mdvi-lib/hash.h:
4115         * dvi/mdvi-lib/list.c:
4116         * dvi/mdvi-lib/mdvi.h:
4117         * dvi/mdvi-lib/pagesel.c:
4118         * dvi/mdvi-lib/paper.c:
4119         * dvi/mdvi-lib/paper.h:
4120         * dvi/mdvi-lib/pk.c:
4121         * dvi/mdvi-lib/private.h:
4122         * dvi/mdvi-lib/setup.c:
4123         * dvi/mdvi-lib/sp-epsf.c:
4124         * dvi/mdvi-lib/special.c:
4125         * dvi/mdvi-lib/sysdeps.h:
4126         * dvi/mdvi-lib/t1.c:
4127         * dvi/mdvi-lib/tfm.c:
4128         * dvi/mdvi-lib/tfmfile.c:
4129         * dvi/mdvi-lib/tt.c:
4130         * dvi/mdvi-lib/util.c:
4131         * dvi/mdvi-lib/vf.c:
4132         * dvi/pixbuf-device.c:
4133         * dvi/pixbuf-device.h:
4134         * impress/Makefile.am:
4135         * impress/common.h:
4136         * impress/document.c:
4137         * impress/f_oasis.c:
4138         * impress/f_oo13.c:
4139         * impress/iksemel.c:
4140         * impress/iksemel.h:
4141         * impress/imposter.h:
4142         * impress/impress-document.c:
4143         * impress/impress-document.h:
4144         * impress/internal.h:
4145         * impress/r_back.c:
4146         * impress/r_draw.c:
4147         * impress/r_geometry.c:
4148         * impress/r_gradient.c:
4149         * impress/r_style.c:
4150         * impress/r_text.c:
4151         * impress/render.c:
4152         * impress/render.h:
4153         * impress/zip.c:
4154         * impress/zip.h:
4155         * lib/Makefile.am:
4156         * lib/ev-debug.c:
4157         * lib/ev-debug.h:
4158         * lib/ev-file-helpers.c:
4159         * lib/ev-file-helpers.h:
4160         * lib/ev-gui.c:
4161         * lib/ev-gui.h:
4162         * lib/ev-tooltip.c:
4163         * lib/ev-tooltip.h:
4164         * libdocument/Makefile.am:
4165         * libdocument/ev-file-helpers.c:
4166         * pdf/Makefile.am:
4167         * pdf/ev-poppler.cc:
4168         * pdf/ev-poppler.h:
4169         * pixbuf/Makefile.am:
4170         * pixbuf/pixbuf-document.c:
4171         * pixbuf/pixbuf-document.h:
4172         * properties/Makefile.am:
4173         * ps/Makefile.am:
4174         * ps/gsdefaults.c:
4175         * ps/gsdefaults.h:
4176         * ps/gsio.c:
4177         * ps/gsio.h:
4178         * ps/gstypes.h:
4179         * ps/ps-document.c:
4180         * ps/ps-document.h:
4181         * ps/ps.c:
4182         * ps/ps.h:
4183         * shell/Makefile.am:
4184         * shell/ev-application.h:
4185         * shell/ev-sidebar-links.c:
4186         * shell/ev-sidebar-links.h:
4187         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4188         (ev_gui_menu_position_tree_selection):
4189         * shell/ev-utils.h:
4190         * shell/ev-view.c: (ev_view_finalize):
4191         * shell/ev-window.c:
4192         * shell/main.c: (main):
4193         * thumbnailer/Makefile.am:
4194         * tiff/Makefile.am:
4195         * tiff/tiff-document.c:
4196         * tiff/tiff-document.h:
4197         * tiff/tiff2ps.c:
4198         * tiff/tiff2ps.h:
4199         
4200         Reorganize source tree.
4201
4202 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4203
4204         * backend/ev-document-factory.c:
4205
4206         Do not include ev-poppler.h when pdf is disabled. 
4207
4208 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4209
4210         * configure.ac:
4211         * data/evince-ui.xml:
4212         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4213         (pdf_document_document_images_iface_init):
4214         * backend/Makefile.am:
4215         * backend/ev-document-images.[ch]:
4216         * backend/ev-image.[ch]:
4217         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4218         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4219         (ev_job_xfer_run):
4220         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4221         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4222         (ev_pixbuf_cache_get_image_mapping):
4223         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4224         (view_menu_popup_cb), (ev_window_dispose),
4225         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4226         (ev_view_popup_cmd_copy_image):
4227         * shell/ev-view-private.h:
4228         * shell/ev-view.c: (ev_view_get_image_at_location),
4229         (ev_view_do_popup_menu), (ev_view_popup_menu),
4230         (ev_view_button_press_event), (ev_view_drag_data_get),
4231         (ev_view_drag_motion), (ev_view_drag_data_received),
4232         (ev_view_motion_notify_event), (ev_view_button_release_event),
4233         (ev_view_finalize), (ev_view_class_init):
4234
4235         Add image handling support. Fixes bugs #310008 and #325047. Images
4236         selection is not supported yet. 
4237
4238 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4239
4240         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4241         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4242         (ev_view_init):
4243
4244         Move view drag and drop stuff to ev-view.
4245
4246 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4247
4248         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4249         * shell/ev-view.c: (clear_selection): 
4250
4251         Clear selection also in pixbuf cache.
4252
4253 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4254
4255         * data/evince.desktop.in.in:
4256         
4257         Change icon name in desktop file. See bug #390734
4258         for details.
4259
4260 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4261
4262         * thumbnailer/Makefile.am:
4263
4264         Use top_builddir instead top_srcdir for generated schema
4265         file installation. Fixes bug #390161.
4266
4267 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4268
4269         * configure.ac:
4270         * backend/Makefile.am:
4271         * backend/ev-document-transition.[ch]:
4272         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4273         (pdf_document_page_transition_iface_init):
4274         * shell/ev-view-private.h:
4275         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4276         (ev_view_set_presentation), (transition_next_page),
4277         (ev_view_presentation_transition_stop),
4278         (ev_view_presentation_transition_start), (ev_view_next_page):
4279
4280         Add page transition support in presentation mode. At the moment only
4281         page duration is supported, but not transition effects. Fixes bug
4282         #309815.
4283
4284 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4285
4286         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4287
4288         Run find_link_dest with document lock held, since it's called by links
4289         thread and main thread at the same time. 
4290
4291 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4292
4293         * shell/ev-view.c: (goto_dest):
4294
4295         Update page-cache when page is changed by the view, so that
4296         page-changed signal is emitted. 
4297
4298 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4299
4300         * test/test1.py:
4301         * test/test2.py:
4302
4303         Use C locale in tests. 
4304
4305 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4306
4307         * shell/ev-window.c: (ev_window_run_presentation):
4308         * shell/ev-view-private.h:
4309         * shell/ev-view.c: (ev_view_set_presentation):
4310
4311         Restore zoom settings when back from presentation mode. 
4312
4313 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4314
4315         * shell/ev-window.c: (ev_window_run_presentation):
4316
4317         Always use "best fit" zoom in presentation mode.
4318         Fixes bug #389195.
4319
4320 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4321
4322         * shell/ev-view.c: (ev_view_goto_window_create):
4323
4324         Show "Jump to page" label in the page jumping popup in
4325         presentation mode instead of just a GtkEntry.
4326
4327 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4328
4329         * shell/ev-window.c: (launch_external_uri):
4330
4331         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4332         #378085.
4333
4334 2006-12-22  Elijah Newren  <newren gmail com>
4335
4336         * configure.ac: explicitly check for libxml2.  Fixes #388795
4337
4338 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4339
4340         * shell/ev-view-private.h:
4341         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4342         (ev_view_goto_window_delete_event), (key_is_numeric),
4343         (ev_view_goto_window_key_press_event),
4344         (ev_view_goto_window_button_press_event),
4345         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4346         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4347         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4348
4349         Allow jumping to another page by typing a page number in presentation
4350         mode. It uses a popup window with an entry. Fixes bug #353625.
4351
4352 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4353
4354         * configure.ac:
4355         * properties/ev-properties-view.c: (ev_get_default_user_units),
4356         (ev_regular_paper_size):
4357         
4358         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4359         to Damien Carbery <damien.carbery@sun.com> and
4360         Yevgen Muntyan <muntyan@tamu.edu>.
4361
4362 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4363
4364         * shell/ev-window.c: (setup_document_from_metadata):
4365
4366         Make sure Evince doesn't restore the view on the last
4367         page when a document is reopened. Fixes bug #383381.
4368
4369 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4370
4371         * shell/ev-view.c: (draw_loading_text):
4372
4373         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4374
4375 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4376
4377         * configure.ac:
4378         * NEWS:
4379
4380         Release 0.7.0
4381
4382 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4383
4384         * configure.ac:
4385         * pdf/ev-poppler.cc: (pdf_print_context_free),
4386         (pdf_document_file_exporter_begin),
4387         (pdf_document_file_exporter_do_page):
4388
4389         Make cairo-pdf depedency optional. 
4390
4391 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4392
4393         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4394
4395         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4396
4397 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4398
4399         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4400         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4401         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4402         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4403         * shell/ev-view.c: (draw_loading_text):
4404         * shell/ev-window.c: (ev_window_cmd_file_properties):
4405
4406         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4407         related to using FontConfig from different threads.
4408         
4409 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4410
4411         * shell/ev-view.c: (draw_loading_text):
4412
4413         Acquire lock document when drawing "Loading..." text so that only one
4414         thread will use FontConfig at the same time. Fixes bug #374750.
4415
4416 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4417
4418         * shell/ev-page-action.[ch]: (activate_cb):
4419         * shell/ev-window.c: (activate_label_cb):
4420
4421         Check if text inserted in page entry is a valid page number when it
4422         doesn't match to any document page label. Fixes bug #383165.
4423
4424 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4425         * shell/ev-window.c:
4426
4427         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4428         available with GTK < 2.10. Added an ifdef to avoid compilation
4429         error.
4430
4431 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4432
4433         * configure.ac:
4434         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4435
4436         Fix ps backend in multihead systems.
4437
4438 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4439
4440         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4441         * shell/ev-window.c: (ev_window_get_screen_dpi),
4442         (ev_window_update_actions), (setup_view_from_metadata),
4443         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4444
4445         Take screen DPI into account when zooming. Fixes bug #318285.
4446
4447 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4448
4449         * data/Makefile.am:
4450
4451         Cleaned up/slightly refactored Makefile.am. Added GConf
4452         schemas uninstallation as well.
4453
4454 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4455
4456         * Makefile.am:
4457         * test/Makefile.am:
4458
4459         Fight with autotools to fix make check. Make distcheck
4460         works fine as well now!
4461
4462 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4463
4464         * shell/ev-view.c: (draw_end_presentation_page):
4465
4466         Corrected "end of presentation" string.
4467
4468 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4469
4470         * shell/ev-view.c: (ev_view_key_press_event):
4471
4472         Correctly propagate key press event so that up/down keys
4473         work as expected (correct behaviour was broken by
4474         black/white screen key bindings for presentations).
4475
4476 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4477
4478         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4479         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4480         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4481         (pdf_selection_get_selection_region),
4482         (pdf_selection_get_selection_map):
4483
4484         Add "static" to some private functions. 
4485
4486 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4487
4488         * lib/ev-tooltip.h:
4489         * properties/ev-properties-view.h:
4490         * shell/ev-jobs.h:
4491         * shell/ev-properties-dialog.h:
4492         * shell/ev-properties-fonts.h:
4493         * shell/ev-sidebar-links.h:
4494         * shell/ev-sidebar-thumbnails.h:
4495         * shell/ev-sidebar.h:
4496         * shell/ev-window.h:
4497         
4498         Fixes CHACK type in class casts. See bug #385343
4499         for details.
4500
4501 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4502
4503         * shell/ev-view-private.h:
4504         * shell/ev-view.c: (draw_end_presentation_page),
4505         (ev_view_expose_event), (ev_view_key_press_event),
4506         (ev_view_class_init), (ev_view_init):
4507
4508         Blank screen in presentation mode when pressing 'b' (filling with
4509         black) or 'w' (filling with white) keys. Fixes bug #358132.
4510
4511 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4512
4513         * data/evince-toolbar.xml:
4514         * shell/ev-window.c:
4515         
4516         Use stock icon for Select All action. Fixes
4517         bug #382652.
4518
4519 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4520
4521         * shell/ev-view.c: (get_doc_point_from_offset),
4522         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4523
4524         Add links support in rotated documents. Fixes bug #343733.
4525
4526 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4527
4528         * shell/ev-view-private.h:
4529         * shell/ev-view.c: (draw_end_presentation_page),
4530         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4531
4532         Show a blank page after the last page in presentation mode with a
4533         message indicating that presentation has finished and how to exit. 
4534
4535 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4536
4537         * shell/ev-window.c: (fullscreen_timeout_cb):
4538
4539         Hide cursor after a while in presentation mode. 
4540
4541 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4542
4543         * backend/ev-document-info.h:
4544         * data/evince-properties.glade:
4545         * pdf/ev-poppler.cc:
4546         * properties/ev-properties-view.c: (ev_regular_paper_size),
4547         (ev_properties_view_set_info):
4548         * ps/ps-document.c: (ps_document_get_info):
4549
4550         Adds a paper size field to the properties dialog. Fixes
4551         bug #307315. Patch by Kasper Svendsen (with some i18n
4552         changes done by me).
4553
4554 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4555
4556         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4557         (screensaver_init_dbus), (totem_scrsaver_new),
4558         (totem_scrsaver_init):
4559         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4560         * shell/ev-application.c: (ev_application_register_service),
4561         (ev_application_screensaver_enable),
4562         (ev_application_screensaver_disable):
4563         * shell/ev-application.h:
4564         * shell/ev-window.c: (ev_window_run_presentation),
4565         (ev_window_stop_presentation), (build_comments_string),
4566         (ev_window_init):
4567         
4568         Move screensaver handling to application. No more
4569         message on startup.
4570
4571 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4572
4573         * configure.ac:
4574         * backend/Makefile.am:
4575         * backend/ev-file-exporter.[ch]:
4576         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4577         * ps/ps-document.c: (ps_document_file_exporter_*):
4578         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4579         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4580         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4581         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4582
4583         Allow printing to PDF when suppoted by the backend.
4584         
4585 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4586
4587         * shell/ev-window.c: (build_comments_string):
4588
4589         Use always "Document Viewer" in about dialog. 
4590
4591 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4592
4593         * djvu/djvu-document.c: (djvu_document_get_page_size):
4594
4595         Display a warning message when get_pageinfo fails. 
4596
4597 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4598
4599         * Makefile.am:
4600         * backend/Makefile.am:
4601         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4602         * configure.ac:
4603         * shell/ev-window.c: (build_comments_string):
4604         
4605         Make pdf compilation optional. See bug #38007.
4606
4607 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4608
4609         * ps/ps.c: (get_next_text):
4610
4611         Fix CVE-2006-5864.
4612
4613 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4614
4615         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4616         * shell/ev-navigation-action.c: (connect_proxy),
4617         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4618         
4619         Do not call g_type_class_peek_parent twice.
4620
4621 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4622
4623         * configure.ac:
4624         * data/icons/24x24/.cvsignore:
4625         * data/icons/24x24/Makefile.am:
4626         * data/icons/24x24/evince.png:
4627         * data/icons/Makefile.am:
4628         
4629         Add 24x24 icon. Thanks to 
4630         Michael Monreal <infernux@web.de>.
4631
4632 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4633
4634         * configure.ac: Fix typo in configure.ac. Thanks
4635         to dmacks@netspace.org for notification.
4636
4637 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4638
4639         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4640         
4641         Drop dbus include, fixes compilation with older dbus.
4642
4643 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4644
4645         * configure.ac:
4646         * cut-n-paste/Makefile.am:
4647         * cut-n-paste/totem-screensaver/.cvsignore
4648         * cut-n-paste/totem-screensaver/Makefile.am:
4649         * cut-n-paste/totem-screensaver/README:
4650         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4651         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4652         * shell/Makefile.am:
4653         * shell/ev-window.c: (ev_window_run_presentation),
4654         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4655         (ev_window_init):
4656
4657         Implemented screensaver enabling/disabling for
4658         presentation mode (not fullscreen mode). Code stolen
4659         from Totem (with some minor tweaks). Fixes bug #338889.
4660
4661 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4662
4663         * configure.ac:
4664
4665         Bump gnome-icon-theme requirements. We use the rotation
4666         icons that appeared recently.
4667
4668 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4669
4670         * shell/ev-history.c: (ev_history_add_page):
4671         * shell/ev-history.h:
4672         * shell/ev-window.c: (page_changed_cb):
4673         
4674         Use page labels instead of numbers.
4675
4676 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4677
4678         * data/evince-toolbar.xml:
4679         * po/POTFILES.in:
4680         * shell/Makefile.am:
4681         * shell/ev-navigation-action-widget.c:
4682         (ev_navigation_action_widget_init),
4683         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4684         (menu_detacher), (ev_navigation_action_widget_set_menu),
4685         (menu_position_func), (popup_menu_under_arrow),
4686         (ev_navigation_action_widget_toggled),
4687         (ev_navigation_action_widget_button_press_event):
4688         * shell/ev-navigation-action-widget.h:
4689         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4690         (ev_navigation_action_set_window), (activate_menu_item_cb),
4691         (new_history_menu_item), (new_empty_history_menu_item),
4692         (build_menu), (menu_activated_cb), (connect_proxy),
4693         (create_tool_item), (ev_navigation_action_init),
4694         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4695         * shell/ev-navigation-action.h:
4696         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4697         (ev_page_action_widget_set_page_cache),
4698         (ev_page_action_widget_finalize),
4699         (ev_page_action_widget_class_init), (match_selected_cb),
4700         (display_completion_text), (match_completion), (build_new_tree_cb),
4701         (get_filter_model_from_model),
4702         (ev_page_action_widget_update_model):
4703         * shell/ev-page-action-widget.h:
4704         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4705         (connect_proxy):
4706         * shell/ev-page-action.h:
4707         * shell/ev-stock-icons.c:
4708         * shell/ev-stock-icons.h:
4709         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4710         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4711         (register_custom_actions):
4712         * shell/main.c:
4713         
4714         Preliminary history implementation
4715
4716 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4717
4718         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4719         (dvi_document_class_init), (dvi_document_init_params):
4720         * dvi/mdvi-lib/font.c: (font_reference):
4721         
4722         Add reference to subfont. Fixes bug #374277.
4723
4724 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4725
4726         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4727         (ev_window_cmd_file_open_copy_at_dest):
4728
4729         Fix a race condition when creating symlink. Increase the counter
4730         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4731         Mathias Hasselmann).
4732
4733 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4734
4735         * backend/Makefile.am:
4736         * backend/ev-attachment.c: (ev_attachment_open):
4737         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4738         (ev_tmp_dir), (ev_tmp_filename):
4739         * shell/ev-sidebar-attachments.c:
4740         (ev_sidebar_attachments_drag_data_get):
4741         * shell/ev-window.c: (ev_window_clear_temp_file):
4742
4743         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4744         in ensure_dir_exists. Abort without crashing when we can't create
4745         user's directory.
4746
4747 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4748
4749         * data/evince-ui.xml:
4750         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4751         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4752         (ev_window_cmd_file_open_copy_at_dest),
4753         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4754         (ev_view_popup_cmd_open_link_new_window):
4755
4756         Allow opening a copy of the current document in a new window. Fixes bug
4757         #357472
4758
4759 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4760
4761         * data/evince-toolbar.xml:
4762         
4763         Add rotate right and rotate left to available items for toolbar.
4764         
4765         * data/evince-ui.xml:
4766         * shell/ev-window.c: (ev_window_init):
4767         
4768         Customize toolbar with right click. Fixes bug #372451.
4769
4770 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4771
4772         * shell/ev-window.c: 
4773         
4774         Use "object-rotate-{left,right}" stock icons. Fixes 
4775         bug #373863.
4776
4777 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4778
4779         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4780         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4781         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4782         (ev_window_open_uri):
4783         * shell/main.c: (arguments_parse):
4784
4785         Remove temp file created when evince is used by GTK+ in
4786         preview mode. Fixes bug #365282. 
4787
4788 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4789
4790         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4791         
4792         Fixes bug #372474 - Side pane disabled when entering 
4793         and leaving fullscreen mode.
4794
4795 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4796
4797         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4798         * data/Makefile.am:
4799         * data/evince-preview-toolbar.xml:
4800         * data/evince-toolbar.xml:
4801         * shell/ev-application.c: (ev_application_shutdown),
4802         (ev_application_init), (ev_application_get_toolbars_model):
4803         * shell/ev-application.h:
4804         * shell/ev-window.c: (update_chrome_visibility),
4805         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4806         (ev_window_cmd_edit_toolbar), (ev_window_init):
4807         
4808         Fixes bug #364364 - toolbar editor shows zoom actions again.
4809
4810 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4811
4812         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4813
4814         Do not take margins into consideration for paper size when printing.
4815         Really fixes bug #350491.
4816
4817 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4818
4819         * data/evince-ui.xml:
4820         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4821         (ev_window_cmd_file_print_setup),
4822         (ev_window_print_dialog_response_cb),
4823         (ev_window_setup_action_sensitivity):
4824
4825         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4826
4827 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4828
4829         * shell/ev-window.c: (ev_window_print_range):
4830
4831         Revert my previuos commit, since printing to PDF is not supported by
4832         evince yet. 
4833
4834 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4835
4836         * shell/ev-window.c: (ev_window_print_range):
4837
4838         Enable print to a PDF. Fixes bug #332121.
4839
4840 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4841
4842         * shell/ev-application-service.xml:
4843         * shell/ev-application.[ch]: (ev_application_open_window),
4844         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4845         (ev_application_open_uri), (ev_application_open_uri_list):
4846         * shell/ev-window.c: (file_open_dialog_response_cb),
4847         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4848         (drag_data_received_cb), (open_remote_link):
4849         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4850
4851         Add support for multiscreen systems. Fixes bug #316206.
4852
4853 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4854
4855         * shell/ev-jobs.[ch]: (ev_job_print_new),
4856         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4857         (ev_job_print_do_page):
4858         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4859
4860         Allow printing only odd/even pages. Fixes bug #367289.
4861
4862 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4863
4864         * test/test1.py:
4865         * test/test2.py:
4866
4867         Re-add locale settings to test files.
4868
4869 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4870
4871         * data/evince-ui.xml:
4872         * shell/ev-window.c: (set_action_properties):
4873         
4874         Removed garbage from code and ui.
4875
4876 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4877
4878         * shell/ev-window.c: (ev_window_cmd_help_about):
4879
4880         Shamelessly add my name to the list of contributors.
4881
4882 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4883
4884         * test/test1.py:
4885         * test/test2.py:
4886
4887         Cleaned up the dogtail scripts.
4888
4889 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4890
4891         * shell/ev-view.c: (draw_loading_text): Don't render
4892         "loading..." text in presentation mode. Temporary
4893         workaround for bug #320352.
4894
4895 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4896
4897         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4898         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4899
4900         Use print settings scale, copies, collate and reverse which were
4901         ignored. Fixes bug #359032.
4902
4903 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4904
4905         * configure.ac:
4906         * data/evince-password.glade:
4907         * test/Makefile.am:
4908         * test/test-encrypt.pdf:
4909         * test/test-links.pdf:
4910         * test/test1.py:
4911         * test/test2.py:
4912
4913         Add automated UI tests for evince with dogtail. See
4914         bug #300948.    
4915
4916 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4917
4918         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4919
4920         Hide fullscreen toolbar when switching to another desktop workspace.
4921         Fixes bug #338871
4922
4923 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4924
4925         * shell/ev-window-title.c: 
4926         
4927         Test for .dvi in title of pdf documents.
4928
4929 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4930
4931         * shell/ev-view.c: (ev_view_scroll):
4932
4933         Page Up/Down should do page jumps in "Best fit" mode.
4934         If a user has explicitly chosen to view exactly one page
4935         at a time, scrolling just a part of the page when
4936         pressing Page Up/Down is not right. Fixes bug #323107.
4937
4938 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4939
4940         * NEWS:
4941         * configure.ac:
4942         
4943         Update for 0.6.1
4944
4945 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4946
4947         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4948         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4949         
4950         Correctly disconnect from job signals on destroy.
4951
4952 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4953
4954         * shell/ev-view-private.h:
4955         * shell/ev-view.c: (view_set_adjustment_values),
4956         (view_update_range_and_current_page),
4957         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4958         
4959         Fixes bug #343199, current page now follows find page.
4960
4961 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4962
4963         * backend/ev-document-factory.c:
4964         * configure.ac:
4965         Assigned OpenDocument presenation MIME type to the
4966         Impress backend. Added some missing (but harmless)
4967         #ifdefs in the document factory as well to make things
4968         consistent again. Fixes bug #360658.
4969
4970 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4971
4972         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4973         * backend/ev-document-find.c: (ev_document_find_get_type):
4974         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4975         * backend/ev-document-links.c: (ev_document_links_get_type):
4976         * backend/ev-document-security.c: (ev_document_security_get_type):
4977         * backend/ev-document-thumbnails.c:
4978         (ev_document_thumbnails_get_type):
4979         * backend/ev-document.c: (ev_document_get_type):
4980         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4981         * backend/ev-selection.c: (ev_selection_get_type):
4982         * cut-n-paste/recent-files/egg-recent-model.c:
4983         (egg_recent_model_get_type):
4984         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4985         (egg_recent_view_uimanager_get_type):
4986         * cut-n-paste/recent-files/egg-recent-view.c:
4987         (egg_recent_view_get_type):
4988         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4989         (egg_editable_toolbar_get_type):
4990         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4991         (egg_toolbar_editor_get_type):
4992         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4993         (egg_toolbars_model_get_type):
4994         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4995         (egg_tree_multi_drag_source_get_type):
4996         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4997         (ephy_zoom_action_get_type):
4998         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4999         (ephy_zoom_control_get_type):
5000         * impress/r_back.c: (_imp_fill_back):
5001         * properties/ev-properties-main.c:
5002         (ev_properties_plugin_register_type):
5003         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5004         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5005         (ev_view_accessible_factory_get_type):
5006
5007         Reduce relocations. Bug #360616.
5008
5009 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5010
5011         * backend/ev-document-factory.c:
5012         (ev_document_factory_get_document):
5013         
5014         Load document even if extension is wrong.
5015
5016 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5017
5018         * shell/ev-metadata-manager.c: (save_values):
5019         * shell/ev-window.c: (setup_size_from_metadata),
5020         (setup_view_from_metadata), (ev_window_setup_document),
5021         (ev_window_xfer_job_cb), (window_configure_event_cb):
5022         
5023         Set size according to the document size/page size ratio.
5024         That should correct rather wierd behaviour of the previous
5025         commit.
5026
5027 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5028
5029         * shell/ev-window.c: (setup_view_from_metadata):
5030         
5031         Set size for new windows from previous window size.
5032         See bugs #354968 and #168450 for details. Thanks
5033         to Meik Hellmund.
5034
5035 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5036
5037         * djvu/djvu-links.c: (build_tree):
5038
5039         Fix memory leak.
5040
5041 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5042
5043         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5044         
5045         Don't make sidebar close button insensitive. Fixes
5046         bug #357871.
5047
5048 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5049
5050         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5051         (ev_window_set_view_accels_sensitivity):
5052         
5053         Don't enable Slash on documents which don't support
5054         find. Fixes bug #358648.
5055
5056 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5057
5058         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5059         open dialog fall back to the current document uri if the
5060         filechooser hasn't been used before. Fixes bug #356980.
5061
5062 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5063
5064         * shell/ev-window.c: (ev_window_setup_recent), 
5065         (ev_window_get_recent_file_label):
5066
5067         Escape underscores in filenames of recent file items.
5068
5069 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5070
5071         * configure.ac:
5072         
5073         Bumped poppler requirements, really 0.5.3 is very 
5074         buggy, now we require 0.5.4.
5075
5076 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5077
5078         * djvu/Makefile.am:
5079         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5080         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5081         (djvu_document_document_links_iface_init):
5082         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5083         (number_from_string_10), (get_djvu_link_dest),
5084         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5085         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5086         (djvu_links_get_links), (djvu_links_find_link_dest),
5087         (djvu_links_get_links_model):
5088         * djvu/djvu-links.h:
5089         
5090         Add support for links and bookmarks in djvu documents. Thanks
5091         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5092         patch.
5093
5094 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5095
5096         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5097         
5098         Reopen should reload document. Fixes 
5099         bug 327951.
5100
5101 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5102
5103         * configure.ac:
5104         * data/Makefile.am:
5105         * data/evince-16.png:
5106         * data/evince-22.png:
5107         * data/evince.png:
5108         * data/evince.svg:
5109         * data/icons/16x16/Makefile.am:
5110         * data/icons/16x16/evince.png:
5111         * data/icons/22x22/Makefile.am:
5112         * data/icons/22x22/evince.png:
5113         * data/icons/48x48/Makefile.am:
5114         * data/icons/48x48/evince.png:
5115         * data/icons/Makefile.am:
5116         * data/icons/scalable/Makefile.am:
5117         * data/icons/scalable/evince.svg:
5118         
5119         Install icons with correct names. Fixes
5120         bug #354429.
5121
5122 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5123
5124         * shell/ev-view.c: (ev_view_button_release_event):
5125
5126         Don't open links with middle mouse button. Fixes bug #353649
5127
5128 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5129
5130         * NEWS:
5131         * configure.ac:
5132         
5133         Update for release 0.6.0
5134
5135 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5136
5137         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5138         Implement Close named action. Patch by Carlos Garcia Campos.
5139
5140 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5141
5142         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5143         
5144         Don't clear link mapping on copy_job_to_job_info. Fixes
5145         bug 346168.
5146
5147 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5148
5149         * shell/main.c: (main):
5150
5151         Revert my previous commit, gnome_program_init owns the option context.
5152         Fix another memory leak in main. Both caught by Christian Persch. 
5153
5154 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5155
5156         * shell/main.c: (main):
5157
5158         Fix memory leak.
5159
5160 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5161
5162         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5163
5164         Fix crash when opening a pdf with password protection. 
5165
5166 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5167
5168         * pdf/ev-poppler.cc: (pdf_document_search_free):
5169
5170         Fix memory leak. 
5171
5172 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5173
5174         * backend/ev-document-factory.c:
5175         (ev_document_factory_get_document):
5176         * tiff/tiff-document.c: (tiff_document_finalize):
5177         
5178         More correct handling of document loading. Fixes
5179         bug #349043.
5180
5181 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5182
5183         * backend/ev-attachment.c: (ev_attachment_save):
5184
5185         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5186         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5187
5188 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5189         
5190         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5191         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5192
5193 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5194
5195         * shell/ev-sidebar-thumbnails.c:
5196
5197         Do not render thumbnails unless thumbnails page is active in the
5198         sidebar.
5199
5200 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5201
5202         * shell/ev-properties-dialog.c:
5203
5204         Fix dialogue spacing. Bug #351370.
5205
5206 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5207
5208         * configure.ac:
5209
5210         Use lowercase gettext catalog file names (evince.mo
5211         instead of Evince.mo)
5212
5213 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5214
5215         * shell/ev-sidebar-attachments.c:
5216
5217         GtkIconTheme is now screen safe too. Fixes bug #350878
5218
5219 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5220
5221         * shell/ev-window.c:
5222
5223         GtkRecent manager is now screen safe. Fixes bug #350145
5224
5225 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5226
5227         * shell/ev-sidebar.c: (ev_sidebar_init):
5228         
5229         Make sidebar close icon smaller. Fix for bug 350177.
5230         See also bugs 350176 and 165770.
5231
5232 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5233
5234         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5235
5236         Ignore zoom for xyz destinations when it's <= 1, keeping user
5237         preferences instead. Set correct sizing-mode for fith and fitv
5238         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5239
5240 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5241
5242         * NEWS:
5243         * configure.ac:
5244         
5245         Update for release 0.5.5
5246
5247 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5248         
5249         * shell/ev-window.c: (ev_window_cmd_escape)
5250
5251         Escape unfocus page entry. Fixes bug #345809.
5252
5253 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5254
5255         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5256         (build_tree), (pdf_document_links_get_links),
5257         (pdf_document_links_find_link_dest):
5258         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5259         (goto_xyz_dest):
5260
5261         Convert from PDF style coordinates to X style coordinates in the
5262         backend rather than in the view. Fixes bug #338440
5263
5264 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5265
5266         * shell/ev-window.c:
5267         
5268         Remove Ctrl+Shift+T shortcut for toolbars. See
5269         the bug #350098.
5270
5271 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5272
5273         * configure.ac:
5274
5275         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5276         of this. 
5277
5278 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5279
5280         * configure.ac:
5281         * cut-n-paste/Makefile.am:
5282         * data/evince-ui.xml:
5283         * shell/Makefile.am:
5284         * shell/ev-application.[ch]:
5285         * shell/ev-window.c:
5286
5287         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5288         #349273
5289
5290 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5291
5292         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5293         findbar code: s/help/search/
5294
5295 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5296
5297         * shell/ev-window.c: (setup_document_from_metadata),
5298         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5299         (setup_view_from_metadata):
5300         
5301         Fix memory leaks.
5302
5303 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5304
5305         * autogen.sh, configure.ac: 
5306         
5307         Update automake usage. See bug 349292.
5308
5309 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5310
5311         * shell/eggfindbar.c: (egg_find_bar_class_init),
5312         (entry_activate_callback), (egg_find_bar_init),
5313         (egg_find_bar_set_status_text):
5314         * shell/eggfindbar.h:
5315         
5316         Unify Evince findbar with Epiphany. Nice patch
5317         from Fabricio Silva <silva@crans.org> and
5318         Frederic Peters <fpeters@entrouvert.com>. See
5319         bug #339966 for details.
5320
5321 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5322
5323         * data/evince.desktop.in.in:
5324         
5325         Correct information for bugzilla. Thanks to
5326         Olaf Vitters, see bug #348855.
5327
5328 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5329
5330         * shell/ev-jobs.[ch]:
5331         * shell/ev-sidebar-links.c:
5332         * shell/ev-window.[ch]:
5333
5334         GtkPrintJob doesn't support print ranges or current page, so we export
5335         to a ps file now when printing ranges or current page.
5336
5337 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5338
5339         * pdf/ev-poppler.cc:
5340         * shell/ev-window.c: (do_action_named):
5341
5342         We should be more clear about bugzilla. See the
5343         poppler bug #7623.
5344
5345 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5346
5347         * configure.ac:
5348         * shell/Makefile.am:
5349         * shell/ev-job-queue.c:
5350         * shell/ev-jobs.[ch]:
5351         * shell/ev-sidebar-links.c:
5352         * shell/ev-window.[ch]:
5353         
5354         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5355         #348422
5356
5357 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5358
5359         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5360         * shell/ev-application-service.xml:
5361         * shell/ev-application.[ch]:
5362         * shell/ev-jobs.[ch]:
5363         * shell/ev-window.[ch]: (ev_window_run_preview):
5364         * shell/main.c: 
5365
5366         Add preview mode to use evince as a printing previewer. It also adds
5367         other command line options for fullscreen and presentation modes.
5368         Fixes bugs #347822, #317031
5369
5370 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5371
5372         * NEWS:
5373         * configure.ac:
5374         
5375         Update for release 0.5.4
5376
5377 2006-07-11  Bastien Nocera <hadess@hadess.net>
5378
5379         * Makefile.am:
5380         * backend/Makefile.am:
5381         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5382         * backend/ev-document-factory.h:
5383         * configure.ac:
5384         * impress/.cvsignore:
5385         * impress/Makefile.am:
5386         * impress/common.h:
5387         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5388         (imp_get_page), (imp_next_page), (imp_prev_page),
5389         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5390         * impress/f_oasis.c: (render_object), (render_page),
5391         (get_geometry), (_imp_oasis_load):
5392         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5393         (_imp_oo13_load):
5394         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5395         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5396         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5397         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5398         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5399         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5400         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5401         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5402         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5403         (iks_new_within), (iks_insert), (iks_insert_cdata),
5404         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5405         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5406         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5407         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5408         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5409         (iks_cdata), (iks_cdata_size), (iks_has_children),
5410         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5411         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5412         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5413         (iks_tree), (iks_load), (iks_save):
5414         * impress/iksemel.h:
5415         * impress/imposter.h:
5416         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5417         (imp_render_draw_bezier_real), (imp_render_get_size),
5418         (imp_render_set_fg_color), (imp_render_draw_line),
5419         (imp_render_draw_rect), (imp_render_draw_polygon),
5420         (imp_render_draw_arc), (imp_render_draw_bezier),
5421         (imp_render_open_image), (imp_render_get_image_size),
5422         (imp_render_scale_image), (imp_render_draw_image),
5423         (imp_render_close_image), (imp_render_markup),
5424         (imp_render_get_text_size), (imp_render_draw_text),
5425         (impress_document_load), (impress_document_save),
5426         (impress_document_get_n_pages), (impress_document_get_page_size),
5427         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5428         (impress_document_finalize), (impress_document_class_init),
5429         (impress_document_can_get_text), (impress_document_get_info),
5430         (impress_document_document_iface_init),
5431         (impress_document_thumbnails_get_thumbnail),
5432         (impress_document_thumbnails_get_dimensions),
5433         (impress_document_document_thumbnails_iface_init),
5434         (impress_document_init):
5435         * impress/impress-document.h:
5436         * impress/internal.h:
5437         * impress/r_back.c: (_imp_fill_back):
5438         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5439         (_imp_draw_image), (_imp_tile_image):
5440         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5441         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5442         (r_polyline):
5443         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5444         (r_draw_gradient_complex), (r_draw_gradient):
5445         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5446         (r_get_bullet):
5447         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5448         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5449         (r_text):
5450         * impress/render.c: (imp_create_context), (imp_context_set_page),
5451         (imp_context_set_step), (imp_render), (imp_delete_context):
5452         * impress/render.h:
5453         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5454         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5455         (zip_load_xml), (zip_get_size), (zip_load):
5456         * impress/zip.h:
5457         * shell/ev-utils.c:
5458         
5459         New backend to support impress slides. Fixes bug #30867.
5460
5461 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5462
5463         * shell/ev-utils.c: (using_postscript_printer):
5464         
5465         Fixes crash when print using PAPI backend,
5466         bug #345012.
5467
5468 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5469
5470         * shell/ev-jobs.c: (ev_job_xfer_run):
5471         * shell/ev-window.c: (password_dialog_response),
5472         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5473         (ev_window_dispose):
5474         Fixes bug #344160: if the xfer job doesn't complete
5475         because a password is required, reload the existing
5476         instance instead of creating a new one.
5477
5478 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5479
5480         * shell/main.c: (main): Call gdk_threads_init. Thus
5481         we'll avoid errors in auth dialog. Fix for the bug
5482         #343347.
5483
5484 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5485
5486         * configure.ac: Advertise pixbuf support, fix
5487         for the bug 343317.
5488
5489 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5490
5491         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5492         (ev_sidebar_thumbnails_set_document):
5493         
5494         Update sidebar thumbnails after reloading.
5495
5496 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5497
5498         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5499         * shell/ev-jobs.h:
5500         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5501         (ev_window_cmd_view_reload), (ev_window_init):
5502         
5503         Don't crash on reload. Fix for the bug #343167.
5504
5505 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5506
5507         * shell/ev-jobs.c: (ev_job_render_run):
5508         
5509         Check for document links.
5510
5511 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5512
5513         * backend/ev-attachment.c: (ev_attachment_save),
5514         (ev_attachment_launch_app), (ev_attachment_open):
5515         * backend/ev-document-factory.c: (get_document_from_uri):
5516         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5517         (egg_recent_view_uimanager_set_list):
5518         * ps/ps-document.c: (check_filecompressed), (document_load),
5519         (ps_document_load):
5520         * shell/ev-metadata-manager.c: (load_values):
5521         * shell/ev-password.c: (ev_password_dialog_set_property):
5522         * shell/ev-view.c: (tip_from_link):
5523         * shell/ev-window.c: (file_save_dialog_response_cb),
5524         (ev_window_print_dialog_response_cb):
5525         
5526         Use consistent quoting style. Fix for the bug #320285.
5527
5528 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5529
5530         * shell/ev-jobs.c: (ev_job_xfer_run):
5531         * shell/main.c: (load_files):
5532                 
5533         Open links with anchors. Fix for the bug #339836.
5534
5535 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5536
5537         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5538         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5539         (ev_link_dest_set_property), (ev_link_dest_finalize),
5540         (ev_link_dest_class_init), (ev_link_dest_new_named),
5541         (ev_link_dest_new_page_label):
5542         * backend/ev-link-dest.h:
5543         * shell/ev-application.c: (ev_application_open_uri):
5544         * shell/ev-view.c: (goto_dest):
5545         * shell/ev-window.c:
5546         * shell/ev-window.h:
5547         
5548         Fix page-label command line option. Bug #342070.
5549
5550 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5551
5552         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5553         
5554         Don't show highlight rects if page can't be showed. Fix for 
5555         the bug #342076
5556
5557 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5558
5559         * shell/ev-window.c: (setup_sidebar_from_metadata),
5560         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5561         
5562         Setup sidebar from metadata even if there is no document
5563         loaded. Fix for the bug #342807.
5564
5565 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5566
5567         * cut-n-paste/toolbar-editor/Makefile.am:
5568         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5569         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5570         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5571         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5572         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5573         (popup_context_menu_cb), (button_press_event_cb),
5574         (configure_item_sensitivity), (configure_item_cursor),
5575         (configure_item_tooltip), (connect_widget_signals),
5576         (action_sensitive_cb), (create_item_from_action),
5577         (create_item_from_position), (toolbar_drag_data_received_cb),
5578         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5579         (toolbar_drag_leave_cb), (configure_drag_dest),
5580         (toggled_visibility_cb), (toolbar_visibility_refresh),
5581         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5582         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5583         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5584         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5585         (egg_editable_toolbar_dispose),
5586         (egg_editable_toolbar_set_ui_manager),
5587         (egg_editable_toolbar_get_selected),
5588         (egg_editable_toolbar_set_selected), (set_edit_mode),
5589         (egg_editable_toolbar_set_property),
5590         (egg_editable_toolbar_get_property),
5591         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5592         (egg_editable_toolbar_new_with_model),
5593         (egg_editable_toolbar_get_edit_mode),
5594         (egg_editable_toolbar_set_edit_mode),
5595         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5596         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5597         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5598         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5599         (item_added_or_removed_cb), (toolbar_removed_cb),
5600         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5601         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5602         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5603         (editor_create_item_from_name), (append_table),
5604         (update_editor_sheet), (egg_toolbar_editor_init):
5605         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5606         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5607         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5608         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5609         (toolbar_node_free), (egg_toolbars_model_get_flags),
5610         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5611         (egg_toolbars_model_get_name), (impl_add_item),
5612         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5613         (parse_data_list), (parse_item_list), (parse_toolbars),
5614         (egg_toolbars_model_load_toolbars), (parse_available_list),
5615         (parse_names), (egg_toolbars_model_load_names),
5616         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5617         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5618         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5619         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5620         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5621         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5622         (egg_toolbars_model_set_types), (fill_avail_array),
5623         (egg_toolbars_model_get_name_avail),
5624         (egg_toolbars_model_get_name_flags),
5625         (egg_toolbars_model_set_name_flags):
5626         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5627         * cut-n-paste/toolbar-editor/eggintl.h:
5628         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5629         (egg_tree_multi_drag_source_get_type),
5630         (egg_tree_multi_drag_source_row_draggable),
5631         (egg_tree_multi_drag_source_drag_data_delete),
5632         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5633         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5634         (path_list_free), (set_context_data), (get_context_data),
5635         (get_info), (egg_tree_multi_drag_drag_data_get),
5636         (egg_tree_multi_drag_motion_event),
5637         (egg_tree_multi_drag_button_press_event),
5638         (egg_tree_multi_drag_add_drag_support):
5639         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5640         * shell/ev-application.c: (ev_application_init),
5641         (ev_application_save_toolbars_model):
5642         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5643         (ev_window_cmd_edit_toolbar), (ev_window_init):
5644         
5645         Sync toolbareditor with epiphany and libegg
5646
5647 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5648
5649         * configure.ac: 
5650
5651         Depend on poppler 0.5.2
5652
5653 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5654
5655         * shell/ev-jobs.c: (ev_job_render_run):
5656         
5657         Check if document supports links iterface.
5658
5659 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5660
5661         * NEWS:
5662         * configure.ac:
5663         
5664         Update for release 0.5.3
5665
5666 2006-05-13  Michael Plump  <plumpy@skylab.org>
5667
5668         * configure.ac:
5669         * shell/Makefile.am:
5670         * shell/main.c: (main):
5671         
5672         Port to GOption command line parsing. Fix for the 
5673         bug #327518
5674
5675 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5676
5677         * shell/ev-window.c: (ev_window_cmd_help_about):
5678         
5679         Do not wrap license. Fix for the bug #309460.
5680
5681 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5682
5683         * configure.ac:
5684         * properties/ev-properties-main.c: (ev_properties_get_pages):
5685         * shell/ev-application.c: (ev_application_open_window),
5686         (ev_application_open_uri_at_dest):
5687         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5688         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5689         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5690         * shell/ev-utils.c: (save_print_config_to_file):
5691         * shell/ev-window.c: (ev_window_cmd_save_as),
5692         (ev_attachment_popup_cmd_save_attachment_as):
5693         * shell/main.c: (load_files_remote):
5694         
5695         Bump requirements to gtk 2.8 and drop all ifdefs used.
5696
5697 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5698
5699         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5700         * shell/ev-window.c: (ev_window_init):
5701         
5702         Show attachments page.
5703
5704 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5705
5706         * po/POTFILES.in:
5707         * shell/ev-attachment-bar.c:
5708         * shell/ev-attachment-bar.h:
5709         * shell/ev-sidebar-attachments.c:
5710         (ev_sidebar_attachments_icon_cache_add),
5711         (icon_theme_get_pixbuf_from_mime_type),
5712         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5713         (ev_sidebar_attachments_icon_cache_refresh),
5714         (ev_sidebar_attachments_get_attachment_at_pos),
5715         (ev_sidebar_attachments_popup_menu_show),
5716         (ev_sidebar_attachments_popup_menu),
5717         (ev_sidebar_attachments_button_press),
5718         (ev_sidebar_attachments_update_icons),
5719         (ev_sidebar_attachments_drag_data_get),
5720         (ev_sidebar_attachments_get_property),
5721         (ev_sidebar_attachments_destroy),
5722         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5723         (ev_sidebar_attachments_new),
5724         (ev_sidebar_attachments_set_document),
5725         (ev_sidebar_attachments_support_document),
5726         (ev_sidebar_attachments_get_label),
5727         (ev_sidebar_attachments_page_iface_init):
5728         * shell/ev-sidebar-attachments.h:
5729         * shell/ev-window.c: (update_chrome_visibility),
5730         (setup_sidebar_from_metadata), (ev_window_setup_document),
5731         (ev_window_sidebar_current_page_changed_cb),
5732         (attachment_bar_menu_popup_cb), (ev_window_init):
5733         
5734         Move attachments bar to sidebar.
5735
5736 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5737
5738         * pdf/ev-poppler.cc:
5739         * shell/ev-application.[ch]:
5740         * shell/main.c:
5741
5742         Fix some memory leaks.
5743
5744 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5745
5746         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5747
5748         Change the properties dialog response to
5749         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5750         will make the dialog go away when the user presses
5751         enter. With gtk+ >= 2.9 this will happen anyway, but for
5752         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5753         escape by default. Fixes bug #340539. See also bug
5754         #101293 for the gtk+ part.
5755
5756 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5757
5758         * shell/ev-view.c (tip_from_action_named): Replace some strings
5759         that were wrong. Closes #340970.
5760
5761 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5762
5763         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5764
5765         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5766         #341049
5767
5768 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5769
5770         * djvu/Makefile.am:
5771         * dvi/Makefile.am:
5772         * dvi/mdvi-lib/Makefile.am:
5773         * properties/Makefile.am:
5774         * ps/Makefile.am:
5775         * shell/Makefile.am:
5776         * thumbnailer/Makefile.am:
5777         
5778         Due to broken libtool that is unable to track dependencies
5779         of noinst libraries we are forced to explicitely point
5780         libraries for binary. Fix for the bug #333334.
5781
5782 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5783
5784         * data/evince.desktop.in.in:
5785         * shell/ev-view.c: (view_update_range_and_current_page),
5786         (ev_view_next_page), (ev_view_previous_page):
5787         * shell/ev-window.c: (update_chrome_visibility),
5788         (setup_sidebar_from_metadata), (ev_window_setup_document),
5789         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5790         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5791         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5792         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5793         (ev_window_stop_presentation), (ev_window_focus_in_event),
5794         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5795         (ev_window_init):
5796         * thumbnailer/Makefile.am:
5797         
5798         Update fullscreen and presentation timeout handling. Hide
5799         cursor in presentation after timeout. Fix for the bugs
5800         #136359 and #336981.
5801
5802 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5803
5804         * backend/ev-link-action.[ch]:
5805         * pdf/ev-poppler.cc: (ev_link_from_action):
5806         * shell/ev-view-private.h:
5807         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5808         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5809
5810         Add support for Named Action links
5811
5812 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5813
5814         * backend/Makefile.am:
5815         * backend/ev-document-links.[ch]:
5816         * backend/ev-document.[ch]:
5817         * backend/ev-link-action.[ch]:
5818         * backend/ev-link-dest.[ch]:
5819         * backend/ev-link.[ch]:
5820         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5821         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5822         * shell/ev-page-action.c: (build_new_tree_cb):
5823         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5824         (links_page_num_func), (update_page_callback):
5825         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5826         (tip_from_link):
5827         * shell/ev-jobs.c:
5828         * shell/ev-window.[ch]: (ev_window_open_uri),
5829         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5830         * shell/ev-application.[ch]: (ev_application_open_window),
5831         (ev_application_open_uri):
5832
5833         Rework links system, it adds support for remote links now and it makes
5834         easier to add new kinds of actions and destinations. Fixes bug #317292
5835
5836 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5837
5838         * data/Makefile.am:
5839         * data/evince.png:
5840         * data/evince-16.png:
5841         * data/evince-22.png:
5842         * data/evince.svg:
5843         * shell/main.c: (main):
5844         
5845         Evince use it's own icon. Fix for the bug #313392.
5846
5847         * shell/ev-window.c: (fullscreen_timeout_cb),
5848         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5849         (ev_window_cmd_help_about), (ev_window_dispose):
5850         
5851         Simplify fullscreen timeout code.
5852
5853 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5854
5855         * backend/ev-attachment.c: 
5856         * shell/ev-attachment-bar.c:
5857         * shell/ev-window.c:
5858
5859         Allow multiple selection of attachments
5860
5861 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5862
5863         * shell/ev-view.c: (view_update_range_and_current_page),
5864         (ev_view_scroll):
5865         
5866         Fix for the bug #312573 – Optimal selection of current 
5867         page among visible pages.
5868
5869 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5870
5871         * configure.ac:
5872         * djvu/Makefile.am:
5873         * djvu/djvu-text.h:
5874         
5875         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5876         for the bug 339868.
5877
5878 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5879
5880         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5881
5882 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5883
5884         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5885         dictated by the GNOME HIG. Fixes bug #339235.
5886
5887 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5888
5889         * data/evince-ui.xml:
5890         * shell/ev-view.c: (ev_view_can_find_previous):
5891         * shell/ev-view.h:
5892         * shell/ev-window.c: (ev_window_update_actions),
5893         (ev_window_cmd_edit_find_previous):
5894
5895         Add support for "Find Previous" as dictated by the GNOME HIG. A
5896         menu item is added and some glue code to make it all work is added
5897         to various files.
5898
5899 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5900
5901         * configure.ac: Award myself the "useless use of cat" award.
5902
5903 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5904
5905         * po/LINGUAS: New file listing all supported languages.
5906
5907         * configure.in: Use po/LINGUAS instead of including all languages
5908         directly in this file. See the wiki for more information:
5909         http://live.gnome.org/GnomeGoals/PoLinguas
5910
5911 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5912
5913         * backend/ev-document-factory.c:
5914
5915         Do not load the document twice when there isn't errors
5916
5917 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5918
5919         * backend/ev-attachment.c: 
5920
5921         Fix a crash when there isn't a default application to open an
5922         attachment
5923
5924 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5925
5926         * backend/ev-attachment.[ch]:
5927         * shell/ev-attachment-bar.[ch]:
5928
5929         Added missing files. 
5930
5931 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5932
5933         * backend/Makefile.am:
5934         * data/evince-ui.xml:
5935         * backend/ev-attachment.[ch]:
5936         * backend/ev-document.[ch]: (ev_document_has_attachments),
5937         (ev_document_get_attachments):
5938         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5939         (attachment_save_to_buffer), (pdf_document_get_attachments),
5940         (pdf_document_document_iface_init):
5941         * shell/Makefile.am:
5942         * shell/ev-attachment-bar.[ch]:
5943         * shell/ev-window.c:
5944
5945         Add support for PDF attachments. Fixes bug #325143
5946
5947 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5948
5949         * backend/ev-document-factory.c: (get_document_from_uri),
5950         (ev_document_factory_get_document):
5951         * backend/ev-document-factory.h:
5952         * properties/ev-properties-main.c: (ev_properties_get_pages):
5953         * shell/Makefile.am:
5954         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5955         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5956         (ev_job_queue_remove_job):
5957         * shell/ev-job-queue.h:
5958         * shell/ev-job-xfer.c:
5959         * shell/ev-job-xfer.h:
5960         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5961         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5962         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5963         (ev_job_xfer_run):
5964         * shell/ev-jobs.h:
5965         * shell/ev-window.c: (ev_window_is_empty),
5966         (password_dialog_response), (ev_window_clear_xfer_job),
5967         (ev_window_xfer_job_cb), (ev_window_open_uri),
5968         (ev_window_cmd_focus_page_selector),
5969         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5970         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5971         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5972         (ev_window_dispose):
5973         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5974         
5975         * Cleanup mime type detection on document load. Fix for the
5976         bug #336448.
5977
5978 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5979
5980         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5981         
5982         Fix crash on exit, described in the bug #336825.
5983
5984 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5985
5986         * backend/ev-document-factory.c:
5987         (ev_document_factory_get_from_mime),
5988         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5989         (ev_document_factory_get_document),
5990         (file_filter_add_mime_list_and_free),
5991         (ev_document_factory_add_filters):
5992         * backend/ev-document-factory.h:
5993         * properties/ev-properties-main.c: (ev_properties_get_pages):
5994         * shell/Makefile.am:
5995         * shell/ev-application.c:
5996         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5997         * shell/ev-window.c: (ev_window_cmd_file_open),
5998         (ev_window_cmd_save_as):
5999         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6000         
6001         Rework factory functions so they are placed now in a single 
6002         file ev-document-factory.c
6003
6004 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6005
6006         * shell/ev-window.c: (update_chrome_visibility):
6007         
6008         Fix for the bug 166566 - don't show menubar in fullscreen
6009         mode.
6010
6011 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6012
6013         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6014
6015 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6016
6017         * shell/ev-view.c: (ev_view_expose_event):
6018         
6019         More correctly draw loading text when document
6020         is empty.
6021
6022 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6023
6024         * shell/ev-view.c: (ev_view_scroll):
6025         
6026         Fix for the bug #334854, page down and page up switch
6027         pages in presentation mode.
6028
6029 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6030
6031         * shell/ev-window.c: (ev_window_set_action_sensitive),
6032         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6033         (ev_window_set_view_accels_sensitivity),
6034         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6035         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6036         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6037         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6038         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6039         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6040         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6041         (view_actions_focus_in_cb), (ev_window_init):
6042         
6043         Fix for the bug #333902, now it's possible to search
6044         words with slash.
6045
6046 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6047
6048         * configure.ac: Added Breton translation.
6049         * po/br.po: Added Breton translation.
6050
6051 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6052
6053         * shell/ev-window-title (ev_window_title_update):
6054
6055         Fix memory leak in window title. Fixes bug #333944
6056
6057 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6058
6059         * shell/ev-metadata-manager.c (parseItem):
6060
6061         Fix memory leaks. Fixes bug #333945
6062
6063 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6064         
6065         * NEWS, configure.ac, TODO:
6066         
6067         Update for release 0.5.2.
6068
6069 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6070
6071         * shell/ev-view.c: (view_update_range_and_current_page),
6072         (page_changed_cb):
6073         
6074         Don't jump on scrolling, fix for the bug #333127.
6075
6076 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6077
6078         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6079         
6080         Scroll by one page in presentation mode. Fix for the bug
6081         #332993.
6082
6083 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6084
6085         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6086
6087 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6088
6089         * configure.ac  Added lv in ALL_LINGUAS line.
6090
6091 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6092         
6093         * NEWS, configure.ac:
6094         
6095         Update for release 0.5.1
6096
6097 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6098
6099         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6100         * backend/ev-document-misc.h:
6101         * shell/ev-view.c: (draw_one_page):
6102         
6103          Clairfy what page the toolbar page number applies to. Fix
6104          for the bug #328102.
6105
6106 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6107
6108         * shell/ev-view-private.h:
6109         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6110         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6111         (ev_view_search_changed):
6112         * shell/ev-view.h:
6113         * shell/ev-window.c: (find_bar_search_changed_cb):
6114         
6115         Dont't jump to find result if window was scrolled during search.
6116         Fix for the bug #313266.
6117
6118 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6119
6120         * shell/eggfindbar.c: (egg_find_bar_class_init):
6121         * shell/eggfindbar.h:
6122         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6123         * shell/ev-view-private.h:
6124         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6125         (ev_view_class_init), (ev_sizing_mode_get_type),
6126         (ev_scroll_type_get_type):
6127         * shell/ev-view.h:
6128         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6129         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6130         (ev_window_init):
6131         
6132         Fix for the bug 319133 - Find entry should allow text scroll.
6133
6134 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6135
6136         * shell/ev-view-private.h:
6137         * shell/ev-view.c: (view_update_range_and_current_page),
6138         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6139         (ev_view_set_document), (update_find_status_message),
6140         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6141         (ev_view_find_previous):
6142         
6143         Fix for the bug #319137. Search now takes account for scrolling.
6144
6145 2006-02-19  Michael Hofmann <mh21@piware.de>
6146
6147         * configure.ac:
6148         * djvu/Makefile.am:
6149         * djvu/djvu-document-private.h:
6150         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6151         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6152         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6153         (djvu_document_can_get_text), (djvu_document_get_text),
6154         (djvu_document_document_iface_init),
6155         (djvu_document_thumbnails_get_thumbnail),
6156         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6157         (djvu_document_find_get_result),
6158         (djvu_document_find_page_has_results),
6159         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6160         (djvu_document_find_iface_init):
6161         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6162         (djvu_text_page_selection), (djvu_text_page_limits_process),
6163         (djvu_text_page_limits), (djvu_text_page_copy),
6164         (djvu_text_page_position), (djvu_text_page_union),
6165         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6166         (djvu_text_page_box), (djvu_text_page_append_text),
6167         (djvu_text_page_search), (djvu_text_page_prepare_search),
6168         (djvu_text_page_new), (djvu_text_page_free):
6169         * djvu/djvu-text-page.h:
6170         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6171         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6172         (djvu_text_n_results), (djvu_text_has_results),
6173         (djvu_text_get_result), (djvu_text_get_progress):
6174         * djvu/djvu-text.h:
6175         
6176         Text search in djvu. Fix for the bug #303415.
6177
6178 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6179
6180         * configure.ac:
6181         * shell/ev-window.c: (ev_window_cmd_save_as):
6182         
6183         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6184         Thanks to Gary Coady <gary@lyranthe.org>
6185
6186 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6187
6188         * shell/ev-print-job.c: (idle_print_handler):
6189         
6190         Inverse order printing, bug #320919.
6191
6192 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * data/evince-toolbar.xml:
6195         * shell/ev-window.c:
6196         
6197         Allow to add sidebar checkbutton on toolbar. Fix
6198         for the bug #144577.
6199
6200 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6201
6202         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6203         
6204         Add checks that have sense for empty ps document.
6205
6206 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6207
6208         * configure.ac: Include PS in mime types list. 
6209
6210 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6211
6212         * configure.ac:
6213         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6214         * ps/gsdefaults.h:
6215         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6216         
6217         Runtime check for gs interpreter. Fix for the bug #320868.
6218         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6219
6220 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6221
6222         * shell/ev-application.c: 
6223
6224         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6225         dbus>=0.60, so that the request is not queued. 
6226
6227 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6228
6229         * configure.ac:
6230         * shell/Makefile.am:
6231         * shell/ev-sidebar-links.c: (print_section_cb):
6232         * shell/ev-utils.c:
6233         * shell/ev-utils.h:
6234         * shell/ev-window.c: (update_action_sensitivity),
6235         (ev_window_close_dialogs), (ev_window_print):
6236         * shell/ev-window.h:
6237         
6238         Make printing support optional. Patch from Eduardo de Barros Lima
6239         <eduardo.lima@indt.org.br> for the bug #330546.
6240
6241 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6242
6243         * shell/ev-view-private.h:
6244         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6245         (ev_view_set_document):
6246         * shell/ev-view.h:
6247         * shell/ev-window.c: (ev_window_load_job_cb),
6248         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6249         (ev_window_init):
6250
6251         Draw Loading message during xfer job. Fix for the bug #329495.
6252
6253 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6254
6255         * comics/comics-document.c: (comics_regex_quote),
6256         (comics_document_load), (extract_argv):
6257         
6258         Correcly quote regexp before passing it to unzip.
6259
6260 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6261
6262         * shell/ev-page-cache.c: (build_height_to_page),
6263         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6264         (ev_page_cache_get_dual_even_left):
6265         * shell/ev-page-cache.h:
6266         * shell/ev-view.c: (view_update_range_and_current_page),
6267         (get_page_y_offset), (get_page_extents):
6268         
6269         Place even pages to the left if document has less then
6270         two pages. Fix for the bug #328856.
6271
6272 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6273
6274         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6275         
6276         Correct comics scheme. This make evince create thumbnails
6277         for comic books. Fix for the bug 329088.
6278
6279 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6280
6281         * data/evince-password.glade: Don't explicitly set
6282         invisible_char to the current default value in case
6283         the default changes; let GTK+ do its magic.
6284
6285 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6286
6287         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6288         real filename to tmp filename since often document
6289         type is determined by extension.
6290
6291 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6292
6293         * shell/ev-view.c: (add_scroll_binding_keypad),
6294         (ev_view_binding_activated), (ev_view_class_init):
6295         
6296         Add keybindings for percision-scrolling of display area. 
6297         Fix for the bug #314072.
6298
6299 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6300
6301         * data/evince.desktop.in.in:
6302         
6303         Add GTK to the list of categories. Fix for the bug #328034.
6304
6305 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6306
6307         * shell/ev-application.c: (ev_application_shutdown),
6308         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6309         * shell/ev-application.h:
6310         * shell/ev-window.c: (file_open_dialog_response_cb),
6311         (ev_window_cmd_file_open):
6312         
6313         Save last uri in file chooser dialog. Fix for the bug #327950.
6314
6315 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6316
6317         * NEWS:
6318         * README:
6319         
6320         Final update for release 0.5.0
6321         
6322         * shell/Makefile.am:
6323         
6324         Remove disable deprecated until we'll require libgnome-2.13.7
6325         and port to GOption argument parsing. See bug 327518.
6326
6327 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6328
6329         * comics/comics-document.c: (comics_document_save):
6330         * djvu/djvu-document.c: (djvu_document_save):
6331         * dvi/dvi-document.c: (dvi_document_save):
6332         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6333         * lib/ev-file-helpers.h:
6334         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6335         * tiff/tiff-document.c: (tiff_document_save):
6336         
6337         Use common save function for backends.
6338
6339 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6340
6341         * backend/ev-document-types.c:
6342         
6343         Fix crash on saving pixbuf.
6344
6345 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6346
6347         * cut-n-paste/recent-files/egg-recent-item.c:
6348         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6349         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6350         (parse_info_free), (valid_element), (start_element_handler),
6351         (end_element_handler), (text_handler), (egg_recent_model_filter),
6352         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6353         (egg_recent_model_monitor), (egg_recent_model_read),
6354         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6355         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6356         (egg_recent_model_set_property), (egg_recent_model_class_init),
6357         (egg_recent_model_init), (egg_recent_model_add_full),
6358         (egg_recent_model_delete), (egg_recent_model_get_list),
6359         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6360         (egg_recent_model_set_filter_mime_types),
6361         (egg_recent_model_clear_group_filter),
6362         (egg_recent_model_set_filter_groups),
6363         (egg_recent_model_clear_scheme_filter),
6364         (egg_recent_model_set_filter_uri_schemes),
6365         (egg_recent_model_remove_expired):
6366         * cut-n-paste/recent-files/egg-recent-util.c:
6367         (egg_recent_util_get_icon):
6368         * cut-n-paste/recent-files/egg-recent-util.h:
6369         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6370         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6371         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6372         (egg_recent_view_uimanager_set_property),
6373         (egg_recent_view_uimanager_get_property),
6374         (egg_recent_view_uimanager_class_init),
6375         (egg_recent_view_uimanager_init),
6376         (egg_recent_view_uimanager_set_label_width),
6377         (egg_recent_view_uimanager_get_label_width):
6378         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6379         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6380         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6381         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6382         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6383         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6384         
6385         Update from libegg.
6386
6387 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6388
6389         * shell/ev-page-cache.c: (build_height_to_page),
6390         (ev_page_cache_get_height_to_page):
6391         * shell/ev-page-cache.h:
6392         * shell/ev-view.c: (view_update_range_and_current_page),
6393         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6394         (ev_view_previous_page):
6395         
6396         Dual mode places even pages to the left. Fix for the bug #309393.
6397
6398         * shell/ev-view.h:
6399         * shell/ev-window.c: (update_action_sensitivity),
6400         (setup_view_from_metadata), (view_menu_popup_cb):
6401         
6402         Don't restore presentation in empty windows, more intelligent
6403         next page behaviour in dual mode.
6404
6405         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6406         (ev_pixbuf_cache_clear_job_sizes):
6407         
6408         Cleanup job callback on removal. Fix for the bug #325886.
6409
6410 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6411
6412         * ps/ps.c: (psscan):
6413         
6414         Commit workaround Mozilla problem. Fix for the bug #325919
6415         
6416         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6417         (save_item):
6418         
6419         Fix for year 2038 problem.
6420
6421 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6422
6423         * shell/ev-window.c: (setup_document_from_metadata),
6424         (ev_window_cmd_view_reload):
6425
6426         Clamp page recieved from metadata in valid values. Fix
6427         for the bug #325986.
6428
6429 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6430
6431         * MAINTAINERS: 
6432         Add MAINTAINERS as requested on desktop-devel-list.
6433
6434 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6435
6436         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6437         (mime_type_supported_by_gdk_pixbuf),
6438         (ev_document_factory_get_mime_types),
6439         (ev_document_factory_get_all_mime_types):
6440         
6441         Don't add pixbuf mime types if pixbuf backend is disabled.
6442         
6443         * shell/ev-application.c: (ev_application_get_uri_window):
6444         
6445         Fix for the bug 325815 - unhandled MIME type message doesn't 
6446         appear a second time. 
6447         
6448         * shell/ev-document-types.c: (ev_document_types_add_filters):
6449         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6450         (password_dialog_response), (ev_window_popup_password_dialog),
6451         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6452         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6453         (ev_window_run_presentation), (ev_window_stop_presentation),
6454         (save_sizing_mode), (ev_window_zoom_changed_cb),
6455         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6456         (ev_window_dual_mode_changed_cb),
6457         (ev_window_sidebar_current_page_changed_cb),
6458         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6459         (window_state_event_cb), (window_configure_event_cb):
6460         
6461         Cleanup additional uris holded by EvWindow.
6462
6463 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6464
6465         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6466         (ev_view_can_previous_page), (ev_view_can_next_page):
6467         * shell/ev-view.h:
6468         * shell/ev-window.c: (update_action_sensitivity):
6469         
6470         Two page scrolling with Space and PageUp in dual mode. Second fix 
6471         for the bug #316608.
6472
6473 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6474
6475         * shell/ev-view.c: (scroll_to_current_page):
6476         
6477         Correctly clamp adjustment value. Fix for the bug
6478         #325808.
6479
6480 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6481
6482         * shell/ev-sidebar-links.c: (print_section_cb):
6483         * shell/ev-window.c: (ev_window_get_uri),
6484         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6485         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6486         (ev_window_dispose):
6487         
6488         Make print dialog non-modal. Fix for the bug #325622.
6489
6490 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6491
6492         * shell/ev-metadata-manager.c:
6493         * shell/ev-utils.c: (using_pdf_printer),
6494         (using_postscript_printer), (load_print_config_from_file),
6495         (save_print_config_to_file):
6496         * shell/ev-utils.h:
6497         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6498         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6499         (setup_view_from_metadata), (ev_window_setup_document),
6500         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6501         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6502         (ev_window_run_presentation), (ev_window_stop_presentation),
6503         (save_sizing_mode), (ev_window_zoom_changed_cb),
6504         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6505         (ev_window_dual_mode_changed_cb),
6506         (ev_window_sidebar_current_page_changed_cb),
6507         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6508         (window_state_event_cb), (window_configure_event_cb),
6509         (ev_window_init):
6510         
6511         Setting saving behaviour fixes.
6512
6513 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6514
6515         * configure.ac:
6516         
6517         Make antialiasing gs options better and allow
6518         to change them during configure. Fix for the 
6519         bug #319049.
6520
6521 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6522
6523         * shell/ev-window.c: (setup_view_from_metadata):
6524         
6525         Remember if last window was maximized. Fix for the
6526         bug #323797.
6527
6528 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6529
6530         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6531
6532 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6533
6534         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6535         * shell/ev-page-action.c: (build_new_tree_cb):
6536         * shell/ev-sidebar-links.c: (links_page_num_func),
6537         (update_page_callback_foreach), (update_page_callback):
6538         * shell/ev-view.c: (scroll_to_current_page):
6539         
6540         Fix for the bug #325067 with more intelligent selection
6541         of current link in sidebar. Make sidebar handle links
6542         of FITR-like type more correctly.
6543
6544         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6545         (dvi_pixbuf_put_pixel):
6546         
6547         Fix memory consumtion with disabled alpha channel.
6548
6549 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6550
6551         * data/evince-ui.xml:
6552         * shell/ev-window.c: (view_menu_popup_cb),
6553         (ev_popup_cmd_open_link), (ev_window_init):
6554         
6555         Update context menu for internal links. Fix for the bug
6556         #325066.
6557
6558 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6559
6560         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6561         
6562         Bind context menu to keyboard also. Fix for the bug
6563         #325065.
6564
6565 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6566
6567         * shell/ev-view.c: (selection_scroll_timeout_cb):
6568         
6569         Horizontal scroll on selection also.
6570
6571 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6572
6573         * shell/ev-metadata-manager.c: (parse_value):
6574         * shell/ev-view.c: (goto_xyz_link):
6575         
6576         Correct zoom setup and metadata save broken in 
6577         some locales.
6578
6579 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6580
6581         * shell/ev-view-private.h:
6582         * shell/ev-view.c: (scroll_to_current_page),
6583         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6584         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6585         (page_changed_cb), (ev_view_set_continuous),
6586         (ev_view_set_dual_page), (ev_view_set_presentation):
6587         
6588         Delay scroll until allocation to correctly position page. Fix
6589         for the bug #317334.
6590
6591 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6592
6593         * NEWS:
6594         * configure.ac:
6595         
6596         Update NEWS and require poppler 0.5.0.
6597
6598 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6599         
6600         * data/evince-ui.xml:
6601         * shell/ev-view-private.h:
6602         * shell/ev-view.c: (ev_view_get_link_at_location),
6603         (handle_link_over_xy), (ev_view_button_press_event),
6604         (ev_view_button_release_event), (ev_view_class_init):
6605         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6606         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6607         (ev_window_init):
6608         
6609         Implement right-click context menu.
6610
6611 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6612
6613         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6614         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6615         (mdvi_pixbuf_device_render):
6616         * pdf/ev-poppler.cc:
6617
6618         Don't generate thumbnails with alpha. See bug #324077.
6619         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6620
6621 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6622
6623         * shell/ev-window.c: (setup_chrome_from_metadata):
6624         
6625         Fix typo that was hiding toolbar.
6626
6627 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6628
6629         * shell/ev-view-private.h:
6630         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6631         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6632         (ev_view_button_release_event), (ev_view_destroy):
6633         
6634         Small cleanup and autoscrolling during selection. Thanks to 
6635         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6636
6637 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6638
6639         * configure.ac:
6640         
6641         Correctly check for comics option.
6642
6643 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6644         * Makefile.am:
6645         * configure.ac:
6646         * backend/Makefile.am:
6647         * backend/ev-document-factory.c:
6648         * shell/ev-document-types.c:
6649
6650         Included option in configure to make ps backend 
6651         compilation optional with --disable-ps.
6652
6653 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6654
6655         * backend/ev-document-factory.c:
6656         * comics/Makefile.am:
6657         * comics/comics-document.c: (comics_document_load):
6658         * comics/ev-cbr-mime.xml:
6659         * configure.ac:
6660         
6661         Comics mime types are added to shared-mime-info CVS. Now
6662         we don't need to install our own mime types.
6663
6664 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6665
6666         * shell/ev-window.c:
6667         
6668         Add shortcut for "save a copy" menu entry. Fix for
6669         the bug #324582.
6670
6671 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6672
6673         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6674         (job_finished_cb), (new_selection_pixbuf_needed),
6675         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6676         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6677         
6678         Rework selection job info logic and fix critical warning.
6679
6680 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6681
6682         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6683
6684 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6685
6686         * data/evince-ui.xml:
6687         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6688         
6689         Enter as shortcut key for next page. Fix for the bug
6690         #321394.
6691
6692 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6693
6694         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6695
6696 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6697
6698         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6699         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6700         (new_selection_pixbuf_needed),
6701         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6702         (clear_job_selection):
6703         
6704         Too early for 0.5. Pixbuf cache code cleaned a bit.
6705
6706 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6707
6708         * NEWS:
6709         * configure.ac:
6710         
6711         Release 0.5.0 preparation
6712
6713 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6714
6715         * comics/Makefile.am:
6716         * configure.ac:
6717         * shell/ev-document-types.c: (ev_document_types_add_filters):
6718         
6719         More advanced handling of custom mime type installation.
6720
6721 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6722
6723         * data/evince.schemas.in:
6724         * shell/ev-metadata-manager.c: (value_free),
6725         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6726         (ev_metadata_manager_get), (ev_metadata_manager_set):
6727         * shell/ev-metadata-manager.h:
6728         * shell/ev-window.c: (update_chrome_flag),
6729         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6730         (setup_document_from_metadata), (setup_chrome_from_metadata),
6731         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6732         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6733         (ev_window_view_toolbar_cb),
6734         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6735         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6736         
6737         Save last document settings and reuse them for new documents.
6738
6739 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6740
6741         * Makefile.am:
6742         * backend/Makefile.am:
6743         * backend/ev-document-factory.c:
6744         * backend/ev-document-factory.h:
6745         * comics/Makefile.am:
6746         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6747         (comics_document_load), (comics_document_save),
6748         (comics_document_get_n_pages), (comics_document_get_page_size),
6749         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6750         (comics_document_class_init), (comics_document_can_get_text),
6751         (comics_document_get_info), (comics_document_document_iface_init),
6752         (comics_document_init), (get_supported_image_extensions),
6753         (comics_document_thumbnails_get_geometry),
6754         (comics_document_thumbnails_get_thumbnail),
6755         (comics_document_thumbnails_get_dimensions),
6756         (comics_document_document_thumbnails_iface_init), (extract_argv):
6757         * comics/comics-document.h:
6758         * comics/ev-cbr-mime.xml:
6759         * configure.ac:
6760         * po/POTFILES.in:
6761         * shell/ev-application.c: (ev_application_register_service):
6762         * shell/ev-document-types.c: (ev_document_types_add_filters):
6763         * thumbnailer/Makefile.am:
6764         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6765         
6766         New CBR/CBZ backend for comic books.
6767
6768 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6769
6770         * shell/main.c: (load_files_remote):
6771
6772         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6773         warning on startup of second instance is fixed. It
6774         is bug #320353.
6775
6776 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6777
6778         * shell/ev-window.c: (ev_window_finalize):
6779         
6780         Fix double free that cause crash.
6781
6782 2005-10-29  Bastien Nocera <hadess@hadess.net>
6783
6784         * tiff/tiff-document.c: (tiff_document_load):
6785         
6786         Fix memory leak.
6787
6788 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6789
6790         * po/POTFILES.in:
6791         * shell/Makefile.am:
6792         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6793         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6794         (ev_view_accessible_get_text),
6795         (ev_view_accessible_get_character_at_offset),
6796         (ev_view_accessible_get_text_before_offset),
6797         (ev_view_accessible_get_text_at_offset),
6798         (ev_view_accessible_get_text_after_offset),
6799         (ev_view_accessible_get_character_count),
6800         (ev_view_accessible_get_caret_offset),
6801         (ev_view_accessible_set_caret_offset),
6802         (ev_view_accessible_get_run_attributes),
6803         (ev_view_accessible_get_default_attributes),
6804         (ev_view_accessible_get_character_extents),
6805         (ev_view_accessible_get_offset_at_point),
6806         (ev_view_accessible_get_n_selections),
6807         (ev_view_accessible_get_selection),
6808         (ev_view_accessible_add_selection),
6809         (ev_view_accessible_remove_selection),
6810         (ev_view_accessible_set_selection),
6811         (ev_view_accessible_text_iface_init),
6812         (ev_view_accessible_idle_do_action),
6813         (ev_view_accessible_action_do_action),
6814         (ev_view_accessible_action_get_n_actions),
6815         (ev_view_accessible_action_get_description),
6816         (ev_view_accessible_action_get_name),
6817         (ev_view_accessible_action_set_description),
6818         (ev_view_accessible_action_iface_init),
6819         (ev_view_accessible_get_type), (ev_view_accessible_new),
6820         (ev_view_accessible_factory_get_accessible_type),
6821         (ev_view_accessible_factory_create_accessible),
6822         (ev_view_accessible_factory_class_init),
6823         (ev_view_accessible_factory_get_type):
6824         * shell/ev-view-accessible.h:
6825         * shell/ev-view-private.h:
6826         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6827         * shell/ev-view.h:
6828         
6829         Initial accessibility support.
6830
6831 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6832
6833         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6834
6835 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6836
6837         * shell/ev-print-job.c: (idle_print_handler):
6838         
6839         Fix for bug Bug 318916: Printing multiple pages.
6840
6841 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6842
6843         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6844
6845 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6846
6847         * pdf/ev-poppler.cc:
6848         
6849         Thumnail dimensions unified with other backends.
6850         
6851         * shell/ev-window-title.c: (ev_window_title_update):
6852         
6853         Fix warning.
6854
6855 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6856
6857         * data/ev-stock-zoom-fit-width.png:
6858         
6859         Remove unused file.
6860
6861 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6862
6863         * configure.ac:
6864         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6865         (djvu_document_finalize):
6866         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6867         (dvi_document_finalize):
6868         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6869         (pixbuf_document_save), (pixbuf_document_finalize):
6870         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6871         (tiff_document_finalize):
6872         
6873         Save a copy implemented for various backends.
6874
6875 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6876
6877         * configure.ac:
6878         
6879         Don't link with ltiff if tiff is disabled.
6880
6881 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6882
6883         * pdf/GDKSplashOutputDev.cc:
6884         * pdf/GDKSplashOutputDev.h:
6885         * pdf/Thumb.cc:
6886         * pdf/Thumb.h:
6887         * pdf/pdf-document.cc:
6888         * pdf/pdf-document.h:
6889         * pdf/test-gdk-output-dev.cc:
6890         
6891         Remove old unused files.
6892
6893 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6894
6895         * shell/ev-window.c: (ev_window_setup_document):
6896         
6897         Fixed warnings on reload and probably crash reason.
6898
6899 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6900
6901         * properties/ev-properties-view.c:
6902         (ev_properties_view_format_date):
6903         
6904         Check if date is invalid. Fix for bug 318134.
6905
6906 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6907
6908         * shell/ev-window-title.c:
6909         
6910         Add .indd files (Adobe Indesign) to the list of "bad
6911         extensions".
6912
6913 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6914
6915         * data/evince-ui.xml:
6916         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6917         
6918         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6919
6920 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6921
6922         * shell/ev-window.c: (launch_link), (launch_external_uri),
6923         (view_external_link_cb):
6924
6925         URL-escape link before passing it to gnome_vfs_url_show.
6926
6927 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6928
6929         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6930         there isn't text selected.
6931
6932 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6933
6934         * shell/ev-view.c: (handle_link_over_xy):
6935
6936         Check tooltip is valid utf8 before showing it
6937
6938 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6939
6940         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6941
6942 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6943
6944         * shell/ev-window-title.c: (ev_window_title_update):
6945
6946         Guard against using g_strstrip on NULL. Fixes bug #317291.
6947
6948 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6949
6950         * pdf/ev-poppler.cc:
6951
6952         Show title even for unknown links
6953
6954 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6955
6956         * shell/ev-window-title.c: (ev_window_title_update):
6957
6958         Strip the title string
6959
6960 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6961
6962         * shell/ev-window-title.c:
6963
6964         Add .rtf to the bad extensions list
6965
6966 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6967
6968         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6969         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6970
6971         Ignore link coordinates if they are outside page bounds
6972
6973 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6974
6975         * backend/ev-link.c: (ev_link_type_get_type),
6976         (ev_link_get_filename), (ev_link_get_params),
6977         (ev_link_get_property), (ev_link_set_property),
6978         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6979         * backend/ev-link.h:
6980         * pdf/ev-poppler.cc:
6981         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6982         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6983         (ev_window_init):
6984
6985         Implement launch links. Delegate external link opening to
6986         the window.
6987
6988 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6989
6990         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6991         (ev_link_get_right), (ev_link_get_property),
6992         (ev_link_set_property), (ev_link_class_init),
6993         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6994         * backend/ev-link.h:
6995         * pdf/ev-poppler.cc:
6996         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6997
6998         Implement fitr links
6999
7000 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7001
7002         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7003         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7004         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7005         (ev_view_size_request_continuous),
7006         (ev_view_size_request_dual_page),
7007         (ev_view_size_request_single_page), (ev_view_size_allocate),
7008         (ev_view_zoom_for_size_continuous_and_dual_page),
7009         (ev_view_zoom_for_size_continuous),
7010         (ev_view_zoom_for_size_dual_page),
7011         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7012         (ev_sizing_mode_get_type):
7013         * shell/ev-view.h:
7014         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7015
7016         Do not use modes for link, we need to calculate size ad hoc.
7017         Still not perfect because of the usual scrollbar issues grrr.
7018
7019 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7020
7021         * backend/ev-link.c: (ev_link_type_get_type),
7022         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7023         * backend/ev-link.h:
7024         * pdf/ev-poppler.cc:
7025         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7026         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7027         (ev_view_size_request_continuous),
7028         (ev_view_size_request_dual_page),
7029         (ev_view_size_request_single_page), (ev_view_size_allocate),
7030         (zoom_for_size_fit_height),
7031         (ev_view_zoom_for_size_continuous_and_dual_page),
7032         (ev_view_zoom_for_size_continuous),
7033         (ev_view_zoom_for_size_dual_page),
7034         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7035         (ev_sizing_mode_get_type):
7036         * shell/ev-view.h:
7037         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7038
7039         Implement FIT_HEIGHT mode (only for links).
7040         Implement FITH links
7041
7042 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7043
7044         * shell/ev-window-title.c: (get_filename_from_uri),
7045         (ev_window_title_sanitize_extension), (ev_window_title_update),
7046         (ev_window_title_set_document), (ev_window_title_set_uri),
7047         (ev_window_title_free):
7048         * shell/ev-window-title.h:
7049         * shell/ev-window.c: (ev_window_setup_document),
7050         (ev_window_popup_password_dialog):
7051
7052         Refactor window title building while fixing it for
7053         password documents.
7054
7055 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7056
7057         * pdf/ev-poppler.cc:
7058
7059         Escape link title before setting it in the model
7060
7061 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7062
7063         * shell/ev-application.c: (removed_from_session), (save_session),
7064         (init_session), (ev_application_get_empty_window),
7065         (ev_application_init), (ev_application_get_windows):
7066         * shell/ev-application.h:
7067         * shell/ev-window.c: (ev_window_finalize):
7068
7069         Add a function to retrieve window list and share it where
7070         necessary.
7071         Implement session handling, works pretty well thanks to the
7072         metadata system.
7073
7074 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7075
7076         * shell/ev-password.c: (ev_password_item_created_callback),
7077         (ev_password_dialog_save_password):
7078         
7079         Fix for bug 316972. Use async gnome-keyring API.
7080
7081 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7082
7083         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7084         Remove unused unrealize handler. Add scroll handling to
7085         ev_view_scroll_event for presentation mode (bug #316708),
7086         and fix the event state checks there.
7087
7088 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7089
7090         * shell/ev-page-action.c: (page_changed_cb):
7091
7092         "marco, maybe we should be crazy and jump right to 6! :)"
7093
7094         Bryan Clark, Sep 2005
7095
7096 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7097
7098         * ps/ps-document.c: (save_document), (ps_document_save),
7099         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7100         (ps_document_ps_export_end):
7101
7102         Fix unstructured documents save and print
7103
7104 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7105
7106         * shell/ev-application.c: (ev_application_open_uri):
7107
7108         Fix window size persistance
7109
7110 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7111
7112         * shell/ev-view.c: (ev_view_button_release_event):
7113
7114         Based on a patch from carlosgc@gnome.org. Mouse buttons
7115         switch pages in presentation mode.
7116
7117 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7118
7119         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7120
7121         Dont cast to int before scaling
7122
7123 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7124
7125         * backend/ev-link.c: (ev_link_type_get_type),
7126         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7127         (ev_link_new_page_fith):
7128         * backend/ev-link.h:
7129         * pdf/ev-poppler.cc:
7130         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7131
7132         Implement FIT and FITH links
7133
7134 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7135
7136         * pdf/ev-poppler.cc:
7137
7138         Return 0 results when search is not in progress.
7139
7140         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7141         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7142
7143         Update menu sensitivity when cancelling search
7144
7145 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7146
7147         * shell/ev-view.c: (ev_view_can_find_next):
7148
7149         Take all pages in consideration, not just current one
7150
7151 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7152
7153         * shell/ev-page-cache.c:
7154         * shell/ev-page-cache.h:
7155         * shell/ev-view.c: (ev_view_binding_activated),
7156         (ev_view_next_page), (ev_view_previous_page),
7157         (ev_sizing_mode_get_type):
7158         * shell/ev-view.h:
7159         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7160         (ev_window_cmd_go_next_page):
7161
7162         Move page next/previous functions from page chace to
7163         view and change it to move by 2 page steps in dual mode.
7164
7165 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7166
7167         * shell/ev-window.c: (update_sidebar_visibility),
7168         (setup_sidebar_from_metadata), (ev_window_setup_document),
7169         (setup_view_from_metadata):
7170
7171         Show the index by default when there is one     
7172
7173 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7174
7175         * shell/ev-window-title.c: (ev_window_title_set_document):
7176
7177         Missing null check
7178
7179 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7180
7181         * shell/ev-view.c: (view_update_range_and_current_page):
7182         
7183         Allow display of last odd page in dual view. Fix for 316347.
7184
7185 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7186
7187         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7188         
7189         Make close button default. Fix for 316383.
7190
7191 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7192
7193         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7194         
7195         Mark close button as default. Fix for 316381.
7196
7197 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7198
7199         * backend/ev-link.c: (ev_link_class_init):
7200
7201         Allow negative doubles in left/top properties
7202
7203 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7204
7205         * shell/ev-window.c:
7206
7207         Remove a bunch of strings that was used only
7208         by the statusbar.
7209
7210 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7211
7212         * shell/ev-window-title.c: (get_filename_from_uri),
7213         (ev_window_title_set_document):
7214
7215         When title has a confusing extension, show also
7216         the document filename inside ()
7217
7218 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7219
7220         * shell/Makefile.am:
7221         * shell/ev-window-title.c: (ev_window_title_new),
7222         (ev_window_title_update), (ev_window_title_set_type),
7223         (ev_window_title_set_document), (ev_window_title_free):
7224         * shell/ev-window-title.h:
7225         * shell/ev-window.c: (ev_window_setup_document),
7226         (password_dialog_response), (ev_window_popup_password_dialog),
7227         (ev_window_dispose), (ev_window_init):
7228
7229         Factor out and cleanup window title code
7230
7231 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7232
7233         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7234         (unable_to_load):
7235
7236         Make dialog transient so it doesnt block other windows
7237
7238 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7239
7240         * pdf/ev-poppler.cc:
7241         
7242         Fix pdf thumbnails rendering.
7243
7244 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7245
7246         * shell/ev-window.c: (fullscreen_set_timeout):
7247         
7248         Increase timeout to hide full screen popup. Bug 
7249         316123. 
7250
7251 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7252
7253         * data/evince.schemas.in:
7254         * shell/ev-window.c: (update_action_sensitivity):
7255
7256         Allow the user to override document restrictions. Fix for bug
7257         305818.
7258
7259 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7260
7261         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7262         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7263         (ev_window_class_init): Fix multihead behaviour of fullscreen
7264         toolbar popup. Fixes bug #315451.
7265
7266 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7267
7268         * configure.ac:
7269         * data/evince-password.glade:
7270         * shell/ev-password.c: (ev_password_dialog_set_property),
7271         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7272         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7273         (ev_password_dialog_entry_changed_cb),
7274         (ev_password_dialog_entry_activated_cb),
7275         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7276         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7277         (ev_password_dialog_set_bad_pass):
7278         * shell/ev-password.h:
7279         * shell/ev-window.c: (password_dialog_response),
7280         (ev_window_popup_password_dialog):
7281         
7282         Support for gnome-keyring for encrypted PDF's.
7283
7284 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7285
7286         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7287         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7288         (ev_view_enter_notify_event), (ev_view_class_init):
7289         
7290         More precise handling of enter_notify/leave_notify events
7291         in EvView. Fix for bug 315470.
7292
7293 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7294
7295         * shell/ev-window.c: (fullscreen_timeout_cb),
7296         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7297         (ev_window_dispose):
7298
7299         leak fix: unref fullscreen_timeout_source before clearing it
7300
7301 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7302
7303         * configure.ac, dvi/mdvi/Makefile.am: 
7304         
7305         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7306
7307 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7308
7309         * backend/ev-link.c: (ev_link_new_page_xyz):
7310         * pdf/ev-poppler.cc:
7311         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7312
7313         Fix some bugs with xyz links, respect zoom
7314
7315 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7316
7317         * shell/ev-window.c: (page_changed_cb),
7318         (setup_document_from_metadata), (update_sidebar_visibility),
7319         (setup_view_from_metadata), (ev_window_run_fullscreen),
7320         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7321         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7322         (ev_window_dual_mode_changed_cb),
7323         (ev_window_sidebar_current_page_changed_cb):
7324
7325         null check uri before setting and getting metadata
7326
7327 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7328
7329         * dvi/Makefile.am:
7330         * properties/Makefile.am:
7331         * shell/Makefile.am:
7332         * thumbnailer/Makefile.am:
7333
7334         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7335
7336 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7337
7338         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7339         (selection_changed_callback):
7340         * shell/ev-sidebar-links.h:
7341
7342         Add a signal for link activation.
7343
7344         * shell/ev-view.c: (ev_view_goto_link),
7345         (ev_view_button_release_event):
7346         * shell/ev-view.h:
7347         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7348         (ev_window_init):
7349
7350         Implement the signal so that we can handle all link types.
7351
7352         * shell/ev-page-cache.c:
7353
7354         Remove unused set_link function
7355
7356 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7357
7358         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7359
7360         Add some space from the cursor, hardcoded but I couldnt
7361         find a better way.
7362
7363 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7364
7365         * lib/ev-tooltip.c:
7366
7367         Use mozilla style vs gtk style, way better for links.
7368
7369         * shell/ev-view.c: (ev_view_motion_notify_event),
7370         (ev_view_destroy), (ev_view_init):
7371
7372         Deactive tooltip when the link hovered is changed.
7373
7374 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7375
7376         * backend/ev-document.h:
7377         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7378         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7379         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7380         (ev_link_new_page), (ev_link_new_page_xyz):
7381         * backend/ev-link.h:
7382         * pdf/ev-poppler.cc:
7383         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7384         (go_to_link), (tip_from_link):
7385
7386         Implement xyz links, still not functional. Links are a total
7387         mess, will need to refactor and bugfix a lot :(
7388
7389 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7390
7391         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7392
7393 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7394
7395         * data/evince-ui.xml:
7396         * data/evince.schemas.in:
7397         * shell/Makefile.am:
7398         * shell/ev-window.c: (update_chrome_visibility),
7399         (password_dialog_response), (ev_window_load_job_cb),
7400         (ev_window_xfer_job_cb), (ev_window_open_uri),
7401         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7402         (ev_window_init):
7403
7404         Remove the statusbar. This regress loading feedback, need to
7405         check with Bryan what we want to do there...
7406
7407 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7408
7409         * lib/ev-tooltip.c: (ev_tooltip_init):
7410
7411         Fix tooltip border and size handling
7412
7413 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7414
7415         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7416         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7417         (ev_tooltip_timeout), (ev_tooltip_activate),
7418         (ev_tooltip_deactivate):
7419         * lib/ev-tooltip.h:
7420         * shell/ev-view.c: (ev_view_motion_notify_event):
7421
7422         Delay popup showing. Mirror gtk logic/times.
7423
7424 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7425
7426         * lib/Makefile.am:
7427         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7428         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7429         (ev_tooltip_set_text), (ev_tooltip_set_position):
7430         * lib/ev-tooltip.h:
7431
7432         Simple widget to show tooltips at a custom position
7433
7434         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7435         (ev_view_destroy):
7436
7437         Use it for links. First go, needs work
7438
7439 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7440
7441         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7442         HIG fixes.  Use title capitalization for window title. Use 12 
7443         pixels of space between the dialog's vbox and action area.
7444
7445 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7446
7447         * shell/ev-window.c: (file_open_dialog_response_cb),
7448         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7449         (ev_window_cmd_save_as):
7450
7451         Make file pickers not modal and refactor code some
7452
7453 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7454
7455         * shell/ev-sidebar.h:
7456         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7457         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7458         (ev_sidebar_class_init), (ev_sidebar_select_page),
7459         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7460         (ev_sidebar_set_page):
7461
7462         Add a current page property and allow to get/set it
7463
7464         * shell/ev-window.c: (setup_view_from_metadata),
7465         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7466
7467         Persist current sidebar page per document
7468
7469 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7470
7471         * data/evince.schemas.in:
7472         * shell/ev-window.c: (update_chrome_visibility),
7473         (setup_document_from_metadata), (update_sidebar_visibility),
7474         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7475         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7476         (ev_window_run_presentation), (ev_window_stop_presentation),
7477         (ev_window_view_sidebar_cb),
7478         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7479         (load_chrome), (ev_window_init):
7480
7481         Persist size/visibility of sidebar per document
7482
7483 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7484
7485         * shell/ev-view.c (draw_loading_text): Draw loading text.
7486
7487 2005-09-02  Dan Damian  <dand@gnome.ro>
7488
7489         * configure.in: Added "ro" to ALL_LINGUAS.
7490
7491 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7492
7493         * shell/ev-view.c: (clear_caches):
7494
7495         ev_page_cache_get doesnt return a reference,
7496         dont try to unref it.
7497
7498 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7499
7500         * shell/main.c: (load_files_remote):
7501
7502         Fix timestamp parameter with dbus <= 0.33
7503
7504 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7505
7506         * data/evince.schemas.in:
7507
7508         Add missing full stop
7509
7510 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7511
7512         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7513         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7514
7515         Plug some memory leaks
7516
7517 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7518
7519         * configure.ac:
7520         * lib/ev-debug.c: (trap_handler):
7521
7522         Check for execinfo.h and use it only if it exists.
7523         Ported from Epiphany (bug #314776).
7524
7525 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7526
7527         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7528
7529 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7530
7531         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7532         * po/id.po      : Added Indonesian translation
7533
7534 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7535
7536         * shell/main.c:
7537         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7538         * NEWS: Release 0.4.0
7539
7540 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7541
7542         * configure.ac: catch another gtk+-2.8ism
7543         * shell/main.c: Make work with gtk+-2.6
7544
7545 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7546
7547         * shell/ev-application-service.xml: Add 'timestamp' argument to
7548           ev_application_open_window and ev_application_open_uri methods.
7549
7550         * shell/ev-application.h: Add 'timestamp' argument to
7551           ev_application_open_window, ev_application_open_uri,
7552           and ev_application_open_uri_list functions.
7553
7554         * shell/ev-application.c (ev_application_open_window,
7555           ev_application_open_uri, ev_application_open_uri_list): Change
7556           functions that show/present windows to use a timestamp if one
7557           is passed in.
7558
7559         * shell/ev-window.c (ev_window_cmd_file_open,
7560           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7561         * shell/main.c (load_files): Modify calls to ev_application to
7562           include GDK_CURRENT_TIME as timestamp.
7563
7564         * shell/main.c (load_files_remote): Obtain timestamp for client
7565           instance from GDK and pass to server instance so new windows are
7566           focused properly.  Fix dbus_g_proxy_call() calls by including second
7567           G_TYPE_INVALID.
7568           
7569         Closes bug #314475.
7570
7571 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7572
7573         * shell/ev-window.c (ev_window_finalize): Check for
7574         avail. EvWindows when quiting to handle the finalize better,
7575         #314497
7576
7577 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7578         
7579         * properties/ev-properties-view.c: 
7580         
7581         Set textdomain to libglade. Fixes translation problem in property page.
7582
7583 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7584
7585         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7586         * dvi/Makefile.am:
7587         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7588         * dvi/mdvi-lib/Makefile.am:
7589         
7590         Fix rotation of thumbnails, ported to new API. Moved library
7591         dependencies earlier, probably it will fix linkage problem.
7592
7593 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7594
7595         * backend/ev-document-misc.c:
7596         (ev_document_misc_get_thumbnail_frame):
7597         * backend/ev-document-misc.h:
7598         * configure.ac:
7599         * pdf/ev-poppler.cc:
7600         * shell/Makefile.am:
7601         * shell/ev-sidebar-thumbnails.c: (add_range),
7602         (ev_sidebar_thumbnails_set_loading_icon),
7603         (ev_sidebar_thumbnails_refresh),
7604         (ev_sidebar_thumbnails_set_document):
7605         * shell/ev-sidebar-thumbnails.h:
7606         * shell/ev-view.c: (ev_view_motion_notify_event),
7607         (ev_view_set_property), (ev_view_get_property),
7608         (ev_view_class_init), (ev_view_set_rotation):
7609         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7610         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7611         (ev_window_init):
7612         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7613         Redo rotation (again).  prepare for 0.4.0
7614
7615 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7616
7617         * configure.ac: Bump poppler requirement to 0.4.1.
7618
7619         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7620         argument to poppler_page_render_selection() call.
7621
7622 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7623
7624         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7625         (djvu_document_thumbnails_get_thumbnail):
7626         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7627         (dvi_document_thumbnails_get_thumbnail):
7628         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7629         (pixbuf_document_thumbnails_get_thumbnail):
7630         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7631         
7632         Update rotation direction of backends to fit with pdf and ps.
7633
7634 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7635
7636         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7637         * backend/ev-async-renderer.h:
7638         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7639         (setup_page), (ps_document_get_page_size),
7640         (ps_async_renderer_render_pixbuf):
7641         * ps/ps-document.h:
7642         * shell/ev-jobs.c: (ev_job_render_run):
7643
7644         Fix orientation in the postscript document
7645
7646 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7647
7648         * pdf/ev-poppler.cc:
7649         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7650         * shell/ev-view.c: (highlight_find_results):
7651
7652         Adapt to the new poppler rotation API. Fix text maps on landscape
7653         documents.
7654
7655 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7656
7657         * shell/ev-view.c (compute_new_selection_text): get the correct
7658         region when selecting in modes other than continuous.
7659
7660 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7661
7662         * shell/main.c (main): remove redundant g_warnings.
7663
7664 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7665
7666         * shell/Makefile.am: Don't include autogenerated
7667         file ev-application-service.h into distribution, since
7668         it causes dbus crash. Fix for bugs 313724 and 313443. 
7669
7670 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7671
7672         * configure.ac: Fix sed expression for FreeBSD. Thanks
7673         to Joe Marcus Clark <marcus@freebsd.org>
7674         
7675         * shell/eggfindbar.c: (entry_activate_callback),
7676         (entry_changed_callback), (egg_find_bar_init),
7677         (egg_find_bar_set_search_string):
7678         
7679         Made findbar buttons unsensitive if there is no text in
7680         entry. Fix for the bug 313285.
7681
7682 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7683
7684         * ps/ps-document.c: Use g_filename_display_name for displaying
7685         filenames and revert string freeze breackage
7686
7687 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7688
7689         * NEWS:
7690         * configure.ac:
7691
7692         Update for 0.3.4
7693
7694         * shell/Makefile.am:
7695
7696         Add ev-application-service.xml to extra dist
7697
7698         * shell/ev-view.c: (find_page_at_location):
7699
7700         Remove unused function (fix warning)
7701
7702 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7703
7704         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7705         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7706         
7707         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7708         bug 313623.
7709
7710 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7711
7712         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7713         * shell/ev-window.c:
7714         Fix build warnings
7715
7716 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7717
7718         * configure.ac: Update script to get dbus version.
7719         Fix for the bug #313443.
7720
7721 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7722
7723         * shell/ev-window.c: (ev_window_cmd_escape):
7724         
7725         Return focus back to view on escape. Fix for bug 313295.
7726
7727 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7728
7729         * shell/ev-window.c: (update_window_title),
7730         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7731         (ev_window_cmd_save_as):
7732         
7733         Correct conversion from uri to displayable string. Fix for
7734         bug 313296.
7735
7736 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7737
7738         * ps/ps-document.c: convert filename to utf8 when there is an error
7739         loading document. Fixes #309915
7740
7741 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7742
7743         * configure.ac:
7744
7745         We depend on poppler 0.4.0
7746
7747 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7748
7749         * configure.ac:
7750         * NEWS: Release 0.3.3.
7751         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7752
7753 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7754
7755         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7756         add a couple missing mnemonics to menu items, use title 
7757         capitalization for menu items and window titles, and add 
7758         ellipsis to open menu item.     
7759
7760 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7761
7762         * pdf/ev-poppler.cc:
7763         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7764         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7765         (ev_view_get_rotation):
7766         * shell/ev-view.h:
7767         * shell/ev-window.c: (setup_view_from_metadata),
7768         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7769         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7770         disk.
7771
7772 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7773
7774         * configure.ac: Added tr to ALL_LINGUAS
7775
7776 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7777
7778         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7779         requires several clicks to find word. Thanks to 
7780         Colin Slater <kiltedtaco@gmail.com>.
7781
7782 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7783
7784         * data/evince.desktop.in.in: Hide menu entry and
7785         rename it to "Document Viewer". Fix for bug 
7786         #312399.
7787
7788 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7789
7790         * shell/ev-page-action.c (ev_page_action_class_init): 
7791
7792         Point to the correct function in constructor of the
7793         activate_label signal
7794
7795 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7796
7797         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7798         * shell/ev-jobs.h: Make thread safe.
7799
7800 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7801
7802         * shell/ev-view.c: (view_update_range_and_current_page):
7803         Don't update page range if we are scrolling to some document
7804         point.
7805
7806 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7807
7808         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7809         when getting max_page_width, fix drawing in dual mode.
7810
7811 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7812
7813         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7814         getting the area for select_all.
7815
7816 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7817
7818         * backend/ev-selection.c: (ev_selection_render_selection):
7819         * backend/ev-selection.h:
7820         * pdf/ev-poppler.cc:
7821         * shell/ev-jobs.c: (ev_job_render_new):
7822         * shell/ev-jobs.h:
7823         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7824         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7825         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7826         (ev_view_class_init):
7827
7828         Change selection color on focus in and focus out events.  Also,
7829         poppler now uses GdkColor for specifying the selection colors, so
7830         drop some awkward conversion code.
7831
7832 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7833
7834         * configure.ac: Added Hebrew translation
7835
7836 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7837
7838         * NOTES:
7839         * backend/ev-selection.c: (ev_selection_render_selection):
7840         * backend/ev-selection.h:
7841         * pdf/ev-poppler.cc:
7842         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7843         (ev_job_render_run):
7844         * shell/ev-jobs.h:
7845         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7846         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7847         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7848         (ev_pixbuf_cache_style_changed),
7849         (ev_pixbuf_cache_get_selection_pixbuf),
7850         (ev_pixbuf_cache_set_selection_list),
7851         (ev_pixbuf_cache_get_selection_list):
7852         * shell/ev-pixbuf-cache.h:
7853         * shell/ev-utils.c: (ev_print_region_contents):
7854         * shell/ev-utils.h:
7855         * shell/ev-view.c: (ev_view_queue_draw_page),
7856         (selection_update_idle_cb), (ev_view_motion_notify_event),
7857         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7858         (setup_caches), (ev_view_find_next), (merge_selection_region),
7859         (selection_free):
7860         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7861
7862         Clean up selection to be much smoother!
7863
7864 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7865
7866         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7867         to poppler_page_render_selection().
7868
7869 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7870
7871         * ps/ps-document.c: (save_page_list): Use
7872         unzipped document when printing. Thanks to 
7873         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7874         311016.
7875
7876 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7877
7878         * shell/ev-window.c: (update_action_sensitivity):
7879         
7880         Disable print and save respect to lockdown gconf keys. Fix
7881         for 312342.
7882
7883 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7884
7885         * configure.ac:
7886         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7887         (write_to_temp_file), (ev_file_set_contents):
7888         * shell/ev-utils.h:
7889         * shell/ev-window.c: (save_print_config_to_file):
7890         
7891         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7892         Fix for bug 312238
7893
7894 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7895
7896         * shell/ev-window.c: (load_print_config_from_file),
7897         (save_print_config_to_file), (ev_window_print_range):
7898
7899         Persist the print settings. Fixes bug #311578.
7900
7901 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7902
7903         * djvu/djvu-document.c: (djvu_document_get_page_size),
7904         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7905         (djvu_document_thumbnails_get_thumbnail):
7906         * dvi/dvi-document.c: (dvi_document_get_page_size),
7907         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7908         (dvi_document_thumbnails_get_dimensions),
7909         (dvi_document_thumbnails_get_thumbnail):
7910         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7911         (pixbuf_document_render_pixbuf),
7912         (pixbuf_document_document_iface_init),
7913         (pixbuf_document_thumbnails_get_thumbnail):
7914         
7915         Update backends to make them build with new rotation system.
7916
7917 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7918
7919         * help/C/figures/evince_start_window.png:
7920         
7921         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7922
7923 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7924
7925         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7926         * shell/ev-pixbuf-cache.h:
7927         * shell/ev-sidebar-thumbnails.c:
7928         (ev_sidebar_thumbnails_get_property), (add_range),
7929         (adjustment_changed_cb):
7930         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7931         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7932         we were thumbnailing the entire docment on startup, slowing us
7933         down hugely. 
7934
7935 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7936
7937         * shell/ev-page-cache.c: (ev_page_cache_new):
7938         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7939         == 0, fixes #310306.
7940
7941 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7942
7943         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7944         (ev_view_rotate_left):
7945
7946         Account rotation in doc_rect_to_view_rect.
7947         Ensure rotation doesnt go out of bounds.
7948
7949 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7950
7951         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7952
7953         Correct and cleanup w/h swapping
7954
7955 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7956
7957         * backend/ev-document-thumbnails.c:
7958         (ev_document_thumbnails_get_thumbnail):
7959         * backend/ev-document-thumbnails.h:
7960         * backend/ev-document.c:
7961         * backend/ev-document.h:
7962         * backend/ev-render-context.c: (ev_render_context_new),
7963         (ev_render_context_set_rotation):
7964         * backend/ev-render-context.h:
7965         * pdf/ev-poppler.cc:
7966         * ps/ps-document.c: (ps_document_document_iface_init):
7967         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7968         * shell/ev-jobs.h:
7969         * shell/ev-page-cache.c: (build_height_to_page),
7970         (ev_page_cache_new), (ev_page_cache_get_size),
7971         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7972         (ev_page_cache_get_height_to_page):
7973         * shell/ev-page-cache.h:
7974         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7975         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7976         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7977         (ev_pixbuf_cache_get_selection_pixbuf):
7978         * shell/ev-pixbuf-cache.h:
7979         * shell/ev-print-job.c: (idle_print_handler):
7980         * shell/ev-sidebar-thumbnails.c: (add_range):
7981         * shell/ev-view.c: (view_update_range_and_current_page),
7982         (get_page_y_offset), (get_page_extents),
7983         (ev_view_size_request_continuous_dual_page),
7984         (ev_view_size_request_continuous),
7985         (ev_view_size_request_dual_page),
7986         (ev_view_size_request_single_page), (draw_one_page),
7987         (ev_view_set_rotation), (ev_view_rotate_right),
7988         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7989         (ev_view_zoom_for_size_continuous_and_dual_page),
7990         (ev_view_zoom_for_size_continuous),
7991         (ev_view_zoom_for_size_dual_page),
7992         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7993         (ev_view_select_all):
7994         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7995         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7996         (tiff_document_document_iface_init),
7997         (tiff_document_thumbnails_get_thumbnail):
7998
7999         Use rotation rather than orientation. It's easier and enough
8000         for our needs.
8001
8002 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8003
8004         * shell/ev-page-cache.c: (build_height_to_page),
8005         (ev_page_cache_new), (ev_page_cache_get_size),
8006         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8007         (ev_page_cache_get_height_to_page):
8008         * shell/ev-page-cache.h:
8009         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8010         (ev_view_size_request_continuous_dual_page),
8011         (ev_view_size_request_continuous),
8012         (ev_view_zoom_for_size_continuous_and_dual_page),
8013         (ev_view_zoom_for_size_continuous):
8014
8015         Make the page cache aware of page orientation.
8016
8017 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8018
8019         * backend/ev-document-thumbnails.c:
8020         (ev_document_thumbnails_get_thumbnail):
8021         * backend/ev-document-thumbnails.h:
8022         * backend/ev-document.c:
8023         * backend/ev-document.h:
8024         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8025         * backend/ev-ps-exporter.h:
8026         * pdf/ev-poppler.cc:
8027         * ps/ps-document.c: (ps_document_document_iface_init),
8028         (ps_document_ps_export_do_page):
8029         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8030         * shell/ev-jobs.h:
8031         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8032         (ev_page_cache_get):
8033         * shell/ev-page-cache.h:
8034         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8035         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8036         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8037         * shell/ev-pixbuf-cache.h:
8038         * shell/ev-print-job.c: (idle_print_handler):
8039         * shell/ev-sidebar-thumbnails.c: (add_range):
8040         * shell/ev-view.c: (view_update_range_and_current_page),
8041         (get_page_extents), (ev_view_size_request_dual_page),
8042         (ev_view_size_request_single_page), (draw_one_page),
8043         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8044         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8045         (ev_view_zoom_for_size_dual_page),
8046         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8047         (ev_view_select_all):
8048         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8049         * tiff/tiff-document.c: (tiff_document_get_page_size),
8050         (tiff_document_get_orientation), (rotate_pixbuf),
8051         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8052         (tiff_document_thumbnails_get_thumbnail),
8053         (tiff_document_ps_export_do_page), (tiff_document_init):
8054
8055         Really make use of the orientation bit of the render context.
8056         Use the render context in a few more places in the backend API.
8057         This regress orientation, but now it's done right. Will try to
8058         fix it up asap...
8059
8060 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8061
8062         * shell/ev-view.c: (ensure_rectangle_is_visible):
8063
8064         Patch by Nickolay V. Shmyrev to fix find flickering
8065
8066 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8067
8068         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8069         duplex parameters to ::begin.
8070
8071         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8072         * shell/ev-print-job.c (idle_print_handler): 
8073         * ps/ps-document.c (ps_document_ps_export_begin): 
8074         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8075         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8076         implementations. Poppler backend needs poppler cvs. Rest has
8077         unchanged behavior.
8078
8079 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8080
8081         * shell/ev-window.c (using_pdf_printer): new function.
8082         (ev_window_print_range): print a less techy message if someone
8083         tries to print to PDF.
8084
8085 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8086
8087         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8088         from "unknown font" string. Bug #311431
8089
8090 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8091
8092         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8093
8094 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8095
8096         Bug #311280
8097         
8098         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8099         name for PopplerFontTypes
8100         (pdf_document_fonts_fill_model): add font type to the detail column
8101
8102         * backend/ev-document-fonts.h: added
8103         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8104
8105         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8106         font name and font details, add a little markup.
8107         (ev_properties_fonts_init): use the new cell data func, specify ypad
8108         property for the cell renderer.
8109         (ev_properties_fonts_set_document): add the details column.
8110
8111 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8112
8113         * configure.ac: Added "pl" to ALL_LINGUAS.
8114
8115 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8116
8117         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8118
8119 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8120
8121         * help/ChangeLog: Started this for translations of manual.
8122         * configure.ac, autogen.sh, .cvsignore: Migrated to
8123         gnome-doc-utils. Patch in bug #311222.
8124
8125 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8126
8127         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8128         #ifdef this away to fix an unused-function warning.
8129
8130 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8131
8132         * configure.ac: Added 'gl' to ALL_LINGUAS.
8133
8134 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8135
8136         * configure.ac: Added ne in ALL_LINGUAS
8137         
8138 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8139
8140         * shell/ev-view.c: (ev_view_leave_notify_event):
8141         
8142         Clear status message when pointer leaves view. Fix for bug
8143         #310818 
8144
8145 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8146
8147         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8148
8149 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8150
8151         * shell/ev-view.c: (ev_view_leave_notify_event),
8152         (ev_view_class_init):
8153         
8154         Set cursor to normal then leaving view.
8155
8156 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8157
8158         * configure.ac:
8159         
8160         Fix required djvulibre version.
8161
8162 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8163
8164         *configure.ac: Hindi (hi) language added
8165
8166 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8167
8168         *configure.ac: Punjabi (pa) Language added
8169
8170 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8171
8172         * data/evince-ui.xml, shell/ev-window.c:
8173         
8174         Add keypad accelerators for zooming. Fix for bug 308128.
8175
8176 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8177
8178         * Makefile.am:
8179         * backend/Makefile.am:
8180         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8181         * configure.ac:
8182         * shell/ev-document-types.c: (ev_document_types_add_filters):
8183
8184         Allow to enable/disable the pixbuf backend.
8185         Default to off for now. If we want it enabled we should
8186         really put mime types in the desktop, implement properties etc.
8187
8188         * properties/evince-properties.c:
8189
8190         Initialize error to NULL.
8191         Check error is not NULL before freeing.
8192
8193 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8194
8195         * shell/ev-window.c:
8196
8197         Use F5 as presentation accell
8198
8199 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8200
8201         * shell/ev-window.c: (update_chrome_visibility),
8202         (ev_window_create_fullscreen_popup), (ev_window_init):
8203
8204         Do not leak the fullscreen toolbar
8205
8206 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8207
8208         * shell/ev-window.c: (view_actions_focus_in_cb),
8209         (view_actions_focus_out_cb):
8210
8211         These has a return value! Fix totally random focus
8212         issues we was seeing.
8213
8214 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8215
8216         * shell/main.c: (load_files_remote):
8217
8218         Allow open more than one file
8219
8220 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8221
8222         * shell/main.c: (load_files_remote):
8223
8224         Fix for dbus 0.33. bug #309975
8225
8226 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8227
8228         * properties/ev-properties-main.c: (ev_properties_get_pages):
8229
8230         Actually return NULL for types we dont support
8231
8232 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8233
8234         * po/POTFILES.in:
8235
8236         Remove empty lines.
8237
8238 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8239
8240         * backend/ev-document-factory.c:
8241         (ev_document_factory_get_document):
8242
8243         Do not try to create the object if type
8244         is invalid.
8245
8246 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8247
8248         * ps/ps-document.c: (ps_document_dispose),
8249         (ps_async_renderer_render_pixbuf):
8250         * ps/ps-document.h:
8251
8252         Do not leak the target window
8253
8254 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8255
8256         * shell/ev-application.c: (ev_application_init):
8257
8258         Let tbe check file existence for us.
8259         Add a comment about eggrecent mime filter.
8260
8261 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8262
8263         * data/evince-ui.xml:
8264         * shell/ev-application.c: (ev_application_shutdown),
8265         (ev_application_init), (ev_application_get_toolbars_model),
8266         (ev_application_get_recent_model),
8267         (ev_application_save_toolbars_model):
8268         * shell/ev-application.h:
8269         * shell/ev-window.c: (ev_window_add_recent),
8270         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8271         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8272         (ev_window_init):
8273
8274         Use common toolbar and recent models for all windows.
8275         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8276
8277 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8278
8279         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8280         successfully check for gtk_icon_view_get_visible_range.
8281
8282 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8283
8284         * djvu/Makefile.am:
8285         * dvi/Makefile.am:
8286         
8287         Fix djvu and dvi backend build.
8288
8289 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8290
8291         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8292         (new_separator_pixbuf):
8293
8294         Don't leak windows.
8295
8296 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8297
8298         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8299
8300         HIGification of toolbar editor dialogue.
8301
8302 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8303
8304         * configure.ac:
8305         * shell/Makefile.am:
8306
8307         Ever build metadata manager since it's just
8308         disabled at runtime now.
8309
8310 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8311
8312         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8313         (ev_metadata_manager_get), (ev_metadata_manager_set):
8314         * shell/ev-metadata-manager.h:
8315
8316         Add an _init functions that enabled metadata management
8317         at runtime.
8318
8319         * shell/ev-window.c: (page_changed_cb),
8320         (setup_document_from_metadata), (ev_window_setup_document),
8321         (setup_view_from_metadata), (ev_window_open_uri),
8322         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8323         (ev_window_run_presentation), (ev_window_stop_presentation),
8324         (save_sizing_mode), (ev_window_zoom_changed_cb),
8325         (ev_window_continuous_changed_cb),
8326         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8327         (window_configure_event_cb):
8328
8329         Remove all ugly metadata define since we deal with it
8330         at runtime now.
8331
8332         * shell/main.c: (load_files_remote), (main):
8333
8334         Add support for dbus cvs head. Hopefully didnt break one
8335         of the other versions now!
8336
8337         If we dont get a response from the dbus server just
8338         give up with it and not enable metadata.
8339
8340 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8341
8342         * Makefile.am:
8343         * backend/Makefile.am:
8344         * configure.ac:
8345         * cut-n-paste/recent-files/Makefile.am:
8346         * cut-n-paste/toolbar-editor/Makefile.am:
8347         * cut-n-paste/zoom-control/Makefile.am:
8348         * lib/Makefile.am:
8349         * pdf/Makefile.am:
8350         * pixbuf/Makefile.am:
8351         * properties/Makefile.am:
8352         * ps/Makefile.am:
8353         * shell/Makefile.am:
8354         * thumbnailer/Makefile.am:
8355         * tiff/Makefile.am:
8356
8357         Make frontends depend on just libev.
8358         Rework and group CFLAGS/LIBS definitions.
8359         Cleanups.
8360
8361 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8362
8363         * shell/ev-window:
8364
8365         do not unnecessarily save zoom
8366
8367         * configure.ac:
8368         * lib/ev-file-helpers.c: (ev_dot_dir):
8369         * shell/Makefile.am:
8370         * shell/dummy.cc:
8371
8372         Some cleanups
8373
8374 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8375
8376         * configure.ac:
8377         
8378         Remove unnecessary dependencies
8379
8380 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8381
8382         * properties/Makefile.am:
8383         * thumbnailer/Makefile.am:
8384         * tiff/Makefile.am:
8385
8386         Some more cleanups. Was really necessary
8387         but I probably introduced bugs, feel free
8388         to flame :)
8389
8390 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8391
8392         * backend/Makefile.am:
8393         * configure.ac:
8394         * cut-n-paste/recent-files/Makefile.am:
8395         * cut-n-paste/toolbar-editor/Makefile.am:
8396         * cut-n-paste/zoom-control/Makefile.am:
8397         * lib/Makefile.am:
8398         * pdf/Makefile.am:
8399         * pixbuf/Makefile.am:
8400         * properties/Makefile.am:
8401         * ps/Makefile.am:
8402         * shell/Makefile.am:
8403         * thumbnailer/Makefile.am:
8404         * tiff/Makefile.am:
8405
8406         Use gnome-common macros when possible.
8407         Cleanup dependencies.
8408         Actually disable deprecated where possible.
8409
8410 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8411
8412         * Makefile.am:
8413         * backend/Makefile.am:
8414         * properties/Makefile.am:
8415         * shell/Makefile.am:
8416         * thumbnailer/Makefile.am:
8417
8418         This should solve the circular dep without
8419         requiring dir reorg!
8420
8421         * shell/ev-window.c: (setup_view_from_metadata):
8422
8423         Never restore window size/position when the
8424         window is already visible.
8425
8426 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8427
8428         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8429
8430         Return a boolean from timeout func. Fix ported from gedit.
8431
8432 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8433
8434         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8435
8436 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8437
8438         * shell/ev-document-types.c: set "All Documents" as default filter in
8439         open dialog
8440
8441 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8442
8443         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8444         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8445         (ev_metadata_manager_set_boolean): fix value/val thinko.
8446
8447 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8448
8449         * shell/ev-window.c: (setup_view_from_metadata),
8450         (window_state_event_cb), (window_configure_event_cb),
8451         (ev_window_init):
8452
8453         Remember window position and maximized state
8454
8455 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8456
8457         * configure.ac:
8458
8459         Fix DBUS configure checks.
8460
8461         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8462         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8463         (ev_metadata_manager_set_boolean):
8464
8465         Plug mem leaks.
8466
8467         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8468         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8469         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8470         (ev_window_continuous_changed_cb),
8471         (ev_window_dual_mode_changed_cb), (ev_window_new):
8472
8473         Fix the build without DBUS.
8474
8475 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8476
8477         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8478         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8479         (ev_metadata_manager_set_string),
8480         (ev_metadata_manager_set_boolean):
8481         * shell/ev-metadata-manager.h:
8482
8483         Add support for some more types
8484
8485         * shell/ev-view.c: (scroll_to_current_page),
8486         (ev_view_get_continuous), (ev_view_set_continuous),
8487         (ev_view_get_dual_page):
8488         * shell/ev-view.h:
8489         * shell/ev-window.c: (page_changed_cb),
8490         (setup_document_from_metadata), (ev_window_setup_document),
8491         (setup_view_from_metadata), (ev_window_open_uri),
8492         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8493         (ev_window_run_presentation), (ev_window_stop_presentation),
8494         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8495         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8496         (ev_window_update_dual_page_action),
8497         (ev_window_continuous_changed_cb),
8498         (ev_window_dual_mode_changed_cb), (ev_window_init):
8499
8500         Remember a bunch of view/document properties. Prolly some
8501         are still missing but it's getting interesting.
8502
8503 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8504
8505         * configure.ac: check if dbus-binding-tool is installed. Not the
8506         case on current Ubuntu breezy, it seems.
8507
8508 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8509
8510         * data/evince.desktop.in.in:
8511         
8512         Allow open uri lists and add TryExec field.
8513
8514 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8515
8516         * configure.ac:
8517
8518         Enable dbus when available, do not require a configure
8519         option.
8520
8521 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8522
8523         * configure.ac:
8524
8525         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8526         disabled.
8527
8528 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8529         Marco Pesenti Gritti  <mpg@redhat.com>
8530
8531         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8532         
8533         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8534         functions to the format required by dbus
8535
8536         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8537         errors. Use the RPC parameters in the expected way
8538
8539 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8540
8541         * Makefile.am:
8542         * properties/Makefile.am:
8543         * properties/ev-properties-main.c: (ev_properties_get_pages):
8544
8545         Support all mime types
8546
8547         * shell/Makefile.am:
8548         * thumbnailer/Makefile.am:
8549         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8550         (evince_thumbnail_pngenc_get):
8551
8552         Use the document factory
8553
8554 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8555
8556         * backend/Makefile.am:
8557         * backend/ev-document-factory.c:
8558         (mime_type_supported_by_gdk_pixbuf),
8559         (ev_document_type_get_from_mime),
8560         (ev_document_factory_get_document),
8561         (ev_document_factory_get_backend),
8562         (ev_document_factory_get_mime_types),
8563         (ev_document_factory_get_all_mime_types):
8564         * backend/ev-document-factory.h:
8565         * shell/Makefile.am:
8566         * shell/ev-document-types.c: (get_document_from_uri),
8567         (ev_document_types_get_document),
8568         (file_filter_add_mime_list_and_free),
8569         (ev_document_types_add_filters):
8570         * shell/ev-document-types.h:
8571         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8572         * shell/ev-properties-dialog.c:
8573         (ev_properties_dialog_set_document):
8574         * shell/ev-window.c: (ev_window_cmd_file_open),
8575         (ev_window_cmd_save_as):
8576         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8577
8578         Rework document types managing to avoid code duplication
8579         and actually abstract from backend implementations.
8580         Also provide a minimal factory api that can be used by
8581         thumbnailer/properties.
8582
8583 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8584
8585         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8586         Plug a mem leak.
8587         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8588         HIG spacings.
8589
8590 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8591
8592         * shell/ev-properties-dialog.c
8593         (ev_properties_dialog_set_document): only call
8594         ev_properties_fonts_set_document() if the document implements the
8595         fonts interface
8596
8597 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8598
8599         * configure.ac:
8600         * properties/Makefile.am:
8601         * properties/ev-properties-view.c:
8602         (ev_properties_view_register_type):
8603         * properties/ev-properties-view.h:
8604         * properties/ev-properties-main.h:
8605
8606         Implement nautilus plugin for properties.
8607         Works only for pdf atm, I need to rework the
8608         document types stuff to get this to work
8609         for all backends...
8610
8611 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8612
8613         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8614         (ev_properties_fonts_set_document): use
8615         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8616
8617 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8618
8619         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8620         them
8621         (PlaceImage, tiff2ps_process_page): use
8622         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8623
8624
8625 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8626
8627         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8628         (main): to call gnome_authentication_manager_init. Should fix
8629         Bug #308510
8630
8631         * configure.ac: that requires libgnomeui 2.6.0.
8632
8633 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8634
8635         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8636         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8637         use the new tiff2ps interfaces
8638
8639         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8640         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8641
8642         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8643         structure instead of global variables.  Remove use of static
8644         variables in functions.
8645
8646 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8647
8648         * shell/ev-page-action.c: unref the completion after setting it to the
8649         entry
8650
8651 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8652
8653         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8654         postscript files
8655
8656 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8657
8658         * shell/ev-window.c (update_action_sensitivity): disable
8659         File->Print if the document does not implement the ps exporter
8660         interface
8661
8662 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8663
8664         * Makefile.am:
8665         * configure.ac:
8666         * data/evince-properties.glade:
8667         * properties/.cvsignore:
8668         * properties/Makefile.am:
8669         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8670         (ev_properties_view_class_init), (ev_properties_view_format_date),
8671         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8672         (ev_properties_view_init), (ev_properties_view_new):
8673         * properties/ev-properties-view.h:
8674         * shell/Makefile.am:
8675         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8676         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8677         (ev_properties_dialog_new):
8678         * shell/ev-properties-dialog.h:
8679         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8680         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8681         (update_progress_label), (job_fonts_finished_cb),
8682         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8683         * shell/ev-properties-fonts.h:
8684         * shell/ev-properties.c:
8685         * shell/ev-properties.h:
8686         * shell/ev-window.c: (ev_window_setup_document),
8687         (ev_window_cmd_file_properties):
8688
8689         Split the properties pages in two different objects, depend
8690         only on the backend where possible, use widgets instead
8691         of gobject for the glade part, reimplement the dialog
8692         itself with gtk.
8693         I need this to implement nautilus properties page.
8694
8695 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8696
8697         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8698         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8699         (tiff_document_document_ps_exporter_iface_init): implement the ps
8700         exporter interface for tiff documents
8701
8702         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8703         libtiff to implement TIFF postscript export
8704
8705         * tiff/tiff2ps.h: added a header file for external tiff2ps
8706         functions.
8707
8708         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8709         tiff2ps.h
8710
8711 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8712
8713         * shell/ev-view.c: (scroll_to_current_page),
8714         (ev_view_set_fullscreen), (ev_view_set_presentation):
8715         
8716         Scroll to current page when exit from presentation
8717
8718 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8719
8720         * shell/ev-window.c: (update_document_mode),
8721         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8722         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8723         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8724         
8725         Exit from fullscreen mode when switch to presentation. Fix for
8726         bug 309365
8727
8728 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8729
8730         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8731         return NULL if the document does not implement the selection
8732         interface.
8733
8734 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8735
8736         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8737         reported height by using the resolution aspect ratio
8738         (tiff_document_render_pixbuf): scale the pixbuf using the
8739         resolution aspect ratio
8740
8741 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8742
8743         * configure.ac:
8744         
8745         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8746         <kiltedaco@gmail.com>
8747         
8748         * djvu/djvu-document.c: (djvu_document_get_orientation),
8749         (djvu_document_set_orientation), (djvu_document_get_page_size),
8750         (rotate_pixbuf), (djvu_document_render_pixbuf),
8751         (djvu_document_document_iface_init):
8752         * dvi/dvi-document.c: (dvi_document_get_orientation),
8753         (dvi_document_set_orientation), (dvi_document_get_page_size),
8754         (rotate_pixbuf), (dvi_document_render_pixbuf),
8755         (dvi_document_document_iface_init):
8756         
8757         Dvi and djvu backends are ported to new API
8758
8759 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8760
8761         * backend/ev-selection.c: (ev_selection_get_selection_region),
8762         (ev_selection_get_selection_map):
8763         * backend/ev-selection.h:
8764         * pdf/ev-poppler.cc:
8765         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8766         * shell/ev-jobs.h:
8767         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8768         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8769         (ev_pixbuf_cache_get_text_mapping):
8770         * shell/ev-pixbuf-cache.h:
8771         * shell/ev-view.c: (location_in_text),
8772         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8773         support to EvView.  Now we can see where we can select!  Sweet!
8774
8775 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8776
8777         * shell/ev-view.c (ev_view_button_press_event): Fix
8778         event->y + view->scroll_x typo.
8779
8780 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8781
8782         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8783         sub-GdkPixbuf instead of passing dest_x and dest_y.
8784         
8785         * shell/ev-view.c: (view_point_to_doc_point),
8786         (view_rect_to_doc_rect), (ev_view_button_press_event),
8787         (ev_view_motion_notify_event), (compute_new_selection_rect),
8788         (gdk_rectangle_point_in), (compute_new_selection_text),
8789         (compute_selections): Update selection code to keep the selection
8790         around as two points and not as a normalized rectangle, and fix
8791         page level selection in two-column mode.
8792
8793 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8794
8795         * shell/ev-window.c: (window_configure_event_cb): 
8796         
8797         Fix compilation
8798         
8799 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8800
8801         * pdf/ev-poppler.cc:
8802
8803         Fix compilation
8804
8805 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8806
8807         * shell/Makefile.am:
8808         * shell/ev-metadata-manager.c: (item_free),
8809         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8810         (parse_value), (parseItem), (load_values),
8811         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8812         (save_values), (save_item), (get_oldest), (resize_items),
8813         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8814         * shell/ev-metadata-manager.h:
8815
8816         Metadata manager from gedit but modified to use GValue, so that
8817         we dont need to keep converting from strings.
8818
8819         * configure.ac:
8820
8821         ENABLE_METADATA conditional, on when dbus is on
8822
8823         * shell/ev-application.c: (ev_application_open_uri):
8824
8825         Show the window after load so that we can initialize
8826         window size before it's showed.
8827
8828         * shell/ev-window.c: (ev_window_setup_from_metadata),
8829         (ev_window_open_uri), (window_configure_event_cb),
8830         (ev_window_init):
8831
8832         Save and load metadata information about window size.
8833         Not yet keeping states in account.
8834
8835         * shell/main.c: (main):
8836
8837         Shutdown metadata manager.
8838
8839 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8840
8841         * shell/ev-application-service.xml:
8842         * configure.ac:
8843         * shell/Makefile.am:
8844         * shell/ev-application.c:
8845         * shell/ev-application.h:
8846         * shell/ev-window.c:
8847         * shell/ev-window.h:
8848         * shell/main.c:
8849
8850         Add an optional dbus interface (--enable-dbus).
8851         Rework application code, mainly to be easier to
8852         use "remotely".
8853         Do not open multiple windows with the same document,
8854         spatial evince!
8855
8856 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8857
8858         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8859         pixbuf iff it exists.
8860
8861 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8862
8863         * shell/*:
8864         * backend/ev-render-context.[ch]:
8865         * backend/ev-selection.[ch]:
8866
8867         Massive changes.  We now support text selection of pdfs, and not
8868         just rectangular selection.  This is pretty broken still, but I
8869         want to get something into CVS.
8870
8871 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8872
8873         * pdf/ev-poppler.cc:
8874         
8875         Fix for Bug 309080: crash on window close.
8876         
8877         * shell/ev-page-action.c: (page_changed_cb):
8878         
8879         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8880         jensgr@gmx.net (Jens Granseuer).
8881
8882 2005-06-25  Marcel Telka  <marcel@telka.sk>
8883
8884         * configure.in (ALL_LINGUAS): Added sk.
8885
8886 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8887
8888         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8889         not a document open
8890
8891 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8892
8893         * NEWS:
8894         * configure.ac:
8895
8896         Release 0.3.2
8897
8898         * cut-n-paste/recent-files/Makefile.am:
8899
8900         Fix make distcheck
8901
8902 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8903
8904         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8905         (pixbuf_document_set_orientation), (rotate_pixbuf),
8906         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8907         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8908
8909         Implement rotation and cleanup the code a bit.
8910
8911         * tiff/tiff-document.c: (tiff_document_get_page_size),
8912         (tiff_document_get_orientation), (tiff_document_set_orientation),
8913         (rotate_pixbuf), (tiff_document_render_pixbuf),
8914         (tiff_document_document_iface_init), (tiff_document_init):
8915
8916         Implement rotation. Was the quicker solution for the release
8917         but we really need to share this code in the shell.
8918
8919 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8920
8921         * pdf/ev-poppler.cc:
8922
8923         Enable rotation, require poppler cvs. Fix a leak.
8924
8925 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8926
8927         * shell/ev-window.c: (update_action_sensitivity):
8928         
8929         Make properties unsensitive if document backend doesn't provide
8930         any info
8931
8932 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8933
8934         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8935         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8936         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8937         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8938         (bitmap_flip_rotate_counter_clockwise):
8939         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8940         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8941         (buff_gets):
8942         * dvi/mdvi-lib/common.h:
8943         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8944         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8945         (opendvi), (mdvi_reload), (mdvi_init_context),
8946         (mdvi_destroy_context), (mdvi_dopage), (special):
8947         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8948         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8949         (file_hash_free), (register_encoding), (parse_spec),
8950         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8951         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8952         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8953         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8954         (mdvi_register_font_type), (mdvi_unregister_font_type),
8955         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8956         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8957         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8958         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8959         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8960         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8961         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8962         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8963         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8964         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8965         (mdvi_unregister_special), (mdvi_flush_specials):
8966         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8967         (t1_font_remove):
8968         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8969         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8970         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8971         (free_font_metrics), (flush_font_metrics):
8972         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8973         (tt_font_remove):
8974         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8975         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8976         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8977         (dstring_insert), (dstring_new), (dstring_reset):
8978         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8979         
8980         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8981         avoid conflict with libtool on FC4
8982         
8983         * shell/ev-window.c: (ev_window_cmd_help_about):
8984         
8985         Update copyright year. Fix for bug 308828.
8986
8987 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8988
8989         * shell/ev-view.c: (add_scroll_binding_keypad),
8990         (ev_view_binding_activated), (ev_view_class_init),
8991         (on_adjustment_value_changed):
8992         
8993         Bug 170874: Arrow keys switch pages in presentation mode
8994
8995 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8996
8997         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8998         
8999         Fix for Bug 308265: Sidebar dissappears coming out of 
9000         Presentation mode
9001
9002 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9003
9004         * shell/ev-application.c: (ev_application_open):
9005         * shell/ev-document-types.c: (ev_document_types_add_filters),
9006         (ev_document_types_add_filters_for_type):
9007         * shell/ev-document-types.h:
9008         * shell/ev-window.c: (ev_window_cmd_save_as):
9009         
9010         Suggest basename as template when saving, provide filters
9011         for save dialog. It's bug 308402
9012
9013 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9014
9015         * pdf/ev-poppler.cc:
9016         * shell/ev-sidebar-links.c: (job_finished_callback):
9017         * shell/ev-view.c: (update_find_status_message):
9018         
9019         Some leaks fixed
9020
9021 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9022
9023         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9024         (egg_recent_view_uimanager_set_list):
9025
9026         Fix buglet in !show_numbers case.
9027
9028 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9029
9030         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9031         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9032
9033         Use pango ellipsisation.
9034
9035         * pdf/ev-poppler.cc:
9036
9037         Fix refcount leak, from nsh.
9038
9039 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9040
9041         * cut-n-paste/recent-files/Makefile.am:
9042         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9043         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9044         
9045         Removed EggRecentViewGtk
9046         
9047         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9048         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9049         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9050         (ev_window_setup_recent):
9051         
9052         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9053         with other projects
9054
9055 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9056
9057         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9058         (egg_recent_view_gtk_finalize):
9059
9060         Fix memory leak
9061
9062         * cut-n-paste/toolbar-editor/Makefile.am:
9063         
9064         Fix location of cursor icon.
9065         
9066         * pdf/ev-poppler.cc:
9067         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9068         (display_completion_text), (match_completion):
9069         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9070         (selection_changed_callback), (create_loading_model),
9071         (print_section_cb), (links_page_num_func),
9072         (update_page_callback_foreach):
9073         * shell/ev-window.c: (ev_window_dispose):
9074         
9075         Small memory fixes. Links model now store objects instead
9076         of pointers to improve memory management. 
9077
9078 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9079
9080         * shell/ev-window.c: (zoom_control_changed_cb):
9081         
9082         Fix update of zoom control (bug 308268).
9083
9084 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9085
9086         * shell/ev-properties.c (set_property): escape the text correctly.
9087         Handles non-UTF-8 properties and escaped properties.  Also, sets
9088         the text to "<i>None</i>" if the property isn't set.
9089
9090         * data/evince-properties.glade: Change the label to be ellipsized,
9091         and give it a minimum size.
9092
9093 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9094
9095         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9096         * shell/ev-sidebar-links.c: (create_loading_model):
9097         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9098         * shell/ev-view.c: (ev_view_set_document):
9099         * shell/ev-window.c: (ev_window_dispose):
9100         
9101         Various small fixes, mostly memory leaks. Thanks to valgrind.
9102
9103 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9104
9105         * ps/ps-document.c: remove the locale.h include again ;-). And
9106         kill the (bogus) setlocale/savelocale business.
9107
9108 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9109
9110         * ps/ps-document.c:
9111         
9112         Include locale.h to fix build
9113         
9114         * shell/ev-sidebar.c:
9115         
9116         Remove unnecessary includes
9117
9118 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9119
9120         * dvi/dvi-document.c: (dvi_document_load):
9121         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9122         * po/POTFILES.in:
9123         
9124         Check for incorrect dvi files. Fix parsing dvi on AMD64
9125         platform. Thanks to tester@tester.ca (Olivier Crete).
9126
9127 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9128
9129         * shell/ev-page-action.c: (match_selected_cb),
9130         (display_completion_text), (match_completion), (update_model):
9131         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9132         (expand_open_links):
9133         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9134         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9135         (ev_sidebar_set_document):
9136         * shell/ev-window.c: (ev_window_xfer_job_cb),
9137         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9138         
9139         Fixed lot's of memory leaks, for example, memory leak on reload, 
9140         described in bug 307793.
9141
9142 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9143
9144         * pdf/ev-poppler.cc:
9145         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9146         (update_visible_range), (adjustment_changed_cb),
9147         (ev_sidebar_thumbnails_fill_model),
9148         (ev_sidebar_thumbnails_refresh),
9149         (ev_sidebar_tree_selection_changed),
9150         (ev_sidebar_icon_selection_changed),
9151         (ev_sidebar_thumbnails_use_icon_view),
9152         (ev_sidebar_thumbnails_set_document):
9153         * shell/ev-sidebar-thumbnails.h:
9154         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9155         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9156
9157         Refresh thumbnails when changing orientation. Not fully
9158         working yet becuase of a sidebar bug.
9159
9160         Set page orientation to poppler page everywhere. This sucks
9161         really need to fix poppler.
9162
9163 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9164
9165         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9166         (egg_recent_view_gtk_new_menu_item),
9167         (egg_recent_view_gtk_set_property),
9168         (egg_recent_view_gtk_get_property),
9169         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9170         (egg_recent_view_gtk_set_tooltip_func),
9171         (egg_recent_view_gtk_set_label_width),
9172         (egg_recent_view_gtk_get_label_width):
9173         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9174
9175         Sync with libegg (ellipsize labels)
9176
9177 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9178
9179         * data/evince-ui.xml:
9180         * shell/ev-window.c: (ev_window_cmd_go_forward),
9181         (ev_window_cmd_go_backward):
9182         
9183         Shift + PageUp moves 10 Pages. Fix for 306125
9184
9185 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9186
9187         * pdf/ev-poppler.cc:
9188
9189         Add a flag to check if orientation has been overriden
9190
9191 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9192
9193         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9194         field if necessary.
9195
9196         * ps/ps.h: add creator field to document.
9197
9198         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9199         set creator field.
9200
9201 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9202
9203         * data/evince-properties.glade:
9204         * shell/ev-properties.c: (ev_properties_set_document):
9205
9206         s/PDF Version/Format
9207
9208 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9209
9210         * shell/ev-properties.c: (ev_properties_set_document):
9211
9212         Remove unnecessary translations
9213
9214 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9215
9216         * cut-n-paste/toolbar-editor/Makefile.am:
9217
9218         Correct library name    
9219
9220 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9221
9222         * configure.ac:
9223         * cut-n-paste/recent-files/egg-recent-model.c:
9224         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9225         (egg_recent_model_unlock_file):
9226         * cut-n-paste/recent-files/egg-recent-util.c:
9227         (egg_recent_util_get_unique_id):
9228         * cut-n-paste/recent-files/update-from-egg.sh:
9229         * cut-n-paste/toolbar-editor/Makefile.am:
9230         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9231         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9232         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9233         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9234         (egg_toolbars_model_get_type):
9235         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9236
9237         Better makefile for toolbar editor and update everything
9238         to latest libegg.
9239
9240 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9241
9242         * shell/ev-window.c: (update_document_mode):
9243
9244         Prefer presentation mode when the document
9245         require fullscreen.
9246
9247 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9248
9249         * data/evince-ui.xml:
9250         * shell/ev-window.c:
9251
9252         Add control-equal for zooming
9253
9254 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9255
9256         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9257
9258 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9259
9260         * backend/ev-document.c: (ev_document_get_orientation):
9261         * backend/ev-document.h:
9262         * pdf/ev-poppler.cc:
9263         * ps/ps-document.c: (ps_document_get_orientation),
9264         (ps_document_set_orientation), (ps_document_document_iface_init):
9265
9266         Add a get_orientation api. Improve set_orientation.
9267
9268         * data/evince-ui.xml:
9269         * shell/ev-view.c: (ev_view_set_orientation),
9270         (ev_view_rotate_right), (ev_view_rotate_left):
9271         * shell/ev-view.h:
9272         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9273         (ev_window_cmd_edit_rotate_right):
9274
9275         Better ui for changing document orientation
9276
9277 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9278
9279         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9280         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9281         * shell/ev-sidebar-links.h:
9282         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9283         (ev_sidebar_page_iface_init):
9284         * shell/ev-sidebar-page.h:
9285         * shell/ev-sidebar-thumbnails.c:
9286         (ev_sidebar_thumbnails_get_property),
9287         (ev_sidebar_thumbnails_class_init),
9288         (ev_sidebar_thumbnails_set_document):
9289         * shell/ev-sidebar-thumbnails.h:
9290         * shell/ev-view.c: (ev_view_motion_notify_event):
9291         * shell/ev-window.c: (update_chrome_visibility),
9292         (ev_window_cmd_focus_page_selector),
9293         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9294         (sidebar_page_main_widget_update_cb), (ev_window_init):
9295         
9296         Autoraise toolbar on GoToPage binding and fix bindings in
9297         EvSidebarThumbnails page.
9298
9299 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9300
9301         * shell/ev-properties.c: (update_progress_label):
9302
9303         Hide the progress label when finished; bug #307697.
9304
9305 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9306
9307         * pdf/ev-poppler.cc:
9308
9309         Enable is_open for links, you will need poppler cvs
9310
9311         * shell/ev-properties.c: (job_fonts_finished_cb):
9312
9313         Get a lock on the document when filling the tree view
9314
9315 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9316
9317         * backend/ev-document-links.h:
9318         * pdf/ev-poppler.cc:
9319         * shell/ev-sidebar-links.c: (create_loading_model),
9320         (expand_open_links), (job_finished_callback):
9321
9322         Expand links when specified by the document.
9323         Depend on a poppler api (defined out for now)
9324
9325 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9326
9327         * shell/ev-properties.c: (ev_properties_dispose),
9328         (ev_properties_class_init), (dialog_destroy_cb),
9329         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9330         (ev_properties_set_document), (ev_properties_new),
9331         (ev_properties_show):
9332         * shell/ev-properties.h:
9333
9334         Make it an object, cleanup the code, api to show it as transient
9335         and to set the document.
9336
9337         * shell/ev-window.c: (ev_window_setup_document),
9338         (ev_window_cmd_file_properties):
9339
9340         Adapt to EvProperties changes, do not show multiple
9341         times, update it when document changes.
9342
9343 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9344
9345         * ps/gstypes.h:
9346         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9347         (ps_document_set_orientation), (ps_document_document_iface_init):
9348         * ps/ps-document.h:
9349
9350         Implement orientation here too
9351
9352         * shell/ev-properties.c: (ev_properties_new):
9353         * data/evince-properties.glade:
9354
9355         Hide the fonts page for backends that doesnt
9356         support it.     
9357
9358 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9359
9360         * backend/ev-document.c: (ev_document_set_orientation):
9361         * backend/ev-document.h:
9362         * pdf/ev-poppler.cc:
9363
9364         Add orientation api. Currently poppler api is not optimal,
9365         we need to set orientation every time we _get a page.
9366         I will try to fix that at some point.
9367
9368         * data/evince-ui.xml:
9369         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9370         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9371
9372         Add orientation menu items
9373
9374         * shell/ev-page-cache.c: (ev_page_cache_clear):
9375         * shell/ev-page-cache.h:
9376
9377         Add api to clear the cache
9378
9379         * shell/ev-view.c: (setup_caches), (clear_caches),
9380         (ev_view_set_document), (ev_view_zoom_out),
9381         (ev_view_set_orientation):
9382         * shell/ev-view.h:
9383
9384         Implement orientation changing
9385
9386 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9387
9388         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9389         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9390         * backend/ev-document-fonts.h:
9391
9392         Separate scan and fill so that we can incrementally fill from
9393         the main thread. Add a progress api.
9394
9395         * data/evince-properties.glade:
9396         * pdf/ev-poppler.cc:
9397         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9398         * shell/ev-jobs.h:
9399         * shell/ev-properties.c: (update_progress_label),
9400         (job_fonts_finished_cb), (setup_fonts_view):
9401
9402         Incrementally feel the list and show the progress
9403         percentage in a label like acrobat does.
9404
9405         You are going to need poppler cvs
9406
9407 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9408
9409         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9410         * backend/ev-document-fonts.h:
9411         * pdf/ev-poppler.cc:
9412
9413         Make fonts model fill incrementally.
9414
9415         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9416         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9417         (ev_job_queue_remove_job):
9418         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9419         (ev_job_fonts_new), (ev_job_fonts_run):
9420         * shell/ev-jobs.h:
9421
9422         New job for fonts scanning
9423
9424         * shell/ev-properties.c: (job_fonts_finished_cb),
9425         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9426         * shell/ev-properties.h:
9427         * shell/ev-window.c: (ev_window_cmd_file_properties):
9428
9429         Incrementally feel the treeview using the new job. Show Loading...
9430         message until scanning is completed.
9431
9432         Hopefully I didnt break the build without the poppler patch.
9433
9434 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9435
9436         * shell/ev-application.c: (ev_application_open):
9437         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9438         (ev_document_type_get_type), (ev_document_type_lookup):
9439         * shell/ev-document-types.h:
9440         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9441         * shell/ev-job-xfer.h:
9442         * shell/ev-window.c: (ev_window_clear_local_uri),
9443         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9444         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9445         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9446         
9447         Transfer remote documents to tmp directory to display them later.
9448
9449 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9450
9451         * backend/ev-document-info.h:
9452         * shell/ev-properties.c: (ev_properties_new):
9453
9454         s/GTime*/GTime. Not sure why we was using a pointer
9455         at all there!
9456
9457 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9458
9459         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9460         situations.  That situation is that you're using GTK+-HEAD with
9461         the patch at #306726 is applied, and you have a document with <
9462         1500 pages in it.  It's not quite as uniformly nice as the
9463         TreeView, but should be better in the long run.
9464
9465         I'm pretty sure I guarded against breaking compilation with
9466         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9467         I missed some.
9468
9469         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9470         widget yet, so I commented that code out
9471         enable_view_actions_for_widget() for now.  Need to figure this
9472         out.
9473
9474         * shell/ev-page-action.c (match_selected_cb): emit the right
9475         signals.  Our cool C-l completion now works.
9476
9477 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9478
9479         * backend/Makefile.am:
9480         * backend/ev-document-fonts.c:
9481         * backend/ev-document-links.c:
9482         * backend/ev-document.c: (ev_document_load):
9483         * backend/ev-document.h:
9484         * backend/ev-job-queue.c:
9485         * backend/ev-job-queue.h:
9486         * backend/ev-jobs.c:
9487         * backend/ev-jobs.h:
9488         * backend/ev-page-cache.c:
9489         * backend/ev-page-cache.h:
9490
9491         EvPageCache and EvJobs are moved to shell.
9492
9493         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9494         (ev_tmp_filename):
9495         * lib/ev-file-helpers.h:
9496         
9497         New helper to work with temporary files
9498         
9499         * shell/Makefile.am:
9500         * shell/ev-application.c: (ev_application_open):
9501         * shell/ev-application.h:
9502         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9503         (remove_job_from_async_queue), (add_job_to_async_queue),
9504         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9505         (handle_job), (search_for_jobs_unlocked),
9506         (no_jobs_available_unlocked), (ev_render_thread),
9507         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9508         (ev_job_queue_add_job), (move_job_async), (move_job),
9509         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9510         * shell/ev-job-queue.h:
9511         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9512         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9513         * shell/ev-job-xfer.h:
9514         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9515         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9516         (ev_job_links_class_init), (ev_job_render_init),
9517         (ev_job_render_dispose), (ev_job_render_class_init),
9518         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9519         (ev_job_thumbnail_class_init), (ev_job_load_init),
9520         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9521         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9522         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9523         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9524         * shell/ev-jobs.h:
9525         * shell/ev-page-action.c: (ev_page_action_set_document):
9526         * shell/ev-page-cache.c: (ev_page_cache_init),
9527         (ev_page_cache_class_init), (ev_page_cache_finalize),
9528         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9529         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9530         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9531         (ev_page_cache_get_title), (ev_page_cache_get_size),
9532         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9533         (ev_page_cache_get_height_to_page),
9534         (ev_page_cache_get_max_label_chars),
9535         (ev_page_cache_get_page_label),
9536         (ev_page_cache_has_nonnumeric_page_labels),
9537         (ev_page_cache_get_info), (ev_page_cache_next_page),
9538         (ev_page_cache_prev_page), (ev_page_cache_get):
9539         * shell/ev-page-cache.h:
9540         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9541         (ev_pixbuf_cache_clear_job_sizes),
9542         (ev_pixbuf_cache_add_jobs_if_needed),
9543         (ev_pixbuf_cache_set_page_range):
9544         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9545         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9546         * shell/ev-sidebar-thumbnails.c:
9547         (ev_sidebar_tree_selection_changed),
9548         (ev_sidebar_thumbnails_set_document):
9549         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9550         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9551         (ev_statusbar_get_context_id), (ev_statusbar_push),
9552         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9553         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9554         (ev_statusbar_set_progress):
9555         * shell/ev-statusbar.h:
9556         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9557         (ev_view_find_previous):
9558         * shell/ev-window.c: (ev_window_is_empty),
9559         (ev_window_setup_document), (password_dialog_response),
9560         (ev_window_clear_jobs), (ev_window_load_job_cb),
9561         (ev_window_xfer_job_cb), (ev_window_open_uri),
9562         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9563         (ev_window_print), (ev_window_print_range),
9564         (ev_window_state_event), (ev_window_cmd_view_reload),
9565         (menu_item_select_cb), (menu_item_deselect_cb),
9566         (view_status_changed_cb), (ev_window_dispose),
9567         (drag_data_received_cb), (ev_window_init):
9568         * shell/ev-window.h:
9569         * shell/main.c: (load_files):
9570         
9571         New statusbar to show progress on idle. Two new jobs - 
9572         xfer job and load job to load document in background. And update
9573         of page_cache clients to new location of code.
9574
9575 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9576
9577         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9578         selection in open dialog. It also remembers the last visited directory 
9579         in the current session.
9580
9581 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9582
9583         * shell/ev-properties.c: (ev_properties_new):
9584         * shell/ev-properties.h:
9585         * shell/ev-window.c: (ev_window_cmd_file_properties):
9586         
9587         Get document info from page cache instead of document itself.
9588         This should fix crash related to race conditions described in
9589         bug 306545.
9590
9591 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9592
9593         * ps/ps-document.c: (ps_document_init),
9594         (send_ps), (get_page_box), (output), (catchPipe), (input),
9595         (stop_interpreter), (file_length), (file_readable),
9596         (check_filecompressedb), (ps_document_enable_interpreter),
9597         (document_load), (ps_async_renderer_render_pixbuf):
9598         * ps/ps-document.h:
9599
9600         Big cleanup of the ps code
9601
9602 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9603
9604         * backend/Makefile.am:
9605         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9606         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9607         * backend/ev-async-renderer.h:
9608
9609         Add an async renderer interface (method + callback) which
9610         is useful for backends like ps.
9611
9612         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9613         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9614         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9615         (ev_job_queue_add_job), (move_job_async), (move_job),
9616         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9617
9618         Add queues for async renderer, these are executed on the
9619         main thread.
9620
9621         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9622         (ev_job_render_run):
9623         * backend/ev-jobs.h:
9624
9625         If the backend support async renderer interface use it.
9626
9627         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9628         (setup_pixmap), (ps_document_get_type),
9629         (ps_async_renderer_render_pixbuf),
9630         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9631
9632         Implement async renderer interface.
9633
9634 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9635
9636         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9637
9638         Cleanup links job on exit.
9639
9640 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9641
9642         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9643         (drag_data_get_cb), (drag_data_received_cb):
9644         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9645         (drag_data_get_cb), (parse_item_list),
9646         (egg_toolbar_editor_load_actions):
9647         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9648         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9649         (parse_item_list), (parse_toolbars):
9650         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9651         (dvi_pixbuf_put_pixel):
9652         
9653         Fix gcc 4.0 warnings
9654
9655 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9656
9657         * ps/ps-document.c: (start_interpreter):
9658
9659         Fix warning when loading ps
9660
9661 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9662
9663         * ps/ps-document.c: (output):
9664
9665         Fix crash when priting gs error messages.
9666
9667 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9668
9669         * backend/ev-page-cache.c: (_ev_page_cache_new):
9670         * backend/ev-page-cache.h:
9671
9672         Use a const to return title so that we dont double
9673         free it. Small cleanup and fix a leak.
9674
9675         * shell/ev-window.c: (update_window_title):
9676
9677         strdup value from get_title.
9678
9679 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9680
9681         * shell/ev-sidebar-links.c: (job_finished_callback),
9682         (ev_sidebar_links_set_document):
9683
9684         Cleanup the old job when changing document
9685
9686 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9687
9688         * shell/ev-stock-icons.c:
9689         * shell/ev-stock-icons.h:
9690         * shell/ev-window.c:
9691         
9692         Add stock icons for actions that can appear in toolbar. Fix for
9693         bug 306566.
9694
9695 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9696
9697         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9698         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9699         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9700         * backend/ev-page-cache.h:
9701         * shell/ev-view.c: (scroll_to_current_page),
9702         (view_update_range_and_current_page), (get_page_y_offset),
9703         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9704         (ev_view_size_request_continuous),
9705         (ev_view_zoom_for_size_continuous_and_dual_page),
9706         (ev_view_zoom_for_size_continuous):
9707         
9708         More compact EvView layout in document with pages of different size.
9709
9710 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9711
9712         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9713         compilation.
9714
9715 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9716
9717         * shell/ev-view.c: (view_set_adjustment_values):
9718         * shell/ev-window.c: (ev_window_cmd_file_properties):
9719         
9720         A bit different fix for rounding problem but it has no
9721         problems on startup. Make properties window transient to parent.
9722
9723 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9724
9725         * pdf/ev-poppler.cc:
9726         
9727         More commenting of font stuff.
9728
9729 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9730
9731         * pdf/ev-poppler.cc:
9732
9733         Comment out some more fonts stuff. Should really
9734         work without the poppler patch now.
9735
9736 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9737
9738         * pdf/ev-poppler.cc:
9739
9740         Adapt to api change
9741
9742 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9743
9744         * data/evince-properties.glade:
9745         * pdf/ev-poppler.cc:
9746         * shell/ev-properties.c: (setup_fonts_view):
9747
9748         Set the column title. Show the dialog only
9749         once everything is setup.
9750         Getting font info can be very slow... will
9751         prolly need to make this threaded too.
9752
9753 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9754
9755         * backend/Makefile.am:
9756         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9757         (ev_document_fonts_get_fonts_model):
9758         * backend/ev-document-fonts.h:
9759         * data/evince-properties.glade:
9760         * pdf/ev-poppler.cc:
9761         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9762         * shell/ev-properties.h:
9763         * shell/ev-window.c: (ev_window_cmd_file_properties):
9764
9765         Implement fonts list. Defined out for now, since it depends
9766         on a not yet committed poppler patch.
9767
9768 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9769
9770         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9771         page + 1.
9772
9773         * shell/ev-window.c: Make sure we add the timeout when we get a
9774         focus-in event.
9775
9776         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9777         adjustment->value before calculating the zoom factor to average
9778         out all of our rounding errors.  The page no longer 'drifts' when
9779         resizing.
9780
9781 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9782
9783         * data/evince-properties.glade:
9784         * shell/ev-properties.c: (ev_properties_format_date),
9785         (set_property):
9786         
9787         Labels don't expand when the dialogue is resized.
9788         strftime result needs to be converted to UTF-8. Thanks
9789         to Christian Persch <chpe@gnome.org>.
9790
9791 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9792
9793         * data/evince-properties.glade:
9794
9795         Hide the fonts tab
9796
9797 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9798
9799         * backend/ev-document-info.h:
9800         * backend/ev-document.c: (ev_document_info_free):
9801         * data/evince-properties.glade:
9802         * pdf/ev-poppler.cc:
9803         * ps/ps-document.c: (ps_document_get_info):
9804         * shell/ev-properties.c: (ev_properties_format_date),
9805         (set_property), (ev_properties_new):
9806         * shell/ev-properties.h:
9807         * shell/ev-window.c: (ev_window_cmd_file_properties):
9808
9809         Rework properties code to take only EvPropertyInfo
9810         in the constructor so that it can be useful for
9811         nautilus plugin too.
9812
9813         Deal with backends that doesnt support some properties.
9814         Make set property code generic.
9815
9816 2005-06-04  Christian Persch <chpe@gnome.org>
9817
9818         * data/evince-properties.glade:
9819
9820         fix spacings, make resizeable, and make data labels
9821         selectable + ellipsised
9822
9823 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9824
9825         * backend/ev-document-info.h:
9826         * data/Makefile.am:
9827         * data/evince-ui.xml:
9828         * pdf/ev-poppler.cc:
9829         * shell/Makefile.am:
9830         * shell/ev-window.c: (update_action_sensitivity),
9831         (ev_window_cmd_file_properties):
9832
9833         Initial go at file properties. Patch by
9834         Emil Soleyman-Zomalan <emil@soleyman.com>.
9835         Needs love see #169583
9836
9837 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9838
9839         * ps/ps-document.c: (output):
9840         * ps/ps.c: (psscan):
9841
9842         Try to render even if psscan fails.
9843
9844 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9845
9846         * ps/ps.c: (psscan), (pscopydoc):
9847
9848         Port buffered reading code from gv
9849
9850 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9851
9852         * ps/ps-document.c: (interpreter_message), (output):
9853
9854         Do not fail on interpreter messages
9855
9856 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9857
9858         * backend/ev-document-misc.c:
9859         (ev_document_misc_get_thumbnail_frame):
9860
9861         Pages can be 0 x 0, dont assert on this case
9862
9863 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9864
9865         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9866         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9867
9868         Correctly manage our reference on document. Finally the reload
9869         huge leak is gone...
9870
9871 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9872
9873         * ps/ps-document.c: (ps_document_dispose):
9874
9875         Forgot to chain it to the parent. Thanks chpe.
9876
9877 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9878
9879         * ps/ps-document.c: (ps_document_dispose),
9880         (ps_document_class_init), (stop_interpreter), (document_load):
9881
9882         Cleanup dispose a bit. Dont leak the whole pixmap.
9883
9884 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9885
9886         * pdf/ev-poppler.cc:
9887
9888         Release the poppler document on dispose
9889
9890 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9891
9892         * shell/ev-view.c: (ev_view_set_document):
9893
9894         Release ref on the pixbuf cache when changing
9895         document.
9896
9897 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9898
9899         * ps/ps-document.c: (ps_document_get_info):
9900
9901         Fix a double free
9902
9903 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9904
9905         * backend/ev-page-cache.c: (ev_page_cache_init),
9906         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9907         * backend/ev-page-cache.h:
9908         * shell/ev-page-action.c: (page_changed_cb):
9909         
9910         Set page action entry width depending on labels width. Fix
9911         for bug 305202.
9912
9913 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9914
9915         * backend/ev-link.c: (ev_link_class_init):
9916
9917         Allow -1 as page value (error)
9918
9919 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9920
9921         * shell/ev-sidebar-thumbnails.c:
9922         (ev_sidebar_thumbnails_set_document):
9923         * shell/ev-view.c: (scroll_to_current_page),
9924         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9925         (page_changed_cb), (on_adjustment_value_changed),
9926         (ev_view_set_document):
9927
9928         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9929         Fix bug 305377
9930
9931 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9932
9933         * configure.ac:
9934         * djvu/djvu-document.c: (djvu_document_get_page_size):
9935
9936         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9937         bug 301993.
9938
9939 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9940
9941         * shell/ev-view.c (draw_one_page): modify the expose handling to
9942         get the shadows.
9943
9944         * shell/ev-window.c (update_action_sensitivity): Respect
9945         permissions field.  Kowtow to the man.
9946
9947         * pdf/ev-poppler.cc: Get the permissions field.
9948
9949         * tiff/*c: Make a tiny bit more robust.
9950
9951 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9952
9953         * djvu/djvu-document.c:
9954         
9955         Pop messages from djvu context message queue.
9956
9957 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9958
9959         * configure.ac, Makefile.am, shell/Makefile.am:
9960         * tiff/Makefile.am, shell/ev-document-types.c:
9961         
9962         Cleanup tiff configure checks. Fix for bug 305218.
9963
9964 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9965
9966         * configure.ac: Added "uk" to ALL_LINGUAS.
9967
9968 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9969
9970         * cut-n-paste/zoom-control/ephy-zoom.c:
9971         (ephy_zoom_get_changed_zoom_level):
9972         * cut-n-paste/zoom-control/ephy-zoom.h:
9973         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9974         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9975         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9976         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9977         (zoom_control_changed_cb), (ev_window_init):
9978         
9979         Fix minor points related to moving best fit up. Introduce
9980         "zoom" property and make zoom control change it's value on
9981         notify::zoom signals. Fix for 305080.
9982
9983 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9984
9985         * data/evince-ui.xml:
9986         * shell/ev-window.c: (set_view_actions_sensitivity):
9987         
9988         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9989
9990 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9991
9992         * configure.ac:
9993
9994         Depends on poppler 0.3.2
9995
9996 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9997
9998         * cut-n-paste/recent-files/egg-recent-item.c:
9999         (egg_recent_item_get_short_name):
10000         * cut-n-paste/toolbar-editor/Makefile.am:
10001         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10002         (new_pixbuf_from_widget):
10003         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10004         * cut-n-paste/toolbar-editor/egg-marshal.c:
10005         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10006         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10007
10008         Sync
10009
10010 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10011
10012         * tiff/tiff-document.c: Rough TIFF backend.
10013
10014 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10015
10016         * NEWS:
10017         * configure.ac:
10018         * cut-n-paste/toolbar-editor/Makefile.am:
10019
10020         Release 0.3.1
10021
10022 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10023
10024         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10025         (ev_view_find_next), (ev_view_find_previous):
10026
10027         Remove the locks around get_n_results   
10028
10029 2005-05-21  Juerg Billeter  <j@bitron.ch>
10030
10031         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10032
10033         Pass correct number of pages to poppler.
10034
10035 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10036
10037         * configure.ac:
10038         * data/Makefile.am:
10039         * data/evince.desktop.in: 
10040         * data/evince.desktop.in.in:
10041         * po/POTFILES.in:
10042         
10043         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10044
10045 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10046
10047         * shell/ev-view.c: (view_update_adjustments),
10048         (view_set_adjustment_values): cast adjustmen->value to (int)
10049         before using it.  Otherwise, we get off by a pixel in some
10050         situations.
10051
10052         (draw_one_page): Draw the border on expose.
10053
10054 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10055
10056         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10057         adjustment when the mode changes, #304923
10058
10059 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10060
10061         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10062         flickering on resize but still use gdk_window_scroll on
10063         scrolling
10064
10065 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10066
10067         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10068         option, #170458
10069
10070 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10071
10072         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10073         second page on page_changed if possible, #304669
10074
10075 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10076
10077         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10078         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10079
10080 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10081
10082         * .cvsignore:
10083         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10084         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10085         (ev_view_zoom_for_size_presentation),
10086         (ev_view_zoom_for_size_continuous_and_dual_page),
10087         (ev_view_zoom_for_size_continuous),
10088         (ev_view_zoom_for_size_dual_page),
10089         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10090         * shell/ev-view.h:
10091         * shell/ev-window.c: (update_view_size),
10092         (ev_window_sizing_mode_changed_cb):
10093
10094         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10095         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10096         an infinite loop, #304769
10097
10098
10099 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10100
10101         * data/evince-ui.xml:
10102         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10103         * shell/ev-window.c: (set_view_actions_sensitivity):
10104
10105         Make PgUp/Down behave like Space
10106
10107 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10108
10109         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10110         * backend/ev-ps-exporter.h:
10111         * pdf/ev-poppler.cc:
10112         * ps/ps-document.c: (ps_document_ps_export_begin):
10113         * shell/ev-print-job.c: (idle_print_handler):
10114
10115         Adapt to new poppler api
10116
10117 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10118
10119         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10120         (ephy_zoom_control_init):
10121
10122         Translate zoom levels
10123
10124 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10125
10126         * cut-n-paste/zoom-control/ephy-zoom.c:
10127         (ephy_zoom_get_zoom_level_index):
10128
10129         Fix current zoom -> zoom control match
10130
10131 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10132
10133         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10134         rather than the scrolled_window that it's in. Fixes bug #304655.
10135
10136 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10137
10138         * shell/ev-view.c: (view_update_adjustments),
10139         (view_set_adjustment_values), (view_update_range_and_current_page),
10140         (view_scroll_to_page), (set_scroll_adjustment),
10141         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10142         (ev_view_scroll), (ev_view_scroll_view),
10143         (ensure_rectangle_is_visible), (find_page_at_location),
10144         (get_link_at_location), (go_to_link), (status_message_from_link),
10145         (ev_view_size_request_continuous_dual_page),
10146         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10147         (ev_view_unrealize), (ev_view_expose_event),
10148         (ev_view_button_press_event), (ev_view_motion_notify_event),
10149         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10150         (draw_rubberband), (highlight_find_results), (draw_one_page),
10151         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10152         (ev_view_init), (find_changed_cb), (page_changed_cb),
10153         (on_adjustment_value_changed), (ev_view_new),
10154         (ev_view_set_document), (ev_view_set_zoom),
10155         (ev_view_set_continuous), (ev_view_set_dual_page),
10156         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10157         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10158         (ev_view_zoom_for_size_presentation),
10159         (ev_view_zoom_for_size_continuous_dual_page),
10160         (ev_view_zoom_for_size_continuous),
10161         (ev_view_zoom_for_size_dual_page),
10162         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10163         (ev_view_get_status), (ev_view_set_status),
10164         (update_find_status_message), (ev_view_get_find_status),
10165         (ev_view_set_find_status), (jump_to_find_result),
10166         (jump_to_find_page), (compute_selections), (clear_selection),
10167         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10168         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10169         (ev_view_update_primary_selection),
10170         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10171         * shell/ev-view.h:
10172         * shell/ev-window.c: (ev_window_open_page_label),
10173         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10174         (ev_window_init):
10175         * shell/ev-window.h:
10176         * shell/main.c: (load_files):
10177
10178         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10179         when resizing.  Remove the bin_window().  Also, patch from James
10180         Bowes to fix command line page, #300641
10181         
10182 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10183
10184         * data/evince-ui.xml:
10185         * shell/ev-view.c:
10186         * shell/ev-view.h:
10187         * shell/ev-window.c: (update_action_sensitivity):
10188
10189         Get rid of View->Normal Size, it's just confusing
10190
10191 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10192
10193         * backend/ev-document-info.h:
10194         * backend/ev-document.c: (ev_document_info_free): Free the
10195         EvDocumentInfo.
10196
10197         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10198         (clear_range), (add_range), (update_visible_range),
10199         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10200         (ev_sidebar_thumbnails_set_document):
10201         * shell/ev-window.c: (ev_window_setup_document): Only render the
10202         visible thumbnails.  It takes an instant to render, but it uses
10203         much less memory.
10204
10205 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10206
10207         * shell/ev-sidebar-links.c: (popup_menu_cb):
10208
10209         Select first item
10210
10211 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10212
10213         * lib/Makefile.am:
10214         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10215         (button_press_cb), (ev_sidebar_links_construct):
10216
10217         Show the popup menu also on keybindings
10218
10219 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10220
10221         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10222         * shell/ev-window.h:
10223
10224         Expose api to print a range (with dialog). Make private _print use
10225         it.
10226
10227         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10228         (ev_sidebar_links_construct):
10229
10230         Show a print context menu on linkx, it prints the selected
10231         section.
10232
10233 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10234
10235         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10236         button.
10237
10238 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10239
10240         * AUTHORS:
10241
10242         Update
10243
10244         * shell/ev-window.c: (build_comments_string),
10245         (ev_window_cmd_help_about):
10246
10247         Show poppler version/backend and authors
10248
10249 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10250
10251         * cut-n-paste/zoom-control/ephy-zoom.c:
10252         (ephy_zoom_get_zoom_level_index):
10253         * cut-n-paste/zoom-control/ephy-zoom.h:
10254
10255         Move the best fit items at the top of the list
10256
10257 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10258
10259         * shell/ev-marshal.list:
10260         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10261         (activate_cb), (match_selected_cb), (activate_link_cb),
10262         (connect_proxy), (ev_page_action_class_init):
10263         * shell/ev-page-action.h:
10264
10265         Use signals to notify action activation. Hopefully
10266         I did not break completion since I cant test...
10267
10268         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10269         (register_custom_actions):
10270
10271         Connect to page selector actions and also grab focus on
10272         the view when activated.
10273
10274 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10275
10276         * pdf/ev-poppler.cc:
10277         * backend/ev-page-cache.c: make page size calculation consistent
10278         and set it to (int)( width * scale + 0.5).  This makes the weird
10279         line going through the middle of the page go away.
10280
10281         * shell/ev-view.c: move painting the background page after
10282         checking the expose area covers us.
10283
10284 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10285
10286         * data/evince-password.glade:
10287         
10288         Mark labels as not translatable. Fix for bug 302842.
10289
10290 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10291
10292         * configure.ac: Added "es" to ALL_LINGUAS.
10293
10294 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10295
10296         * data/evince-toolbar.xml:
10297         * shell/ev-window.c: (update_action_sensitivity),
10298         (ev_window_setup_document), (ev_window_set_page_mode),
10299         (ev_window_init):
10300
10301         Remove some leftover code from jrb first continous
10302         attempt. Use the new actions, we still need good icons
10303         though...
10304
10305 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10306
10307         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10308
10309         Update label when connecting proxy. Fix a warning with NULL
10310         page_cache.
10311
10312 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10313
10314         * data/evince-ui.xml:
10315         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10316         * shell/ev-page-action.h:
10317         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10318
10319         Add mnemonic for edit toolbar.
10320         ctrl+l focus the page entry.
10321
10322 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10323
10324         * lib/Makefile.am:
10325         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10326         (ev_window_init):
10327         * shell/main.c: (main):
10328
10329         Put the toolbar xml in evince own dot dir
10330
10331 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10332
10333         * shell/ev-window.c: (ev_window_init):
10334
10335         Make the toolbar not removable
10336
10337 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10338
10339         * data/evince-ui.xml:
10340         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10341         * shell/ev-sidebar-links.h:
10342         * shell/ev-sidebar-thumbnails.c:
10343         (ev_sidebar_thumbnails_get_treeview):
10344         * shell/ev-sidebar-thumbnails.h:
10345         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10346         (ev_view_class_init):
10347         * shell/ev-view.h:
10348         * shell/ev-window.c: (update_action_sensitivity),
10349         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10350         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10351         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10352         (ev_window_init):
10353
10354         This is evil... Make space/backspace global accelerators but
10355         enable them only for some widgets (sidebars and view).
10356         I dont like it, but I dont know a better way... :/
10357
10358 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10359
10360         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10361         (ev_page_action_widget_finalize),
10362         (ev_page_action_widget_class_init), (update_page_cache):
10363
10364         Keep a weak reference on proxy->page_cache so that we
10365         dont try to disconnect the signal if the object is already
10366         gone. Maybe there is a better way to cleanup reference handling
10367         in page action though...
10368
10369 2005-05-10  Juerg Billeter  <j@bitron.ch>
10370
10371         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10372         * backend/ev-ps-exporter.h:
10373         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10374         * ps/ps-document.c: (ps_document_ps_export_begin):
10375         
10376         Change api to pass print range to ps_exporter_begin. The pdf backend
10377         requires this information.
10378         
10379         * shell/ev-print-job.c: (idle_print_handler):
10380         
10381         Adapt to api change
10382
10383 2005-05-10  Juerg Billeter  <j@bitron.ch>
10384
10385         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10386         (idle_print_handler)
10387         * shell/ev-window.c: (ev_window_print):
10388
10389         Support printing page range, based on patch by Amaury Jacquot
10390
10391 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10392
10393         * data/evince-toolbar.xml:
10394
10395         Add zoom control to available items
10396
10397 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10398
10399         * shell/ev-window.c: (update_action_sensitivity):
10400
10401         Set slash action insensitive when appropriate
10402
10403 2005-05-10  Christian Persch <chpe@gnome.org>
10404
10405         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10406
10407         Fix warning on the overflow menu
10408
10409 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10410
10411         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10412
10413         Check for uri correctness/existence
10414
10415 2005-05-09  Juerg Billeter  <j@bitron.ch>
10416
10417         * shell/ev-window.c: (using_postscript_printer):
10418
10419         LPD printers use postscript, too
10420
10421 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10422
10423         * shell/ev-window.c: (register_custom_actions):
10424
10425         The zoom one is actually sort of useful,
10426         put it back
10427
10428 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10429
10430         * shell/ev-window.c: (register_custom_actions):
10431
10432         Hide page/zoom controls from overflow, they
10433         are useless.
10434
10435 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10436
10437         * cut-n-paste/update-from-egg.sh:
10438         
10439         Share it between all cut-n-paste subdirs
10440
10441         * cut-n-paste/recent-files/Makefile.am:
10442
10443         Fix to use "global" update-from-egg.sh
10444
10445         * cut-n-paste/recent-files/egg-recent-model.c:
10446         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10447         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10448         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10449         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10450
10451         Update from libegg
10452
10453         * cut-n-paste/toolbar-editor/Makefile.am:
10454
10455         Fix to use "global" update-from-egg.sh
10456
10457         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10458
10459         Update from libegg
10460
10461 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10462
10463         * configure.ac:
10464         * cut-n-paste/Makefile.am:
10465         * cut-n-paste/recent-files/Makefile.am:
10466         * cut-n-paste/toolbar-editor/.cvsignore:
10467         * cut-n-paste/toolbar-editor/Makefile.am:
10468         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10469         (egg_editable_toolbar_get_type), (get_toolbar_position),
10470         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10471         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10472         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10473         (set_item_drag_source), (create_item_from_action), (create_item),
10474         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10475         (popup_toolbar_context_menu_cb), (free_dragged_item),
10476         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10477         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10478         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10479         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10480         (item_added_cb), (item_removed_cb),
10481         (egg_editable_toolbar_construct),
10482         (egg_editable_toolbar_disconnect_model),
10483         (egg_editable_toolbar_deconstruct),
10484         (egg_editable_toolbar_set_model),
10485         (egg_editable_toolbar_set_ui_manager),
10486         (egg_editable_toolbar_set_property),
10487         (egg_editable_toolbar_get_property),
10488         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10489         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10490         (egg_editable_toolbar_new_with_model),
10491         (egg_editable_toolbar_get_edit_mode),
10492         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10493         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10494         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10495         (new_pixbuf_from_widget), (new_separator_pixbuf),
10496         (update_separator_image), (style_set_cb),
10497         (_egg_editable_toolbar_new_separator_image),
10498         (egg_editable_toolbar_get_model):
10499         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10500         * cut-n-paste/toolbar-editor/egg-marshal.c:
10501         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10502         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10503         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10504         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10505         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10506         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10507         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10508         (editor_drag_data_delete_cb), (drag_data_get_cb),
10509         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10510         (editor_create_item), (update_editor_sheet), (setup_editor),
10511         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10512         (parse_item_list), (model_has_action), (update_actions_list),
10513         (egg_toolbar_editor_load_actions):
10514         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10515         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10516         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10517         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10518         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10519         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10520         (egg_toolbars_model_add_separator), (impl_add_item),
10521         (parse_item_list), (egg_toolbars_model_add_toolbar),
10522         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10523         (impl_get_item_data), (impl_get_item_type),
10524         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10525         (egg_toolbars_model_init), (free_toolbar),
10526         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10527         (egg_toolbars_model_remove_toolbar),
10528         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10529         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10530         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10531         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10532         (egg_toolbars_model_get_item_data),
10533         (egg_toolbars_model_get_item_type):
10534         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10535         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10536         * data/Makefile.am:
10537         * data/evince-toolbar.xml:
10538         * data/evince-ui.xml:
10539         * data/hand-open.png:
10540         * po/POTFILES.in:
10541         * shell/Makefile.am:
10542         * shell/ev-window.c: (update_chrome_visibility),
10543         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10544         (ev_window_dispose), (ev_window_init):
10545
10546         Implement epiphany like toolbar editor. Based on patch by
10547         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10548
10549 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10550
10551         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10552
10553         Use set_cursor instead of set_selection, so that
10554         the keyboard focus moves too.
10555
10556 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10557
10558         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10559
10560         Fix infinite loop when loading Type1 fonts
10561
10562 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10563
10564         * data/evince-ui.xml:
10565         * shell/ev-window.c:
10566
10567         Slash -> Find
10568
10569 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10570
10571         * configure.ac:
10572
10573         Make --disable really disable
10574
10575 2005-05-07  Juerg Billeter  <j@bitron.ch>
10576
10577         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10578
10579         Compare page labels even without has_labels set, fixes setting page
10580         with entry
10581
10582 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10583
10584         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10585         (ev_view_set_cursor), (ev_view_button_press_event),
10586         (ev_view_motion_notify_event), (ev_view_button_release_event),
10587         (ev_view_init):
10588
10589         Implement middle button scrolling. Based on a patch
10590         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10591
10592 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10593
10594         * shell/ev-document-types.c: (get_slow_mime_type),
10595         (get_document_type_from_mime), (ev_document_type_lookup):
10596         * shell/ev-document-types.h:
10597
10598         Change api to lookup from uri. Do fast lookup first, if the
10599         type is unknown try with data sniffing.
10600
10601         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10602         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10603
10604         Adapt to api change
10605
10606 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10607
10608         * thumbnailer/Makefile.am:
10609
10610         Fix distcheck
10611
10612 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10613
10614         * NEWS:
10615         * configure.ac:
10616
10617         Release 0.3.0
10618
10619         * data/evince-ui.xml:
10620
10621         Hide presentation mode for now
10622
10623         * shell/ev-view.c: (highlight_find_results):
10624
10625         Show current find selection only on current page
10626
10627 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10628
10629         * shell/ev-view.c: (ev_view_select_all):
10630
10631         Compute size of the actual page, not of
10632         the current one.
10633
10634 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10635
10636         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10637         (view_rect_to_doc_rect), (compute_selections),
10638         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10639         (ev_view_copy), (ev_view_primary_get_cb),
10640         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10641         (ev_view_button_press_event), (ev_view_motion_notify_event),
10642         (ev_view_button_release_event), (page_changed_cb):
10643
10644         Fix text selection
10645
10646 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10647
10648         * shell/ev-view.c: (compute_border), (get_page_extents),
10649         (doc_rect_to_view_rect), (highlight_find_results),
10650         (ev_view_bin_expose), (ev_view_select_all),
10651         (ev_view_motion_notify_event), (update_find_status_message),
10652         (jump_to_find_result), (jump_to_find_page):
10653
10654         First go at fixing search, still buggy
10655
10656 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10657
10658         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10659         dropdown box and button at the top of the sidebar.
10660
10661 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10662
10663         * configure.ac: Output zoom-control Makefile.
10664         * cut-n-paste/Makefile.am: build zoom-control subdir.
10665         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10666         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10667         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10668         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10669         * cut-n-paste/zoom-control/ephy-zoom.c:
10670         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10671         from epiphany, and modified to add a separator into the menu.
10672         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10673         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10674         zoom-control action.
10675         * shell/Makefile.am: Include zoom-control flags.
10676         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10677         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10678         (ev_view_zoom_for_size_presentation),
10679         (ev_view_zoom_for_size_continuous_and_dual_page),
10680         (ev_view_zoom_for_size_continuous),
10681         (ev_view_zoom_for_size_dual_page),
10682         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10683         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10684         ev_view_get_zoom and ev_view_get_sizing_mode.
10685         * shell/ev-view.h:
10686         * shell/ev-window.c: (update_action_sensitivity),
10687         (update_sizing_buttons), (zoom_control_changed_cb),
10688         (register_custom_actions): Initialize and use the zoom-control 
10689         widget.
10690
10691 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10692
10693         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10694         preview cache back to 1.  Don't know when it got set to 0.
10695         
10696         * shell/ev-view.c: (compute_border), (ev_view_realize),
10697         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10698         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10699         (ev_view_get_fullscreen), (ev_view_set_presentation),
10700         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10701         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10702         * shell/ev-view.h:
10703         * shell/ev-window.c:
10704         (update_chrome_visibility),
10705         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10706         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10707         (update_document_mode), (ev_window_update_fullscreen_action),
10708         (ev_window_fullscreen), (ev_window_unfullscreen),
10709         (ev_window_cmd_view_fullscreen),
10710         (ev_window_update_presentation_action),
10711         (ev_window_run_presentation), (ev_window_stop_presentation),
10712         (ev_window_cmd_view_presentation), (ev_window_state_event),
10713         (ev_window_focus_in_event), (ev_window_focus_out_event),
10714         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10715         * data/evince-ui.xml: Initial presentation mode.  We should
10716         probably hide this until it's done, as it's quite rough.  Also,
10717         change full-screen to fullscreen and add two getters to EvView.
10718
10719 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10720
10721         * shell/ev-page-action.c: (update_page_cache),
10722         (ev_page_action_dispose):
10723         * shell/ev-window.c: (destroy_fullscreen_popup),
10724         (ev_window_create_fullscreen_popup):
10725
10726         Use connect_object rather than explicitly
10727         disconnect on dispose.
10728
10729 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10730
10731         * shell/ev-page-action.c: (update_page_cache),
10732         (ev_page_action_dispose):
10733
10734 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10735
10736         * backend/ev-page-cache.c: (_ev_page_cache_new),
10737         (ev_page_cache_set_page_label),
10738         (ev_page_cache_has_nonnumeric_page_labels):
10739         * backend/ev-page-cache.h:
10740         * shell/ev-page-action.c: (update_pages_label):
10741         
10742         If all page labels are numeric, fallback to default
10743         way to display number of pages. See bug 173185.
10744
10745 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10746
10747         * shell/ev-page-action.c: (ev_page_action_dispose):
10748         * shell/ev-view.c: (view_update_range_and_current_page):
10749         * shell/ev-window.c: (ev_window_dispose):
10750         
10751         Set page on scroll in continuous mode. Fixes bug 301986.
10752         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10753
10754 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10755
10756         * configure.ac:
10757
10758         Require poppler 0.3.0
10759
10760 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10761         
10762         * shell/Makefile.am, configure.ac: Fix build problems
10763         with t1lib. Bug 301996.
10764
10765 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10766
10767         * shell/ev-view.c: (ev_view_scroll_event):
10768         
10769         Scroll up increase zoom
10770
10771 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10772
10773         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10774         (ev_view_set_sizing_mode),
10775         (ev_view_zoom_for_size_continuous_and_dual_page),
10776         (ev_view_zoom_for_size_continuous):
10777         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10778         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10779         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10780         (ev_window_init):
10781
10782         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10783         Fix for 165473 and 165472.
10784
10785 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10786
10787         * po/POTFILES.in:
10788         * thumbnailer/Makefile.am:
10789         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10790         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10791         * thumbnailer/evince-thumbnailer.schemas.in:
10792         
10793         Make thumbnailer schemas translatable. Fix for bug 301773
10794         
10795         * thumbnailer/evince-thumbnailer-djvu.schemas:
10796         * thumbnailer/evince-thumbnailer-dvi.schemas:
10797         * thumbnailer/evince-thumbnailer.schemas:
10798
10799         Removed files
10800
10801 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10802
10803         * shell/ev-view.c (ev_view_init): forgot to set this.
10804
10805 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10806
10807         * shell/ev-view.c: (find_page_at_location),
10808         (get_link_at_location),
10809         (ev_view_set_show_border), (ev_view_set_spacing),
10810         (ev_view_zoom_for_size_continuous_and_dual_page),
10811         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10812         Also, add a quick fix measuring of widths.  Also, removed
10813         ev_view_set_spacing and ev_view_set_show_border.
10814         
10815         * shell/ev-window.c: (ev_window_unfullscreen),
10816         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10817
10818 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10819
10820         * shell/ev-view.c: (view_update_range_and_current_page),
10821         (page_changed_cb):
10822         
10823         Fix crash on exit and scrolling to page in continuous view.
10824
10825 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10826
10827         * TODO:
10828         * backend/ev-page-cache.c: (_ev_page_cache_new),
10829         (ev_page_cache_get_max_width_size),
10830         (ev_page_cache_get_max_height_size):
10831         * backend/ev-page-cache.h:
10832         * data/evince-ui.xml:
10833         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10834         * shell/ev-view.c: (view_update_adjustments),
10835         (view_update_range_and_current_page), (get_bounding_box_size),
10836         (ev_view_size_request_continuous_and_dual_page),
10837         (ev_view_size_request_continuous),
10838         (ev_view_size_request_dual_page),
10839         (ev_view_size_request_single_page), (ev_view_size_request),
10840         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10841         (ev_view_bin_expose), (ev_view_expose_event),
10842         (ev_view_set_property), (ev_view_get_property),
10843         (ev_view_class_init), (ev_view_init), (ev_view_new),
10844         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10845         (ev_view_set_dual_page), (ev_view_set_full_screen),
10846         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10847         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10848         (ev_view_zoom_out), (zoom_for_size_fit_width),
10849         (zoom_for_size_best_fit),
10850         (ev_view_zoom_for_size_continuous_and_dual_page),
10851         (ev_view_zoom_for_size_continuous),
10852         (ev_view_zoom_for_size_dual_page),
10853         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10854         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10855         * shell/ev-view.h:
10856         * shell/ev-window.c: (update_action_sensitivity),
10857         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10858         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10859         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10860         (ev_window_cmd_view_zoom_out), (update_view_size),
10861         (ev_window_set_sizing_mode), (ev_window_init):
10862
10863         Add Continuous and Dual page modes.
10864
10865 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10866
10867         * dvi/dvi-document.c: (dvi_document_load),
10868         (dvi_document_thumbnails_get_thumbnail),
10869         (dvi_document_init_params): Fix up some mixups between
10870         width and height to correct thumbnail rendering.
10871
10872 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10873
10874         * dvi/mdvi-lib/private.h:
10875         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10876         
10877         Suppess output for kpathsea during font generation. Thanks to
10878         James Bowes
10879
10880 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10881
10882         * NEWS:
10883         * configure.ac:
10884
10885         Release 0.2.1
10886
10887         * Makefile.am: fix distcheck.
10888
10889 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10890
10891         * shell/ev-sidebar-links.c: (selection_changed_callback),
10892         (update_page_callback), (row_activated_callback),
10893         (job_finished_callback), (ev_sidebar_links_set_document):
10894         
10895         Fix for bug #169901. Double click on links expands tree.
10896
10897 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10898
10899         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10900         hard-coded style. Fix for bug 170111
10901
10902 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10903
10904         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10905         locking.
10906
10907 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10908
10909         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10910
10911 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10912
10913         * pdf/ev-poppler.cc:
10914         * shell/ev-view.c: (highlight_find_results):
10915
10916         Fix find on single page documents
10917
10918 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10919
10920         * data/evince.schemas.in: fix for bug 301390
10921
10922 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10923
10924         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10925         (ev_view_zoom_out), (ev_view_zoom_normal):
10926         * shell/ev-view.h:
10927         * shell/ev-window.c: (update_action_sensitivity),
10928         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10929         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10930         (ev_window_cmd_view_normal_size):
10931
10932         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10933         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10934         better than oom. 
10935
10936 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10937
10938         * configure.ac:
10939
10940         Depend on 2.57, 2.59 doesnt seem to be necessary
10941
10942 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10943
10944         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10945         (create_tool_item):
10946
10947         Put back total number of pages as (1 of 1234)
10948
10949 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10950
10951         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10952         remove the job.
10953
10954         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10955         function.  This helps debugging.
10956
10957 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10958
10959         * djvu/djvu-document.c: (djvu_document_class_init),
10960         (djvu_document_get_info), (djvu_document_document_iface_init):
10961         * dvi/dvi-document.c: (dvi_document_class_init),
10962         (dvi_document_get_info), (dvi_document_document_iface_init):
10963
10964         Dummy implementation of get_info method for dvi and
10965         djvu. Fix crashes with those backends
10966
10967 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10968
10969         * data/evince.desktop.in:
10970
10971         Add application/x-gzpostscript
10972
10973 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10974
10975         * data/evince.schemas.in: Added real long descriptions, 
10976         closes bug 172496 
10977
10978         * README: Added actual text, closes bug 171869
10979
10980 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10981
10982         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10983
10984         Thumbnail page 0
10985
10986 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10987
10988         * backend/ev-document-info.h:
10989
10990         s/GDate */GDate so we can just use g_free
10991
10992 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10993
10994         * shell/ev-window.c: (update_document_mode),
10995         (ev_window_setup_document):
10996
10997         Show the window in fullscreen when specified by
10998         the document
10999
11000 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11001
11002         * backend/ev-document.c: (ev_document_class_init),
11003         (ev_document_get_info), (ev_document_render_pixbuf):
11004         * backend/ev-document.h:
11005         * backend/ev-page-cache.c: (_ev_page_cache_new):
11006         * pdf/ev-poppler.cc:
11007         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11008         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11009         * ps/ps-document.c: (ps_document_class_init), (document_load),
11010         (ps_document_get_info), (ps_document_document_iface_init):
11011
11012         Remove get_title from the interface, we can just use document info
11013
11014 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11015
11016         * backend/Makefile.am:
11017         * backend/ev-document.c: (ev_document_render_get_info):
11018         * backend/ev-document.h:
11019         * pdf/ev-poppler.cc:
11020
11021         Initial support for document info. Based on jrb patch.
11022
11023 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11024
11025         * shell/ev-window.c: (ev_window_state_event),
11026         (ev_window_class_init), (ev_window_init):
11027         
11028         Doesn't show resize grip when maximized. See bug #301053
11029
11030 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11031
11032         * po/POTFILES.in:
11033         
11034         ev-sidebar-thumbnails now has translatable labels
11035         
11036         * shell/Makefile.am:
11037         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11038         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11039         (ev_sidebar_links_page_iface_init):
11040         * shell/ev-sidebar-links.h:
11041         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11042         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11043         (ev_sidebar_page_get_label):
11044         * shell/ev-sidebar-page.h:
11045         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11046         (ev_sidebar_thumbnails_set_document),
11047         (ev_sidebar_thumbnails_support_document),
11048         (ev_sidebar_thumbnails_get_label),
11049         (ev_sidebar_thumbnails_page_iface_init):
11050         * shell/ev-sidebar-thumbnails.h:
11051         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11052         (ev_sidebar_set_document):
11053         * shell/ev-sidebar.h:
11054         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11055         
11056         Small rework of sidebar code. Now sidebar pages should implement
11057         EvSidebarPage interface. That makes page management in EvSidebar
11058         easier. See bug #164811 for details
11059
11060 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11061
11062         * shell/ev-application.c: (ev_application_open):
11063         * shell/ev-document-types.c:
11064         
11065         Fix build error and small problem with application exit
11066
11067 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11068
11069         * thumbnailer/Makefile.am:
11070         * thumbnailer/evince-thumbnailer-djvu.schemas:
11071         * thumbnailer/evince-thumbnailer-dvi.schemas:
11072         
11073         Conditionally install schemas for djvu/dvi thumbnailer
11074
11075 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11076
11077         * shell/ev-document-types.h: 
11078         * shell/ev-document-types.c: 
11079         New files, handling the mapping from mimetypes to backends
11080         
11081         * shell/ev-window.c: 
11082         * thumbnailer/evince-thumbnailer.c:     
11083         Use the ev-document-types code
11084         
11085         * shell/Makefile.am: 
11086         Added new convenience library libevbackendfactory_la, containing
11087         the new mimetype->backend logic; moved the backends into it.
11088
11089         * thumbnailer/Makefile.am:
11090         Make the thumbnailer link with the libevbackend.la convenience
11091         library, rather than having a duplicate of the backend logic here.
11092
11093 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11094
11095         * shell/ev-stock-icons.c: constify some vars.
11096         * shell/ev-window.c: ditto.
11097
11098 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11099
11100         * ps/ps-document.c (get_page_orientation):
11101
11102         Respect document orientation 
11103
11104 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11105
11106         * djvu/Makefile.am:
11107         * dvi/Makefile.am:
11108         * shell/Makefile.am:
11109         
11110         Move library dependencies to components.
11111         
11112         * shell/ev-window.c: (update_window_title),
11113         (start_loading_document):
11114         
11115         Fix display of uris with spaces. Bug 168358.
11116
11117 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11118
11119         * shell/ev-sidebar-links.c: (selection_changed_cb):
11120         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11121         (ev_view_button_release_event), (ev_view_set_document):
11122         * shell/ev-view.h:
11123         * shell/ev-window.c: (find_bar_search_changed_cb):
11124         * shell/ev-window.h: Minor cleanups removing some dead code.
11125
11126 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11127
11128         * backend/ev-page-cache.c: (_ev_page_cache_new):
11129         
11130         Set current page to 0 if document has pages.
11131
11132 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11133
11134         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11135
11136         Initialize GError to NULL, fix a crash when loading fails.
11137
11138 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11139
11140         * shell/ev-window.c: (update_view_size):
11141
11142         Calculate shadow size only when there is actually
11143         a shadow.
11144
11145 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11146
11147         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11148         * shell/ev-view.h:
11149
11150         Allow setting view spacing, default to 0
11151
11152         * shell/ev-window.c: (ev_window_unfullscreen),
11153         (ev_window_cmd_view_fullscreen), (ev_window_init):
11154
11155         Remove spacing in fullscreen mode
11156
11157 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11158
11159         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11160         (ev_view_size_request), (expose_bin_window),
11161         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11162         * shell/ev-view.h:
11163         * shell/ev-window.c: (ev_window_unfullscreen),
11164         (ev_window_cmd_view_fullscreen):
11165
11166         Do not draw the border in fulscreen
11167
11168 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11169
11170         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11171         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11172         (find_page_at_location), (page_changed_cb):
11173
11174         Rework border calculation, so that I can more easily disable it.
11175         Code somewhat cleaner too.
11176
11177 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11178
11179         * backend/ev-page-cache.c: (ev_page_cache_init),
11180         (_ev_page_cache_new):
11181
11182         Remove some assertions, documents can have 0 pages.
11183         Make initial current page -1.
11184
11185         * shell/ev-page-action.c: (page_changed_cb):
11186
11187         Show "" if current page is -1
11188
11189         * shell/ev-window.c: (update_action_sensitivity),
11190         (ev_window_setup_document):
11191
11192         When document has 0 pages do not set the view
11193         and make nearly everything insensitive.
11194
11195 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11196
11197         * shell/ev-page-view.c:
11198         * shell/ev-page-view.h:
11199
11200         Remove unused files.
11201         
11202         * shell/ev-sidebar-thumbnails.c:
11203         (ev_sidebar_thumbnails_set_document):
11204         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11205         (ev_sidebar_supports_document):
11206         * shell/ev-sidebar.h:
11207         * shell/ev-window.c: (ev_window_setup_document):
11208         
11209         Doesn't show thumbnails if document has 1 page. Make
11210         sidebar menu entries sensitive only if if they have 
11211         sense. Fix bug 164811. 
11212
11213 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11214
11215         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11216         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11217         (ev_view_zoom_out), (ev_view_set_size):
11218
11219         Rework sizing to deal with documents with not uniform page
11220         size.
11221
11222 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11223
11224         * backend/ev-page-cache.c: (_ev_page_cache_new):
11225
11226         Fix several page size caching bugs
11227
11228 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11229
11230         * shell/ev-window.c: (set_action_properties):
11231
11232         Make all toolbar items translatable
11233
11234 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11235
11236         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11237         (save_page_list), (ps_document_save),
11238         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11239         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11240         (ps_document_ps_exporter_iface_init):
11241         * ps/ps-document.h:
11242
11243         Based on a patch by J�rg Billeter <j@bitron.ch>
11244         
11245         Implement print and save a copy for the ps backend.
11246
11247 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11248
11249         * backend/ev-document.h:
11250         * djvu/djvu-document.c: (djvu_document_can_get_text),
11251         (djvu_document_document_iface_init):
11252         * dvi/dvi-document.c: (dvi_document_can_get_text),
11253         (dvi_document_document_iface_init):
11254         * pdf/ev-poppler.cc:
11255         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11256         (pixbuf_document_document_iface_init):
11257         * ps/ps-document.c: (ps_document_can_get_text),
11258         (ps_document_document_iface_init):
11259         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11260         * shell/ev-window.c: (update_action_sensitivity):
11261
11262         Fix the crash when trying to copy in backends that doesnt
11263         support it. We can implement a better solution once we
11264         do real text selection.
11265
11266 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11267
11268         * data/evince-ui.xml:
11269         * shell/ev-window.c: (ev_window_cmd_escape):
11270         
11271         Work around the Escape conflict (find bar and unfullscreen)
11272
11273 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11274
11275         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11276         
11277         Fix for #300233. Next page correctly handles document end.
11278         
11279         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11280         (ev_sidebar_thumbnails_class_init),
11281         (ev_sidebar_thumbnails_set_document),
11282         (ev_sidebar_thumbnails_clear_job),
11283         (ev_sidebar_thumbnails_clear_model):
11284         
11285         Cleanup thumbnail jobs on document changes.
11286         
11287         * shell/ev-view.c: (add_scroll_binding_keypad),
11288         (add_scroll_binding_shifted), (ev_view_class_init):
11289         
11290         Shift + Space scrolls up. Fix for #173184
11291         
11292         * shell/ev-window.c: (ev_window_open_page),
11293         (ev_window_cmd_view_reload):
11294         
11295         Fix reload (Bug #300094)
11296
11297 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11298
11299         
11300         * dvi/mdvi-lib/assoc.c:
11301         * dvi/mdvi-lib/assoc.h: Removed garbage files
11302         
11303         * dvi/mdvi-lib/bitmap.c:
11304         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11305         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11306         * dvi/mdvi-lib/color.h: Antialias of rules
11307         
11308         * dvi/mdvi-lib/common.h:
11309         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11310         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11311         * dvi/mdvi-lib/files.c:
11312         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11313         * dvi/mdvi-lib/mdvi.h:
11314         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11315         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11316         * dvi/mdvi-lib/util.c: Fix compile warnings
11317         
11318         * dvi/dvi-document.c:
11319         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11320         (dvi_document_thumbnails_get_thumbnail),
11321         (dvi_document_document_thumbnails_iface_init):
11322         * dvi/mdvi-lib/Makefile.am:
11323         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11324         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11325         
11326         Dvi backend now renders thumbnails
11327
11328 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11329
11330         * shell/main.c: (main): 
11331         
11332         Save accelerators on exit. Fixes bug #172095.
11333
11334 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11335
11336         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11337         update priority" comment.
11338
11339         * backend/ev-job-queue.c: Give a way to change priority.
11340
11341 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11342
11343         * shell/ev-page-action.c: Fix logic.
11344
11345 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11346
11347         * shell/ev-view.c: (ev_view_can_find_next):
11348         * shell/ev-window.c: (ev_window_setup_document):
11349
11350         Check that the document supports find
11351
11352 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11353
11354         * data/evince-ui.xml:
11355         * shell/ev-view.c: (ev_view_can_find_next):
11356         * shell/ev-view.h:
11357         * shell/ev-window.c: (update_action_sensitivity),
11358         (find_changed_cb), (ev_window_setup_document),
11359         (ev_window_cmd_edit_find_next):
11360
11361         Add Edit->Find Next
11362
11363 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11364
11365         * pdf/ev-poppler.cc:
11366         * shell/ev-print-job.c: (idle_print_handler):
11367
11368         Make printing work again
11369
11370 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11371
11372         * shell/ev-page-action.h:
11373         * shell/ev-page-action.c: (ev_page_action_widget_init),
11374         (ev_page_action_widget_class_init), (page_changed_cb),
11375         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11376         (get_filter_model_from_model), (match_selected_cb),
11377         (display_completion_text), (match_completion), (update_model),
11378         (connect_proxy), (ev_page_action_set_property),
11379         (ev_page_action_get_property), (ev_page_action_set_document),
11380         (ev_page_action_set_model), (ev_page_action_class_init): Big
11381         reworking to make completions work iff we have >= GTK-2.7.0
11382                 
11383         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11384         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11385         (job_finished_cb): We now have a 'model' property that is set when
11386         the links are loaded.  This can be caught with "notify::model"
11387
11388         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11389         listen for the model to be set, and propagate it to the action.
11390
11391 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11392
11393         * cut-n-paste/recent-files/egg-recent-item.c:
11394         (egg_recent_item_set_uri), (make_valid_utf8),
11395         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11396         * cut-n-paste/recent-files/egg-recent-item.h:
11397         
11398         Update egg-recent from libegg. This should fix long
11399         startup problem. For details see
11400         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11401
11402 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11403
11404         * cut-n-paste/recent-files/Makefile.am:
11405         * data/evince-ui.xml, shell/Makefile.am:
11406         * shell/ev-application.c, shell/ev-application.h:
11407         * shell/ev-window.c: Recent files support.
11408         
11409         * configure.ac: Added "ru" to ALL_LINGUAS.
11410         
11411         * dvju: new backend to support DJVU files.
11412         * dvi: new backend to support DVI.
11413
11414         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11415         * ev-application.c: Support for new backends.
11416         
11417         * help, ev-window.c, main.c shell/Makefile.am: 
11418         Evince user documentation.
11419
11420 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11421
11422         * po/POTFILES.in:
11423         * shell/ev-window.c:
11424         * thumbnailer/evince-thumbnailer.c:
11425
11426         s/pdf-document/ev-poppler
11427
11428 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11429
11430         * NEWS:
11431         * configure.ac:
11432
11433         Release 0.2.0
11434
11435         * ps/ps-document.c: (setup_pixmap):
11436
11437         Remove debug code
11438
11439 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11440
11441         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11442         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11443         (ev_window_cmd_go_first_page): Fix of by one errors.
11444
11445 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11446
11447         * ps/ps-document.c: (get_page_box):
11448
11449         Fix page size calculation
11450
11451 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11452
11453         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11454         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11455         (get_page_orientation), (setup_page), (document_load),
11456         (ps_document_get_page_size), (render_pixbuf_idle):
11457         * ps/ps-document.h:
11458
11459         More refactoring to adapt to EvDocument changes
11460
11461 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11462
11463         * ps/ps-document.c: (start_interpreter):
11464
11465         Actually add alpha args
11466
11467 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11468
11469         * pdf/ev-poppler.cc:
11470
11471         Make clipboard work again
11472
11473 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11474
11475         Make searching work again.
11476         
11477         * backend/ev-document.c:
11478         * backend/ev-document.h:
11479         * backend/ev-document-find.c:
11480         * backend/ev-document-find.h: Change EvDocumentIface so we no
11481         longer store the current page or zoom level in the document.  The
11482         consequence is that all calls that operate on the current page now
11483         instead take the page number as an extra argument, and all
11484         coordinates are now doubles in document coordinate system.
11485
11486         * pdf/ev-poppler.cc:
11487         * pixbuf/pixbuf-document.c:
11488         * ps/ps-document.c: Update backends accordingly.
11489
11490 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11491
11492         * autogen.sh:
11493
11494         Add required gettext version
11495
11496 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11497
11498         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11499         make F1 bring up non-existent help.
11500
11501         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11502         epiphany's find bar, #167477
11503
11504         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11505         <emil@nishra.com> to add space-bar scrolling, 
11506
11507         * shell/ev-window.c (static GtkActionEntry entries): add default
11508         keybinding for Help (F1)
11509         Fixes #171068
11510
11511         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11512         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11513         170110
11514
11515 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11516
11517         * Makefile.am: 
11518         * pixbuf/pixbuf-document.c: 
11519
11520         Got pixbuf backend working again
11521
11522 2005-04-01  Steve Murphy  <murf@e-tools.com>
11523
11524         * configure.in: Added "rw" to ALL_LINGUAS.
11525
11526 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11527
11528         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11529         model types, noticed by Martin Kretzschmar.
11530
11531 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11532
11533         * pdf/ev-poppler.cc: Implement search based on
11534         poppler_page_find_text().  Currently a bit crude since we remember
11535         all matches from all pages.  Also, we grab the big document lock
11536         when we search since searching changes the underlying stream and
11537         thus conflicts with the rendering thread.
11538         
11539         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11540         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11541         (ev_view_find_previous): Fix some page indexes to be 0 based,
11542         offset rubber band by view offset,
11543
11544 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11545
11546         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11547
11548 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11549
11550         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11551         completely because I didn't understand GtkActions.  I should
11552         read Marco's code more carefully in the future.
11553
11554         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11555         function
11556
11557 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11558
11559         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11560         PopplerRectangle change from poppler CVS.
11561
11562 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11563
11564         * backend/ev-document.c: (ev_document_get_page_label):
11565         * backend/ev-document.h:
11566         * backend/ev-page-cache.c: (_ev_page_cache_new),
11567         (ev_page_cache_get_page_label):
11568         * backend/ev-page-cache.h:
11569         * pdf/ev-poppler.cc:
11570         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11571         (links_page_num_func):
11572         * shell/ev-sidebar-thumbnails.c:
11573         (ev_sidebar_thumbnails_set_document):
11574         * shell/ev-view.c: (status_message_from_link),
11575         (ev_view_motion_notify_event):
11576         * shell/ev-window.c: (document_supports_sidebar): Add in page
11577         label support.  It's not perfect yet, but it's the first 'feature'
11578         in a while.
11579         Also, fix a bogus comment noticed by crispin. 
11580
11581 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11582
11583         * Makefile.am: Remove pixbuf backend for now
11584
11585         * configure.ac: Require poppler-glib instead of just poppler.
11586
11587         * backend/ev-document-thumbnails.h: Add a comment
11588
11589         * backend/ev-document.h:
11590         * backend/ev-document.c: (ev_document_class_init),
11591         (ev_document_load), (ev_document_get_link),
11592         (ev_document_get_links): Remove 3 methods and add get_links.
11593         Also, made 0 based.
11594
11595         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11596         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11597
11598         * backend/ev-link.c: (ev_link_set_title),
11599         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11600         (ev_link_mapping_find):
11601         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11602         
11603         * backend/ev-page-cache.c: (ev_page_cache_init),
11604         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11605         (ev_page_cache_get_size), (ev_page_cache_next_page),
11606         (ev_page_cache_prev_page): Fix to be 0 based.
11607
11608         * pdf/Makefile.am: 
11609         * pdf/ev-poppler.h:
11610         * pdf/ev-poppler.cc: New backend.
11611         
11612         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11613         (ps_document_get_page), (ps_document_document_iface_init):
11614
11615         * shell/ev-pixbuf-cache.h:
11616         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11617         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11618         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11619         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11620         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11621         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11622         based.
11623         
11624         * shell/ev-sidebar-thumbnails.c:
11625         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11626         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11627
11628         * shell/ev-view.c: (status_message_from_link),
11629         (find_page_at_location), (get_link_at_location),
11630         (ev_view_motion_notify_event), (ev_view_button_release_event),
11631         (ev_view_init): Use the new link code.  Fix to be 0 based.
11632
11633         * shell/ev-window.c: (update_action_sensitivity),
11634         (document_supports_sidebar): 0 based.
11635
11636 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11637
11638         * pdf/pdf-document.cc: Patch from Fernando Herrera
11639         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11640         *blush*
11641
11642 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11643
11644         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11645         1 to the page, as this seems to be 1 based.  I thought we has this
11646         fixed.  grump.
11647
11648 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11649
11650         * TODO:
11651         * backend/Makefile.am:
11652         * backend/ev-document-links.c:
11653         (ev_document_links_has_document_links),
11654         (ev_document_links_get_links_model):
11655         * backend/ev-document-links.h:
11656         * backend/ev-document.c: (ev_document_get_page_cache),
11657         (ev_document_get_doc_mutex), (ev_document_load),
11658         (ev_document_save), (ev_document_get_title),
11659         (ev_document_get_n_pages), (ev_document_set_page),
11660         (ev_document_get_page), (ev_document_set_target),
11661         (ev_document_set_scale), (ev_document_set_page_offset),
11662         (ev_document_get_page_size), (ev_document_get_text),
11663         (ev_document_get_link), (ev_document_render),
11664         (ev_document_render_pixbuf), (ev_document_scale_changed):
11665         * backend/ev-document.h:
11666         * backend/ev-job-queue.c: (remove_object_from_queue),
11667         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11668         (no_jobs_available_unlocked), (ev_render_thread),
11669         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11670         (ev_job_queue_remove_job):
11671         * backend/ev-job-queue.h:
11672         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11673         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11674         (ev_job_links_class_init), (ev_job_render_init),
11675         (ev_job_render_dispose), (ev_job_render_class_init),
11676         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11677         (ev_job_thumbnail_class_init), (ev_job_finished),
11678         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11679         (ev_job_render_run), (ev_job_thumbnail_new),
11680         (ev_job_thumbnail_run):
11681         * backend/ev-jobs.h:
11682         * backend/ev-link.c:
11683         * backend/ev-link.h:
11684         * backend/ev-page-cache.c: (ev_page_cache_init),
11685         (ev_page_cache_class_init), (ev_page_cache_finalize),
11686         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11687         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11688         (ev_page_cache_set_link), (ev_page_cache_get_title),
11689         (ev_page_cache_get_size), (ev_page_cache_next_page),
11690         (ev_page_cache_prev_page):
11691         * backend/ev-page-cache.h:
11692         * pdf/pdf-document.cc:
11693         * ps/gsdefaults.c:
11694         * ps/gsdefaults.h:
11695         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11696         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11697         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11698         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11699         (is_interpreter_ready), (output), (catchPipe), (input),
11700         (start_interpreter), (check_filecompressed), (compute_dimensions),
11701         (ps_document_enable_interpreter), (document_load),
11702         (ps_document_next_page), (render_page), (ps_document_set_page),
11703         (ps_document_set_scale), (render_pixbuf_idle),
11704         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11705         * ps/ps-document.h:
11706         * shell/Makefile.am:
11707         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11708         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11709         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11710         (ev_pixbuf_cache_new), (job_finished_cb),
11711         (check_job_size_and_unref), (move_one_job),
11712         (ev_pixbuf_cache_update_range), (find_job_cache),
11713         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11714         (ev_pixbuf_cache_add_jobs_if_needed),
11715         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11716         * shell/ev-pixbuf-cache.h:
11717         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11718         (idle_print_handler):
11719         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11720         (selection_changed_cb), (create_loading_model),
11721         (ev_sidebar_links_construct), (links_page_num_func),
11722         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11723         (update_page_callback), (job_finished_cb),
11724         (ev_sidebar_links_set_document):
11725         * shell/ev-sidebar-thumbnails.c:
11726         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11727         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11728         (page_changed_cb), (thumbnail_job_completed_callback),
11729         (ev_sidebar_thumbnails_set_document):
11730         * shell/ev-sidebar-thumbnails.h:
11731         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11732         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11733         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11734         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11735         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11736         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11737         (ev_view_button_release_event), (ev_view_scroll_view),
11738         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11739         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11740         (ev_view_new), (job_finished_cb), (page_changed_cb),
11741         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11742         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11743         (ev_view_find_previous):
11744         * shell/ev-view.h:
11745         * shell/ev-window.c: (update_action_sensitivity),
11746         (ev_window_open_page), (update_window_title), (update_total_pages),
11747         (page_changed_cb), (ev_window_setup_document),
11748         (password_dialog_response), (ev_window_cmd_save_as),
11749         (ev_window_print), (ev_window_cmd_go_previous_page),
11750         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11751         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11752         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11753         * shell/main.c: (main):
11754
11755         Merge evince-threads branch
11756
11757 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11758
11759         * configure.ac: Added "lt" to ALL_LINGUAS.
11760
11761 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11762
11763         * NEWS:
11764         * configure.ac:
11765
11766         Release 0.1.9
11767
11768 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11769
11770         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11771
11772         Fix here also the thumbnails 1-basedness :)
11773
11774 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11775
11776         * NEWS:
11777         * configure.ac:
11778
11779         Release 0.1.8
11780
11781 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11782
11783         * pdf/pdf-document.cc:
11784         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11785         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11786
11787         Fix the mess we did with thumbnails and 1-basedness
11788
11789 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11790
11791         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11792
11793 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11794
11795         * NEWS:
11796         * configure.ac:
11797
11798         Release 0.1.7
11799
11800 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11801
11802         * ps/Makefile.am:
11803         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11804         (gtk_gs_defaults_get_alpha_parameters),
11805         (gtk_gs_defaults_get_ungzip_cmd),
11806         (gtk_gs_defaults_get_unbzip2_cmd):
11807         * ps/gsdefaults.h:
11808         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11809         (ps_document_get_orientation), (document_load),
11810         (ps_document_goto_page), (ps_document_set_page_size):
11811         * ps/ps-document.h:
11812
11813         Some more sanitization of the ps backend. Remove a lot
11814         of unused code and do not base our defaults on ggv
11815         preferences (ugh!)
11816
11817 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11818
11819         * thumbnailer/evince-thumbnailer.schemas:
11820         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11821         (main): add -s option for thumbnail size.
11822
11823 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11824
11825         * configure.ac:
11826
11827         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11828         remove it.
11829
11830 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11831
11832         * pdf/pdf-document.cc:
11833
11834         Remove 4 pixels of useless border from the
11835         thumbnail.
11836
11837 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11838
11839         * backend/ev-document-thumbnails.c:
11840         (ev_document_thumbnails_get_thumbnail):
11841         * backend/ev-document-thumbnails.h:
11842
11843         Rework API a bit. Add a border flag and
11844         change sizing logic (now the size we specify
11845         applies to the bigger dimension).
11846
11847         * pdf/pdf-document.cc:
11848         * pixbuf/pixbuf-document.c:
11849         (pixbuf_document_thumbnails_get_thumbnail):
11850         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11851         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11852
11853         Adapt to the new API and do not draw a border for nautilus
11854         thumbnailer.
11855
11856 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11857
11858         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11859         take thumbnails from page "0" instead of "1". Added a copyright header.
11860
11861 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11862
11863         * ps/ps-document.c: (set_up_page), (start_interpreter):
11864
11865         Make it C89 compliant
11866
11867 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11868
11869         * Makefile.am:
11870         * configure.ac:
11871         * pdf/.cvsignore:
11872         * pdf/pdf-document.cc:
11873         * thumbnailer/Makefile.am:
11874         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11875         (main):
11876         * thumbnailer/evince-thumbnailer.schemas:
11877         * thumbnailer/pdf-icon.png:
11878
11879         Add a nautilus thumbnailer.
11880         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11881
11882 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11883
11884         * NEWS:
11885         * configure.ac:
11886         * po/POTFILES.in:
11887
11888         Release 0.1.6
11889
11890 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11891
11892         Use poppler instead of including xpdf source code.  Poppler is a
11893         fork of xpdf to build it as a shared library. See
11894         http://freedesktop.org/wiki/Software/poppler.
11895
11896         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11897         xpdf fork.
11898         
11899         * pdf/Makefile.am: Build libpdfdocument.a here.
11900         
11901         * pdf/GDKSplashOutputDev.cc:
11902         * pdf/GDKSplashOutputDev.h:
11903         * pdf/GnomeVFSStream.cc:
11904         * pdf/GnomeVFSStream.h:
11905         * pdf-document.cc:
11906         * pdf-document.h:
11907         * test-gdk-output-dev.cc
11908         * Thumb.cc:
11909         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11910         against poppler.
11911
11912 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11913
11914         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11915
11916         Clear idle stack before unsetting the document
11917
11918 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11919
11920         * ps/ps-document.c: (ps_document_widget_event),
11921         (ps_document_set_target), (ps_document_finalize),
11922         (ps_document_get_page):
11923
11924         Disconnect the widget event signal on finalize.
11925         Some code cleanups.
11926
11927 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11928
11929         * ps/ps-document.c: (set_up_page):
11930
11931         If there is no bpixmap create one, even if size
11932         is not changed.
11933
11934 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11935
11936         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11937         (set_up_page), (document_load), (ps_document_set_zoom):
11938
11939         Default page is 0. Calculate size even when we have no
11940         target yet.
11941
11942 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11943
11944         * shell/ev-sidebar.c: expand the selection widget to be always as
11945         wide as the sidebar
11946
11947 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11948
11949         * shell/ev-sidebar-thumbnails.c:
11950         (ev_sidebar_thumbnails_set_document):
11951
11952         Clear the list store when setting document
11953
11954 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11955
11956         * shell/ev-page-action.c: (update_entry), (sync_entry),
11957         (activate_cb), (entry_size_request_cb), (create_tool_item),
11958         (connect_proxy):
11959
11960         Use an entry for the page control instead of spinbuttons
11961
11962 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11963
11964         * data/evince.schemas.in:
11965
11966         Correct confusing string
11967
11968 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11969
11970         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11971         for real.  Gosh, how long has this been broken.
11972
11973         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11974         check for a NULL link.  We crash otherwise.
11975
11976 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11977
11978         * NEWS:
11979         * configure.ac:
11980
11981         Release 0.1.5
11982
11983 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11984
11985         * configure.ac: add the french translation.
11986
11987 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11988
11989         * shell/ev-window.c:
11990
11991         Remove unused header -> fix distcheck
11992
11993 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11994
11995         * shell/ev-window.c: (update_window_title),
11996         (ev_window_popup_password_dialog):
11997
11998         Unescape filename for display
11999
12000 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12001
12002         * pdf/xpdf/pdf-document.cc:
12003
12004         In get_page_size deal with rotation. Also
12005         cleanup the function a bit.
12006
12007 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12008
12009         * pdf/xpdf/pdf-document.cc:
12010
12011         Fix crash when opening in new window
12012
12013 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12014
12015         * configure.ac:
12016
12017         Check ghostscript >= 7
12018
12019 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12020
12021         * shell/ev-window.c:
12022
12023         Make page width the default sizing mode
12024
12025 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12026         Marco Pesenti Gritti <marco@gnome.org>
12027
12028         * shell/ev-window.c: Remember the sidebar size
12029
12030         * data/evince.schemas.in: Add a new gconf key to store the size of
12031         the sidebar
12032
12033 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12034
12035         * data/evince-ui.xml:
12036         * shell/ev-window.c: (update_action_sensitivity),
12037         (ev_window_cmd_view_reload):
12038         
12039         Add a "Reload" action and menu entry
12040
12041 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12042
12043         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12044         iff the type doesn't support thumbnailing and indexing.
12045
12046 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12047
12048         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12049
12050 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12051
12052         * pdf/splash/Splash.cc:
12053
12054         Port fix for a crasher from kde bug
12055         http://bugs.kde.org/show_bug.cgi?id=97131
12056
12057 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12058
12059         * pdf/xpdf/pdf-document.cc:
12060
12061         Return a link even if it's of an unrecognized
12062         type. Otherwise we go in an infinte cycle.
12063
12064 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12065
12066         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12067         (size_allocate_cb), (ev_window_set_sizing_mode):
12068
12069         Update size when switching mode
12070
12071 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12072
12073         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12074         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12075         (ev_window_cmd_view_normal_size):
12076
12077         Fix size toggle buttons behavior
12078
12079 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12080
12081         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12082         (doc_rect_to_view_rect), (ev_view_size_allocate),
12083         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12084         (scale_changed_callback):
12085
12086         Do not cache offsets in size_allocate.
12087
12088 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12089
12090         * shell/ev-view.c: (ev_view_size_allocate):
12091
12092         Calculate offsets before calling the parent
12093         class (which does a redraw)
12094
12095 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12096
12097         * pdf/xpdf/pdf-document.cc:
12098
12099         Fix a crasher on exit. Unused code, put a TODO
12100
12101 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12102
12103         * backend/ev-document.c: (ev_document_class_init),
12104         (ev_document_page_changed), (ev_document_scale_changed):
12105         * backend/ev-document.h:
12106
12107         Separate page/scale notifications
12108
12109         * pdf/xpdf/pdf-document.cc:
12110
12111         Emit the new signals.
12112         Do not display the pdf page in _render, do it
12113         when scale/page are requested.
12114
12115         * ps/ps-document.c: (ps_document_set_zoom),
12116         (ps_document_widget_event):
12117         * ps/ps-document.h:
12118
12119         Emit the new signals.
12120
12121         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12122         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12123         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12124         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12125         * shell/ev-view.h:
12126         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12127         (ev_window_cmd_view_page_width), (size_allocate_cb),
12128         (ev_window_set_sizing_mode):
12129
12130         Rework sizing to be pixel based.
12131         There are bugs but should be already way better.
12132
12133 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12134
12135         * shell/ev-window.c: (ev_window_init):
12136
12137         Do not allow to shrink sidebar smaller then
12138         child requisition
12139
12140 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12141
12142         * shell/ev-sidebar.[ch]
12143         * shell/ev-window.c:
12144
12145         Improved sidebar widget. Fixes #166683
12146
12147 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12148
12149         * shell/ev-view.c (update_find_status_message): Give translators
12150         more flexibility with ngettext plural handling.
12151
12152 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12153
12154         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12155         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12156         page when we get the page size.
12157
12158 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12159
12160         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12161
12162         ps pages are 0 based, convert 
12163
12164 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12165
12166         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12167
12168         Initialize correct parent class. Set GError on document load
12169
12170 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12171
12172         * pdf/xpdf/pdf-document.cc:
12173
12174         Fixup selection offset calculation
12175
12176         * shell/ev-view.c: (view_rect_to_doc_rect),
12177         (doc_rect_to_view_rect), (ev_view_size_allocate),
12178         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12179         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12180
12181         Store selection as document relative, so that zooming
12182         and offset changing doesnt break it.
12183
12184 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12185
12186         * shell/ev-view.c: (ev_view_best_fit):
12187
12188         Do not try to best fit if the view is not realized
12189
12190 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12191           
12192         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12193
12194 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12195
12196         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12197
12198 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12199
12200         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12201         the popup window.  That prevents it resizing when in full screen
12202         mode.
12203
12204         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12205         multiple rerenders.  This pretty much sucks.
12206
12207         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12208         rest of the toolbar.
12209
12210 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12211
12212         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12213
12214 2005-02-17  Alexander Shopov  <ash@contact.bg>
12215
12216         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12217
12218 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12219
12220         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12221
12222 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12223
12224         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12225         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12226         (set_document_page), (document_changed_callback),
12227         (ev_view_set_document), (ev_view_find_previous),
12228         (ev_view_hide_cursor), (ev_view_show_cursor):
12229         * shell/ev-view.h:
12230         * shell/ev-window.c: (update_chrome_visibility),
12231         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12232         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12233         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12234         (ev_window_unfullscreen):
12235         * shell/main.c: (main):
12236
12237         Automatically hide the fullscreen button.
12238         Patch by Kristian Høgsberg <krh@redhat.com>
12239
12240 2005-02-16  Vincent Noel  <vnoel@cox.net>
12241
12242         * shell/main.c (main): Specify an icon for the window. Patch by
12243         Jaap A. Haitsma. Fixes #166177.
12244
12245 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12246
12247         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12248
12249 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12250
12251         * backend/ev-document-misc.h:
12252         * backend/ev-document-misc.c:
12253         (ev_document_misc_get_page_border_size),
12254         (ev_document_misc_paint_one_page): New function to canonicalize
12255         sizing/painting a border.
12256
12257         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12258         used.
12259
12260         * pdf/xpdf/pdf-document.cc: use new function
12261
12262         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12263         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12264         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12265         shell/ev-window.c: (update_sizing_buttons),
12266         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12267         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12268         (ev_window_cmd_view_page_width), (size_allocate_cb),
12269         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12270         and "fit width" values act as toggle buttons so they stay
12271         toggled.  It's not 100% perfect, and it's a little slow, but it's
12272         good enough to commit I think.
12273
12274 2005-02-15  David Lodge  <dave@cirt.net>
12275
12276         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12277
12278 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12279
12280         * shell/ev-window.c (update_window_title): replace newlines in
12281         the title by spaces. Bug #166107.
12282
12283 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12284
12285         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12286         parameters providing allocation width and height without
12287         scrollbars and width of a possible vertical scrollbar. With this
12288         additional information the functions can work as
12289         intended. Unfortunately they're not idempotent. We should
12290         transform these commands to toggles. Fixes Bug #164976
12291         Initial patch by Stephane Loeuillet, then heavily modified.
12292
12293         * shell/ev-view.h: update prototypes.
12294
12295         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12296         (ev_window_cmd_view_page_width): provide EvView fit functions with
12297         all the information they need. Formulas to calculate this
12298         information taken from GtkScrolledWindow.
12299
12300 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12301
12302         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12303         created a thumbnail, the list store is updated to know
12304         that the thumbnail is set. Fixes bug #166792
12305
12306 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12307
12308         * shell/ev-window.c: fixed typo, closes bug 166897
12309
12310         * TODO: updated TODO with bug numbers that are relevant
12311
12312 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12313
12314         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12315
12316 2005-02-09  Vincent Noel  <vnoel@cox.net>
12317
12318         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12319         and "Next" toolbar buttons as important to make them stand out.
12320
12321 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12322
12323         * lib/ev-debug.c:
12324         * lib/ev-debug.h:
12325         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12326         (start_interpreter), (stop_interpreter), (document_load),
12327         (ps_document_next_page), (ps_document_goto_page),
12328         (ps_document_set_page_size), (ps_document_widget_event),
12329         (ps_document_render):
12330         * shell/ev-page-view.c: (ev_page_view_dispose):
12331         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12332
12333         Fix compilation on non-gcc platforms
12334
12335 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12336
12337         * NEWS:
12338         * configure.ac:
12339
12340         Release 0.1.4
12341
12342         * pdf/xpdf/Catalog.cc:
12343         * pdf/xpdf/XRef.cc:
12344
12345         Fix the fix for CAN-2004-0888
12346
12347 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12348
12349         * data/Makefile.am:
12350         * data/evince-ui.xml:
12351         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12352         * shell/ev-stock-icons.h:
12353         * shell/ev-window.c: (update_action_sensitivity),
12354         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12355         (set_action_properties):
12356
12357         Improve toolbar layout/icons
12358
12359 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12360
12361         * pdf/xpdf/pdf-document.cc:
12362
12363         Add warnings about unimplemented/unknown link
12364         types.
12365
12366 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12367
12368         * ps/ps-document.c: (set_up_page):
12369
12370         Log gs property
12371
12372 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12373
12374         * ps/ps-document.c: (start_interpreter):
12375
12376         Log gs env var
12377
12378 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12379
12380         * shell/ev-page-view.c: (ev_page_view_dispose):
12381         * shell/ev-view.c: (ev_view_finalize):
12382         * shell/ev-window.c: (ev_window_setup_document),
12383         (ev_window_dispose), (ev_window_init):
12384
12385         Solve more refs issues.
12386
12387         I commented out the page_view initialization for now:
12388         it was never destroyed (because it's never added
12389         to a container). Because of that we was leaking
12390         gs processes. Couldnt think to a clean fix.
12391         We need to figure this out, password view has the
12392         same issue probably.
12393
12394 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12395
12396         * ps/ps-document.c: (ps_document_finalize),
12397         (ps_document_get_n_pages), (ps_document_get_page):
12398
12399         Some cleanups, stop the interpreter on finalize
12400
12401         * shell/ev-page-view.c: (ev_page_view_dispose),
12402         (ev_page_view_class_init):
12403
12404         Release our reference on the document
12405
12406 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12407
12408         * Makefile.am:
12409         * configure.ac:
12410         * doc/debugging.txt:
12411         * lib/.cvsignore:
12412         * lib/Makefile.am:
12413         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12414         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12415         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12416         * lib/ev-debug.h:
12417
12418         Add debugging helpers
12419
12420         * ps/Makefile.am:
12421         * ps/ps-document.c: (set_up_page), (start_interpreter),
12422         (stop_interpreter), (document_load), (ps_document_next_page),
12423         (ps_document_goto_page), (ps_document_set_page_size),
12424         (ps_document_widget_event), (ps_document_render):
12425         * shell/Makefile.am:
12426         * shell/ev-view.c: (expose_bin_window):
12427         * shell/main.c: (main):
12428
12429         Add some logs
12430         
12431 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12432
12433         * ps/ps-document.c: (ps_document_widget_event):
12434
12435         Initialize message_window, this should make ps
12436         rendering really work! (Never noticed because I was
12437         testing with a ps that is causing gs to exit every time!)
12438
12439 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12440
12441         * data/evince.schemas.in: updated simple error in applyto closing tag
12442
12443 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12444
12445         * Makefile.am:
12446         * configure.ac:
12447         * data/.cvsignore:
12448         * data/Makefile.am:
12449         * data/evince-ui.xml:
12450         A data/evince.schemas.in:
12451         * po/POTFILES.in:
12452         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12453         * shell/ev-stock-icons.h:
12454         * shell/ev-window.c: (update_chrome_visibility),
12455         (update_chrome_flag), (ev_window_cmd_edit_find),
12456         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12457         (ev_window_unfullscreen), (ev_window_focus_in_event),
12458         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12459         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12460         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12461         (ev_window_dispose), (ev_window_class_init),
12462         (set_action_properties), (set_chrome_actions), (load_chrome),
12463         (ev_window_init):
12464
12465         Implement fullscreen mode changes from bug #164776.
12466         Also implement persistent chrome toggles.
12467
12468 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12469
12470         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12471
12472 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12473
12474         * NEWS:
12475         * configure.ac:
12476         * shell/ev-view.c:
12477
12478         Add another check for find interface
12479
12480         Release 0.1.3
12481
12482 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12483
12484         * shell/ev-application.c: (ev_application_open):
12485         * shell/ev-window.c: (ev_window_open):
12486
12487         Open gzipped ps documents
12488
12489 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12490
12491         * TODO:
12492         * shell/ev-view.c: (set_document_page):
12493
12494         Clamp page number, dont try to move to
12495         not existant pages.
12496
12497 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12498
12499         * backend/ev-document-find.c: (ev_document_find_changed):
12500         * backend/ev-document-find.h:
12501         * pdf/xpdf/pdf-document.cc:
12502         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12503         * shell/ev-window.c: (find_bar_search_changed_cb):
12504
12505         Fix several bugs with find
12506
12507 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12508
12509         * shell/ev-sidebar-thumbnails.c
12510         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12511         document. Prevents warning from scroll_to_cell.
12512
12513 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12514
12515         * configure.ac: Add «nb» to ALL_LINGUAS too.
12516
12517 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12518
12519         * NOTES: New file with some random thoughts.
12520
12521         * TODO: Update.
12522
12523         * backend/ev-document-misc.c:
12524         (ev_document_misc_get_page_border_size): New function to
12525         canonicalize shadow drawing sizes.  Possibly goofy.
12526
12527         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12528         (ev_view_best_fit), (ev_view_fit_width):
12529         * pdf/xpdf/pdf-document.cc:
12530         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12531         * ps/ps-document.c: (ps_document_get_page_size):
12532         * backend/ev-document-misc.h:
12533         * backend/ev-document.c: (ev_document_get_page_size):
12534         * backend/ev-document.h: get_page_size now takes a page number
12535         parameter.  Made all the backends/frontends honor it.
12536
12537         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12538         see.  Doesn't work yet.
12539
12540         * shell/Makefile.am:
12541         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12542         Doesn't do anything yet.
12543
12544         * shell/ev-sidebar-thumbnails.c:
12545         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12546         [0..n_pages-1]
12547
12548         * shell/ev-window.c: (update_action_sensitivity),
12549         (ev_window_setup_document), (ev_window_set_page_mode),
12550         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12551         view-swapping code a bit so we can have multiple views on a
12552         document.  Add the multi-page view, though it can't be turned on
12553         yet.
12554
12555 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12556
12557         * shell/ev-application.c: (ev_application_open):
12558         * shell/ev-view.c: (expose_bin_window):
12559         * shell/ev-window.c: (ev_window_open):
12560
12561         Support eps and check document supports find
12562         before drawing highlightings in expose.
12563
12564 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12565
12566         * pixbuf/pixbuf-document.c:
12567         (pixbuf_document_thumbnails_get_dimensions),
12568         (pixbuf_document_document_thumbnails_iface_init):
12569
12570         implement get_dimensions
12571
12572 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12573
12574         * NEWS:
12575         * configure.ac:
12576
12577         Release 0.1.2
12578
12579 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12580
12581         * shell/ev-view.c: (set_document_page):
12582
12583         Scroll at the top of the page when changing page
12584
12585 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12586
12587         * shell/ev-view.c: (ev_view_motion_notify_event):
12588
12589         Do not redraw unnecessarily
12590
12591 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12592
12593         * pdf/xpdf/pdf-document.cc:
12594         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12595         (expose_bin_window), (find_changed_cb):
12596
12597         Yay! find works now... Now to find bugs...
12598
12599 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12600
12601         * backend/ev-document-find.c: (ev_document_find_base_init),
12602         (ev_document_find_changed):
12603         * backend/ev-document-find.h:
12604         * pdf/xpdf/pdf-document.cc:
12605         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12606         (expose_bin_window), (ev_view_init), (set_document_page),
12607         (ensure_rectangle_is_visible), (jump_to_find_result),
12608         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12609         (ev_view_find_next), (ev_view_find_previous):
12610         * shell/ev-view.h:
12611         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12612
12613         More work on find implementation, mostly there now
12614
12615 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12616
12617         * backend/ev-backend-marshalers.list:
12618         * backend/ev-document-find.c: (ev_document_find_base_init),
12619         (ev_document_find_cancel), (ev_document_find_page_has_results),
12620         (ev_document_find_get_n_results), (ev_document_find_get_result),
12621         (ev_document_find_get_progress), (ev_document_find_changed):
12622         * backend/ev-document-find.h:
12623
12624         Enanche the find interface to be really able to do
12625         multi page find.
12626
12627         * pdf/xpdf/pdf-document.cc:
12628
12629         Implement
12630
12631         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12632         (expose_bin_window), (ev_view_init),
12633         (ev_view_get_find_status_message), (find_changed_cb),
12634         (ev_view_set_document), (set_document_page):
12635
12636         Adapt to the new interface. A few things are regressed sorry,
12637         I will finish it soon.
12638
12639 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12640
12641         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12642         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12643         ev_sidebar_thumbnails_parent_class variable, don't define another
12644         parent_class variable.
12645
12646         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12647         (ev_page_action_class_init): ditto.
12648
12649         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12650         (pixbuf_document_class_init): ditto.
12651
12652         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12653         ditto.
12654
12655         * .cvsignore: ignore various valgrind output files.
12656
12657 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12658
12659         * data/evince-ui.xml:
12660         * shell/Makefile.am:
12661         * shell/ev-history.c:
12662         * shell/ev-history.h:
12663         * shell/ev-navigation-action.c:
12664         * shell/ev-navigation-action.h:
12665         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12666         (ev_view_set_page), (ev_view_fit_width):
12667         * shell/ev-view.h:
12668         * shell/ev-window.c: (update_action_sensitivity),
12669         (ev_window_setup_document), (register_custom_actions):
12670
12671         Kill session history
12672
12673 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12674
12675         * shell/ev-window.c: (update_action_sensitivity):
12676
12677         Fix inverted up/down buttons
12678
12679 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12680
12681         * shell/ev-sidebar-thumbnails.c
12682         (ev_sidebar_thumbnails_select_page): make sure the selected
12683         thumbnail stays visible.
12684
12685 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12686
12687         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12688         scrolled window for Federico.
12689
12690 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12691
12692         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12693
12694 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12695
12696         * configure.ac:
12697         * pdf/splash/SplashFTFontEngine.cc:
12698
12699         Fix CID fonts with freetype 2.1.9
12700
12701 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12702
12703         * TODO: added item for desktop icon thumbnailer
12704
12705 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12706
12707         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12708         unloaded docs when the title is accessed.
12709
12710         * shell/ev-password-view.[hc]: New widget for displaying password
12711         state.
12712
12713         * shell/ev-window.[ch]: Refactor password handling code to handle
12714         the new view.
12715
12716 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12717
12718         * NEWS:
12719         * configure.ac:
12720         * data/Makefile.am:
12721
12722         Release 0.1.1
12723
12724 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12725
12726         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12727         ignore page offset here, to make search results independent of it,
12728
12729         * shell/ev-view.c (expose_bin_window): but take offsets into
12730         account here. Bug #164932
12731
12732         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12733         scale at the right time. Bug #164996
12734
12735 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12736
12737         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12738         fix the problem. Now I just removed the Adobe font names and hope
12739         that the URW fonts are always in outline format. Bug #164934
12740
12741         * shell/ev-window.c (update_window_title): empty titles are
12742         useless, use filename in that case too.
12743
12744         * NEWS: Add some content.
12745
12746 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12747
12748         * TODO: added one more TODO item and a TODONE section :)
12749
12750 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12751
12752         * ps/ps-document.h: add page_[xy]_offset fields.
12753
12754         * ps/ps-document.c (ps_document_set_page_offset)
12755         (ps_document_render): Keep offset in consideration in a few
12756         places. Bug #164752 "postscript documents are not centered in
12757         window"
12758
12759         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12760         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12761
12762         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12763         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12764         stub out missing methods for complete EvDocument implementation.
12765         Fixes segfaults with Save A Copy and Copy actions.
12766
12767         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12768         (ps_document_document_iface_init): ditto.
12769         
12770 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12771
12772         * data/.cvsignore:
12773         * data/Makefile.am:
12774         * data/evince.desktop.in:
12775
12776         Add desktop file
12777
12778 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12779
12780         * shell/ev-view.c: (ev_view_button_press_event),
12781         (ev_view_motion_notify_event):
12782
12783         Make selection work in any direction
12784
12785 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12786
12787         * TODO:
12788         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12789
12790         Use shorter labels for some of the toolbars items
12791
12792 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12793
12794         * pdf/xpdf/pdf-document.cc:
12795
12796         Check the links info is initialized before
12797         using it. Should fix a crash on startup.
12798
12799 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12800
12801         * pixbuf/pixbuf-document.c
12802         (pixbuf_document_thumbnails_get_dimensions): force floating point
12803         division to calculate page_ratio. Fixes crash with landscape
12804         format pixbufs.
12805
12806 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12807
12808         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12809
12810 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12811
12812         * shell/ev-view.c (set_document_page): unset has_selection when
12813         the page changes.
12814         (set_document_page): handle paper size changes when the page
12815         changes (test with Free Culture, page 2).
12816
12817 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12818
12819         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12820         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12821
12822         Use normal style color for the widget background and
12823         draw a black box around the page.
12824
12825 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12826
12827         * pdf/xpdf/pdf-document.cc:
12828
12829         Keep offset in consideration in a few places
12830
12831         * shell/ev-view.c: (expose_bin_window):
12832
12833         Set the offsets so that the document is ever centered
12834
12835 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12836
12837         * TODO: Added TODO items and finished off the first todo item
12838
12839         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12840         reflect current authors
12841
12842 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12843
12844         * pdf/xpdf/pdf-document.cc:
12845         * shell/ev-view.c: (ev_view_set_cursor),
12846         (ev_view_motion_notify_event), (document_changed_callback),
12847         (set_document_page):
12848
12849         Show a wait cursor while the page is rendering
12850
12851 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12852
12853         * shell/ev-sidebar-thumbnails.c:
12854         (ev_sidebar_tree_selection_changed),
12855         (ev_sidebar_thumbnails_select_page):
12856         * shell/ev-sidebar-thumbnails.h:
12857         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12858         (ev_view_can_go_forward):
12859         * shell/ev-window.c: (ev_window_open_page),
12860         (ev_window_setup_document), (update_current_page),
12861         (view_page_changed_cb), (ev_window_init):
12862         * shell/ev-window.h:
12863
12864         Ensure thumbnails selection, toolbar page control and
12865         current page are in sync.
12866
12867 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12868
12869         * pdf/xpdf/XRef.cc:
12870
12871         Fix CAN-2005-0064
12872
12873 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12874
12875         * backend/Makefile.am:
12876         * backend/ev-document-links.h:
12877         * backend/ev-document-security.c: (ev_document_security_get_type),
12878         (ev_document_security_has_document_security),
12879         (ev_document_security_set_password):
12880         * backend/ev-document-security.h:
12881         * backend/ev-document.c: (ev_document_error_quark):
12882         * backend/ev-document.h:
12883         * data/Makefile.am:
12884         * data/evince-password.glade:
12885         * pdf/xpdf/pdf-document.cc:
12886         * shell/Makefile.am:
12887         * shell/ev-password.c: (ev_password_set_bad_password_label),
12888         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12889         (ev_password_dialog_get_password),
12890         (ev_password_dialog_set_bad_pass):
12891         * shell/ev-password.h:
12892         * shell/ev-window.c: (ev_window_get_attribute),
12893         (ev_window_set_property), (update_action_sensitivity),
12894         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12895         (ev_window_setup_document), (ev_window_get_password),
12896         (ev_window_open), (ev_window_cmd_save_as),
12897         (using_postscript_printer), (ev_window_print),
12898         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12899         (update_fullscreen_popup), (ev_window_fullscreen),
12900         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12901         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12902         (menu_item_select_cb), (find_bar_search_changed_cb),
12903         (ev_window_dispose), (ev_window_init):
12904
12905         Add initial support for password-supported dialogs.  This could be
12906         a lot cooler, but it'll do for now.
12907
12908 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12909
12910         * pdf/xpdf/pdf-document.cc:
12911         * shell/ev-view.c: (status_message_from_link),
12912         (ev_view_set_status), (ev_view_set_cursor),
12913         (ev_view_motion_notify_event), (ev_view_init):
12914         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12915
12916         Fix bugs in the links implementation and change cursor
12917         when hovering a link.
12918
12919 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12920
12921         * viewer/.cvsignore: added cvsignore file for viewer directory
12922
12923         * TODO: created TODO document
12924
12925 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12926
12927         * shell/ev-view.h:
12928         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12929         new functions to help with implementation of sensitivity code
12930         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12931         of all actions that might require it.  Fixes a crash when you
12932         click on the Zoom actions in a window lacking a document.
12933
12934 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12935
12936         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12937         of the Find action
12938
12939 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12940
12941         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12942         (pixbuf_document_document_iface_init):
12943         * ps/ps-document.c: (ps_document_get_link),
12944         (ps_document_document_iface_init):
12945         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12946         (status_message_from_link), (ev_view_set_status),
12947         (ev_view_set_find_status), (ev_view_motion_notify_event),
12948         (ev_view_button_release_event), (ev_view_set_property),
12949         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12950         (ev_view_get_find_status_message), (update_find_results),
12951         (ev_view_get_status), (ev_view_get_find_status):
12952         * shell/ev-view.h:
12953         * shell/ev-window.c: (view_status_changed_cb),
12954         (view_find_status_changed_cb), (ev_window_init):
12955
12956         View status message support, use it to show the links.
12957         Needs work...
12958
12959 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12960
12961         * backend/ev-document.c: (ev_document_get_link):
12962         * backend/ev-document.h:
12963         * pdf/xpdf/pdf-document.cc:
12964         * shell/ev-application.c: (ev_application_open):
12965         * shell/ev-application.h:
12966         * shell/ev-sidebar-links.c: (selection_changed_cb):
12967         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12968         (ev_view_go_to_link):
12969
12970         Add support for document links
12971
12972 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12973
12974         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12975         (create_tool_item):
12976         Set the spin button limits correctly.
12977         
12978         * shell/ev-sidebar-thumbnails.c:
12979         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12980         Support changing pages by clicking on the thumbnails.
12981         
12982 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12983
12984         * pixbuf/pixbuf-document.c:
12985         (pixbuf_document_thumbnails_get_dimensions),
12986         (pixbuf_document_document_thumbnails_iface_init):
12987
12988         implement get_dimensions
12989
12990 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12991
12992         * ps/ps-document.c: (ps_document_goto_page):
12993
12994         Fix page switching on multipage documents
12995
12996 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12997
12998         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12999         
13000         check for NULL before assigning to width and height parameters
13001
13002 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13003
13004         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13005         (pixbuf_document_set_property), (pixbuf_document_get_property):
13006
13007         implement get/set properties
13008
13009 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13010
13011         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13012         
13013         return NULL instead of "Unknown", letting the title get set to
13014         the filename when the pdf has no title.
13015
13016 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13017
13018         * ps/ps-document.c: (ps_document_get_page_count),
13019         (ps_document_goto_page):
13020
13021 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13022
13023         * shell/ev-history.c: (ev_history_get_property),
13024         (ev_history_set_property), (ev_history_class_init),
13025         (ev_history_add_page), (ev_history_set_current_index):
13026         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13027         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13028         (ev_navigation_action_finalize):
13029         * shell/ev-navigation-action.h:
13030         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13031         (ev_view_go_forward), (ev_view_get_find_status_message),
13032         (history_index_changed_cb), (ev_view_set_history):
13033         * shell/ev-view.h:
13034         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13035         (update_current_page), (register_custom_actions):
13036
13037         Implement history dropdowns
13038
13039 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13040
13041         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13042         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13043         (ev_view_go_forward):
13044         * shell/ev-window.c: (register_custom_actions):
13045
13046         Fix several history bugs
13047
13048 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13049
13050         * configure.ac: Add «nb» to ALL_LINGUAS.
13051
13052 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13053
13054         * backend/Makefile.am:
13055         * backend/ev-bookmark.c:
13056         * backend/ev-bookmark.h:
13057         * backend/ev-document-bookmarks.c:
13058         * backend/ev-document-bookmarks.h:
13059         * backend/ev-document-links.c: (ev_document_links_get_type),
13060         (ev_document_links_has_document_links),
13061         (ev_document_links_begin_read), (ev_document_links_get_link),
13062         (ev_document_links_get_child), (ev_document_links_next),
13063         (ev_document_links_free_iter):
13064         * backend/ev-document-links.h:
13065         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13066         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13067         (ev_link_get_link_type), (ev_link_set_link_type),
13068         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13069         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13070         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13071         (ev_link_new_external):
13072         * backend/ev-link.h:
13073         * pdf/xpdf/pdf-document.cc:
13074         * shell/Makefile.am:
13075         * shell/ev-application.c: (ev_application_open_link):
13076         * shell/ev-application.h:
13077         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13078         (ev_history_get_link_nth):
13079         * shell/ev-history.h:
13080         * shell/ev-sidebar-bookmarks.c:
13081         * shell/ev-sidebar-bookmarks.h:
13082         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13083         (ev_sidebar_links_class_init), (selection_changed_cb),
13084         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13085         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13086         (do_one_iteration), (populate_links_idle),
13087         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13088         * shell/ev-sidebar-links.h:
13089         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13090         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13091         (go_to_index):
13092         * shell/ev-view.h:
13093         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13094         * shell/ev-window.h:
13095
13096         Rename bookmark to link, and use "Index" for the sidebar panel.
13097
13098 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13099
13100         * shell/Makefile.am:
13101         * shell/ev-application.c: (ev_application_open_bookmark):
13102         * shell/ev-application.h:
13103         * shell/ev-history.c: (ev_history_init), (free_links_list),
13104         (ev_history_finalize), (ev_history_class_init),
13105         (ev_history_add_link), (ev_history_add_page),
13106         (ev_history_get_link_nth), (ev_history_get_n_links),
13107         (ev_history_get_current_index), (ev_history_set_current_index),
13108         (ev_history_new):
13109         * shell/ev-history.h:
13110         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13111         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13112         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13113         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13114         (ev_view_set_page):
13115         * shell/ev-view.h:
13116         * shell/ev-window.c: (ev_window_open_bookmark),
13117         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13118         (goto_page_cb), (register_custom_actions):
13119         * shell/ev-window.h:
13120
13121         Initial history implementation. Needs work.
13122
13123 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13124
13125         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13126
13127 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13128
13129         * cut-n-paste/recent-files/egg-recent-item.c:
13130         * cut-n-paste/recent-files/egg-recent-item.h:
13131         * cut-n-paste/recent-files/egg-recent-model.c:
13132         * cut-n-paste/recent-files/egg-recent-util.c:
13133         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13134         * cut-n-paste/recent-files/egg-recent-view.c:
13135
13136         Update
13137
13138 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13139
13140         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13141         (fillGlyph, fillImageMask, drawImage):
13142         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13143         pdf/splash/SplashTypes.h:
13144         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13145         packed mode for Splash.
13146
13147         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13148         RGB8 packed mode, eliminates the pixbuf data creation loop.
13149
13150         * shell/ev-print-job.c (ev_print_job_finalize)
13151         (ev_print_job_set_property, ev_print_job_get_property)
13152         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13153         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13154         (print_closure_finalize, ev_print_job_print): implement
13155         printing (for backends with EvPsExporter)
13156
13157         * shell/ev_print_job.h: update prototypes.
13158
13159         * shell/ev-window.c (ev_window_print): unref print job after
13160         printing.
13161
13162         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13163         unless the document implements the EvDocumentFind interface.
13164
13165 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13166
13167         * configure.ac: Added ja to ALL_LINGUAS.
13168
13169 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13170
13171         * pdf/xpdf/pdf-document.cc:
13172
13173         add a FIXME. We should probably not allocate
13174         a bookmark object every time
13175
13176 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13177
13178         * shell/ev-application.c: (ev_application_open),
13179         (ev_application_open_bookmark):
13180         * shell/ev-application.h:
13181         
13182         Add a way to open bookmarks
13183
13184         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13185         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13186         (ev_bookmark_set_property), (ev_bookmark_class_init),
13187         (ev_bookmark_new_title), (ev_bookmark_new_link),
13188         (ev_bookmark_new_external):
13189
13190         Support for external uris, better constructors.
13191
13192         * backend/ev-bookmark.h:
13193         * pdf/xpdf/pdf-document.cc:
13194         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13195
13196         Handle external uris
13197
13198 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13199
13200         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13201         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13202
13203         Hook up bookmarks navigation
13204
13205 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13206
13207         * backend/Makefile.am:
13208         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13209         (ev_bookmark_get_title), (ev_bookmark_set_title),
13210         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13211         (ev_bookmark_get_page), (ev_bookmark_set_page),
13212         (ev_bookmark_get_property), (ev_bookmark_set_property),
13213         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13214         (ev_bookmark_new):
13215         * backend/ev-bookmark.h:
13216         * backend/ev-document-bookmarks.c:
13217         (ev_document_bookmarks_get_bookmark):
13218         * backend/ev-document-bookmarks.h:
13219         * pdf/xpdf/pdf-document.cc:
13220         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13221
13222         Add a bookmark object to the backend and use it instead of get_values
13223
13224 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13225
13226         * data/evince-ui.xml:
13227
13228         Cleanup and add select all.
13229
13230         * shell/ev-view.c: (ev_view_select_all),
13231         (ev_view_button_press_event):
13232         * shell/ev-view.h:
13233         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13234
13235         Add select all.
13236         Clear selection on click.
13237
13238 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13239
13240         * shell/ev-sidebar-thumbnails.c
13241         (ev_sidebar_thumbnails_set_document): forgot to unref the
13242         loading_icon.
13243
13244 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13245
13246         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13247         at the visible page, not just linearly.  This makes it look fast.
13248
13249 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13250
13251         * backend/ev-document-misc.c
13252         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13253         white.
13254         * backend/ev-document-thumbnails.h: New interface to get the size
13255         of a page.
13256
13257 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13258
13259         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13260         make dist works
13261
13262 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13263
13264         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13265         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13266         things up a bit.
13267
13268         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13269
13270 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13271
13272         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13273         fonts. Should fix font problems on systems that have the base
13274         fonts in bitmap format. Reported by James Henstridge
13275         <james@jamesh.id.au>.
13276
13277 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13278
13279         * pdf/xpdf/Gfx.cc:
13280         * pdf/xpdf/GfxState.cc:
13281
13282         Fix for CAN-2004-1125
13283
13284 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13285
13286         * shell/ev-view.c: (ev_view_copy):
13287         * shell/ev-view.h:
13288         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13289
13290         Implement Edit->Copy
13291
13292 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13293
13294         * backend/ev-document.c: (ev_document_get_text):
13295         * backend/ev-document.h:
13296         * pdf/xpdf/pdf-document.cc:
13297         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13298         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13299         (ev_view_update_primary_selection), (ev_view_button_press_event),
13300         (ev_view_motion_notify_event), (ev_view_button_release_event):
13301
13302         Beginnings of clipboard support. Incomplete but primary sort
13303         of work.
13304
13305 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13306
13307         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13308         (expose_bin_window):
13309
13310         Nicer rubberband drawing, from GtkIconView.
13311
13312 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13313
13314         * backend/ev-document.c: (ev_document_save):
13315         * backend/ev-document.h:
13316         * data/evince-ui.xml:
13317         * pdf/xpdf/pdf-document.cc:
13318         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13319
13320         Implement "Save a copy..." menu item
13321
13322 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13323
13324         * shell/ev-view.c: (ev_view_zoom):
13325
13326         Queue a resize when zoom changes
13327
13328 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13329
13330         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13331         shadows.
13332
13333         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13334         thumbnails..
13335
13336 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13337
13338         * pdf/xpdf/pdf-document.cc
13339         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13340
13341 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13342
13343         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13344         It's slow, but I'll speed it up next!
13345
13346 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13347
13348         * shell/main.c (load_files):
13349
13350         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13351         from the command line and because it seems more appropriate.
13352
13353 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13354
13355         * data/evince-ui.xml:
13356         * shell/ev-window.c: (update_action_sensitivity),
13357         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13358
13359         s/next page/page down
13360         s/previous page/page up
13361
13362 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13363
13364         * data/evince-ui.xml:
13365
13366         Change the layout to match clarkbw design.
13367
13368         * shell/Makefile.am:
13369         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13370         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13371         (ev_navigation_action_finalize),
13372         (ev_navigation_action_set_property),
13373         (ev_navigation_action_get_property),
13374         (ev_navigation_action_class_init):
13375         * shell/ev-navigation-action.h:
13376
13377         Implement clarkbw toolbar navigation controls (incomplete)
13378
13379         * shell/ev-page-action.c: (update_label), (update_spin),
13380         (value_changed_cb), (create_tool_item), (connect_proxy),
13381         (ev_page_action_init), (ev_page_action_finalize),
13382         (ev_page_action_set_property), (ev_page_action_get_property),
13383         (ev_page_action_set_current_page),
13384         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13385         * shell/ev-page-action.h:
13386
13387         Implement a page switcher in the toolbar
13388
13389         * shell/ev-view.c: (ev_view_scroll_view):
13390         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13391         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13392         (register_custom_actions), (ev_window_init):
13393
13394         Change page on PageUp/Down.
13395
13396 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13397
13398         * pdf/xpdf/pdf-document.cc
13399         (pdf_document_thumbnails_get_thumbnail): initial stab at
13400         implementing thumbnail support for pdfs.  It only does documents
13401         with precached pdfs now.
13402
13403 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13404
13405         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13406         thumbnail code into a time-based idle as well.  Also, turn off the
13407         shadow temporarily as it's really slow.
13408
13409 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13410
13411         * backend/ev-document.c: (ev_document_class_init):
13412         * pdf/xpdf/pdf-document.cc:
13413         * shell/ev-window.c: (ev_window_open):
13414
13415         Fix document title bugs and fallback to
13416         filename when not available.
13417
13418 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13419
13420         * backend/ev-document.c: (ev_document_get_type),
13421         (ev_document_class_init), (ev_document_load),
13422         (ev_document_get_title):
13423         * backend/ev-document.h:
13424         * pdf/xpdf/pdf-document.cc:
13425         * ps/ps-document.c: (ps_document_set_property),
13426         (ps_document_get_property), (ps_document_class_init),
13427         (document_load):
13428         * ps/ps-document.h:
13429         * ps/ps.h:
13430         * shell/ev-window.c: (update_window_title), (ev_window_open),
13431         (ev_window_init):
13432
13433         Initial support for document title. Not working yet.
13434
13435 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13436
13437         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13438
13439         Grab focus on the view when clicking it
13440
13441 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13442
13443         * shell/ev-marshal.list:
13444         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13445         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13446
13447         Add key bindings to the view. Now if the focus would work
13448         right...
13449
13450 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13451
13452         * Makefile.am:
13453         * backend/Makefile.am:
13454         * data/Makefile.am:
13455         * dvi/Makefile.am:
13456         * dvi/dvilib/Makefile.am:
13457         * pdf/xpdf/Makefile.am:
13458         * po/POTFILES.in:
13459         * ps/Makefile.am:
13460
13461         Fix distcheck
13462
13463 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13464
13465         * shell/ev-view.c: (ev_view_realize):
13466
13467         Fix mouse wheel scrolling
13468
13469 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13470
13471         * ps/Makefile.am:
13472         * ps/gstypes.h:
13473         * ps/gtkgs.c:
13474         * ps/gtkgs.h:
13475         * ps/ps-document.c: (catchPipe), (ps_document_init),
13476         (ps_document_class_init), (ps_document_cleanup),
13477         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13478         (set_up_page), (close_pipe), (is_interpreter_ready),
13479         (interpreter_failed), (output), (input), (start_interpreter),
13480         (stop_interpreter), (file_length), (file_readable),
13481         (check_filecompressed), (check_pdf), (compute_xdpi),
13482         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13483         (ps_document_get_type), (ps_document_emit_error_msg),
13484         (document_load), (ps_document_next_page),
13485         (ps_document_get_current_page), (ps_document_get_page_count),
13486         (ps_document_goto_page), (ps_document_set_page_size),
13487         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13488         (ps_document_load), (ps_document_get_n_pages),
13489         (ps_document_set_page), (ps_document_get_page),
13490         (ps_document_widget_event), (ps_document_set_target),
13491         (ps_document_set_scale), (ps_document_set_page_offset),
13492         (ps_document_get_page_size), (ps_document_render),
13493         (ps_document_document_iface_init):
13494         * ps/ps-document.h:
13495         * ps/ps.c:
13496         * shell/ev-window.c: (ev_window_open):
13497
13498         Rename GtkGS to PSDocument
13499
13500 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13501
13502         * ps/gtkgs.c: (gtk_gs_class_init):
13503         * ps/gtkgs.h:
13504
13505         Some more leftover...
13506
13507 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13508
13509         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13510         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13511         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13512         * ps/gtkgs.h:
13513
13514         Remove unused code and make a lot of stuff private
13515
13516 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13517
13518         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13519         (gtk_gs_defaults_changed):
13520         * ps/gsdefaults.h:
13521         * ps/gtkgs.c:
13522         * ps/gtkgs.h:
13523         * ps/ps.h:
13524
13525         Cleanup headers dependencies
13526
13527 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13528
13529         * ps/Makefile.am:
13530         * ps/ggvutils.c:
13531         * ps/ggvutils.h:
13532         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13533         * ps/gsdefaults.h:
13534         * ps/gtkgs.c: (file_length), (file_readable),
13535         (check_filecompressed), (check_pdf), (gtk_gs_load),
13536         (gtk_gs_get_postscript):
13537
13538         Get rid of ggvutils
13539
13540 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13541
13542         * ps/ggvutils.c:
13543         * ps/ggvutils.h:
13544         * ps/gsio.h:
13545         * ps/gtkgs.c: (gtk_gs_set_zoom):
13546
13547         Cleanups
13548
13549 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13550
13551         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13552
13553         Ensure the page is rerendered when changing zoom
13554
13555 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13556
13557         * backend/ev-document.c: (ev_document_base_init),
13558         (ev_document_changed):
13559         * backend/ev-document.h:
13560
13561         Add a changed event that is emitted when the page content
13562         changes. This is necessary to deal with the fact that
13563         in ps backend rendering happen asycrounously.
13564         This makes the ps backend mostly work.
13565
13566         * pdf/xpdf/pdf-document.cc:
13567
13568         Emit changed event
13569
13570         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13571         (ps_document_set_target):
13572
13573         Emit changed event
13574
13575         * shell/ev-view.c: (document_changed_callback),
13576         (ev_view_set_document), (ev_view_set_page):
13577
13578         Redraw on the changed signal
13579
13580 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13581
13582         * configure.ac: Added pt_BR to ALL_LINGUAS.
13583
13584 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13585
13586         * backend/ev-document-bookmarks.c:
13587         (ev_document_bookmarks_get_child): *
13588         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13589         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13590         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13591         (ev_sidebar_bookmarks_destroy),
13592         (ev_sidebar_bookmarks_class_init),
13593         (ev_sidebar_bookmarks_construct), (stack_data_free),
13594         (do_one_iteration), (populate_bookmarks_idle),
13595         (ev_sidebar_bookmarks_clear_document),
13596         (ev_sidebar_bookmarks_set_document): *
13597         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13598         (ev_sidebar_add_page),
13599         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13600         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13601         it displays both the topics and the page numbers.
13602
13603 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13604
13605         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13606         toggle.
13607         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13608         visible.
13609
13610 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13611
13612         * configure.ac: Added en_CA to ALL_LINGUAS.
13613
13614 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13615
13616         * ChangeLog: replace bottom of this ChangeLog (merged history of
13617         ggv and gpdf; where all paths were wrong and most of the files are
13618         not even in this tree) with ChangeLog (from arch) of the shell
13619         code.
13620
13621 2004-12-23  Havoc Pennington  <hp@redhat.com>
13622
13623         * shell/ev-window.c: hook up potentially-questionable "find
13624         results status text" feature - something involving the sidebar or
13625         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13626         might be better in the end.
13627
13628         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13629         with corresponding signal when it should be updated
13630
13631         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13632
13633 2004-12-22  Havoc Pennington  <hp@redhat.com>
13634
13635         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13636         find stuff on other pages, sort of (only returns one result on
13637         invisible pages, to show they have results; updates full results
13638         for a page when you view it). Currently repaints the current page
13639         every time a new result is found on any page, which isn't so nice.
13640
13641 2004-12-22  Havoc Pennington  <hp@redhat.com>
13642
13643         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13644         the document doesn't support find (better ideas?)
13645         (find_bar_search_changed_cb): handle missing document or document
13646         that doesn't support find
13647
13648         * pdf/xpdf/pdf-document.cc: port to implement the new
13649         EvDocumentFindIface
13650
13651         * backend/ev-document-find.c: create a new interface for searching
13652
13653         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13654
13655 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13656
13657         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13658         libevbackend.la.
13659
13660         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13661         EvPrintJob constructor arguments.
13662
13663         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13664         for documents that can export PostScript (page by page).
13665
13666         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13667         
13668         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13669         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13670         (pdf_document_ps_exporter_iface_init:
13671         Implement EvPSExporter.
13672
13673         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13674
13675 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13676
13677         * backend/Makefile.am:
13678         * backend/ev-document-thumbnails.c:
13679         (ev_document_thumbnails_get_type),
13680         (ev_document_thumbnails_get_thumbnail):
13681         * backend/ev-document-thumbnails.h:
13682         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13683         (pixbuf_document_thumbnails_get_thumbnail),
13684         (pixbuf_document_document_thumbnails_iface_init):
13685         * shell/Makefile.am:
13686         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13687         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13688         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13689         * shell/ev-sidebar-thumbnails.h:
13690         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13691         (ev_sidebar_set_document):
13692         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13693         (create_shadow), (ev_pixbuf_add_shadow):
13694         * shell/ev-utils.h:
13695         Add thumbnail support.
13696         
13697 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13698
13699         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13700         (using_postscript_printer): Set up a print dialog for "PostScript
13701         injection" method.
13702
13703         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13704         EvPrintJob.
13705
13706         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13707
13708 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13709
13710         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13711         (ps_document_set_target), (ps_document_get_page_size),
13712         (ps_document_render):
13713         * ps/gtkgs.h:
13714
13715         Fix a few bugs
13716
13717 2004-12-22  Christian Rose  <menthos@menthos.com>
13718
13719         * configure.ac: Added "sv" to ALL_LINGUAS.
13720
13721 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13722
13723         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13724         document supports bookmarks.
13725
13726 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13727
13728         * ps/ggvutils.c: (ggv_file_readable):
13729         * ps/ggvutils.h:
13730         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13731         (gtk_gs_get_postscript):
13732
13733         Remove unused utils
13734
13735 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13736
13737         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13738         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13739         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13740         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13741         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13742         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13743         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13744         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13745         (gtk_gs_set_antialiasing), (ps_document_load),
13746         (ps_document_render):
13747         * ps/gtkgs.h:
13748
13749         Another check point for the ps backend. Now I can get it to show
13750         pages!
13751
13752 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13753
13754         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13755         document setting code.
13756
13757 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13758
13759         * shell/eggfindbar.c: (entry_activate_callback):
13760         Animate the next button when activate is pressed.
13761         
13762 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13763
13764         * shell/ev-window.c: (ev_window_cmd_edit_find),
13765         (update_fullscreen_popup), (ev_window_fullscreen),
13766         (ev_window_unfullscreen), (ev_window_state_event_cb),
13767         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13768         Fix bugs in fullscreen code.
13769         
13770 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13771
13772         * Makefile.am:
13773         * configure.ac:
13774         * pixbuf/Makefile.am:
13775         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13776         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13777         (pixbuf_document_set_page), (pixbuf_document_get_page),
13778         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13779         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13780         (pixbuf_document_render), (pixbuf_document_begin_find),
13781         (pixbuf_document_end_find), (pixbuf_document_finalize),
13782         (pixbuf_document_class_init),
13783         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13784         * pixbuf/pixbuf-document.h:
13785         * shell/Makefile.am:
13786         * shell/ev-application.c: (ev_application_open):
13787         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13788         (ev_window_open):
13789         Add pixbuf backend.
13790         
13791 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13792
13793         * Makefile.am: 
13794         * dvi/dvilib/Makefile.am:
13795         * dvi/Makefile.am:
13796         * configure.ac: Auto*ify dvi and dvi/dvilib
13797
13798         * dvi/Makefile: Remove from CVS
13799         
13800         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13801         confusion.
13802
13803         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13804         
13805         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13806         
13807 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13808
13809         * ps/Makefile.am:
13810         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13811         (gtk_gs_value_adjustment_changed), (compute_size),
13812         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13813         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13814         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13815         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13816         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13817         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13818         (ps_document_load), (ps_document_get_n_pages),
13819         (ps_document_set_page), (ps_document_get_page),
13820         (ps_document_set_target), (ps_document_set_scale),
13821         (ps_document_set_page_offset), (ps_document_get_page_size),
13822         (ps_document_render), (ps_document_begin_find),
13823         (ps_document_end_find), (ps_document_document_iface_init):
13824         * ps/gtkgs.h:
13825         * shell/Makefile.am:
13826         * shell/ev-window.c: (ev_window_open):
13827
13828         Some work to integrate gtkgs with EvDocument
13829
13830 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13831
13832         * shell/ev-window.c: (update_fullscreen_popup),
13833         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13834         (exit_fullscreen_button_clicked_cb),
13835         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13836         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13837         (ev_window_state_event_cb), (ev_window_init):
13838         Add fullscreen support from Epiphany.
13839         
13840 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13841
13842         * data/ev-stock-zoom-fit-width.png: fit-width
13843         stock icon from gpdf.
13844         
13845         * shell/ev-stock-icons.[ch]: copied from gpdf.
13846         
13847         * shell/main.c: (main): init stock icons.
13848         
13849         * shell/ev-window.c: use the fit-width icon.
13850         
13851         * data/evince-ui.xml: add zooming toolbar items.
13852
13853 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13854
13855         * shell/ev-view.c: 
13856         (ev_view_best_fit), (ev_view_fit_width): because
13857         get_page_size() returns the scaled page size, we
13858         need to calculate the scale factor relative to
13859         the previous scale factor. Should really just
13860         add get_real_page_size().
13861
13862 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13863
13864         * shell/ev-view.[ch]:
13865         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13866         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13867         add zooming.
13868         
13869         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13870         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13871         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13872         hook it up.
13873         
13874         * pdf/xpdf/pdf-document.cc:
13875         (pdf_document_begin_find),
13876         (pdf_document_end_find): make static.
13877
13878 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13879
13880         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13881
13882         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13883         names to fontconfig patterns.
13884         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13885
13886         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13887         setupBaseFontsFc.
13888
13889 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13890
13891         * Makefile.am:
13892         * configure.ac:
13893         * ps/Makefile.am:
13894         * ps/ggvutils.c:
13895         * ps/ggvutils.h:
13896         * ps/gsdefaults.c:
13897         * ps/gsdefaults.h:
13898         * ps/gsio.c:
13899         * ps/gsio.h:
13900         * ps/gtkgs.c:
13901         * ps/gtkgs.h:
13902         * ps/ps.c:
13903         * ps/ps.h:
13904
13905         Import ggv backend. Not hooked up yet.
13906
13907 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13908
13909         * shell/main.c: (load_files), (main): load files
13910         from the command line.
13911
13912 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13913
13914         * configure.ac: don't require bonobo.
13915         
13916         * cut-n-paste/recent-files/*: kill bonobo recent
13917         view.
13918
13919         * shell/ev-window.c:
13920         (ev_window_is_empty): upd.
13921         (unable_to_load), (ev_window_open): load backend
13922         based on the mime type.
13923
13924 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13925
13926         * backend/.cvsignore: ignore generated marshalers source.
13927
13928         * shell/main.c (main): this is not epiphany.
13929
13930 2004-12-22  Havoc Pennington  <hp@redhat.com>
13931
13932         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13933         (expose_bin_window): draw find highlights
13934
13935         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13936         
13937         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13938         (pdf_document_end_find): implement this interface
13939
13940         * backend/ev-document.c (ev_document_found): add this to emit
13941         signal
13942
13943 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13944
13945         * data/evince-ui.xml: Add a few more toolbar items.
13946
13947         * shell/ev-window.c: Hook up page navigation toolbar 
13948         items.
13949
13950         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13951         a page-changed signal.
13952
13953         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13954         Add ev_document_get_page().
13955
13956         * shell/ev-window.c: Sensitize/desensitize navigation
13957         actions.
13958
13959 2004-12-21  Havoc Pennington  <hp@redhat.com>
13960
13961         * backend/ev-backend-marshal.c,
13962         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13963         marshaler-generator thingy. I'm sure there's a better way to do
13964         this in the modern world.
13965
13966         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13967         end_find methods and "found" signal.
13968
13969         * configure.ac: find glib-genmarshal
13970
13971 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13972
13973         * shell/ev-sidebar.c: Construct an actual sidebar.
13974         * shell/ev-sidebar-bookmarks.[ch]:
13975         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13976
13977 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13978
13979         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13980         Redo size handling.
13981         
13982         * shell/ev-view.c: Track the size from the document.
13983
13984 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13985
13986         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13987         constructor assumes ownership of the string passed in.
13988         
13989         * shell/ev-window.c (ev_window_open): Destroy the error
13990         dialog once we've displayed it.
13991
13992 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13993
13994         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13995         a bit, it works! (sort of)
13996
13997         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13998         Move to .cc since we need to use C++ in the implementation.
13999
14000         * shell/dummy.cc: Add a CC file to force evince
14001         to be linked as a C++ program.
14002
14003 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14004
14005         * shell/ev-view.[ch]: Start of content-area widget.
14006
14007         * shell/ev-window.c: Create a EvView, update it
14008         as we change documents.
14009
14010         * shell/Makefile.am shell/ev-marshal.list: Add
14011         generated marshalers.
14012
14013 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14014
14015         * Makefile.am (SUBDIRS): move shell.
14016
14017 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14018
14019         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14020         .a to libtool convenience libraries.
14021
14022         * shell/ev-window.c (ev_window_open): Hard code loading
14023         a PDF document.
14024         
14025         * backend/ev-document.h: Add a boolean return to load(),
14026         fix GError * to GError **.
14027
14028         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14029         object for a PDF backend EvDocument.
14030
14031 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14032
14033         * dvi/*: New directory with the beginning of a .dvi backend.
14034
14035 2004-12-21  Havoc Pennington  <hp@redhat.com>
14036
14037         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14038         previous/next instead of back/forward
14039
14040 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14041
14042         * backend/ev-document.[ch]: Fix a couple of problems so
14043         it compile.
14044
14045 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14046
14047         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14048         to backend/ directory, rename EvViewer to EvDocument.
14049
14050 2004-12-21  Havoc Pennington  <hp@redhat.com>
14051
14052         * shell/ev-window.c: hook up the find bar widget; now we just need
14053         a document to find things in
14054
14055         * shell/eggfindbar.c: a find bar widget
14056
14057 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14058
14059         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14060
14061 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14062
14063         * pdf/**: Import of xpdf code from gpdf. 
14064
14065         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14066
14067         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14068         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14069         Fix FreeType includes.
14070
14071         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14072         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14073         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14074         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14075         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14076         Include xpdfconfig.h
14077         
14078 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14079
14080         * shell/ev-window.c (ev_window_dispose): dispose can be called
14081         multiple times.
14082
14083 2004-12-21  Havoc Pennington  <hp@redhat.com>
14084
14085         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14086         rather than Evince
14087
14088         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14089         items; really they should be synced with the strings, etc. from
14090         current gpdf, but just getting the boring typing out of the way 
14091
14092 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14093
14094         * po/POTFILES.in:
14095         * shell/ev-application.c: (window_destroy_cb):
14096         * shell/ev-window.c:
14097         * shell/main.c: (main):
14098
14099         Actually show the window...
14100
14101 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14102
14103         * Makefile.am:
14104         * shell/Makefile.am:
14105         * shell/ev-application.c: (ev_application_class_init):
14106         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14107
14108         Make it build again
14109
14110 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14111
14112         Import to gnome cvs.
14113         
14114         * Remove copies of gpdf and ggv trees.
14115         * Rip out all the recursive configure code.
14116         * Remove bonobo machinery.
14117         * viewer/*: GInterfaces that backends should/can implement.
14118
14119 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14120
14121         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14122         typo
14123
14124 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14125
14126         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14127         (ev_application_finalize, ev_application_class_init)
14128         (ev_application_init): use GType instance private data for priv.
14129
14130         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14131         (ev_window_finalize, ev_window_class_init)
14132         (ev_window_init): ditto.
14133
14134 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14135
14136         * shell/ev-application.c (ev_application_new_window): make public
14137         (ev_application_show_initial_window): kill.
14138
14139         * shell/ev-application.h: update prototypes.
14140
14141         * shell/main.cc (main): inline ev_application_show_initial_window.
14142
14143 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14144
14145         * shell/ev-application.c (ev_application_new_window): impl.
14146         (ev_application_show_initial_window): use it.
14147         (is_window_empty, ev_application_get_empty_window): returns an
14148         existing empty window or a new one.
14149         (ev_application_open): from ev_window_cmd_file_open.
14150
14151         * shell/ev-application.h: update prototypes
14152
14153         * shell/ev-window.c (ev_window_is_empty): impl.
14154         (ev_window_open): make public.
14155         (ev_window_cmd_file_open): use ev_application_open
14156
14157         * shell/ev-window.h: update prototypes, remove unused.
14158
14159 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14160
14161         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14162         move destroy handler out of here...
14163
14164         * shell/ev-application.c, shell/ev-application.h: ...into this new
14165         class. Also handles initial window creation.
14166
14167         * shell/main.cc (main): use EvApplication to create initial
14168         window.
14169
14170 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14171
14172         * Makefile.am (SUBDIRS): add cut-n-paste
14173
14174         * cut-n-paste/Makefile.am: add
14175
14176         * configure.ac: generate Makefiles in cut-n-paste
14177
14178 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14179
14180         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14181         (ev_window_class_init): install ev_window_dispose.
14182
14183 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14184
14185         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14186         char (gchar looks stupid).
14187
14188 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14189
14190         * po/de.po: updated German translation.
14191
14192 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14193
14194         * configure.ac: add more pkg-config library checks for gnome-vfs,
14195         bonobo etc.
14196
14197         * gpdf/configure.in: temporarily disable libpaper
14198         checks. Otherwise I'd have to add the checks for the shell, too.
14199
14200 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14201
14202         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14203         and * file filters to the file choose.
14204
14205 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14206
14207         * po/de.po: Updated German translation.
14208
14209 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14210
14211         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14212
14213 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14214
14215         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14216
14217         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14218         (ev_window_init): implement those menuitems.
14219
14220 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14221
14222         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14223
14224         * shell/ev-window.c (ev_window_init): use the toolbar.
14225
14226 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14227
14228         * shell/ev-window.c (ev_window_init): use menu translations
14229
14230 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14231
14232         * configure.ac: add "de" to ALL_LINGUAS.
14233
14234         * po/de.po: add German translation.
14235
14236 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14237
14238         * Makefile.am (SUBDIRS): add po
14239
14240         * configure.ac: check intltool, glib-gettext etc, generate
14241         po/Makefile.in
14242
14243         * po, po/POTFILES.in, po/POTFILES.skip: new.
14244
14245 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14246
14247         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14248         already use (#ifdef ENABLE_NLS)
14249
14250         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14251         pointer indirection thinko.
14252
14253         * shell/main.c: include gi18n.h for bindtextdomain etc.
14254
14255 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14256
14257         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14258         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14259         tooltips for menu items in the statusbar.
14260
14261 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14262
14263         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14264         pkgdatadir drop UIDIR
14265
14266 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14267
14268         * data/evince-ui.xml: Add File->Open menu item
14269
14270         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14271         chooser), hook it up in the ui manager.
14272
14273 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14274
14275         * shell/ev-window.c: fix Help->About tooltip.
14276
14277 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14278
14279         * configure.ac: set CFLAGS for libevprivate.
14280
14281         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14282         definitions, factory etc.
14283
14284         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14285
14286         * shell/Makefile.am: link against libevprivate.a.
14287
14288         * shell/ev-window.c (entries): add stock icon to Help->About.
14289
14290         * shell/main.c (main): init stock icon code.
14291
14292 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14293
14294         * lib/recent-files: egg recent files code
14295
14296         * lib/Makefile.am: add.
14297
14298         * Makefile.am: add lib subdir.
14299
14300         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14301         set CFLAGS for recent-files.
14302
14303 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14304
14305         * configure.ac: disable -ansi and -pedantic gcc flags. They
14306         disable POSIX stuff in stdio.h, but egg-recent uses them.
14307
14308 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14309
14310         * configure.ac: add --disable-deprecated flag (defaults to on in
14311         "cvs" builds).
14312
14313         * shell/Makefile.am (INCLUDES): use it.
14314
14315 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14316
14317         * shell/main.c: add missing #include.
14318
14319         * shell/ev-window.c: fix for pedantic gcc.
14320         (ev_window_cmd_help_about): split license into paragraphs for
14321         translators and pedantic compilers.
14322
14323 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14324
14325         * configure.ac: add more warning flags if compiling with gcc from
14326         cvs (or explicitly requested with --enable-more-warnings).
14327
14328 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14329
14330         * data/evince-ui.xml: add File and File->Close menu.
14331
14332         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14333         (ev_window_destroy): quit after destroy.
14334         (ev_window_class_init): override GtkObject::destroy.
14335         (entries): install close_window callback.
14336
14337 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14338
14339         * Makefile.am (SUBDIRS): add data subdir.
14340
14341         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14342         gtk+ 2.5.0 for GtkAboutDialog.
14343
14344         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14345         main window.
14346
14347         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14348
14349         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14350         manager.
14351         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14352
14353 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14354
14355         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14356
14357 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14358
14359         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14360
14361 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14362
14363         * shell/*: Added shell directory boilerplate, build it.
14364
14365 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14366
14367         * configure.ac, Makefile.am: Added top-level configure.ac and
14368         Makefile.am