]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Allow page scrolling with PageUp/PageDown keys when find bar is active.
[evince.git] / ChangeLog
1 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/eggfindbar.c: (egg_find_bar_class_init):
4
5         Allow page scrolling with PageUp/PageDown keys when find bar is
6         active. Fixes bug #529833.
7         
8 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * shell/ev-view-private.h:
11         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
12         (ev_view_scroll), (ev_view_class_init):
13         * shell/ev-view-accessible.c:
14         (ev_view_accessible_action_do_action):
15         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
16         (ev_window_cmd_scroll_backward):
17
18         Use GtkScrollType instead of EvScrollType.
19         
20 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
21
22         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
23         
24         Patch for case unsensitive page label match by Michael Lee.
25         See bug #550136.
26         
27         * shell/ev-page-action.c (create_tool_item):    
28         * test/Makefile.am:
29         * test/test1.py:
30         * test/test4.py:
31         * test/test5.py:
32         
33         Added test for the above and updated other tests.
34
35 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
36
37         * shell/ev-window.c: (image_save_dialog_response_cb):
38
39         Do not append the file extension twice when saving an image.
40         
41 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
44
45         Remove an invalid ifdef.
46         
47 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
48
49         * shell/ev-view.c: (ev_view_motion_notify_event):
50
51         Make sure the cursor is correctly restored after showing the right
52         click menu.
53         
54 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
55
56         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
57         (ev_attachment_open):
58         * shell/ev-sidebar-attachments.c:
59         (ev_sidebar_attachments_button_press):
60         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
61
62         Use GdkAppLaunchContext when available to open attachments.
63         
64 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
65
66         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
67
68         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
69         by Eric Piel.
70         
71 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
72
73         * shell/ev-application.c: (ev_application_get_media_keys):
74         * shell/ev-media-player-keys.[ch]:
75         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
76         (ev_media_player_keys_grab_keys),
77         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
78         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
79         * shell/ev-window.[ch]: (ev_window_dispose),
80         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
81         (ev_window_init):
82
83         Clean up the media player keys stuff.
84         
85 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
86
87         * NEWS:
88         * configure.ac:
89
90         Update for release 2.23.91.
91         
92 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
93
94         * cut-n-paste/smclient/eggsmclient-xsmp.c:
95         (sm_client_xsmp_set_initial_properties):
96
97         Fix memory leak.
98         
99 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
100
101         * shell/ev-application.c: (ev_application_open_window),
102         (ev_application_open_uri_at_dest):
103
104         Make sure evince starts up in the right workspace when resuming a
105         previous session.
106         
107 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
108
109         * shell/ev-application.[ch]: (ev_application_open_window),
110         (ev_application_add_icon_path_for_screen),
111         (ev_application_open_uri_at_dest):
112
113         Fix window manager warnings shown in ~/.xsession-errors
114         
115 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * configure.ac:
118         * cut-n-paste/Makefile.am:
119         * cut-n-paste/smclient/Makefile.am:
120         * cut-n-paste/smclient/eggdesktopfile.[ch]:
121         * cut-n-paste/smclient/eggsmclient-private.h:
122         * cut-n-paste/smclient/eggsmclient-xsmp.c:
123         * cut-n-paste/smclient/eggsmclient.[ch]:
124
125         EggSMClient copied from libegg
126
127         * libdocument/ev-file-helpers.c: (ev_dot_dir):
128         * shell/Makefile.am:
129         * shell/ev-application.[ch]: (ev_application_load_session),
130         (smclient_save_state_cb), (smclient_quit_cb),
131         (ev_application_init_session), (ev_application_shutdown),
132         (ev_application_init):
133         * shell/main.c: (main):
134
135         Use EggSMClient instead of gnome-client and remove libgnome and
136         libgnomeui dependencies.
137         
138 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
139
140         * shell/main.c: (main):
141
142         Remove gnome_authentication_manager_init.
143         
144 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
145
146         * shell/ev-view.c: (ev_view_goto_window_create):
147
148         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
149         since it's now deprecated.
150         
151 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
152
153         * backend/djvu/Makefile.am:
154         * backend/djvu/djvu-document-private.h:
155         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
156         (djvu_document_find_iface_init):
157         * backend/djvu/djvu-text-page.[ch]:
158         * backend/djvu/djvu-text.[ch]: Removed
159         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
160         (pdf_document_find_iface_init):
161         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
162         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
163         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
164         (ev_job_find_get_n_results), (ev_job_find_get_progress),
165         (ev_job_find_has_results), (ev_job_find_get_results):
166         * shell/ev-view-private.h:
167         * shell/ev-view.[ch]: (ev_view_expose_event),
168         (highlight_find_results), (ev_view_finalize),
169         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
170         (ev_view_set_document), (ev_view_find_get_n_results),
171         (ev_view_find_get_result), (jump_to_find_result),
172         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
173         (ev_view_find_previous), (ev_view_find_search_changed),
174         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
175         * shell/ev-window.c: (ev_window_update_actions),
176         (page_changed_cb), (ev_window_setup_document),
177         (ev_window_update_find_status_message),
178         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
179         (ev_window_clear_find_job), (find_bar_close_cb),
180         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
181         (ev_window_dispose), (ev_window_init):
182
183         Rework find interface. The find logic has been moved from backends
184         to the shell avoiding a lot of duplicated code in the backends and
185         making easier to implement the find interface in the backends.
186         
187 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
188
189         * backend/pdf/ev-poppler.cc:
190         (pdf_document_thumbnails_get_dimensions):
191
192         Make sure thumbnail size returned by the PDF is actually
193         valid. Fixes bug #548462.
194         
195 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
196
197         * shell/ev-window.c: (ev_window_setup_document),
198         (ev_window_set_document), (ev_window_dispose):
199
200         Remove the idle function for setting the document up when the
201         window is destroyed. Fixes bug #549163.
202         
203 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
204
205         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
206         (ev_job_attachments_dispose), (ev_job_attachments_run),
207         (ev_job_attachments_class_init), (ev_job_attachments_new):
208         * shell/ev-sidebar-attachments.c:
209         (ev_sidebar_attachments_set_document):
210
211         Add a new job to get the attachments in a thread with the document
212         lock held. Fixes bug #548653.
213         
214 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
215
216         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
217         (tiff_document_document_iface_init):
218
219         Implement document_get_page_label in tiff backend.
220         
221 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
222
223         * backend/tiff/tiff-document.c: (tiff_document_render):
224
225         Handle document orientation in tiff backend. Fixes bug #548444.
226         
227 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
230
231         Do not crash when adjustment page size is 0. Fixes bug #547440.
232         
233 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * cut-n-paste/evmountoperation/ev-mount-operation.c:
236
237         Sync with current GTK+.
238         
239 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
240
241         * configure.ac:
242         
243         Update for release 2.23.6.
244
245 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
246
247         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
248         (ev_job_load_set_password):
249         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
250         * shell/ev-window.c: (password_dialog_response),
251         (ev_window_load_job_cb):
252
253         Fix loading encrypted documents since I broke it with the jobs
254         rework.
255         
256 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
257
258         * NEWS:
259
260         Update NEWS for 2.23.6 release.
261         
262 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
263
264         * backend/impress/impress-document.c:
265         * backend/impress/render.h:
266         * libdocument/ev-document-factory.c:
267         * libdocument/ev-document-factory.h:
268         * libdocument/ev-document-links.h:
269         * libdocument/ev-document-misc.c:
270         * libdocument/ev-document-misc.h:
271         * properties/ev-properties-main.c:
272         * properties/ev-properties-view.c:
273         * properties/ev-properties-view.h:
274         * shell/eggfindbar.c:
275         * shell/eggfindbar.h:
276         * shell/ev-application.c:
277         * shell/ev-application.h:
278         * shell/ev-jobs.h:
279         * shell/ev-message-area.h:
280         * shell/ev-navigation-action.c:
281         * shell/ev-navigation-action.h:
282         * shell/ev-open-recent-action.c:
283         * shell/ev-open-recent-action.h:
284         * shell/ev-page-action-widget.c:
285         * shell/ev-page-action.c:
286         * shell/ev-page-action.h:
287         * shell/ev-page-cache.h:
288         * shell/ev-password-view.h:
289         * shell/ev-password.h:
290         * shell/ev-pixbuf-cache.h:
291         * shell/ev-properties-fonts.c:
292         * shell/ev-sidebar-attachments.c:
293         * shell/ev-sidebar-links.c:
294         * shell/ev-sidebar-links.h:
295         * shell/ev-sidebar-thumbnails.c:
296         * shell/ev-sidebar-thumbnails.h:
297         * shell/ev-sidebar.c:
298         * shell/ev-sidebar.h:
299         * shell/ev-stock-icons.c:
300         * shell/ev-tooltip.h:
301         * shell/ev-view.c:
302         * shell/ev-view.h:
303         * shell/ev-window.c:
304         * shell/ev-window.h:
305         * shell/main.c:
306
307         More #include cleanups. Again: reordering, single gtk.h
308         includes and other stuff.
309
310 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
311
312         * shell/eggfindbar.c:
313         * shell/ev-application.c:
314         * shell/ev-message-area.c:
315         * shell/ev-navigation-action.c:
316         * shell/ev-open-recent-action.c:
317         * shell/ev-page-action-widget.c:
318         * shell/ev-page-action.c:
319         * shell/ev-password-view.c:
320         * shell/ev-properties-dialog.c:
321         * shell/ev-properties-fonts.c:
322         * shell/ev-sidebar-attachments.c:
323         * shell/ev-sidebar-page.c:
324         * shell/ev-sidebar-thumbnails.c:
325         * shell/ev-stock-icons.c:
326         * shell/ev-tooltip.c:
327         * shell/ev-view.c:
328         * shell/ev-window.c:
329         * shell/main.c:
330
331         Cleanup many #include statements: reorder so that a
332         generic-to-specific order is used, use single gtk.h
333         includes, and some other cleanups.
334
335 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
336
337         * shell/ev-jobs.h:
338
339         Add gio header.
340         
341 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
342
343         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
344         (ev_document_fc_mutex_trylock):
345         * shell/Makefile.am:
346         * shell/ev-job-queue.[ch]:
347         * shell/ev-job-scheduler.[ch]:
348         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
349         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
350         (ev_job_run), (ev_job_cancel), (ev_job_failed),
351         (ev_job_failed_from_error), (ev_job_succeeded),
352         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
353         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
354         (ev_job_links_class_init), (ev_job_render_init),
355         (notify_page_ready), (ev_job_render_page_ready),
356         (ev_job_render_run), (ev_job_render_class_init),
357         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
358         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
359         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
360         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
361         (ev_job_save_dispose), (ev_job_save_run),
362         (ev_job_save_class_init), (ev_job_print_init),
363         (ev_job_print_dispose), (ev_job_print_run),
364         (ev_job_print_class_init):
365         * shell/ev-page-cache.c:
366         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
367         (check_job_size_and_unref), (move_one_job),
368         (copy_job_to_job_info), (add_job),
369         (ev_pixbuf_cache_add_jobs_if_needed):
370         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
371         (job_fonts_finished_cb), (job_fonts_updated_cb),
372         (ev_properties_fonts_set_document):
373         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
374         (ev_sidebar_links_set_document):
375         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
376         (ev_sidebar_thumbnails_set_document),
377         (ev_sidebar_thumbnails_clear_job):
378         * shell/ev-view-private.h:
379         * shell/ev-view.c:
380         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
381         (ev_window_refresh_window_thumbnail), (password_dialog_response),
382         (ev_window_clear_load_job), (ev_window_clear_reload_job),
383         (ev_window_load_job_cb), (ev_window_reload_job_cb),
384         (window_open_file_copy_ready_cb), (ev_window_open_uri),
385         (ev_window_reload_document), (ev_window_clear_save_job),
386         (ev_window_save_job_cb), (file_save_dialog_response_cb),
387         (ev_window_clear_print_job), (ev_window_print_job_cb),
388         (ev_window_print_dialog_response_cb):
389         * shell/main.c: (main):
390
391         Rework the jobs system in order to make it simpler and more
392         extensible. It allows to run jobs in the main loop instead of
393         using a thread when it's appropriate like the fonts job. Now it's
394         also possible to cancel jobs that are currently running. 
395         
396 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * libdocument/ev-debug.c: (profile_init):
399
400         Create the hash table also when profiling service is enabled for
401         all sections.
402         
403 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
404
405         * libdocument/ev-debug.[ch]: (ev_profiler_start),
406         (ev_profiler_stop):
407         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
408         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
409         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
410         (ev_job_print_run):
411         * shell/main.c: (main):
412
413         Add a profile mode available when debug is enabled. Add profilers
414         in ev-jobs.
415         
416 2008-07-23  Götz Waschk <waschk@mandriva.org>
417
418         * configure.ac: Correctly build desktop file. Fixes
419         bug #544237.
420
421 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
422
423         * configure.ac:
424         
425         Update for release 2.23.5.
426
427 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
428
429         * NEWS:
430
431         Update NEWS for 2.23.5 release.
432         
433 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
434
435         * shell/ev-window.c: (ev_window_state_event),
436         (ev_window_class_init):
437
438         Intercept window manager's fullscreen request in order to run/stop
439         fullscreen mode. Fixes bug #493541.
440         
441 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
442
443         * shell/ev-window.c: (find_bar_visibility_changed_cb):
444
445         Restart the job search when the find bar is opened for the second
446         time. Fixes bug #531956.
447         
448 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
451         (get_document_from_uri):
452
453         Make sure we always return a valid error struct when
454         get_document_from_uri fails. Fixes nautilus crash, see bug
455         #542548.
456         
457 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
458
459         * libdocument/ev-transition-effect.c
460         (ev_transition_effect_type_get_type),
461         (ev_transition_effect_alignment_get_type),
462         (ev_transition_effect_direction_get_type):
463         
464         Fixes bug #542924. Makes enums static to fix Solaris build.
465
466 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
467
468         * shell/ev-view.c: (ev_view_key_press_event):
469
470         Add '.' keybinding for blanking the screen in presentation
471         mode. Fixes bug #542001.
472         
473 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
474
475         * libdocument/ev-document-misc.c:
476         (ev_document_misc_pixbuf_from_surface):
477
478         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
479         #540950.
480         
481 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
482
483         * backend/comics/comics-document.c (comics_document_load):
484         * backend/comics/comicsdocument.evince-backend.in:
485         * configure.ac:
486         * thumbnailer/evince-thumbnailer-comics.schemas.in:
487         
488         Added support for 7-zip based cb7 comic book. Patch by
489         Kartik Rustagi. Fixes bug #532312.
490
491 2008-06-24  Bastien Nocera  <hadess@hadess.net>
492
493         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
494         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
495         Fixes bug #539972.
496
497 2008-06-24  Bastien Nocera  <hadess@hadess.net>
498
499         * shell/Makefile.am:
500         * shell/ev-application.c (ev_application_init),
501         (ev_application_get_media_keys):
502         * shell/ev-application.h:
503         * shell/ev-marshal.list:
504         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
505         (proxy_destroy), (on_media_player_key_pressed),
506         (ev_media_player_keys_init), (ev_media_player_keys_focused),
507         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
508         * shell/ev-media-player-keys.h:
509         * shell/ev-window.c (ev_window_go_previous_page),
510         (ev_window_go_next_page), (ev_window_go_first_page),
511         (ev_window_go_last_page), (ev_window_start_presentation),
512         (ev_window_dispose), (view_actions_focus_in_cb):
513         * shell/ev-window.h: When building with D-Bus support, listen
514         for multimedia key events from gnome-settings-daemon. This allows
515         to go to the next/previous/first/last pages using, respectively,
516         Next/Previous/Rewing/Fast Forward. The Play button is used to start
517         a presentation. Fixes bug #539971.
518
519 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
520
521         * configure.ac:
522         
523         Update for release 2.23.4.
524
525 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
526
527         * NEWS:
528
529         Update news for 2.23.4 release.
530         
531 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
534         * shell/ev-sidebar-thumbnails.c:
535         (ev_sidebar_thumbnails_set_loading_icon),
536         (ev_sidebar_thumbnails_refresh):
537         * shell/ev-window.c: (ev_window_error_message),
538         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
539         (ev_window_set_document):
540
541         Do not crash opening documents with no pages and show a warning
542         message in the message area. Fixes bugs #537574 and #171588.
543         
544 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * shell/Makefile.am:
547         * shell/ev-file-monitor.[ch]:
548         * shell/ev-window.c: (ev_window_document_changed),
549         (ev_window_clear_reload_job), (ev_window_load_job_cb),
550         (ev_window_reload_job_cb), (ev_window_open_uri),
551         (ev_window_reload_document), (ev_window_cmd_view_reload),
552         (ev_window_dispose):
553
554         Automaticly reload the document when the file has changed on
555         disk. Bug #304249.
556         
557 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
558
559         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
560         * libdocument/ev-image.c: (ev_image_save_tmp):
561         * libdocument/ev-module.c: (ev_module_load):
562         * shell/ev-application.c: (ev_application_shutdown),
563         (ev_application_get_print_settings):
564         * shell/ev-sidebar-attachments.c:
565         (ev_sidebar_attachments_button_press),
566         (ev_sidebar_attachments_drag_data_get):
567         * shell/ev-window.c: (window_save_file_copy_ready_cb),
568         (ev_window_print_finished), (ev_window_print_send),
569         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
570         (ev_window_preview_print_finished), (ev_window_do_preview_print),
571         (ev_window_cmd_preview_print):
572         * shell/main.c: (load_files_remote):
573         Fix some build warnings under GCC 4.3.0. (#537535).
574
575 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * shell/ev-jobs.c: (ev_job_render_dispose):
578
579         Fix a crash in debug mode. Patch by Daniel M German.
580         
581 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
582
583         * shell/ev-window.c:
584
585         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
586         
587 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * shell/ev-window.c: (ev_window_print_send),
590         (ev_window_do_preview_print):
591
592         Use the window title as print job name instead of just
593         "evince-print". Fixes bug #534493.
594         
595 2008-05-19  Frederic Peters  <fpeters@0d.be>
596
597         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
598         Bug #533897.
599
600 2008-05-19  Frederic Peters  <fpeters@0d.be>
601
602         * help/reference/Makefile.am: added missing libevmountoperation to
603         gtkdoc-scanobj libraries.  Bug #533896.
604
605 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
606
607         * properties/ev-properties-view.c (get_default_user_units):
608         Fixes check for default units string translation. Bug #533323.
609
610 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
611
612         * backend/impress/iksemel.c (sax_core): Fix a free() that should
613         be an iks_free(). Fix an array overflow in the XML parser that
614         would occur whenever the number of attributes in a tag was greater
615         than 0 and divisible by 6. Fixes GNOME bug #530852.
616
617 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
618
619         * backend/djvu/djvu-document-private.h:
620         * backend/djvu/djvu-links.c:
621         * backend/djvu/djvu-text.c:
622         * backend/djvu/djvu-document.c: (djvu_handle_events),
623         (djvu_wait_for_message), (djvu_document_load),
624         (document_get_page_size), (djvu_document_render),
625         (djvu_document_thumbnails_get_thumbnail),
626         (djvu_document_file_exporter_end):
627
628         Make sure load job doesn't finish successfully when the document
629         is not successfully decoded by libdjvu. Fixes bug #530202.
630         
631 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * configure.ac:
634         * libdocument/Makefile.am:
635         * libdocument/ev-debug.[ch]:
636         * libdocument/ev-document.c:
637         * shell/ev-jobs.c: (ev_job_links_dispose),
638         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
639         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
640         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
641         (ev_job_render_page_ready), (ev_job_render_run),
642         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
643         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
644         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
645         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
646         (ev_job_print_new), (ev_job_print_run):
647         * shell/main.c: (main):
648
649         Add debug mode based on gedit code. Add debug messages in
650         ev-jobs.
651         
652 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
653
654         * libdocument/ev-document-factory.c: (get_document_from_uri):
655
656         Fix memory leak.
657         
658 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
659
660         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
661         (get_mime_type_from_data), (get_document_from_uri),
662         (ev_document_factory_get_document):
663         
664         Improved error message about file opening failture.
665         Bug #529129.
666
667 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
668
669         * data/evince-toolbar.xml:
670         
671         Allow to add SaveAs to toolbar.
672
673 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
674
675         * shell/ev-view-private.h:
676         * shell/ev-view.[ch]: (ev_view_button_release_event),
677         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
678         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
679         (ev_view_update_primary_selection), (clear_link_selected),
680         (ev_view_copy_link_address):
681         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
682
683         Update also the primary selection when copying a link
684         address. Fixes bug #520855.
685         
686 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * libdocument/ev-document-factory.c: (get_document_from_uri):
689
690         Use the pixbuf backend only when the mime type is not supported by
691         any of the other backend so that tiff documents, for instance, are
692         handled by the tiff backend instead of the pixbuf backend. fixes
693         bug #520290.
694         
695 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
696
697         * cut-n-paste/Makefile.am:
698
699         Add evmountoperation to subdirs list.
700         
701 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
702
703         * configure.ac:
704
705         Fix libspectre check in configure script. Fixes bug #528549.
706         
707 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * configure.ac:
710         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
711         * shell/Makefile.am:
712         * shell/ev-window.c: (ev_window_load_remote_failed),
713         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
714
715         Add GtkMountOperation (renamed to avoid conflicts) to be able to
716         open documents in remote locations that are not mounted.
717         
718 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
719
720         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
721         (bitmap_convert_msb8):
722         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
723         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
724
725         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
726         
727 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
728
729         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
730         (ev_job_render_new), (ev_job_render_set_selection_info),
731         (ev_job_render_run):
732         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
733         (check_job_size_and_unref),
734         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
735         (add_job), (ev_pixbuf_cache_get_selection_surface):
736
737         Create the render context needed for rendering a page in the render
738         thread so that we don't block the main thread. Simplify
739         EvJobRender API.
740         
741 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
742
743         * libdocument/Makefile.am:
744         * libdocument/ev-page.[ch]:
745         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
746         (ev_render_context_new), (ev_render_context_set_page):
747         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
748         (ev_form_field_finalize), (ev_form_field_class_init):
749         * libdocument/ev-document-forms.[ch]:
750         (ev_document_forms_get_form_fields):
751         * libdocument/ev-document.[ch]: (ev_document_get_page),
752         (ev_document_get_page_size), (ev_document_get_page_label):
753         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
754         (ev_job_render_run), (ev_job_thumbnail_new),
755         (ev_job_thumbnail_run), (ev_job_print_run):
756         * shell/ev-page-cache.c: (ev_page_cache_new):
757         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
758         (check_job_size_and_unref), (add_job):
759         * shell/ev-sidebar-thumbnails.c: (add_range):
760         * shell/ev-view.c: (ev_view_form_field_get_region),
761         (ev_view_form_field_button_create_widget),
762         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
763         (ev_view_handle_form_field), (ev_view_size_allocate),
764         (get_selected_text):
765         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
766         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
767         (pdf_document_get_page), (pdf_document_get_page_label),
768         (pdf_document_render), (pdf_document_get_info),
769         (pdf_document_document_iface_init),
770         (pdf_document_thumbnails_get_thumbnail),
771         (pdf_document_thumbnails_get_dimensions),
772         (pdf_document_file_exporter_do_page),
773         (pdf_selection_render_selection),
774         (pdf_selection_get_selected_text),
775         (pdf_selection_get_selection_region),
776         (pdf_selection_get_selection_map),
777         (pdf_document_forms_get_form_fields),
778         (pdf_document_forms_form_field_text_get_text),
779         (pdf_document_forms_form_field_text_set_text),
780         (pdf_document_forms_form_field_button_set_state),
781         (pdf_document_forms_form_field_button_get_state),
782         (pdf_document_forms_form_field_choice_get_item),
783         (pdf_document_forms_form_field_choice_get_n_items),
784         (pdf_document_forms_form_field_choice_is_item_selected),
785         (pdf_document_forms_form_field_choice_select_item),
786         (pdf_document_forms_form_field_choice_toggle_item),
787         (pdf_document_forms_form_field_choice_unselect_all),
788         (pdf_document_forms_form_field_choice_set_text),
789         (pdf_document_forms_form_field_choice_get_text):
790         * backend/ps/ev-spectre.c: (ps_document_get_page),
791         (ps_document_get_page_size), (ps_document_get_page_label),
792         (ps_document_render), (ps_document_document_iface_init),
793         (ps_document_file_exporter_do_page):
794         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
795         (tiff_document_render), (tiff_document_render_pixbuf),
796         (tiff_document_file_exporter_do_page):
797         * backend/pixbuf/pixbuf-document.c:
798         (pixbuf_document_get_page_size):
799         * backend/comics/comics-document.c:
800         (comics_document_get_page_size), (comics_document_render_pixbuf):
801         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
802         (djvu_document_render), (djvu_selection_get_selected_text),
803         (djvu_document_thumbnails_get_thumbnail),
804         (djvu_document_file_exporter_do_page),
805         (djvu_document_find_get_result):
806         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
807         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
808         (dvi_document_thumbnails_get_thumbnail),
809         (dvi_document_file_exporter_do_page):
810         * backend/impress/impress-document.c:
811         (impress_document_get_page_size),
812         (impress_document_render_pixbuf):
813         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
814
815         Add EvPage so that we can hold a reference to the backend
816         page. Form fields keep now a reference to the poppler page
817         improving performance since we don't have to create/destroy the
818         poppler field for every form operation. This will be needed for
819         annotations too.
820         
821 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * data/evince-ui.xml:
824         * shell/ev-window.c:
825
826         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
827         
828 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
829
830         * configure.ac:
831         * backend/ps/Makefile.am:
832
833         Remove gs stuff from ps backend.
834         
835 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
836
837         * configure.ac:
838         * backend/pdf/ev-poppler.cc:
839
840         Bump poppler requirement to 0.8.0.
841         
842 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
843
844         * NEWS:
845         * configure.ac:
846
847         Update for release 2.22.1.1
848
849 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * configure.ac:
852
853         Fix build (again) when poppler version is 0.6
854         
855 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
856
857         * backend/djvu/djvu-links.c: (build_tree):
858
859         Make sure link title is a valid utf8 string. Fixes bug #526517.
860         
861 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
862
863         * configure.ac:
864
865         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
866         #526799.
867         
868 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
869
870         * configure.ac:
871         
872         Update for release 2.22.1.
873
874 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
875
876         * NEWS:
877
878         Update for upcoming release.
879
880 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
881
882         * configure.ac:
883         * backend/dvi/dvidocument.evince-backend.in:
884
885         Add compressed dvi to the list of supported mime types. Patch by
886         Ed Catmur. Fixes bug #307087.
887
888 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * shell/ev-jobs.c: (ev_job_print_get_page_list):
891
892         Fix a crash when printing a range that doesn't specify the start or
893         end page. Fixes bug #524288.
894
895 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
896
897         * shell/ev-window.c: (ev_window_cmd_continuous),
898         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
899         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
900         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
901         (ev_window_run_presentation), (ev_window_stop_presentation),
902         (ev_window_cmd_view_presentation),
903         (ev_window_cmd_leave_fullscreen),
904         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
905
906         Do not unfullscreen and fullscreen again the window when changing
907         from fullscreen to presentation mode and vice versa. Fixes bug
908         #524112.
909         
910 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
911
912         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
913
914         Do not crash when thumbnail failed to render in PS backend. Fixes
915         bug #525015.
916         
917 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
918
919         * shell/ev-window.c: (window_open_file_copy_ready_cb),
920         (ev_window_load_file_remote), (ev_window_open_uri):
921
922         Handle errors when opening remote files.
923         
924 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
925
926         * shell/ev-page-action.c: (ev_page_action_grab_focus):
927
928         Only grab the focus for the current visible proxy widget. Fixes
929         bug #521224.
930         
931 2008-03-30  Emil Soleyman  <emil@nishra.com>
932
933         * shell/ev-window.c: (launch_external_uri):
934         
935         Reuse g_app_info_launch_default_for_uri to
936         save some code and fix bug #525009.
937
938 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
939
940         * shell/ev-window.c (image_save_dialog_response_cb):
941
942         Use g_str_has_suffix. See bug #523069.
943
944 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * configure.ac:
947
948         Add a configure option to enable/diable DBus. Patch by Rémi
949         Cardona. Fixes bug 521797.
950
951 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
952
953         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
954
955         Fix printing in documents with rotated pages. Patch by Eugen
956         Dedu. Fixes bug #512648.
957         
958 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
959
960         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
961         (ev_link_from_action):
962
963         Fix warning messages.
964         
965 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
966
967         * shell/ev-window.c: (image_save_dialog_response_cb):
968
969         Do not append the extension to filename when saving an image
970         if the filename alredy contains the extension. Fixes bug #523069.
971         
972 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * shell/ev-view.[ch]: (ev_view_find_cancel):
975         * shell/ev-window.c: (find_bar_close_cb):
976
977         Cancel the find operation when the find bar is closed. Fixes bug
978         #508845.
979         
980 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * backend/ps/psdocument.evince-backend.in:
983
984         Make ps backend module resident. Fixes bug #520607.
985         
986 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
987
988         * shell/ev-jobs.c: (ev_job_print_run):
989
990         Invert collate action in order to work as expected, fix reverse
991         printing so that it doesn't start with a blank page and fix number
992         of copies. Patch by Eugen Dedu. Fixes bug #365332.
993         
994 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
997
998         Fix build with poppler <= 0.7.2
999         
1000 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1001
1002         * libdocument/ev-document-misc.c:
1003         (ev_document_misc_surface_from_pixbuf):
1004
1005         Fix selections with poppler-splash.
1006         
1007 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * configure.ac:
1010         * backend/pdf/ev-poppler.cc:
1011
1012         Fix build with poppler >= 0.7.2
1013         
1014 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1015
1016         * configure.ac:
1017         
1018         Update for release 2.22.0
1019
1020 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1021
1022         * NEWS:
1023
1024         Update for upcoming release.
1025
1026 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1027
1028         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1029
1030         Bug 495107 – Handle print dialog responses correctly
1031
1032         Correctly handle print dialog response. Properly fixes
1033         the above mentioned bug.
1034
1035 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1038
1039         Make sure print job is only run when the print button is
1040         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1041         
1042 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * backend/pdf/pdfdocument.evince-backend.in:
1045         * libdocument/ev-backends-manager.c:
1046         (ev_backends_manager_load_backend),
1047         (ev_backends_manager_get_document):
1048         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1049
1050         Allow making backend modules resident. This is needed only for
1051         some backends like pdf to avoid registering glib types more than
1052         once.
1053         
1054 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1055
1056         * backend/comics/comics-document.c:
1057         * backend/djvu/djvu-document.c:
1058         * backend/impress/impress-document.c:
1059         * backend/pdf/ev-poppler.cc:
1060         * backend/pixbuf/pixbuf-document.c:
1061         * backend/ps/ev-spectre.c:
1062         * backend/ps/ps-document.c:
1063         * backend/tiff/tiff-document.c:
1064         * libdocument/ev-document.h:
1065         * properties/ev-properties-main.c:
1066
1067         Use g_type_module_add_interface instead of
1068         g_type_add_interface_static. Fixes bug #519679.
1069         
1070 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1071
1072         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1073         Added. Returns whether the animation has everything necessary to run.
1074         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1075         is ready just because it's been created. Fixes #519106.
1076         (draw_one_page): Do not show the "Loading..." text in presentation
1077         mode, there was a slim probability that this could happen.
1078
1079 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1080
1081         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1082
1083         Duplicate mime_type string before freeing it so that it doesn't
1084         always fail when getting mime type from uri. Fixes bug #518874.
1085         
1086 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1087
1088         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1089
1090         Fix a crash when a choice form field doesn't have any item
1091         selected. Fixes bug #518831
1092         
1093 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1094
1095         * shell/ev-window.c (ev_window_clear_temp_file):
1096         Use g_file_has_prefix instead of renamed
1097         g_file_contains_file.
1098
1099         * configure.ac:
1100         Require new glib for above change.
1101         
1102 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1103
1104         * libdocument/ev-image.c: (ev_image_finalize),
1105         (ev_image_save_tmp):
1106
1107         Return a real uri instead of a filename when saving an
1108         image. Fixes images drag an drop from evince to nautilus. 
1109         
1110 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1111
1112         * backend/pdf/ev-poppler.cc:
1113         (pdf_document_images_get_image_mapping):
1114
1115         Return the image list in the right order. Fixes bug #516237.
1116         
1117 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1118
1119         * backend/impress/impress-document.c:
1120         (impress_document_thumbnails_get_thumbnail):
1121
1122         Remove unused variable to avoid a compiler warning.
1123
1124 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1125
1126         * configure.ac:
1127         
1128         Update for release 2.21.91.
1129
1130 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * configure.ac:
1133         * shell/Makefile.am:
1134         * shell/ev-application.[ch]:
1135         * shell/ev-sidebar-links.c:
1136         * shell/ev-utils.[ch]:
1137         * shell/ev-window.[ch]:
1138
1139         Remove libgnomeprint support. Fixes bug #512370.
1140         
1141 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1142
1143         * thumbnailer/evince-thumbnailer.c: (main):
1144
1145         Initialize glib type system before using it. Fixes bug #513934.
1146         
1147 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1148
1149         * properties/ev-properties-main.c:
1150
1151         Add missing #include.
1152         
1153 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1154
1155         * configure.ac:
1156         * backend/djvu/djvu-document.c: (djvu_document_render):
1157         * backend/tiff/tiff-document.c: (tiff_document_render):
1158
1159         Use the new cairo function cairo_format_stride_for_width when
1160         available. Fixes bug #482720.
1161
1162 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1163
1164         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1165         (get_mime_type_from_data), (get_document_from_uri):
1166
1167         Use g_content_type_guess() only when slow is true in
1168         get_document_from_uri(). Fix several memory leaks.
1169         
1170 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1171
1172         * libdocument/ev-document-factory.c:
1173         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1174         (get_document_from_uri):
1175
1176         Use g_content_type_guess () to get mimetype for files.
1177         Bug #510401.
1178
1179 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1180
1181         * thumbnailer/Makefile.am:
1182
1183         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1184         
1185 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1186
1187         * configure.ac:
1188
1189         Fix build with --without-libgnome. Fixes bug #512771.
1190         
1191 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1192
1193         * backend/dvi/Makefile.am: Install only dvi
1194         module. Fixes bug #512718.
1195
1196 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1197
1198         * properties/ev-properties-main.c: (nautilus_module_initialize):
1199         
1200         Initialize backends in properties tab. Fixes bug
1201         #512720.
1202
1203 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1204
1205         * properties/Makefile.am: No need to link with 
1206         libraries. Fixes bug #512719.
1207
1208 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1209
1210         * NEWS:
1211         * configure.ac:
1212         
1213         Update for release 2.21.90.
1214
1215 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1216
1217         * shell/ev-window.c: (ev_window_cmd_escape):
1218
1219         Fix compile warning.
1220         
1221 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1224
1225         Fix printing in dvi backend when filename contains white
1226         espaces. Fixes bug #502839.
1227         
1228 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1229
1230         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1231         (screensaver_disable_x11):
1232         * shell/Makefile.am:
1233         * shell/xdg-user-dir-lookup.c: Removed
1234         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1235         * shell/ev-view.c: (ev_view_presentation_transition_start):
1236         * shell/ev-window.c: (ev_window_cmd_file_open),
1237         (ev_window_cmd_save_as), (presentation_set_timeout):
1238
1239         Remove #ifdefs that are no longer needed.
1240         
1241 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * shell/ev-view.[ch]: (ev_view_button_release_event),
1244         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1245         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1246         (ev_window_cmd_escape):
1247
1248         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1249         
1250 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1251
1252         * configure.ac:
1253         * backend/comics/comics-document.c: (comics_document_load):
1254         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1255         (ev_attachment_set_property), (ev_attachment_init),
1256         (ev_attachment_save), (ev_attachment_launch_app),
1257         (ev_attachment_open):
1258         * libdocument/ev-document-factory.c: (get_document_from_uri):
1259         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1260         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1261         * shell/ev-jobs.c:
1262         * shell/ev-password.c: (ev_password_dialog_set_property),
1263         (ev_password_dialog_save_password):
1264         * shell/ev-sidebar-attachments.c:
1265         (ev_sidebar_attachments_drag_data_get):
1266         * shell/ev-window-title.c: (get_filename_from_uri):
1267         * shell/ev-window.c: (ev_window_clear_temp_file),
1268         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1269         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1270         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1271         (launch_external_uri), (image_save_dialog_response_cb),
1272         (attachment_save_dialog_response_cb):
1273         * shell/main.c: (load_files), (load_files_remote), (main):
1274         * thumbnailer/evince-thumbnailer.c: (main):
1275
1276         Port to gio and drop gnome-vfs dependency. Fixes bug
1277         #510401. Based on patch by Cosimo Cecchi.
1278         
1279 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1280
1281         * NEWS:
1282
1283         Fixed formatting inconsistencies (spaces vs. tabs)
1284
1285 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1286
1287         * shell/ev-window.c:
1288
1289         Use top/up/bottom/down arrows instead of
1290         first/left/last/right in the toolbar and menu actions.
1291         This fixes issues with RTL languages and is visually
1292         consistent with the page view. Fixes bug #170081.
1293
1294 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1295
1296         * NEWS:
1297
1298         Fixed some inaccuracies pointed out by Carlos Garcia
1299         Campos.
1300
1301 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1302
1303         * NEWS:
1304         * data/evince.schemas.in:
1305         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1306
1307         Override PDF restrictions by default. Fixes bug #382700.
1308
1309 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1310
1311         * NEWS: Updated for upcoming release
1312
1313 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1314
1315         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1316
1317         Fix memory leak.
1318         
1319 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1320
1321         * shell/ev-window.c: (register_custom_actions):
1322         
1323         Added comment for translators
1324
1325 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1326
1327         * shell/ev-view.c: (ev_view_button_release_event):
1328
1329         Do not create the idle function for kinetic scrolling if we are
1330         not in a drag operation.
1331
1332 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1333
1334         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1335         (ev_view_button_press_event), (ev_view_motion_notify_event),
1336         (ev_view_button_release_event):
1337
1338         Restore cursor after autoscrolling. Fixes bug #509958.
1339
1340 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1341
1342         * configure.ac:
1343         * backend/pdf/ev-poppler.cc:
1344         (pdf_document_images_get_image_mapping),
1345         (pdf_document_images_get_image),
1346         (pdf_document_document_images_iface_init):
1347         * libdocument/ev-document-images.[ch]:
1348         (ev_document_images_get_image_mapping),
1349         (ev_document_images_get_image):
1350         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1351         (ev_image_get_id), (ev_image_save_tmp):
1352         * shell/ev-jobs.c: (ev_job_render_run):
1353         * shell/ev-view.c: (ev_view_drag_data_get):
1354         * shell/ev-window.c: (image_save_dialog_response_cb),
1355         (ev_view_popup_cmd_copy_image):
1356
1357         Do not render images when rendering the page but on demand. It
1358         reduces the memory comsumption.
1359         
1360 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1361
1362         * configure.a:
1363         * shell/ev-password.c:
1364
1365         Make gnome-keyring optional. Fixes bug #509676.
1366         
1367 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1368
1369         * shell/ev-pixbuf-cache.c: (add_job):
1370
1371         Initialize include_images variable as FALSE instead of TRUE.
1372         
1373 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1374
1375         * configure.ac:
1376         * cut-n-paste/Makefile.am:
1377         * cut-n-paste/fileformatchooser/Makefile.am:
1378         * cut-n-paste/fileformatchooser/egg-macros.h:
1379         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1380         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1381         * shell/Makefile.am:
1382         * shell/ev-utils.c:
1383         (file_chooser_dialog_add_writable_pixbuf_formats),
1384         (get_gdk_pixbuf_format_by_extension):
1385         * shell/ev-utils.h:
1386         * shell/ev-window.c: (ev_window_error_message),
1387         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1388         
1389         Simplify image format selection on save.
1390
1391 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1392
1393         * shell/ev-view.c: (ev_view_scroll_event):
1394         
1395         Repair gorizontal scrolling with shift. Fixes
1396         bug #483412.
1397
1398 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1399         
1400         * MAINTAINERS:
1401
1402         Fix formatting issues.
1403         
1404 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1405
1406         * backend/comics/comics-document.c: (comics_regex_quote):
1407         
1408         Don't overquote special chars except of '. See bug 
1409         502500. Thanks to Tom Parker.
1410
1411 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1412
1413         * MAINTAINERS:
1414         
1415         Added Nickolay and Carlos, since they're doing most of
1416         the releases nowadays.
1417
1418 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1419
1420         * properties/Makefile.am:
1421
1422         Get the nautilus extension dir properly instead of using
1423         a hack. Fixes bug #505359.
1424
1425 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1426
1427         * properties/Makefile.am:
1428         
1429         Install nautilus extension into new place. See bug
1430         #505359. Thanks to Matthias Clasen, Brian Pepple and
1431         Damien Carbery.
1432
1433 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1434
1435         * shell/ev-window.c: (ev_window_get_recent_file_label):
1436         
1437         RTL marker in recent file list. See bug #509076.
1438
1439 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1440
1441         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1442         * shell/ev-window.c: (image_save_dialog_response_cb):
1443
1444         Fix compile warnings due to unused variables.
1445         
1446 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1447
1448         * configure.ac:
1449         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1450         * backend/ps/ev-spectre.c: (ps_document_render):
1451
1452         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1453
1454 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1455
1456         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1457         (ev_transition_animation_paint): Implement "fade" effect.
1458
1459 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1460
1461         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1462         (ev_transition_animation_paint): Implement "uncover" effect.
1463
1464 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1465
1466         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1467         (ev_transition_animation_paint): Implement "cover" effect.
1468
1469 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1470
1471         * shell/ev-transition-animation.c (ev_transition_animation_push)
1472         (ev_transition_animation_paint): Implement "push" effect.
1473
1474 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1475
1476         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1477         (ev_transition_animation_paint): Implement "dissolve" effect.
1478
1479 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1480
1481         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1482         (ev_transition_animation_paint): Implement "wipe" effect.
1483
1484 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1485
1486         * shell/ev-transition-animation.c (ev_transition_animation_box)
1487         (ev_transition_animation_paint): Implement "box" effect.
1488
1489 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1490
1491         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1492         (ev_transition_animation_paint): Implement "blinds" effect.
1493
1494 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1495
1496         * shell/ev-transition-animation.c (ev_transition_animation_split)
1497         (ev_transition_animation_paint): Implement "split" effect.
1498
1499 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1500
1501         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1502         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1503         (ev_view_transition_animation_start) 
1504         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1505         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1506         (ev_view_next_page) (ev_view_previous_page):
1507         
1508         Use EvTransitionAnimation to drive page changes in the presentation
1509         mode, the animation will wait to start until both the origin and 
1510         destination page surfaces are available. Fixes #458460.
1511
1512         (draw_loading_text):
1513
1514         Remove workaround for bug #320352, it's now fixed properly.
1515
1516
1517 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1518
1519         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1520         will contain the implementations for page transition animations, at
1521         the moment it just has the "replace" effect.
1522         * shell/Makefile.am: Added these files to build.
1523
1524 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1525
1526         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1527         animations.
1528         * shell/Makefile.am: Added these files to build.
1529
1530 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1531
1532         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1533         implementation to get_effect() in EvDocumentTransitionIface.
1534
1535 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1536
1537         * libdocument/ev-transition-effect.[ch]: New files, define a page
1538         transition effect, at the moment it maps PopplerPageTransition to a
1539         GObject.
1540         * libdocument/Makefile.am: Added these files to build.
1541         * libdocument/ev-document-transition.[ch]
1542         (ev_document_transition_get_effect): New method, gets the
1543         EvTransitionEffect returned by the interface implementation, with
1544         fallback to the "replace" effect.
1545
1546 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1547
1548         * configure.ac:
1549         * cut-n-paste/Makefile.am:
1550         * cut-n-paste/fileformatchooser/Makefile.am:
1551         * cut-n-paste/fileformatchooser/egg-macros.h:
1552         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1553         * shell/Makefile.am:
1554         * shell/ev-window.c: (image_save_dialog_response_cb),
1555         (ev_view_popup_cmd_save_image_as):
1556
1557         Allow exporting images in any format supported by
1558         GdkPixbuf. Fixes bug #500209.
1559         
1560 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1561
1562         * backend/pixbuf/pixbuf-document.c:
1563
1564         More warnings fixed.
1565         
1566 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1569         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1570         * backend/djvu/djvu-text.h:
1571         * backend/tiff/tiff-document.c: (tiff_document_render):
1572
1573         Fix compile warnings.
1574         
1575 2007-12-28  Christian Persch  <chpe@gnome.org>
1576
1577         * **/*.c: Include config.h. Bug #504721.
1578
1579 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1580
1581         * configure.ac:
1582         * Makefile.am:
1583         * po/POTFILES.in:
1584         * backend/comics/Makefile.am:
1585         * backend/comics/comics-document.[ch]:
1586         * backend/comics/comicsdocument.evince-backend.in:
1587         * backend/djvu/Makefile.am:
1588         * backend/djvu/djvu-document.[ch]:
1589         * backend/djvu/djvudocument.evince-backend.in:
1590         * backend/dvi/Makefile.am:
1591         * backend/dvi/dvi-document.[c]:
1592         * backend/dvi/dvidocument.evince-backend.in:
1593         * backend/impress/Makefile.am:
1594         * backend/impress/impress-document.[ch]:
1595         * backend/impress/impressdocument.evince-backend.in:
1596         * backend/pdf/Makefile.am:
1597         * backend/pdf/ev-poppler.cc:
1598         * backend/pdf/ev-poppler.h:
1599         * backend/pdf/pdfdocument.evince-backend.in:
1600         * backend/pixbuf/Makefile.am:
1601         * backend/pixbuf/pixbuf-document.[ch]:
1602         * backend/pixbuf/pixbufdocument.evince-backend.in:
1603         * backend/ps/Makefile.am:
1604         * backend/ps/ev-spectre.[ch]:
1605         * backend/ps/ps-document.[ch]:
1606         * backend/ps/psdocument.evince-backend.in:
1607         * backend/tiff/Makefile.am:
1608         * backend/tiff/tiff-document.[ch]:
1609         * backend/tiff/tiffdocument.evince-backend.in:
1610         * libdocument/Makefile.am:
1611         * libdocument/ev-backends-manager.[ch]:
1612         * libdocument/ev-module.[ch]:
1613         * libdocument/ev-document.h:
1614         * libdocument/ev-document-factory.[ch]:
1615         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1616         (get_compression_from_mime_type), (get_document_from_uri),
1617         (ev_document_factory_get_document), (file_filter_add_mime_types),
1618         (ev_document_factory_add_filters):
1619         * shell/Makefile.am:
1620         * shell/ev-window-title.c: (get_filename_from_uri):
1621         * shell/main.c: (main):
1622         * thumbnailer/Makefile.am:
1623         * thumbnailer/evince-thumbnailer.c: (main):
1624
1625         Plugin system for backends. Fixes bug #351348.
1626         
1627 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1628
1629         * shell/ev-view-private.h:
1630         * shell/ev-view.c: (ev_view_drag_update_momentum),
1631         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1632         (ev_view_button_release_event), (ev_view_destroy):
1633         
1634         Kinetic scrolling implemented as requested in
1635         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1636
1637 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1638
1639         * data/evince-toolbar.xml:
1640         * data/evince-ui.xml:
1641         * shell/ev-view-private.h:
1642         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1643         (ev_view_button_press_event), (ev_view_motion_notify_event),
1644         (ev_view_button_release_event), (ev_view_init),
1645         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1646         (ev_view_set_cursor):
1647         * shell/ev-view.h:
1648         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1649         (ev_window_cmd_view_autoscroll):
1650         
1651         Autoscroll feature with the context menu. Fixes bug 
1652         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1653
1654 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1655
1656         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1657
1658         Disconnect also page-ready signal when removing a job because the
1659         page size has changed. Thanks to kripken
1660         <kripkensteiner@gmail.com>.
1661
1662 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1663
1664         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1665         
1666         Scroll pages in page entry with mouse wheel. Fixes bug
1667         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1668
1669 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1670
1671         * backend/dvi/Makefile.am:
1672         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1673         (mdvi_cairo_device_init):
1674         * backend/dvi/mdvi-lib/common.h:
1675         * backend/dvi/mdvi-lib/mdvi.h:
1676         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1677         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1678         (mdvi_build_path_from_cwd):
1679
1680         Add ps specials support in dvi backend when libspectre is
1681         present. Fixes bug #386005.
1682         
1683 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1684
1685         * configure.ac:
1686         * backend/ps/Makefile.am:
1687         * backend/ps/ev-spectre.[ch]:
1688         
1689         Use libspectre, if available, for the ps backend. Fixes bugs
1690         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1691
1692 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1693         
1694         * backend/comics/comics-document.c: (comics_document_load):
1695         
1696         Cygwin build issue fix.
1697
1698 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * shell/ev-view.c: (ev_view_set_zoom):
1701
1702         Do not limit the minimum zoom factor when sizing mode is best bit
1703         or fit width. Fixes bug #503805.
1704         
1705 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1706
1707         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1708         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1709         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1710         (ev_link_dest_get_property), (ev_link_dest_set_property),
1711         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1712         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1713         (ev_link_dest_new_fitr):
1714         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1715         (goto_fith_dest), (goto_xyz_dest):
1716
1717         Do not change left, top and zoom values when they are null in PDF
1718         destinations. Fixes bug #460658.
1719         
1720 2007-12-10  Christian Persch  <chpe@gnome.org>
1721
1722         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1723         (ev_view_accessible_class_init),
1724         (ev_view_accessible_idle_do_action),
1725         (ev_view_accessible_action_do_action),
1726         (ev_view_accessible_action_get_description),
1727         (ev_view_accessible_action_set_description),
1728         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1729         (ev_view_accessible_factory_init),
1730         (ev_view_accessible_factory_get_accessible_type):
1731         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1732         private data, and G_DEFINE_TYPE. Bug #502843.
1733
1734 2007-12-08  Christian Persch  <chpe@gnome.org>
1735
1736         * shell/ev-metadata-manager.c: (item_free),
1737         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1738         (value_free), (parse_value), (parseItem),
1739         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1740         (save_values): Use GSlice to allocate small amounts of memory. Bug
1741         #475972.
1742
1743 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1746
1747         Restore cursor to normal after a drag operation. Fixes bug
1748         #501603.
1749         
1750 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1751
1752         * NEWS:
1753         * configure.ac:
1754         
1755         Update for release 2.21.1
1756
1757 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1758
1759         * configure.ac:
1760         * cut-n-paste/gedit-message-area/Makefile.am:
1761         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1762         * shell/Makefile.am:
1763         * shell/ev-message-area.[ch]:
1764         * shell/ev-window.c: (ev_window_set_message_area),
1765         (ev_window_error_message_response_cb), (ev_window_error_message),
1766         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1767         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1768         (ev_attachment_popup_cmd_open_attachment),
1769         (attachment_save_dialog_response_cb), (ev_window_set_document),
1770         (ev_window_init):
1771
1772         Use a message area instead of a popup dialog for error
1773         notifications. Fixes bug #337495.
1774         
1775 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1778         (ev_window_run_fullscreen):
1779
1780         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1781         
1782 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1783
1784         * ev-sidebar-thumbnails.c: (update_visible_range),
1785         (ev_sidebar_thumbnails_refresh),
1786         (ev_sidebar_thumbnails_set_document),
1787         (ev_sidebar_thumbnails_support_document):
1788
1789         Show thumbnails for documents with one page. Fixes bug #358751.
1790         
1791 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * shell/ev-window.c:
1794         (ev_window_load_print_settings_from_metadata),
1795         (ev_window_save_print_settings), (ev_window_print_finished),
1796         (ev_window_print_range):
1797
1798         Print settings that are specific to the document are now saved per
1799         document in the metadata file. Fixes bug #488806.
1800         
1801 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1802
1803         * backend/tiff/tiff-document.c: (tiff_document_render):
1804
1805         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1806         
1807 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1808
1809         * shell/ev-application.[ch]: (get_find_string_from_args),
1810         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1811         (ev_application_open_uri_list):
1812         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1813         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1814         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1815         (ev_window_cmd_recent_file_activate),
1816         (ev_window_open_recent_action_item_activated),
1817         (ev_window_print_send), (open_remote_link):
1818         * shell/main.c: (arguments_parse):
1819
1820         Add a command line option for search. Fixes bug #497710.
1821         
1822 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1823
1824         * shell/ev-jobs.c: (ev_job_print_new):
1825
1826         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1827         
1828 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1829
1830         * data/evince-toolbar.xml:
1831         * shell/Makefile.am:
1832         * shell/ev-application.c: (ev_application_init):
1833         * shell/ev-open-recent-action.[ch]:
1834         * shell/ev-window.c:
1835         (ev_window_open_recent_action_item_activated),
1836         (register_custom_actions):
1837
1838         Add an expander to the open toolbar item which pops up a dropdown
1839         menu with the recently used documents. Fixes bug #487215.
1840         
1841 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1842
1843         * shell/ev-window.c: (ev_window_open_uri),
1844         (ev_window_cmd_view_reload):
1845
1846         Do not jump to the first page when reloading by running evince
1847         from the command line. Fixes bug #490847.
1848         
1849 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1850
1851         * shell/ev-window.c: (ev_window_cmd_help_contents):
1852
1853         Plugged memory leak when help file is not found. Fixes bug
1854         #490762.
1855         
1856 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * configure.ac:
1859
1860         Enable djvu, dvi and comics backends by default. Fixes bug
1861         #437121.
1862         
1863 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1864
1865         * configure.ac:
1866         * cut-n-paste/Makefile.am:
1867         * cut-n-paste/recent-files/*: Removed
1868         * help/reference/Makefile.am:
1869         * shell/Makefile.am:
1870         * shell/ev-application.[ch]: (ev_application_shutdown),
1871         (ev_application_init):
1872         * shell/ev-window.c: (ev_window_add_recent),
1873         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1874
1875         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1876         
1877 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1878
1879         * shell/ev-window.c: (launch_external_uri):
1880
1881         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1882         and report error if the URL is not supported (#489910).
1883
1884 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1885
1886         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1887         (pdf_document_file_exporter_begin_page),
1888         (pdf_document_file_exporter_end_page):
1889
1890         Fix printing with poppler splash backend. Fixes bug #489774.
1891         
1892 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1893
1894         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1895         * shell/ev-print-job.c: (ev_print_job_class_init):
1896
1897         Fix a crash when printing with the gnome-print dialog. Fixes bug
1898         #488939.
1899         
1900 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1901
1902         * backend/pixbuf/pixbuf-document.c:
1903
1904         Fix an implicit function definition warning (#487655)
1905
1906 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1907
1908         * shell/ev-window.c:
1909
1910         Fix conflicting shortcut for view sade pane and presentation.
1911         
1912 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1913
1914         * backend/pdf/ev-poppler.cc:
1915         (pdf_document_file_exporter_begin_page),
1916         (pdf_document_file_exporter_do_page),
1917         (pdf_document_file_exporter_end_page),
1918         (pdf_document_file_exporter_iface_init):
1919         * libdocument/ev-file-exporter.[ch]:
1920         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1921         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1922         (ev_job_print_run):
1923
1924         When printing multiple pages per sheet in reverse option, do not
1925         invert the order of the pages in every sheet, but the order of the
1926         sheets. Do not print blank pages when page range is invalid. Fixes
1927         bugs #484857 and #485521.
1928         
1929 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1932         (ev_job_print_run):
1933         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1934
1935         Respect ranges order when printing more than one range in random
1936         order.
1937         
1938 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1939
1940         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1941         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1942
1943         Rotate also the window icon when document is rotated. Fixes bug
1944         #474681.
1945         
1946 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1949         (pdf_document_forms_get_form_fields):
1950
1951         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1952         Matthias Drochner.
1953         
1954 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1955
1956         * configure.ac:
1957         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1958
1959         Use poppler_page_render_for_printing() instead of
1960         poppler_page_render() if available when exporting to a ps or pdf
1961         file. Fixes bug #476627.
1962         
1963 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * shell/ev-window.c: (ev_window_run_fullscreen):
1966
1967         Do not show the toolbar in fullscreen mode if the main toolbar is
1968         not visible. Fixes bug #483048.
1969         
1970 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * shell/ev-view.c: (ev_view_button_press_event):
1973
1974         Give priority to form fields over images when deciding whether a
1975         button press event is over an image or form field. It allows edit
1976         form fields when they are over a background image. Fixes bug
1977         #477841.
1978         
1979 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1980
1981         * NEWS:
1982         * configure.ac:
1983         
1984         Update for release 2.20.0
1985
1986 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1987
1988         * backend/pdf/ev-poppler.cc:
1989
1990         Remove #ifdef HAVE_FORMS, so that forms support works again.
1991
1992 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1993
1994         * configure.ac:
1995         * data/evince.desktop.in.in:
1996         
1997         Fixes desktop file issues. See bug #473471.
1998
1999 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2000
2001         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2002         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2003         (ev_job_queue_remove_job):
2004         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2005         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2006         * shell/ev-window.c: (ev_window_clear_save_job),
2007         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2008         (ev_window_dispose):
2009
2010         Move save a copy task to its own job so that it's carried out in a
2011         thread avoiding another lock in the main thread. Use
2012         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2013         can be saved to a pathin another file system. Fixes bug #456891.
2014         
2015 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2016
2017         * NEWS:
2018         * configure.ac:
2019         
2020         Update for release 2.19.92
2021
2022 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2023
2024         * configure.ac:
2025         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2026         (pdf_selection_get_selection_region),
2027         (pdf_selection_get_selection_map),
2028         (ev_form_field_from_poppler_field):
2029
2030         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2031         and triple click selections are enabled again now.
2032
2033 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * shell/ev-window.c: (ev_window_add_history):
2036
2037         Make sure not to use the history with documents not supporting
2038         links. Fixes bug #468954.
2039
2040 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2041
2042         * shell/ev-window.c: (ev_window_load_job_cb):
2043
2044         Restart the search when reloading a document with the find bar
2045         visible. Fixes bug #461962.
2046
2047 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2048
2049         * shell/ev-window.c: (setup_document_from_metadata),
2050         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2051
2052         Do not jump to the first page when reloading a document from the
2053         last page.
2054
2055 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2056
2057         * shell/ev-window.c: (update_chrome_flag),
2058         (setup_sidebar_from_metadata),
2059         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2060         (ev_window_cmd_edit_find_next),
2061         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2062         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2063         (find_bar_close_cb), (view_actions_focus_in_cb):
2064
2065         Do not update visibility when changing a chrome flag so that it's
2066         possible to update several flags and update visibility only once
2067         for all of them.
2068
2069 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2072
2073         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2074         supported by gtk+. Fixes bug #460907.
2075
2076 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2077
2078         * shell/ev-view.c: (view_update_range_and_current_page):
2079
2080         Make sure current-page <= end-page in continuous mode. Fixes bug
2081         #454950.
2082
2083 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2084
2085         * backend/pdf/ev-poppler.cc: (build_tree):
2086
2087         Ignore outline items without a title. Fixes bug #453913.
2088
2089 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2090
2091         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2092         (ev_view_button_release_event), (ev_view_leave_notify_event):
2093
2094         Use always drag mouse cursor during a drag operation. Fixes bug
2095         #470564.
2096
2097 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2098
2099         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2100         (pdf_selection_get_selection_region),
2101         (pdf_selection_get_selection_map):
2102
2103         Temporarily disable double and triple selections since it depends on
2104         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2105         released and the update of the external dependency minimal version
2106         approved.
2107
2108 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2111         (pdf_document_file_exporter_do_page):
2112         * libdocument/ev-file-exporter.h:
2113         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2114         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2115
2116         Actually fix printing regressions. Remove orientation from
2117         EvPrintContext since it's redundant.
2118
2119 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2120
2121         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2122         * backend/impress/impress-document.c:
2123         (impress_document_document_iface_init):
2124         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2125         * backend/djvu/djvu-document.c:
2126         (djvu_document_document_iface_init),
2127         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2128         * backend/tiff/tiff-document.c:
2129         (tiff_document_document_iface_init):
2130         * backend/pixbuf/pixbuf-document.c:
2131         (pixbuf_document_document_iface_init):
2132         * backend/comics/comics-document.c:
2133         (comics_document_document_iface_init):
2134         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2135         (pdf_selection_render_selection),
2136         (pdf_selection_get_selected_text),
2137         (pdf_selection_get_selection_region),
2138         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2139         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2140         (ev_selection_get_selection_region),
2141         (ev_selection_get_selection_map):
2142         * libdocument/ev-document.[ch]:
2143         * shell/ev-pixbuf-cache.[ch]: (add_job),
2144         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2145         * shell/ev-view-private.h:
2146         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2147         (ev_job_render_run):
2148         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2149         * shell/ev-view.c: (start_selection_for_event),
2150         (ev_view_button_press_event), (ev_view_drag_data_get),
2151         (ev_view_drag_data_received), (ev_view_button_release_event),
2152         (compute_new_selection_text), (compute_selections),
2153         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2154         (ev_view_primary_get_cb):
2155
2156         Add support for double and triple click selections.
2157
2158 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2159
2160         * NEWS:
2161         * configure.ac:
2162
2163         Update for release 2.19.4
2164
2165 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2166
2167         * shell/ev-view-private.h:
2168         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2169         (ev_view_set_highlight_search):
2170         * shell/ev-view.h:
2171         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2172         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2173         (find_bar_visibility_changed_cb):
2174         
2175         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2176
2177 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2178
2179         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2180         (pdf_document_file_exporter_begin),
2181         (pdf_document_file_exporter_do_page):
2182         * shell/ev-jobs.c: (ev_job_print_run):
2183         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2184
2185         Create always a portrait cairo surface and rotate when needed for
2186         landscape. It fixes printing problems in real printers.
2187
2188 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2191         * libdocument/ev-file-exporter.[ch]:
2192         (ev_file_exporter_get_capabilities):
2193         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2194         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2195
2196         Adjust number of pages per row according to page orientation when
2197         printing 2 or 6 pages per sheet.
2198
2199 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2200
2201         * shell/ev-window.c: (ev_window_print_send):
2202
2203         Reset also cups setting to 1 when printing multiple pages per
2204         sheet. Fixes bug #468853.
2205
2206 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2207
2208         * libdocument/ev-document-misc.c:
2209         (ev_document_misc_surface_rotate_and_scale):
2210
2211         Use directly cairo_surface_get_content() when creating a similar
2212         surface as suggested by Jeff Muizelaar. Thanks again.
2213
2214 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2215
2216         * backend/djvu/djvu-document.c: (djvu_document_render):
2217         * backend/tiff/tiff-document.c: (tiff_document_render):
2218         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2219         * libdocument/ev-document-misc.c:
2220         (ev_document_misc_surface_from_pixbuf),
2221         (ev_document_misc_surface_rotate_and_scale):
2222
2223         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2224         creating page surfaces. Fixes bug #453123. Thank you very much to
2225         Jeff Muizelaar <jeff@infidigm.net>.
2226
2227 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2228
2229         * shell/ev-page-cache.c: (ev_page_cache_new),
2230         (ev_page_cache_get_thumbnail_size):
2231         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2232         (ev_sidebar_thumbnails_set_loading_icon):
2233
2234         Also store in page-cache the dimensions of the thumbnails so that
2235         they can be used to create the correct loading icon in the side
2236         pane. Fixes bug #466857.
2237
2238 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * backend/pdf/ev-poppler.cc:
2241         (pdf_document_thumbnails_get_thumbnail):
2242
2243         Fix thumbnails rotation in pdf documents that include embedded 
2244         thumbnails.
2245
2246 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2247
2248         * backend/pdf/ev-poppler.cc:
2249
2250         Don't use #ifdef in macro expansion. Some compilers don't
2251         like that. Closes bug #467042.
2252
2253 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2254
2255         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2256         
2257         Fixes memory leak in djvu backend.
2258
2259 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2260
2261         * data/icons/32x32/Makefile.am:
2262         * data/icons/32x32/actions/Makefile.am:
2263         * data/icons/32x32/actions/view-page-cont.svg:
2264         * data/icons/32x32/actions/view-page-facing.svg:
2265         * data/icons/48x48/Makefile.am:
2266         * data/icons/48x48/actions/Makefile.am:
2267         * data/icons/48x48/actions/view-page-cont.svg:
2268         * data/icons/48x48/actions/view-page-facing.svg:
2269         
2270         Icons for a new sizes.
2271
2272 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2273
2274         * shell/ev-page-cache.c: (build_height_to_page),
2275         (ev_page_cache_get_height_to_page):
2276         
2277         Fixes invalid read, see bug #466401.
2278
2279 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2280
2281         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2282         (set_drag_cursor):
2283         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2284         (configure_item_cursor), (new_pixbuf_from_widget):
2285
2286         Fix multihead problems in toolbar editor. Fixes bug #382055.
2287
2288 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2289
2290         * shell/ev-window.c: (ev_window_cmd_file_open),
2291         (ev_window_cmd_save_as):
2292
2293         Use g_get_user_special_dir when available instead of
2294         xdg_user_dir_lookup.
2295
2296 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2297
2298         * MAINTAINERS:
2299         
2300         Updated according to request on desktop-devel.
2301
2302 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2303
2304         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2305
2306         Do not use cairo_rectangle and cairo_clip since we are
2307         not using cairo_fill but cairo_paint. Use the same cairo context
2308         for every page in the same expose event.
2309
2310 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2311
2312         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2313         leak.
2314
2315 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2316
2317         * configure.ac:
2318         * NEWS:
2319
2320         Release 0.9.3
2321
2322 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2323
2324         * libdocument/ev-document-info.h:
2325         * libdocument/ev-document.h:
2326         * shell/ev-page-action.h:
2327         * shell/ev-sidebar-links.h:
2328
2329         Fix a headers problem with ev-link
2330         
2331         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2332         * shell/ev-view-private.h:
2333         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2334         (get_link_area), (ev_view_query_tooltip),
2335         (ev_view_leave_notify_event), (ev_view_destroy),
2336         (ev_view_class_init):
2337
2338         Use new gtk tooltips when available instead of ev-tooltip.
2339         
2340 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2341
2342         * shell/ev-window.c: (update_chrome_visibility),
2343         (ev_window_sidebar_visibility_changed_cb):
2344
2345         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2346         
2347 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * shell/ev-navigation-action.c:
2350         (ev_navigation_action_history_changed),
2351         (ev_navigation_action_set_history):
2352         * shell/ev-navigation-action-widget.c:
2353         (ev_navigation_action_widget_init):
2354         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2355
2356         Fix compile warnings.
2357         
2358 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2359
2360         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2361         (egg_editable_toolbar_dispose):
2362
2363         Fix memory leak.
2364         
2365 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2366
2367         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2368         (screensaver_disable_x11):
2369         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2370         * shell/ev-window.c: (presentation_set_timeout):
2371         * shell/ev-view.c: (ev_view_presentation_transition_start):
2372
2373         Use g_timeout_add_seconds instead of g_timeout_add when
2374         available.
2375         
2376 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2377
2378         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2379
2380         Set horizontal scrollbar policy to AUTOMATIC instead of
2381         NEVER. Workaround for bug #449462.
2382         
2383 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2384
2385         * shell/ev-jobs.c: (ev_job_render_page_ready):
2386
2387         Add page_ready callback to main loop with high priority and hold
2388         a reference to job during idle.
2389         
2390 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2391
2392         * configure.ac:
2393         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2394         (pdf_document_file_exporter_begin),
2395         (pdf_document_file_exporter_do_page),
2396         (pdf_document_file_exporter_get_capabilities):
2397         * libdocument/ev-file-exporter.h:
2398         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2399         * shell/ev-window.c: (ev_window_print_send),
2400         (ev_window_print_dialog_response_cb):
2401
2402         Allow printing multiple pages per sheet. Fixes bug #395573.
2403         
2404 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2405
2406         * shell/ev-view.c: (tip_from_link):
2407         
2408         Check for NULL, fixes bug #460862.
2409
2410 2007-07-29  Christian Persch  <chpe@gnome.org>
2411
2412         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2413         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2414         (ev_window_cmd_preview_print):
2415         
2416         Fixes bug #437681 - blocks while enumerating printers.
2417
2418 2007-07-29  Christian Persch  <chpe@gnome.org>
2419
2420         * shell/ev-window.c: (ev_window_screen_changed):
2421         
2422         Don't use deprecated gtk+ function. See bug #460909.
2423
2424 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2425
2426         * shell/ev-utils.c: (get_num_monitors):
2427         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2428
2429         Do not use display before initializing it. Remove compile
2430         warnings.
2431
2432 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2433
2434         * shell/ev-view.c: (ev_view_class_init):
2435         
2436         Unix-like hjkl bindings added. See bug #458111.
2437
2438 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2439
2440         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2441         * shell/ev-utils.h:
2442         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2443         (ev_view_update_view_size):
2444         * shell/ev-view.h:
2445         * shell/ev-window.c: (ev_window_update_actions),
2446         (setup_view_from_metadata), (ev_window_screen_changed),
2447         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2448         (zoom_control_changed_cb):
2449         * shell/ev-window.h:
2450         
2451         Reorganizes utility functions.
2452
2453 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2454
2455         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2456         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2457         (add_job), (ev_pixbuf_cache_get_surface),
2458         (ev_pixbuf_cache_get_link_mapping),
2459         (ev_pixbuf_cache_get_image_mapping),
2460         (ev_pixbuf_cache_get_form_field_mapping),
2461         (ev_pixbuf_cache_get_text_mapping):
2462         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2463         (notify_page_ready), (ev_job_render_page_ready),
2464         (ev_job_render_run):
2465
2466         Add page_ready signal to notify that page is ready as soon as
2467         possible even if other page elements like links, forms, images or
2468         text mapping are not ready yet.
2469
2470 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2471
2472         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2473         (dvi_document_file_exporter_do_page),
2474         (dvi_document_file_exporter_get_capabilities),
2475         (dvi_document_file_exporter_iface_init):
2476         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2477         (ps_document_file_exporter_do_page),
2478         (ps_document_file_exporter_get_capabilities),
2479         (ps_document_file_exporter_iface_init):
2480         * backend/djvu/djvu-document.c:
2481         (djvu_document_file_exporter_begin),
2482         (djvu_document_file_exporter_end),
2483         (djvu_document_file_exporter_get_capabilities),
2484         (djvu_document_file_exporter_iface_init):
2485         * backend/tiff/tiff-document.c:
2486         (tiff_document_file_exporter_begin),
2487         (tiff_document_file_exporter_get_capabilities),
2488         (tiff_document_document_file_exporter_iface_init):
2489         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2490         (pdf_document_file_exporter_do_page),
2491         (pdf_document_file_exporter_get_capabilities),
2492         (pdf_document_file_exporter_iface_init):
2493         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2494         (ev_file_exporter_get_capabilities):
2495         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2496         (idle_print_handler), (ev_print_job_print):
2497         * shell/ev-jobs.c: (ev_job_print_run):
2498         * shell/ev-window.c: (ev_window_print_send),
2499         (ev_window_print_range):
2500
2501         Use capabilities to know which options should be offered by the
2502         print dialog depending on the document backend.
2503
2504 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2505
2506         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2507
2508         Give priority to forms over text to set the cursor.
2509
2510 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2511
2512         * shell/ev-view-private.h:
2513         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2514         (ev_view_leave_notify_event), (ev_view_finalize),
2515         (ev_view_get_property), (ev_view_class_init):
2516
2517         Use IBEAM cursor for text form fields and NORMAL cursor for read
2518         only fields. Remove unused status attribute.
2519
2520 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2521
2522         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2523
2524         Update region for current selected items also for checkbox
2525         buttons, since they can behave as radio buttons when they are in a
2526         set.
2527
2528 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2529
2530         * configure.ac:
2531         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2532
2533         Get max length of text form fields.
2534
2535 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2536
2537         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2538         * libdocument/ev-form-field.h:
2539         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2540
2541         Fix build with current poppler cvs head.
2542
2543 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2544
2545         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2546         * shell/eggfindbar.c: (egg_find_bar_init):
2547
2548         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2549         deprecation. Fixes bug #455667
2550
2551 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2552
2553         * NEWS:
2554         * configure.ac:
2555         
2556         Update for release 0.9.2
2557
2558 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2559
2560         * shell/ev-view.c: (ev_view_form_field_text_save),
2561         (ev_view_form_field_choice_save):
2562
2563         Fix a crash when closing whith a form widget visible.
2564
2565 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2566
2567         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2568
2569         Update also the region of the current selected button when
2570         clicking on another button if they are radio buttons.
2571
2572 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2573
2574         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2575         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2576         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2577         (ev_pixbuf_cache_get_link_mapping),
2578         (ev_pixbuf_cache_get_image_mapping),
2579         (ev_pixbuf_cache_get_form_field_mapping),
2580         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2581         * shell/ev-view.c: (ev_view_form_field_get_region),
2582         (ev_view_form_field_button_create_widget),
2583         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2584         (job_finished_cb):
2585
2586         Redraw only form field region instead of the whole page when
2587         reloading a page to show changes on the form field.
2588
2589 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2590
2591         * shell/ev-view.c: (ev_view_form_field_choice_save):
2592
2593         Fix selection of first item in list form fields.
2594
2595 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2596
2597         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2598         (ev_pixbuf_cache_reload_page),
2599         (ev_pixbuf_cache_get_form_field_mapping):
2600
2601         Some refactoring to avoid duplicated code.
2602
2603 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2604
2605         * configure.ac:
2606         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2607         (ev_form_field_from_poppler_field),
2608         (pdf_document_forms_get_form_fields),
2609         (pdf_document_forms_form_field_text_get_text),
2610         (pdf_document_forms_form_field_text_set_text),
2611         (pdf_document_forms_form_field_button_set_state),
2612         (pdf_document_forms_form_field_button_get_state),
2613         (pdf_document_forms_form_field_choice_get_item),
2614         (pdf_document_forms_form_field_choice_get_n_items),
2615         (pdf_document_forms_form_field_choice_is_item_selected),
2616         (pdf_document_forms_form_field_choice_select_item),
2617         (pdf_document_forms_form_field_choice_toggle_item),
2618         (pdf_document_forms_form_field_choice_unselect_all),
2619         (pdf_document_forms_form_field_choice_set_text),
2620         (pdf_document_forms_form_field_choice_get_text),
2621         (pdf_document_document_forms_iface_init):
2622         * libdocument/Makefile.am:
2623         * libdocument/ev-form-field.[ch]:
2624         * libdocument/ev-document-forms.[ch]:
2625         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2626         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2627         (add_job), (ev_pixbuf_cache_reload_page),
2628         (ev_pixbuf_cache_get_form_field_mapping):
2629         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2630         * shell/ev-view-private.h:
2631         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2632         (ev_view_handle_cursor_over_xy),
2633         (ev_view_get_form_field_at_location),
2634         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2635         (ev_view_form_field_button_create_widget),
2636         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2637         (ev_view_form_field_text_create_widget),
2638         (ev_view_form_field_choice_save),
2639         (ev_view_form_field_choice_changed),
2640         (ev_view_form_field_choice_create_widget),
2641         (ev_view_handle_form_field), (ev_view_size_allocate),
2642         (ev_view_realize), (draw_end_presentation_page),
2643         (ev_view_button_press_event), (ev_view_remove_all),
2644         (ev_view_motion_notify_event), (ev_view_key_press_event),
2645         (ev_view_enter_notify_event), (highlight_find_results),
2646         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2647         (ev_view_class_init), (page_changed_cb),
2648         (on_adjustment_value_changed), (ev_view_set_presentation),
2649         (merge_selection_region), (ev_view_set_cursor),
2650         (ev_view_reset_presentation_state):
2651         
2652         Merge evince-forms branch.
2653
2654 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2655
2656         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2657
2658         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2659         This script also updates itself from libegg
2660
2661         * cut-n-paste/toolbar-editor/egg*:
2662         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2663         libegg
2664
2665 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2666
2667         * shell/ev-window.c:
2668         
2669         Adds a nice icon to page action during toolbar editing.
2670         See bug #452872.
2671
2672 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2673
2674         * data/evince-toolbar.xml:
2675         * shell/ev-window.c:
2676         
2677         Let user add a presentation and fullscreen icons on toolbar.
2678         See bug #449734.
2679
2680 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2681
2682         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2683
2684         new script to keep in sync with toolbareditor in libegg
2685
2686         * cut-n-paste/toolbar-editor/*: 
2687
2688         Run update-toolbareditor-from-libegg so we are in sync again. 
2689         Fixes bug #452850.
2690         
2691
2692 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2693
2694         * shell/ev-sidebar-links.c: (job_finished_callback):
2695
2696         Do not connect selection changed signal more than once. Fixes bug
2697         #349433.
2698
2699 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2700
2701         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2702
2703         Do not change sidebar chrome flag when pressing F9 key in
2704         presentation mode.
2705
2706 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2707
2708         * backend/pdf/ev-poppler.cc:
2709         (pdf_document_thumbnails_get_dimensions):
2710
2711         Make sure thumbnails width and height is not <= 0. Fixes a crash
2712         with some pdf documents which have really small pages.
2713
2714 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2715
2716         * shell/main.c: (main):
2717
2718         Fixes program description translation issue.
2719         Bug #450148.
2720
2721 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2722
2723         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2724
2725         Do not change current page when returning from black/white mode
2726         in presentation. Fixes bug #415032.
2727
2728 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2729
2730         * NEWS:
2731         * configure.ac:
2732         
2733         Update for release 0.9.1
2734
2735 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2736
2737         * backend/dvi/dvi-document.c:
2738         (dvi_document_finalize),
2739         (dvi_document_file_exporter_format_supported),
2740         (dvi_document_file_exporter_begin),
2741         (dvi_document_file_exporter_do_page),
2742         (dvi_document_file_exporter_end),
2743         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2744         
2745         PDF exporter for dvi documents. Fixes bug #441319.
2746
2747 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * shell/ev-window.c: (ev_window_clear_print_job):
2750
2751         Clear gtk print job when job has finished. Fixes bug #447612.
2752
2753 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2754
2755         * shell/ev-window.c: (ev_window_print_send),
2756         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2757
2758         Add preview button to print dialog. Fixes bug #445419.
2759
2760 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2761
2762         * backend/dvi/Makefile.am:
2763         * backend/dvi/pixbuf-device.[ch]: Removed
2764         * backend/dvi/cairo-device.[ch]: Added
2765         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2766         * backend/dvi/dvi-document.c: (dvi_document_load),
2767         (dvi_document_render), (dvi_document_finalize),
2768         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2769         (dvi_document_do_color_special):
2770         * libdocument/ev-document-misc.[ch]:
2771         (ev_document_misc_pixbuf_from_surface):
2772
2773         Port dvi backend to cairo and fix a problem with colors. 
2774
2775 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2776
2777         * shell/ev-view.c: (draw_one_page):
2778
2779         Draw only visible region.
2780
2781 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2782
2783         * backend/djvu/djvu-document.c: (djvu_document_render):
2784
2785         Fix rotation in djvu backend.
2786
2787 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2788
2789         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2790         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2791         (ev_pixbuf_cache_get_image_mapping),
2792         (ev_pixbuf_cache_get_text_mapping):
2793
2794         Redraw view every time we have a new surface. Fixes bug #443587.
2795
2796 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2797
2798         * libdocument/ev-document.c: (ev_document_info_free):
2799
2800         Fix memory leaks.
2801
2802 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * backend/dvi/dvi-document.c: (dvi_document_render),
2805         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2806         * backend/impress/impress-document.c:
2807         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2808         (impress_document_render), (impress_document_document_iface_init),
2809         (impress_document_thumbnails_get_thumbnail):
2810         * backend/djvu/djvu-document-private.h:
2811         * backend/djvu/djvu-document.c: (djvu_document_render),
2812         (djvu_document_finalize), (djvu_document_document_iface_init),
2813         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2814         * backend/tiff/tiff-document.c: (tiff_document_render),
2815         (tiff_document_render_pixbuf),
2816         (tiff_document_document_iface_init):
2817         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2818         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2819         (pdf_selection_render_selection):
2820         * backend/comics/comics-document.c:
2821         (comics_document_render_pixbuf), (comics_document_render),
2822         (comics_document_document_iface_init):
2823         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2824         (pixbuf_document_document_iface_init):
2825         * libdocument/ev-document-misc.[ch]:
2826         (ev_document_misc_surface_from_pixbuf),
2827         (ev_document_misc_surface_rotate_and_scale):
2828         * libdocument/ev-document.[ch]: (ev_document_render):
2829         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2830         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2831         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2832         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2833         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2834         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2835         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2836         (render_finished_cb), (ev_job_render_run):
2837         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2838         (merge_selection_region):
2839
2840         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2841         and selections.
2842
2843 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2844
2845         * shell/ev-window-title.c: (ev_window_title_update):
2846
2847         Fix memory leak.
2848
2849 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2850
2851         * shell/ev-view.c: (draw_loading_text):
2852
2853         Show loading text centered. Fixes bug #433061
2854
2855 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * shell/ev-sidebar-thumbnails.c:
2858         (ev_sidebar_thumbnails_set_loading_icon):
2859
2860         Remove a mutex in the main thread that blocks the UI in heavy
2861         documents.
2862
2863 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2866
2867         Set points_set to TRUE so that selections don't disappear after a
2868         zoom change.
2869
2870 2007-06-07  Michael Monreal  <infernux@web.de>
2871
2872         * data/icons/16x16/actions/Makefile.am:
2873         * data/icons/16x16/actions/zoom.svg:
2874         * data/icons/22x22/actions/Makefile.am:
2875         * data/icons/22x22/actions/zoom.svg:
2876         * data/icons/24x24/actions/Makefile.am:
2877         * shell/ev-stock-icons.c:
2878         * shell/ev-stock-icons.h:
2879         * shell/ev-window.c:
2880         
2881         Zoom icon artwork. See bug #444795.
2882
2883 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2884
2885         * shell/ev-metadata-manager.c: Remove extraneous function
2886         (Closes: #444386)
2887
2888 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2889
2890         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2891         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2892         (ev_metadata_manager_set), (ev_metadata_manager_save):
2893         Simplify the timeout, no need for modified anymore
2894
2895 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2896
2897         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2898         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2899         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2900         (ev_metadata_manager_save): Adapted patch from Arjan van de
2901         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2902         time, saves on power (Closes: #443851)
2903
2904 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2905
2906         * configure.ac:
2907         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2908         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2909
2910         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2911
2912 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2913
2914         * shell/ev-window.c: (ev_window_add_history):
2915
2916         Check if history is NULL
2917
2918 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2919
2920         * libdocument/ev-image.c: (ev_image_finalize):
2921         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2922         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2923         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2924         (ev_tmp_uri_unlink):
2925
2926         Add functions to delete temporary files created by evince in a safe
2927         way.
2928
2929         * shell/ev-window.c: (ev_window_clear_local_uri),
2930         (open_xfer_update_progress_callback),
2931         (save_xfer_update_progress_callback), (ev_window_save_remote),
2932         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2933         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2934         (attachment_save_dialog_response_cb),
2935         (ev_attachment_popup_cmd_save_attachment_as):
2936
2937         Allow saving a copy of a document, image or attachment to a remote
2938         location. Fixes bug #440754. 
2939
2940 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2941
2942         * configure.ac:
2943         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2944
2945         Fix build with current poppler from cvs head. 
2946
2947 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2948
2949         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2950
2951         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2952         directory exists.
2953
2954 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2955
2956         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2957         * shell/ev-window.c:
2958
2959         Change sidebar ordering. Fixes bug #439939.
2960
2961 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2962
2963         * backend/comics/Makefile.am:
2964         
2965         Fixes build with --without-libgnome.
2966
2967 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2968         
2969         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2970
2971         Update cursor and tooltip on page change and view scroll. Fixes bug
2972         #439217.
2973
2974 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2975
2976         * NEWS:
2977         * configure.ac:
2978         
2979         Update for release 0.9.0
2980
2981 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2982
2983         * backend/djvu/djvu-document-private.h:
2984         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2985         (djvu_document_finalize),
2986         (djvu_document_file_exporter_format_supported),
2987         (djvu_document_file_exporter_begin),
2988         (djvu_document_file_exporter_do_page),
2989         (djvu_document_file_exporter_end),
2990         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2991         
2992         Implemented printing with djvu. Bug #437998.
2993
2994 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2995
2996         * backend/impress/zip.c:
2997         Add missing ulong definition.
2998
2999         * backend/ps/ps-interpreter.c:
3000         Add missing headers.
3001
3002         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3003
3004 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3005
3006         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3007
3008         Add missing call to parent class dispose method. 
3009
3010 2007-05-12  Ross Burton  <ross@openedhand.com>
3011
3012         * shell/main.c:
3013         Sync keybindings manually when building without libgnome
3014         (#437925).
3015
3016 2007-05-12  Ross Burton  <ross@openedhand.com>
3017
3018         * shell/ev-window.c:
3019         Respect the screen when opening help (#437866).
3020
3021 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3022
3023         * data/evince-ui.xml:
3024         * shell/ev-application.[ch]: (get_print_settings_from_args),
3025         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3026         (ev_application_open_uri_list):
3027         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3028         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3029         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3030         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3031         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3032         (ev_window_dispose):
3033         * shell/main.c: (arguments_parse):
3034
3035         Add print button in preview mode. Fixes bug #396475. 
3036
3037 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3038
3039         * cut-n-paste/zoom-control/ephy-zoom.h:
3040         
3041         Fixes zoom level factors. See bug #408119 for details.
3042
3043 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3044
3045         * backend/comics/comics-document.c: (comics_regex_quote),
3046         (extract_argv):
3047         
3048         Correctly quote symbols. Fixes crash in the bug
3049         #415370.
3050
3051 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3052
3053         * shell/ev-navigation-action-widget.c:
3054         (ev_navigation_action_widget_init),
3055         (ev_navigation_action_widget_class_init),
3056         (ev_navigation_action_widget_button_press_event):
3057         
3058         Connect to button-press event on correct widget. Fixes
3059         bug #431988
3060
3061 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3062
3063         * shell/ev-application.c: (ev_application_open_window),
3064         (ev_application_add_icon_path_for_screen),
3065         (ev_application_open_uri_at_dest):
3066         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3067         * shell/ev-navigation-action.c: (build_menu):
3068         
3069         Add app-specific icons to our icon theme. Fixes bug
3070         #425508.
3071
3072 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3073
3074         * shell/ev-history.c: (ev_history_class_init),
3075         (ev_history_add_link):
3076         * shell/ev-history.h:
3077         * shell/ev-navigation-action.c:
3078         (ev_navigation_action_history_changed),
3079         (ev_navigation_action_set_history), (build_menu),
3080         (ev_navigation_action_finalize):
3081         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3082         
3083         Make navigation action unsensitive instead of showing
3084         menu with unsensitive word. Fixes bug #417392.
3085
3086 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3087
3088         * shell/ev-application.[ch]: (ev_application_shutdown),
3089         (ev_application_get_print_settings),
3090         (ev_application_set_print_settings):
3091         * shell/ev-window.c:
3092
3093         Remember print settings. Fixes bug #349102. 
3094
3095 2007-05-08  Christian Persch  <chpe@gnome.org>
3096
3097         * configure.ac:
3098         * properties/ev-properties-view.c:
3099
3100         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3101         Bug #382438.
3102
3103 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3104
3105         * configure.ac:
3106         * properties/ev-properties-view.c: (ev_regular_paper_size):
3107
3108         Use gtk+ builtin paper list to identify the document's paper size.
3109         Fixes bug #382438. 
3110
3111 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3112
3113         * configure.ac:
3114
3115         Fix build when compiling with thumbnailer and libgnome support. 
3116
3117 2007-05-04  Ross Burton  <ross@openedhand.com>
3118
3119         * configure.ac:
3120         Add --without-libgnome, check for libgnome and libgnomeui
3121         separately, and add them to the symbols as required.
3122
3123         * libdocument/ev-file-helpers.c:
3124         When building without libgnome, use g_get_user_config_dir instead
3125         of gnome_user_dir_get.
3126
3127         * shell/ev-application.c:
3128         When building without libgnome, don't use session management.
3129
3130         * shell/main.c:
3131         When building without libgnome, don't use GnomeProgram or
3132         initialise the authentication manager.
3133
3134         This fixes #328842.
3135
3136 2007-05-04  Ross Burton  <ross@openedhand.com>
3137
3138         * shell/ev-window.c:
3139         Don't use libgnome to open help, instead call Yelp directly.
3140
3141 2007-05-04  Ross Burton  <ross@openedhand.com>
3142
3143         * shell/ev-sidebar-attachments.c:
3144         Don't use libgnome to lookup icons for MIME types, instead copy
3145         code from GTK+ to do it manually.
3146
3147 2007-05-04  Ross Burton  <ross@openedhand.com>
3148
3149         * configure.ac:
3150         Add libxml to the dependencies for SHELL_CORE (#435818).
3151
3152 2007-05-02  Ross Burton  <ross@openedhand.com>
3153
3154         * configure.ac:
3155         * Makefile.am:
3156         Add --disable-thumbnailer (#434825)
3157
3158 2007-05-02  Ross Burton  <ross@openedhand.com>
3159
3160         * shell/ev-window.c:
3161         Add missing includes, fix indentation.
3162
3163         * shell/main.c:
3164         Fix indentation.
3165
3166 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3167
3168         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3169         ev_application_open_uri_at_dest instead of ev_application_open_uri
3170         preventing new document always being opened in a new window even if there
3171         is an empty window.
3172
3173 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3174
3175         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3176         (egg_recent_view_uimanager_finalize):
3177         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3178         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3179         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3180         (ev_pixbuf_cache_dispose):
3181         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3182         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3183         
3184         Add missing chain to parent class methods. Fixes
3185         bug #433128.
3186
3187 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3188
3189         * data/Makefile.am (update-icon-cache): Updates
3190         gtk-update-icon-cache in uninstall-hook.
3191
3192 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * shell/ev-window.c: (ev_window_setup_document),
3195         (ev_window_set_document), (ev_window_load_job_cb):
3196         * shell/ev-view.c: (setup_caches):
3197         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3198
3199         Start rendering pages before any other jobs. 
3200
3201 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3202
3203         * shell/ev-window.c: (ev_window_stop_fullscreen),
3204         (ev_window_stop_presentation):
3205
3206         Update chrome visibility before window unfullscreen. 
3207
3208 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3209
3210         * data/Makefile.am:
3211         * data/evince-ui.xml:
3212         * shell/ev-stock-icons.[ch]:
3213         * shell/ev-application.[ch]: (ev_application_shutdown),
3214         (ev_application_init), (ev_application_get_toolbars_model):
3215         * shell/ev-window.c: (update_chrome_visibility),
3216         (fullscreen_toolbar_setup_item_properties),
3217         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3218         (ev_window_run_presentation), (ev_window_stop_presentation),
3219         (ev_window_run_preview), (ev_window_screen_changed),
3220         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3221         (ev_window_dispose), (ev_window_init):
3222
3223         Make fullscreen toolbar always visible. Do not use egg toolbars for
3224         fullscreen and preview modes since such toolbars are not editables.
3225         Fixes bugs #300278, #338910 and #316188.  
3226
3227 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3228
3229         * shell/ev-application.c:
3230         * shell/ev-job-queue.c:
3231         * shell/ev-metadata-manager.c:
3232         * shell/ev-stock-icons.c:
3233         * shell/ev-window.c:
3234         * shell/main.c:
3235         
3236         Developers documentation updated.
3237
3238 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3239
3240         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3241
3242         Check whether uri is valid before launching it. Fixes bug #427664.
3243
3244 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3245
3246         * shell/ev-window.c:
3247
3248         Change key accelerator for Open a Copy menu entry which is in conflict
3249         with Close. Fixes bug #427321.
3250
3251 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3252
3253         * NEWS:
3254         * configure.ac:
3255         
3256         Update for release 0.8.1
3257
3258 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3259
3260         * shell/ev-window.c: (setup_size_from_metadata):
3261         
3262         Do not make window bigger than screen. Fixes bug 
3263         #388985.
3264
3265 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3266
3267         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3268         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3269
3270         Use default resolution when it's not provided by document. Fixes bug
3271         #408762.
3272
3273 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3274
3275         * configure.ac:
3276         * thumbnailer/Makefile.am:
3277         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3278         * thumbnailer/evince-thumbnailer.schemas.in:
3279         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3280
3281         Add support for ps, eps and compressed documents thumbnails. Do not
3282         ignore size parameter. 
3283
3284 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3285
3286         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3287         (dvi_document_do_color_special):
3288         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3289
3290         Implement font color specials in the DVI backend. Fixes bug #303651.
3291
3292 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3293
3294         Fixup the previous commit:
3295
3296         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3297         * shell/xdg-user-dir-lookup.c: Make the function non-static
3298         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3299
3300 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3301
3302         * shell/ev-window.c (file_open_dialog_response_cb): Use
3303         the xdg-user-dirs DOCUMENTS folder as default folder when
3304         opening a file chooser.  (#424858)
3305
3306         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3307         xdg-user-dirs.
3308
3309 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3310
3311         * shell/ev-window.c: (ev_window_load_job_cb):
3312
3313         Do not setup view from metadata on preview mode. 
3314
3315 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3316
3317         * shell/main.c:
3318
3319         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3320
3321 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3322
3323         * shell/ev-view.c: (ev_view_primary_get_cb):
3324
3325         Check pointer != NULL before using it. Fixes bug #416841. 
3326
3327 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3328
3329         * NEWS:
3330         * configure.ac:
3331         
3332         Release 0.8.0
3333
3334 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3335
3336         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3337
3338         Do not render thumbnails when sidebar thumbnail page is not visible
3339         at startup. Fixes bug #416447. 
3340
3341 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3342
3343         * data/evince.desktop.in.in:
3344
3345         "Application" is not a valid category in the freedesktop specification.
3346
3347 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3348
3349         * libdocument/ev-file-helpers.[ch]: (compression_run),
3350         (ev_file_uncompress), (ev_file_compress):
3351         * shell/ev-window.c: (file_save_dialog_response_cb):
3352
3353         Save document compressed when saving a copy of a compressed document.
3354         Fixes bug #334542.
3355
3356 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3357
3358         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3359
3360         Allow deleting in goto window entry in presentation mode. 
3361
3362 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3363
3364         * Makefile.am: Dist MAINTAINERS.
3365
3366 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * shell/ev-window.c: (ev_window_update_actions):
3369
3370         Fix zoom shortcut keys when searching. Fixes bug #409828.
3371
3372 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * shell/ev-window.c: (ev_window_setup_document):
3375
3376         Fix crash when loading documents with only one page. 
3377
3378 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3379
3380         * backend/dvi/dvi-document.c:
3381         (dvi_document_thumbnails_get_dimensions),
3382         (dvi_document_thumbnails_get_thumbnail):
3383         * backend/impress/impress-document.c:
3384         (impress_document_thumbnails_get_thumbnail),
3385         (impress_document_thumbnails_get_dimensions):
3386         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3387         (ps_document_thumbnails_get_dimensions):
3388         * backend/djvu/djvu-document.c:
3389         (djvu_document_thumbnails_get_dimensions),
3390         (djvu_document_thumbnails_get_thumbnail):
3391         * backend/tiff/tiff-document.c:
3392         (tiff_document_thumbnails_get_thumbnail),
3393         (tiff_document_thumbnails_get_dimensions):
3394         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3395         (pdf_document_thumbnails_get_thumbnail),
3396         (pdf_document_thumbnails_get_dimensions):
3397         * backend/comics/comics-document.c:
3398         (comics_document_thumbnails_get_thumbnail),
3399         (comics_document_thumbnails_get_dimensions):
3400         * backend/pixbuf/pixbuf-document.c:
3401         (pixbuf_document_thumbnails_get_thumbnail),
3402         (pixbuf_document_thumbnails_get_dimensions):
3403         * libdocument/ev-document-thumbnails.[ch]:
3404         (ev_document_thumbnails_get_thumbnail),
3405         (ev_document_thumbnails_get_dimensions):
3406         * libdocument/ev-document-misc.[ch]:
3407         (ev_document_misc_get_thumbnail_frame):
3408         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3409         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3410         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3411         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3412         (ev_sidebar_thumbnails_refresh):
3413         * shell/ev-window.c: (ev_window_setup_document):
3414         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3415
3416         Use an EvRenderContext for rendering thumbnails instead of a suggested
3417         width, so that different sized pages get sized proportionally.
3418
3419 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * shell/ev-view.c: (ev_view_button_press_event),
3422         (ev_view_key_press_event):
3423
3424         Fix critical warnings when there is no document loaded. 
3425
3426 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3427
3428         * shell/ev-page-action-widget.c:
3429         * shell/ev-navigation-action.c:
3430         * shell/ev-window.c:
3431
3432         Fix compile warnings. 
3433
3434 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3435
3436         * backend/djvu/djvu-text.h:
3437         * backend/djvu/djvu-document.c:
3438         * backend/djvu/djvu-text-page.c:
3439         * backend/djvu/djvu-links.c:
3440         * backend/djvu/djvu-text-page.h:
3441         * backend/djvu/djvu-text.c:
3442         
3443         Fix build on Mac. Fixes bug #392186. Patch by
3444         <ephraim_owns@hotmail.com>
3445
3446 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3447
3448         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3449
3450         Restore cairo context before rendering every page when printing a PDF
3451         document into a PDF file. 
3452
3453 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3454
3455         * backend/ps/gstypes.h:
3456         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3457         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3458         (ps_document_thumbnails_get_thumbnail):
3459
3460         Handle PostScript page orientation. Fixes bug #318568.
3461
3462 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3463
3464         * backend/ps/Makefile.am:
3465         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3466         (document_load), (ps_document_load), (save_document),
3467         (save_page_list), (ps_document_get_n_pages),
3468         (ps_document_get_page_size), (ps_document_get_info),
3469         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3470         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3471         (ps_document_thumbnails_get_thumbnail),
3472         (ps_document_thumbnails_get_dimensions),
3473         (ps_document_document_thumbnails_iface_init):
3474         * backend/ps/ps.[ch]: (psgetpagebox):
3475         * backend/ps/ps-interpreter.[ch]:
3476
3477         Add support for thumbnails in ps backend. Fixes bug #164755. 
3478
3479 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3480
3481         * NEWS:
3482         * configure.ac:
3483         
3484         Release 0.7.2
3485
3486 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3487
3488         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3489         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3490         (ev_window_dispose):
3491
3492         Use document thumbnail as window icon. Fixes bug #384442.
3493
3494 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3495
3496         * configure.ac:
3497
3498         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3499         duplicated adding application/x-bzpostscript instead. 
3500
3501 2007-02-11  Tom Parker  <palfrey@tevp.net>
3502
3503         * backend/ps/ps-document.c: (document_load):
3504
3505         Check return value of psscan before trying
3506         to use it. Fixes bug #372414.
3507
3508 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3509
3510         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3511
3512         Fix invalid free in ev-page-cache. Fixes bug #404745.
3513
3514 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3515
3516         * test/Makefile.am:
3517         * test/test3.py:
3518         
3519         Added reload test case.
3520
3521 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * po/POTFILES.in:
3524         * backend/djvu/djvu-document.c: (djvu_document_load):
3525
3526         Check whether there are missing files in indirect multipage djvu
3527         documents. Fixes bug #361683. 
3528
3529 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3530
3531         * test/Makefile.am:
3532         * test/test-mime.bin:
3533         * test/test3.py:
3534         
3535         Added test for slow mime type
3536
3537 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3538
3539         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3540
3541         Add some checks and call parent_class->finalize. Fixes bug #404745.
3542
3543 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3544
3545         * shell/ev-navigation-action.c: (connect_proxy):
3546         
3547         Fixes dropdown history menu. Thanks a lot Carlos!
3548
3549 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3550
3551         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3552
3553         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3554         bug #373715.
3555
3556 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3557
3558         * backend/ps/ps.c: (psscan):
3559
3560         Fix memory leak. 
3561
3562 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3563
3564         * configure.ac:
3565         * libdocument/ev-file-helpers.c: 
3566
3567         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3568
3569 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3570
3571         * configure.ac:
3572         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3573         (ps_interpreter_start), (document_load), (save_document),
3574         (save_page_list):
3575         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3576         * libdocument/ev-document-factory.c:
3577         (ev_document_factory_get_from_mime), (get_document_from_uri),
3578         (free_uncompressed_uri), (ev_document_factory_get_document):
3579         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3580
3581         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3582
3583 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3584
3585         * libdocument/ev-document.h:
3586
3587         Fix typo in function name. 
3588
3589 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3590
3591         * backend/ps/ps-document.c: (ps_interpreter_finished),
3592         (ps_interpreter_start), (ps_interpreter_failed):
3593
3594         Handle ghostscript interpreter crashes. 
3595
3596 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3597
3598         * shell/ev-window.c: (ev_window_open_uri),
3599         (window_configure_event_cb):
3600
3601         Setup window size and position before showing it. Fixes bug #401711.
3602
3603 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3604
3605         * backend/ps/Makefile.am:
3606         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3607         (ps_document_dispose), (ps_document_class_init),
3608         (ps_interpreter_input), (ps_interpreter_output),
3609         (ps_interpreter_error), (setup_interpreter_env),
3610         (ps_interpreter_start), (ps_interpreter_stop),
3611         (ps_interpreter_failed), (ps_interpreter_is_ready),
3612         (check_filecompressed), (document_load), (ps_document_load),
3613         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3614         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3615         (render_page):
3616
3617         Rework ps-document. Code cleanups, remove deprecated code. 
3618
3619 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3620
3621         * shell/ev-view.c: (ev_view_button_press_event):
3622
3623         Do not start an image drag and drop operation when pointer is on 
3624         text, so that we can select text when the whole background is an
3625         image. 
3626
3627 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3628
3629         * shell/ev-window.c: (ev_window_update_actions): 
3630
3631         Disable all zoom related actions during presentation mode. 
3632
3633 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3634
3635         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3636
3637         Do not zoom in or out on presentation mode. Fixes bug #401305.
3638
3639 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3640
3641         * shell/ev-navigation-action.c: (connect_proxy),
3642         (create_menu_item), (ev_navigation_action_class_init):
3643         
3644         Correctly show menu and fix crash when navigaton 
3645         action is out of toolbar visible area.
3646
3647 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3648
3649         * data/Makefile.am:
3650         * data/evince.1:
3651         
3652         Added man file
3653
3654 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3655
3656         * help/reference/* :
3657         * configure.ac:
3658         
3659         Added gtk-doc based documentation for Evince.
3660         Still in initial state but I hope it will
3661         grow.
3662         
3663         * configure.ac:
3664         
3665         Lower dbus requirement to 0.70
3666
3667 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3668
3669         * shell/ev-window.c: (ev_window_add_history):
3670
3671         Fix memory leak. 
3672
3673 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3674
3675         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3676         * shell/ev-view.h:
3677         * shell/ev-window.c: (ev_window_add_history):
3678         
3679         Correctly handle named destination links
3680
3681 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3682
3683         * NOTES:
3684         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3685         * backend/pdf/ev-poppler.cc:
3686         * libdocument/ev-document-links.h:
3687         * libdocument/ev-link.c: (ev_link_get_page):
3688         * libdocument/ev-link.h:
3689         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3690         (ev_history_add_link):
3691         * shell/ev-history.h:
3692         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3693         (new_history_menu_item), (build_menu):
3694         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3695         * shell/ev-sidebar-links.c: (create_loading_model),
3696         (print_section_cb), (ev_sidebar_links_construct),
3697         (fill_page_labels), (update_page_callback_foreach),
3698         (update_page_callback), (job_finished_callback):
3699         * shell/ev-view.c: (ev_view_handle_link):
3700         * shell/ev-window.c: (ev_window_find_chapter),
3701         (ev_window_add_history), (view_handle_link_cb),
3702         (history_changed_cb):
3703         
3704         Implements another history variant
3705
3706 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3707
3708         * shell/ev-window.c: (view_external_link_cb):
3709         * shell/ev-view.c: (ev_view_button_release_event):
3710
3711         Open links in new window when clicking with middle button. 
3712
3713 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3714
3715         * shell/ev-navigation-action.c: (new_history_menu_item):
3716         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3717         * shell/ev-view.c: (ev_view_handle_link):
3718         * shell/ev-window.c:
3719         
3720         Store link before jump, not the destination. For me it 
3721         seems like more natural history behavior.
3722
3723 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3724
3725         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3726         (ev_navigation_action_class_init):
3727         * shell/ev-navigation-action.h:
3728         * shell/ev-page-action.c: (activate_cb):
3729         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3730         (ev_page_cache_set_current_page_history):
3731         * shell/ev-page-cache.h:
3732         * shell/ev-sidebar-thumbnails.c:
3733         (ev_sidebar_tree_selection_changed),
3734         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3735         * shell/ev-view-private.h:
3736         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3737         * shell/ev-view.h:
3738         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3739         (ev_window_setup_document), (ev_window_load_job_cb):
3740         * shell/ev-window.h:
3741         
3742         History finally works as expected.
3743
3744 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3745
3746         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3747
3748         Do not update links treeview if it doesn't have a model assigned yet. 
3749
3750 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3751
3752         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3753         (ev_sidebar_links_class_init), (update_page_callback):
3754
3755         Do not update links treeview when sidepane is not visible. 
3756
3757 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3758
3759         * shell/ev-marshal.list:
3760         * shell/ev-page-action.c: (activate_cb),
3761         (ev_page_action_class_init):
3762         * shell/ev-page-action.h:
3763         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3764         * shell/ev-window.c:
3765         
3766         Remove activate_link signal, not required.
3767
3768 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3769
3770         * shell/ev-navigation-action.c: (build_menu):
3771         
3772         Reorder menu items and build menu with fixed length.
3773
3774 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3775
3776         * shell/ev-view.c: (get_selected_text):
3777         
3778         Normalize text to fix ligatures problem. See bug
3779         #341947 for details.
3780
3781 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3782
3783         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3784
3785         Fix memory leak in ev-page-cache. 
3786
3787 2007-01-25  Tom Parker <palfrey@tevp.net>
3788
3789         * backend/impress/impress-document.c: (impress_document_load),
3790         (impress_document_finalize), (impress_document_init):
3791         * properties/ev-properties-main.c: (ev_properties_get_pages):
3792         
3793         Correctly handle impress document errors. Fixes nautilus
3794         crash in property page #370491.
3795
3796 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3797
3798         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3799         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3800         (ev_job_queue_remove_job):
3801         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3802         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3803         (ev_job_load_run):
3804         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3805         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3806         (ev_window_load_job_cb), (xfer_update_progress_callback),
3807         (ev_window_open_uri), (ev_window_dispose):
3808         * shell/main.c: (main):
3809
3810         Do file transfer asynchronously in the main thread instead of
3811         synchronously in the load thread. Fixes bugs #399694, #398307 and
3812         #343542.
3813
3814 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * shell/ev-jobs.c: (ev_job_xfer_run):
3817
3818         Load the document with the font-config lock held. 
3819
3820 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3821
3822         * backend/ps/ps-document.c: (start_interpreter):
3823
3824         Fix memory leaks in ps backend. 
3825
3826 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3827
3828         * backend/impress/impress-document.c:
3829         (impress_document_render_pixbuf):
3830
3831         Do not acquire fontconfig lock in impress backend, since it is using
3832         the main loop for rendering. 
3833
3834 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3835
3836         * po/POTFILES.in: 
3837
3838         Remove mdvi files that shouldn't be translated. 
3839
3840 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3841
3842         * shell/ev-view-private.h:
3843         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3844         (ev_view_set_zoom):
3845
3846         Render "loading..." text into a cairo surface instead of directly into
3847         the window so that fontconfig lock is only needed once and UI is not
3848         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3849
3850 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3851
3852         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3853         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3854
3855         Use icon theme associated with the window screen rather than default. 
3856
3857 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3858
3859         * configure.ac:
3860
3861         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3862
3863 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3864
3865         * data/icons/*/apps/evince.*:
3866
3867         Move Evince icons under new apps directory.
3868
3869         * data/icons/*/actions/*:
3870
3871         Add new custom themeable Evince icons: view-page-continuous, 
3872         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3873         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3874
3875         * configure.ac:
3876
3877         Add new directories to AC_CONFIG_FILES.
3878
3879         * shell/ev-stock-icons.c:
3880         * shell/ev-stock-icons.h:
3881
3882         Use new custom themeable icons.
3883
3884 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3885
3886         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3887
3888         Do not draw white background page in presentation mode. 
3889
3890 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3891
3892         * shell/ev-view.c: Remove unused gnome-vfs include.
3893
3894 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3895
3896         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3897         
3898         Format string is corrected, fixes bug #397129.
3899
3900 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3901
3902         * shell/ev-window.c: (ev_window_setup_recent):
3903
3904         Do not include in recent menu inexistent documents. Fixes
3905         bug #339171.
3906
3907 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3908
3909         * po/POTFILES.skip: 
3910
3911         Update POTFILES.skip file according to current source tree. 
3912
3913 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3914
3915         * shell/ev-window.c: (file_save_dialog_response_cb):
3916
3917         Do Save a copy in atomic way. Fixes bug #328266. 
3918
3919 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3920
3921         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3922
3923         Keep selected cell always visible in index treeview.
3924
3925 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3926         
3927         * shell/ev-view.c: (ev_view_size_allocate):
3928
3929         Restore horizontal scrollbar after switching to/from fullscreen
3930         or presentation mode. Fixes bug #331728.
3931
3932 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3933
3934         * shell/ev-view-private.h:
3935         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3936         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3937         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3938         (ev_view_can_zoom_out):
3939
3940         Use max and min scale values in the view iby taking dpi into account. 
3941
3942 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3943
3944         * configure.ac:
3945         * NEWS:
3946
3947         Release 0.7.1
3948
3949 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3950
3951         * shell/ev-window.c: (ev_window_print_send):
3952
3953         Send print job to printer with some settings set to default values,
3954         since we have already exported to a file according to such settings
3955         and they could be taken twice by some printers. 
3956
3957 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3958
3959         * shell/ev-jobs.c: (ev_job_xfer_run):
3960         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3961
3962         Show main window and load document with the font-config lock held. 
3963
3964 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3965
3966         * configure.ac:
3967         * shell/ev-application.c: (ev_application_register_service):
3968         * shell/main.c: (load_files_remote):
3969
3970         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3971
3972 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3973
3974         * doc/debugging.txt:
3975         
3976         Remove obsolete documentation.
3977
3978 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3979
3980         * Makefile.am:
3981         * backend/Makefile.am:
3982         * backend/comics/Makefile.am:
3983         * backend/djvu/Makefile.am:
3984         * backend/dvi/Makefile.am:
3985         * backend/ev-async-renderer.c:
3986         * backend/ev-async-renderer.h:
3987         * backend/ev-attachment.c:
3988         * backend/ev-attachment.h:
3989         * backend/ev-backend-marshal.c:
3990         * backend/ev-document-factory.c:
3991         * backend/ev-document-factory.h:
3992         * backend/ev-document-find.c:
3993         * backend/ev-document-find.h:
3994         * backend/ev-document-fonts.c:
3995         * backend/ev-document-fonts.h:
3996         * backend/ev-document-images.c:
3997         * backend/ev-document-images.h:
3998         * backend/ev-document-info.h:
3999         * backend/ev-document-links.c:
4000         * backend/ev-document-links.h:
4001         * backend/ev-document-misc.c:
4002         * backend/ev-document-misc.h:
4003         * backend/ev-document-security.c:
4004         * backend/ev-document-security.h:
4005         * backend/ev-document-thumbnails.c:
4006         * backend/ev-document-thumbnails.h:
4007         * backend/ev-document-transition.c:
4008         * backend/ev-document-transition.h:
4009         * backend/ev-document.c:
4010         * backend/ev-document.h:
4011         * backend/ev-file-exporter.c:
4012         * backend/ev-file-exporter.h:
4013         * backend/ev-image.c:
4014         * backend/ev-image.h:
4015         * backend/ev-link-action.c:
4016         * backend/ev-link-action.h:
4017         * backend/ev-link-dest.c:
4018         * backend/ev-link-dest.h:
4019         * backend/ev-link.c:
4020         * backend/ev-link.h:
4021         * backend/ev-render-context.c:
4022         * backend/ev-render-context.h:
4023         * backend/ev-selection.c:
4024         * backend/ev-selection.h:
4025         * backend/impress/Makefile.am:
4026         * backend/pdf/Makefile.am:
4027         * backend/pixbuf/Makefile.am:
4028         * backend/ps/Makefile.am:
4029         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4030         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4031         (start_interpreter), (stop_interpreter), (document_load),
4032         (ps_document_next_page), (render_page):
4033         * backend/tiff/Makefile.am:
4034         * comics/Makefile.am:
4035         * comics/comics-document.c:
4036         * comics/comics-document.h:
4037         * configure.ac:
4038         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4039         * djvu/Makefile.am:
4040         * djvu/djvu-document-private.h:
4041         * djvu/djvu-document.c:
4042         * djvu/djvu-document.h:
4043         * djvu/djvu-links.c:
4044         * djvu/djvu-links.h:
4045         * djvu/djvu-text-page.c:
4046         * djvu/djvu-text-page.h:
4047         * djvu/djvu-text.c:
4048         * djvu/djvu-text.h:
4049         * dvi/Makefile.am:
4050         * dvi/dvi-document.c:
4051         * dvi/dvi-document.h:
4052         * dvi/fonts.c:
4053         * dvi/fonts.h:
4054         * dvi/mdvi-lib/Makefile.am:
4055         * dvi/mdvi-lib/afmparse.c:
4056         * dvi/mdvi-lib/afmparse.h:
4057         * dvi/mdvi-lib/bitmap.c:
4058         * dvi/mdvi-lib/bitmap.h:
4059         * dvi/mdvi-lib/color.c:
4060         * dvi/mdvi-lib/color.h:
4061         * dvi/mdvi-lib/common.c:
4062         * dvi/mdvi-lib/common.h:
4063         * dvi/mdvi-lib/defaults.h:
4064         * dvi/mdvi-lib/dvimisc.c:
4065         * dvi/mdvi-lib/dviopcodes.h:
4066         * dvi/mdvi-lib/dviread.c:
4067         * dvi/mdvi-lib/files.c:
4068         * dvi/mdvi-lib/font.c:
4069         * dvi/mdvi-lib/fontmap.c:
4070         * dvi/mdvi-lib/fontmap.h:
4071         * dvi/mdvi-lib/fontsrch.c:
4072         * dvi/mdvi-lib/gf.c:
4073         * dvi/mdvi-lib/hash.c:
4074         * dvi/mdvi-lib/hash.h:
4075         * dvi/mdvi-lib/list.c:
4076         * dvi/mdvi-lib/mdvi.h:
4077         * dvi/mdvi-lib/pagesel.c:
4078         * dvi/mdvi-lib/paper.c:
4079         * dvi/mdvi-lib/paper.h:
4080         * dvi/mdvi-lib/pk.c:
4081         * dvi/mdvi-lib/private.h:
4082         * dvi/mdvi-lib/setup.c:
4083         * dvi/mdvi-lib/sp-epsf.c:
4084         * dvi/mdvi-lib/special.c:
4085         * dvi/mdvi-lib/sysdeps.h:
4086         * dvi/mdvi-lib/t1.c:
4087         * dvi/mdvi-lib/tfm.c:
4088         * dvi/mdvi-lib/tfmfile.c:
4089         * dvi/mdvi-lib/tt.c:
4090         * dvi/mdvi-lib/util.c:
4091         * dvi/mdvi-lib/vf.c:
4092         * dvi/pixbuf-device.c:
4093         * dvi/pixbuf-device.h:
4094         * impress/Makefile.am:
4095         * impress/common.h:
4096         * impress/document.c:
4097         * impress/f_oasis.c:
4098         * impress/f_oo13.c:
4099         * impress/iksemel.c:
4100         * impress/iksemel.h:
4101         * impress/imposter.h:
4102         * impress/impress-document.c:
4103         * impress/impress-document.h:
4104         * impress/internal.h:
4105         * impress/r_back.c:
4106         * impress/r_draw.c:
4107         * impress/r_geometry.c:
4108         * impress/r_gradient.c:
4109         * impress/r_style.c:
4110         * impress/r_text.c:
4111         * impress/render.c:
4112         * impress/render.h:
4113         * impress/zip.c:
4114         * impress/zip.h:
4115         * lib/Makefile.am:
4116         * lib/ev-debug.c:
4117         * lib/ev-debug.h:
4118         * lib/ev-file-helpers.c:
4119         * lib/ev-file-helpers.h:
4120         * lib/ev-gui.c:
4121         * lib/ev-gui.h:
4122         * lib/ev-tooltip.c:
4123         * lib/ev-tooltip.h:
4124         * libdocument/Makefile.am:
4125         * libdocument/ev-file-helpers.c:
4126         * pdf/Makefile.am:
4127         * pdf/ev-poppler.cc:
4128         * pdf/ev-poppler.h:
4129         * pixbuf/Makefile.am:
4130         * pixbuf/pixbuf-document.c:
4131         * pixbuf/pixbuf-document.h:
4132         * properties/Makefile.am:
4133         * ps/Makefile.am:
4134         * ps/gsdefaults.c:
4135         * ps/gsdefaults.h:
4136         * ps/gsio.c:
4137         * ps/gsio.h:
4138         * ps/gstypes.h:
4139         * ps/ps-document.c:
4140         * ps/ps-document.h:
4141         * ps/ps.c:
4142         * ps/ps.h:
4143         * shell/Makefile.am:
4144         * shell/ev-application.h:
4145         * shell/ev-sidebar-links.c:
4146         * shell/ev-sidebar-links.h:
4147         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4148         (ev_gui_menu_position_tree_selection):
4149         * shell/ev-utils.h:
4150         * shell/ev-view.c: (ev_view_finalize):
4151         * shell/ev-window.c:
4152         * shell/main.c: (main):
4153         * thumbnailer/Makefile.am:
4154         * tiff/Makefile.am:
4155         * tiff/tiff-document.c:
4156         * tiff/tiff-document.h:
4157         * tiff/tiff2ps.c:
4158         * tiff/tiff2ps.h:
4159         
4160         Reorganize source tree.
4161
4162 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4163
4164         * backend/ev-document-factory.c:
4165
4166         Do not include ev-poppler.h when pdf is disabled. 
4167
4168 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4169
4170         * configure.ac:
4171         * data/evince-ui.xml:
4172         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4173         (pdf_document_document_images_iface_init):
4174         * backend/Makefile.am:
4175         * backend/ev-document-images.[ch]:
4176         * backend/ev-image.[ch]:
4177         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4178         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4179         (ev_job_xfer_run):
4180         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4181         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4182         (ev_pixbuf_cache_get_image_mapping):
4183         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4184         (view_menu_popup_cb), (ev_window_dispose),
4185         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4186         (ev_view_popup_cmd_copy_image):
4187         * shell/ev-view-private.h:
4188         * shell/ev-view.c: (ev_view_get_image_at_location),
4189         (ev_view_do_popup_menu), (ev_view_popup_menu),
4190         (ev_view_button_press_event), (ev_view_drag_data_get),
4191         (ev_view_drag_motion), (ev_view_drag_data_received),
4192         (ev_view_motion_notify_event), (ev_view_button_release_event),
4193         (ev_view_finalize), (ev_view_class_init):
4194
4195         Add image handling support. Fixes bugs #310008 and #325047. Images
4196         selection is not supported yet. 
4197
4198 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4199
4200         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4201         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4202         (ev_view_init):
4203
4204         Move view drag and drop stuff to ev-view.
4205
4206 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4207
4208         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4209         * shell/ev-view.c: (clear_selection): 
4210
4211         Clear selection also in pixbuf cache.
4212
4213 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4214
4215         * data/evince.desktop.in.in:
4216         
4217         Change icon name in desktop file. See bug #390734
4218         for details.
4219
4220 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4221
4222         * thumbnailer/Makefile.am:
4223
4224         Use top_builddir instead top_srcdir for generated schema
4225         file installation. Fixes bug #390161.
4226
4227 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4228
4229         * configure.ac:
4230         * backend/Makefile.am:
4231         * backend/ev-document-transition.[ch]:
4232         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4233         (pdf_document_page_transition_iface_init):
4234         * shell/ev-view-private.h:
4235         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4236         (ev_view_set_presentation), (transition_next_page),
4237         (ev_view_presentation_transition_stop),
4238         (ev_view_presentation_transition_start), (ev_view_next_page):
4239
4240         Add page transition support in presentation mode. At the moment only
4241         page duration is supported, but not transition effects. Fixes bug
4242         #309815.
4243
4244 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4245
4246         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4247
4248         Run find_link_dest with document lock held, since it's called by links
4249         thread and main thread at the same time. 
4250
4251 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4252
4253         * shell/ev-view.c: (goto_dest):
4254
4255         Update page-cache when page is changed by the view, so that
4256         page-changed signal is emitted. 
4257
4258 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4259
4260         * test/test1.py:
4261         * test/test2.py:
4262
4263         Use C locale in tests. 
4264
4265 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4266
4267         * shell/ev-window.c: (ev_window_run_presentation):
4268         * shell/ev-view-private.h:
4269         * shell/ev-view.c: (ev_view_set_presentation):
4270
4271         Restore zoom settings when back from presentation mode. 
4272
4273 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4274
4275         * shell/ev-window.c: (ev_window_run_presentation):
4276
4277         Always use "best fit" zoom in presentation mode.
4278         Fixes bug #389195.
4279
4280 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4281
4282         * shell/ev-view.c: (ev_view_goto_window_create):
4283
4284         Show "Jump to page" label in the page jumping popup in
4285         presentation mode instead of just a GtkEntry.
4286
4287 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4288
4289         * shell/ev-window.c: (launch_external_uri):
4290
4291         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4292         #378085.
4293
4294 2006-12-22  Elijah Newren  <newren gmail com>
4295
4296         * configure.ac: explicitly check for libxml2.  Fixes #388795
4297
4298 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4299
4300         * shell/ev-view-private.h:
4301         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4302         (ev_view_goto_window_delete_event), (key_is_numeric),
4303         (ev_view_goto_window_key_press_event),
4304         (ev_view_goto_window_button_press_event),
4305         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4306         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4307         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4308
4309         Allow jumping to another page by typing a page number in presentation
4310         mode. It uses a popup window with an entry. Fixes bug #353625.
4311
4312 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4313
4314         * configure.ac:
4315         * properties/ev-properties-view.c: (ev_get_default_user_units),
4316         (ev_regular_paper_size):
4317         
4318         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4319         to Damien Carbery <damien.carbery@sun.com> and
4320         Yevgen Muntyan <muntyan@tamu.edu>.
4321
4322 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4323
4324         * shell/ev-window.c: (setup_document_from_metadata):
4325
4326         Make sure Evince doesn't restore the view on the last
4327         page when a document is reopened. Fixes bug #383381.
4328
4329 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4330
4331         * shell/ev-view.c: (draw_loading_text):
4332
4333         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4334
4335 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4336
4337         * configure.ac:
4338         * NEWS:
4339
4340         Release 0.7.0
4341
4342 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4343
4344         * configure.ac:
4345         * pdf/ev-poppler.cc: (pdf_print_context_free),
4346         (pdf_document_file_exporter_begin),
4347         (pdf_document_file_exporter_do_page):
4348
4349         Make cairo-pdf depedency optional. 
4350
4351 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4352
4353         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4354
4355         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4356
4357 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4358
4359         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4360         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4361         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4362         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4363         * shell/ev-view.c: (draw_loading_text):
4364         * shell/ev-window.c: (ev_window_cmd_file_properties):
4365
4366         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4367         related to using FontConfig from different threads.
4368         
4369 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4370
4371         * shell/ev-view.c: (draw_loading_text):
4372
4373         Acquire lock document when drawing "Loading..." text so that only one
4374         thread will use FontConfig at the same time. Fixes bug #374750.
4375
4376 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4377
4378         * shell/ev-page-action.[ch]: (activate_cb):
4379         * shell/ev-window.c: (activate_label_cb):
4380
4381         Check if text inserted in page entry is a valid page number when it
4382         doesn't match to any document page label. Fixes bug #383165.
4383
4384 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4385         * shell/ev-window.c:
4386
4387         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4388         available with GTK < 2.10. Added an ifdef to avoid compilation
4389         error.
4390
4391 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4392
4393         * configure.ac:
4394         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4395
4396         Fix ps backend in multihead systems.
4397
4398 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4399
4400         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4401         * shell/ev-window.c: (ev_window_get_screen_dpi),
4402         (ev_window_update_actions), (setup_view_from_metadata),
4403         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4404
4405         Take screen DPI into account when zooming. Fixes bug #318285.
4406
4407 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4408
4409         * data/Makefile.am:
4410
4411         Cleaned up/slightly refactored Makefile.am. Added GConf
4412         schemas uninstallation as well.
4413
4414 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4415
4416         * Makefile.am:
4417         * test/Makefile.am:
4418
4419         Fight with autotools to fix make check. Make distcheck
4420         works fine as well now!
4421
4422 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4423
4424         * shell/ev-view.c: (draw_end_presentation_page):
4425
4426         Corrected "end of presentation" string.
4427
4428 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4429
4430         * shell/ev-view.c: (ev_view_key_press_event):
4431
4432         Correctly propagate key press event so that up/down keys
4433         work as expected (correct behaviour was broken by
4434         black/white screen key bindings for presentations).
4435
4436 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4437
4438         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4439         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4440         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4441         (pdf_selection_get_selection_region),
4442         (pdf_selection_get_selection_map):
4443
4444         Add "static" to some private functions. 
4445
4446 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4447
4448         * lib/ev-tooltip.h:
4449         * properties/ev-properties-view.h:
4450         * shell/ev-jobs.h:
4451         * shell/ev-properties-dialog.h:
4452         * shell/ev-properties-fonts.h:
4453         * shell/ev-sidebar-links.h:
4454         * shell/ev-sidebar-thumbnails.h:
4455         * shell/ev-sidebar.h:
4456         * shell/ev-window.h:
4457         
4458         Fixes CHACK type in class casts. See bug #385343
4459         for details.
4460
4461 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4462
4463         * shell/ev-view-private.h:
4464         * shell/ev-view.c: (draw_end_presentation_page),
4465         (ev_view_expose_event), (ev_view_key_press_event),
4466         (ev_view_class_init), (ev_view_init):
4467
4468         Blank screen in presentation mode when pressing 'b' (filling with
4469         black) or 'w' (filling with white) keys. Fixes bug #358132.
4470
4471 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4472
4473         * data/evince-toolbar.xml:
4474         * shell/ev-window.c:
4475         
4476         Use stock icon for Select All action. Fixes
4477         bug #382652.
4478
4479 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4480
4481         * shell/ev-view.c: (get_doc_point_from_offset),
4482         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4483
4484         Add links support in rotated documents. Fixes bug #343733.
4485
4486 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4487
4488         * shell/ev-view-private.h:
4489         * shell/ev-view.c: (draw_end_presentation_page),
4490         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4491
4492         Show a blank page after the last page in presentation mode with a
4493         message indicating that presentation has finished and how to exit. 
4494
4495 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4496
4497         * shell/ev-window.c: (fullscreen_timeout_cb):
4498
4499         Hide cursor after a while in presentation mode. 
4500
4501 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4502
4503         * backend/ev-document-info.h:
4504         * data/evince-properties.glade:
4505         * pdf/ev-poppler.cc:
4506         * properties/ev-properties-view.c: (ev_regular_paper_size),
4507         (ev_properties_view_set_info):
4508         * ps/ps-document.c: (ps_document_get_info):
4509
4510         Adds a paper size field to the properties dialog. Fixes
4511         bug #307315. Patch by Kasper Svendsen (with some i18n
4512         changes done by me).
4513
4514 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4515
4516         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4517         (screensaver_init_dbus), (totem_scrsaver_new),
4518         (totem_scrsaver_init):
4519         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4520         * shell/ev-application.c: (ev_application_register_service),
4521         (ev_application_screensaver_enable),
4522         (ev_application_screensaver_disable):
4523         * shell/ev-application.h:
4524         * shell/ev-window.c: (ev_window_run_presentation),
4525         (ev_window_stop_presentation), (build_comments_string),
4526         (ev_window_init):
4527         
4528         Move screensaver handling to application. No more
4529         message on startup.
4530
4531 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4532
4533         * configure.ac:
4534         * backend/Makefile.am:
4535         * backend/ev-file-exporter.[ch]:
4536         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4537         * ps/ps-document.c: (ps_document_file_exporter_*):
4538         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4539         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4540         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4541         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4542
4543         Allow printing to PDF when suppoted by the backend.
4544         
4545 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4546
4547         * shell/ev-window.c: (build_comments_string):
4548
4549         Use always "Document Viewer" in about dialog. 
4550
4551 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4552
4553         * djvu/djvu-document.c: (djvu_document_get_page_size):
4554
4555         Display a warning message when get_pageinfo fails. 
4556
4557 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4558
4559         * Makefile.am:
4560         * backend/Makefile.am:
4561         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4562         * configure.ac:
4563         * shell/ev-window.c: (build_comments_string):
4564         
4565         Make pdf compilation optional. See bug #38007.
4566
4567 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4568
4569         * ps/ps.c: (get_next_text):
4570
4571         Fix CVE-2006-5864.
4572
4573 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4574
4575         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4576         * shell/ev-navigation-action.c: (connect_proxy),
4577         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4578         
4579         Do not call g_type_class_peek_parent twice.
4580
4581 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4582
4583         * configure.ac:
4584         * data/icons/24x24/.cvsignore:
4585         * data/icons/24x24/Makefile.am:
4586         * data/icons/24x24/evince.png:
4587         * data/icons/Makefile.am:
4588         
4589         Add 24x24 icon. Thanks to 
4590         Michael Monreal <infernux@web.de>.
4591
4592 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4593
4594         * configure.ac: Fix typo in configure.ac. Thanks
4595         to dmacks@netspace.org for notification.
4596
4597 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4598
4599         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4600         
4601         Drop dbus include, fixes compilation with older dbus.
4602
4603 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4604
4605         * configure.ac:
4606         * cut-n-paste/Makefile.am:
4607         * cut-n-paste/totem-screensaver/.cvsignore
4608         * cut-n-paste/totem-screensaver/Makefile.am:
4609         * cut-n-paste/totem-screensaver/README:
4610         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4611         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4612         * shell/Makefile.am:
4613         * shell/ev-window.c: (ev_window_run_presentation),
4614         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4615         (ev_window_init):
4616
4617         Implemented screensaver enabling/disabling for
4618         presentation mode (not fullscreen mode). Code stolen
4619         from Totem (with some minor tweaks). Fixes bug #338889.
4620
4621 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4622
4623         * configure.ac:
4624
4625         Bump gnome-icon-theme requirements. We use the rotation
4626         icons that appeared recently.
4627
4628 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4629
4630         * shell/ev-history.c: (ev_history_add_page):
4631         * shell/ev-history.h:
4632         * shell/ev-window.c: (page_changed_cb):
4633         
4634         Use page labels instead of numbers.
4635
4636 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4637
4638         * data/evince-toolbar.xml:
4639         * po/POTFILES.in:
4640         * shell/Makefile.am:
4641         * shell/ev-navigation-action-widget.c:
4642         (ev_navigation_action_widget_init),
4643         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4644         (menu_detacher), (ev_navigation_action_widget_set_menu),
4645         (menu_position_func), (popup_menu_under_arrow),
4646         (ev_navigation_action_widget_toggled),
4647         (ev_navigation_action_widget_button_press_event):
4648         * shell/ev-navigation-action-widget.h:
4649         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4650         (ev_navigation_action_set_window), (activate_menu_item_cb),
4651         (new_history_menu_item), (new_empty_history_menu_item),
4652         (build_menu), (menu_activated_cb), (connect_proxy),
4653         (create_tool_item), (ev_navigation_action_init),
4654         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4655         * shell/ev-navigation-action.h:
4656         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4657         (ev_page_action_widget_set_page_cache),
4658         (ev_page_action_widget_finalize),
4659         (ev_page_action_widget_class_init), (match_selected_cb),
4660         (display_completion_text), (match_completion), (build_new_tree_cb),
4661         (get_filter_model_from_model),
4662         (ev_page_action_widget_update_model):
4663         * shell/ev-page-action-widget.h:
4664         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4665         (connect_proxy):
4666         * shell/ev-page-action.h:
4667         * shell/ev-stock-icons.c:
4668         * shell/ev-stock-icons.h:
4669         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4670         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4671         (register_custom_actions):
4672         * shell/main.c:
4673         
4674         Preliminary history implementation
4675
4676 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4677
4678         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4679         (dvi_document_class_init), (dvi_document_init_params):
4680         * dvi/mdvi-lib/font.c: (font_reference):
4681         
4682         Add reference to subfont. Fixes bug #374277.
4683
4684 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4685
4686         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4687         (ev_window_cmd_file_open_copy_at_dest):
4688
4689         Fix a race condition when creating symlink. Increase the counter
4690         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4691         Mathias Hasselmann).
4692
4693 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4694
4695         * backend/Makefile.am:
4696         * backend/ev-attachment.c: (ev_attachment_open):
4697         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4698         (ev_tmp_dir), (ev_tmp_filename):
4699         * shell/ev-sidebar-attachments.c:
4700         (ev_sidebar_attachments_drag_data_get):
4701         * shell/ev-window.c: (ev_window_clear_temp_file):
4702
4703         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4704         in ensure_dir_exists. Abort without crashing when we can't create
4705         user's directory.
4706
4707 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4708
4709         * data/evince-ui.xml:
4710         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4711         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4712         (ev_window_cmd_file_open_copy_at_dest),
4713         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4714         (ev_view_popup_cmd_open_link_new_window):
4715
4716         Allow opening a copy of the current document in a new window. Fixes bug
4717         #357472
4718
4719 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4720
4721         * data/evince-toolbar.xml:
4722         
4723         Add rotate right and rotate left to available items for toolbar.
4724         
4725         * data/evince-ui.xml:
4726         * shell/ev-window.c: (ev_window_init):
4727         
4728         Customize toolbar with right click. Fixes bug #372451.
4729
4730 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4731
4732         * shell/ev-window.c: 
4733         
4734         Use "object-rotate-{left,right}" stock icons. Fixes 
4735         bug #373863.
4736
4737 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4738
4739         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4740         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4741         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4742         (ev_window_open_uri):
4743         * shell/main.c: (arguments_parse):
4744
4745         Remove temp file created when evince is used by GTK+ in
4746         preview mode. Fixes bug #365282. 
4747
4748 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4749
4750         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4751         
4752         Fixes bug #372474 - Side pane disabled when entering 
4753         and leaving fullscreen mode.
4754
4755 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4756
4757         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4758         * data/Makefile.am:
4759         * data/evince-preview-toolbar.xml:
4760         * data/evince-toolbar.xml:
4761         * shell/ev-application.c: (ev_application_shutdown),
4762         (ev_application_init), (ev_application_get_toolbars_model):
4763         * shell/ev-application.h:
4764         * shell/ev-window.c: (update_chrome_visibility),
4765         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4766         (ev_window_cmd_edit_toolbar), (ev_window_init):
4767         
4768         Fixes bug #364364 - toolbar editor shows zoom actions again.
4769
4770 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4771
4772         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4773
4774         Do not take margins into consideration for paper size when printing.
4775         Really fixes bug #350491.
4776
4777 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4778
4779         * data/evince-ui.xml:
4780         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4781         (ev_window_cmd_file_print_setup),
4782         (ev_window_print_dialog_response_cb),
4783         (ev_window_setup_action_sensitivity):
4784
4785         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4786
4787 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4788
4789         * shell/ev-window.c: (ev_window_print_range):
4790
4791         Revert my previuos commit, since printing to PDF is not supported by
4792         evince yet. 
4793
4794 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4795
4796         * shell/ev-window.c: (ev_window_print_range):
4797
4798         Enable print to a PDF. Fixes bug #332121.
4799
4800 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4801
4802         * shell/ev-application-service.xml:
4803         * shell/ev-application.[ch]: (ev_application_open_window),
4804         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4805         (ev_application_open_uri), (ev_application_open_uri_list):
4806         * shell/ev-window.c: (file_open_dialog_response_cb),
4807         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4808         (drag_data_received_cb), (open_remote_link):
4809         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4810
4811         Add support for multiscreen systems. Fixes bug #316206.
4812
4813 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4814
4815         * shell/ev-jobs.[ch]: (ev_job_print_new),
4816         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4817         (ev_job_print_do_page):
4818         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4819
4820         Allow printing only odd/even pages. Fixes bug #367289.
4821
4822 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4823
4824         * test/test1.py:
4825         * test/test2.py:
4826
4827         Re-add locale settings to test files.
4828
4829 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4830
4831         * data/evince-ui.xml:
4832         * shell/ev-window.c: (set_action_properties):
4833         
4834         Removed garbage from code and ui.
4835
4836 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4837
4838         * shell/ev-window.c: (ev_window_cmd_help_about):
4839
4840         Shamelessly add my name to the list of contributors.
4841
4842 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4843
4844         * test/test1.py:
4845         * test/test2.py:
4846
4847         Cleaned up the dogtail scripts.
4848
4849 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4850
4851         * shell/ev-view.c: (draw_loading_text): Don't render
4852         "loading..." text in presentation mode. Temporary
4853         workaround for bug #320352.
4854
4855 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4856
4857         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4858         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4859
4860         Use print settings scale, copies, collate and reverse which were
4861         ignored. Fixes bug #359032.
4862
4863 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4864
4865         * configure.ac:
4866         * data/evince-password.glade:
4867         * test/Makefile.am:
4868         * test/test-encrypt.pdf:
4869         * test/test-links.pdf:
4870         * test/test1.py:
4871         * test/test2.py:
4872
4873         Add automated UI tests for evince with dogtail. See
4874         bug #300948.    
4875
4876 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4877
4878         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4879
4880         Hide fullscreen toolbar when switching to another desktop workspace.
4881         Fixes bug #338871
4882
4883 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4884
4885         * shell/ev-window-title.c: 
4886         
4887         Test for .dvi in title of pdf documents.
4888
4889 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4890
4891         * shell/ev-view.c: (ev_view_scroll):
4892
4893         Page Up/Down should do page jumps in "Best fit" mode.
4894         If a user has explicitly chosen to view exactly one page
4895         at a time, scrolling just a part of the page when
4896         pressing Page Up/Down is not right. Fixes bug #323107.
4897
4898 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4899
4900         * NEWS:
4901         * configure.ac:
4902         
4903         Update for 0.6.1
4904
4905 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4906
4907         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4908         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4909         
4910         Correctly disconnect from job signals on destroy.
4911
4912 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4913
4914         * shell/ev-view-private.h:
4915         * shell/ev-view.c: (view_set_adjustment_values),
4916         (view_update_range_and_current_page),
4917         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4918         
4919         Fixes bug #343199, current page now follows find page.
4920
4921 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4922
4923         * backend/ev-document-factory.c:
4924         * configure.ac:
4925         Assigned OpenDocument presenation MIME type to the
4926         Impress backend. Added some missing (but harmless)
4927         #ifdefs in the document factory as well to make things
4928         consistent again. Fixes bug #360658.
4929
4930 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4931
4932         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4933         * backend/ev-document-find.c: (ev_document_find_get_type):
4934         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4935         * backend/ev-document-links.c: (ev_document_links_get_type):
4936         * backend/ev-document-security.c: (ev_document_security_get_type):
4937         * backend/ev-document-thumbnails.c:
4938         (ev_document_thumbnails_get_type):
4939         * backend/ev-document.c: (ev_document_get_type):
4940         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4941         * backend/ev-selection.c: (ev_selection_get_type):
4942         * cut-n-paste/recent-files/egg-recent-model.c:
4943         (egg_recent_model_get_type):
4944         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4945         (egg_recent_view_uimanager_get_type):
4946         * cut-n-paste/recent-files/egg-recent-view.c:
4947         (egg_recent_view_get_type):
4948         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4949         (egg_editable_toolbar_get_type):
4950         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4951         (egg_toolbar_editor_get_type):
4952         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4953         (egg_toolbars_model_get_type):
4954         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4955         (egg_tree_multi_drag_source_get_type):
4956         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4957         (ephy_zoom_action_get_type):
4958         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4959         (ephy_zoom_control_get_type):
4960         * impress/r_back.c: (_imp_fill_back):
4961         * properties/ev-properties-main.c:
4962         (ev_properties_plugin_register_type):
4963         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4964         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4965         (ev_view_accessible_factory_get_type):
4966
4967         Reduce relocations. Bug #360616.
4968
4969 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4970
4971         * backend/ev-document-factory.c:
4972         (ev_document_factory_get_document):
4973         
4974         Load document even if extension is wrong.
4975
4976 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4977
4978         * shell/ev-metadata-manager.c: (save_values):
4979         * shell/ev-window.c: (setup_size_from_metadata),
4980         (setup_view_from_metadata), (ev_window_setup_document),
4981         (ev_window_xfer_job_cb), (window_configure_event_cb):
4982         
4983         Set size according to the document size/page size ratio.
4984         That should correct rather wierd behaviour of the previous
4985         commit.
4986
4987 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4988
4989         * shell/ev-window.c: (setup_view_from_metadata):
4990         
4991         Set size for new windows from previous window size.
4992         See bugs #354968 and #168450 for details. Thanks
4993         to Meik Hellmund.
4994
4995 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4996
4997         * djvu/djvu-links.c: (build_tree):
4998
4999         Fix memory leak.
5000
5001 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5002
5003         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5004         
5005         Don't make sidebar close button insensitive. Fixes
5006         bug #357871.
5007
5008 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5009
5010         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5011         (ev_window_set_view_accels_sensitivity):
5012         
5013         Don't enable Slash on documents which don't support
5014         find. Fixes bug #358648.
5015
5016 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5017
5018         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5019         open dialog fall back to the current document uri if the
5020         filechooser hasn't been used before. Fixes bug #356980.
5021
5022 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5023
5024         * shell/ev-window.c: (ev_window_setup_recent), 
5025         (ev_window_get_recent_file_label):
5026
5027         Escape underscores in filenames of recent file items.
5028
5029 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5030
5031         * configure.ac:
5032         
5033         Bumped poppler requirements, really 0.5.3 is very 
5034         buggy, now we require 0.5.4.
5035
5036 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5037
5038         * djvu/Makefile.am:
5039         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5040         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5041         (djvu_document_document_links_iface_init):
5042         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5043         (number_from_string_10), (get_djvu_link_dest),
5044         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5045         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5046         (djvu_links_get_links), (djvu_links_find_link_dest),
5047         (djvu_links_get_links_model):
5048         * djvu/djvu-links.h:
5049         
5050         Add support for links and bookmarks in djvu documents. Thanks
5051         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5052         patch.
5053
5054 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5055
5056         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5057         
5058         Reopen should reload document. Fixes 
5059         bug 327951.
5060
5061 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5062
5063         * configure.ac:
5064         * data/Makefile.am:
5065         * data/evince-16.png:
5066         * data/evince-22.png:
5067         * data/evince.png:
5068         * data/evince.svg:
5069         * data/icons/16x16/Makefile.am:
5070         * data/icons/16x16/evince.png:
5071         * data/icons/22x22/Makefile.am:
5072         * data/icons/22x22/evince.png:
5073         * data/icons/48x48/Makefile.am:
5074         * data/icons/48x48/evince.png:
5075         * data/icons/Makefile.am:
5076         * data/icons/scalable/Makefile.am:
5077         * data/icons/scalable/evince.svg:
5078         
5079         Install icons with correct names. Fixes
5080         bug #354429.
5081
5082 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5083
5084         * shell/ev-view.c: (ev_view_button_release_event):
5085
5086         Don't open links with middle mouse button. Fixes bug #353649
5087
5088 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5089
5090         * NEWS:
5091         * configure.ac:
5092         
5093         Update for release 0.6.0
5094
5095 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5096
5097         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5098         Implement Close named action. Patch by Carlos Garcia Campos.
5099
5100 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5101
5102         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5103         
5104         Don't clear link mapping on copy_job_to_job_info. Fixes
5105         bug 346168.
5106
5107 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5108
5109         * shell/main.c: (main):
5110
5111         Revert my previous commit, gnome_program_init owns the option context.
5112         Fix another memory leak in main. Both caught by Christian Persch. 
5113
5114 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5115
5116         * shell/main.c: (main):
5117
5118         Fix memory leak.
5119
5120 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5121
5122         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5123
5124         Fix crash when opening a pdf with password protection. 
5125
5126 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5127
5128         * pdf/ev-poppler.cc: (pdf_document_search_free):
5129
5130         Fix memory leak. 
5131
5132 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5133
5134         * backend/ev-document-factory.c:
5135         (ev_document_factory_get_document):
5136         * tiff/tiff-document.c: (tiff_document_finalize):
5137         
5138         More correct handling of document loading. Fixes
5139         bug #349043.
5140
5141 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5142
5143         * backend/ev-attachment.c: (ev_attachment_save):
5144
5145         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5146         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5147
5148 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5149         
5150         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5151         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5152
5153 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5154
5155         * shell/ev-sidebar-thumbnails.c:
5156
5157         Do not render thumbnails unless thumbnails page is active in the
5158         sidebar.
5159
5160 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5161
5162         * shell/ev-properties-dialog.c:
5163
5164         Fix dialogue spacing. Bug #351370.
5165
5166 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5167
5168         * configure.ac:
5169
5170         Use lowercase gettext catalog file names (evince.mo
5171         instead of Evince.mo)
5172
5173 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5174
5175         * shell/ev-sidebar-attachments.c:
5176
5177         GtkIconTheme is now screen safe too. Fixes bug #350878
5178
5179 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5180
5181         * shell/ev-window.c:
5182
5183         GtkRecent manager is now screen safe. Fixes bug #350145
5184
5185 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5186
5187         * shell/ev-sidebar.c: (ev_sidebar_init):
5188         
5189         Make sidebar close icon smaller. Fix for bug 350177.
5190         See also bugs 350176 and 165770.
5191
5192 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5193
5194         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5195
5196         Ignore zoom for xyz destinations when it's <= 1, keeping user
5197         preferences instead. Set correct sizing-mode for fith and fitv
5198         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5199
5200 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5201
5202         * NEWS:
5203         * configure.ac:
5204         
5205         Update for release 0.5.5
5206
5207 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5208         
5209         * shell/ev-window.c: (ev_window_cmd_escape)
5210
5211         Escape unfocus page entry. Fixes bug #345809.
5212
5213 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5214
5215         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5216         (build_tree), (pdf_document_links_get_links),
5217         (pdf_document_links_find_link_dest):
5218         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5219         (goto_xyz_dest):
5220
5221         Convert from PDF style coordinates to X style coordinates in the
5222         backend rather than in the view. Fixes bug #338440
5223
5224 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5225
5226         * shell/ev-window.c:
5227         
5228         Remove Ctrl+Shift+T shortcut for toolbars. See
5229         the bug #350098.
5230
5231 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5232
5233         * configure.ac:
5234
5235         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5236         of this. 
5237
5238 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5239
5240         * configure.ac:
5241         * cut-n-paste/Makefile.am:
5242         * data/evince-ui.xml:
5243         * shell/Makefile.am:
5244         * shell/ev-application.[ch]:
5245         * shell/ev-window.c:
5246
5247         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5248         #349273
5249
5250 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5251
5252         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5253         findbar code: s/help/search/
5254
5255 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5256
5257         * shell/ev-window.c: (setup_document_from_metadata),
5258         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5259         (setup_view_from_metadata):
5260         
5261         Fix memory leaks.
5262
5263 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5264
5265         * autogen.sh, configure.ac: 
5266         
5267         Update automake usage. See bug 349292.
5268
5269 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5270
5271         * shell/eggfindbar.c: (egg_find_bar_class_init),
5272         (entry_activate_callback), (egg_find_bar_init),
5273         (egg_find_bar_set_status_text):
5274         * shell/eggfindbar.h:
5275         
5276         Unify Evince findbar with Epiphany. Nice patch
5277         from Fabricio Silva <silva@crans.org> and
5278         Frederic Peters <fpeters@entrouvert.com>. See
5279         bug #339966 for details.
5280
5281 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5282
5283         * data/evince.desktop.in.in:
5284         
5285         Correct information for bugzilla. Thanks to
5286         Olaf Vitters, see bug #348855.
5287
5288 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5289
5290         * shell/ev-jobs.[ch]:
5291         * shell/ev-sidebar-links.c:
5292         * shell/ev-window.[ch]:
5293
5294         GtkPrintJob doesn't support print ranges or current page, so we export
5295         to a ps file now when printing ranges or current page.
5296
5297 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5298
5299         * pdf/ev-poppler.cc:
5300         * shell/ev-window.c: (do_action_named):
5301
5302         We should be more clear about bugzilla. See the
5303         poppler bug #7623.
5304
5305 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5306
5307         * configure.ac:
5308         * shell/Makefile.am:
5309         * shell/ev-job-queue.c:
5310         * shell/ev-jobs.[ch]:
5311         * shell/ev-sidebar-links.c:
5312         * shell/ev-window.[ch]:
5313         
5314         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5315         #348422
5316
5317 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5318
5319         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5320         * shell/ev-application-service.xml:
5321         * shell/ev-application.[ch]:
5322         * shell/ev-jobs.[ch]:
5323         * shell/ev-window.[ch]: (ev_window_run_preview):
5324         * shell/main.c: 
5325
5326         Add preview mode to use evince as a printing previewer. It also adds
5327         other command line options for fullscreen and presentation modes.
5328         Fixes bugs #347822, #317031
5329
5330 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5331
5332         * NEWS:
5333         * configure.ac:
5334         
5335         Update for release 0.5.4
5336
5337 2006-07-11  Bastien Nocera <hadess@hadess.net>
5338
5339         * Makefile.am:
5340         * backend/Makefile.am:
5341         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5342         * backend/ev-document-factory.h:
5343         * configure.ac:
5344         * impress/.cvsignore:
5345         * impress/Makefile.am:
5346         * impress/common.h:
5347         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5348         (imp_get_page), (imp_next_page), (imp_prev_page),
5349         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5350         * impress/f_oasis.c: (render_object), (render_page),
5351         (get_geometry), (_imp_oasis_load):
5352         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5353         (_imp_oo13_load):
5354         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5355         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5356         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5357         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5358         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5359         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5360         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5361         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5362         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5363         (iks_new_within), (iks_insert), (iks_insert_cdata),
5364         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5365         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5366         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5367         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5368         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5369         (iks_cdata), (iks_cdata_size), (iks_has_children),
5370         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5371         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5372         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5373         (iks_tree), (iks_load), (iks_save):
5374         * impress/iksemel.h:
5375         * impress/imposter.h:
5376         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5377         (imp_render_draw_bezier_real), (imp_render_get_size),
5378         (imp_render_set_fg_color), (imp_render_draw_line),
5379         (imp_render_draw_rect), (imp_render_draw_polygon),
5380         (imp_render_draw_arc), (imp_render_draw_bezier),
5381         (imp_render_open_image), (imp_render_get_image_size),
5382         (imp_render_scale_image), (imp_render_draw_image),
5383         (imp_render_close_image), (imp_render_markup),
5384         (imp_render_get_text_size), (imp_render_draw_text),
5385         (impress_document_load), (impress_document_save),
5386         (impress_document_get_n_pages), (impress_document_get_page_size),
5387         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5388         (impress_document_finalize), (impress_document_class_init),
5389         (impress_document_can_get_text), (impress_document_get_info),
5390         (impress_document_document_iface_init),
5391         (impress_document_thumbnails_get_thumbnail),
5392         (impress_document_thumbnails_get_dimensions),
5393         (impress_document_document_thumbnails_iface_init),
5394         (impress_document_init):
5395         * impress/impress-document.h:
5396         * impress/internal.h:
5397         * impress/r_back.c: (_imp_fill_back):
5398         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5399         (_imp_draw_image), (_imp_tile_image):
5400         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5401         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5402         (r_polyline):
5403         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5404         (r_draw_gradient_complex), (r_draw_gradient):
5405         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5406         (r_get_bullet):
5407         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5408         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5409         (r_text):
5410         * impress/render.c: (imp_create_context), (imp_context_set_page),
5411         (imp_context_set_step), (imp_render), (imp_delete_context):
5412         * impress/render.h:
5413         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5414         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5415         (zip_load_xml), (zip_get_size), (zip_load):
5416         * impress/zip.h:
5417         * shell/ev-utils.c:
5418         
5419         New backend to support impress slides. Fixes bug #30867.
5420
5421 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5422
5423         * shell/ev-utils.c: (using_postscript_printer):
5424         
5425         Fixes crash when print using PAPI backend,
5426         bug #345012.
5427
5428 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5429
5430         * shell/ev-jobs.c: (ev_job_xfer_run):
5431         * shell/ev-window.c: (password_dialog_response),
5432         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5433         (ev_window_dispose):
5434         Fixes bug #344160: if the xfer job doesn't complete
5435         because a password is required, reload the existing
5436         instance instead of creating a new one.
5437
5438 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5439
5440         * shell/main.c: (main): Call gdk_threads_init. Thus
5441         we'll avoid errors in auth dialog. Fix for the bug
5442         #343347.
5443
5444 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5445
5446         * configure.ac: Advertise pixbuf support, fix
5447         for the bug 343317.
5448
5449 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5450
5451         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5452         (ev_sidebar_thumbnails_set_document):
5453         
5454         Update sidebar thumbnails after reloading.
5455
5456 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5457
5458         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5459         * shell/ev-jobs.h:
5460         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5461         (ev_window_cmd_view_reload), (ev_window_init):
5462         
5463         Don't crash on reload. Fix for the bug #343167.
5464
5465 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5466
5467         * shell/ev-jobs.c: (ev_job_render_run):
5468         
5469         Check for document links.
5470
5471 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5472
5473         * backend/ev-attachment.c: (ev_attachment_save),
5474         (ev_attachment_launch_app), (ev_attachment_open):
5475         * backend/ev-document-factory.c: (get_document_from_uri):
5476         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5477         (egg_recent_view_uimanager_set_list):
5478         * ps/ps-document.c: (check_filecompressed), (document_load),
5479         (ps_document_load):
5480         * shell/ev-metadata-manager.c: (load_values):
5481         * shell/ev-password.c: (ev_password_dialog_set_property):
5482         * shell/ev-view.c: (tip_from_link):
5483         * shell/ev-window.c: (file_save_dialog_response_cb),
5484         (ev_window_print_dialog_response_cb):
5485         
5486         Use consistent quoting style. Fix for the bug #320285.
5487
5488 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5489
5490         * shell/ev-jobs.c: (ev_job_xfer_run):
5491         * shell/main.c: (load_files):
5492                 
5493         Open links with anchors. Fix for the bug #339836.
5494
5495 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5496
5497         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5498         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5499         (ev_link_dest_set_property), (ev_link_dest_finalize),
5500         (ev_link_dest_class_init), (ev_link_dest_new_named),
5501         (ev_link_dest_new_page_label):
5502         * backend/ev-link-dest.h:
5503         * shell/ev-application.c: (ev_application_open_uri):
5504         * shell/ev-view.c: (goto_dest):
5505         * shell/ev-window.c:
5506         * shell/ev-window.h:
5507         
5508         Fix page-label command line option. Bug #342070.
5509
5510 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5511
5512         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5513         
5514         Don't show highlight rects if page can't be showed. Fix for 
5515         the bug #342076
5516
5517 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5518
5519         * shell/ev-window.c: (setup_sidebar_from_metadata),
5520         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5521         
5522         Setup sidebar from metadata even if there is no document
5523         loaded. Fix for the bug #342807.
5524
5525 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5526
5527         * cut-n-paste/toolbar-editor/Makefile.am:
5528         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5529         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5530         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5531         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5532         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5533         (popup_context_menu_cb), (button_press_event_cb),
5534         (configure_item_sensitivity), (configure_item_cursor),
5535         (configure_item_tooltip), (connect_widget_signals),
5536         (action_sensitive_cb), (create_item_from_action),
5537         (create_item_from_position), (toolbar_drag_data_received_cb),
5538         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5539         (toolbar_drag_leave_cb), (configure_drag_dest),
5540         (toggled_visibility_cb), (toolbar_visibility_refresh),
5541         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5542         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5543         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5544         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5545         (egg_editable_toolbar_dispose),
5546         (egg_editable_toolbar_set_ui_manager),
5547         (egg_editable_toolbar_get_selected),
5548         (egg_editable_toolbar_set_selected), (set_edit_mode),
5549         (egg_editable_toolbar_set_property),
5550         (egg_editable_toolbar_get_property),
5551         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5552         (egg_editable_toolbar_new_with_model),
5553         (egg_editable_toolbar_get_edit_mode),
5554         (egg_editable_toolbar_set_edit_mode),
5555         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5556         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5557         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5558         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5559         (item_added_or_removed_cb), (toolbar_removed_cb),
5560         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5561         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5562         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5563         (editor_create_item_from_name), (append_table),
5564         (update_editor_sheet), (egg_toolbar_editor_init):
5565         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5566         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5567         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5568         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5569         (toolbar_node_free), (egg_toolbars_model_get_flags),
5570         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5571         (egg_toolbars_model_get_name), (impl_add_item),
5572         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5573         (parse_data_list), (parse_item_list), (parse_toolbars),
5574         (egg_toolbars_model_load_toolbars), (parse_available_list),
5575         (parse_names), (egg_toolbars_model_load_names),
5576         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5577         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5578         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5579         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5580         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5581         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5582         (egg_toolbars_model_set_types), (fill_avail_array),
5583         (egg_toolbars_model_get_name_avail),
5584         (egg_toolbars_model_get_name_flags),
5585         (egg_toolbars_model_set_name_flags):
5586         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5587         * cut-n-paste/toolbar-editor/eggintl.h:
5588         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5589         (egg_tree_multi_drag_source_get_type),
5590         (egg_tree_multi_drag_source_row_draggable),
5591         (egg_tree_multi_drag_source_drag_data_delete),
5592         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5593         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5594         (path_list_free), (set_context_data), (get_context_data),
5595         (get_info), (egg_tree_multi_drag_drag_data_get),
5596         (egg_tree_multi_drag_motion_event),
5597         (egg_tree_multi_drag_button_press_event),
5598         (egg_tree_multi_drag_add_drag_support):
5599         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5600         * shell/ev-application.c: (ev_application_init),
5601         (ev_application_save_toolbars_model):
5602         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5603         (ev_window_cmd_edit_toolbar), (ev_window_init):
5604         
5605         Sync toolbareditor with epiphany and libegg
5606
5607 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5608
5609         * configure.ac: 
5610
5611         Depend on poppler 0.5.2
5612
5613 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5614
5615         * shell/ev-jobs.c: (ev_job_render_run):
5616         
5617         Check if document supports links iterface.
5618
5619 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5620
5621         * NEWS:
5622         * configure.ac:
5623         
5624         Update for release 0.5.3
5625
5626 2006-05-13  Michael Plump  <plumpy@skylab.org>
5627
5628         * configure.ac:
5629         * shell/Makefile.am:
5630         * shell/main.c: (main):
5631         
5632         Port to GOption command line parsing. Fix for the 
5633         bug #327518
5634
5635 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5636
5637         * shell/ev-window.c: (ev_window_cmd_help_about):
5638         
5639         Do not wrap license. Fix for the bug #309460.
5640
5641 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5642
5643         * configure.ac:
5644         * properties/ev-properties-main.c: (ev_properties_get_pages):
5645         * shell/ev-application.c: (ev_application_open_window),
5646         (ev_application_open_uri_at_dest):
5647         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5648         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5649         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5650         * shell/ev-utils.c: (save_print_config_to_file):
5651         * shell/ev-window.c: (ev_window_cmd_save_as),
5652         (ev_attachment_popup_cmd_save_attachment_as):
5653         * shell/main.c: (load_files_remote):
5654         
5655         Bump requirements to gtk 2.8 and drop all ifdefs used.
5656
5657 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5658
5659         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5660         * shell/ev-window.c: (ev_window_init):
5661         
5662         Show attachments page.
5663
5664 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5665
5666         * po/POTFILES.in:
5667         * shell/ev-attachment-bar.c:
5668         * shell/ev-attachment-bar.h:
5669         * shell/ev-sidebar-attachments.c:
5670         (ev_sidebar_attachments_icon_cache_add),
5671         (icon_theme_get_pixbuf_from_mime_type),
5672         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5673         (ev_sidebar_attachments_icon_cache_refresh),
5674         (ev_sidebar_attachments_get_attachment_at_pos),
5675         (ev_sidebar_attachments_popup_menu_show),
5676         (ev_sidebar_attachments_popup_menu),
5677         (ev_sidebar_attachments_button_press),
5678         (ev_sidebar_attachments_update_icons),
5679         (ev_sidebar_attachments_drag_data_get),
5680         (ev_sidebar_attachments_get_property),
5681         (ev_sidebar_attachments_destroy),
5682         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5683         (ev_sidebar_attachments_new),
5684         (ev_sidebar_attachments_set_document),
5685         (ev_sidebar_attachments_support_document),
5686         (ev_sidebar_attachments_get_label),
5687         (ev_sidebar_attachments_page_iface_init):
5688         * shell/ev-sidebar-attachments.h:
5689         * shell/ev-window.c: (update_chrome_visibility),
5690         (setup_sidebar_from_metadata), (ev_window_setup_document),
5691         (ev_window_sidebar_current_page_changed_cb),
5692         (attachment_bar_menu_popup_cb), (ev_window_init):
5693         
5694         Move attachments bar to sidebar.
5695
5696 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5697
5698         * pdf/ev-poppler.cc:
5699         * shell/ev-application.[ch]:
5700         * shell/main.c:
5701
5702         Fix some memory leaks.
5703
5704 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5705
5706         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5707
5708         Change the properties dialog response to
5709         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5710         will make the dialog go away when the user presses
5711         enter. With gtk+ >= 2.9 this will happen anyway, but for
5712         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5713         escape by default. Fixes bug #340539. See also bug
5714         #101293 for the gtk+ part.
5715
5716 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5717
5718         * shell/ev-view.c (tip_from_action_named): Replace some strings
5719         that were wrong. Closes #340970.
5720
5721 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5722
5723         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5724
5725         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5726         #341049
5727
5728 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5729
5730         * djvu/Makefile.am:
5731         * dvi/Makefile.am:
5732         * dvi/mdvi-lib/Makefile.am:
5733         * properties/Makefile.am:
5734         * ps/Makefile.am:
5735         * shell/Makefile.am:
5736         * thumbnailer/Makefile.am:
5737         
5738         Due to broken libtool that is unable to track dependencies
5739         of noinst libraries we are forced to explicitely point
5740         libraries for binary. Fix for the bug #333334.
5741
5742 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5743
5744         * data/evince.desktop.in.in:
5745         * shell/ev-view.c: (view_update_range_and_current_page),
5746         (ev_view_next_page), (ev_view_previous_page):
5747         * shell/ev-window.c: (update_chrome_visibility),
5748         (setup_sidebar_from_metadata), (ev_window_setup_document),
5749         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5750         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5751         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5752         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5753         (ev_window_stop_presentation), (ev_window_focus_in_event),
5754         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5755         (ev_window_init):
5756         * thumbnailer/Makefile.am:
5757         
5758         Update fullscreen and presentation timeout handling. Hide
5759         cursor in presentation after timeout. Fix for the bugs
5760         #136359 and #336981.
5761
5762 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5763
5764         * backend/ev-link-action.[ch]:
5765         * pdf/ev-poppler.cc: (ev_link_from_action):
5766         * shell/ev-view-private.h:
5767         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5768         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5769
5770         Add support for Named Action links
5771
5772 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5773
5774         * backend/Makefile.am:
5775         * backend/ev-document-links.[ch]:
5776         * backend/ev-document.[ch]:
5777         * backend/ev-link-action.[ch]:
5778         * backend/ev-link-dest.[ch]:
5779         * backend/ev-link.[ch]:
5780         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5781         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5782         * shell/ev-page-action.c: (build_new_tree_cb):
5783         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5784         (links_page_num_func), (update_page_callback):
5785         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5786         (tip_from_link):
5787         * shell/ev-jobs.c:
5788         * shell/ev-window.[ch]: (ev_window_open_uri),
5789         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5790         * shell/ev-application.[ch]: (ev_application_open_window),
5791         (ev_application_open_uri):
5792
5793         Rework links system, it adds support for remote links now and it makes
5794         easier to add new kinds of actions and destinations. Fixes bug #317292
5795
5796 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5797
5798         * data/Makefile.am:
5799         * data/evince.png:
5800         * data/evince-16.png:
5801         * data/evince-22.png:
5802         * data/evince.svg:
5803         * shell/main.c: (main):
5804         
5805         Evince use it's own icon. Fix for the bug #313392.
5806
5807         * shell/ev-window.c: (fullscreen_timeout_cb),
5808         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5809         (ev_window_cmd_help_about), (ev_window_dispose):
5810         
5811         Simplify fullscreen timeout code.
5812
5813 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5814
5815         * backend/ev-attachment.c: 
5816         * shell/ev-attachment-bar.c:
5817         * shell/ev-window.c:
5818
5819         Allow multiple selection of attachments
5820
5821 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5822
5823         * shell/ev-view.c: (view_update_range_and_current_page),
5824         (ev_view_scroll):
5825         
5826         Fix for the bug #312573 – Optimal selection of current 
5827         page among visible pages.
5828
5829 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5830
5831         * configure.ac:
5832         * djvu/Makefile.am:
5833         * djvu/djvu-text.h:
5834         
5835         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5836         for the bug 339868.
5837
5838 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5839
5840         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5841
5842 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5843
5844         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5845         dictated by the GNOME HIG. Fixes bug #339235.
5846
5847 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5848
5849         * data/evince-ui.xml:
5850         * shell/ev-view.c: (ev_view_can_find_previous):
5851         * shell/ev-view.h:
5852         * shell/ev-window.c: (ev_window_update_actions),
5853         (ev_window_cmd_edit_find_previous):
5854
5855         Add support for "Find Previous" as dictated by the GNOME HIG. A
5856         menu item is added and some glue code to make it all work is added
5857         to various files.
5858
5859 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5860
5861         * configure.ac: Award myself the "useless use of cat" award.
5862
5863 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5864
5865         * po/LINGUAS: New file listing all supported languages.
5866
5867         * configure.in: Use po/LINGUAS instead of including all languages
5868         directly in this file. See the wiki for more information:
5869         http://live.gnome.org/GnomeGoals/PoLinguas
5870
5871 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5872
5873         * backend/ev-document-factory.c:
5874
5875         Do not load the document twice when there isn't errors
5876
5877 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5878
5879         * backend/ev-attachment.c: 
5880
5881         Fix a crash when there isn't a default application to open an
5882         attachment
5883
5884 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5885
5886         * backend/ev-attachment.[ch]:
5887         * shell/ev-attachment-bar.[ch]:
5888
5889         Added missing files. 
5890
5891 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5892
5893         * backend/Makefile.am:
5894         * data/evince-ui.xml:
5895         * backend/ev-attachment.[ch]:
5896         * backend/ev-document.[ch]: (ev_document_has_attachments),
5897         (ev_document_get_attachments):
5898         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5899         (attachment_save_to_buffer), (pdf_document_get_attachments),
5900         (pdf_document_document_iface_init):
5901         * shell/Makefile.am:
5902         * shell/ev-attachment-bar.[ch]:
5903         * shell/ev-window.c:
5904
5905         Add support for PDF attachments. Fixes bug #325143
5906
5907 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5908
5909         * backend/ev-document-factory.c: (get_document_from_uri),
5910         (ev_document_factory_get_document):
5911         * backend/ev-document-factory.h:
5912         * properties/ev-properties-main.c: (ev_properties_get_pages):
5913         * shell/Makefile.am:
5914         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5915         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5916         (ev_job_queue_remove_job):
5917         * shell/ev-job-queue.h:
5918         * shell/ev-job-xfer.c:
5919         * shell/ev-job-xfer.h:
5920         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5921         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5922         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5923         (ev_job_xfer_run):
5924         * shell/ev-jobs.h:
5925         * shell/ev-window.c: (ev_window_is_empty),
5926         (password_dialog_response), (ev_window_clear_xfer_job),
5927         (ev_window_xfer_job_cb), (ev_window_open_uri),
5928         (ev_window_cmd_focus_page_selector),
5929         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5930         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5931         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5932         (ev_window_dispose):
5933         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5934         
5935         * Cleanup mime type detection on document load. Fix for the
5936         bug #336448.
5937
5938 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5939
5940         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5941         
5942         Fix crash on exit, described in the bug #336825.
5943
5944 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5945
5946         * backend/ev-document-factory.c:
5947         (ev_document_factory_get_from_mime),
5948         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5949         (ev_document_factory_get_document),
5950         (file_filter_add_mime_list_and_free),
5951         (ev_document_factory_add_filters):
5952         * backend/ev-document-factory.h:
5953         * properties/ev-properties-main.c: (ev_properties_get_pages):
5954         * shell/Makefile.am:
5955         * shell/ev-application.c:
5956         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5957         * shell/ev-window.c: (ev_window_cmd_file_open),
5958         (ev_window_cmd_save_as):
5959         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5960         
5961         Rework factory functions so they are placed now in a single 
5962         file ev-document-factory.c
5963
5964 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5965
5966         * shell/ev-window.c: (update_chrome_visibility):
5967         
5968         Fix for the bug 166566 - don't show menubar in fullscreen
5969         mode.
5970
5971 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5972
5973         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5974
5975 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5976
5977         * shell/ev-view.c: (ev_view_expose_event):
5978         
5979         More correctly draw loading text when document
5980         is empty.
5981
5982 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5983
5984         * shell/ev-view.c: (ev_view_scroll):
5985         
5986         Fix for the bug #334854, page down and page up switch
5987         pages in presentation mode.
5988
5989 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5990
5991         * shell/ev-window.c: (ev_window_set_action_sensitive),
5992         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5993         (ev_window_set_view_accels_sensitivity),
5994         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5995         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5996         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5997         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5998         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5999         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6000         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6001         (view_actions_focus_in_cb), (ev_window_init):
6002         
6003         Fix for the bug #333902, now it's possible to search
6004         words with slash.
6005
6006 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6007
6008         * configure.ac: Added Breton translation.
6009         * po/br.po: Added Breton translation.
6010
6011 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6012
6013         * shell/ev-window-title (ev_window_title_update):
6014
6015         Fix memory leak in window title. Fixes bug #333944
6016
6017 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6018
6019         * shell/ev-metadata-manager.c (parseItem):
6020
6021         Fix memory leaks. Fixes bug #333945
6022
6023 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6024         
6025         * NEWS, configure.ac, TODO:
6026         
6027         Update for release 0.5.2.
6028
6029 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6030
6031         * shell/ev-view.c: (view_update_range_and_current_page),
6032         (page_changed_cb):
6033         
6034         Don't jump on scrolling, fix for the bug #333127.
6035
6036 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6037
6038         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6039         
6040         Scroll by one page in presentation mode. Fix for the bug
6041         #332993.
6042
6043 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6044
6045         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6046
6047 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6048
6049         * configure.ac  Added lv in ALL_LINGUAS line.
6050
6051 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6052         
6053         * NEWS, configure.ac:
6054         
6055         Update for release 0.5.1
6056
6057 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6058
6059         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6060         * backend/ev-document-misc.h:
6061         * shell/ev-view.c: (draw_one_page):
6062         
6063          Clairfy what page the toolbar page number applies to. Fix
6064          for the bug #328102.
6065
6066 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6067
6068         * shell/ev-view-private.h:
6069         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6070         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6071         (ev_view_search_changed):
6072         * shell/ev-view.h:
6073         * shell/ev-window.c: (find_bar_search_changed_cb):
6074         
6075         Dont't jump to find result if window was scrolled during search.
6076         Fix for the bug #313266.
6077
6078 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6079
6080         * shell/eggfindbar.c: (egg_find_bar_class_init):
6081         * shell/eggfindbar.h:
6082         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6083         * shell/ev-view-private.h:
6084         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6085         (ev_view_class_init), (ev_sizing_mode_get_type),
6086         (ev_scroll_type_get_type):
6087         * shell/ev-view.h:
6088         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6089         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6090         (ev_window_init):
6091         
6092         Fix for the bug 319133 - Find entry should allow text scroll.
6093
6094 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6095
6096         * shell/ev-view-private.h:
6097         * shell/ev-view.c: (view_update_range_and_current_page),
6098         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6099         (ev_view_set_document), (update_find_status_message),
6100         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6101         (ev_view_find_previous):
6102         
6103         Fix for the bug #319137. Search now takes account for scrolling.
6104
6105 2006-02-19  Michael Hofmann <mh21@piware.de>
6106
6107         * configure.ac:
6108         * djvu/Makefile.am:
6109         * djvu/djvu-document-private.h:
6110         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6111         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6112         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6113         (djvu_document_can_get_text), (djvu_document_get_text),
6114         (djvu_document_document_iface_init),
6115         (djvu_document_thumbnails_get_thumbnail),
6116         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6117         (djvu_document_find_get_result),
6118         (djvu_document_find_page_has_results),
6119         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6120         (djvu_document_find_iface_init):
6121         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6122         (djvu_text_page_selection), (djvu_text_page_limits_process),
6123         (djvu_text_page_limits), (djvu_text_page_copy),
6124         (djvu_text_page_position), (djvu_text_page_union),
6125         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6126         (djvu_text_page_box), (djvu_text_page_append_text),
6127         (djvu_text_page_search), (djvu_text_page_prepare_search),
6128         (djvu_text_page_new), (djvu_text_page_free):
6129         * djvu/djvu-text-page.h:
6130         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6131         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6132         (djvu_text_n_results), (djvu_text_has_results),
6133         (djvu_text_get_result), (djvu_text_get_progress):
6134         * djvu/djvu-text.h:
6135         
6136         Text search in djvu. Fix for the bug #303415.
6137
6138 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6139
6140         * configure.ac:
6141         * shell/ev-window.c: (ev_window_cmd_save_as):
6142         
6143         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6144         Thanks to Gary Coady <gary@lyranthe.org>
6145
6146 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6147
6148         * shell/ev-print-job.c: (idle_print_handler):
6149         
6150         Inverse order printing, bug #320919.
6151
6152 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6153
6154         * data/evince-toolbar.xml:
6155         * shell/ev-window.c:
6156         
6157         Allow to add sidebar checkbutton on toolbar. Fix
6158         for the bug #144577.
6159
6160 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6161
6162         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6163         
6164         Add checks that have sense for empty ps document.
6165
6166 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6167
6168         * configure.ac: Include PS in mime types list. 
6169
6170 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6171
6172         * configure.ac:
6173         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6174         * ps/gsdefaults.h:
6175         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6176         
6177         Runtime check for gs interpreter. Fix for the bug #320868.
6178         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6179
6180 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6181
6182         * shell/ev-application.c: 
6183
6184         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6185         dbus>=0.60, so that the request is not queued. 
6186
6187 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6188
6189         * configure.ac:
6190         * shell/Makefile.am:
6191         * shell/ev-sidebar-links.c: (print_section_cb):
6192         * shell/ev-utils.c:
6193         * shell/ev-utils.h:
6194         * shell/ev-window.c: (update_action_sensitivity),
6195         (ev_window_close_dialogs), (ev_window_print):
6196         * shell/ev-window.h:
6197         
6198         Make printing support optional. Patch from Eduardo de Barros Lima
6199         <eduardo.lima@indt.org.br> for the bug #330546.
6200
6201 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6202
6203         * shell/ev-view-private.h:
6204         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6205         (ev_view_set_document):
6206         * shell/ev-view.h:
6207         * shell/ev-window.c: (ev_window_load_job_cb),
6208         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6209         (ev_window_init):
6210
6211         Draw Loading message during xfer job. Fix for the bug #329495.
6212
6213 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6214
6215         * comics/comics-document.c: (comics_regex_quote),
6216         (comics_document_load), (extract_argv):
6217         
6218         Correcly quote regexp before passing it to unzip.
6219
6220 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6221
6222         * shell/ev-page-cache.c: (build_height_to_page),
6223         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6224         (ev_page_cache_get_dual_even_left):
6225         * shell/ev-page-cache.h:
6226         * shell/ev-view.c: (view_update_range_and_current_page),
6227         (get_page_y_offset), (get_page_extents):
6228         
6229         Place even pages to the left if document has less then
6230         two pages. Fix for the bug #328856.
6231
6232 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6233
6234         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6235         
6236         Correct comics scheme. This make evince create thumbnails
6237         for comic books. Fix for the bug 329088.
6238
6239 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6240
6241         * data/evince-password.glade: Don't explicitly set
6242         invisible_char to the current default value in case
6243         the default changes; let GTK+ do its magic.
6244
6245 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6246
6247         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6248         real filename to tmp filename since often document
6249         type is determined by extension.
6250
6251 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6252
6253         * shell/ev-view.c: (add_scroll_binding_keypad),
6254         (ev_view_binding_activated), (ev_view_class_init):
6255         
6256         Add keybindings for percision-scrolling of display area. 
6257         Fix for the bug #314072.
6258
6259 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6260
6261         * data/evince.desktop.in.in:
6262         
6263         Add GTK to the list of categories. Fix for the bug #328034.
6264
6265 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6266
6267         * shell/ev-application.c: (ev_application_shutdown),
6268         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6269         * shell/ev-application.h:
6270         * shell/ev-window.c: (file_open_dialog_response_cb),
6271         (ev_window_cmd_file_open):
6272         
6273         Save last uri in file chooser dialog. Fix for the bug #327950.
6274
6275 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6276
6277         * NEWS:
6278         * README:
6279         
6280         Final update for release 0.5.0
6281         
6282         * shell/Makefile.am:
6283         
6284         Remove disable deprecated until we'll require libgnome-2.13.7
6285         and port to GOption argument parsing. See bug 327518.
6286
6287 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6288
6289         * comics/comics-document.c: (comics_document_save):
6290         * djvu/djvu-document.c: (djvu_document_save):
6291         * dvi/dvi-document.c: (dvi_document_save):
6292         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6293         * lib/ev-file-helpers.h:
6294         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6295         * tiff/tiff-document.c: (tiff_document_save):
6296         
6297         Use common save function for backends.
6298
6299 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6300
6301         * backend/ev-document-types.c:
6302         
6303         Fix crash on saving pixbuf.
6304
6305 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6306
6307         * cut-n-paste/recent-files/egg-recent-item.c:
6308         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6309         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6310         (parse_info_free), (valid_element), (start_element_handler),
6311         (end_element_handler), (text_handler), (egg_recent_model_filter),
6312         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6313         (egg_recent_model_monitor), (egg_recent_model_read),
6314         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6315         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6316         (egg_recent_model_set_property), (egg_recent_model_class_init),
6317         (egg_recent_model_init), (egg_recent_model_add_full),
6318         (egg_recent_model_delete), (egg_recent_model_get_list),
6319         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6320         (egg_recent_model_set_filter_mime_types),
6321         (egg_recent_model_clear_group_filter),
6322         (egg_recent_model_set_filter_groups),
6323         (egg_recent_model_clear_scheme_filter),
6324         (egg_recent_model_set_filter_uri_schemes),
6325         (egg_recent_model_remove_expired):
6326         * cut-n-paste/recent-files/egg-recent-util.c:
6327         (egg_recent_util_get_icon):
6328         * cut-n-paste/recent-files/egg-recent-util.h:
6329         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6330         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6331         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6332         (egg_recent_view_uimanager_set_property),
6333         (egg_recent_view_uimanager_get_property),
6334         (egg_recent_view_uimanager_class_init),
6335         (egg_recent_view_uimanager_init),
6336         (egg_recent_view_uimanager_set_label_width),
6337         (egg_recent_view_uimanager_get_label_width):
6338         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6339         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6340         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6341         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6342         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6343         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6344         
6345         Update from libegg.
6346
6347 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6348
6349         * shell/ev-page-cache.c: (build_height_to_page),
6350         (ev_page_cache_get_height_to_page):
6351         * shell/ev-page-cache.h:
6352         * shell/ev-view.c: (view_update_range_and_current_page),
6353         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6354         (ev_view_previous_page):
6355         
6356         Dual mode places even pages to the left. Fix for the bug #309393.
6357
6358         * shell/ev-view.h:
6359         * shell/ev-window.c: (update_action_sensitivity),
6360         (setup_view_from_metadata), (view_menu_popup_cb):
6361         
6362         Don't restore presentation in empty windows, more intelligent
6363         next page behaviour in dual mode.
6364
6365         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6366         (ev_pixbuf_cache_clear_job_sizes):
6367         
6368         Cleanup job callback on removal. Fix for the bug #325886.
6369
6370 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6371
6372         * ps/ps.c: (psscan):
6373         
6374         Commit workaround Mozilla problem. Fix for the bug #325919
6375         
6376         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6377         (save_item):
6378         
6379         Fix for year 2038 problem.
6380
6381 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6382
6383         * shell/ev-window.c: (setup_document_from_metadata),
6384         (ev_window_cmd_view_reload):
6385
6386         Clamp page recieved from metadata in valid values. Fix
6387         for the bug #325986.
6388
6389 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6390
6391         * MAINTAINERS: 
6392         Add MAINTAINERS as requested on desktop-devel-list.
6393
6394 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6395
6396         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6397         (mime_type_supported_by_gdk_pixbuf),
6398         (ev_document_factory_get_mime_types),
6399         (ev_document_factory_get_all_mime_types):
6400         
6401         Don't add pixbuf mime types if pixbuf backend is disabled.
6402         
6403         * shell/ev-application.c: (ev_application_get_uri_window):
6404         
6405         Fix for the bug 325815 - unhandled MIME type message doesn't 
6406         appear a second time. 
6407         
6408         * shell/ev-document-types.c: (ev_document_types_add_filters):
6409         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6410         (password_dialog_response), (ev_window_popup_password_dialog),
6411         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6412         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6413         (ev_window_run_presentation), (ev_window_stop_presentation),
6414         (save_sizing_mode), (ev_window_zoom_changed_cb),
6415         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6416         (ev_window_dual_mode_changed_cb),
6417         (ev_window_sidebar_current_page_changed_cb),
6418         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6419         (window_state_event_cb), (window_configure_event_cb):
6420         
6421         Cleanup additional uris holded by EvWindow.
6422
6423 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6424
6425         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6426         (ev_view_can_previous_page), (ev_view_can_next_page):
6427         * shell/ev-view.h:
6428         * shell/ev-window.c: (update_action_sensitivity):
6429         
6430         Two page scrolling with Space and PageUp in dual mode. Second fix 
6431         for the bug #316608.
6432
6433 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6434
6435         * shell/ev-view.c: (scroll_to_current_page):
6436         
6437         Correctly clamp adjustment value. Fix for the bug
6438         #325808.
6439
6440 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6441
6442         * shell/ev-sidebar-links.c: (print_section_cb):
6443         * shell/ev-window.c: (ev_window_get_uri),
6444         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6445         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6446         (ev_window_dispose):
6447         
6448         Make print dialog non-modal. Fix for the bug #325622.
6449
6450 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6451
6452         * shell/ev-metadata-manager.c:
6453         * shell/ev-utils.c: (using_pdf_printer),
6454         (using_postscript_printer), (load_print_config_from_file),
6455         (save_print_config_to_file):
6456         * shell/ev-utils.h:
6457         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6458         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6459         (setup_view_from_metadata), (ev_window_setup_document),
6460         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6461         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6462         (ev_window_run_presentation), (ev_window_stop_presentation),
6463         (save_sizing_mode), (ev_window_zoom_changed_cb),
6464         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6465         (ev_window_dual_mode_changed_cb),
6466         (ev_window_sidebar_current_page_changed_cb),
6467         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6468         (window_state_event_cb), (window_configure_event_cb),
6469         (ev_window_init):
6470         
6471         Setting saving behaviour fixes.
6472
6473 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6474
6475         * configure.ac:
6476         
6477         Make antialiasing gs options better and allow
6478         to change them during configure. Fix for the 
6479         bug #319049.
6480
6481 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6482
6483         * shell/ev-window.c: (setup_view_from_metadata):
6484         
6485         Remember if last window was maximized. Fix for the
6486         bug #323797.
6487
6488 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6489
6490         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6491
6492 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6493
6494         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6495         * shell/ev-page-action.c: (build_new_tree_cb):
6496         * shell/ev-sidebar-links.c: (links_page_num_func),
6497         (update_page_callback_foreach), (update_page_callback):
6498         * shell/ev-view.c: (scroll_to_current_page):
6499         
6500         Fix for the bug #325067 with more intelligent selection
6501         of current link in sidebar. Make sidebar handle links
6502         of FITR-like type more correctly.
6503
6504         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6505         (dvi_pixbuf_put_pixel):
6506         
6507         Fix memory consumtion with disabled alpha channel.
6508
6509 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6510
6511         * data/evince-ui.xml:
6512         * shell/ev-window.c: (view_menu_popup_cb),
6513         (ev_popup_cmd_open_link), (ev_window_init):
6514         
6515         Update context menu for internal links. Fix for the bug
6516         #325066.
6517
6518 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6519
6520         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6521         
6522         Bind context menu to keyboard also. Fix for the bug
6523         #325065.
6524
6525 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6526
6527         * shell/ev-view.c: (selection_scroll_timeout_cb):
6528         
6529         Horizontal scroll on selection also.
6530
6531 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6532
6533         * shell/ev-metadata-manager.c: (parse_value):
6534         * shell/ev-view.c: (goto_xyz_link):
6535         
6536         Correct zoom setup and metadata save broken in 
6537         some locales.
6538
6539 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6540
6541         * shell/ev-view-private.h:
6542         * shell/ev-view.c: (scroll_to_current_page),
6543         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6544         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6545         (page_changed_cb), (ev_view_set_continuous),
6546         (ev_view_set_dual_page), (ev_view_set_presentation):
6547         
6548         Delay scroll until allocation to correctly position page. Fix
6549         for the bug #317334.
6550
6551 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6552
6553         * NEWS:
6554         * configure.ac:
6555         
6556         Update NEWS and require poppler 0.5.0.
6557
6558 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6559         
6560         * data/evince-ui.xml:
6561         * shell/ev-view-private.h:
6562         * shell/ev-view.c: (ev_view_get_link_at_location),
6563         (handle_link_over_xy), (ev_view_button_press_event),
6564         (ev_view_button_release_event), (ev_view_class_init):
6565         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6566         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6567         (ev_window_init):
6568         
6569         Implement right-click context menu.
6570
6571 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6572
6573         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6574         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6575         (mdvi_pixbuf_device_render):
6576         * pdf/ev-poppler.cc:
6577
6578         Don't generate thumbnails with alpha. See bug #324077.
6579         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6580
6581 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6582
6583         * shell/ev-window.c: (setup_chrome_from_metadata):
6584         
6585         Fix typo that was hiding toolbar.
6586
6587 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6588
6589         * shell/ev-view-private.h:
6590         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6591         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6592         (ev_view_button_release_event), (ev_view_destroy):
6593         
6594         Small cleanup and autoscrolling during selection. Thanks to 
6595         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6596
6597 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6598
6599         * configure.ac:
6600         
6601         Correctly check for comics option.
6602
6603 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6604         * Makefile.am:
6605         * configure.ac:
6606         * backend/Makefile.am:
6607         * backend/ev-document-factory.c:
6608         * shell/ev-document-types.c:
6609
6610         Included option in configure to make ps backend 
6611         compilation optional with --disable-ps.
6612
6613 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6614
6615         * backend/ev-document-factory.c:
6616         * comics/Makefile.am:
6617         * comics/comics-document.c: (comics_document_load):
6618         * comics/ev-cbr-mime.xml:
6619         * configure.ac:
6620         
6621         Comics mime types are added to shared-mime-info CVS. Now
6622         we don't need to install our own mime types.
6623
6624 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6625
6626         * shell/ev-window.c:
6627         
6628         Add shortcut for "save a copy" menu entry. Fix for
6629         the bug #324582.
6630
6631 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6632
6633         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6634         (job_finished_cb), (new_selection_pixbuf_needed),
6635         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6636         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6637         
6638         Rework selection job info logic and fix critical warning.
6639
6640 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6641
6642         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6643
6644 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6645
6646         * data/evince-ui.xml:
6647         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6648         
6649         Enter as shortcut key for next page. Fix for the bug
6650         #321394.
6651
6652 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6653
6654         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6655
6656 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6657
6658         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6659         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6660         (new_selection_pixbuf_needed),
6661         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6662         (clear_job_selection):
6663         
6664         Too early for 0.5. Pixbuf cache code cleaned a bit.
6665
6666 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6667
6668         * NEWS:
6669         * configure.ac:
6670         
6671         Release 0.5.0 preparation
6672
6673 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6674
6675         * comics/Makefile.am:
6676         * configure.ac:
6677         * shell/ev-document-types.c: (ev_document_types_add_filters):
6678         
6679         More advanced handling of custom mime type installation.
6680
6681 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6682
6683         * data/evince.schemas.in:
6684         * shell/ev-metadata-manager.c: (value_free),
6685         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6686         (ev_metadata_manager_get), (ev_metadata_manager_set):
6687         * shell/ev-metadata-manager.h:
6688         * shell/ev-window.c: (update_chrome_flag),
6689         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6690         (setup_document_from_metadata), (setup_chrome_from_metadata),
6691         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6692         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6693         (ev_window_view_toolbar_cb),
6694         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6695         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6696         
6697         Save last document settings and reuse them for new documents.
6698
6699 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6700
6701         * Makefile.am:
6702         * backend/Makefile.am:
6703         * backend/ev-document-factory.c:
6704         * backend/ev-document-factory.h:
6705         * comics/Makefile.am:
6706         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6707         (comics_document_load), (comics_document_save),
6708         (comics_document_get_n_pages), (comics_document_get_page_size),
6709         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6710         (comics_document_class_init), (comics_document_can_get_text),
6711         (comics_document_get_info), (comics_document_document_iface_init),
6712         (comics_document_init), (get_supported_image_extensions),
6713         (comics_document_thumbnails_get_geometry),
6714         (comics_document_thumbnails_get_thumbnail),
6715         (comics_document_thumbnails_get_dimensions),
6716         (comics_document_document_thumbnails_iface_init), (extract_argv):
6717         * comics/comics-document.h:
6718         * comics/ev-cbr-mime.xml:
6719         * configure.ac:
6720         * po/POTFILES.in:
6721         * shell/ev-application.c: (ev_application_register_service):
6722         * shell/ev-document-types.c: (ev_document_types_add_filters):
6723         * thumbnailer/Makefile.am:
6724         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6725         
6726         New CBR/CBZ backend for comic books.
6727
6728 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6729
6730         * shell/main.c: (load_files_remote):
6731
6732         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6733         warning on startup of second instance is fixed. It
6734         is bug #320353.
6735
6736 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6737
6738         * shell/ev-window.c: (ev_window_finalize):
6739         
6740         Fix double free that cause crash.
6741
6742 2005-10-29  Bastien Nocera <hadess@hadess.net>
6743
6744         * tiff/tiff-document.c: (tiff_document_load):
6745         
6746         Fix memory leak.
6747
6748 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6749
6750         * po/POTFILES.in:
6751         * shell/Makefile.am:
6752         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6753         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6754         (ev_view_accessible_get_text),
6755         (ev_view_accessible_get_character_at_offset),
6756         (ev_view_accessible_get_text_before_offset),
6757         (ev_view_accessible_get_text_at_offset),
6758         (ev_view_accessible_get_text_after_offset),
6759         (ev_view_accessible_get_character_count),
6760         (ev_view_accessible_get_caret_offset),
6761         (ev_view_accessible_set_caret_offset),
6762         (ev_view_accessible_get_run_attributes),
6763         (ev_view_accessible_get_default_attributes),
6764         (ev_view_accessible_get_character_extents),
6765         (ev_view_accessible_get_offset_at_point),
6766         (ev_view_accessible_get_n_selections),
6767         (ev_view_accessible_get_selection),
6768         (ev_view_accessible_add_selection),
6769         (ev_view_accessible_remove_selection),
6770         (ev_view_accessible_set_selection),
6771         (ev_view_accessible_text_iface_init),
6772         (ev_view_accessible_idle_do_action),
6773         (ev_view_accessible_action_do_action),
6774         (ev_view_accessible_action_get_n_actions),
6775         (ev_view_accessible_action_get_description),
6776         (ev_view_accessible_action_get_name),
6777         (ev_view_accessible_action_set_description),
6778         (ev_view_accessible_action_iface_init),
6779         (ev_view_accessible_get_type), (ev_view_accessible_new),
6780         (ev_view_accessible_factory_get_accessible_type),
6781         (ev_view_accessible_factory_create_accessible),
6782         (ev_view_accessible_factory_class_init),
6783         (ev_view_accessible_factory_get_type):
6784         * shell/ev-view-accessible.h:
6785         * shell/ev-view-private.h:
6786         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6787         * shell/ev-view.h:
6788         
6789         Initial accessibility support.
6790
6791 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6792
6793         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6794
6795 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6796
6797         * shell/ev-print-job.c: (idle_print_handler):
6798         
6799         Fix for bug Bug 318916: Printing multiple pages.
6800
6801 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6802
6803         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6804
6805 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6806
6807         * pdf/ev-poppler.cc:
6808         
6809         Thumnail dimensions unified with other backends.
6810         
6811         * shell/ev-window-title.c: (ev_window_title_update):
6812         
6813         Fix warning.
6814
6815 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6816
6817         * data/ev-stock-zoom-fit-width.png:
6818         
6819         Remove unused file.
6820
6821 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6822
6823         * configure.ac:
6824         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6825         (djvu_document_finalize):
6826         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6827         (dvi_document_finalize):
6828         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6829         (pixbuf_document_save), (pixbuf_document_finalize):
6830         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6831         (tiff_document_finalize):
6832         
6833         Save a copy implemented for various backends.
6834
6835 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6836
6837         * configure.ac:
6838         
6839         Don't link with ltiff if tiff is disabled.
6840
6841 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6842
6843         * pdf/GDKSplashOutputDev.cc:
6844         * pdf/GDKSplashOutputDev.h:
6845         * pdf/Thumb.cc:
6846         * pdf/Thumb.h:
6847         * pdf/pdf-document.cc:
6848         * pdf/pdf-document.h:
6849         * pdf/test-gdk-output-dev.cc:
6850         
6851         Remove old unused files.
6852
6853 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6854
6855         * shell/ev-window.c: (ev_window_setup_document):
6856         
6857         Fixed warnings on reload and probably crash reason.
6858
6859 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6860
6861         * properties/ev-properties-view.c:
6862         (ev_properties_view_format_date):
6863         
6864         Check if date is invalid. Fix for bug 318134.
6865
6866 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6867
6868         * shell/ev-window-title.c:
6869         
6870         Add .indd files (Adobe Indesign) to the list of "bad
6871         extensions".
6872
6873 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6874
6875         * data/evince-ui.xml:
6876         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6877         
6878         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6879
6880 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6881
6882         * shell/ev-window.c: (launch_link), (launch_external_uri),
6883         (view_external_link_cb):
6884
6885         URL-escape link before passing it to gnome_vfs_url_show.
6886
6887 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6888
6889         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6890         there isn't text selected.
6891
6892 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6893
6894         * shell/ev-view.c: (handle_link_over_xy):
6895
6896         Check tooltip is valid utf8 before showing it
6897
6898 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6899
6900         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6901
6902 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6903
6904         * shell/ev-window-title.c: (ev_window_title_update):
6905
6906         Guard against using g_strstrip on NULL. Fixes bug #317291.
6907
6908 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6909
6910         * pdf/ev-poppler.cc:
6911
6912         Show title even for unknown links
6913
6914 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6915
6916         * shell/ev-window-title.c: (ev_window_title_update):
6917
6918         Strip the title string
6919
6920 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6921
6922         * shell/ev-window-title.c:
6923
6924         Add .rtf to the bad extensions list
6925
6926 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6927
6928         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6929         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6930
6931         Ignore link coordinates if they are outside page bounds
6932
6933 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6934
6935         * backend/ev-link.c: (ev_link_type_get_type),
6936         (ev_link_get_filename), (ev_link_get_params),
6937         (ev_link_get_property), (ev_link_set_property),
6938         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6939         * backend/ev-link.h:
6940         * pdf/ev-poppler.cc:
6941         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6942         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6943         (ev_window_init):
6944
6945         Implement launch links. Delegate external link opening to
6946         the window.
6947
6948 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6949
6950         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6951         (ev_link_get_right), (ev_link_get_property),
6952         (ev_link_set_property), (ev_link_class_init),
6953         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6954         * backend/ev-link.h:
6955         * pdf/ev-poppler.cc:
6956         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6957
6958         Implement fitr links
6959
6960 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6961
6962         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6963         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6964         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6965         (ev_view_size_request_continuous),
6966         (ev_view_size_request_dual_page),
6967         (ev_view_size_request_single_page), (ev_view_size_allocate),
6968         (ev_view_zoom_for_size_continuous_and_dual_page),
6969         (ev_view_zoom_for_size_continuous),
6970         (ev_view_zoom_for_size_dual_page),
6971         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6972         (ev_sizing_mode_get_type):
6973         * shell/ev-view.h:
6974         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6975
6976         Do not use modes for link, we need to calculate size ad hoc.
6977         Still not perfect because of the usual scrollbar issues grrr.
6978
6979 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6980
6981         * backend/ev-link.c: (ev_link_type_get_type),
6982         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6983         * backend/ev-link.h:
6984         * pdf/ev-poppler.cc:
6985         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6986         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6987         (ev_view_size_request_continuous),
6988         (ev_view_size_request_dual_page),
6989         (ev_view_size_request_single_page), (ev_view_size_allocate),
6990         (zoom_for_size_fit_height),
6991         (ev_view_zoom_for_size_continuous_and_dual_page),
6992         (ev_view_zoom_for_size_continuous),
6993         (ev_view_zoom_for_size_dual_page),
6994         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6995         (ev_sizing_mode_get_type):
6996         * shell/ev-view.h:
6997         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6998
6999         Implement FIT_HEIGHT mode (only for links).
7000         Implement FITH links
7001
7002 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7003
7004         * shell/ev-window-title.c: (get_filename_from_uri),
7005         (ev_window_title_sanitize_extension), (ev_window_title_update),
7006         (ev_window_title_set_document), (ev_window_title_set_uri),
7007         (ev_window_title_free):
7008         * shell/ev-window-title.h:
7009         * shell/ev-window.c: (ev_window_setup_document),
7010         (ev_window_popup_password_dialog):
7011
7012         Refactor window title building while fixing it for
7013         password documents.
7014
7015 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7016
7017         * pdf/ev-poppler.cc:
7018
7019         Escape link title before setting it in the model
7020
7021 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7022
7023         * shell/ev-application.c: (removed_from_session), (save_session),
7024         (init_session), (ev_application_get_empty_window),
7025         (ev_application_init), (ev_application_get_windows):
7026         * shell/ev-application.h:
7027         * shell/ev-window.c: (ev_window_finalize):
7028
7029         Add a function to retrieve window list and share it where
7030         necessary.
7031         Implement session handling, works pretty well thanks to the
7032         metadata system.
7033
7034 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7035
7036         * shell/ev-password.c: (ev_password_item_created_callback),
7037         (ev_password_dialog_save_password):
7038         
7039         Fix for bug 316972. Use async gnome-keyring API.
7040
7041 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7042
7043         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7044         Remove unused unrealize handler. Add scroll handling to
7045         ev_view_scroll_event for presentation mode (bug #316708),
7046         and fix the event state checks there.
7047
7048 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7049
7050         * shell/ev-page-action.c: (page_changed_cb):
7051
7052         "marco, maybe we should be crazy and jump right to 6! :)"
7053
7054         Bryan Clark, Sep 2005
7055
7056 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7057
7058         * ps/ps-document.c: (save_document), (ps_document_save),
7059         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7060         (ps_document_ps_export_end):
7061
7062         Fix unstructured documents save and print
7063
7064 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7065
7066         * shell/ev-application.c: (ev_application_open_uri):
7067
7068         Fix window size persistance
7069
7070 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7071
7072         * shell/ev-view.c: (ev_view_button_release_event):
7073
7074         Based on a patch from carlosgc@gnome.org. Mouse buttons
7075         switch pages in presentation mode.
7076
7077 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7078
7079         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7080
7081         Dont cast to int before scaling
7082
7083 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7084
7085         * backend/ev-link.c: (ev_link_type_get_type),
7086         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7087         (ev_link_new_page_fith):
7088         * backend/ev-link.h:
7089         * pdf/ev-poppler.cc:
7090         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7091
7092         Implement FIT and FITH links
7093
7094 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7095
7096         * pdf/ev-poppler.cc:
7097
7098         Return 0 results when search is not in progress.
7099
7100         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7101         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7102
7103         Update menu sensitivity when cancelling search
7104
7105 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7106
7107         * shell/ev-view.c: (ev_view_can_find_next):
7108
7109         Take all pages in consideration, not just current one
7110
7111 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7112
7113         * shell/ev-page-cache.c:
7114         * shell/ev-page-cache.h:
7115         * shell/ev-view.c: (ev_view_binding_activated),
7116         (ev_view_next_page), (ev_view_previous_page),
7117         (ev_sizing_mode_get_type):
7118         * shell/ev-view.h:
7119         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7120         (ev_window_cmd_go_next_page):
7121
7122         Move page next/previous functions from page chace to
7123         view and change it to move by 2 page steps in dual mode.
7124
7125 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7126
7127         * shell/ev-window.c: (update_sidebar_visibility),
7128         (setup_sidebar_from_metadata), (ev_window_setup_document),
7129         (setup_view_from_metadata):
7130
7131         Show the index by default when there is one     
7132
7133 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7134
7135         * shell/ev-window-title.c: (ev_window_title_set_document):
7136
7137         Missing null check
7138
7139 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7140
7141         * shell/ev-view.c: (view_update_range_and_current_page):
7142         
7143         Allow display of last odd page in dual view. Fix for 316347.
7144
7145 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7146
7147         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7148         
7149         Make close button default. Fix for 316383.
7150
7151 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7152
7153         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7154         
7155         Mark close button as default. Fix for 316381.
7156
7157 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7158
7159         * backend/ev-link.c: (ev_link_class_init):
7160
7161         Allow negative doubles in left/top properties
7162
7163 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7164
7165         * shell/ev-window.c:
7166
7167         Remove a bunch of strings that was used only
7168         by the statusbar.
7169
7170 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7171
7172         * shell/ev-window-title.c: (get_filename_from_uri),
7173         (ev_window_title_set_document):
7174
7175         When title has a confusing extension, show also
7176         the document filename inside ()
7177
7178 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7179
7180         * shell/Makefile.am:
7181         * shell/ev-window-title.c: (ev_window_title_new),
7182         (ev_window_title_update), (ev_window_title_set_type),
7183         (ev_window_title_set_document), (ev_window_title_free):
7184         * shell/ev-window-title.h:
7185         * shell/ev-window.c: (ev_window_setup_document),
7186         (password_dialog_response), (ev_window_popup_password_dialog),
7187         (ev_window_dispose), (ev_window_init):
7188
7189         Factor out and cleanup window title code
7190
7191 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7192
7193         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7194         (unable_to_load):
7195
7196         Make dialog transient so it doesnt block other windows
7197
7198 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7199
7200         * pdf/ev-poppler.cc:
7201         
7202         Fix pdf thumbnails rendering.
7203
7204 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7205
7206         * shell/ev-window.c: (fullscreen_set_timeout):
7207         
7208         Increase timeout to hide full screen popup. Bug 
7209         316123. 
7210
7211 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7212
7213         * data/evince.schemas.in:
7214         * shell/ev-window.c: (update_action_sensitivity):
7215
7216         Allow the user to override document restrictions. Fix for bug
7217         305818.
7218
7219 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7220
7221         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7222         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7223         (ev_window_class_init): Fix multihead behaviour of fullscreen
7224         toolbar popup. Fixes bug #315451.
7225
7226 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7227
7228         * configure.ac:
7229         * data/evince-password.glade:
7230         * shell/ev-password.c: (ev_password_dialog_set_property),
7231         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7232         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7233         (ev_password_dialog_entry_changed_cb),
7234         (ev_password_dialog_entry_activated_cb),
7235         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7236         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7237         (ev_password_dialog_set_bad_pass):
7238         * shell/ev-password.h:
7239         * shell/ev-window.c: (password_dialog_response),
7240         (ev_window_popup_password_dialog):
7241         
7242         Support for gnome-keyring for encrypted PDF's.
7243
7244 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7245
7246         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7247         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7248         (ev_view_enter_notify_event), (ev_view_class_init):
7249         
7250         More precise handling of enter_notify/leave_notify events
7251         in EvView. Fix for bug 315470.
7252
7253 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7254
7255         * shell/ev-window.c: (fullscreen_timeout_cb),
7256         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7257         (ev_window_dispose):
7258
7259         leak fix: unref fullscreen_timeout_source before clearing it
7260
7261 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7262
7263         * configure.ac, dvi/mdvi/Makefile.am: 
7264         
7265         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7266
7267 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7268
7269         * backend/ev-link.c: (ev_link_new_page_xyz):
7270         * pdf/ev-poppler.cc:
7271         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7272
7273         Fix some bugs with xyz links, respect zoom
7274
7275 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7276
7277         * shell/ev-window.c: (page_changed_cb),
7278         (setup_document_from_metadata), (update_sidebar_visibility),
7279         (setup_view_from_metadata), (ev_window_run_fullscreen),
7280         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7281         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7282         (ev_window_dual_mode_changed_cb),
7283         (ev_window_sidebar_current_page_changed_cb):
7284
7285         null check uri before setting and getting metadata
7286
7287 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7288
7289         * dvi/Makefile.am:
7290         * properties/Makefile.am:
7291         * shell/Makefile.am:
7292         * thumbnailer/Makefile.am:
7293
7294         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7295
7296 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7297
7298         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7299         (selection_changed_callback):
7300         * shell/ev-sidebar-links.h:
7301
7302         Add a signal for link activation.
7303
7304         * shell/ev-view.c: (ev_view_goto_link),
7305         (ev_view_button_release_event):
7306         * shell/ev-view.h:
7307         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7308         (ev_window_init):
7309
7310         Implement the signal so that we can handle all link types.
7311
7312         * shell/ev-page-cache.c:
7313
7314         Remove unused set_link function
7315
7316 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7317
7318         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7319
7320         Add some space from the cursor, hardcoded but I couldnt
7321         find a better way.
7322
7323 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7324
7325         * lib/ev-tooltip.c:
7326
7327         Use mozilla style vs gtk style, way better for links.
7328
7329         * shell/ev-view.c: (ev_view_motion_notify_event),
7330         (ev_view_destroy), (ev_view_init):
7331
7332         Deactive tooltip when the link hovered is changed.
7333
7334 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7335
7336         * backend/ev-document.h:
7337         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7338         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7339         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7340         (ev_link_new_page), (ev_link_new_page_xyz):
7341         * backend/ev-link.h:
7342         * pdf/ev-poppler.cc:
7343         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7344         (go_to_link), (tip_from_link):
7345
7346         Implement xyz links, still not functional. Links are a total
7347         mess, will need to refactor and bugfix a lot :(
7348
7349 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7350
7351         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7352
7353 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7354
7355         * data/evince-ui.xml:
7356         * data/evince.schemas.in:
7357         * shell/Makefile.am:
7358         * shell/ev-window.c: (update_chrome_visibility),
7359         (password_dialog_response), (ev_window_load_job_cb),
7360         (ev_window_xfer_job_cb), (ev_window_open_uri),
7361         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7362         (ev_window_init):
7363
7364         Remove the statusbar. This regress loading feedback, need to
7365         check with Bryan what we want to do there...
7366
7367 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7368
7369         * lib/ev-tooltip.c: (ev_tooltip_init):
7370
7371         Fix tooltip border and size handling
7372
7373 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7374
7375         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7376         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7377         (ev_tooltip_timeout), (ev_tooltip_activate),
7378         (ev_tooltip_deactivate):
7379         * lib/ev-tooltip.h:
7380         * shell/ev-view.c: (ev_view_motion_notify_event):
7381
7382         Delay popup showing. Mirror gtk logic/times.
7383
7384 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7385
7386         * lib/Makefile.am:
7387         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7388         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7389         (ev_tooltip_set_text), (ev_tooltip_set_position):
7390         * lib/ev-tooltip.h:
7391
7392         Simple widget to show tooltips at a custom position
7393
7394         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7395         (ev_view_destroy):
7396
7397         Use it for links. First go, needs work
7398
7399 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7400
7401         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7402         HIG fixes.  Use title capitalization for window title. Use 12 
7403         pixels of space between the dialog's vbox and action area.
7404
7405 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7406
7407         * shell/ev-window.c: (file_open_dialog_response_cb),
7408         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7409         (ev_window_cmd_save_as):
7410
7411         Make file pickers not modal and refactor code some
7412
7413 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7414
7415         * shell/ev-sidebar.h:
7416         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7417         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7418         (ev_sidebar_class_init), (ev_sidebar_select_page),
7419         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7420         (ev_sidebar_set_page):
7421
7422         Add a current page property and allow to get/set it
7423
7424         * shell/ev-window.c: (setup_view_from_metadata),
7425         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7426
7427         Persist current sidebar page per document
7428
7429 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7430
7431         * data/evince.schemas.in:
7432         * shell/ev-window.c: (update_chrome_visibility),
7433         (setup_document_from_metadata), (update_sidebar_visibility),
7434         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7435         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7436         (ev_window_run_presentation), (ev_window_stop_presentation),
7437         (ev_window_view_sidebar_cb),
7438         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7439         (load_chrome), (ev_window_init):
7440
7441         Persist size/visibility of sidebar per document
7442
7443 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7444
7445         * shell/ev-view.c (draw_loading_text): Draw loading text.
7446
7447 2005-09-02  Dan Damian  <dand@gnome.ro>
7448
7449         * configure.in: Added "ro" to ALL_LINGUAS.
7450
7451 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7452
7453         * shell/ev-view.c: (clear_caches):
7454
7455         ev_page_cache_get doesnt return a reference,
7456         dont try to unref it.
7457
7458 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7459
7460         * shell/main.c: (load_files_remote):
7461
7462         Fix timestamp parameter with dbus <= 0.33
7463
7464 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7465
7466         * data/evince.schemas.in:
7467
7468         Add missing full stop
7469
7470 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7471
7472         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7473         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7474
7475         Plug some memory leaks
7476
7477 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7478
7479         * configure.ac:
7480         * lib/ev-debug.c: (trap_handler):
7481
7482         Check for execinfo.h and use it only if it exists.
7483         Ported from Epiphany (bug #314776).
7484
7485 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7486
7487         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7488
7489 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7490
7491         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7492         * po/id.po      : Added Indonesian translation
7493
7494 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7495
7496         * shell/main.c:
7497         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7498         * NEWS: Release 0.4.0
7499
7500 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7501
7502         * configure.ac: catch another gtk+-2.8ism
7503         * shell/main.c: Make work with gtk+-2.6
7504
7505 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7506
7507         * shell/ev-application-service.xml: Add 'timestamp' argument to
7508           ev_application_open_window and ev_application_open_uri methods.
7509
7510         * shell/ev-application.h: Add 'timestamp' argument to
7511           ev_application_open_window, ev_application_open_uri,
7512           and ev_application_open_uri_list functions.
7513
7514         * shell/ev-application.c (ev_application_open_window,
7515           ev_application_open_uri, ev_application_open_uri_list): Change
7516           functions that show/present windows to use a timestamp if one
7517           is passed in.
7518
7519         * shell/ev-window.c (ev_window_cmd_file_open,
7520           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7521         * shell/main.c (load_files): Modify calls to ev_application to
7522           include GDK_CURRENT_TIME as timestamp.
7523
7524         * shell/main.c (load_files_remote): Obtain timestamp for client
7525           instance from GDK and pass to server instance so new windows are
7526           focused properly.  Fix dbus_g_proxy_call() calls by including second
7527           G_TYPE_INVALID.
7528           
7529         Closes bug #314475.
7530
7531 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7532
7533         * shell/ev-window.c (ev_window_finalize): Check for
7534         avail. EvWindows when quiting to handle the finalize better,
7535         #314497
7536
7537 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7538         
7539         * properties/ev-properties-view.c: 
7540         
7541         Set textdomain to libglade. Fixes translation problem in property page.
7542
7543 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7544
7545         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7546         * dvi/Makefile.am:
7547         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7548         * dvi/mdvi-lib/Makefile.am:
7549         
7550         Fix rotation of thumbnails, ported to new API. Moved library
7551         dependencies earlier, probably it will fix linkage problem.
7552
7553 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7554
7555         * backend/ev-document-misc.c:
7556         (ev_document_misc_get_thumbnail_frame):
7557         * backend/ev-document-misc.h:
7558         * configure.ac:
7559         * pdf/ev-poppler.cc:
7560         * shell/Makefile.am:
7561         * shell/ev-sidebar-thumbnails.c: (add_range),
7562         (ev_sidebar_thumbnails_set_loading_icon),
7563         (ev_sidebar_thumbnails_refresh),
7564         (ev_sidebar_thumbnails_set_document):
7565         * shell/ev-sidebar-thumbnails.h:
7566         * shell/ev-view.c: (ev_view_motion_notify_event),
7567         (ev_view_set_property), (ev_view_get_property),
7568         (ev_view_class_init), (ev_view_set_rotation):
7569         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7570         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7571         (ev_window_init):
7572         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7573         Redo rotation (again).  prepare for 0.4.0
7574
7575 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7576
7577         * configure.ac: Bump poppler requirement to 0.4.1.
7578
7579         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7580         argument to poppler_page_render_selection() call.
7581
7582 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7583
7584         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7585         (djvu_document_thumbnails_get_thumbnail):
7586         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7587         (dvi_document_thumbnails_get_thumbnail):
7588         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7589         (pixbuf_document_thumbnails_get_thumbnail):
7590         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7591         
7592         Update rotation direction of backends to fit with pdf and ps.
7593
7594 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7595
7596         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7597         * backend/ev-async-renderer.h:
7598         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7599         (setup_page), (ps_document_get_page_size),
7600         (ps_async_renderer_render_pixbuf):
7601         * ps/ps-document.h:
7602         * shell/ev-jobs.c: (ev_job_render_run):
7603
7604         Fix orientation in the postscript document
7605
7606 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7607
7608         * pdf/ev-poppler.cc:
7609         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7610         * shell/ev-view.c: (highlight_find_results):
7611
7612         Adapt to the new poppler rotation API. Fix text maps on landscape
7613         documents.
7614
7615 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7616
7617         * shell/ev-view.c (compute_new_selection_text): get the correct
7618         region when selecting in modes other than continuous.
7619
7620 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7621
7622         * shell/main.c (main): remove redundant g_warnings.
7623
7624 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7625
7626         * shell/Makefile.am: Don't include autogenerated
7627         file ev-application-service.h into distribution, since
7628         it causes dbus crash. Fix for bugs 313724 and 313443. 
7629
7630 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7631
7632         * configure.ac: Fix sed expression for FreeBSD. Thanks
7633         to Joe Marcus Clark <marcus@freebsd.org>
7634         
7635         * shell/eggfindbar.c: (entry_activate_callback),
7636         (entry_changed_callback), (egg_find_bar_init),
7637         (egg_find_bar_set_search_string):
7638         
7639         Made findbar buttons unsensitive if there is no text in
7640         entry. Fix for the bug 313285.
7641
7642 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7643
7644         * ps/ps-document.c: Use g_filename_display_name for displaying
7645         filenames and revert string freeze breackage
7646
7647 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7648
7649         * NEWS:
7650         * configure.ac:
7651
7652         Update for 0.3.4
7653
7654         * shell/Makefile.am:
7655
7656         Add ev-application-service.xml to extra dist
7657
7658         * shell/ev-view.c: (find_page_at_location):
7659
7660         Remove unused function (fix warning)
7661
7662 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7663
7664         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7665         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7666         
7667         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7668         bug 313623.
7669
7670 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7671
7672         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7673         * shell/ev-window.c:
7674         Fix build warnings
7675
7676 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7677
7678         * configure.ac: Update script to get dbus version.
7679         Fix for the bug #313443.
7680
7681 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7682
7683         * shell/ev-window.c: (ev_window_cmd_escape):
7684         
7685         Return focus back to view on escape. Fix for bug 313295.
7686
7687 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7688
7689         * shell/ev-window.c: (update_window_title),
7690         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7691         (ev_window_cmd_save_as):
7692         
7693         Correct conversion from uri to displayable string. Fix for
7694         bug 313296.
7695
7696 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7697
7698         * ps/ps-document.c: convert filename to utf8 when there is an error
7699         loading document. Fixes #309915
7700
7701 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7702
7703         * configure.ac:
7704
7705         We depend on poppler 0.4.0
7706
7707 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7708
7709         * configure.ac:
7710         * NEWS: Release 0.3.3.
7711         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7712
7713 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7714
7715         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7716         add a couple missing mnemonics to menu items, use title 
7717         capitalization for menu items and window titles, and add 
7718         ellipsis to open menu item.     
7719
7720 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7721
7722         * pdf/ev-poppler.cc:
7723         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7724         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7725         (ev_view_get_rotation):
7726         * shell/ev-view.h:
7727         * shell/ev-window.c: (setup_view_from_metadata),
7728         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7729         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7730         disk.
7731
7732 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7733
7734         * configure.ac: Added tr to ALL_LINGUAS
7735
7736 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7737
7738         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7739         requires several clicks to find word. Thanks to 
7740         Colin Slater <kiltedtaco@gmail.com>.
7741
7742 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7743
7744         * data/evince.desktop.in.in: Hide menu entry and
7745         rename it to "Document Viewer". Fix for bug 
7746         #312399.
7747
7748 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7749
7750         * shell/ev-page-action.c (ev_page_action_class_init): 
7751
7752         Point to the correct function in constructor of the
7753         activate_label signal
7754
7755 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7756
7757         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7758         * shell/ev-jobs.h: Make thread safe.
7759
7760 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7761
7762         * shell/ev-view.c: (view_update_range_and_current_page):
7763         Don't update page range if we are scrolling to some document
7764         point.
7765
7766 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7767
7768         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7769         when getting max_page_width, fix drawing in dual mode.
7770
7771 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7772
7773         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7774         getting the area for select_all.
7775
7776 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7777
7778         * backend/ev-selection.c: (ev_selection_render_selection):
7779         * backend/ev-selection.h:
7780         * pdf/ev-poppler.cc:
7781         * shell/ev-jobs.c: (ev_job_render_new):
7782         * shell/ev-jobs.h:
7783         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7784         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7785         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7786         (ev_view_class_init):
7787
7788         Change selection color on focus in and focus out events.  Also,
7789         poppler now uses GdkColor for specifying the selection colors, so
7790         drop some awkward conversion code.
7791
7792 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7793
7794         * configure.ac: Added Hebrew translation
7795
7796 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7797
7798         * NOTES:
7799         * backend/ev-selection.c: (ev_selection_render_selection):
7800         * backend/ev-selection.h:
7801         * pdf/ev-poppler.cc:
7802         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7803         (ev_job_render_run):
7804         * shell/ev-jobs.h:
7805         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7806         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7807         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7808         (ev_pixbuf_cache_style_changed),
7809         (ev_pixbuf_cache_get_selection_pixbuf),
7810         (ev_pixbuf_cache_set_selection_list),
7811         (ev_pixbuf_cache_get_selection_list):
7812         * shell/ev-pixbuf-cache.h:
7813         * shell/ev-utils.c: (ev_print_region_contents):
7814         * shell/ev-utils.h:
7815         * shell/ev-view.c: (ev_view_queue_draw_page),
7816         (selection_update_idle_cb), (ev_view_motion_notify_event),
7817         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7818         (setup_caches), (ev_view_find_next), (merge_selection_region),
7819         (selection_free):
7820         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7821
7822         Clean up selection to be much smoother!
7823
7824 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7825
7826         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7827         to poppler_page_render_selection().
7828
7829 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7830
7831         * ps/ps-document.c: (save_page_list): Use
7832         unzipped document when printing. Thanks to 
7833         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7834         311016.
7835
7836 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7837
7838         * shell/ev-window.c: (update_action_sensitivity):
7839         
7840         Disable print and save respect to lockdown gconf keys. Fix
7841         for 312342.
7842
7843 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7844
7845         * configure.ac:
7846         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7847         (write_to_temp_file), (ev_file_set_contents):
7848         * shell/ev-utils.h:
7849         * shell/ev-window.c: (save_print_config_to_file):
7850         
7851         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7852         Fix for bug 312238
7853
7854 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7855
7856         * shell/ev-window.c: (load_print_config_from_file),
7857         (save_print_config_to_file), (ev_window_print_range):
7858
7859         Persist the print settings. Fixes bug #311578.
7860
7861 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7862
7863         * djvu/djvu-document.c: (djvu_document_get_page_size),
7864         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7865         (djvu_document_thumbnails_get_thumbnail):
7866         * dvi/dvi-document.c: (dvi_document_get_page_size),
7867         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7868         (dvi_document_thumbnails_get_dimensions),
7869         (dvi_document_thumbnails_get_thumbnail):
7870         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7871         (pixbuf_document_render_pixbuf),
7872         (pixbuf_document_document_iface_init),
7873         (pixbuf_document_thumbnails_get_thumbnail):
7874         
7875         Update backends to make them build with new rotation system.
7876
7877 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7878
7879         * help/C/figures/evince_start_window.png:
7880         
7881         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7882
7883 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7884
7885         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7886         * shell/ev-pixbuf-cache.h:
7887         * shell/ev-sidebar-thumbnails.c:
7888         (ev_sidebar_thumbnails_get_property), (add_range),
7889         (adjustment_changed_cb):
7890         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7891         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7892         we were thumbnailing the entire docment on startup, slowing us
7893         down hugely. 
7894
7895 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7896
7897         * shell/ev-page-cache.c: (ev_page_cache_new):
7898         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7899         == 0, fixes #310306.
7900
7901 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7902
7903         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7904         (ev_view_rotate_left):
7905
7906         Account rotation in doc_rect_to_view_rect.
7907         Ensure rotation doesnt go out of bounds.
7908
7909 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7910
7911         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7912
7913         Correct and cleanup w/h swapping
7914
7915 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7916
7917         * backend/ev-document-thumbnails.c:
7918         (ev_document_thumbnails_get_thumbnail):
7919         * backend/ev-document-thumbnails.h:
7920         * backend/ev-document.c:
7921         * backend/ev-document.h:
7922         * backend/ev-render-context.c: (ev_render_context_new),
7923         (ev_render_context_set_rotation):
7924         * backend/ev-render-context.h:
7925         * pdf/ev-poppler.cc:
7926         * ps/ps-document.c: (ps_document_document_iface_init):
7927         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7928         * shell/ev-jobs.h:
7929         * shell/ev-page-cache.c: (build_height_to_page),
7930         (ev_page_cache_new), (ev_page_cache_get_size),
7931         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7932         (ev_page_cache_get_height_to_page):
7933         * shell/ev-page-cache.h:
7934         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7935         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7936         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7937         (ev_pixbuf_cache_get_selection_pixbuf):
7938         * shell/ev-pixbuf-cache.h:
7939         * shell/ev-print-job.c: (idle_print_handler):
7940         * shell/ev-sidebar-thumbnails.c: (add_range):
7941         * shell/ev-view.c: (view_update_range_and_current_page),
7942         (get_page_y_offset), (get_page_extents),
7943         (ev_view_size_request_continuous_dual_page),
7944         (ev_view_size_request_continuous),
7945         (ev_view_size_request_dual_page),
7946         (ev_view_size_request_single_page), (draw_one_page),
7947         (ev_view_set_rotation), (ev_view_rotate_right),
7948         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7949         (ev_view_zoom_for_size_continuous_and_dual_page),
7950         (ev_view_zoom_for_size_continuous),
7951         (ev_view_zoom_for_size_dual_page),
7952         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7953         (ev_view_select_all):
7954         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7955         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7956         (tiff_document_document_iface_init),
7957         (tiff_document_thumbnails_get_thumbnail):
7958
7959         Use rotation rather than orientation. It's easier and enough
7960         for our needs.
7961
7962 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7963
7964         * shell/ev-page-cache.c: (build_height_to_page),
7965         (ev_page_cache_new), (ev_page_cache_get_size),
7966         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7967         (ev_page_cache_get_height_to_page):
7968         * shell/ev-page-cache.h:
7969         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7970         (ev_view_size_request_continuous_dual_page),
7971         (ev_view_size_request_continuous),
7972         (ev_view_zoom_for_size_continuous_and_dual_page),
7973         (ev_view_zoom_for_size_continuous):
7974
7975         Make the page cache aware of page orientation.
7976
7977 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7978
7979         * backend/ev-document-thumbnails.c:
7980         (ev_document_thumbnails_get_thumbnail):
7981         * backend/ev-document-thumbnails.h:
7982         * backend/ev-document.c:
7983         * backend/ev-document.h:
7984         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7985         * backend/ev-ps-exporter.h:
7986         * pdf/ev-poppler.cc:
7987         * ps/ps-document.c: (ps_document_document_iface_init),
7988         (ps_document_ps_export_do_page):
7989         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7990         * shell/ev-jobs.h:
7991         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7992         (ev_page_cache_get):
7993         * shell/ev-page-cache.h:
7994         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7995         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7996         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7997         * shell/ev-pixbuf-cache.h:
7998         * shell/ev-print-job.c: (idle_print_handler):
7999         * shell/ev-sidebar-thumbnails.c: (add_range):
8000         * shell/ev-view.c: (view_update_range_and_current_page),
8001         (get_page_extents), (ev_view_size_request_dual_page),
8002         (ev_view_size_request_single_page), (draw_one_page),
8003         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8004         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8005         (ev_view_zoom_for_size_dual_page),
8006         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8007         (ev_view_select_all):
8008         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8009         * tiff/tiff-document.c: (tiff_document_get_page_size),
8010         (tiff_document_get_orientation), (rotate_pixbuf),
8011         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8012         (tiff_document_thumbnails_get_thumbnail),
8013         (tiff_document_ps_export_do_page), (tiff_document_init):
8014
8015         Really make use of the orientation bit of the render context.
8016         Use the render context in a few more places in the backend API.
8017         This regress orientation, but now it's done right. Will try to
8018         fix it up asap...
8019
8020 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8021
8022         * shell/ev-view.c: (ensure_rectangle_is_visible):
8023
8024         Patch by Nickolay V. Shmyrev to fix find flickering
8025
8026 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8027
8028         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8029         duplex parameters to ::begin.
8030
8031         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8032         * shell/ev-print-job.c (idle_print_handler): 
8033         * ps/ps-document.c (ps_document_ps_export_begin): 
8034         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8035         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8036         implementations. Poppler backend needs poppler cvs. Rest has
8037         unchanged behavior.
8038
8039 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8040
8041         * shell/ev-window.c (using_pdf_printer): new function.
8042         (ev_window_print_range): print a less techy message if someone
8043         tries to print to PDF.
8044
8045 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8046
8047         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8048         from "unknown font" string. Bug #311431
8049
8050 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8051
8052         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8053
8054 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8055
8056         Bug #311280
8057         
8058         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8059         name for PopplerFontTypes
8060         (pdf_document_fonts_fill_model): add font type to the detail column
8061
8062         * backend/ev-document-fonts.h: added
8063         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8064
8065         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8066         font name and font details, add a little markup.
8067         (ev_properties_fonts_init): use the new cell data func, specify ypad
8068         property for the cell renderer.
8069         (ev_properties_fonts_set_document): add the details column.
8070
8071 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8072
8073         * configure.ac: Added "pl" to ALL_LINGUAS.
8074
8075 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8076
8077         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8078
8079 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8080
8081         * help/ChangeLog: Started this for translations of manual.
8082         * configure.ac, autogen.sh, .cvsignore: Migrated to
8083         gnome-doc-utils. Patch in bug #311222.
8084
8085 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8086
8087         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8088         #ifdef this away to fix an unused-function warning.
8089
8090 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8091
8092         * configure.ac: Added 'gl' to ALL_LINGUAS.
8093
8094 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8095
8096         * configure.ac: Added ne in ALL_LINGUAS
8097         
8098 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8099
8100         * shell/ev-view.c: (ev_view_leave_notify_event):
8101         
8102         Clear status message when pointer leaves view. Fix for bug
8103         #310818 
8104
8105 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8106
8107         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8108
8109 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8110
8111         * shell/ev-view.c: (ev_view_leave_notify_event),
8112         (ev_view_class_init):
8113         
8114         Set cursor to normal then leaving view.
8115
8116 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8117
8118         * configure.ac:
8119         
8120         Fix required djvulibre version.
8121
8122 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8123
8124         *configure.ac: Hindi (hi) language added
8125
8126 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8127
8128         *configure.ac: Punjabi (pa) Language added
8129
8130 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8131
8132         * data/evince-ui.xml, shell/ev-window.c:
8133         
8134         Add keypad accelerators for zooming. Fix for bug 308128.
8135
8136 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8137
8138         * Makefile.am:
8139         * backend/Makefile.am:
8140         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8141         * configure.ac:
8142         * shell/ev-document-types.c: (ev_document_types_add_filters):
8143
8144         Allow to enable/disable the pixbuf backend.
8145         Default to off for now. If we want it enabled we should
8146         really put mime types in the desktop, implement properties etc.
8147
8148         * properties/evince-properties.c:
8149
8150         Initialize error to NULL.
8151         Check error is not NULL before freeing.
8152
8153 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8154
8155         * shell/ev-window.c:
8156
8157         Use F5 as presentation accell
8158
8159 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8160
8161         * shell/ev-window.c: (update_chrome_visibility),
8162         (ev_window_create_fullscreen_popup), (ev_window_init):
8163
8164         Do not leak the fullscreen toolbar
8165
8166 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8167
8168         * shell/ev-window.c: (view_actions_focus_in_cb),
8169         (view_actions_focus_out_cb):
8170
8171         These has a return value! Fix totally random focus
8172         issues we was seeing.
8173
8174 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8175
8176         * shell/main.c: (load_files_remote):
8177
8178         Allow open more than one file
8179
8180 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8181
8182         * shell/main.c: (load_files_remote):
8183
8184         Fix for dbus 0.33. bug #309975
8185
8186 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8187
8188         * properties/ev-properties-main.c: (ev_properties_get_pages):
8189
8190         Actually return NULL for types we dont support
8191
8192 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8193
8194         * po/POTFILES.in:
8195
8196         Remove empty lines.
8197
8198 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8199
8200         * backend/ev-document-factory.c:
8201         (ev_document_factory_get_document):
8202
8203         Do not try to create the object if type
8204         is invalid.
8205
8206 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8207
8208         * ps/ps-document.c: (ps_document_dispose),
8209         (ps_async_renderer_render_pixbuf):
8210         * ps/ps-document.h:
8211
8212         Do not leak the target window
8213
8214 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8215
8216         * shell/ev-application.c: (ev_application_init):
8217
8218         Let tbe check file existence for us.
8219         Add a comment about eggrecent mime filter.
8220
8221 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8222
8223         * data/evince-ui.xml:
8224         * shell/ev-application.c: (ev_application_shutdown),
8225         (ev_application_init), (ev_application_get_toolbars_model),
8226         (ev_application_get_recent_model),
8227         (ev_application_save_toolbars_model):
8228         * shell/ev-application.h:
8229         * shell/ev-window.c: (ev_window_add_recent),
8230         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8231         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8232         (ev_window_init):
8233
8234         Use common toolbar and recent models for all windows.
8235         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8236
8237 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8238
8239         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8240         successfully check for gtk_icon_view_get_visible_range.
8241
8242 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8243
8244         * djvu/Makefile.am:
8245         * dvi/Makefile.am:
8246         
8247         Fix djvu and dvi backend build.
8248
8249 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8250
8251         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8252         (new_separator_pixbuf):
8253
8254         Don't leak windows.
8255
8256 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8257
8258         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8259
8260         HIGification of toolbar editor dialogue.
8261
8262 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8263
8264         * configure.ac:
8265         * shell/Makefile.am:
8266
8267         Ever build metadata manager since it's just
8268         disabled at runtime now.
8269
8270 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8271
8272         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8273         (ev_metadata_manager_get), (ev_metadata_manager_set):
8274         * shell/ev-metadata-manager.h:
8275
8276         Add an _init functions that enabled metadata management
8277         at runtime.
8278
8279         * shell/ev-window.c: (page_changed_cb),
8280         (setup_document_from_metadata), (ev_window_setup_document),
8281         (setup_view_from_metadata), (ev_window_open_uri),
8282         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8283         (ev_window_run_presentation), (ev_window_stop_presentation),
8284         (save_sizing_mode), (ev_window_zoom_changed_cb),
8285         (ev_window_continuous_changed_cb),
8286         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8287         (window_configure_event_cb):
8288
8289         Remove all ugly metadata define since we deal with it
8290         at runtime now.
8291
8292         * shell/main.c: (load_files_remote), (main):
8293
8294         Add support for dbus cvs head. Hopefully didnt break one
8295         of the other versions now!
8296
8297         If we dont get a response from the dbus server just
8298         give up with it and not enable metadata.
8299
8300 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8301
8302         * Makefile.am:
8303         * backend/Makefile.am:
8304         * configure.ac:
8305         * cut-n-paste/recent-files/Makefile.am:
8306         * cut-n-paste/toolbar-editor/Makefile.am:
8307         * cut-n-paste/zoom-control/Makefile.am:
8308         * lib/Makefile.am:
8309         * pdf/Makefile.am:
8310         * pixbuf/Makefile.am:
8311         * properties/Makefile.am:
8312         * ps/Makefile.am:
8313         * shell/Makefile.am:
8314         * thumbnailer/Makefile.am:
8315         * tiff/Makefile.am:
8316
8317         Make frontends depend on just libev.
8318         Rework and group CFLAGS/LIBS definitions.
8319         Cleanups.
8320
8321 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8322
8323         * shell/ev-window:
8324
8325         do not unnecessarily save zoom
8326
8327         * configure.ac:
8328         * lib/ev-file-helpers.c: (ev_dot_dir):
8329         * shell/Makefile.am:
8330         * shell/dummy.cc:
8331
8332         Some cleanups
8333
8334 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8335
8336         * configure.ac:
8337         
8338         Remove unnecessary dependencies
8339
8340 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8341
8342         * properties/Makefile.am:
8343         * thumbnailer/Makefile.am:
8344         * tiff/Makefile.am:
8345
8346         Some more cleanups. Was really necessary
8347         but I probably introduced bugs, feel free
8348         to flame :)
8349
8350 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8351
8352         * backend/Makefile.am:
8353         * configure.ac:
8354         * cut-n-paste/recent-files/Makefile.am:
8355         * cut-n-paste/toolbar-editor/Makefile.am:
8356         * cut-n-paste/zoom-control/Makefile.am:
8357         * lib/Makefile.am:
8358         * pdf/Makefile.am:
8359         * pixbuf/Makefile.am:
8360         * properties/Makefile.am:
8361         * ps/Makefile.am:
8362         * shell/Makefile.am:
8363         * thumbnailer/Makefile.am:
8364         * tiff/Makefile.am:
8365
8366         Use gnome-common macros when possible.
8367         Cleanup dependencies.
8368         Actually disable deprecated where possible.
8369
8370 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8371
8372         * Makefile.am:
8373         * backend/Makefile.am:
8374         * properties/Makefile.am:
8375         * shell/Makefile.am:
8376         * thumbnailer/Makefile.am:
8377
8378         This should solve the circular dep without
8379         requiring dir reorg!
8380
8381         * shell/ev-window.c: (setup_view_from_metadata):
8382
8383         Never restore window size/position when the
8384         window is already visible.
8385
8386 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8387
8388         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8389
8390         Return a boolean from timeout func. Fix ported from gedit.
8391
8392 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8393
8394         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8395
8396 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8397
8398         * shell/ev-document-types.c: set "All Documents" as default filter in
8399         open dialog
8400
8401 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8402
8403         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8404         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8405         (ev_metadata_manager_set_boolean): fix value/val thinko.
8406
8407 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8408
8409         * shell/ev-window.c: (setup_view_from_metadata),
8410         (window_state_event_cb), (window_configure_event_cb),
8411         (ev_window_init):
8412
8413         Remember window position and maximized state
8414
8415 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8416
8417         * configure.ac:
8418
8419         Fix DBUS configure checks.
8420
8421         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8422         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8423         (ev_metadata_manager_set_boolean):
8424
8425         Plug mem leaks.
8426
8427         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8428         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8429         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8430         (ev_window_continuous_changed_cb),
8431         (ev_window_dual_mode_changed_cb), (ev_window_new):
8432
8433         Fix the build without DBUS.
8434
8435 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8436
8437         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8438         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8439         (ev_metadata_manager_set_string),
8440         (ev_metadata_manager_set_boolean):
8441         * shell/ev-metadata-manager.h:
8442
8443         Add support for some more types
8444
8445         * shell/ev-view.c: (scroll_to_current_page),
8446         (ev_view_get_continuous), (ev_view_set_continuous),
8447         (ev_view_get_dual_page):
8448         * shell/ev-view.h:
8449         * shell/ev-window.c: (page_changed_cb),
8450         (setup_document_from_metadata), (ev_window_setup_document),
8451         (setup_view_from_metadata), (ev_window_open_uri),
8452         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8453         (ev_window_run_presentation), (ev_window_stop_presentation),
8454         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8455         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8456         (ev_window_update_dual_page_action),
8457         (ev_window_continuous_changed_cb),
8458         (ev_window_dual_mode_changed_cb), (ev_window_init):
8459
8460         Remember a bunch of view/document properties. Prolly some
8461         are still missing but it's getting interesting.
8462
8463 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8464
8465         * configure.ac: check if dbus-binding-tool is installed. Not the
8466         case on current Ubuntu breezy, it seems.
8467
8468 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8469
8470         * data/evince.desktop.in.in:
8471         
8472         Allow open uri lists and add TryExec field.
8473
8474 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8475
8476         * configure.ac:
8477
8478         Enable dbus when available, do not require a configure
8479         option.
8480
8481 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8482
8483         * configure.ac:
8484
8485         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8486         disabled.
8487
8488 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8489         Marco Pesenti Gritti  <mpg@redhat.com>
8490
8491         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8492         
8493         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8494         functions to the format required by dbus
8495
8496         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8497         errors. Use the RPC parameters in the expected way
8498
8499 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8500
8501         * Makefile.am:
8502         * properties/Makefile.am:
8503         * properties/ev-properties-main.c: (ev_properties_get_pages):
8504
8505         Support all mime types
8506
8507         * shell/Makefile.am:
8508         * thumbnailer/Makefile.am:
8509         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8510         (evince_thumbnail_pngenc_get):
8511
8512         Use the document factory
8513
8514 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8515
8516         * backend/Makefile.am:
8517         * backend/ev-document-factory.c:
8518         (mime_type_supported_by_gdk_pixbuf),
8519         (ev_document_type_get_from_mime),
8520         (ev_document_factory_get_document),
8521         (ev_document_factory_get_backend),
8522         (ev_document_factory_get_mime_types),
8523         (ev_document_factory_get_all_mime_types):
8524         * backend/ev-document-factory.h:
8525         * shell/Makefile.am:
8526         * shell/ev-document-types.c: (get_document_from_uri),
8527         (ev_document_types_get_document),
8528         (file_filter_add_mime_list_and_free),
8529         (ev_document_types_add_filters):
8530         * shell/ev-document-types.h:
8531         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8532         * shell/ev-properties-dialog.c:
8533         (ev_properties_dialog_set_document):
8534         * shell/ev-window.c: (ev_window_cmd_file_open),
8535         (ev_window_cmd_save_as):
8536         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8537
8538         Rework document types managing to avoid code duplication
8539         and actually abstract from backend implementations.
8540         Also provide a minimal factory api that can be used by
8541         thumbnailer/properties.
8542
8543 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8544
8545         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8546         Plug a mem leak.
8547         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8548         HIG spacings.
8549
8550 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8551
8552         * shell/ev-properties-dialog.c
8553         (ev_properties_dialog_set_document): only call
8554         ev_properties_fonts_set_document() if the document implements the
8555         fonts interface
8556
8557 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8558
8559         * configure.ac:
8560         * properties/Makefile.am:
8561         * properties/ev-properties-view.c:
8562         (ev_properties_view_register_type):
8563         * properties/ev-properties-view.h:
8564         * properties/ev-properties-main.h:
8565
8566         Implement nautilus plugin for properties.
8567         Works only for pdf atm, I need to rework the
8568         document types stuff to get this to work
8569         for all backends...
8570
8571 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8572
8573         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8574         (ev_properties_fonts_set_document): use
8575         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8576
8577 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8578
8579         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8580         them
8581         (PlaceImage, tiff2ps_process_page): use
8582         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8583
8584
8585 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8586
8587         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8588         (main): to call gnome_authentication_manager_init. Should fix
8589         Bug #308510
8590
8591         * configure.ac: that requires libgnomeui 2.6.0.
8592
8593 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8594
8595         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8596         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8597         use the new tiff2ps interfaces
8598
8599         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8600         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8601
8602         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8603         structure instead of global variables.  Remove use of static
8604         variables in functions.
8605
8606 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8607
8608         * shell/ev-page-action.c: unref the completion after setting it to the
8609         entry
8610
8611 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8612
8613         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8614         postscript files
8615
8616 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8617
8618         * shell/ev-window.c (update_action_sensitivity): disable
8619         File->Print if the document does not implement the ps exporter
8620         interface
8621
8622 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8623
8624         * Makefile.am:
8625         * configure.ac:
8626         * data/evince-properties.glade:
8627         * properties/.cvsignore:
8628         * properties/Makefile.am:
8629         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8630         (ev_properties_view_class_init), (ev_properties_view_format_date),
8631         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8632         (ev_properties_view_init), (ev_properties_view_new):
8633         * properties/ev-properties-view.h:
8634         * shell/Makefile.am:
8635         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8636         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8637         (ev_properties_dialog_new):
8638         * shell/ev-properties-dialog.h:
8639         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8640         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8641         (update_progress_label), (job_fonts_finished_cb),
8642         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8643         * shell/ev-properties-fonts.h:
8644         * shell/ev-properties.c:
8645         * shell/ev-properties.h:
8646         * shell/ev-window.c: (ev_window_setup_document),
8647         (ev_window_cmd_file_properties):
8648
8649         Split the properties pages in two different objects, depend
8650         only on the backend where possible, use widgets instead
8651         of gobject for the glade part, reimplement the dialog
8652         itself with gtk.
8653         I need this to implement nautilus properties page.
8654
8655 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8656
8657         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8658         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8659         (tiff_document_document_ps_exporter_iface_init): implement the ps
8660         exporter interface for tiff documents
8661
8662         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8663         libtiff to implement TIFF postscript export
8664
8665         * tiff/tiff2ps.h: added a header file for external tiff2ps
8666         functions.
8667
8668         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8669         tiff2ps.h
8670
8671 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8672
8673         * shell/ev-view.c: (scroll_to_current_page),
8674         (ev_view_set_fullscreen), (ev_view_set_presentation):
8675         
8676         Scroll to current page when exit from presentation
8677
8678 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8679
8680         * shell/ev-window.c: (update_document_mode),
8681         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8682         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8683         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8684         
8685         Exit from fullscreen mode when switch to presentation. Fix for
8686         bug 309365
8687
8688 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8689
8690         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8691         return NULL if the document does not implement the selection
8692         interface.
8693
8694 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8695
8696         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8697         reported height by using the resolution aspect ratio
8698         (tiff_document_render_pixbuf): scale the pixbuf using the
8699         resolution aspect ratio
8700
8701 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8702
8703         * configure.ac:
8704         
8705         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8706         <kiltedaco@gmail.com>
8707         
8708         * djvu/djvu-document.c: (djvu_document_get_orientation),
8709         (djvu_document_set_orientation), (djvu_document_get_page_size),
8710         (rotate_pixbuf), (djvu_document_render_pixbuf),
8711         (djvu_document_document_iface_init):
8712         * dvi/dvi-document.c: (dvi_document_get_orientation),
8713         (dvi_document_set_orientation), (dvi_document_get_page_size),
8714         (rotate_pixbuf), (dvi_document_render_pixbuf),
8715         (dvi_document_document_iface_init):
8716         
8717         Dvi and djvu backends are ported to new API
8718
8719 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8720
8721         * backend/ev-selection.c: (ev_selection_get_selection_region),
8722         (ev_selection_get_selection_map):
8723         * backend/ev-selection.h:
8724         * pdf/ev-poppler.cc:
8725         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8726         * shell/ev-jobs.h:
8727         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8728         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8729         (ev_pixbuf_cache_get_text_mapping):
8730         * shell/ev-pixbuf-cache.h:
8731         * shell/ev-view.c: (location_in_text),
8732         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8733         support to EvView.  Now we can see where we can select!  Sweet!
8734
8735 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8736
8737         * shell/ev-view.c (ev_view_button_press_event): Fix
8738         event->y + view->scroll_x typo.
8739
8740 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8741
8742         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8743         sub-GdkPixbuf instead of passing dest_x and dest_y.
8744         
8745         * shell/ev-view.c: (view_point_to_doc_point),
8746         (view_rect_to_doc_rect), (ev_view_button_press_event),
8747         (ev_view_motion_notify_event), (compute_new_selection_rect),
8748         (gdk_rectangle_point_in), (compute_new_selection_text),
8749         (compute_selections): Update selection code to keep the selection
8750         around as two points and not as a normalized rectangle, and fix
8751         page level selection in two-column mode.
8752
8753 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8754
8755         * shell/ev-window.c: (window_configure_event_cb): 
8756         
8757         Fix compilation
8758         
8759 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8760
8761         * pdf/ev-poppler.cc:
8762
8763         Fix compilation
8764
8765 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8766
8767         * shell/Makefile.am:
8768         * shell/ev-metadata-manager.c: (item_free),
8769         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8770         (parse_value), (parseItem), (load_values),
8771         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8772         (save_values), (save_item), (get_oldest), (resize_items),
8773         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8774         * shell/ev-metadata-manager.h:
8775
8776         Metadata manager from gedit but modified to use GValue, so that
8777         we dont need to keep converting from strings.
8778
8779         * configure.ac:
8780
8781         ENABLE_METADATA conditional, on when dbus is on
8782
8783         * shell/ev-application.c: (ev_application_open_uri):
8784
8785         Show the window after load so that we can initialize
8786         window size before it's showed.
8787
8788         * shell/ev-window.c: (ev_window_setup_from_metadata),
8789         (ev_window_open_uri), (window_configure_event_cb),
8790         (ev_window_init):
8791
8792         Save and load metadata information about window size.
8793         Not yet keeping states in account.
8794
8795         * shell/main.c: (main):
8796
8797         Shutdown metadata manager.
8798
8799 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8800
8801         * shell/ev-application-service.xml:
8802         * configure.ac:
8803         * shell/Makefile.am:
8804         * shell/ev-application.c:
8805         * shell/ev-application.h:
8806         * shell/ev-window.c:
8807         * shell/ev-window.h:
8808         * shell/main.c:
8809
8810         Add an optional dbus interface (--enable-dbus).
8811         Rework application code, mainly to be easier to
8812         use "remotely".
8813         Do not open multiple windows with the same document,
8814         spatial evince!
8815
8816 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8817
8818         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8819         pixbuf iff it exists.
8820
8821 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8822
8823         * shell/*:
8824         * backend/ev-render-context.[ch]:
8825         * backend/ev-selection.[ch]:
8826
8827         Massive changes.  We now support text selection of pdfs, and not
8828         just rectangular selection.  This is pretty broken still, but I
8829         want to get something into CVS.
8830
8831 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8832
8833         * pdf/ev-poppler.cc:
8834         
8835         Fix for Bug 309080: crash on window close.
8836         
8837         * shell/ev-page-action.c: (page_changed_cb):
8838         
8839         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8840         jensgr@gmx.net (Jens Granseuer).
8841
8842 2005-06-25  Marcel Telka  <marcel@telka.sk>
8843
8844         * configure.in (ALL_LINGUAS): Added sk.
8845
8846 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8847
8848         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8849         not a document open
8850
8851 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8852
8853         * NEWS:
8854         * configure.ac:
8855
8856         Release 0.3.2
8857
8858         * cut-n-paste/recent-files/Makefile.am:
8859
8860         Fix make distcheck
8861
8862 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8863
8864         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8865         (pixbuf_document_set_orientation), (rotate_pixbuf),
8866         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8867         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8868
8869         Implement rotation and cleanup the code a bit.
8870
8871         * tiff/tiff-document.c: (tiff_document_get_page_size),
8872         (tiff_document_get_orientation), (tiff_document_set_orientation),
8873         (rotate_pixbuf), (tiff_document_render_pixbuf),
8874         (tiff_document_document_iface_init), (tiff_document_init):
8875
8876         Implement rotation. Was the quicker solution for the release
8877         but we really need to share this code in the shell.
8878
8879 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8880
8881         * pdf/ev-poppler.cc:
8882
8883         Enable rotation, require poppler cvs. Fix a leak.
8884
8885 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8886
8887         * shell/ev-window.c: (update_action_sensitivity):
8888         
8889         Make properties unsensitive if document backend doesn't provide
8890         any info
8891
8892 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8893
8894         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8895         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8896         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8897         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8898         (bitmap_flip_rotate_counter_clockwise):
8899         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8900         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8901         (buff_gets):
8902         * dvi/mdvi-lib/common.h:
8903         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8904         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8905         (opendvi), (mdvi_reload), (mdvi_init_context),
8906         (mdvi_destroy_context), (mdvi_dopage), (special):
8907         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8908         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8909         (file_hash_free), (register_encoding), (parse_spec),
8910         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8911         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8912         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8913         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8914         (mdvi_register_font_type), (mdvi_unregister_font_type),
8915         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8916         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8917         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8918         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8919         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8920         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8921         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8922         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8923         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8924         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8925         (mdvi_unregister_special), (mdvi_flush_specials):
8926         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8927         (t1_font_remove):
8928         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8929         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8930         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8931         (free_font_metrics), (flush_font_metrics):
8932         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8933         (tt_font_remove):
8934         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8935         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8936         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8937         (dstring_insert), (dstring_new), (dstring_reset):
8938         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8939         
8940         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8941         avoid conflict with libtool on FC4
8942         
8943         * shell/ev-window.c: (ev_window_cmd_help_about):
8944         
8945         Update copyright year. Fix for bug 308828.
8946
8947 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8948
8949         * shell/ev-view.c: (add_scroll_binding_keypad),
8950         (ev_view_binding_activated), (ev_view_class_init),
8951         (on_adjustment_value_changed):
8952         
8953         Bug 170874: Arrow keys switch pages in presentation mode
8954
8955 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8956
8957         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8958         
8959         Fix for Bug 308265: Sidebar dissappears coming out of 
8960         Presentation mode
8961
8962 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8963
8964         * shell/ev-application.c: (ev_application_open):
8965         * shell/ev-document-types.c: (ev_document_types_add_filters),
8966         (ev_document_types_add_filters_for_type):
8967         * shell/ev-document-types.h:
8968         * shell/ev-window.c: (ev_window_cmd_save_as):
8969         
8970         Suggest basename as template when saving, provide filters
8971         for save dialog. It's bug 308402
8972
8973 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8974
8975         * pdf/ev-poppler.cc:
8976         * shell/ev-sidebar-links.c: (job_finished_callback):
8977         * shell/ev-view.c: (update_find_status_message):
8978         
8979         Some leaks fixed
8980
8981 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8982
8983         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8984         (egg_recent_view_uimanager_set_list):
8985
8986         Fix buglet in !show_numbers case.
8987
8988 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8989
8990         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8991         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8992
8993         Use pango ellipsisation.
8994
8995         * pdf/ev-poppler.cc:
8996
8997         Fix refcount leak, from nsh.
8998
8999 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9000
9001         * cut-n-paste/recent-files/Makefile.am:
9002         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9003         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9004         
9005         Removed EggRecentViewGtk
9006         
9007         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9008         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9009         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9010         (ev_window_setup_recent):
9011         
9012         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9013         with other projects
9014
9015 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9016
9017         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9018         (egg_recent_view_gtk_finalize):
9019
9020         Fix memory leak
9021
9022         * cut-n-paste/toolbar-editor/Makefile.am:
9023         
9024         Fix location of cursor icon.
9025         
9026         * pdf/ev-poppler.cc:
9027         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9028         (display_completion_text), (match_completion):
9029         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9030         (selection_changed_callback), (create_loading_model),
9031         (print_section_cb), (links_page_num_func),
9032         (update_page_callback_foreach):
9033         * shell/ev-window.c: (ev_window_dispose):
9034         
9035         Small memory fixes. Links model now store objects instead
9036         of pointers to improve memory management. 
9037
9038 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9039
9040         * shell/ev-window.c: (zoom_control_changed_cb):
9041         
9042         Fix update of zoom control (bug 308268).
9043
9044 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9045
9046         * shell/ev-properties.c (set_property): escape the text correctly.
9047         Handles non-UTF-8 properties and escaped properties.  Also, sets
9048         the text to "<i>None</i>" if the property isn't set.
9049
9050         * data/evince-properties.glade: Change the label to be ellipsized,
9051         and give it a minimum size.
9052
9053 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9054
9055         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9056         * shell/ev-sidebar-links.c: (create_loading_model):
9057         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9058         * shell/ev-view.c: (ev_view_set_document):
9059         * shell/ev-window.c: (ev_window_dispose):
9060         
9061         Various small fixes, mostly memory leaks. Thanks to valgrind.
9062
9063 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9064
9065         * ps/ps-document.c: remove the locale.h include again ;-). And
9066         kill the (bogus) setlocale/savelocale business.
9067
9068 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9069
9070         * ps/ps-document.c:
9071         
9072         Include locale.h to fix build
9073         
9074         * shell/ev-sidebar.c:
9075         
9076         Remove unnecessary includes
9077
9078 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9079
9080         * dvi/dvi-document.c: (dvi_document_load):
9081         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9082         * po/POTFILES.in:
9083         
9084         Check for incorrect dvi files. Fix parsing dvi on AMD64
9085         platform. Thanks to tester@tester.ca (Olivier Crete).
9086
9087 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9088
9089         * shell/ev-page-action.c: (match_selected_cb),
9090         (display_completion_text), (match_completion), (update_model):
9091         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9092         (expand_open_links):
9093         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9094         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9095         (ev_sidebar_set_document):
9096         * shell/ev-window.c: (ev_window_xfer_job_cb),
9097         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9098         
9099         Fixed lot's of memory leaks, for example, memory leak on reload, 
9100         described in bug 307793.
9101
9102 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9103
9104         * pdf/ev-poppler.cc:
9105         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9106         (update_visible_range), (adjustment_changed_cb),
9107         (ev_sidebar_thumbnails_fill_model),
9108         (ev_sidebar_thumbnails_refresh),
9109         (ev_sidebar_tree_selection_changed),
9110         (ev_sidebar_icon_selection_changed),
9111         (ev_sidebar_thumbnails_use_icon_view),
9112         (ev_sidebar_thumbnails_set_document):
9113         * shell/ev-sidebar-thumbnails.h:
9114         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9115         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9116
9117         Refresh thumbnails when changing orientation. Not fully
9118         working yet becuase of a sidebar bug.
9119
9120         Set page orientation to poppler page everywhere. This sucks
9121         really need to fix poppler.
9122
9123 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9124
9125         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9126         (egg_recent_view_gtk_new_menu_item),
9127         (egg_recent_view_gtk_set_property),
9128         (egg_recent_view_gtk_get_property),
9129         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9130         (egg_recent_view_gtk_set_tooltip_func),
9131         (egg_recent_view_gtk_set_label_width),
9132         (egg_recent_view_gtk_get_label_width):
9133         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9134
9135         Sync with libegg (ellipsize labels)
9136
9137 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9138
9139         * data/evince-ui.xml:
9140         * shell/ev-window.c: (ev_window_cmd_go_forward),
9141         (ev_window_cmd_go_backward):
9142         
9143         Shift + PageUp moves 10 Pages. Fix for 306125
9144
9145 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9146
9147         * pdf/ev-poppler.cc:
9148
9149         Add a flag to check if orientation has been overriden
9150
9151 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9152
9153         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9154         field if necessary.
9155
9156         * ps/ps.h: add creator field to document.
9157
9158         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9159         set creator field.
9160
9161 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9162
9163         * data/evince-properties.glade:
9164         * shell/ev-properties.c: (ev_properties_set_document):
9165
9166         s/PDF Version/Format
9167
9168 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9169
9170         * shell/ev-properties.c: (ev_properties_set_document):
9171
9172         Remove unnecessary translations
9173
9174 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9175
9176         * cut-n-paste/toolbar-editor/Makefile.am:
9177
9178         Correct library name    
9179
9180 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9181
9182         * configure.ac:
9183         * cut-n-paste/recent-files/egg-recent-model.c:
9184         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9185         (egg_recent_model_unlock_file):
9186         * cut-n-paste/recent-files/egg-recent-util.c:
9187         (egg_recent_util_get_unique_id):
9188         * cut-n-paste/recent-files/update-from-egg.sh:
9189         * cut-n-paste/toolbar-editor/Makefile.am:
9190         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9191         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9192         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9193         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9194         (egg_toolbars_model_get_type):
9195         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9196
9197         Better makefile for toolbar editor and update everything
9198         to latest libegg.
9199
9200 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9201
9202         * shell/ev-window.c: (update_document_mode):
9203
9204         Prefer presentation mode when the document
9205         require fullscreen.
9206
9207 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9208
9209         * data/evince-ui.xml:
9210         * shell/ev-window.c:
9211
9212         Add control-equal for zooming
9213
9214 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9215
9216         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9217
9218 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9219
9220         * backend/ev-document.c: (ev_document_get_orientation):
9221         * backend/ev-document.h:
9222         * pdf/ev-poppler.cc:
9223         * ps/ps-document.c: (ps_document_get_orientation),
9224         (ps_document_set_orientation), (ps_document_document_iface_init):
9225
9226         Add a get_orientation api. Improve set_orientation.
9227
9228         * data/evince-ui.xml:
9229         * shell/ev-view.c: (ev_view_set_orientation),
9230         (ev_view_rotate_right), (ev_view_rotate_left):
9231         * shell/ev-view.h:
9232         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9233         (ev_window_cmd_edit_rotate_right):
9234
9235         Better ui for changing document orientation
9236
9237 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9238
9239         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9240         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9241         * shell/ev-sidebar-links.h:
9242         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9243         (ev_sidebar_page_iface_init):
9244         * shell/ev-sidebar-page.h:
9245         * shell/ev-sidebar-thumbnails.c:
9246         (ev_sidebar_thumbnails_get_property),
9247         (ev_sidebar_thumbnails_class_init),
9248         (ev_sidebar_thumbnails_set_document):
9249         * shell/ev-sidebar-thumbnails.h:
9250         * shell/ev-view.c: (ev_view_motion_notify_event):
9251         * shell/ev-window.c: (update_chrome_visibility),
9252         (ev_window_cmd_focus_page_selector),
9253         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9254         (sidebar_page_main_widget_update_cb), (ev_window_init):
9255         
9256         Autoraise toolbar on GoToPage binding and fix bindings in
9257         EvSidebarThumbnails page.
9258
9259 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9260
9261         * shell/ev-properties.c: (update_progress_label):
9262
9263         Hide the progress label when finished; bug #307697.
9264
9265 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9266
9267         * pdf/ev-poppler.cc:
9268
9269         Enable is_open for links, you will need poppler cvs
9270
9271         * shell/ev-properties.c: (job_fonts_finished_cb):
9272
9273         Get a lock on the document when filling the tree view
9274
9275 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9276
9277         * backend/ev-document-links.h:
9278         * pdf/ev-poppler.cc:
9279         * shell/ev-sidebar-links.c: (create_loading_model),
9280         (expand_open_links), (job_finished_callback):
9281
9282         Expand links when specified by the document.
9283         Depend on a poppler api (defined out for now)
9284
9285 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9286
9287         * shell/ev-properties.c: (ev_properties_dispose),
9288         (ev_properties_class_init), (dialog_destroy_cb),
9289         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9290         (ev_properties_set_document), (ev_properties_new),
9291         (ev_properties_show):
9292         * shell/ev-properties.h:
9293
9294         Make it an object, cleanup the code, api to show it as transient
9295         and to set the document.
9296
9297         * shell/ev-window.c: (ev_window_setup_document),
9298         (ev_window_cmd_file_properties):
9299
9300         Adapt to EvProperties changes, do not show multiple
9301         times, update it when document changes.
9302
9303 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9304
9305         * ps/gstypes.h:
9306         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9307         (ps_document_set_orientation), (ps_document_document_iface_init):
9308         * ps/ps-document.h:
9309
9310         Implement orientation here too
9311
9312         * shell/ev-properties.c: (ev_properties_new):
9313         * data/evince-properties.glade:
9314
9315         Hide the fonts page for backends that doesnt
9316         support it.     
9317
9318 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9319
9320         * backend/ev-document.c: (ev_document_set_orientation):
9321         * backend/ev-document.h:
9322         * pdf/ev-poppler.cc:
9323
9324         Add orientation api. Currently poppler api is not optimal,
9325         we need to set orientation every time we _get a page.
9326         I will try to fix that at some point.
9327
9328         * data/evince-ui.xml:
9329         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9330         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9331
9332         Add orientation menu items
9333
9334         * shell/ev-page-cache.c: (ev_page_cache_clear):
9335         * shell/ev-page-cache.h:
9336
9337         Add api to clear the cache
9338
9339         * shell/ev-view.c: (setup_caches), (clear_caches),
9340         (ev_view_set_document), (ev_view_zoom_out),
9341         (ev_view_set_orientation):
9342         * shell/ev-view.h:
9343
9344         Implement orientation changing
9345
9346 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9347
9348         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9349         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9350         * backend/ev-document-fonts.h:
9351
9352         Separate scan and fill so that we can incrementally fill from
9353         the main thread. Add a progress api.
9354
9355         * data/evince-properties.glade:
9356         * pdf/ev-poppler.cc:
9357         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9358         * shell/ev-jobs.h:
9359         * shell/ev-properties.c: (update_progress_label),
9360         (job_fonts_finished_cb), (setup_fonts_view):
9361
9362         Incrementally feel the list and show the progress
9363         percentage in a label like acrobat does.
9364
9365         You are going to need poppler cvs
9366
9367 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9368
9369         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9370         * backend/ev-document-fonts.h:
9371         * pdf/ev-poppler.cc:
9372
9373         Make fonts model fill incrementally.
9374
9375         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9376         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9377         (ev_job_queue_remove_job):
9378         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9379         (ev_job_fonts_new), (ev_job_fonts_run):
9380         * shell/ev-jobs.h:
9381
9382         New job for fonts scanning
9383
9384         * shell/ev-properties.c: (job_fonts_finished_cb),
9385         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9386         * shell/ev-properties.h:
9387         * shell/ev-window.c: (ev_window_cmd_file_properties):
9388
9389         Incrementally feel the treeview using the new job. Show Loading...
9390         message until scanning is completed.
9391
9392         Hopefully I didnt break the build without the poppler patch.
9393
9394 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9395
9396         * shell/ev-application.c: (ev_application_open):
9397         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9398         (ev_document_type_get_type), (ev_document_type_lookup):
9399         * shell/ev-document-types.h:
9400         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9401         * shell/ev-job-xfer.h:
9402         * shell/ev-window.c: (ev_window_clear_local_uri),
9403         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9404         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9405         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9406         
9407         Transfer remote documents to tmp directory to display them later.
9408
9409 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9410
9411         * backend/ev-document-info.h:
9412         * shell/ev-properties.c: (ev_properties_new):
9413
9414         s/GTime*/GTime. Not sure why we was using a pointer
9415         at all there!
9416
9417 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9418
9419         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9420         situations.  That situation is that you're using GTK+-HEAD with
9421         the patch at #306726 is applied, and you have a document with <
9422         1500 pages in it.  It's not quite as uniformly nice as the
9423         TreeView, but should be better in the long run.
9424
9425         I'm pretty sure I guarded against breaking compilation with
9426         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9427         I missed some.
9428
9429         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9430         widget yet, so I commented that code out
9431         enable_view_actions_for_widget() for now.  Need to figure this
9432         out.
9433
9434         * shell/ev-page-action.c (match_selected_cb): emit the right
9435         signals.  Our cool C-l completion now works.
9436
9437 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9438
9439         * backend/Makefile.am:
9440         * backend/ev-document-fonts.c:
9441         * backend/ev-document-links.c:
9442         * backend/ev-document.c: (ev_document_load):
9443         * backend/ev-document.h:
9444         * backend/ev-job-queue.c:
9445         * backend/ev-job-queue.h:
9446         * backend/ev-jobs.c:
9447         * backend/ev-jobs.h:
9448         * backend/ev-page-cache.c:
9449         * backend/ev-page-cache.h:
9450
9451         EvPageCache and EvJobs are moved to shell.
9452
9453         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9454         (ev_tmp_filename):
9455         * lib/ev-file-helpers.h:
9456         
9457         New helper to work with temporary files
9458         
9459         * shell/Makefile.am:
9460         * shell/ev-application.c: (ev_application_open):
9461         * shell/ev-application.h:
9462         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9463         (remove_job_from_async_queue), (add_job_to_async_queue),
9464         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9465         (handle_job), (search_for_jobs_unlocked),
9466         (no_jobs_available_unlocked), (ev_render_thread),
9467         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9468         (ev_job_queue_add_job), (move_job_async), (move_job),
9469         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9470         * shell/ev-job-queue.h:
9471         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9472         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9473         * shell/ev-job-xfer.h:
9474         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9475         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9476         (ev_job_links_class_init), (ev_job_render_init),
9477         (ev_job_render_dispose), (ev_job_render_class_init),
9478         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9479         (ev_job_thumbnail_class_init), (ev_job_load_init),
9480         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9481         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9482         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9483         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9484         * shell/ev-jobs.h:
9485         * shell/ev-page-action.c: (ev_page_action_set_document):
9486         * shell/ev-page-cache.c: (ev_page_cache_init),
9487         (ev_page_cache_class_init), (ev_page_cache_finalize),
9488         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9489         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9490         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9491         (ev_page_cache_get_title), (ev_page_cache_get_size),
9492         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9493         (ev_page_cache_get_height_to_page),
9494         (ev_page_cache_get_max_label_chars),
9495         (ev_page_cache_get_page_label),
9496         (ev_page_cache_has_nonnumeric_page_labels),
9497         (ev_page_cache_get_info), (ev_page_cache_next_page),
9498         (ev_page_cache_prev_page), (ev_page_cache_get):
9499         * shell/ev-page-cache.h:
9500         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9501         (ev_pixbuf_cache_clear_job_sizes),
9502         (ev_pixbuf_cache_add_jobs_if_needed),
9503         (ev_pixbuf_cache_set_page_range):
9504         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9505         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9506         * shell/ev-sidebar-thumbnails.c:
9507         (ev_sidebar_tree_selection_changed),
9508         (ev_sidebar_thumbnails_set_document):
9509         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9510         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9511         (ev_statusbar_get_context_id), (ev_statusbar_push),
9512         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9513         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9514         (ev_statusbar_set_progress):
9515         * shell/ev-statusbar.h:
9516         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9517         (ev_view_find_previous):
9518         * shell/ev-window.c: (ev_window_is_empty),
9519         (ev_window_setup_document), (password_dialog_response),
9520         (ev_window_clear_jobs), (ev_window_load_job_cb),
9521         (ev_window_xfer_job_cb), (ev_window_open_uri),
9522         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9523         (ev_window_print), (ev_window_print_range),
9524         (ev_window_state_event), (ev_window_cmd_view_reload),
9525         (menu_item_select_cb), (menu_item_deselect_cb),
9526         (view_status_changed_cb), (ev_window_dispose),
9527         (drag_data_received_cb), (ev_window_init):
9528         * shell/ev-window.h:
9529         * shell/main.c: (load_files):
9530         
9531         New statusbar to show progress on idle. Two new jobs - 
9532         xfer job and load job to load document in background. And update
9533         of page_cache clients to new location of code.
9534
9535 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9536
9537         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9538         selection in open dialog. It also remembers the last visited directory 
9539         in the current session.
9540
9541 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9542
9543         * shell/ev-properties.c: (ev_properties_new):
9544         * shell/ev-properties.h:
9545         * shell/ev-window.c: (ev_window_cmd_file_properties):
9546         
9547         Get document info from page cache instead of document itself.
9548         This should fix crash related to race conditions described in
9549         bug 306545.
9550
9551 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9552
9553         * ps/ps-document.c: (ps_document_init),
9554         (send_ps), (get_page_box), (output), (catchPipe), (input),
9555         (stop_interpreter), (file_length), (file_readable),
9556         (check_filecompressedb), (ps_document_enable_interpreter),
9557         (document_load), (ps_async_renderer_render_pixbuf):
9558         * ps/ps-document.h:
9559
9560         Big cleanup of the ps code
9561
9562 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9563
9564         * backend/Makefile.am:
9565         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9566         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9567         * backend/ev-async-renderer.h:
9568
9569         Add an async renderer interface (method + callback) which
9570         is useful for backends like ps.
9571
9572         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9573         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9574         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9575         (ev_job_queue_add_job), (move_job_async), (move_job),
9576         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9577
9578         Add queues for async renderer, these are executed on the
9579         main thread.
9580
9581         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9582         (ev_job_render_run):
9583         * backend/ev-jobs.h:
9584
9585         If the backend support async renderer interface use it.
9586
9587         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9588         (setup_pixmap), (ps_document_get_type),
9589         (ps_async_renderer_render_pixbuf),
9590         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9591
9592         Implement async renderer interface.
9593
9594 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9595
9596         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9597
9598         Cleanup links job on exit.
9599
9600 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9601
9602         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9603         (drag_data_get_cb), (drag_data_received_cb):
9604         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9605         (drag_data_get_cb), (parse_item_list),
9606         (egg_toolbar_editor_load_actions):
9607         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9608         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9609         (parse_item_list), (parse_toolbars):
9610         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9611         (dvi_pixbuf_put_pixel):
9612         
9613         Fix gcc 4.0 warnings
9614
9615 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9616
9617         * ps/ps-document.c: (start_interpreter):
9618
9619         Fix warning when loading ps
9620
9621 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9622
9623         * ps/ps-document.c: (output):
9624
9625         Fix crash when priting gs error messages.
9626
9627 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9628
9629         * backend/ev-page-cache.c: (_ev_page_cache_new):
9630         * backend/ev-page-cache.h:
9631
9632         Use a const to return title so that we dont double
9633         free it. Small cleanup and fix a leak.
9634
9635         * shell/ev-window.c: (update_window_title):
9636
9637         strdup value from get_title.
9638
9639 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9640
9641         * shell/ev-sidebar-links.c: (job_finished_callback),
9642         (ev_sidebar_links_set_document):
9643
9644         Cleanup the old job when changing document
9645
9646 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9647
9648         * shell/ev-stock-icons.c:
9649         * shell/ev-stock-icons.h:
9650         * shell/ev-window.c:
9651         
9652         Add stock icons for actions that can appear in toolbar. Fix for
9653         bug 306566.
9654
9655 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9656
9657         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9658         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9659         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9660         * backend/ev-page-cache.h:
9661         * shell/ev-view.c: (scroll_to_current_page),
9662         (view_update_range_and_current_page), (get_page_y_offset),
9663         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9664         (ev_view_size_request_continuous),
9665         (ev_view_zoom_for_size_continuous_and_dual_page),
9666         (ev_view_zoom_for_size_continuous):
9667         
9668         More compact EvView layout in document with pages of different size.
9669
9670 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9671
9672         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9673         compilation.
9674
9675 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9676
9677         * shell/ev-view.c: (view_set_adjustment_values):
9678         * shell/ev-window.c: (ev_window_cmd_file_properties):
9679         
9680         A bit different fix for rounding problem but it has no
9681         problems on startup. Make properties window transient to parent.
9682
9683 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9684
9685         * pdf/ev-poppler.cc:
9686         
9687         More commenting of font stuff.
9688
9689 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9690
9691         * pdf/ev-poppler.cc:
9692
9693         Comment out some more fonts stuff. Should really
9694         work without the poppler patch now.
9695
9696 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9697
9698         * pdf/ev-poppler.cc:
9699
9700         Adapt to api change
9701
9702 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9703
9704         * data/evince-properties.glade:
9705         * pdf/ev-poppler.cc:
9706         * shell/ev-properties.c: (setup_fonts_view):
9707
9708         Set the column title. Show the dialog only
9709         once everything is setup.
9710         Getting font info can be very slow... will
9711         prolly need to make this threaded too.
9712
9713 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9714
9715         * backend/Makefile.am:
9716         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9717         (ev_document_fonts_get_fonts_model):
9718         * backend/ev-document-fonts.h:
9719         * data/evince-properties.glade:
9720         * pdf/ev-poppler.cc:
9721         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9722         * shell/ev-properties.h:
9723         * shell/ev-window.c: (ev_window_cmd_file_properties):
9724
9725         Implement fonts list. Defined out for now, since it depends
9726         on a not yet committed poppler patch.
9727
9728 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9729
9730         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9731         page + 1.
9732
9733         * shell/ev-window.c: Make sure we add the timeout when we get a
9734         focus-in event.
9735
9736         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9737         adjustment->value before calculating the zoom factor to average
9738         out all of our rounding errors.  The page no longer 'drifts' when
9739         resizing.
9740
9741 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9742
9743         * data/evince-properties.glade:
9744         * shell/ev-properties.c: (ev_properties_format_date),
9745         (set_property):
9746         
9747         Labels don't expand when the dialogue is resized.
9748         strftime result needs to be converted to UTF-8. Thanks
9749         to Christian Persch <chpe@gnome.org>.
9750
9751 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9752
9753         * data/evince-properties.glade:
9754
9755         Hide the fonts tab
9756
9757 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9758
9759         * backend/ev-document-info.h:
9760         * backend/ev-document.c: (ev_document_info_free):
9761         * data/evince-properties.glade:
9762         * pdf/ev-poppler.cc:
9763         * ps/ps-document.c: (ps_document_get_info):
9764         * shell/ev-properties.c: (ev_properties_format_date),
9765         (set_property), (ev_properties_new):
9766         * shell/ev-properties.h:
9767         * shell/ev-window.c: (ev_window_cmd_file_properties):
9768
9769         Rework properties code to take only EvPropertyInfo
9770         in the constructor so that it can be useful for
9771         nautilus plugin too.
9772
9773         Deal with backends that doesnt support some properties.
9774         Make set property code generic.
9775
9776 2005-06-04  Christian Persch <chpe@gnome.org>
9777
9778         * data/evince-properties.glade:
9779
9780         fix spacings, make resizeable, and make data labels
9781         selectable + ellipsised
9782
9783 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9784
9785         * backend/ev-document-info.h:
9786         * data/Makefile.am:
9787         * data/evince-ui.xml:
9788         * pdf/ev-poppler.cc:
9789         * shell/Makefile.am:
9790         * shell/ev-window.c: (update_action_sensitivity),
9791         (ev_window_cmd_file_properties):
9792
9793         Initial go at file properties. Patch by
9794         Emil Soleyman-Zomalan <emil@soleyman.com>.
9795         Needs love see #169583
9796
9797 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9798
9799         * ps/ps-document.c: (output):
9800         * ps/ps.c: (psscan):
9801
9802         Try to render even if psscan fails.
9803
9804 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9805
9806         * ps/ps.c: (psscan), (pscopydoc):
9807
9808         Port buffered reading code from gv
9809
9810 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9811
9812         * ps/ps-document.c: (interpreter_message), (output):
9813
9814         Do not fail on interpreter messages
9815
9816 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9817
9818         * backend/ev-document-misc.c:
9819         (ev_document_misc_get_thumbnail_frame):
9820
9821         Pages can be 0 x 0, dont assert on this case
9822
9823 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9824
9825         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9826         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9827
9828         Correctly manage our reference on document. Finally the reload
9829         huge leak is gone...
9830
9831 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9832
9833         * ps/ps-document.c: (ps_document_dispose):
9834
9835         Forgot to chain it to the parent. Thanks chpe.
9836
9837 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9838
9839         * ps/ps-document.c: (ps_document_dispose),
9840         (ps_document_class_init), (stop_interpreter), (document_load):
9841
9842         Cleanup dispose a bit. Dont leak the whole pixmap.
9843
9844 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9845
9846         * pdf/ev-poppler.cc:
9847
9848         Release the poppler document on dispose
9849
9850 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9851
9852         * shell/ev-view.c: (ev_view_set_document):
9853
9854         Release ref on the pixbuf cache when changing
9855         document.
9856
9857 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9858
9859         * ps/ps-document.c: (ps_document_get_info):
9860
9861         Fix a double free
9862
9863 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9864
9865         * backend/ev-page-cache.c: (ev_page_cache_init),
9866         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9867         * backend/ev-page-cache.h:
9868         * shell/ev-page-action.c: (page_changed_cb):
9869         
9870         Set page action entry width depending on labels width. Fix
9871         for bug 305202.
9872
9873 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9874
9875         * backend/ev-link.c: (ev_link_class_init):
9876
9877         Allow -1 as page value (error)
9878
9879 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9880
9881         * shell/ev-sidebar-thumbnails.c:
9882         (ev_sidebar_thumbnails_set_document):
9883         * shell/ev-view.c: (scroll_to_current_page),
9884         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9885         (page_changed_cb), (on_adjustment_value_changed),
9886         (ev_view_set_document):
9887
9888         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9889         Fix bug 305377
9890
9891 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9892
9893         * configure.ac:
9894         * djvu/djvu-document.c: (djvu_document_get_page_size):
9895
9896         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9897         bug 301993.
9898
9899 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9900
9901         * shell/ev-view.c (draw_one_page): modify the expose handling to
9902         get the shadows.
9903
9904         * shell/ev-window.c (update_action_sensitivity): Respect
9905         permissions field.  Kowtow to the man.
9906
9907         * pdf/ev-poppler.cc: Get the permissions field.
9908
9909         * tiff/*c: Make a tiny bit more robust.
9910
9911 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9912
9913         * djvu/djvu-document.c:
9914         
9915         Pop messages from djvu context message queue.
9916
9917 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9918
9919         * configure.ac, Makefile.am, shell/Makefile.am:
9920         * tiff/Makefile.am, shell/ev-document-types.c:
9921         
9922         Cleanup tiff configure checks. Fix for bug 305218.
9923
9924 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9925
9926         * configure.ac: Added "uk" to ALL_LINGUAS.
9927
9928 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9929
9930         * cut-n-paste/zoom-control/ephy-zoom.c:
9931         (ephy_zoom_get_changed_zoom_level):
9932         * cut-n-paste/zoom-control/ephy-zoom.h:
9933         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9934         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9935         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9936         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9937         (zoom_control_changed_cb), (ev_window_init):
9938         
9939         Fix minor points related to moving best fit up. Introduce
9940         "zoom" property and make zoom control change it's value on
9941         notify::zoom signals. Fix for 305080.
9942
9943 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9944
9945         * data/evince-ui.xml:
9946         * shell/ev-window.c: (set_view_actions_sensitivity):
9947         
9948         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9949
9950 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9951
9952         * configure.ac:
9953
9954         Depends on poppler 0.3.2
9955
9956 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9957
9958         * cut-n-paste/recent-files/egg-recent-item.c:
9959         (egg_recent_item_get_short_name):
9960         * cut-n-paste/toolbar-editor/Makefile.am:
9961         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9962         (new_pixbuf_from_widget):
9963         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9964         * cut-n-paste/toolbar-editor/egg-marshal.c:
9965         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9966         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9967
9968         Sync
9969
9970 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9971
9972         * tiff/tiff-document.c: Rough TIFF backend.
9973
9974 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9975
9976         * NEWS:
9977         * configure.ac:
9978         * cut-n-paste/toolbar-editor/Makefile.am:
9979
9980         Release 0.3.1
9981
9982 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9983
9984         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9985         (ev_view_find_next), (ev_view_find_previous):
9986
9987         Remove the locks around get_n_results   
9988
9989 2005-05-21  Juerg Billeter  <j@bitron.ch>
9990
9991         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9992
9993         Pass correct number of pages to poppler.
9994
9995 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9996
9997         * configure.ac:
9998         * data/Makefile.am:
9999         * data/evince.desktop.in: 
10000         * data/evince.desktop.in.in:
10001         * po/POTFILES.in:
10002         
10003         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10004
10005 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10006
10007         * shell/ev-view.c: (view_update_adjustments),
10008         (view_set_adjustment_values): cast adjustmen->value to (int)
10009         before using it.  Otherwise, we get off by a pixel in some
10010         situations.
10011
10012         (draw_one_page): Draw the border on expose.
10013
10014 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10015
10016         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10017         adjustment when the mode changes, #304923
10018
10019 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10020
10021         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10022         flickering on resize but still use gdk_window_scroll on
10023         scrolling
10024
10025 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10026
10027         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10028         option, #170458
10029
10030 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10031
10032         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10033         second page on page_changed if possible, #304669
10034
10035 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10036
10037         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10038         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10039
10040 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10041
10042         * .cvsignore:
10043         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10044         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10045         (ev_view_zoom_for_size_presentation),
10046         (ev_view_zoom_for_size_continuous_and_dual_page),
10047         (ev_view_zoom_for_size_continuous),
10048         (ev_view_zoom_for_size_dual_page),
10049         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10050         * shell/ev-view.h:
10051         * shell/ev-window.c: (update_view_size),
10052         (ev_window_sizing_mode_changed_cb):
10053
10054         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10055         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10056         an infinite loop, #304769
10057
10058
10059 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10060
10061         * data/evince-ui.xml:
10062         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10063         * shell/ev-window.c: (set_view_actions_sensitivity):
10064
10065         Make PgUp/Down behave like Space
10066
10067 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10068
10069         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10070         * backend/ev-ps-exporter.h:
10071         * pdf/ev-poppler.cc:
10072         * ps/ps-document.c: (ps_document_ps_export_begin):
10073         * shell/ev-print-job.c: (idle_print_handler):
10074
10075         Adapt to new poppler api
10076
10077 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10078
10079         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10080         (ephy_zoom_control_init):
10081
10082         Translate zoom levels
10083
10084 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10085
10086         * cut-n-paste/zoom-control/ephy-zoom.c:
10087         (ephy_zoom_get_zoom_level_index):
10088
10089         Fix current zoom -> zoom control match
10090
10091 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10092
10093         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10094         rather than the scrolled_window that it's in. Fixes bug #304655.
10095
10096 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10097
10098         * shell/ev-view.c: (view_update_adjustments),
10099         (view_set_adjustment_values), (view_update_range_and_current_page),
10100         (view_scroll_to_page), (set_scroll_adjustment),
10101         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10102         (ev_view_scroll), (ev_view_scroll_view),
10103         (ensure_rectangle_is_visible), (find_page_at_location),
10104         (get_link_at_location), (go_to_link), (status_message_from_link),
10105         (ev_view_size_request_continuous_dual_page),
10106         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10107         (ev_view_unrealize), (ev_view_expose_event),
10108         (ev_view_button_press_event), (ev_view_motion_notify_event),
10109         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10110         (draw_rubberband), (highlight_find_results), (draw_one_page),
10111         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10112         (ev_view_init), (find_changed_cb), (page_changed_cb),
10113         (on_adjustment_value_changed), (ev_view_new),
10114         (ev_view_set_document), (ev_view_set_zoom),
10115         (ev_view_set_continuous), (ev_view_set_dual_page),
10116         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10117         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10118         (ev_view_zoom_for_size_presentation),
10119         (ev_view_zoom_for_size_continuous_dual_page),
10120         (ev_view_zoom_for_size_continuous),
10121         (ev_view_zoom_for_size_dual_page),
10122         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10123         (ev_view_get_status), (ev_view_set_status),
10124         (update_find_status_message), (ev_view_get_find_status),
10125         (ev_view_set_find_status), (jump_to_find_result),
10126         (jump_to_find_page), (compute_selections), (clear_selection),
10127         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10128         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10129         (ev_view_update_primary_selection),
10130         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10131         * shell/ev-view.h:
10132         * shell/ev-window.c: (ev_window_open_page_label),
10133         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10134         (ev_window_init):
10135         * shell/ev-window.h:
10136         * shell/main.c: (load_files):
10137
10138         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10139         when resizing.  Remove the bin_window().  Also, patch from James
10140         Bowes to fix command line page, #300641
10141         
10142 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10143
10144         * data/evince-ui.xml:
10145         * shell/ev-view.c:
10146         * shell/ev-view.h:
10147         * shell/ev-window.c: (update_action_sensitivity):
10148
10149         Get rid of View->Normal Size, it's just confusing
10150
10151 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10152
10153         * backend/ev-document-info.h:
10154         * backend/ev-document.c: (ev_document_info_free): Free the
10155         EvDocumentInfo.
10156
10157         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10158         (clear_range), (add_range), (update_visible_range),
10159         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10160         (ev_sidebar_thumbnails_set_document):
10161         * shell/ev-window.c: (ev_window_setup_document): Only render the
10162         visible thumbnails.  It takes an instant to render, but it uses
10163         much less memory.
10164
10165 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10166
10167         * shell/ev-sidebar-links.c: (popup_menu_cb):
10168
10169         Select first item
10170
10171 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10172
10173         * lib/Makefile.am:
10174         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10175         (button_press_cb), (ev_sidebar_links_construct):
10176
10177         Show the popup menu also on keybindings
10178
10179 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10180
10181         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10182         * shell/ev-window.h:
10183
10184         Expose api to print a range (with dialog). Make private _print use
10185         it.
10186
10187         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10188         (ev_sidebar_links_construct):
10189
10190         Show a print context menu on linkx, it prints the selected
10191         section.
10192
10193 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10194
10195         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10196         button.
10197
10198 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10199
10200         * AUTHORS:
10201
10202         Update
10203
10204         * shell/ev-window.c: (build_comments_string),
10205         (ev_window_cmd_help_about):
10206
10207         Show poppler version/backend and authors
10208
10209 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10210
10211         * cut-n-paste/zoom-control/ephy-zoom.c:
10212         (ephy_zoom_get_zoom_level_index):
10213         * cut-n-paste/zoom-control/ephy-zoom.h:
10214
10215         Move the best fit items at the top of the list
10216
10217 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10218
10219         * shell/ev-marshal.list:
10220         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10221         (activate_cb), (match_selected_cb), (activate_link_cb),
10222         (connect_proxy), (ev_page_action_class_init):
10223         * shell/ev-page-action.h:
10224
10225         Use signals to notify action activation. Hopefully
10226         I did not break completion since I cant test...
10227
10228         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10229         (register_custom_actions):
10230
10231         Connect to page selector actions and also grab focus on
10232         the view when activated.
10233
10234 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10235
10236         * pdf/ev-poppler.cc:
10237         * backend/ev-page-cache.c: make page size calculation consistent
10238         and set it to (int)( width * scale + 0.5).  This makes the weird
10239         line going through the middle of the page go away.
10240
10241         * shell/ev-view.c: move painting the background page after
10242         checking the expose area covers us.
10243
10244 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10245
10246         * data/evince-password.glade:
10247         
10248         Mark labels as not translatable. Fix for bug 302842.
10249
10250 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10251
10252         * configure.ac: Added "es" to ALL_LINGUAS.
10253
10254 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10255
10256         * data/evince-toolbar.xml:
10257         * shell/ev-window.c: (update_action_sensitivity),
10258         (ev_window_setup_document), (ev_window_set_page_mode),
10259         (ev_window_init):
10260
10261         Remove some leftover code from jrb first continous
10262         attempt. Use the new actions, we still need good icons
10263         though...
10264
10265 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10266
10267         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10268
10269         Update label when connecting proxy. Fix a warning with NULL
10270         page_cache.
10271
10272 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10273
10274         * data/evince-ui.xml:
10275         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10276         * shell/ev-page-action.h:
10277         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10278
10279         Add mnemonic for edit toolbar.
10280         ctrl+l focus the page entry.
10281
10282 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10283
10284         * lib/Makefile.am:
10285         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10286         (ev_window_init):
10287         * shell/main.c: (main):
10288
10289         Put the toolbar xml in evince own dot dir
10290
10291 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10292
10293         * shell/ev-window.c: (ev_window_init):
10294
10295         Make the toolbar not removable
10296
10297 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10298
10299         * data/evince-ui.xml:
10300         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10301         * shell/ev-sidebar-links.h:
10302         * shell/ev-sidebar-thumbnails.c:
10303         (ev_sidebar_thumbnails_get_treeview):
10304         * shell/ev-sidebar-thumbnails.h:
10305         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10306         (ev_view_class_init):
10307         * shell/ev-view.h:
10308         * shell/ev-window.c: (update_action_sensitivity),
10309         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10310         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10311         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10312         (ev_window_init):
10313
10314         This is evil... Make space/backspace global accelerators but
10315         enable them only for some widgets (sidebars and view).
10316         I dont like it, but I dont know a better way... :/
10317
10318 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10319
10320         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10321         (ev_page_action_widget_finalize),
10322         (ev_page_action_widget_class_init), (update_page_cache):
10323
10324         Keep a weak reference on proxy->page_cache so that we
10325         dont try to disconnect the signal if the object is already
10326         gone. Maybe there is a better way to cleanup reference handling
10327         in page action though...
10328
10329 2005-05-10  Juerg Billeter  <j@bitron.ch>
10330
10331         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10332         * backend/ev-ps-exporter.h:
10333         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10334         * ps/ps-document.c: (ps_document_ps_export_begin):
10335         
10336         Change api to pass print range to ps_exporter_begin. The pdf backend
10337         requires this information.
10338         
10339         * shell/ev-print-job.c: (idle_print_handler):
10340         
10341         Adapt to api change
10342
10343 2005-05-10  Juerg Billeter  <j@bitron.ch>
10344
10345         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10346         (idle_print_handler)
10347         * shell/ev-window.c: (ev_window_print):
10348
10349         Support printing page range, based on patch by Amaury Jacquot
10350
10351 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10352
10353         * data/evince-toolbar.xml:
10354
10355         Add zoom control to available items
10356
10357 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10358
10359         * shell/ev-window.c: (update_action_sensitivity):
10360
10361         Set slash action insensitive when appropriate
10362
10363 2005-05-10  Christian Persch <chpe@gnome.org>
10364
10365         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10366
10367         Fix warning on the overflow menu
10368
10369 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10370
10371         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10372
10373         Check for uri correctness/existence
10374
10375 2005-05-09  Juerg Billeter  <j@bitron.ch>
10376
10377         * shell/ev-window.c: (using_postscript_printer):
10378
10379         LPD printers use postscript, too
10380
10381 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10382
10383         * shell/ev-window.c: (register_custom_actions):
10384
10385         The zoom one is actually sort of useful,
10386         put it back
10387
10388 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10389
10390         * shell/ev-window.c: (register_custom_actions):
10391
10392         Hide page/zoom controls from overflow, they
10393         are useless.
10394
10395 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10396
10397         * cut-n-paste/update-from-egg.sh:
10398         
10399         Share it between all cut-n-paste subdirs
10400
10401         * cut-n-paste/recent-files/Makefile.am:
10402
10403         Fix to use "global" update-from-egg.sh
10404
10405         * cut-n-paste/recent-files/egg-recent-model.c:
10406         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10407         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10408         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10409         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10410
10411         Update from libegg
10412
10413         * cut-n-paste/toolbar-editor/Makefile.am:
10414
10415         Fix to use "global" update-from-egg.sh
10416
10417         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10418
10419         Update from libegg
10420
10421 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10422
10423         * configure.ac:
10424         * cut-n-paste/Makefile.am:
10425         * cut-n-paste/recent-files/Makefile.am:
10426         * cut-n-paste/toolbar-editor/.cvsignore:
10427         * cut-n-paste/toolbar-editor/Makefile.am:
10428         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10429         (egg_editable_toolbar_get_type), (get_toolbar_position),
10430         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10431         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10432         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10433         (set_item_drag_source), (create_item_from_action), (create_item),
10434         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10435         (popup_toolbar_context_menu_cb), (free_dragged_item),
10436         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10437         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10438         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10439         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10440         (item_added_cb), (item_removed_cb),
10441         (egg_editable_toolbar_construct),
10442         (egg_editable_toolbar_disconnect_model),
10443         (egg_editable_toolbar_deconstruct),
10444         (egg_editable_toolbar_set_model),
10445         (egg_editable_toolbar_set_ui_manager),
10446         (egg_editable_toolbar_set_property),
10447         (egg_editable_toolbar_get_property),
10448         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10449         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10450         (egg_editable_toolbar_new_with_model),
10451         (egg_editable_toolbar_get_edit_mode),
10452         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10453         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10454         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10455         (new_pixbuf_from_widget), (new_separator_pixbuf),
10456         (update_separator_image), (style_set_cb),
10457         (_egg_editable_toolbar_new_separator_image),
10458         (egg_editable_toolbar_get_model):
10459         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10460         * cut-n-paste/toolbar-editor/egg-marshal.c:
10461         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10462         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10463         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10464         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10465         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10466         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10467         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10468         (editor_drag_data_delete_cb), (drag_data_get_cb),
10469         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10470         (editor_create_item), (update_editor_sheet), (setup_editor),
10471         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10472         (parse_item_list), (model_has_action), (update_actions_list),
10473         (egg_toolbar_editor_load_actions):
10474         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10475         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10476         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10477         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10478         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10479         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10480         (egg_toolbars_model_add_separator), (impl_add_item),
10481         (parse_item_list), (egg_toolbars_model_add_toolbar),
10482         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10483         (impl_get_item_data), (impl_get_item_type),
10484         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10485         (egg_toolbars_model_init), (free_toolbar),
10486         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10487         (egg_toolbars_model_remove_toolbar),
10488         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10489         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10490         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10491         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10492         (egg_toolbars_model_get_item_data),
10493         (egg_toolbars_model_get_item_type):
10494         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10495         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10496         * data/Makefile.am:
10497         * data/evince-toolbar.xml:
10498         * data/evince-ui.xml:
10499         * data/hand-open.png:
10500         * po/POTFILES.in:
10501         * shell/Makefile.am:
10502         * shell/ev-window.c: (update_chrome_visibility),
10503         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10504         (ev_window_dispose), (ev_window_init):
10505
10506         Implement epiphany like toolbar editor. Based on patch by
10507         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10508
10509 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10510
10511         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10512
10513         Use set_cursor instead of set_selection, so that
10514         the keyboard focus moves too.
10515
10516 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10517
10518         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10519
10520         Fix infinite loop when loading Type1 fonts
10521
10522 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10523
10524         * data/evince-ui.xml:
10525         * shell/ev-window.c:
10526
10527         Slash -> Find
10528
10529 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10530
10531         * configure.ac:
10532
10533         Make --disable really disable
10534
10535 2005-05-07  Juerg Billeter  <j@bitron.ch>
10536
10537         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10538
10539         Compare page labels even without has_labels set, fixes setting page
10540         with entry
10541
10542 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10543
10544         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10545         (ev_view_set_cursor), (ev_view_button_press_event),
10546         (ev_view_motion_notify_event), (ev_view_button_release_event),
10547         (ev_view_init):
10548
10549         Implement middle button scrolling. Based on a patch
10550         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10551
10552 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10553
10554         * shell/ev-document-types.c: (get_slow_mime_type),
10555         (get_document_type_from_mime), (ev_document_type_lookup):
10556         * shell/ev-document-types.h:
10557
10558         Change api to lookup from uri. Do fast lookup first, if the
10559         type is unknown try with data sniffing.
10560
10561         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10562         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10563
10564         Adapt to api change
10565
10566 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10567
10568         * thumbnailer/Makefile.am:
10569
10570         Fix distcheck
10571
10572 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10573
10574         * NEWS:
10575         * configure.ac:
10576
10577         Release 0.3.0
10578
10579         * data/evince-ui.xml:
10580
10581         Hide presentation mode for now
10582
10583         * shell/ev-view.c: (highlight_find_results):
10584
10585         Show current find selection only on current page
10586
10587 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10588
10589         * shell/ev-view.c: (ev_view_select_all):
10590
10591         Compute size of the actual page, not of
10592         the current one.
10593
10594 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10595
10596         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10597         (view_rect_to_doc_rect), (compute_selections),
10598         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10599         (ev_view_copy), (ev_view_primary_get_cb),
10600         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10601         (ev_view_button_press_event), (ev_view_motion_notify_event),
10602         (ev_view_button_release_event), (page_changed_cb):
10603
10604         Fix text selection
10605
10606 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10607
10608         * shell/ev-view.c: (compute_border), (get_page_extents),
10609         (doc_rect_to_view_rect), (highlight_find_results),
10610         (ev_view_bin_expose), (ev_view_select_all),
10611         (ev_view_motion_notify_event), (update_find_status_message),
10612         (jump_to_find_result), (jump_to_find_page):
10613
10614         First go at fixing search, still buggy
10615
10616 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10617
10618         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10619         dropdown box and button at the top of the sidebar.
10620
10621 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10622
10623         * configure.ac: Output zoom-control Makefile.
10624         * cut-n-paste/Makefile.am: build zoom-control subdir.
10625         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10626         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10627         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10628         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10629         * cut-n-paste/zoom-control/ephy-zoom.c:
10630         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10631         from epiphany, and modified to add a separator into the menu.
10632         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10633         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10634         zoom-control action.
10635         * shell/Makefile.am: Include zoom-control flags.
10636         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10637         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10638         (ev_view_zoom_for_size_presentation),
10639         (ev_view_zoom_for_size_continuous_and_dual_page),
10640         (ev_view_zoom_for_size_continuous),
10641         (ev_view_zoom_for_size_dual_page),
10642         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10643         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10644         ev_view_get_zoom and ev_view_get_sizing_mode.
10645         * shell/ev-view.h:
10646         * shell/ev-window.c: (update_action_sensitivity),
10647         (update_sizing_buttons), (zoom_control_changed_cb),
10648         (register_custom_actions): Initialize and use the zoom-control 
10649         widget.
10650
10651 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10652
10653         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10654         preview cache back to 1.  Don't know when it got set to 0.
10655         
10656         * shell/ev-view.c: (compute_border), (ev_view_realize),
10657         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10658         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10659         (ev_view_get_fullscreen), (ev_view_set_presentation),
10660         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10661         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10662         * shell/ev-view.h:
10663         * shell/ev-window.c:
10664         (update_chrome_visibility),
10665         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10666         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10667         (update_document_mode), (ev_window_update_fullscreen_action),
10668         (ev_window_fullscreen), (ev_window_unfullscreen),
10669         (ev_window_cmd_view_fullscreen),
10670         (ev_window_update_presentation_action),
10671         (ev_window_run_presentation), (ev_window_stop_presentation),
10672         (ev_window_cmd_view_presentation), (ev_window_state_event),
10673         (ev_window_focus_in_event), (ev_window_focus_out_event),
10674         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10675         * data/evince-ui.xml: Initial presentation mode.  We should
10676         probably hide this until it's done, as it's quite rough.  Also,
10677         change full-screen to fullscreen and add two getters to EvView.
10678
10679 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10680
10681         * shell/ev-page-action.c: (update_page_cache),
10682         (ev_page_action_dispose):
10683         * shell/ev-window.c: (destroy_fullscreen_popup),
10684         (ev_window_create_fullscreen_popup):
10685
10686         Use connect_object rather than explicitly
10687         disconnect on dispose.
10688
10689 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10690
10691         * shell/ev-page-action.c: (update_page_cache),
10692         (ev_page_action_dispose):
10693
10694 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10695
10696         * backend/ev-page-cache.c: (_ev_page_cache_new),
10697         (ev_page_cache_set_page_label),
10698         (ev_page_cache_has_nonnumeric_page_labels):
10699         * backend/ev-page-cache.h:
10700         * shell/ev-page-action.c: (update_pages_label):
10701         
10702         If all page labels are numeric, fallback to default
10703         way to display number of pages. See bug 173185.
10704
10705 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10706
10707         * shell/ev-page-action.c: (ev_page_action_dispose):
10708         * shell/ev-view.c: (view_update_range_and_current_page):
10709         * shell/ev-window.c: (ev_window_dispose):
10710         
10711         Set page on scroll in continuous mode. Fixes bug 301986.
10712         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10713
10714 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10715
10716         * configure.ac:
10717
10718         Require poppler 0.3.0
10719
10720 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10721         
10722         * shell/Makefile.am, configure.ac: Fix build problems
10723         with t1lib. Bug 301996.
10724
10725 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10726
10727         * shell/ev-view.c: (ev_view_scroll_event):
10728         
10729         Scroll up increase zoom
10730
10731 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10732
10733         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10734         (ev_view_set_sizing_mode),
10735         (ev_view_zoom_for_size_continuous_and_dual_page),
10736         (ev_view_zoom_for_size_continuous):
10737         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10738         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10739         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10740         (ev_window_init):
10741
10742         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10743         Fix for 165473 and 165472.
10744
10745 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10746
10747         * po/POTFILES.in:
10748         * thumbnailer/Makefile.am:
10749         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10750         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10751         * thumbnailer/evince-thumbnailer.schemas.in:
10752         
10753         Make thumbnailer schemas translatable. Fix for bug 301773
10754         
10755         * thumbnailer/evince-thumbnailer-djvu.schemas:
10756         * thumbnailer/evince-thumbnailer-dvi.schemas:
10757         * thumbnailer/evince-thumbnailer.schemas:
10758
10759         Removed files
10760
10761 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10762
10763         * shell/ev-view.c (ev_view_init): forgot to set this.
10764
10765 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10766
10767         * shell/ev-view.c: (find_page_at_location),
10768         (get_link_at_location),
10769         (ev_view_set_show_border), (ev_view_set_spacing),
10770         (ev_view_zoom_for_size_continuous_and_dual_page),
10771         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10772         Also, add a quick fix measuring of widths.  Also, removed
10773         ev_view_set_spacing and ev_view_set_show_border.
10774         
10775         * shell/ev-window.c: (ev_window_unfullscreen),
10776         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10777
10778 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10779
10780         * shell/ev-view.c: (view_update_range_and_current_page),
10781         (page_changed_cb):
10782         
10783         Fix crash on exit and scrolling to page in continuous view.
10784
10785 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10786
10787         * TODO:
10788         * backend/ev-page-cache.c: (_ev_page_cache_new),
10789         (ev_page_cache_get_max_width_size),
10790         (ev_page_cache_get_max_height_size):
10791         * backend/ev-page-cache.h:
10792         * data/evince-ui.xml:
10793         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10794         * shell/ev-view.c: (view_update_adjustments),
10795         (view_update_range_and_current_page), (get_bounding_box_size),
10796         (ev_view_size_request_continuous_and_dual_page),
10797         (ev_view_size_request_continuous),
10798         (ev_view_size_request_dual_page),
10799         (ev_view_size_request_single_page), (ev_view_size_request),
10800         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10801         (ev_view_bin_expose), (ev_view_expose_event),
10802         (ev_view_set_property), (ev_view_get_property),
10803         (ev_view_class_init), (ev_view_init), (ev_view_new),
10804         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10805         (ev_view_set_dual_page), (ev_view_set_full_screen),
10806         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10807         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10808         (ev_view_zoom_out), (zoom_for_size_fit_width),
10809         (zoom_for_size_best_fit),
10810         (ev_view_zoom_for_size_continuous_and_dual_page),
10811         (ev_view_zoom_for_size_continuous),
10812         (ev_view_zoom_for_size_dual_page),
10813         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10814         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10815         * shell/ev-view.h:
10816         * shell/ev-window.c: (update_action_sensitivity),
10817         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10818         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10819         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10820         (ev_window_cmd_view_zoom_out), (update_view_size),
10821         (ev_window_set_sizing_mode), (ev_window_init):
10822
10823         Add Continuous and Dual page modes.
10824
10825 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10826
10827         * dvi/dvi-document.c: (dvi_document_load),
10828         (dvi_document_thumbnails_get_thumbnail),
10829         (dvi_document_init_params): Fix up some mixups between
10830         width and height to correct thumbnail rendering.
10831
10832 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10833
10834         * dvi/mdvi-lib/private.h:
10835         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10836         
10837         Suppess output for kpathsea during font generation. Thanks to
10838         James Bowes
10839
10840 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10841
10842         * NEWS:
10843         * configure.ac:
10844
10845         Release 0.2.1
10846
10847         * Makefile.am: fix distcheck.
10848
10849 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10850
10851         * shell/ev-sidebar-links.c: (selection_changed_callback),
10852         (update_page_callback), (row_activated_callback),
10853         (job_finished_callback), (ev_sidebar_links_set_document):
10854         
10855         Fix for bug #169901. Double click on links expands tree.
10856
10857 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10858
10859         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10860         hard-coded style. Fix for bug 170111
10861
10862 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10863
10864         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10865         locking.
10866
10867 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10868
10869         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10870
10871 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10872
10873         * pdf/ev-poppler.cc:
10874         * shell/ev-view.c: (highlight_find_results):
10875
10876         Fix find on single page documents
10877
10878 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10879
10880         * data/evince.schemas.in: fix for bug 301390
10881
10882 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10883
10884         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10885         (ev_view_zoom_out), (ev_view_zoom_normal):
10886         * shell/ev-view.h:
10887         * shell/ev-window.c: (update_action_sensitivity),
10888         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10889         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10890         (ev_window_cmd_view_normal_size):
10891
10892         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10893         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10894         better than oom. 
10895
10896 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10897
10898         * configure.ac:
10899
10900         Depend on 2.57, 2.59 doesnt seem to be necessary
10901
10902 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10903
10904         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10905         (create_tool_item):
10906
10907         Put back total number of pages as (1 of 1234)
10908
10909 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10910
10911         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10912         remove the job.
10913
10914         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10915         function.  This helps debugging.
10916
10917 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10918
10919         * djvu/djvu-document.c: (djvu_document_class_init),
10920         (djvu_document_get_info), (djvu_document_document_iface_init):
10921         * dvi/dvi-document.c: (dvi_document_class_init),
10922         (dvi_document_get_info), (dvi_document_document_iface_init):
10923
10924         Dummy implementation of get_info method for dvi and
10925         djvu. Fix crashes with those backends
10926
10927 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10928
10929         * data/evince.desktop.in:
10930
10931         Add application/x-gzpostscript
10932
10933 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10934
10935         * data/evince.schemas.in: Added real long descriptions, 
10936         closes bug 172496 
10937
10938         * README: Added actual text, closes bug 171869
10939
10940 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10941
10942         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10943
10944         Thumbnail page 0
10945
10946 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10947
10948         * backend/ev-document-info.h:
10949
10950         s/GDate */GDate so we can just use g_free
10951
10952 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10953
10954         * shell/ev-window.c: (update_document_mode),
10955         (ev_window_setup_document):
10956
10957         Show the window in fullscreen when specified by
10958         the document
10959
10960 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10961
10962         * backend/ev-document.c: (ev_document_class_init),
10963         (ev_document_get_info), (ev_document_render_pixbuf):
10964         * backend/ev-document.h:
10965         * backend/ev-page-cache.c: (_ev_page_cache_new):
10966         * pdf/ev-poppler.cc:
10967         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10968         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10969         * ps/ps-document.c: (ps_document_class_init), (document_load),
10970         (ps_document_get_info), (ps_document_document_iface_init):
10971
10972         Remove get_title from the interface, we can just use document info
10973
10974 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10975
10976         * backend/Makefile.am:
10977         * backend/ev-document.c: (ev_document_render_get_info):
10978         * backend/ev-document.h:
10979         * pdf/ev-poppler.cc:
10980
10981         Initial support for document info. Based on jrb patch.
10982
10983 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10984
10985         * shell/ev-window.c: (ev_window_state_event),
10986         (ev_window_class_init), (ev_window_init):
10987         
10988         Doesn't show resize grip when maximized. See bug #301053
10989
10990 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10991
10992         * po/POTFILES.in:
10993         
10994         ev-sidebar-thumbnails now has translatable labels
10995         
10996         * shell/Makefile.am:
10997         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10998         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10999         (ev_sidebar_links_page_iface_init):
11000         * shell/ev-sidebar-links.h:
11001         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11002         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11003         (ev_sidebar_page_get_label):
11004         * shell/ev-sidebar-page.h:
11005         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11006         (ev_sidebar_thumbnails_set_document),
11007         (ev_sidebar_thumbnails_support_document),
11008         (ev_sidebar_thumbnails_get_label),
11009         (ev_sidebar_thumbnails_page_iface_init):
11010         * shell/ev-sidebar-thumbnails.h:
11011         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11012         (ev_sidebar_set_document):
11013         * shell/ev-sidebar.h:
11014         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11015         
11016         Small rework of sidebar code. Now sidebar pages should implement
11017         EvSidebarPage interface. That makes page management in EvSidebar
11018         easier. See bug #164811 for details
11019
11020 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11021
11022         * shell/ev-application.c: (ev_application_open):
11023         * shell/ev-document-types.c:
11024         
11025         Fix build error and small problem with application exit
11026
11027 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11028
11029         * thumbnailer/Makefile.am:
11030         * thumbnailer/evince-thumbnailer-djvu.schemas:
11031         * thumbnailer/evince-thumbnailer-dvi.schemas:
11032         
11033         Conditionally install schemas for djvu/dvi thumbnailer
11034
11035 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11036
11037         * shell/ev-document-types.h: 
11038         * shell/ev-document-types.c: 
11039         New files, handling the mapping from mimetypes to backends
11040         
11041         * shell/ev-window.c: 
11042         * thumbnailer/evince-thumbnailer.c:     
11043         Use the ev-document-types code
11044         
11045         * shell/Makefile.am: 
11046         Added new convenience library libevbackendfactory_la, containing
11047         the new mimetype->backend logic; moved the backends into it.
11048
11049         * thumbnailer/Makefile.am:
11050         Make the thumbnailer link with the libevbackend.la convenience
11051         library, rather than having a duplicate of the backend logic here.
11052
11053 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11054
11055         * shell/ev-stock-icons.c: constify some vars.
11056         * shell/ev-window.c: ditto.
11057
11058 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11059
11060         * ps/ps-document.c (get_page_orientation):
11061
11062         Respect document orientation 
11063
11064 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11065
11066         * djvu/Makefile.am:
11067         * dvi/Makefile.am:
11068         * shell/Makefile.am:
11069         
11070         Move library dependencies to components.
11071         
11072         * shell/ev-window.c: (update_window_title),
11073         (start_loading_document):
11074         
11075         Fix display of uris with spaces. Bug 168358.
11076
11077 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11078
11079         * shell/ev-sidebar-links.c: (selection_changed_cb):
11080         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11081         (ev_view_button_release_event), (ev_view_set_document):
11082         * shell/ev-view.h:
11083         * shell/ev-window.c: (find_bar_search_changed_cb):
11084         * shell/ev-window.h: Minor cleanups removing some dead code.
11085
11086 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11087
11088         * backend/ev-page-cache.c: (_ev_page_cache_new):
11089         
11090         Set current page to 0 if document has pages.
11091
11092 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11093
11094         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11095
11096         Initialize GError to NULL, fix a crash when loading fails.
11097
11098 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11099
11100         * shell/ev-window.c: (update_view_size):
11101
11102         Calculate shadow size only when there is actually
11103         a shadow.
11104
11105 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11106
11107         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11108         * shell/ev-view.h:
11109
11110         Allow setting view spacing, default to 0
11111
11112         * shell/ev-window.c: (ev_window_unfullscreen),
11113         (ev_window_cmd_view_fullscreen), (ev_window_init):
11114
11115         Remove spacing in fullscreen mode
11116
11117 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11118
11119         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11120         (ev_view_size_request), (expose_bin_window),
11121         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11122         * shell/ev-view.h:
11123         * shell/ev-window.c: (ev_window_unfullscreen),
11124         (ev_window_cmd_view_fullscreen):
11125
11126         Do not draw the border in fulscreen
11127
11128 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11129
11130         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11131         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11132         (find_page_at_location), (page_changed_cb):
11133
11134         Rework border calculation, so that I can more easily disable it.
11135         Code somewhat cleaner too.
11136
11137 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11138
11139         * backend/ev-page-cache.c: (ev_page_cache_init),
11140         (_ev_page_cache_new):
11141
11142         Remove some assertions, documents can have 0 pages.
11143         Make initial current page -1.
11144
11145         * shell/ev-page-action.c: (page_changed_cb):
11146
11147         Show "" if current page is -1
11148
11149         * shell/ev-window.c: (update_action_sensitivity),
11150         (ev_window_setup_document):
11151
11152         When document has 0 pages do not set the view
11153         and make nearly everything insensitive.
11154
11155 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11156
11157         * shell/ev-page-view.c:
11158         * shell/ev-page-view.h:
11159
11160         Remove unused files.
11161         
11162         * shell/ev-sidebar-thumbnails.c:
11163         (ev_sidebar_thumbnails_set_document):
11164         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11165         (ev_sidebar_supports_document):
11166         * shell/ev-sidebar.h:
11167         * shell/ev-window.c: (ev_window_setup_document):
11168         
11169         Doesn't show thumbnails if document has 1 page. Make
11170         sidebar menu entries sensitive only if if they have 
11171         sense. Fix bug 164811. 
11172
11173 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11174
11175         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11176         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11177         (ev_view_zoom_out), (ev_view_set_size):
11178
11179         Rework sizing to deal with documents with not uniform page
11180         size.
11181
11182 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11183
11184         * backend/ev-page-cache.c: (_ev_page_cache_new):
11185
11186         Fix several page size caching bugs
11187
11188 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11189
11190         * shell/ev-window.c: (set_action_properties):
11191
11192         Make all toolbar items translatable
11193
11194 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11195
11196         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11197         (save_page_list), (ps_document_save),
11198         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11199         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11200         (ps_document_ps_exporter_iface_init):
11201         * ps/ps-document.h:
11202
11203         Based on a patch by J�rg Billeter <j@bitron.ch>
11204         
11205         Implement print and save a copy for the ps backend.
11206
11207 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11208
11209         * backend/ev-document.h:
11210         * djvu/djvu-document.c: (djvu_document_can_get_text),
11211         (djvu_document_document_iface_init):
11212         * dvi/dvi-document.c: (dvi_document_can_get_text),
11213         (dvi_document_document_iface_init):
11214         * pdf/ev-poppler.cc:
11215         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11216         (pixbuf_document_document_iface_init):
11217         * ps/ps-document.c: (ps_document_can_get_text),
11218         (ps_document_document_iface_init):
11219         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11220         * shell/ev-window.c: (update_action_sensitivity):
11221
11222         Fix the crash when trying to copy in backends that doesnt
11223         support it. We can implement a better solution once we
11224         do real text selection.
11225
11226 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11227
11228         * data/evince-ui.xml:
11229         * shell/ev-window.c: (ev_window_cmd_escape):
11230         
11231         Work around the Escape conflict (find bar and unfullscreen)
11232
11233 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11234
11235         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11236         
11237         Fix for #300233. Next page correctly handles document end.
11238         
11239         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11240         (ev_sidebar_thumbnails_class_init),
11241         (ev_sidebar_thumbnails_set_document),
11242         (ev_sidebar_thumbnails_clear_job),
11243         (ev_sidebar_thumbnails_clear_model):
11244         
11245         Cleanup thumbnail jobs on document changes.
11246         
11247         * shell/ev-view.c: (add_scroll_binding_keypad),
11248         (add_scroll_binding_shifted), (ev_view_class_init):
11249         
11250         Shift + Space scrolls up. Fix for #173184
11251         
11252         * shell/ev-window.c: (ev_window_open_page),
11253         (ev_window_cmd_view_reload):
11254         
11255         Fix reload (Bug #300094)
11256
11257 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11258
11259         
11260         * dvi/mdvi-lib/assoc.c:
11261         * dvi/mdvi-lib/assoc.h: Removed garbage files
11262         
11263         * dvi/mdvi-lib/bitmap.c:
11264         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11265         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11266         * dvi/mdvi-lib/color.h: Antialias of rules
11267         
11268         * dvi/mdvi-lib/common.h:
11269         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11270         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11271         * dvi/mdvi-lib/files.c:
11272         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11273         * dvi/mdvi-lib/mdvi.h:
11274         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11275         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11276         * dvi/mdvi-lib/util.c: Fix compile warnings
11277         
11278         * dvi/dvi-document.c:
11279         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11280         (dvi_document_thumbnails_get_thumbnail),
11281         (dvi_document_document_thumbnails_iface_init):
11282         * dvi/mdvi-lib/Makefile.am:
11283         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11284         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11285         
11286         Dvi backend now renders thumbnails
11287
11288 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11289
11290         * shell/main.c: (main): 
11291         
11292         Save accelerators on exit. Fixes bug #172095.
11293
11294 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11295
11296         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11297         update priority" comment.
11298
11299         * backend/ev-job-queue.c: Give a way to change priority.
11300
11301 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11302
11303         * shell/ev-page-action.c: Fix logic.
11304
11305 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11306
11307         * shell/ev-view.c: (ev_view_can_find_next):
11308         * shell/ev-window.c: (ev_window_setup_document):
11309
11310         Check that the document supports find
11311
11312 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11313
11314         * data/evince-ui.xml:
11315         * shell/ev-view.c: (ev_view_can_find_next):
11316         * shell/ev-view.h:
11317         * shell/ev-window.c: (update_action_sensitivity),
11318         (find_changed_cb), (ev_window_setup_document),
11319         (ev_window_cmd_edit_find_next):
11320
11321         Add Edit->Find Next
11322
11323 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11324
11325         * pdf/ev-poppler.cc:
11326         * shell/ev-print-job.c: (idle_print_handler):
11327
11328         Make printing work again
11329
11330 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11331
11332         * shell/ev-page-action.h:
11333         * shell/ev-page-action.c: (ev_page_action_widget_init),
11334         (ev_page_action_widget_class_init), (page_changed_cb),
11335         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11336         (get_filter_model_from_model), (match_selected_cb),
11337         (display_completion_text), (match_completion), (update_model),
11338         (connect_proxy), (ev_page_action_set_property),
11339         (ev_page_action_get_property), (ev_page_action_set_document),
11340         (ev_page_action_set_model), (ev_page_action_class_init): Big
11341         reworking to make completions work iff we have >= GTK-2.7.0
11342                 
11343         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11344         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11345         (job_finished_cb): We now have a 'model' property that is set when
11346         the links are loaded.  This can be caught with "notify::model"
11347
11348         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11349         listen for the model to be set, and propagate it to the action.
11350
11351 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11352
11353         * cut-n-paste/recent-files/egg-recent-item.c:
11354         (egg_recent_item_set_uri), (make_valid_utf8),
11355         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11356         * cut-n-paste/recent-files/egg-recent-item.h:
11357         
11358         Update egg-recent from libegg. This should fix long
11359         startup problem. For details see
11360         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11361
11362 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11363
11364         * cut-n-paste/recent-files/Makefile.am:
11365         * data/evince-ui.xml, shell/Makefile.am:
11366         * shell/ev-application.c, shell/ev-application.h:
11367         * shell/ev-window.c: Recent files support.
11368         
11369         * configure.ac: Added "ru" to ALL_LINGUAS.
11370         
11371         * dvju: new backend to support DJVU files.
11372         * dvi: new backend to support DVI.
11373
11374         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11375         * ev-application.c: Support for new backends.
11376         
11377         * help, ev-window.c, main.c shell/Makefile.am: 
11378         Evince user documentation.
11379
11380 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11381
11382         * po/POTFILES.in:
11383         * shell/ev-window.c:
11384         * thumbnailer/evince-thumbnailer.c:
11385
11386         s/pdf-document/ev-poppler
11387
11388 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11389
11390         * NEWS:
11391         * configure.ac:
11392
11393         Release 0.2.0
11394
11395         * ps/ps-document.c: (setup_pixmap):
11396
11397         Remove debug code
11398
11399 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11400
11401         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11402         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11403         (ev_window_cmd_go_first_page): Fix of by one errors.
11404
11405 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11406
11407         * ps/ps-document.c: (get_page_box):
11408
11409         Fix page size calculation
11410
11411 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11412
11413         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11414         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11415         (get_page_orientation), (setup_page), (document_load),
11416         (ps_document_get_page_size), (render_pixbuf_idle):
11417         * ps/ps-document.h:
11418
11419         More refactoring to adapt to EvDocument changes
11420
11421 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11422
11423         * ps/ps-document.c: (start_interpreter):
11424
11425         Actually add alpha args
11426
11427 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11428
11429         * pdf/ev-poppler.cc:
11430
11431         Make clipboard work again
11432
11433 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11434
11435         Make searching work again.
11436         
11437         * backend/ev-document.c:
11438         * backend/ev-document.h:
11439         * backend/ev-document-find.c:
11440         * backend/ev-document-find.h: Change EvDocumentIface so we no
11441         longer store the current page or zoom level in the document.  The
11442         consequence is that all calls that operate on the current page now
11443         instead take the page number as an extra argument, and all
11444         coordinates are now doubles in document coordinate system.
11445
11446         * pdf/ev-poppler.cc:
11447         * pixbuf/pixbuf-document.c:
11448         * ps/ps-document.c: Update backends accordingly.
11449
11450 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11451
11452         * autogen.sh:
11453
11454         Add required gettext version
11455
11456 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11457
11458         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11459         make F1 bring up non-existent help.
11460
11461         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11462         epiphany's find bar, #167477
11463
11464         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11465         <emil@nishra.com> to add space-bar scrolling, 
11466
11467         * shell/ev-window.c (static GtkActionEntry entries): add default
11468         keybinding for Help (F1)
11469         Fixes #171068
11470
11471         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11472         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11473         170110
11474
11475 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11476
11477         * Makefile.am: 
11478         * pixbuf/pixbuf-document.c: 
11479
11480         Got pixbuf backend working again
11481
11482 2005-04-01  Steve Murphy  <murf@e-tools.com>
11483
11484         * configure.in: Added "rw" to ALL_LINGUAS.
11485
11486 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11487
11488         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11489         model types, noticed by Martin Kretzschmar.
11490
11491 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11492
11493         * pdf/ev-poppler.cc: Implement search based on
11494         poppler_page_find_text().  Currently a bit crude since we remember
11495         all matches from all pages.  Also, we grab the big document lock
11496         when we search since searching changes the underlying stream and
11497         thus conflicts with the rendering thread.
11498         
11499         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11500         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11501         (ev_view_find_previous): Fix some page indexes to be 0 based,
11502         offset rubber band by view offset,
11503
11504 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11505
11506         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11507
11508 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11509
11510         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11511         completely because I didn't understand GtkActions.  I should
11512         read Marco's code more carefully in the future.
11513
11514         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11515         function
11516
11517 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11518
11519         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11520         PopplerRectangle change from poppler CVS.
11521
11522 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11523
11524         * backend/ev-document.c: (ev_document_get_page_label):
11525         * backend/ev-document.h:
11526         * backend/ev-page-cache.c: (_ev_page_cache_new),
11527         (ev_page_cache_get_page_label):
11528         * backend/ev-page-cache.h:
11529         * pdf/ev-poppler.cc:
11530         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11531         (links_page_num_func):
11532         * shell/ev-sidebar-thumbnails.c:
11533         (ev_sidebar_thumbnails_set_document):
11534         * shell/ev-view.c: (status_message_from_link),
11535         (ev_view_motion_notify_event):
11536         * shell/ev-window.c: (document_supports_sidebar): Add in page
11537         label support.  It's not perfect yet, but it's the first 'feature'
11538         in a while.
11539         Also, fix a bogus comment noticed by crispin. 
11540
11541 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11542
11543         * Makefile.am: Remove pixbuf backend for now
11544
11545         * configure.ac: Require poppler-glib instead of just poppler.
11546
11547         * backend/ev-document-thumbnails.h: Add a comment
11548
11549         * backend/ev-document.h:
11550         * backend/ev-document.c: (ev_document_class_init),
11551         (ev_document_load), (ev_document_get_link),
11552         (ev_document_get_links): Remove 3 methods and add get_links.
11553         Also, made 0 based.
11554
11555         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11556         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11557
11558         * backend/ev-link.c: (ev_link_set_title),
11559         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11560         (ev_link_mapping_find):
11561         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11562         
11563         * backend/ev-page-cache.c: (ev_page_cache_init),
11564         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11565         (ev_page_cache_get_size), (ev_page_cache_next_page),
11566         (ev_page_cache_prev_page): Fix to be 0 based.
11567
11568         * pdf/Makefile.am: 
11569         * pdf/ev-poppler.h:
11570         * pdf/ev-poppler.cc: New backend.
11571         
11572         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11573         (ps_document_get_page), (ps_document_document_iface_init):
11574
11575         * shell/ev-pixbuf-cache.h:
11576         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11577         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11578         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11579         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11580         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11581         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11582         based.
11583         
11584         * shell/ev-sidebar-thumbnails.c:
11585         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11586         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11587
11588         * shell/ev-view.c: (status_message_from_link),
11589         (find_page_at_location), (get_link_at_location),
11590         (ev_view_motion_notify_event), (ev_view_button_release_event),
11591         (ev_view_init): Use the new link code.  Fix to be 0 based.
11592
11593         * shell/ev-window.c: (update_action_sensitivity),
11594         (document_supports_sidebar): 0 based.
11595
11596 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11597
11598         * pdf/pdf-document.cc: Patch from Fernando Herrera
11599         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11600         *blush*
11601
11602 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11603
11604         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11605         1 to the page, as this seems to be 1 based.  I thought we has this
11606         fixed.  grump.
11607
11608 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11609
11610         * TODO:
11611         * backend/Makefile.am:
11612         * backend/ev-document-links.c:
11613         (ev_document_links_has_document_links),
11614         (ev_document_links_get_links_model):
11615         * backend/ev-document-links.h:
11616         * backend/ev-document.c: (ev_document_get_page_cache),
11617         (ev_document_get_doc_mutex), (ev_document_load),
11618         (ev_document_save), (ev_document_get_title),
11619         (ev_document_get_n_pages), (ev_document_set_page),
11620         (ev_document_get_page), (ev_document_set_target),
11621         (ev_document_set_scale), (ev_document_set_page_offset),
11622         (ev_document_get_page_size), (ev_document_get_text),
11623         (ev_document_get_link), (ev_document_render),
11624         (ev_document_render_pixbuf), (ev_document_scale_changed):
11625         * backend/ev-document.h:
11626         * backend/ev-job-queue.c: (remove_object_from_queue),
11627         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11628         (no_jobs_available_unlocked), (ev_render_thread),
11629         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11630         (ev_job_queue_remove_job):
11631         * backend/ev-job-queue.h:
11632         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11633         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11634         (ev_job_links_class_init), (ev_job_render_init),
11635         (ev_job_render_dispose), (ev_job_render_class_init),
11636         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11637         (ev_job_thumbnail_class_init), (ev_job_finished),
11638         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11639         (ev_job_render_run), (ev_job_thumbnail_new),
11640         (ev_job_thumbnail_run):
11641         * backend/ev-jobs.h:
11642         * backend/ev-link.c:
11643         * backend/ev-link.h:
11644         * backend/ev-page-cache.c: (ev_page_cache_init),
11645         (ev_page_cache_class_init), (ev_page_cache_finalize),
11646         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11647         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11648         (ev_page_cache_set_link), (ev_page_cache_get_title),
11649         (ev_page_cache_get_size), (ev_page_cache_next_page),
11650         (ev_page_cache_prev_page):
11651         * backend/ev-page-cache.h:
11652         * pdf/pdf-document.cc:
11653         * ps/gsdefaults.c:
11654         * ps/gsdefaults.h:
11655         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11656         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11657         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11658         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11659         (is_interpreter_ready), (output), (catchPipe), (input),
11660         (start_interpreter), (check_filecompressed), (compute_dimensions),
11661         (ps_document_enable_interpreter), (document_load),
11662         (ps_document_next_page), (render_page), (ps_document_set_page),
11663         (ps_document_set_scale), (render_pixbuf_idle),
11664         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11665         * ps/ps-document.h:
11666         * shell/Makefile.am:
11667         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11668         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11669         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11670         (ev_pixbuf_cache_new), (job_finished_cb),
11671         (check_job_size_and_unref), (move_one_job),
11672         (ev_pixbuf_cache_update_range), (find_job_cache),
11673         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11674         (ev_pixbuf_cache_add_jobs_if_needed),
11675         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11676         * shell/ev-pixbuf-cache.h:
11677         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11678         (idle_print_handler):
11679         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11680         (selection_changed_cb), (create_loading_model),
11681         (ev_sidebar_links_construct), (links_page_num_func),
11682         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11683         (update_page_callback), (job_finished_cb),
11684         (ev_sidebar_links_set_document):
11685         * shell/ev-sidebar-thumbnails.c:
11686         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11687         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11688         (page_changed_cb), (thumbnail_job_completed_callback),
11689         (ev_sidebar_thumbnails_set_document):
11690         * shell/ev-sidebar-thumbnails.h:
11691         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11692         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11693         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11694         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11695         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11696         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11697         (ev_view_button_release_event), (ev_view_scroll_view),
11698         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11699         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11700         (ev_view_new), (job_finished_cb), (page_changed_cb),
11701         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11702         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11703         (ev_view_find_previous):
11704         * shell/ev-view.h:
11705         * shell/ev-window.c: (update_action_sensitivity),
11706         (ev_window_open_page), (update_window_title), (update_total_pages),
11707         (page_changed_cb), (ev_window_setup_document),
11708         (password_dialog_response), (ev_window_cmd_save_as),
11709         (ev_window_print), (ev_window_cmd_go_previous_page),
11710         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11711         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11712         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11713         * shell/main.c: (main):
11714
11715         Merge evince-threads branch
11716
11717 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11718
11719         * configure.ac: Added "lt" to ALL_LINGUAS.
11720
11721 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11722
11723         * NEWS:
11724         * configure.ac:
11725
11726         Release 0.1.9
11727
11728 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11729
11730         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11731
11732         Fix here also the thumbnails 1-basedness :)
11733
11734 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11735
11736         * NEWS:
11737         * configure.ac:
11738
11739         Release 0.1.8
11740
11741 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11742
11743         * pdf/pdf-document.cc:
11744         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11745         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11746
11747         Fix the mess we did with thumbnails and 1-basedness
11748
11749 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11750
11751         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11752
11753 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11754
11755         * NEWS:
11756         * configure.ac:
11757
11758         Release 0.1.7
11759
11760 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11761
11762         * ps/Makefile.am:
11763         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11764         (gtk_gs_defaults_get_alpha_parameters),
11765         (gtk_gs_defaults_get_ungzip_cmd),
11766         (gtk_gs_defaults_get_unbzip2_cmd):
11767         * ps/gsdefaults.h:
11768         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11769         (ps_document_get_orientation), (document_load),
11770         (ps_document_goto_page), (ps_document_set_page_size):
11771         * ps/ps-document.h:
11772
11773         Some more sanitization of the ps backend. Remove a lot
11774         of unused code and do not base our defaults on ggv
11775         preferences (ugh!)
11776
11777 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11778
11779         * thumbnailer/evince-thumbnailer.schemas:
11780         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11781         (main): add -s option for thumbnail size.
11782
11783 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11784
11785         * configure.ac:
11786
11787         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11788         remove it.
11789
11790 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11791
11792         * pdf/pdf-document.cc:
11793
11794         Remove 4 pixels of useless border from the
11795         thumbnail.
11796
11797 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11798
11799         * backend/ev-document-thumbnails.c:
11800         (ev_document_thumbnails_get_thumbnail):
11801         * backend/ev-document-thumbnails.h:
11802
11803         Rework API a bit. Add a border flag and
11804         change sizing logic (now the size we specify
11805         applies to the bigger dimension).
11806
11807         * pdf/pdf-document.cc:
11808         * pixbuf/pixbuf-document.c:
11809         (pixbuf_document_thumbnails_get_thumbnail):
11810         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11811         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11812
11813         Adapt to the new API and do not draw a border for nautilus
11814         thumbnailer.
11815
11816 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11817
11818         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11819         take thumbnails from page "0" instead of "1". Added a copyright header.
11820
11821 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11822
11823         * ps/ps-document.c: (set_up_page), (start_interpreter):
11824
11825         Make it C89 compliant
11826
11827 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11828
11829         * Makefile.am:
11830         * configure.ac:
11831         * pdf/.cvsignore:
11832         * pdf/pdf-document.cc:
11833         * thumbnailer/Makefile.am:
11834         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11835         (main):
11836         * thumbnailer/evince-thumbnailer.schemas:
11837         * thumbnailer/pdf-icon.png:
11838
11839         Add a nautilus thumbnailer.
11840         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11841
11842 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11843
11844         * NEWS:
11845         * configure.ac:
11846         * po/POTFILES.in:
11847
11848         Release 0.1.6
11849
11850 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11851
11852         Use poppler instead of including xpdf source code.  Poppler is a
11853         fork of xpdf to build it as a shared library. See
11854         http://freedesktop.org/wiki/Software/poppler.
11855
11856         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11857         xpdf fork.
11858         
11859         * pdf/Makefile.am: Build libpdfdocument.a here.
11860         
11861         * pdf/GDKSplashOutputDev.cc:
11862         * pdf/GDKSplashOutputDev.h:
11863         * pdf/GnomeVFSStream.cc:
11864         * pdf/GnomeVFSStream.h:
11865         * pdf-document.cc:
11866         * pdf-document.h:
11867         * test-gdk-output-dev.cc
11868         * Thumb.cc:
11869         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11870         against poppler.
11871
11872 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11873
11874         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11875
11876         Clear idle stack before unsetting the document
11877
11878 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11879
11880         * ps/ps-document.c: (ps_document_widget_event),
11881         (ps_document_set_target), (ps_document_finalize),
11882         (ps_document_get_page):
11883
11884         Disconnect the widget event signal on finalize.
11885         Some code cleanups.
11886
11887 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11888
11889         * ps/ps-document.c: (set_up_page):
11890
11891         If there is no bpixmap create one, even if size
11892         is not changed.
11893
11894 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11895
11896         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11897         (set_up_page), (document_load), (ps_document_set_zoom):
11898
11899         Default page is 0. Calculate size even when we have no
11900         target yet.
11901
11902 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11903
11904         * shell/ev-sidebar.c: expand the selection widget to be always as
11905         wide as the sidebar
11906
11907 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11908
11909         * shell/ev-sidebar-thumbnails.c:
11910         (ev_sidebar_thumbnails_set_document):
11911
11912         Clear the list store when setting document
11913
11914 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11915
11916         * shell/ev-page-action.c: (update_entry), (sync_entry),
11917         (activate_cb), (entry_size_request_cb), (create_tool_item),
11918         (connect_proxy):
11919
11920         Use an entry for the page control instead of spinbuttons
11921
11922 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11923
11924         * data/evince.schemas.in:
11925
11926         Correct confusing string
11927
11928 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11929
11930         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11931         for real.  Gosh, how long has this been broken.
11932
11933         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11934         check for a NULL link.  We crash otherwise.
11935
11936 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11937
11938         * NEWS:
11939         * configure.ac:
11940
11941         Release 0.1.5
11942
11943 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11944
11945         * configure.ac: add the french translation.
11946
11947 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11948
11949         * shell/ev-window.c:
11950
11951         Remove unused header -> fix distcheck
11952
11953 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11954
11955         * shell/ev-window.c: (update_window_title),
11956         (ev_window_popup_password_dialog):
11957
11958         Unescape filename for display
11959
11960 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11961
11962         * pdf/xpdf/pdf-document.cc:
11963
11964         In get_page_size deal with rotation. Also
11965         cleanup the function a bit.
11966
11967 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11968
11969         * pdf/xpdf/pdf-document.cc:
11970
11971         Fix crash when opening in new window
11972
11973 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11974
11975         * configure.ac:
11976
11977         Check ghostscript >= 7
11978
11979 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11980
11981         * shell/ev-window.c:
11982
11983         Make page width the default sizing mode
11984
11985 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11986         Marco Pesenti Gritti <marco@gnome.org>
11987
11988         * shell/ev-window.c: Remember the sidebar size
11989
11990         * data/evince.schemas.in: Add a new gconf key to store the size of
11991         the sidebar
11992
11993 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11994
11995         * data/evince-ui.xml:
11996         * shell/ev-window.c: (update_action_sensitivity),
11997         (ev_window_cmd_view_reload):
11998         
11999         Add a "Reload" action and menu entry
12000
12001 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12002
12003         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12004         iff the type doesn't support thumbnailing and indexing.
12005
12006 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12007
12008         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12009
12010 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12011
12012         * pdf/splash/Splash.cc:
12013
12014         Port fix for a crasher from kde bug
12015         http://bugs.kde.org/show_bug.cgi?id=97131
12016
12017 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12018
12019         * pdf/xpdf/pdf-document.cc:
12020
12021         Return a link even if it's of an unrecognized
12022         type. Otherwise we go in an infinte cycle.
12023
12024 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12025
12026         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12027         (size_allocate_cb), (ev_window_set_sizing_mode):
12028
12029         Update size when switching mode
12030
12031 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12032
12033         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12034         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12035         (ev_window_cmd_view_normal_size):
12036
12037         Fix size toggle buttons behavior
12038
12039 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12040
12041         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12042         (doc_rect_to_view_rect), (ev_view_size_allocate),
12043         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12044         (scale_changed_callback):
12045
12046         Do not cache offsets in size_allocate.
12047
12048 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12049
12050         * shell/ev-view.c: (ev_view_size_allocate):
12051
12052         Calculate offsets before calling the parent
12053         class (which does a redraw)
12054
12055 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12056
12057         * pdf/xpdf/pdf-document.cc:
12058
12059         Fix a crasher on exit. Unused code, put a TODO
12060
12061 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12062
12063         * backend/ev-document.c: (ev_document_class_init),
12064         (ev_document_page_changed), (ev_document_scale_changed):
12065         * backend/ev-document.h:
12066
12067         Separate page/scale notifications
12068
12069         * pdf/xpdf/pdf-document.cc:
12070
12071         Emit the new signals.
12072         Do not display the pdf page in _render, do it
12073         when scale/page are requested.
12074
12075         * ps/ps-document.c: (ps_document_set_zoom),
12076         (ps_document_widget_event):
12077         * ps/ps-document.h:
12078
12079         Emit the new signals.
12080
12081         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12082         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12083         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12084         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12085         * shell/ev-view.h:
12086         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12087         (ev_window_cmd_view_page_width), (size_allocate_cb),
12088         (ev_window_set_sizing_mode):
12089
12090         Rework sizing to be pixel based.
12091         There are bugs but should be already way better.
12092
12093 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12094
12095         * shell/ev-window.c: (ev_window_init):
12096
12097         Do not allow to shrink sidebar smaller then
12098         child requisition
12099
12100 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12101
12102         * shell/ev-sidebar.[ch]
12103         * shell/ev-window.c:
12104
12105         Improved sidebar widget. Fixes #166683
12106
12107 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12108
12109         * shell/ev-view.c (update_find_status_message): Give translators
12110         more flexibility with ngettext plural handling.
12111
12112 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12113
12114         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12115         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12116         page when we get the page size.
12117
12118 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12119
12120         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12121
12122         ps pages are 0 based, convert 
12123
12124 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12125
12126         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12127
12128         Initialize correct parent class. Set GError on document load
12129
12130 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12131
12132         * pdf/xpdf/pdf-document.cc:
12133
12134         Fixup selection offset calculation
12135
12136         * shell/ev-view.c: (view_rect_to_doc_rect),
12137         (doc_rect_to_view_rect), (ev_view_size_allocate),
12138         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12139         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12140
12141         Store selection as document relative, so that zooming
12142         and offset changing doesnt break it.
12143
12144 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12145
12146         * shell/ev-view.c: (ev_view_best_fit):
12147
12148         Do not try to best fit if the view is not realized
12149
12150 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12151           
12152         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12153
12154 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12155
12156         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12157
12158 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12159
12160         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12161         the popup window.  That prevents it resizing when in full screen
12162         mode.
12163
12164         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12165         multiple rerenders.  This pretty much sucks.
12166
12167         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12168         rest of the toolbar.
12169
12170 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12171
12172         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12173
12174 2005-02-17  Alexander Shopov  <ash@contact.bg>
12175
12176         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12177
12178 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12179
12180         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12181
12182 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12183
12184         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12185         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12186         (set_document_page), (document_changed_callback),
12187         (ev_view_set_document), (ev_view_find_previous),
12188         (ev_view_hide_cursor), (ev_view_show_cursor):
12189         * shell/ev-view.h:
12190         * shell/ev-window.c: (update_chrome_visibility),
12191         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12192         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12193         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12194         (ev_window_unfullscreen):
12195         * shell/main.c: (main):
12196
12197         Automatically hide the fullscreen button.
12198         Patch by Kristian Høgsberg <krh@redhat.com>
12199
12200 2005-02-16  Vincent Noel  <vnoel@cox.net>
12201
12202         * shell/main.c (main): Specify an icon for the window. Patch by
12203         Jaap A. Haitsma. Fixes #166177.
12204
12205 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12206
12207         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12208
12209 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12210
12211         * backend/ev-document-misc.h:
12212         * backend/ev-document-misc.c:
12213         (ev_document_misc_get_page_border_size),
12214         (ev_document_misc_paint_one_page): New function to canonicalize
12215         sizing/painting a border.
12216
12217         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12218         used.
12219
12220         * pdf/xpdf/pdf-document.cc: use new function
12221
12222         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12223         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12224         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12225         shell/ev-window.c: (update_sizing_buttons),
12226         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12227         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12228         (ev_window_cmd_view_page_width), (size_allocate_cb),
12229         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12230         and "fit width" values act as toggle buttons so they stay
12231         toggled.  It's not 100% perfect, and it's a little slow, but it's
12232         good enough to commit I think.
12233
12234 2005-02-15  David Lodge  <dave@cirt.net>
12235
12236         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12237
12238 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12239
12240         * shell/ev-window.c (update_window_title): replace newlines in
12241         the title by spaces. Bug #166107.
12242
12243 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12244
12245         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12246         parameters providing allocation width and height without
12247         scrollbars and width of a possible vertical scrollbar. With this
12248         additional information the functions can work as
12249         intended. Unfortunately they're not idempotent. We should
12250         transform these commands to toggles. Fixes Bug #164976
12251         Initial patch by Stephane Loeuillet, then heavily modified.
12252
12253         * shell/ev-view.h: update prototypes.
12254
12255         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12256         (ev_window_cmd_view_page_width): provide EvView fit functions with
12257         all the information they need. Formulas to calculate this
12258         information taken from GtkScrolledWindow.
12259
12260 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12261
12262         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12263         created a thumbnail, the list store is updated to know
12264         that the thumbnail is set. Fixes bug #166792
12265
12266 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12267
12268         * shell/ev-window.c: fixed typo, closes bug 166897
12269
12270         * TODO: updated TODO with bug numbers that are relevant
12271
12272 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12273
12274         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12275
12276 2005-02-09  Vincent Noel  <vnoel@cox.net>
12277
12278         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12279         and "Next" toolbar buttons as important to make them stand out.
12280
12281 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12282
12283         * lib/ev-debug.c:
12284         * lib/ev-debug.h:
12285         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12286         (start_interpreter), (stop_interpreter), (document_load),
12287         (ps_document_next_page), (ps_document_goto_page),
12288         (ps_document_set_page_size), (ps_document_widget_event),
12289         (ps_document_render):
12290         * shell/ev-page-view.c: (ev_page_view_dispose):
12291         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12292
12293         Fix compilation on non-gcc platforms
12294
12295 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12296
12297         * NEWS:
12298         * configure.ac:
12299
12300         Release 0.1.4
12301
12302         * pdf/xpdf/Catalog.cc:
12303         * pdf/xpdf/XRef.cc:
12304
12305         Fix the fix for CAN-2004-0888
12306
12307 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12308
12309         * data/Makefile.am:
12310         * data/evince-ui.xml:
12311         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12312         * shell/ev-stock-icons.h:
12313         * shell/ev-window.c: (update_action_sensitivity),
12314         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12315         (set_action_properties):
12316
12317         Improve toolbar layout/icons
12318
12319 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12320
12321         * pdf/xpdf/pdf-document.cc:
12322
12323         Add warnings about unimplemented/unknown link
12324         types.
12325
12326 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12327
12328         * ps/ps-document.c: (set_up_page):
12329
12330         Log gs property
12331
12332 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12333
12334         * ps/ps-document.c: (start_interpreter):
12335
12336         Log gs env var
12337
12338 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12339
12340         * shell/ev-page-view.c: (ev_page_view_dispose):
12341         * shell/ev-view.c: (ev_view_finalize):
12342         * shell/ev-window.c: (ev_window_setup_document),
12343         (ev_window_dispose), (ev_window_init):
12344
12345         Solve more refs issues.
12346
12347         I commented out the page_view initialization for now:
12348         it was never destroyed (because it's never added
12349         to a container). Because of that we was leaking
12350         gs processes. Couldnt think to a clean fix.
12351         We need to figure this out, password view has the
12352         same issue probably.
12353
12354 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12355
12356         * ps/ps-document.c: (ps_document_finalize),
12357         (ps_document_get_n_pages), (ps_document_get_page):
12358
12359         Some cleanups, stop the interpreter on finalize
12360
12361         * shell/ev-page-view.c: (ev_page_view_dispose),
12362         (ev_page_view_class_init):
12363
12364         Release our reference on the document
12365
12366 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12367
12368         * Makefile.am:
12369         * configure.ac:
12370         * doc/debugging.txt:
12371         * lib/.cvsignore:
12372         * lib/Makefile.am:
12373         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12374         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12375         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12376         * lib/ev-debug.h:
12377
12378         Add debugging helpers
12379
12380         * ps/Makefile.am:
12381         * ps/ps-document.c: (set_up_page), (start_interpreter),
12382         (stop_interpreter), (document_load), (ps_document_next_page),
12383         (ps_document_goto_page), (ps_document_set_page_size),
12384         (ps_document_widget_event), (ps_document_render):
12385         * shell/Makefile.am:
12386         * shell/ev-view.c: (expose_bin_window):
12387         * shell/main.c: (main):
12388
12389         Add some logs
12390         
12391 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12392
12393         * ps/ps-document.c: (ps_document_widget_event):
12394
12395         Initialize message_window, this should make ps
12396         rendering really work! (Never noticed because I was
12397         testing with a ps that is causing gs to exit every time!)
12398
12399 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12400
12401         * data/evince.schemas.in: updated simple error in applyto closing tag
12402
12403 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12404
12405         * Makefile.am:
12406         * configure.ac:
12407         * data/.cvsignore:
12408         * data/Makefile.am:
12409         * data/evince-ui.xml:
12410         A data/evince.schemas.in:
12411         * po/POTFILES.in:
12412         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12413         * shell/ev-stock-icons.h:
12414         * shell/ev-window.c: (update_chrome_visibility),
12415         (update_chrome_flag), (ev_window_cmd_edit_find),
12416         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12417         (ev_window_unfullscreen), (ev_window_focus_in_event),
12418         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12419         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12420         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12421         (ev_window_dispose), (ev_window_class_init),
12422         (set_action_properties), (set_chrome_actions), (load_chrome),
12423         (ev_window_init):
12424
12425         Implement fullscreen mode changes from bug #164776.
12426         Also implement persistent chrome toggles.
12427
12428 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12429
12430         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12431
12432 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12433
12434         * NEWS:
12435         * configure.ac:
12436         * shell/ev-view.c:
12437
12438         Add another check for find interface
12439
12440         Release 0.1.3
12441
12442 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12443
12444         * shell/ev-application.c: (ev_application_open):
12445         * shell/ev-window.c: (ev_window_open):
12446
12447         Open gzipped ps documents
12448
12449 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12450
12451         * TODO:
12452         * shell/ev-view.c: (set_document_page):
12453
12454         Clamp page number, dont try to move to
12455         not existant pages.
12456
12457 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12458
12459         * backend/ev-document-find.c: (ev_document_find_changed):
12460         * backend/ev-document-find.h:
12461         * pdf/xpdf/pdf-document.cc:
12462         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12463         * shell/ev-window.c: (find_bar_search_changed_cb):
12464
12465         Fix several bugs with find
12466
12467 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12468
12469         * shell/ev-sidebar-thumbnails.c
12470         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12471         document. Prevents warning from scroll_to_cell.
12472
12473 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12474
12475         * configure.ac: Add «nb» to ALL_LINGUAS too.
12476
12477 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12478
12479         * NOTES: New file with some random thoughts.
12480
12481         * TODO: Update.
12482
12483         * backend/ev-document-misc.c:
12484         (ev_document_misc_get_page_border_size): New function to
12485         canonicalize shadow drawing sizes.  Possibly goofy.
12486
12487         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12488         (ev_view_best_fit), (ev_view_fit_width):
12489         * pdf/xpdf/pdf-document.cc:
12490         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12491         * ps/ps-document.c: (ps_document_get_page_size):
12492         * backend/ev-document-misc.h:
12493         * backend/ev-document.c: (ev_document_get_page_size):
12494         * backend/ev-document.h: get_page_size now takes a page number
12495         parameter.  Made all the backends/frontends honor it.
12496
12497         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12498         see.  Doesn't work yet.
12499
12500         * shell/Makefile.am:
12501         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12502         Doesn't do anything yet.
12503
12504         * shell/ev-sidebar-thumbnails.c:
12505         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12506         [0..n_pages-1]
12507
12508         * shell/ev-window.c: (update_action_sensitivity),
12509         (ev_window_setup_document), (ev_window_set_page_mode),
12510         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12511         view-swapping code a bit so we can have multiple views on a
12512         document.  Add the multi-page view, though it can't be turned on
12513         yet.
12514
12515 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12516
12517         * shell/ev-application.c: (ev_application_open):
12518         * shell/ev-view.c: (expose_bin_window):
12519         * shell/ev-window.c: (ev_window_open):
12520
12521         Support eps and check document supports find
12522         before drawing highlightings in expose.
12523
12524 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12525
12526         * pixbuf/pixbuf-document.c:
12527         (pixbuf_document_thumbnails_get_dimensions),
12528         (pixbuf_document_document_thumbnails_iface_init):
12529
12530         implement get_dimensions
12531
12532 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12533
12534         * NEWS:
12535         * configure.ac:
12536
12537         Release 0.1.2
12538
12539 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12540
12541         * shell/ev-view.c: (set_document_page):
12542
12543         Scroll at the top of the page when changing page
12544
12545 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12546
12547         * shell/ev-view.c: (ev_view_motion_notify_event):
12548
12549         Do not redraw unnecessarily
12550
12551 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12552
12553         * pdf/xpdf/pdf-document.cc:
12554         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12555         (expose_bin_window), (find_changed_cb):
12556
12557         Yay! find works now... Now to find bugs...
12558
12559 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12560
12561         * backend/ev-document-find.c: (ev_document_find_base_init),
12562         (ev_document_find_changed):
12563         * backend/ev-document-find.h:
12564         * pdf/xpdf/pdf-document.cc:
12565         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12566         (expose_bin_window), (ev_view_init), (set_document_page),
12567         (ensure_rectangle_is_visible), (jump_to_find_result),
12568         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12569         (ev_view_find_next), (ev_view_find_previous):
12570         * shell/ev-view.h:
12571         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12572
12573         More work on find implementation, mostly there now
12574
12575 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12576
12577         * backend/ev-backend-marshalers.list:
12578         * backend/ev-document-find.c: (ev_document_find_base_init),
12579         (ev_document_find_cancel), (ev_document_find_page_has_results),
12580         (ev_document_find_get_n_results), (ev_document_find_get_result),
12581         (ev_document_find_get_progress), (ev_document_find_changed):
12582         * backend/ev-document-find.h:
12583
12584         Enanche the find interface to be really able to do
12585         multi page find.
12586
12587         * pdf/xpdf/pdf-document.cc:
12588
12589         Implement
12590
12591         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12592         (expose_bin_window), (ev_view_init),
12593         (ev_view_get_find_status_message), (find_changed_cb),
12594         (ev_view_set_document), (set_document_page):
12595
12596         Adapt to the new interface. A few things are regressed sorry,
12597         I will finish it soon.
12598
12599 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12600
12601         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12602         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12603         ev_sidebar_thumbnails_parent_class variable, don't define another
12604         parent_class variable.
12605
12606         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12607         (ev_page_action_class_init): ditto.
12608
12609         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12610         (pixbuf_document_class_init): ditto.
12611
12612         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12613         ditto.
12614
12615         * .cvsignore: ignore various valgrind output files.
12616
12617 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12618
12619         * data/evince-ui.xml:
12620         * shell/Makefile.am:
12621         * shell/ev-history.c:
12622         * shell/ev-history.h:
12623         * shell/ev-navigation-action.c:
12624         * shell/ev-navigation-action.h:
12625         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12626         (ev_view_set_page), (ev_view_fit_width):
12627         * shell/ev-view.h:
12628         * shell/ev-window.c: (update_action_sensitivity),
12629         (ev_window_setup_document), (register_custom_actions):
12630
12631         Kill session history
12632
12633 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12634
12635         * shell/ev-window.c: (update_action_sensitivity):
12636
12637         Fix inverted up/down buttons
12638
12639 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12640
12641         * shell/ev-sidebar-thumbnails.c
12642         (ev_sidebar_thumbnails_select_page): make sure the selected
12643         thumbnail stays visible.
12644
12645 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12646
12647         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12648         scrolled window for Federico.
12649
12650 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12651
12652         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12653
12654 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12655
12656         * configure.ac:
12657         * pdf/splash/SplashFTFontEngine.cc:
12658
12659         Fix CID fonts with freetype 2.1.9
12660
12661 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12662
12663         * TODO: added item for desktop icon thumbnailer
12664
12665 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12666
12667         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12668         unloaded docs when the title is accessed.
12669
12670         * shell/ev-password-view.[hc]: New widget for displaying password
12671         state.
12672
12673         * shell/ev-window.[ch]: Refactor password handling code to handle
12674         the new view.
12675
12676 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12677
12678         * NEWS:
12679         * configure.ac:
12680         * data/Makefile.am:
12681
12682         Release 0.1.1
12683
12684 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12685
12686         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12687         ignore page offset here, to make search results independent of it,
12688
12689         * shell/ev-view.c (expose_bin_window): but take offsets into
12690         account here. Bug #164932
12691
12692         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12693         scale at the right time. Bug #164996
12694
12695 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12696
12697         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12698         fix the problem. Now I just removed the Adobe font names and hope
12699         that the URW fonts are always in outline format. Bug #164934
12700
12701         * shell/ev-window.c (update_window_title): empty titles are
12702         useless, use filename in that case too.
12703
12704         * NEWS: Add some content.
12705
12706 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12707
12708         * TODO: added one more TODO item and a TODONE section :)
12709
12710 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12711
12712         * ps/ps-document.h: add page_[xy]_offset fields.
12713
12714         * ps/ps-document.c (ps_document_set_page_offset)
12715         (ps_document_render): Keep offset in consideration in a few
12716         places. Bug #164752 "postscript documents are not centered in
12717         window"
12718
12719         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12720         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12721
12722         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12723         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12724         stub out missing methods for complete EvDocument implementation.
12725         Fixes segfaults with Save A Copy and Copy actions.
12726
12727         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12728         (ps_document_document_iface_init): ditto.
12729         
12730 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12731
12732         * data/.cvsignore:
12733         * data/Makefile.am:
12734         * data/evince.desktop.in:
12735
12736         Add desktop file
12737
12738 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12739
12740         * shell/ev-view.c: (ev_view_button_press_event),
12741         (ev_view_motion_notify_event):
12742
12743         Make selection work in any direction
12744
12745 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12746
12747         * TODO:
12748         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12749
12750         Use shorter labels for some of the toolbars items
12751
12752 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12753
12754         * pdf/xpdf/pdf-document.cc:
12755
12756         Check the links info is initialized before
12757         using it. Should fix a crash on startup.
12758
12759 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12760
12761         * pixbuf/pixbuf-document.c
12762         (pixbuf_document_thumbnails_get_dimensions): force floating point
12763         division to calculate page_ratio. Fixes crash with landscape
12764         format pixbufs.
12765
12766 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12767
12768         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12769
12770 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12771
12772         * shell/ev-view.c (set_document_page): unset has_selection when
12773         the page changes.
12774         (set_document_page): handle paper size changes when the page
12775         changes (test with Free Culture, page 2).
12776
12777 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12778
12779         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12780         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12781
12782         Use normal style color for the widget background and
12783         draw a black box around the page.
12784
12785 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12786
12787         * pdf/xpdf/pdf-document.cc:
12788
12789         Keep offset in consideration in a few places
12790
12791         * shell/ev-view.c: (expose_bin_window):
12792
12793         Set the offsets so that the document is ever centered
12794
12795 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12796
12797         * TODO: Added TODO items and finished off the first todo item
12798
12799         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12800         reflect current authors
12801
12802 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12803
12804         * pdf/xpdf/pdf-document.cc:
12805         * shell/ev-view.c: (ev_view_set_cursor),
12806         (ev_view_motion_notify_event), (document_changed_callback),
12807         (set_document_page):
12808
12809         Show a wait cursor while the page is rendering
12810
12811 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12812
12813         * shell/ev-sidebar-thumbnails.c:
12814         (ev_sidebar_tree_selection_changed),
12815         (ev_sidebar_thumbnails_select_page):
12816         * shell/ev-sidebar-thumbnails.h:
12817         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12818         (ev_view_can_go_forward):
12819         * shell/ev-window.c: (ev_window_open_page),
12820         (ev_window_setup_document), (update_current_page),
12821         (view_page_changed_cb), (ev_window_init):
12822         * shell/ev-window.h:
12823
12824         Ensure thumbnails selection, toolbar page control and
12825         current page are in sync.
12826
12827 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12828
12829         * pdf/xpdf/XRef.cc:
12830
12831         Fix CAN-2005-0064
12832
12833 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12834
12835         * backend/Makefile.am:
12836         * backend/ev-document-links.h:
12837         * backend/ev-document-security.c: (ev_document_security_get_type),
12838         (ev_document_security_has_document_security),
12839         (ev_document_security_set_password):
12840         * backend/ev-document-security.h:
12841         * backend/ev-document.c: (ev_document_error_quark):
12842         * backend/ev-document.h:
12843         * data/Makefile.am:
12844         * data/evince-password.glade:
12845         * pdf/xpdf/pdf-document.cc:
12846         * shell/Makefile.am:
12847         * shell/ev-password.c: (ev_password_set_bad_password_label),
12848         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12849         (ev_password_dialog_get_password),
12850         (ev_password_dialog_set_bad_pass):
12851         * shell/ev-password.h:
12852         * shell/ev-window.c: (ev_window_get_attribute),
12853         (ev_window_set_property), (update_action_sensitivity),
12854         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12855         (ev_window_setup_document), (ev_window_get_password),
12856         (ev_window_open), (ev_window_cmd_save_as),
12857         (using_postscript_printer), (ev_window_print),
12858         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12859         (update_fullscreen_popup), (ev_window_fullscreen),
12860         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12861         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12862         (menu_item_select_cb), (find_bar_search_changed_cb),
12863         (ev_window_dispose), (ev_window_init):
12864
12865         Add initial support for password-supported dialogs.  This could be
12866         a lot cooler, but it'll do for now.
12867
12868 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12869
12870         * pdf/xpdf/pdf-document.cc:
12871         * shell/ev-view.c: (status_message_from_link),
12872         (ev_view_set_status), (ev_view_set_cursor),
12873         (ev_view_motion_notify_event), (ev_view_init):
12874         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12875
12876         Fix bugs in the links implementation and change cursor
12877         when hovering a link.
12878
12879 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12880
12881         * viewer/.cvsignore: added cvsignore file for viewer directory
12882
12883         * TODO: created TODO document
12884
12885 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12886
12887         * shell/ev-view.h:
12888         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12889         new functions to help with implementation of sensitivity code
12890         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12891         of all actions that might require it.  Fixes a crash when you
12892         click on the Zoom actions in a window lacking a document.
12893
12894 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12895
12896         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12897         of the Find action
12898
12899 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12900
12901         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12902         (pixbuf_document_document_iface_init):
12903         * ps/ps-document.c: (ps_document_get_link),
12904         (ps_document_document_iface_init):
12905         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12906         (status_message_from_link), (ev_view_set_status),
12907         (ev_view_set_find_status), (ev_view_motion_notify_event),
12908         (ev_view_button_release_event), (ev_view_set_property),
12909         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12910         (ev_view_get_find_status_message), (update_find_results),
12911         (ev_view_get_status), (ev_view_get_find_status):
12912         * shell/ev-view.h:
12913         * shell/ev-window.c: (view_status_changed_cb),
12914         (view_find_status_changed_cb), (ev_window_init):
12915
12916         View status message support, use it to show the links.
12917         Needs work...
12918
12919 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12920
12921         * backend/ev-document.c: (ev_document_get_link):
12922         * backend/ev-document.h:
12923         * pdf/xpdf/pdf-document.cc:
12924         * shell/ev-application.c: (ev_application_open):
12925         * shell/ev-application.h:
12926         * shell/ev-sidebar-links.c: (selection_changed_cb):
12927         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12928         (ev_view_go_to_link):
12929
12930         Add support for document links
12931
12932 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12933
12934         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12935         (create_tool_item):
12936         Set the spin button limits correctly.
12937         
12938         * shell/ev-sidebar-thumbnails.c:
12939         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12940         Support changing pages by clicking on the thumbnails.
12941         
12942 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12943
12944         * pixbuf/pixbuf-document.c:
12945         (pixbuf_document_thumbnails_get_dimensions),
12946         (pixbuf_document_document_thumbnails_iface_init):
12947
12948         implement get_dimensions
12949
12950 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12951
12952         * ps/ps-document.c: (ps_document_goto_page):
12953
12954         Fix page switching on multipage documents
12955
12956 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12957
12958         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12959         
12960         check for NULL before assigning to width and height parameters
12961
12962 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12963
12964         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12965         (pixbuf_document_set_property), (pixbuf_document_get_property):
12966
12967         implement get/set properties
12968
12969 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12970
12971         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12972         
12973         return NULL instead of "Unknown", letting the title get set to
12974         the filename when the pdf has no title.
12975
12976 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12977
12978         * ps/ps-document.c: (ps_document_get_page_count),
12979         (ps_document_goto_page):
12980
12981 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12982
12983         * shell/ev-history.c: (ev_history_get_property),
12984         (ev_history_set_property), (ev_history_class_init),
12985         (ev_history_add_page), (ev_history_set_current_index):
12986         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12987         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12988         (ev_navigation_action_finalize):
12989         * shell/ev-navigation-action.h:
12990         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12991         (ev_view_go_forward), (ev_view_get_find_status_message),
12992         (history_index_changed_cb), (ev_view_set_history):
12993         * shell/ev-view.h:
12994         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12995         (update_current_page), (register_custom_actions):
12996
12997         Implement history dropdowns
12998
12999 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13000
13001         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13002         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13003         (ev_view_go_forward):
13004         * shell/ev-window.c: (register_custom_actions):
13005
13006         Fix several history bugs
13007
13008 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13009
13010         * configure.ac: Add «nb» to ALL_LINGUAS.
13011
13012 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13013
13014         * backend/Makefile.am:
13015         * backend/ev-bookmark.c:
13016         * backend/ev-bookmark.h:
13017         * backend/ev-document-bookmarks.c:
13018         * backend/ev-document-bookmarks.h:
13019         * backend/ev-document-links.c: (ev_document_links_get_type),
13020         (ev_document_links_has_document_links),
13021         (ev_document_links_begin_read), (ev_document_links_get_link),
13022         (ev_document_links_get_child), (ev_document_links_next),
13023         (ev_document_links_free_iter):
13024         * backend/ev-document-links.h:
13025         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13026         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13027         (ev_link_get_link_type), (ev_link_set_link_type),
13028         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13029         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13030         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13031         (ev_link_new_external):
13032         * backend/ev-link.h:
13033         * pdf/xpdf/pdf-document.cc:
13034         * shell/Makefile.am:
13035         * shell/ev-application.c: (ev_application_open_link):
13036         * shell/ev-application.h:
13037         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13038         (ev_history_get_link_nth):
13039         * shell/ev-history.h:
13040         * shell/ev-sidebar-bookmarks.c:
13041         * shell/ev-sidebar-bookmarks.h:
13042         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13043         (ev_sidebar_links_class_init), (selection_changed_cb),
13044         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13045         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13046         (do_one_iteration), (populate_links_idle),
13047         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13048         * shell/ev-sidebar-links.h:
13049         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13050         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13051         (go_to_index):
13052         * shell/ev-view.h:
13053         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13054         * shell/ev-window.h:
13055
13056         Rename bookmark to link, and use "Index" for the sidebar panel.
13057
13058 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13059
13060         * shell/Makefile.am:
13061         * shell/ev-application.c: (ev_application_open_bookmark):
13062         * shell/ev-application.h:
13063         * shell/ev-history.c: (ev_history_init), (free_links_list),
13064         (ev_history_finalize), (ev_history_class_init),
13065         (ev_history_add_link), (ev_history_add_page),
13066         (ev_history_get_link_nth), (ev_history_get_n_links),
13067         (ev_history_get_current_index), (ev_history_set_current_index),
13068         (ev_history_new):
13069         * shell/ev-history.h:
13070         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13071         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13072         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13073         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13074         (ev_view_set_page):
13075         * shell/ev-view.h:
13076         * shell/ev-window.c: (ev_window_open_bookmark),
13077         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13078         (goto_page_cb), (register_custom_actions):
13079         * shell/ev-window.h:
13080
13081         Initial history implementation. Needs work.
13082
13083 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13084
13085         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13086
13087 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13088
13089         * cut-n-paste/recent-files/egg-recent-item.c:
13090         * cut-n-paste/recent-files/egg-recent-item.h:
13091         * cut-n-paste/recent-files/egg-recent-model.c:
13092         * cut-n-paste/recent-files/egg-recent-util.c:
13093         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13094         * cut-n-paste/recent-files/egg-recent-view.c:
13095
13096         Update
13097
13098 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13099
13100         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13101         (fillGlyph, fillImageMask, drawImage):
13102         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13103         pdf/splash/SplashTypes.h:
13104         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13105         packed mode for Splash.
13106
13107         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13108         RGB8 packed mode, eliminates the pixbuf data creation loop.
13109
13110         * shell/ev-print-job.c (ev_print_job_finalize)
13111         (ev_print_job_set_property, ev_print_job_get_property)
13112         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13113         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13114         (print_closure_finalize, ev_print_job_print): implement
13115         printing (for backends with EvPsExporter)
13116
13117         * shell/ev_print_job.h: update prototypes.
13118
13119         * shell/ev-window.c (ev_window_print): unref print job after
13120         printing.
13121
13122         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13123         unless the document implements the EvDocumentFind interface.
13124
13125 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13126
13127         * configure.ac: Added ja to ALL_LINGUAS.
13128
13129 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13130
13131         * pdf/xpdf/pdf-document.cc:
13132
13133         add a FIXME. We should probably not allocate
13134         a bookmark object every time
13135
13136 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13137
13138         * shell/ev-application.c: (ev_application_open),
13139         (ev_application_open_bookmark):
13140         * shell/ev-application.h:
13141         
13142         Add a way to open bookmarks
13143
13144         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13145         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13146         (ev_bookmark_set_property), (ev_bookmark_class_init),
13147         (ev_bookmark_new_title), (ev_bookmark_new_link),
13148         (ev_bookmark_new_external):
13149
13150         Support for external uris, better constructors.
13151
13152         * backend/ev-bookmark.h:
13153         * pdf/xpdf/pdf-document.cc:
13154         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13155
13156         Handle external uris
13157
13158 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13159
13160         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13161         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13162
13163         Hook up bookmarks navigation
13164
13165 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13166
13167         * backend/Makefile.am:
13168         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13169         (ev_bookmark_get_title), (ev_bookmark_set_title),
13170         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13171         (ev_bookmark_get_page), (ev_bookmark_set_page),
13172         (ev_bookmark_get_property), (ev_bookmark_set_property),
13173         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13174         (ev_bookmark_new):
13175         * backend/ev-bookmark.h:
13176         * backend/ev-document-bookmarks.c:
13177         (ev_document_bookmarks_get_bookmark):
13178         * backend/ev-document-bookmarks.h:
13179         * pdf/xpdf/pdf-document.cc:
13180         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13181
13182         Add a bookmark object to the backend and use it instead of get_values
13183
13184 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13185
13186         * data/evince-ui.xml:
13187
13188         Cleanup and add select all.
13189
13190         * shell/ev-view.c: (ev_view_select_all),
13191         (ev_view_button_press_event):
13192         * shell/ev-view.h:
13193         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13194
13195         Add select all.
13196         Clear selection on click.
13197
13198 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13199
13200         * shell/ev-sidebar-thumbnails.c
13201         (ev_sidebar_thumbnails_set_document): forgot to unref the
13202         loading_icon.
13203
13204 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13205
13206         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13207         at the visible page, not just linearly.  This makes it look fast.
13208
13209 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13210
13211         * backend/ev-document-misc.c
13212         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13213         white.
13214         * backend/ev-document-thumbnails.h: New interface to get the size
13215         of a page.
13216
13217 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13218
13219         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13220         make dist works
13221
13222 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13223
13224         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13225         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13226         things up a bit.
13227
13228         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13229
13230 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13231
13232         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13233         fonts. Should fix font problems on systems that have the base
13234         fonts in bitmap format. Reported by James Henstridge
13235         <james@jamesh.id.au>.
13236
13237 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13238
13239         * pdf/xpdf/Gfx.cc:
13240         * pdf/xpdf/GfxState.cc:
13241
13242         Fix for CAN-2004-1125
13243
13244 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13245
13246         * shell/ev-view.c: (ev_view_copy):
13247         * shell/ev-view.h:
13248         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13249
13250         Implement Edit->Copy
13251
13252 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13253
13254         * backend/ev-document.c: (ev_document_get_text):
13255         * backend/ev-document.h:
13256         * pdf/xpdf/pdf-document.cc:
13257         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13258         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13259         (ev_view_update_primary_selection), (ev_view_button_press_event),
13260         (ev_view_motion_notify_event), (ev_view_button_release_event):
13261
13262         Beginnings of clipboard support. Incomplete but primary sort
13263         of work.
13264
13265 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13266
13267         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13268         (expose_bin_window):
13269
13270         Nicer rubberband drawing, from GtkIconView.
13271
13272 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13273
13274         * backend/ev-document.c: (ev_document_save):
13275         * backend/ev-document.h:
13276         * data/evince-ui.xml:
13277         * pdf/xpdf/pdf-document.cc:
13278         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13279
13280         Implement "Save a copy..." menu item
13281
13282 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13283
13284         * shell/ev-view.c: (ev_view_zoom):
13285
13286         Queue a resize when zoom changes
13287
13288 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13289
13290         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13291         shadows.
13292
13293         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13294         thumbnails..
13295
13296 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13297
13298         * pdf/xpdf/pdf-document.cc
13299         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13300
13301 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13302
13303         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13304         It's slow, but I'll speed it up next!
13305
13306 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13307
13308         * shell/main.c (load_files):
13309
13310         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13311         from the command line and because it seems more appropriate.
13312
13313 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13314
13315         * data/evince-ui.xml:
13316         * shell/ev-window.c: (update_action_sensitivity),
13317         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13318
13319         s/next page/page down
13320         s/previous page/page up
13321
13322 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13323
13324         * data/evince-ui.xml:
13325
13326         Change the layout to match clarkbw design.
13327
13328         * shell/Makefile.am:
13329         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13330         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13331         (ev_navigation_action_finalize),
13332         (ev_navigation_action_set_property),
13333         (ev_navigation_action_get_property),
13334         (ev_navigation_action_class_init):
13335         * shell/ev-navigation-action.h:
13336
13337         Implement clarkbw toolbar navigation controls (incomplete)
13338
13339         * shell/ev-page-action.c: (update_label), (update_spin),
13340         (value_changed_cb), (create_tool_item), (connect_proxy),
13341         (ev_page_action_init), (ev_page_action_finalize),
13342         (ev_page_action_set_property), (ev_page_action_get_property),
13343         (ev_page_action_set_current_page),
13344         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13345         * shell/ev-page-action.h:
13346
13347         Implement a page switcher in the toolbar
13348
13349         * shell/ev-view.c: (ev_view_scroll_view):
13350         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13351         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13352         (register_custom_actions), (ev_window_init):
13353
13354         Change page on PageUp/Down.
13355
13356 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13357
13358         * pdf/xpdf/pdf-document.cc
13359         (pdf_document_thumbnails_get_thumbnail): initial stab at
13360         implementing thumbnail support for pdfs.  It only does documents
13361         with precached pdfs now.
13362
13363 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13364
13365         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13366         thumbnail code into a time-based idle as well.  Also, turn off the
13367         shadow temporarily as it's really slow.
13368
13369 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13370
13371         * backend/ev-document.c: (ev_document_class_init):
13372         * pdf/xpdf/pdf-document.cc:
13373         * shell/ev-window.c: (ev_window_open):
13374
13375         Fix document title bugs and fallback to
13376         filename when not available.
13377
13378 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13379
13380         * backend/ev-document.c: (ev_document_get_type),
13381         (ev_document_class_init), (ev_document_load),
13382         (ev_document_get_title):
13383         * backend/ev-document.h:
13384         * pdf/xpdf/pdf-document.cc:
13385         * ps/ps-document.c: (ps_document_set_property),
13386         (ps_document_get_property), (ps_document_class_init),
13387         (document_load):
13388         * ps/ps-document.h:
13389         * ps/ps.h:
13390         * shell/ev-window.c: (update_window_title), (ev_window_open),
13391         (ev_window_init):
13392
13393         Initial support for document title. Not working yet.
13394
13395 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13396
13397         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13398
13399         Grab focus on the view when clicking it
13400
13401 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13402
13403         * shell/ev-marshal.list:
13404         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13405         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13406
13407         Add key bindings to the view. Now if the focus would work
13408         right...
13409
13410 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13411
13412         * Makefile.am:
13413         * backend/Makefile.am:
13414         * data/Makefile.am:
13415         * dvi/Makefile.am:
13416         * dvi/dvilib/Makefile.am:
13417         * pdf/xpdf/Makefile.am:
13418         * po/POTFILES.in:
13419         * ps/Makefile.am:
13420
13421         Fix distcheck
13422
13423 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13424
13425         * shell/ev-view.c: (ev_view_realize):
13426
13427         Fix mouse wheel scrolling
13428
13429 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13430
13431         * ps/Makefile.am:
13432         * ps/gstypes.h:
13433         * ps/gtkgs.c:
13434         * ps/gtkgs.h:
13435         * ps/ps-document.c: (catchPipe), (ps_document_init),
13436         (ps_document_class_init), (ps_document_cleanup),
13437         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13438         (set_up_page), (close_pipe), (is_interpreter_ready),
13439         (interpreter_failed), (output), (input), (start_interpreter),
13440         (stop_interpreter), (file_length), (file_readable),
13441         (check_filecompressed), (check_pdf), (compute_xdpi),
13442         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13443         (ps_document_get_type), (ps_document_emit_error_msg),
13444         (document_load), (ps_document_next_page),
13445         (ps_document_get_current_page), (ps_document_get_page_count),
13446         (ps_document_goto_page), (ps_document_set_page_size),
13447         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13448         (ps_document_load), (ps_document_get_n_pages),
13449         (ps_document_set_page), (ps_document_get_page),
13450         (ps_document_widget_event), (ps_document_set_target),
13451         (ps_document_set_scale), (ps_document_set_page_offset),
13452         (ps_document_get_page_size), (ps_document_render),
13453         (ps_document_document_iface_init):
13454         * ps/ps-document.h:
13455         * ps/ps.c:
13456         * shell/ev-window.c: (ev_window_open):
13457
13458         Rename GtkGS to PSDocument
13459
13460 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13461
13462         * ps/gtkgs.c: (gtk_gs_class_init):
13463         * ps/gtkgs.h:
13464
13465         Some more leftover...
13466
13467 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13468
13469         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13470         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13471         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13472         * ps/gtkgs.h:
13473
13474         Remove unused code and make a lot of stuff private
13475
13476 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13477
13478         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13479         (gtk_gs_defaults_changed):
13480         * ps/gsdefaults.h:
13481         * ps/gtkgs.c:
13482         * ps/gtkgs.h:
13483         * ps/ps.h:
13484
13485         Cleanup headers dependencies
13486
13487 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13488
13489         * ps/Makefile.am:
13490         * ps/ggvutils.c:
13491         * ps/ggvutils.h:
13492         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13493         * ps/gsdefaults.h:
13494         * ps/gtkgs.c: (file_length), (file_readable),
13495         (check_filecompressed), (check_pdf), (gtk_gs_load),
13496         (gtk_gs_get_postscript):
13497
13498         Get rid of ggvutils
13499
13500 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13501
13502         * ps/ggvutils.c:
13503         * ps/ggvutils.h:
13504         * ps/gsio.h:
13505         * ps/gtkgs.c: (gtk_gs_set_zoom):
13506
13507         Cleanups
13508
13509 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13510
13511         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13512
13513         Ensure the page is rerendered when changing zoom
13514
13515 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13516
13517         * backend/ev-document.c: (ev_document_base_init),
13518         (ev_document_changed):
13519         * backend/ev-document.h:
13520
13521         Add a changed event that is emitted when the page content
13522         changes. This is necessary to deal with the fact that
13523         in ps backend rendering happen asycrounously.
13524         This makes the ps backend mostly work.
13525
13526         * pdf/xpdf/pdf-document.cc:
13527
13528         Emit changed event
13529
13530         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13531         (ps_document_set_target):
13532
13533         Emit changed event
13534
13535         * shell/ev-view.c: (document_changed_callback),
13536         (ev_view_set_document), (ev_view_set_page):
13537
13538         Redraw on the changed signal
13539
13540 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13541
13542         * configure.ac: Added pt_BR to ALL_LINGUAS.
13543
13544 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13545
13546         * backend/ev-document-bookmarks.c:
13547         (ev_document_bookmarks_get_child): *
13548         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13549         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13550         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13551         (ev_sidebar_bookmarks_destroy),
13552         (ev_sidebar_bookmarks_class_init),
13553         (ev_sidebar_bookmarks_construct), (stack_data_free),
13554         (do_one_iteration), (populate_bookmarks_idle),
13555         (ev_sidebar_bookmarks_clear_document),
13556         (ev_sidebar_bookmarks_set_document): *
13557         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13558         (ev_sidebar_add_page),
13559         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13560         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13561         it displays both the topics and the page numbers.
13562
13563 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13564
13565         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13566         toggle.
13567         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13568         visible.
13569
13570 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13571
13572         * configure.ac: Added en_CA to ALL_LINGUAS.
13573
13574 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13575
13576         * ChangeLog: replace bottom of this ChangeLog (merged history of
13577         ggv and gpdf; where all paths were wrong and most of the files are
13578         not even in this tree) with ChangeLog (from arch) of the shell
13579         code.
13580
13581 2004-12-23  Havoc Pennington  <hp@redhat.com>
13582
13583         * shell/ev-window.c: hook up potentially-questionable "find
13584         results status text" feature - something involving the sidebar or
13585         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13586         might be better in the end.
13587
13588         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13589         with corresponding signal when it should be updated
13590
13591         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13592
13593 2004-12-22  Havoc Pennington  <hp@redhat.com>
13594
13595         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13596         find stuff on other pages, sort of (only returns one result on
13597         invisible pages, to show they have results; updates full results
13598         for a page when you view it). Currently repaints the current page
13599         every time a new result is found on any page, which isn't so nice.
13600
13601 2004-12-22  Havoc Pennington  <hp@redhat.com>
13602
13603         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13604         the document doesn't support find (better ideas?)
13605         (find_bar_search_changed_cb): handle missing document or document
13606         that doesn't support find
13607
13608         * pdf/xpdf/pdf-document.cc: port to implement the new
13609         EvDocumentFindIface
13610
13611         * backend/ev-document-find.c: create a new interface for searching
13612
13613         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13614
13615 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13616
13617         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13618         libevbackend.la.
13619
13620         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13621         EvPrintJob constructor arguments.
13622
13623         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13624         for documents that can export PostScript (page by page).
13625
13626         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13627         
13628         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13629         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13630         (pdf_document_ps_exporter_iface_init:
13631         Implement EvPSExporter.
13632
13633         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13634
13635 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13636
13637         * backend/Makefile.am:
13638         * backend/ev-document-thumbnails.c:
13639         (ev_document_thumbnails_get_type),
13640         (ev_document_thumbnails_get_thumbnail):
13641         * backend/ev-document-thumbnails.h:
13642         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13643         (pixbuf_document_thumbnails_get_thumbnail),
13644         (pixbuf_document_document_thumbnails_iface_init):
13645         * shell/Makefile.am:
13646         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13647         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13648         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13649         * shell/ev-sidebar-thumbnails.h:
13650         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13651         (ev_sidebar_set_document):
13652         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13653         (create_shadow), (ev_pixbuf_add_shadow):
13654         * shell/ev-utils.h:
13655         Add thumbnail support.
13656         
13657 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13658
13659         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13660         (using_postscript_printer): Set up a print dialog for "PostScript
13661         injection" method.
13662
13663         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13664         EvPrintJob.
13665
13666         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13667
13668 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13669
13670         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13671         (ps_document_set_target), (ps_document_get_page_size),
13672         (ps_document_render):
13673         * ps/gtkgs.h:
13674
13675         Fix a few bugs
13676
13677 2004-12-22  Christian Rose  <menthos@menthos.com>
13678
13679         * configure.ac: Added "sv" to ALL_LINGUAS.
13680
13681 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13682
13683         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13684         document supports bookmarks.
13685
13686 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13687
13688         * ps/ggvutils.c: (ggv_file_readable):
13689         * ps/ggvutils.h:
13690         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13691         (gtk_gs_get_postscript):
13692
13693         Remove unused utils
13694
13695 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13696
13697         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13698         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13699         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13700         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13701         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13702         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13703         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13704         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13705         (gtk_gs_set_antialiasing), (ps_document_load),
13706         (ps_document_render):
13707         * ps/gtkgs.h:
13708
13709         Another check point for the ps backend. Now I can get it to show
13710         pages!
13711
13712 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13713
13714         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13715         document setting code.
13716
13717 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13718
13719         * shell/eggfindbar.c: (entry_activate_callback):
13720         Animate the next button when activate is pressed.
13721         
13722 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13723
13724         * shell/ev-window.c: (ev_window_cmd_edit_find),
13725         (update_fullscreen_popup), (ev_window_fullscreen),
13726         (ev_window_unfullscreen), (ev_window_state_event_cb),
13727         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13728         Fix bugs in fullscreen code.
13729         
13730 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13731
13732         * Makefile.am:
13733         * configure.ac:
13734         * pixbuf/Makefile.am:
13735         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13736         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13737         (pixbuf_document_set_page), (pixbuf_document_get_page),
13738         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13739         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13740         (pixbuf_document_render), (pixbuf_document_begin_find),
13741         (pixbuf_document_end_find), (pixbuf_document_finalize),
13742         (pixbuf_document_class_init),
13743         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13744         * pixbuf/pixbuf-document.h:
13745         * shell/Makefile.am:
13746         * shell/ev-application.c: (ev_application_open):
13747         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13748         (ev_window_open):
13749         Add pixbuf backend.
13750         
13751 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13752
13753         * Makefile.am: 
13754         * dvi/dvilib/Makefile.am:
13755         * dvi/Makefile.am:
13756         * configure.ac: Auto*ify dvi and dvi/dvilib
13757
13758         * dvi/Makefile: Remove from CVS
13759         
13760         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13761         confusion.
13762
13763         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13764         
13765         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13766         
13767 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13768
13769         * ps/Makefile.am:
13770         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13771         (gtk_gs_value_adjustment_changed), (compute_size),
13772         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13773         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13774         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13775         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13776         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13777         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13778         (ps_document_load), (ps_document_get_n_pages),
13779         (ps_document_set_page), (ps_document_get_page),
13780         (ps_document_set_target), (ps_document_set_scale),
13781         (ps_document_set_page_offset), (ps_document_get_page_size),
13782         (ps_document_render), (ps_document_begin_find),
13783         (ps_document_end_find), (ps_document_document_iface_init):
13784         * ps/gtkgs.h:
13785         * shell/Makefile.am:
13786         * shell/ev-window.c: (ev_window_open):
13787
13788         Some work to integrate gtkgs with EvDocument
13789
13790 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13791
13792         * shell/ev-window.c: (update_fullscreen_popup),
13793         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13794         (exit_fullscreen_button_clicked_cb),
13795         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13796         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13797         (ev_window_state_event_cb), (ev_window_init):
13798         Add fullscreen support from Epiphany.
13799         
13800 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13801
13802         * data/ev-stock-zoom-fit-width.png: fit-width
13803         stock icon from gpdf.
13804         
13805         * shell/ev-stock-icons.[ch]: copied from gpdf.
13806         
13807         * shell/main.c: (main): init stock icons.
13808         
13809         * shell/ev-window.c: use the fit-width icon.
13810         
13811         * data/evince-ui.xml: add zooming toolbar items.
13812
13813 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13814
13815         * shell/ev-view.c: 
13816         (ev_view_best_fit), (ev_view_fit_width): because
13817         get_page_size() returns the scaled page size, we
13818         need to calculate the scale factor relative to
13819         the previous scale factor. Should really just
13820         add get_real_page_size().
13821
13822 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13823
13824         * shell/ev-view.[ch]:
13825         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13826         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13827         add zooming.
13828         
13829         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13830         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13831         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13832         hook it up.
13833         
13834         * pdf/xpdf/pdf-document.cc:
13835         (pdf_document_begin_find),
13836         (pdf_document_end_find): make static.
13837
13838 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13839
13840         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13841
13842         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13843         names to fontconfig patterns.
13844         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13845
13846         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13847         setupBaseFontsFc.
13848
13849 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13850
13851         * Makefile.am:
13852         * configure.ac:
13853         * ps/Makefile.am:
13854         * ps/ggvutils.c:
13855         * ps/ggvutils.h:
13856         * ps/gsdefaults.c:
13857         * ps/gsdefaults.h:
13858         * ps/gsio.c:
13859         * ps/gsio.h:
13860         * ps/gtkgs.c:
13861         * ps/gtkgs.h:
13862         * ps/ps.c:
13863         * ps/ps.h:
13864
13865         Import ggv backend. Not hooked up yet.
13866
13867 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13868
13869         * shell/main.c: (load_files), (main): load files
13870         from the command line.
13871
13872 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13873
13874         * configure.ac: don't require bonobo.
13875         
13876         * cut-n-paste/recent-files/*: kill bonobo recent
13877         view.
13878
13879         * shell/ev-window.c:
13880         (ev_window_is_empty): upd.
13881         (unable_to_load), (ev_window_open): load backend
13882         based on the mime type.
13883
13884 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13885
13886         * backend/.cvsignore: ignore generated marshalers source.
13887
13888         * shell/main.c (main): this is not epiphany.
13889
13890 2004-12-22  Havoc Pennington  <hp@redhat.com>
13891
13892         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13893         (expose_bin_window): draw find highlights
13894
13895         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13896         
13897         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13898         (pdf_document_end_find): implement this interface
13899
13900         * backend/ev-document.c (ev_document_found): add this to emit
13901         signal
13902
13903 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13904
13905         * data/evince-ui.xml: Add a few more toolbar items.
13906
13907         * shell/ev-window.c: Hook up page navigation toolbar 
13908         items.
13909
13910         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13911         a page-changed signal.
13912
13913         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13914         Add ev_document_get_page().
13915
13916         * shell/ev-window.c: Sensitize/desensitize navigation
13917         actions.
13918
13919 2004-12-21  Havoc Pennington  <hp@redhat.com>
13920
13921         * backend/ev-backend-marshal.c,
13922         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13923         marshaler-generator thingy. I'm sure there's a better way to do
13924         this in the modern world.
13925
13926         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13927         end_find methods and "found" signal.
13928
13929         * configure.ac: find glib-genmarshal
13930
13931 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13932
13933         * shell/ev-sidebar.c: Construct an actual sidebar.
13934         * shell/ev-sidebar-bookmarks.[ch]:
13935         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13936
13937 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13938
13939         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13940         Redo size handling.
13941         
13942         * shell/ev-view.c: Track the size from the document.
13943
13944 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13945
13946         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13947         constructor assumes ownership of the string passed in.
13948         
13949         * shell/ev-window.c (ev_window_open): Destroy the error
13950         dialog once we've displayed it.
13951
13952 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13953
13954         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13955         a bit, it works! (sort of)
13956
13957         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13958         Move to .cc since we need to use C++ in the implementation.
13959
13960         * shell/dummy.cc: Add a CC file to force evince
13961         to be linked as a C++ program.
13962
13963 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13964
13965         * shell/ev-view.[ch]: Start of content-area widget.
13966
13967         * shell/ev-window.c: Create a EvView, update it
13968         as we change documents.
13969
13970         * shell/Makefile.am shell/ev-marshal.list: Add
13971         generated marshalers.
13972
13973 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13974
13975         * Makefile.am (SUBDIRS): move shell.
13976
13977 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13978
13979         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13980         .a to libtool convenience libraries.
13981
13982         * shell/ev-window.c (ev_window_open): Hard code loading
13983         a PDF document.
13984         
13985         * backend/ev-document.h: Add a boolean return to load(),
13986         fix GError * to GError **.
13987
13988         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13989         object for a PDF backend EvDocument.
13990
13991 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13992
13993         * dvi/*: New directory with the beginning of a .dvi backend.
13994
13995 2004-12-21  Havoc Pennington  <hp@redhat.com>
13996
13997         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13998         previous/next instead of back/forward
13999
14000 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14001
14002         * backend/ev-document.[ch]: Fix a couple of problems so
14003         it compile.
14004
14005 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14006
14007         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14008         to backend/ directory, rename EvViewer to EvDocument.
14009
14010 2004-12-21  Havoc Pennington  <hp@redhat.com>
14011
14012         * shell/ev-window.c: hook up the find bar widget; now we just need
14013         a document to find things in
14014
14015         * shell/eggfindbar.c: a find bar widget
14016
14017 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14018
14019         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14020
14021 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14022
14023         * pdf/**: Import of xpdf code from gpdf. 
14024
14025         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14026
14027         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14028         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14029         Fix FreeType includes.
14030
14031         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14032         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14033         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14034         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14035         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14036         Include xpdfconfig.h
14037         
14038 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14039
14040         * shell/ev-window.c (ev_window_dispose): dispose can be called
14041         multiple times.
14042
14043 2004-12-21  Havoc Pennington  <hp@redhat.com>
14044
14045         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14046         rather than Evince
14047
14048         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14049         items; really they should be synced with the strings, etc. from
14050         current gpdf, but just getting the boring typing out of the way 
14051
14052 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14053
14054         * po/POTFILES.in:
14055         * shell/ev-application.c: (window_destroy_cb):
14056         * shell/ev-window.c:
14057         * shell/main.c: (main):
14058
14059         Actually show the window...
14060
14061 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14062
14063         * Makefile.am:
14064         * shell/Makefile.am:
14065         * shell/ev-application.c: (ev_application_class_init):
14066         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14067
14068         Make it build again
14069
14070 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14071
14072         Import to gnome cvs.
14073         
14074         * Remove copies of gpdf and ggv trees.
14075         * Rip out all the recursive configure code.
14076         * Remove bonobo machinery.
14077         * viewer/*: GInterfaces that backends should/can implement.
14078
14079 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14080
14081         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14082         typo
14083
14084 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14085
14086         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14087         (ev_application_finalize, ev_application_class_init)
14088         (ev_application_init): use GType instance private data for priv.
14089
14090         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14091         (ev_window_finalize, ev_window_class_init)
14092         (ev_window_init): ditto.
14093
14094 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14095
14096         * shell/ev-application.c (ev_application_new_window): make public
14097         (ev_application_show_initial_window): kill.
14098
14099         * shell/ev-application.h: update prototypes.
14100
14101         * shell/main.cc (main): inline ev_application_show_initial_window.
14102
14103 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14104
14105         * shell/ev-application.c (ev_application_new_window): impl.
14106         (ev_application_show_initial_window): use it.
14107         (is_window_empty, ev_application_get_empty_window): returns an
14108         existing empty window or a new one.
14109         (ev_application_open): from ev_window_cmd_file_open.
14110
14111         * shell/ev-application.h: update prototypes
14112
14113         * shell/ev-window.c (ev_window_is_empty): impl.
14114         (ev_window_open): make public.
14115         (ev_window_cmd_file_open): use ev_application_open
14116
14117         * shell/ev-window.h: update prototypes, remove unused.
14118
14119 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14120
14121         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14122         move destroy handler out of here...
14123
14124         * shell/ev-application.c, shell/ev-application.h: ...into this new
14125         class. Also handles initial window creation.
14126
14127         * shell/main.cc (main): use EvApplication to create initial
14128         window.
14129
14130 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14131
14132         * Makefile.am (SUBDIRS): add cut-n-paste
14133
14134         * cut-n-paste/Makefile.am: add
14135
14136         * configure.ac: generate Makefiles in cut-n-paste
14137
14138 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14139
14140         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14141         (ev_window_class_init): install ev_window_dispose.
14142
14143 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14144
14145         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14146         char (gchar looks stupid).
14147
14148 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14149
14150         * po/de.po: updated German translation.
14151
14152 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14153
14154         * configure.ac: add more pkg-config library checks for gnome-vfs,
14155         bonobo etc.
14156
14157         * gpdf/configure.in: temporarily disable libpaper
14158         checks. Otherwise I'd have to add the checks for the shell, too.
14159
14160 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14161
14162         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14163         and * file filters to the file choose.
14164
14165 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14166
14167         * po/de.po: Updated German translation.
14168
14169 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14170
14171         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14172
14173 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14174
14175         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14176
14177         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14178         (ev_window_init): implement those menuitems.
14179
14180 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14181
14182         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14183
14184         * shell/ev-window.c (ev_window_init): use the toolbar.
14185
14186 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14187
14188         * shell/ev-window.c (ev_window_init): use menu translations
14189
14190 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14191
14192         * configure.ac: add "de" to ALL_LINGUAS.
14193
14194         * po/de.po: add German translation.
14195
14196 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14197
14198         * Makefile.am (SUBDIRS): add po
14199
14200         * configure.ac: check intltool, glib-gettext etc, generate
14201         po/Makefile.in
14202
14203         * po, po/POTFILES.in, po/POTFILES.skip: new.
14204
14205 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14206
14207         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14208         already use (#ifdef ENABLE_NLS)
14209
14210         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14211         pointer indirection thinko.
14212
14213         * shell/main.c: include gi18n.h for bindtextdomain etc.
14214
14215 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14216
14217         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14218         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14219         tooltips for menu items in the statusbar.
14220
14221 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14222
14223         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14224         pkgdatadir drop UIDIR
14225
14226 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14227
14228         * data/evince-ui.xml: Add File->Open menu item
14229
14230         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14231         chooser), hook it up in the ui manager.
14232
14233 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14234
14235         * shell/ev-window.c: fix Help->About tooltip.
14236
14237 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14238
14239         * configure.ac: set CFLAGS for libevprivate.
14240
14241         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14242         definitions, factory etc.
14243
14244         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14245
14246         * shell/Makefile.am: link against libevprivate.a.
14247
14248         * shell/ev-window.c (entries): add stock icon to Help->About.
14249
14250         * shell/main.c (main): init stock icon code.
14251
14252 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14253
14254         * lib/recent-files: egg recent files code
14255
14256         * lib/Makefile.am: add.
14257
14258         * Makefile.am: add lib subdir.
14259
14260         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14261         set CFLAGS for recent-files.
14262
14263 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14264
14265         * configure.ac: disable -ansi and -pedantic gcc flags. They
14266         disable POSIX stuff in stdio.h, but egg-recent uses them.
14267
14268 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14269
14270         * configure.ac: add --disable-deprecated flag (defaults to on in
14271         "cvs" builds).
14272
14273         * shell/Makefile.am (INCLUDES): use it.
14274
14275 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14276
14277         * shell/main.c: add missing #include.
14278
14279         * shell/ev-window.c: fix for pedantic gcc.
14280         (ev_window_cmd_help_about): split license into paragraphs for
14281         translators and pedantic compilers.
14282
14283 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14284
14285         * configure.ac: add more warning flags if compiling with gcc from
14286         cvs (or explicitly requested with --enable-more-warnings).
14287
14288 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14289
14290         * data/evince-ui.xml: add File and File->Close menu.
14291
14292         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14293         (ev_window_destroy): quit after destroy.
14294         (ev_window_class_init): override GtkObject::destroy.
14295         (entries): install close_window callback.
14296
14297 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14298
14299         * Makefile.am (SUBDIRS): add data subdir.
14300
14301         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14302         gtk+ 2.5.0 for GtkAboutDialog.
14303
14304         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14305         main window.
14306
14307         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14308
14309         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14310         manager.
14311         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14312
14313 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14314
14315         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14316
14317 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14318
14319         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14320
14321 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14322
14323         * shell/*: Added shell directory boilerplate, build it.
14324
14325 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14326
14327         * configure.ac, Makefile.am: Added top-level configure.ac and
14328         Makefile.am