]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Make sure the cursor is correctly restored after showing the right click
[evince.git] / ChangeLog
1 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-view.c: (ev_view_motion_notify_event):
4
5         Make sure the cursor is correctly restored after showing the right
6         click menu.
7         
8 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
11         (ev_attachment_open):
12         * shell/ev-sidebar-attachments.c:
13         (ev_sidebar_attachments_button_press):
14         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
15
16         Use GdkAppLaunchContext when available to open attachments.
17         
18 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
19
20         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
21
22         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
23         by Eric Piel.
24         
25 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
26
27         * shell/ev-application.c: (ev_application_get_media_keys):
28         * shell/ev-media-player-keys.[ch]:
29         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
30         (ev_media_player_keys_grab_keys),
31         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
32         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
33         * shell/ev-window.[ch]: (ev_window_dispose),
34         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
35         (ev_window_init):
36
37         Clean up the media player keys stuff.
38         
39 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
40
41         * NEWS:
42         * configure.ac:
43
44         Update for release 2.23.91.
45         
46 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
47
48         * cut-n-paste/smclient/eggsmclient-xsmp.c:
49         (sm_client_xsmp_set_initial_properties):
50
51         Fix memory leak.
52         
53 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
54
55         * shell/ev-application.c: (ev_application_open_window),
56         (ev_application_open_uri_at_dest):
57
58         Make sure evince starts up in the right workspace when resuming a
59         previous session.
60         
61 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
62
63         * shell/ev-application.[ch]: (ev_application_open_window),
64         (ev_application_add_icon_path_for_screen),
65         (ev_application_open_uri_at_dest):
66
67         Fix window manager warnings shown in ~/.xsession-errors
68         
69 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
70
71         * configure.ac:
72         * cut-n-paste/Makefile.am:
73         * cut-n-paste/smclient/Makefile.am:
74         * cut-n-paste/smclient/eggdesktopfile.[ch]:
75         * cut-n-paste/smclient/eggsmclient-private.h:
76         * cut-n-paste/smclient/eggsmclient-xsmp.c:
77         * cut-n-paste/smclient/eggsmclient.[ch]:
78
79         EggSMClient copied from libegg
80
81         * libdocument/ev-file-helpers.c: (ev_dot_dir):
82         * shell/Makefile.am:
83         * shell/ev-application.[ch]: (ev_application_load_session),
84         (smclient_save_state_cb), (smclient_quit_cb),
85         (ev_application_init_session), (ev_application_shutdown),
86         (ev_application_init):
87         * shell/main.c: (main):
88
89         Use EggSMClient instead of gnome-client and remove libgnome and
90         libgnomeui dependencies.
91         
92 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
93
94         * shell/main.c: (main):
95
96         Remove gnome_authentication_manager_init.
97         
98 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * shell/ev-view.c: (ev_view_goto_window_create):
101
102         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
103         since it's now deprecated.
104         
105 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
106
107         * backend/djvu/Makefile.am:
108         * backend/djvu/djvu-document-private.h:
109         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
110         (djvu_document_find_iface_init):
111         * backend/djvu/djvu-text-page.[ch]:
112         * backend/djvu/djvu-text.[ch]: Removed
113         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
114         (pdf_document_find_iface_init):
115         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
116         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
117         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
118         (ev_job_find_get_n_results), (ev_job_find_get_progress),
119         (ev_job_find_has_results), (ev_job_find_get_results):
120         * shell/ev-view-private.h:
121         * shell/ev-view.[ch]: (ev_view_expose_event),
122         (highlight_find_results), (ev_view_finalize),
123         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
124         (ev_view_set_document), (ev_view_find_get_n_results),
125         (ev_view_find_get_result), (jump_to_find_result),
126         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
127         (ev_view_find_previous), (ev_view_find_search_changed),
128         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
129         * shell/ev-window.c: (ev_window_update_actions),
130         (page_changed_cb), (ev_window_setup_document),
131         (ev_window_update_find_status_message),
132         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
133         (ev_window_clear_find_job), (find_bar_close_cb),
134         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
135         (ev_window_dispose), (ev_window_init):
136
137         Rework find interface. The find logic has been moved from backends
138         to the shell avoiding a lot of duplicated code in the backends and
139         making easier to implement the find interface in the backends.
140         
141 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
142
143         * backend/pdf/ev-poppler.cc:
144         (pdf_document_thumbnails_get_dimensions):
145
146         Make sure thumbnail size returned by the PDF is actually
147         valid. Fixes bug #548462.
148         
149 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
150
151         * shell/ev-window.c: (ev_window_setup_document),
152         (ev_window_set_document), (ev_window_dispose):
153
154         Remove the idle function for setting the document up when the
155         window is destroyed. Fixes bug #549163.
156         
157 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
158
159         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
160         (ev_job_attachments_dispose), (ev_job_attachments_run),
161         (ev_job_attachments_class_init), (ev_job_attachments_new):
162         * shell/ev-sidebar-attachments.c:
163         (ev_sidebar_attachments_set_document):
164
165         Add a new job to get the attachments in a thread with the document
166         lock held. Fixes bug #548653.
167         
168 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
169
170         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
171         (tiff_document_document_iface_init):
172
173         Implement document_get_page_label in tiff backend.
174         
175 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
176
177         * backend/tiff/tiff-document.c: (tiff_document_render):
178
179         Handle document orientation in tiff backend. Fixes bug #548444.
180         
181 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
182
183         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
184
185         Do not crash when adjustment page size is 0. Fixes bug #547440.
186         
187 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
188
189         * cut-n-paste/evmountoperation/ev-mount-operation.c:
190
191         Sync with current GTK+.
192         
193 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
194
195         * configure.ac:
196         
197         Update for release 2.23.6.
198
199 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
200
201         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
202         (ev_job_load_set_password):
203         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
204         * shell/ev-window.c: (password_dialog_response),
205         (ev_window_load_job_cb):
206
207         Fix loading encrypted documents since I broke it with the jobs
208         rework.
209         
210 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
211
212         * NEWS:
213
214         Update NEWS for 2.23.6 release.
215         
216 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
217
218         * backend/impress/impress-document.c:
219         * backend/impress/render.h:
220         * libdocument/ev-document-factory.c:
221         * libdocument/ev-document-factory.h:
222         * libdocument/ev-document-links.h:
223         * libdocument/ev-document-misc.c:
224         * libdocument/ev-document-misc.h:
225         * properties/ev-properties-main.c:
226         * properties/ev-properties-view.c:
227         * properties/ev-properties-view.h:
228         * shell/eggfindbar.c:
229         * shell/eggfindbar.h:
230         * shell/ev-application.c:
231         * shell/ev-application.h:
232         * shell/ev-jobs.h:
233         * shell/ev-message-area.h:
234         * shell/ev-navigation-action.c:
235         * shell/ev-navigation-action.h:
236         * shell/ev-open-recent-action.c:
237         * shell/ev-open-recent-action.h:
238         * shell/ev-page-action-widget.c:
239         * shell/ev-page-action.c:
240         * shell/ev-page-action.h:
241         * shell/ev-page-cache.h:
242         * shell/ev-password-view.h:
243         * shell/ev-password.h:
244         * shell/ev-pixbuf-cache.h:
245         * shell/ev-properties-fonts.c:
246         * shell/ev-sidebar-attachments.c:
247         * shell/ev-sidebar-links.c:
248         * shell/ev-sidebar-links.h:
249         * shell/ev-sidebar-thumbnails.c:
250         * shell/ev-sidebar-thumbnails.h:
251         * shell/ev-sidebar.c:
252         * shell/ev-sidebar.h:
253         * shell/ev-stock-icons.c:
254         * shell/ev-tooltip.h:
255         * shell/ev-view.c:
256         * shell/ev-view.h:
257         * shell/ev-window.c:
258         * shell/ev-window.h:
259         * shell/main.c:
260
261         More #include cleanups. Again: reordering, single gtk.h
262         includes and other stuff.
263
264 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
265
266         * shell/eggfindbar.c:
267         * shell/ev-application.c:
268         * shell/ev-message-area.c:
269         * shell/ev-navigation-action.c:
270         * shell/ev-open-recent-action.c:
271         * shell/ev-page-action-widget.c:
272         * shell/ev-page-action.c:
273         * shell/ev-password-view.c:
274         * shell/ev-properties-dialog.c:
275         * shell/ev-properties-fonts.c:
276         * shell/ev-sidebar-attachments.c:
277         * shell/ev-sidebar-page.c:
278         * shell/ev-sidebar-thumbnails.c:
279         * shell/ev-stock-icons.c:
280         * shell/ev-tooltip.c:
281         * shell/ev-view.c:
282         * shell/ev-window.c:
283         * shell/main.c:
284
285         Cleanup many #include statements: reorder so that a
286         generic-to-specific order is used, use single gtk.h
287         includes, and some other cleanups.
288
289 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
290
291         * shell/ev-jobs.h:
292
293         Add gio header.
294         
295 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
296
297         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
298         (ev_document_fc_mutex_trylock):
299         * shell/Makefile.am:
300         * shell/ev-job-queue.[ch]:
301         * shell/ev-job-scheduler.[ch]:
302         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
303         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
304         (ev_job_run), (ev_job_cancel), (ev_job_failed),
305         (ev_job_failed_from_error), (ev_job_succeeded),
306         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
307         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
308         (ev_job_links_class_init), (ev_job_render_init),
309         (notify_page_ready), (ev_job_render_page_ready),
310         (ev_job_render_run), (ev_job_render_class_init),
311         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
312         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
313         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
314         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
315         (ev_job_save_dispose), (ev_job_save_run),
316         (ev_job_save_class_init), (ev_job_print_init),
317         (ev_job_print_dispose), (ev_job_print_run),
318         (ev_job_print_class_init):
319         * shell/ev-page-cache.c:
320         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
321         (check_job_size_and_unref), (move_one_job),
322         (copy_job_to_job_info), (add_job),
323         (ev_pixbuf_cache_add_jobs_if_needed):
324         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
325         (job_fonts_finished_cb), (job_fonts_updated_cb),
326         (ev_properties_fonts_set_document):
327         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
328         (ev_sidebar_links_set_document):
329         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
330         (ev_sidebar_thumbnails_set_document),
331         (ev_sidebar_thumbnails_clear_job):
332         * shell/ev-view-private.h:
333         * shell/ev-view.c:
334         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
335         (ev_window_refresh_window_thumbnail), (password_dialog_response),
336         (ev_window_clear_load_job), (ev_window_clear_reload_job),
337         (ev_window_load_job_cb), (ev_window_reload_job_cb),
338         (window_open_file_copy_ready_cb), (ev_window_open_uri),
339         (ev_window_reload_document), (ev_window_clear_save_job),
340         (ev_window_save_job_cb), (file_save_dialog_response_cb),
341         (ev_window_clear_print_job), (ev_window_print_job_cb),
342         (ev_window_print_dialog_response_cb):
343         * shell/main.c: (main):
344
345         Rework the jobs system in order to make it simpler and more
346         extensible. It allows to run jobs in the main loop instead of
347         using a thread when it's appropriate like the fonts job. Now it's
348         also possible to cancel jobs that are currently running. 
349         
350 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * libdocument/ev-debug.c: (profile_init):
353
354         Create the hash table also when profiling service is enabled for
355         all sections.
356         
357 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
358
359         * libdocument/ev-debug.[ch]: (ev_profiler_start),
360         (ev_profiler_stop):
361         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
362         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
363         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
364         (ev_job_print_run):
365         * shell/main.c: (main):
366
367         Add a profile mode available when debug is enabled. Add profilers
368         in ev-jobs.
369         
370 2008-07-23  Götz Waschk <waschk@mandriva.org>
371
372         * configure.ac: Correctly build desktop file. Fixes
373         bug #544237.
374
375 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
376
377         * configure.ac:
378         
379         Update for release 2.23.5.
380
381 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * NEWS:
384
385         Update NEWS for 2.23.5 release.
386         
387 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * shell/ev-window.c: (ev_window_state_event),
390         (ev_window_class_init):
391
392         Intercept window manager's fullscreen request in order to run/stop
393         fullscreen mode. Fixes bug #493541.
394         
395 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
396
397         * shell/ev-window.c: (find_bar_visibility_changed_cb):
398
399         Restart the job search when the find bar is opened for the second
400         time. Fixes bug #531956.
401         
402 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
403
404         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
405         (get_document_from_uri):
406
407         Make sure we always return a valid error struct when
408         get_document_from_uri fails. Fixes nautilus crash, see bug
409         #542548.
410         
411 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
412
413         * libdocument/ev-transition-effect.c
414         (ev_transition_effect_type_get_type),
415         (ev_transition_effect_alignment_get_type),
416         (ev_transition_effect_direction_get_type):
417         
418         Fixes bug #542924. Makes enums static to fix Solaris build.
419
420 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
421
422         * shell/ev-view.c: (ev_view_key_press_event):
423
424         Add '.' keybinding for blanking the screen in presentation
425         mode. Fixes bug #542001.
426         
427 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
428
429         * libdocument/ev-document-misc.c:
430         (ev_document_misc_pixbuf_from_surface):
431
432         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
433         #540950.
434         
435 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
436
437         * backend/comics/comics-document.c (comics_document_load):
438         * backend/comics/comicsdocument.evince-backend.in:
439         * configure.ac:
440         * thumbnailer/evince-thumbnailer-comics.schemas.in:
441         
442         Added support for 7-zip based cb7 comic book. Patch by
443         Kartik Rustagi. Fixes bug #532312.
444
445 2008-06-24  Bastien Nocera  <hadess@hadess.net>
446
447         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
448         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
449         Fixes bug #539972.
450
451 2008-06-24  Bastien Nocera  <hadess@hadess.net>
452
453         * shell/Makefile.am:
454         * shell/ev-application.c (ev_application_init),
455         (ev_application_get_media_keys):
456         * shell/ev-application.h:
457         * shell/ev-marshal.list:
458         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
459         (proxy_destroy), (on_media_player_key_pressed),
460         (ev_media_player_keys_init), (ev_media_player_keys_focused),
461         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
462         * shell/ev-media-player-keys.h:
463         * shell/ev-window.c (ev_window_go_previous_page),
464         (ev_window_go_next_page), (ev_window_go_first_page),
465         (ev_window_go_last_page), (ev_window_start_presentation),
466         (ev_window_dispose), (view_actions_focus_in_cb):
467         * shell/ev-window.h: When building with D-Bus support, listen
468         for multimedia key events from gnome-settings-daemon. This allows
469         to go to the next/previous/first/last pages using, respectively,
470         Next/Previous/Rewing/Fast Forward. The Play button is used to start
471         a presentation. Fixes bug #539971.
472
473 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
474
475         * configure.ac:
476         
477         Update for release 2.23.4.
478
479 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
480
481         * NEWS:
482
483         Update news for 2.23.4 release.
484         
485 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
486
487         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
488         * shell/ev-sidebar-thumbnails.c:
489         (ev_sidebar_thumbnails_set_loading_icon),
490         (ev_sidebar_thumbnails_refresh):
491         * shell/ev-window.c: (ev_window_error_message),
492         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
493         (ev_window_set_document):
494
495         Do not crash opening documents with no pages and show a warning
496         message in the message area. Fixes bugs #537574 and #171588.
497         
498 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
499
500         * shell/Makefile.am:
501         * shell/ev-file-monitor.[ch]:
502         * shell/ev-window.c: (ev_window_document_changed),
503         (ev_window_clear_reload_job), (ev_window_load_job_cb),
504         (ev_window_reload_job_cb), (ev_window_open_uri),
505         (ev_window_reload_document), (ev_window_cmd_view_reload),
506         (ev_window_dispose):
507
508         Automaticly reload the document when the file has changed on
509         disk. Bug #304249.
510         
511 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
512
513         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
514         * libdocument/ev-image.c: (ev_image_save_tmp):
515         * libdocument/ev-module.c: (ev_module_load):
516         * shell/ev-application.c: (ev_application_shutdown),
517         (ev_application_get_print_settings):
518         * shell/ev-sidebar-attachments.c:
519         (ev_sidebar_attachments_button_press),
520         (ev_sidebar_attachments_drag_data_get):
521         * shell/ev-window.c: (window_save_file_copy_ready_cb),
522         (ev_window_print_finished), (ev_window_print_send),
523         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
524         (ev_window_preview_print_finished), (ev_window_do_preview_print),
525         (ev_window_cmd_preview_print):
526         * shell/main.c: (load_files_remote):
527         Fix some build warnings under GCC 4.3.0. (#537535).
528
529 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
530
531         * shell/ev-jobs.c: (ev_job_render_dispose):
532
533         Fix a crash in debug mode. Patch by Daniel M German.
534         
535 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
536
537         * shell/ev-window.c:
538
539         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
540         
541 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
542
543         * shell/ev-window.c: (ev_window_print_send),
544         (ev_window_do_preview_print):
545
546         Use the window title as print job name instead of just
547         "evince-print". Fixes bug #534493.
548         
549 2008-05-19  Frederic Peters  <fpeters@0d.be>
550
551         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
552         Bug #533897.
553
554 2008-05-19  Frederic Peters  <fpeters@0d.be>
555
556         * help/reference/Makefile.am: added missing libevmountoperation to
557         gtkdoc-scanobj libraries.  Bug #533896.
558
559 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
560
561         * properties/ev-properties-view.c (get_default_user_units):
562         Fixes check for default units string translation. Bug #533323.
563
564 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
565
566         * backend/impress/iksemel.c (sax_core): Fix a free() that should
567         be an iks_free(). Fix an array overflow in the XML parser that
568         would occur whenever the number of attributes in a tag was greater
569         than 0 and divisible by 6. Fixes GNOME bug #530852.
570
571 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
572
573         * backend/djvu/djvu-document-private.h:
574         * backend/djvu/djvu-links.c:
575         * backend/djvu/djvu-text.c:
576         * backend/djvu/djvu-document.c: (djvu_handle_events),
577         (djvu_wait_for_message), (djvu_document_load),
578         (document_get_page_size), (djvu_document_render),
579         (djvu_document_thumbnails_get_thumbnail),
580         (djvu_document_file_exporter_end):
581
582         Make sure load job doesn't finish successfully when the document
583         is not successfully decoded by libdjvu. Fixes bug #530202.
584         
585 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
586
587         * configure.ac:
588         * libdocument/Makefile.am:
589         * libdocument/ev-debug.[ch]:
590         * libdocument/ev-document.c:
591         * shell/ev-jobs.c: (ev_job_links_dispose),
592         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
593         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
594         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
595         (ev_job_render_page_ready), (ev_job_render_run),
596         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
597         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
598         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
599         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
600         (ev_job_print_new), (ev_job_print_run):
601         * shell/main.c: (main):
602
603         Add debug mode based on gedit code. Add debug messages in
604         ev-jobs.
605         
606 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
607
608         * libdocument/ev-document-factory.c: (get_document_from_uri):
609
610         Fix memory leak.
611         
612 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
613
614         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
615         (get_mime_type_from_data), (get_document_from_uri),
616         (ev_document_factory_get_document):
617         
618         Improved error message about file opening failture.
619         Bug #529129.
620
621 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
622
623         * data/evince-toolbar.xml:
624         
625         Allow to add SaveAs to toolbar.
626
627 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * shell/ev-view-private.h:
630         * shell/ev-view.[ch]: (ev_view_button_release_event),
631         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
632         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
633         (ev_view_update_primary_selection), (clear_link_selected),
634         (ev_view_copy_link_address):
635         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
636
637         Update also the primary selection when copying a link
638         address. Fixes bug #520855.
639         
640 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * libdocument/ev-document-factory.c: (get_document_from_uri):
643
644         Use the pixbuf backend only when the mime type is not supported by
645         any of the other backend so that tiff documents, for instance, are
646         handled by the tiff backend instead of the pixbuf backend. fixes
647         bug #520290.
648         
649 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
650
651         * cut-n-paste/Makefile.am:
652
653         Add evmountoperation to subdirs list.
654         
655 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * configure.ac:
658
659         Fix libspectre check in configure script. Fixes bug #528549.
660         
661 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * configure.ac:
664         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
665         * shell/Makefile.am:
666         * shell/ev-window.c: (ev_window_load_remote_failed),
667         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
668
669         Add GtkMountOperation (renamed to avoid conflicts) to be able to
670         open documents in remote locations that are not mounted.
671         
672 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
673
674         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
675         (bitmap_convert_msb8):
676         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
677         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
678
679         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
680         
681 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
682
683         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
684         (ev_job_render_new), (ev_job_render_set_selection_info),
685         (ev_job_render_run):
686         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
687         (check_job_size_and_unref),
688         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
689         (add_job), (ev_pixbuf_cache_get_selection_surface):
690
691         Create the render context needed for rendering a page in the render
692         thread so that we don't block the main thread. Simplify
693         EvJobRender API.
694         
695 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
696
697         * libdocument/Makefile.am:
698         * libdocument/ev-page.[ch]:
699         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
700         (ev_render_context_new), (ev_render_context_set_page):
701         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
702         (ev_form_field_finalize), (ev_form_field_class_init):
703         * libdocument/ev-document-forms.[ch]:
704         (ev_document_forms_get_form_fields):
705         * libdocument/ev-document.[ch]: (ev_document_get_page),
706         (ev_document_get_page_size), (ev_document_get_page_label):
707         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
708         (ev_job_render_run), (ev_job_thumbnail_new),
709         (ev_job_thumbnail_run), (ev_job_print_run):
710         * shell/ev-page-cache.c: (ev_page_cache_new):
711         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
712         (check_job_size_and_unref), (add_job):
713         * shell/ev-sidebar-thumbnails.c: (add_range):
714         * shell/ev-view.c: (ev_view_form_field_get_region),
715         (ev_view_form_field_button_create_widget),
716         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
717         (ev_view_handle_form_field), (ev_view_size_allocate),
718         (get_selected_text):
719         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
720         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
721         (pdf_document_get_page), (pdf_document_get_page_label),
722         (pdf_document_render), (pdf_document_get_info),
723         (pdf_document_document_iface_init),
724         (pdf_document_thumbnails_get_thumbnail),
725         (pdf_document_thumbnails_get_dimensions),
726         (pdf_document_file_exporter_do_page),
727         (pdf_selection_render_selection),
728         (pdf_selection_get_selected_text),
729         (pdf_selection_get_selection_region),
730         (pdf_selection_get_selection_map),
731         (pdf_document_forms_get_form_fields),
732         (pdf_document_forms_form_field_text_get_text),
733         (pdf_document_forms_form_field_text_set_text),
734         (pdf_document_forms_form_field_button_set_state),
735         (pdf_document_forms_form_field_button_get_state),
736         (pdf_document_forms_form_field_choice_get_item),
737         (pdf_document_forms_form_field_choice_get_n_items),
738         (pdf_document_forms_form_field_choice_is_item_selected),
739         (pdf_document_forms_form_field_choice_select_item),
740         (pdf_document_forms_form_field_choice_toggle_item),
741         (pdf_document_forms_form_field_choice_unselect_all),
742         (pdf_document_forms_form_field_choice_set_text),
743         (pdf_document_forms_form_field_choice_get_text):
744         * backend/ps/ev-spectre.c: (ps_document_get_page),
745         (ps_document_get_page_size), (ps_document_get_page_label),
746         (ps_document_render), (ps_document_document_iface_init),
747         (ps_document_file_exporter_do_page):
748         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
749         (tiff_document_render), (tiff_document_render_pixbuf),
750         (tiff_document_file_exporter_do_page):
751         * backend/pixbuf/pixbuf-document.c:
752         (pixbuf_document_get_page_size):
753         * backend/comics/comics-document.c:
754         (comics_document_get_page_size), (comics_document_render_pixbuf):
755         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
756         (djvu_document_render), (djvu_selection_get_selected_text),
757         (djvu_document_thumbnails_get_thumbnail),
758         (djvu_document_file_exporter_do_page),
759         (djvu_document_find_get_result):
760         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
761         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
762         (dvi_document_thumbnails_get_thumbnail),
763         (dvi_document_file_exporter_do_page):
764         * backend/impress/impress-document.c:
765         (impress_document_get_page_size),
766         (impress_document_render_pixbuf):
767         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
768
769         Add EvPage so that we can hold a reference to the backend
770         page. Form fields keep now a reference to the poppler page
771         improving performance since we don't have to create/destroy the
772         poppler field for every form operation. This will be needed for
773         annotations too.
774         
775 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * data/evince-ui.xml:
778         * shell/ev-window.c:
779
780         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
781         
782 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * configure.ac:
785         * backend/ps/Makefile.am:
786
787         Remove gs stuff from ps backend.
788         
789 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * configure.ac:
792         * backend/pdf/ev-poppler.cc:
793
794         Bump poppler requirement to 0.8.0.
795         
796 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
797
798         * NEWS:
799         * configure.ac:
800
801         Update for release 2.22.1.1
802
803 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
804
805         * configure.ac:
806
807         Fix build (again) when poppler version is 0.6
808         
809 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * backend/djvu/djvu-links.c: (build_tree):
812
813         Make sure link title is a valid utf8 string. Fixes bug #526517.
814         
815 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * configure.ac:
818
819         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
820         #526799.
821         
822 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
823
824         * configure.ac:
825         
826         Update for release 2.22.1.
827
828 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
829
830         * NEWS:
831
832         Update for upcoming release.
833
834 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * configure.ac:
837         * backend/dvi/dvidocument.evince-backend.in:
838
839         Add compressed dvi to the list of supported mime types. Patch by
840         Ed Catmur. Fixes bug #307087.
841
842 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * shell/ev-jobs.c: (ev_job_print_get_page_list):
845
846         Fix a crash when printing a range that doesn't specify the start or
847         end page. Fixes bug #524288.
848
849 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * shell/ev-window.c: (ev_window_cmd_continuous),
852         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
853         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
854         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
855         (ev_window_run_presentation), (ev_window_stop_presentation),
856         (ev_window_cmd_view_presentation),
857         (ev_window_cmd_leave_fullscreen),
858         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
859
860         Do not unfullscreen and fullscreen again the window when changing
861         from fullscreen to presentation mode and vice versa. Fixes bug
862         #524112.
863         
864 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
865
866         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
867
868         Do not crash when thumbnail failed to render in PS backend. Fixes
869         bug #525015.
870         
871 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * shell/ev-window.c: (window_open_file_copy_ready_cb),
874         (ev_window_load_file_remote), (ev_window_open_uri):
875
876         Handle errors when opening remote files.
877         
878 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * shell/ev-page-action.c: (ev_page_action_grab_focus):
881
882         Only grab the focus for the current visible proxy widget. Fixes
883         bug #521224.
884         
885 2008-03-30  Emil Soleyman  <emil@nishra.com>
886
887         * shell/ev-window.c: (launch_external_uri):
888         
889         Reuse g_app_info_launch_default_for_uri to
890         save some code and fix bug #525009.
891
892 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
893
894         * shell/ev-window.c (image_save_dialog_response_cb):
895
896         Use g_str_has_suffix. See bug #523069.
897
898 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
899
900         * configure.ac:
901
902         Add a configure option to enable/diable DBus. Patch by Rémi
903         Cardona. Fixes bug 521797.
904
905 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
908
909         Fix printing in documents with rotated pages. Patch by Eugen
910         Dedu. Fixes bug #512648.
911         
912 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
915         (ev_link_from_action):
916
917         Fix warning messages.
918         
919 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
920
921         * shell/ev-window.c: (image_save_dialog_response_cb):
922
923         Do not append the extension to filename when saving an image
924         if the filename alredy contains the extension. Fixes bug #523069.
925         
926 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
927
928         * shell/ev-view.[ch]: (ev_view_find_cancel):
929         * shell/ev-window.c: (find_bar_close_cb):
930
931         Cancel the find operation when the find bar is closed. Fixes bug
932         #508845.
933         
934 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
935
936         * backend/ps/psdocument.evince-backend.in:
937
938         Make ps backend module resident. Fixes bug #520607.
939         
940 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
941
942         * shell/ev-jobs.c: (ev_job_print_run):
943
944         Invert collate action in order to work as expected, fix reverse
945         printing so that it doesn't start with a blank page and fix number
946         of copies. Patch by Eugen Dedu. Fixes bug #365332.
947         
948 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
951
952         Fix build with poppler <= 0.7.2
953         
954 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
955
956         * libdocument/ev-document-misc.c:
957         (ev_document_misc_surface_from_pixbuf):
958
959         Fix selections with poppler-splash.
960         
961 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
962
963         * configure.ac:
964         * backend/pdf/ev-poppler.cc:
965
966         Fix build with poppler >= 0.7.2
967         
968 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
969
970         * configure.ac:
971         
972         Update for release 2.22.0
973
974 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
975
976         * NEWS:
977
978         Update for upcoming release.
979
980 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
981
982         * shell/ev-window.c (ev_window_print_dialog_response_cb):
983
984         Bug 495107 – Handle print dialog responses correctly
985
986         Correctly handle print dialog response. Properly fixes
987         the above mentioned bug.
988
989 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
990
991         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
992
993         Make sure print job is only run when the print button is
994         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
995         
996 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
997
998         * backend/pdf/pdfdocument.evince-backend.in:
999         * libdocument/ev-backends-manager.c:
1000         (ev_backends_manager_load_backend),
1001         (ev_backends_manager_get_document):
1002         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1003
1004         Allow making backend modules resident. This is needed only for
1005         some backends like pdf to avoid registering glib types more than
1006         once.
1007         
1008 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1009
1010         * backend/comics/comics-document.c:
1011         * backend/djvu/djvu-document.c:
1012         * backend/impress/impress-document.c:
1013         * backend/pdf/ev-poppler.cc:
1014         * backend/pixbuf/pixbuf-document.c:
1015         * backend/ps/ev-spectre.c:
1016         * backend/ps/ps-document.c:
1017         * backend/tiff/tiff-document.c:
1018         * libdocument/ev-document.h:
1019         * properties/ev-properties-main.c:
1020
1021         Use g_type_module_add_interface instead of
1022         g_type_add_interface_static. Fixes bug #519679.
1023         
1024 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1025
1026         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1027         Added. Returns whether the animation has everything necessary to run.
1028         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1029         is ready just because it's been created. Fixes #519106.
1030         (draw_one_page): Do not show the "Loading..." text in presentation
1031         mode, there was a slim probability that this could happen.
1032
1033 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1034
1035         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1036
1037         Duplicate mime_type string before freeing it so that it doesn't
1038         always fail when getting mime type from uri. Fixes bug #518874.
1039         
1040 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1041
1042         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1043
1044         Fix a crash when a choice form field doesn't have any item
1045         selected. Fixes bug #518831
1046         
1047 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1048
1049         * shell/ev-window.c (ev_window_clear_temp_file):
1050         Use g_file_has_prefix instead of renamed
1051         g_file_contains_file.
1052
1053         * configure.ac:
1054         Require new glib for above change.
1055         
1056 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * libdocument/ev-image.c: (ev_image_finalize),
1059         (ev_image_save_tmp):
1060
1061         Return a real uri instead of a filename when saving an
1062         image. Fixes images drag an drop from evince to nautilus. 
1063         
1064 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1065
1066         * backend/pdf/ev-poppler.cc:
1067         (pdf_document_images_get_image_mapping):
1068
1069         Return the image list in the right order. Fixes bug #516237.
1070         
1071 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1072
1073         * backend/impress/impress-document.c:
1074         (impress_document_thumbnails_get_thumbnail):
1075
1076         Remove unused variable to avoid a compiler warning.
1077
1078 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1079
1080         * configure.ac:
1081         
1082         Update for release 2.21.91.
1083
1084 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * configure.ac:
1087         * shell/Makefile.am:
1088         * shell/ev-application.[ch]:
1089         * shell/ev-sidebar-links.c:
1090         * shell/ev-utils.[ch]:
1091         * shell/ev-window.[ch]:
1092
1093         Remove libgnomeprint support. Fixes bug #512370.
1094         
1095 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1096
1097         * thumbnailer/evince-thumbnailer.c: (main):
1098
1099         Initialize glib type system before using it. Fixes bug #513934.
1100         
1101 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1102
1103         * properties/ev-properties-main.c:
1104
1105         Add missing #include.
1106         
1107 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * configure.ac:
1110         * backend/djvu/djvu-document.c: (djvu_document_render):
1111         * backend/tiff/tiff-document.c: (tiff_document_render):
1112
1113         Use the new cairo function cairo_format_stride_for_width when
1114         available. Fixes bug #482720.
1115
1116 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1117
1118         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1119         (get_mime_type_from_data), (get_document_from_uri):
1120
1121         Use g_content_type_guess() only when slow is true in
1122         get_document_from_uri(). Fix several memory leaks.
1123         
1124 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1125
1126         * libdocument/ev-document-factory.c:
1127         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1128         (get_document_from_uri):
1129
1130         Use g_content_type_guess () to get mimetype for files.
1131         Bug #510401.
1132
1133 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1134
1135         * thumbnailer/Makefile.am:
1136
1137         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1138         
1139 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1140
1141         * configure.ac:
1142
1143         Fix build with --without-libgnome. Fixes bug #512771.
1144         
1145 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1146
1147         * backend/dvi/Makefile.am: Install only dvi
1148         module. Fixes bug #512718.
1149
1150 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1151
1152         * properties/ev-properties-main.c: (nautilus_module_initialize):
1153         
1154         Initialize backends in properties tab. Fixes bug
1155         #512720.
1156
1157 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1158
1159         * properties/Makefile.am: No need to link with 
1160         libraries. Fixes bug #512719.
1161
1162 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1163
1164         * NEWS:
1165         * configure.ac:
1166         
1167         Update for release 2.21.90.
1168
1169 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1170
1171         * shell/ev-window.c: (ev_window_cmd_escape):
1172
1173         Fix compile warning.
1174         
1175 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1178
1179         Fix printing in dvi backend when filename contains white
1180         espaces. Fixes bug #502839.
1181         
1182 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1185         (screensaver_disable_x11):
1186         * shell/Makefile.am:
1187         * shell/xdg-user-dir-lookup.c: Removed
1188         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1189         * shell/ev-view.c: (ev_view_presentation_transition_start):
1190         * shell/ev-window.c: (ev_window_cmd_file_open),
1191         (ev_window_cmd_save_as), (presentation_set_timeout):
1192
1193         Remove #ifdefs that are no longer needed.
1194         
1195 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1196
1197         * shell/ev-view.[ch]: (ev_view_button_release_event),
1198         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1199         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1200         (ev_window_cmd_escape):
1201
1202         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1203         
1204 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1205
1206         * configure.ac:
1207         * backend/comics/comics-document.c: (comics_document_load):
1208         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1209         (ev_attachment_set_property), (ev_attachment_init),
1210         (ev_attachment_save), (ev_attachment_launch_app),
1211         (ev_attachment_open):
1212         * libdocument/ev-document-factory.c: (get_document_from_uri):
1213         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1214         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1215         * shell/ev-jobs.c:
1216         * shell/ev-password.c: (ev_password_dialog_set_property),
1217         (ev_password_dialog_save_password):
1218         * shell/ev-sidebar-attachments.c:
1219         (ev_sidebar_attachments_drag_data_get):
1220         * shell/ev-window-title.c: (get_filename_from_uri):
1221         * shell/ev-window.c: (ev_window_clear_temp_file),
1222         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1223         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1224         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1225         (launch_external_uri), (image_save_dialog_response_cb),
1226         (attachment_save_dialog_response_cb):
1227         * shell/main.c: (load_files), (load_files_remote), (main):
1228         * thumbnailer/evince-thumbnailer.c: (main):
1229
1230         Port to gio and drop gnome-vfs dependency. Fixes bug
1231         #510401. Based on patch by Cosimo Cecchi.
1232         
1233 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1234
1235         * NEWS:
1236
1237         Fixed formatting inconsistencies (spaces vs. tabs)
1238
1239 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1240
1241         * shell/ev-window.c:
1242
1243         Use top/up/bottom/down arrows instead of
1244         first/left/last/right in the toolbar and menu actions.
1245         This fixes issues with RTL languages and is visually
1246         consistent with the page view. Fixes bug #170081.
1247
1248 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1249
1250         * NEWS:
1251
1252         Fixed some inaccuracies pointed out by Carlos Garcia
1253         Campos.
1254
1255 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1256
1257         * NEWS:
1258         * data/evince.schemas.in:
1259         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1260
1261         Override PDF restrictions by default. Fixes bug #382700.
1262
1263 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1264
1265         * NEWS: Updated for upcoming release
1266
1267 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1268
1269         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1270
1271         Fix memory leak.
1272         
1273 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1274
1275         * shell/ev-window.c: (register_custom_actions):
1276         
1277         Added comment for translators
1278
1279 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1280
1281         * shell/ev-view.c: (ev_view_button_release_event):
1282
1283         Do not create the idle function for kinetic scrolling if we are
1284         not in a drag operation.
1285
1286 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1287
1288         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1289         (ev_view_button_press_event), (ev_view_motion_notify_event),
1290         (ev_view_button_release_event):
1291
1292         Restore cursor after autoscrolling. Fixes bug #509958.
1293
1294 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1295
1296         * configure.ac:
1297         * backend/pdf/ev-poppler.cc:
1298         (pdf_document_images_get_image_mapping),
1299         (pdf_document_images_get_image),
1300         (pdf_document_document_images_iface_init):
1301         * libdocument/ev-document-images.[ch]:
1302         (ev_document_images_get_image_mapping),
1303         (ev_document_images_get_image):
1304         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1305         (ev_image_get_id), (ev_image_save_tmp):
1306         * shell/ev-jobs.c: (ev_job_render_run):
1307         * shell/ev-view.c: (ev_view_drag_data_get):
1308         * shell/ev-window.c: (image_save_dialog_response_cb),
1309         (ev_view_popup_cmd_copy_image):
1310
1311         Do not render images when rendering the page but on demand. It
1312         reduces the memory comsumption.
1313         
1314 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1315
1316         * configure.a:
1317         * shell/ev-password.c:
1318
1319         Make gnome-keyring optional. Fixes bug #509676.
1320         
1321 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1322
1323         * shell/ev-pixbuf-cache.c: (add_job):
1324
1325         Initialize include_images variable as FALSE instead of TRUE.
1326         
1327 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1328
1329         * configure.ac:
1330         * cut-n-paste/Makefile.am:
1331         * cut-n-paste/fileformatchooser/Makefile.am:
1332         * cut-n-paste/fileformatchooser/egg-macros.h:
1333         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1334         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1335         * shell/Makefile.am:
1336         * shell/ev-utils.c:
1337         (file_chooser_dialog_add_writable_pixbuf_formats),
1338         (get_gdk_pixbuf_format_by_extension):
1339         * shell/ev-utils.h:
1340         * shell/ev-window.c: (ev_window_error_message),
1341         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1342         
1343         Simplify image format selection on save.
1344
1345 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1346
1347         * shell/ev-view.c: (ev_view_scroll_event):
1348         
1349         Repair gorizontal scrolling with shift. Fixes
1350         bug #483412.
1351
1352 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1353         
1354         * MAINTAINERS:
1355
1356         Fix formatting issues.
1357         
1358 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1359
1360         * backend/comics/comics-document.c: (comics_regex_quote):
1361         
1362         Don't overquote special chars except of '. See bug 
1363         502500. Thanks to Tom Parker.
1364
1365 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1366
1367         * MAINTAINERS:
1368         
1369         Added Nickolay and Carlos, since they're doing most of
1370         the releases nowadays.
1371
1372 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1373
1374         * properties/Makefile.am:
1375
1376         Get the nautilus extension dir properly instead of using
1377         a hack. Fixes bug #505359.
1378
1379 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1380
1381         * properties/Makefile.am:
1382         
1383         Install nautilus extension into new place. See bug
1384         #505359. Thanks to Matthias Clasen, Brian Pepple and
1385         Damien Carbery.
1386
1387 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1388
1389         * shell/ev-window.c: (ev_window_get_recent_file_label):
1390         
1391         RTL marker in recent file list. See bug #509076.
1392
1393 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1394
1395         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1396         * shell/ev-window.c: (image_save_dialog_response_cb):
1397
1398         Fix compile warnings due to unused variables.
1399         
1400 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * configure.ac:
1403         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1404         * backend/ps/ev-spectre.c: (ps_document_render):
1405
1406         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1407
1408 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1409
1410         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1411         (ev_transition_animation_paint): Implement "fade" effect.
1412
1413 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1414
1415         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1416         (ev_transition_animation_paint): Implement "uncover" effect.
1417
1418 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1419
1420         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1421         (ev_transition_animation_paint): Implement "cover" effect.
1422
1423 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1424
1425         * shell/ev-transition-animation.c (ev_transition_animation_push)
1426         (ev_transition_animation_paint): Implement "push" effect.
1427
1428 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1429
1430         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1431         (ev_transition_animation_paint): Implement "dissolve" effect.
1432
1433 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1434
1435         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1436         (ev_transition_animation_paint): Implement "wipe" effect.
1437
1438 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1439
1440         * shell/ev-transition-animation.c (ev_transition_animation_box)
1441         (ev_transition_animation_paint): Implement "box" effect.
1442
1443 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1444
1445         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1446         (ev_transition_animation_paint): Implement "blinds" effect.
1447
1448 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1449
1450         * shell/ev-transition-animation.c (ev_transition_animation_split)
1451         (ev_transition_animation_paint): Implement "split" effect.
1452
1453 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1454
1455         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1456         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1457         (ev_view_transition_animation_start) 
1458         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1459         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1460         (ev_view_next_page) (ev_view_previous_page):
1461         
1462         Use EvTransitionAnimation to drive page changes in the presentation
1463         mode, the animation will wait to start until both the origin and 
1464         destination page surfaces are available. Fixes #458460.
1465
1466         (draw_loading_text):
1467
1468         Remove workaround for bug #320352, it's now fixed properly.
1469
1470
1471 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1472
1473         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1474         will contain the implementations for page transition animations, at
1475         the moment it just has the "replace" effect.
1476         * shell/Makefile.am: Added these files to build.
1477
1478 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1479
1480         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1481         animations.
1482         * shell/Makefile.am: Added these files to build.
1483
1484 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1485
1486         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1487         implementation to get_effect() in EvDocumentTransitionIface.
1488
1489 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1490
1491         * libdocument/ev-transition-effect.[ch]: New files, define a page
1492         transition effect, at the moment it maps PopplerPageTransition to a
1493         GObject.
1494         * libdocument/Makefile.am: Added these files to build.
1495         * libdocument/ev-document-transition.[ch]
1496         (ev_document_transition_get_effect): New method, gets the
1497         EvTransitionEffect returned by the interface implementation, with
1498         fallback to the "replace" effect.
1499
1500 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1501
1502         * configure.ac:
1503         * cut-n-paste/Makefile.am:
1504         * cut-n-paste/fileformatchooser/Makefile.am:
1505         * cut-n-paste/fileformatchooser/egg-macros.h:
1506         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1507         * shell/Makefile.am:
1508         * shell/ev-window.c: (image_save_dialog_response_cb),
1509         (ev_view_popup_cmd_save_image_as):
1510
1511         Allow exporting images in any format supported by
1512         GdkPixbuf. Fixes bug #500209.
1513         
1514 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1515
1516         * backend/pixbuf/pixbuf-document.c:
1517
1518         More warnings fixed.
1519         
1520 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1521
1522         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1523         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1524         * backend/djvu/djvu-text.h:
1525         * backend/tiff/tiff-document.c: (tiff_document_render):
1526
1527         Fix compile warnings.
1528         
1529 2007-12-28  Christian Persch  <chpe@gnome.org>
1530
1531         * **/*.c: Include config.h. Bug #504721.
1532
1533 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * configure.ac:
1536         * Makefile.am:
1537         * po/POTFILES.in:
1538         * backend/comics/Makefile.am:
1539         * backend/comics/comics-document.[ch]:
1540         * backend/comics/comicsdocument.evince-backend.in:
1541         * backend/djvu/Makefile.am:
1542         * backend/djvu/djvu-document.[ch]:
1543         * backend/djvu/djvudocument.evince-backend.in:
1544         * backend/dvi/Makefile.am:
1545         * backend/dvi/dvi-document.[c]:
1546         * backend/dvi/dvidocument.evince-backend.in:
1547         * backend/impress/Makefile.am:
1548         * backend/impress/impress-document.[ch]:
1549         * backend/impress/impressdocument.evince-backend.in:
1550         * backend/pdf/Makefile.am:
1551         * backend/pdf/ev-poppler.cc:
1552         * backend/pdf/ev-poppler.h:
1553         * backend/pdf/pdfdocument.evince-backend.in:
1554         * backend/pixbuf/Makefile.am:
1555         * backend/pixbuf/pixbuf-document.[ch]:
1556         * backend/pixbuf/pixbufdocument.evince-backend.in:
1557         * backend/ps/Makefile.am:
1558         * backend/ps/ev-spectre.[ch]:
1559         * backend/ps/ps-document.[ch]:
1560         * backend/ps/psdocument.evince-backend.in:
1561         * backend/tiff/Makefile.am:
1562         * backend/tiff/tiff-document.[ch]:
1563         * backend/tiff/tiffdocument.evince-backend.in:
1564         * libdocument/Makefile.am:
1565         * libdocument/ev-backends-manager.[ch]:
1566         * libdocument/ev-module.[ch]:
1567         * libdocument/ev-document.h:
1568         * libdocument/ev-document-factory.[ch]:
1569         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1570         (get_compression_from_mime_type), (get_document_from_uri),
1571         (ev_document_factory_get_document), (file_filter_add_mime_types),
1572         (ev_document_factory_add_filters):
1573         * shell/Makefile.am:
1574         * shell/ev-window-title.c: (get_filename_from_uri):
1575         * shell/main.c: (main):
1576         * thumbnailer/Makefile.am:
1577         * thumbnailer/evince-thumbnailer.c: (main):
1578
1579         Plugin system for backends. Fixes bug #351348.
1580         
1581 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1582
1583         * shell/ev-view-private.h:
1584         * shell/ev-view.c: (ev_view_drag_update_momentum),
1585         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1586         (ev_view_button_release_event), (ev_view_destroy):
1587         
1588         Kinetic scrolling implemented as requested in
1589         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1590
1591 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1592
1593         * data/evince-toolbar.xml:
1594         * data/evince-ui.xml:
1595         * shell/ev-view-private.h:
1596         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1597         (ev_view_button_press_event), (ev_view_motion_notify_event),
1598         (ev_view_button_release_event), (ev_view_init),
1599         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1600         (ev_view_set_cursor):
1601         * shell/ev-view.h:
1602         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1603         (ev_window_cmd_view_autoscroll):
1604         
1605         Autoscroll feature with the context menu. Fixes bug 
1606         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1607
1608 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1609
1610         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1611
1612         Disconnect also page-ready signal when removing a job because the
1613         page size has changed. Thanks to kripken
1614         <kripkensteiner@gmail.com>.
1615
1616 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1617
1618         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1619         
1620         Scroll pages in page entry with mouse wheel. Fixes bug
1621         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1622
1623 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1624
1625         * backend/dvi/Makefile.am:
1626         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1627         (mdvi_cairo_device_init):
1628         * backend/dvi/mdvi-lib/common.h:
1629         * backend/dvi/mdvi-lib/mdvi.h:
1630         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1631         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1632         (mdvi_build_path_from_cwd):
1633
1634         Add ps specials support in dvi backend when libspectre is
1635         present. Fixes bug #386005.
1636         
1637 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1638
1639         * configure.ac:
1640         * backend/ps/Makefile.am:
1641         * backend/ps/ev-spectre.[ch]:
1642         
1643         Use libspectre, if available, for the ps backend. Fixes bugs
1644         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1645
1646 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1647         
1648         * backend/comics/comics-document.c: (comics_document_load):
1649         
1650         Cygwin build issue fix.
1651
1652 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1653
1654         * shell/ev-view.c: (ev_view_set_zoom):
1655
1656         Do not limit the minimum zoom factor when sizing mode is best bit
1657         or fit width. Fixes bug #503805.
1658         
1659 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1660
1661         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1662         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1663         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1664         (ev_link_dest_get_property), (ev_link_dest_set_property),
1665         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1666         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1667         (ev_link_dest_new_fitr):
1668         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1669         (goto_fith_dest), (goto_xyz_dest):
1670
1671         Do not change left, top and zoom values when they are null in PDF
1672         destinations. Fixes bug #460658.
1673         
1674 2007-12-10  Christian Persch  <chpe@gnome.org>
1675
1676         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1677         (ev_view_accessible_class_init),
1678         (ev_view_accessible_idle_do_action),
1679         (ev_view_accessible_action_do_action),
1680         (ev_view_accessible_action_get_description),
1681         (ev_view_accessible_action_set_description),
1682         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1683         (ev_view_accessible_factory_init),
1684         (ev_view_accessible_factory_get_accessible_type):
1685         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1686         private data, and G_DEFINE_TYPE. Bug #502843.
1687
1688 2007-12-08  Christian Persch  <chpe@gnome.org>
1689
1690         * shell/ev-metadata-manager.c: (item_free),
1691         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1692         (value_free), (parse_value), (parseItem),
1693         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1694         (save_values): Use GSlice to allocate small amounts of memory. Bug
1695         #475972.
1696
1697 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1698
1699         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1700
1701         Restore cursor to normal after a drag operation. Fixes bug
1702         #501603.
1703         
1704 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1705
1706         * NEWS:
1707         * configure.ac:
1708         
1709         Update for release 2.21.1
1710
1711 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1712
1713         * configure.ac:
1714         * cut-n-paste/gedit-message-area/Makefile.am:
1715         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1716         * shell/Makefile.am:
1717         * shell/ev-message-area.[ch]:
1718         * shell/ev-window.c: (ev_window_set_message_area),
1719         (ev_window_error_message_response_cb), (ev_window_error_message),
1720         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1721         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1722         (ev_attachment_popup_cmd_open_attachment),
1723         (attachment_save_dialog_response_cb), (ev_window_set_document),
1724         (ev_window_init):
1725
1726         Use a message area instead of a popup dialog for error
1727         notifications. Fixes bug #337495.
1728         
1729 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1730
1731         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1732         (ev_window_run_fullscreen):
1733
1734         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1735         
1736 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * ev-sidebar-thumbnails.c: (update_visible_range),
1739         (ev_sidebar_thumbnails_refresh),
1740         (ev_sidebar_thumbnails_set_document),
1741         (ev_sidebar_thumbnails_support_document):
1742
1743         Show thumbnails for documents with one page. Fixes bug #358751.
1744         
1745 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1746
1747         * shell/ev-window.c:
1748         (ev_window_load_print_settings_from_metadata),
1749         (ev_window_save_print_settings), (ev_window_print_finished),
1750         (ev_window_print_range):
1751
1752         Print settings that are specific to the document are now saved per
1753         document in the metadata file. Fixes bug #488806.
1754         
1755 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1756
1757         * backend/tiff/tiff-document.c: (tiff_document_render):
1758
1759         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1760         
1761 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1762
1763         * shell/ev-application.[ch]: (get_find_string_from_args),
1764         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1765         (ev_application_open_uri_list):
1766         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1767         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1768         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1769         (ev_window_cmd_recent_file_activate),
1770         (ev_window_open_recent_action_item_activated),
1771         (ev_window_print_send), (open_remote_link):
1772         * shell/main.c: (arguments_parse):
1773
1774         Add a command line option for search. Fixes bug #497710.
1775         
1776 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1777
1778         * shell/ev-jobs.c: (ev_job_print_new):
1779
1780         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1781         
1782 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1783
1784         * data/evince-toolbar.xml:
1785         * shell/Makefile.am:
1786         * shell/ev-application.c: (ev_application_init):
1787         * shell/ev-open-recent-action.[ch]:
1788         * shell/ev-window.c:
1789         (ev_window_open_recent_action_item_activated),
1790         (register_custom_actions):
1791
1792         Add an expander to the open toolbar item which pops up a dropdown
1793         menu with the recently used documents. Fixes bug #487215.
1794         
1795 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1796
1797         * shell/ev-window.c: (ev_window_open_uri),
1798         (ev_window_cmd_view_reload):
1799
1800         Do not jump to the first page when reloading by running evince
1801         from the command line. Fixes bug #490847.
1802         
1803 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1804
1805         * shell/ev-window.c: (ev_window_cmd_help_contents):
1806
1807         Plugged memory leak when help file is not found. Fixes bug
1808         #490762.
1809         
1810 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1811
1812         * configure.ac:
1813
1814         Enable djvu, dvi and comics backends by default. Fixes bug
1815         #437121.
1816         
1817 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1818
1819         * configure.ac:
1820         * cut-n-paste/Makefile.am:
1821         * cut-n-paste/recent-files/*: Removed
1822         * help/reference/Makefile.am:
1823         * shell/Makefile.am:
1824         * shell/ev-application.[ch]: (ev_application_shutdown),
1825         (ev_application_init):
1826         * shell/ev-window.c: (ev_window_add_recent),
1827         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1828
1829         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1830         
1831 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1832
1833         * shell/ev-window.c: (launch_external_uri):
1834
1835         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1836         and report error if the URL is not supported (#489910).
1837
1838 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1839
1840         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1841         (pdf_document_file_exporter_begin_page),
1842         (pdf_document_file_exporter_end_page):
1843
1844         Fix printing with poppler splash backend. Fixes bug #489774.
1845         
1846 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1847
1848         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1849         * shell/ev-print-job.c: (ev_print_job_class_init):
1850
1851         Fix a crash when printing with the gnome-print dialog. Fixes bug
1852         #488939.
1853         
1854 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1855
1856         * backend/pixbuf/pixbuf-document.c:
1857
1858         Fix an implicit function definition warning (#487655)
1859
1860 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1861
1862         * shell/ev-window.c:
1863
1864         Fix conflicting shortcut for view sade pane and presentation.
1865         
1866 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1867
1868         * backend/pdf/ev-poppler.cc:
1869         (pdf_document_file_exporter_begin_page),
1870         (pdf_document_file_exporter_do_page),
1871         (pdf_document_file_exporter_end_page),
1872         (pdf_document_file_exporter_iface_init):
1873         * libdocument/ev-file-exporter.[ch]:
1874         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1875         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1876         (ev_job_print_run):
1877
1878         When printing multiple pages per sheet in reverse option, do not
1879         invert the order of the pages in every sheet, but the order of the
1880         sheets. Do not print blank pages when page range is invalid. Fixes
1881         bugs #484857 and #485521.
1882         
1883 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1884
1885         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1886         (ev_job_print_run):
1887         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1888
1889         Respect ranges order when printing more than one range in random
1890         order.
1891         
1892 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1893
1894         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1895         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1896
1897         Rotate also the window icon when document is rotated. Fixes bug
1898         #474681.
1899         
1900 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1901
1902         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1903         (pdf_document_forms_get_form_fields):
1904
1905         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1906         Matthias Drochner.
1907         
1908 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * configure.ac:
1911         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1912
1913         Use poppler_page_render_for_printing() instead of
1914         poppler_page_render() if available when exporting to a ps or pdf
1915         file. Fixes bug #476627.
1916         
1917 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1918
1919         * shell/ev-window.c: (ev_window_run_fullscreen):
1920
1921         Do not show the toolbar in fullscreen mode if the main toolbar is
1922         not visible. Fixes bug #483048.
1923         
1924 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1925
1926         * shell/ev-view.c: (ev_view_button_press_event):
1927
1928         Give priority to form fields over images when deciding whether a
1929         button press event is over an image or form field. It allows edit
1930         form fields when they are over a background image. Fixes bug
1931         #477841.
1932         
1933 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1934
1935         * NEWS:
1936         * configure.ac:
1937         
1938         Update for release 2.20.0
1939
1940 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * backend/pdf/ev-poppler.cc:
1943
1944         Remove #ifdef HAVE_FORMS, so that forms support works again.
1945
1946 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1947
1948         * configure.ac:
1949         * data/evince.desktop.in.in:
1950         
1951         Fixes desktop file issues. See bug #473471.
1952
1953 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1954
1955         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1956         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1957         (ev_job_queue_remove_job):
1958         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1959         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1960         * shell/ev-window.c: (ev_window_clear_save_job),
1961         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1962         (ev_window_dispose):
1963
1964         Move save a copy task to its own job so that it's carried out in a
1965         thread avoiding another lock in the main thread. Use
1966         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1967         can be saved to a pathin another file system. Fixes bug #456891.
1968         
1969 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1970
1971         * NEWS:
1972         * configure.ac:
1973         
1974         Update for release 2.19.92
1975
1976 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1977
1978         * configure.ac:
1979         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1980         (pdf_selection_get_selection_region),
1981         (pdf_selection_get_selection_map),
1982         (ev_form_field_from_poppler_field):
1983
1984         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1985         and triple click selections are enabled again now.
1986
1987 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1988
1989         * shell/ev-window.c: (ev_window_add_history):
1990
1991         Make sure not to use the history with documents not supporting
1992         links. Fixes bug #468954.
1993
1994 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1995
1996         * shell/ev-window.c: (ev_window_load_job_cb):
1997
1998         Restart the search when reloading a document with the find bar
1999         visible. Fixes bug #461962.
2000
2001 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2002
2003         * shell/ev-window.c: (setup_document_from_metadata),
2004         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2005
2006         Do not jump to the first page when reloading a document from the
2007         last page.
2008
2009 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2010
2011         * shell/ev-window.c: (update_chrome_flag),
2012         (setup_sidebar_from_metadata),
2013         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2014         (ev_window_cmd_edit_find_next),
2015         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2016         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2017         (find_bar_close_cb), (view_actions_focus_in_cb):
2018
2019         Do not update visibility when changing a chrome flag so that it's
2020         possible to update several flags and update visibility only once
2021         for all of them.
2022
2023 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2024
2025         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2026
2027         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2028         supported by gtk+. Fixes bug #460907.
2029
2030 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2031
2032         * shell/ev-view.c: (view_update_range_and_current_page):
2033
2034         Make sure current-page <= end-page in continuous mode. Fixes bug
2035         #454950.
2036
2037 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2038
2039         * backend/pdf/ev-poppler.cc: (build_tree):
2040
2041         Ignore outline items without a title. Fixes bug #453913.
2042
2043 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2044
2045         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2046         (ev_view_button_release_event), (ev_view_leave_notify_event):
2047
2048         Use always drag mouse cursor during a drag operation. Fixes bug
2049         #470564.
2050
2051 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2052
2053         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2054         (pdf_selection_get_selection_region),
2055         (pdf_selection_get_selection_map):
2056
2057         Temporarily disable double and triple selections since it depends on
2058         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2059         released and the update of the external dependency minimal version
2060         approved.
2061
2062 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2065         (pdf_document_file_exporter_do_page):
2066         * libdocument/ev-file-exporter.h:
2067         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2068         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2069
2070         Actually fix printing regressions. Remove orientation from
2071         EvPrintContext since it's redundant.
2072
2073 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2074
2075         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2076         * backend/impress/impress-document.c:
2077         (impress_document_document_iface_init):
2078         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2079         * backend/djvu/djvu-document.c:
2080         (djvu_document_document_iface_init),
2081         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2082         * backend/tiff/tiff-document.c:
2083         (tiff_document_document_iface_init):
2084         * backend/pixbuf/pixbuf-document.c:
2085         (pixbuf_document_document_iface_init):
2086         * backend/comics/comics-document.c:
2087         (comics_document_document_iface_init):
2088         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2089         (pdf_selection_render_selection),
2090         (pdf_selection_get_selected_text),
2091         (pdf_selection_get_selection_region),
2092         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2093         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2094         (ev_selection_get_selection_region),
2095         (ev_selection_get_selection_map):
2096         * libdocument/ev-document.[ch]:
2097         * shell/ev-pixbuf-cache.[ch]: (add_job),
2098         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2099         * shell/ev-view-private.h:
2100         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2101         (ev_job_render_run):
2102         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2103         * shell/ev-view.c: (start_selection_for_event),
2104         (ev_view_button_press_event), (ev_view_drag_data_get),
2105         (ev_view_drag_data_received), (ev_view_button_release_event),
2106         (compute_new_selection_text), (compute_selections),
2107         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2108         (ev_view_primary_get_cb):
2109
2110         Add support for double and triple click selections.
2111
2112 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2113
2114         * NEWS:
2115         * configure.ac:
2116
2117         Update for release 2.19.4
2118
2119 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2120
2121         * shell/ev-view-private.h:
2122         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2123         (ev_view_set_highlight_search):
2124         * shell/ev-view.h:
2125         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2126         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2127         (find_bar_visibility_changed_cb):
2128         
2129         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2130
2131 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2132
2133         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2134         (pdf_document_file_exporter_begin),
2135         (pdf_document_file_exporter_do_page):
2136         * shell/ev-jobs.c: (ev_job_print_run):
2137         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2138
2139         Create always a portrait cairo surface and rotate when needed for
2140         landscape. It fixes printing problems in real printers.
2141
2142 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2143
2144         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2145         * libdocument/ev-file-exporter.[ch]:
2146         (ev_file_exporter_get_capabilities):
2147         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2148         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2149
2150         Adjust number of pages per row according to page orientation when
2151         printing 2 or 6 pages per sheet.
2152
2153 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2154
2155         * shell/ev-window.c: (ev_window_print_send):
2156
2157         Reset also cups setting to 1 when printing multiple pages per
2158         sheet. Fixes bug #468853.
2159
2160 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2161
2162         * libdocument/ev-document-misc.c:
2163         (ev_document_misc_surface_rotate_and_scale):
2164
2165         Use directly cairo_surface_get_content() when creating a similar
2166         surface as suggested by Jeff Muizelaar. Thanks again.
2167
2168 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2169
2170         * backend/djvu/djvu-document.c: (djvu_document_render):
2171         * backend/tiff/tiff-document.c: (tiff_document_render):
2172         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2173         * libdocument/ev-document-misc.c:
2174         (ev_document_misc_surface_from_pixbuf),
2175         (ev_document_misc_surface_rotate_and_scale):
2176
2177         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2178         creating page surfaces. Fixes bug #453123. Thank you very much to
2179         Jeff Muizelaar <jeff@infidigm.net>.
2180
2181 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * shell/ev-page-cache.c: (ev_page_cache_new),
2184         (ev_page_cache_get_thumbnail_size):
2185         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2186         (ev_sidebar_thumbnails_set_loading_icon):
2187
2188         Also store in page-cache the dimensions of the thumbnails so that
2189         they can be used to create the correct loading icon in the side
2190         pane. Fixes bug #466857.
2191
2192 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2193
2194         * backend/pdf/ev-poppler.cc:
2195         (pdf_document_thumbnails_get_thumbnail):
2196
2197         Fix thumbnails rotation in pdf documents that include embedded 
2198         thumbnails.
2199
2200 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2201
2202         * backend/pdf/ev-poppler.cc:
2203
2204         Don't use #ifdef in macro expansion. Some compilers don't
2205         like that. Closes bug #467042.
2206
2207 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2208
2209         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2210         
2211         Fixes memory leak in djvu backend.
2212
2213 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2214
2215         * data/icons/32x32/Makefile.am:
2216         * data/icons/32x32/actions/Makefile.am:
2217         * data/icons/32x32/actions/view-page-cont.svg:
2218         * data/icons/32x32/actions/view-page-facing.svg:
2219         * data/icons/48x48/Makefile.am:
2220         * data/icons/48x48/actions/Makefile.am:
2221         * data/icons/48x48/actions/view-page-cont.svg:
2222         * data/icons/48x48/actions/view-page-facing.svg:
2223         
2224         Icons for a new sizes.
2225
2226 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2227
2228         * shell/ev-page-cache.c: (build_height_to_page),
2229         (ev_page_cache_get_height_to_page):
2230         
2231         Fixes invalid read, see bug #466401.
2232
2233 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2234
2235         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2236         (set_drag_cursor):
2237         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2238         (configure_item_cursor), (new_pixbuf_from_widget):
2239
2240         Fix multihead problems in toolbar editor. Fixes bug #382055.
2241
2242 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2243
2244         * shell/ev-window.c: (ev_window_cmd_file_open),
2245         (ev_window_cmd_save_as):
2246
2247         Use g_get_user_special_dir when available instead of
2248         xdg_user_dir_lookup.
2249
2250 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2251
2252         * MAINTAINERS:
2253         
2254         Updated according to request on desktop-devel.
2255
2256 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2257
2258         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2259
2260         Do not use cairo_rectangle and cairo_clip since we are
2261         not using cairo_fill but cairo_paint. Use the same cairo context
2262         for every page in the same expose event.
2263
2264 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2265
2266         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2267         leak.
2268
2269 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * configure.ac:
2272         * NEWS:
2273
2274         Release 0.9.3
2275
2276 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2277
2278         * libdocument/ev-document-info.h:
2279         * libdocument/ev-document.h:
2280         * shell/ev-page-action.h:
2281         * shell/ev-sidebar-links.h:
2282
2283         Fix a headers problem with ev-link
2284         
2285         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2286         * shell/ev-view-private.h:
2287         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2288         (get_link_area), (ev_view_query_tooltip),
2289         (ev_view_leave_notify_event), (ev_view_destroy),
2290         (ev_view_class_init):
2291
2292         Use new gtk tooltips when available instead of ev-tooltip.
2293         
2294 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * shell/ev-window.c: (update_chrome_visibility),
2297         (ev_window_sidebar_visibility_changed_cb):
2298
2299         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2300         
2301 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2302
2303         * shell/ev-navigation-action.c:
2304         (ev_navigation_action_history_changed),
2305         (ev_navigation_action_set_history):
2306         * shell/ev-navigation-action-widget.c:
2307         (ev_navigation_action_widget_init):
2308         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2309
2310         Fix compile warnings.
2311         
2312 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2315         (egg_editable_toolbar_dispose):
2316
2317         Fix memory leak.
2318         
2319 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2320
2321         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2322         (screensaver_disable_x11):
2323         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2324         * shell/ev-window.c: (presentation_set_timeout):
2325         * shell/ev-view.c: (ev_view_presentation_transition_start):
2326
2327         Use g_timeout_add_seconds instead of g_timeout_add when
2328         available.
2329         
2330 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2331
2332         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2333
2334         Set horizontal scrollbar policy to AUTOMATIC instead of
2335         NEVER. Workaround for bug #449462.
2336         
2337 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2338
2339         * shell/ev-jobs.c: (ev_job_render_page_ready):
2340
2341         Add page_ready callback to main loop with high priority and hold
2342         a reference to job during idle.
2343         
2344 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2345
2346         * configure.ac:
2347         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2348         (pdf_document_file_exporter_begin),
2349         (pdf_document_file_exporter_do_page),
2350         (pdf_document_file_exporter_get_capabilities):
2351         * libdocument/ev-file-exporter.h:
2352         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2353         * shell/ev-window.c: (ev_window_print_send),
2354         (ev_window_print_dialog_response_cb):
2355
2356         Allow printing multiple pages per sheet. Fixes bug #395573.
2357         
2358 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2359
2360         * shell/ev-view.c: (tip_from_link):
2361         
2362         Check for NULL, fixes bug #460862.
2363
2364 2007-07-29  Christian Persch  <chpe@gnome.org>
2365
2366         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2367         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2368         (ev_window_cmd_preview_print):
2369         
2370         Fixes bug #437681 - blocks while enumerating printers.
2371
2372 2007-07-29  Christian Persch  <chpe@gnome.org>
2373
2374         * shell/ev-window.c: (ev_window_screen_changed):
2375         
2376         Don't use deprecated gtk+ function. See bug #460909.
2377
2378 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2379
2380         * shell/ev-utils.c: (get_num_monitors):
2381         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2382
2383         Do not use display before initializing it. Remove compile
2384         warnings.
2385
2386 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2387
2388         * shell/ev-view.c: (ev_view_class_init):
2389         
2390         Unix-like hjkl bindings added. See bug #458111.
2391
2392 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2393
2394         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2395         * shell/ev-utils.h:
2396         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2397         (ev_view_update_view_size):
2398         * shell/ev-view.h:
2399         * shell/ev-window.c: (ev_window_update_actions),
2400         (setup_view_from_metadata), (ev_window_screen_changed),
2401         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2402         (zoom_control_changed_cb):
2403         * shell/ev-window.h:
2404         
2405         Reorganizes utility functions.
2406
2407 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2408
2409         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2410         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2411         (add_job), (ev_pixbuf_cache_get_surface),
2412         (ev_pixbuf_cache_get_link_mapping),
2413         (ev_pixbuf_cache_get_image_mapping),
2414         (ev_pixbuf_cache_get_form_field_mapping),
2415         (ev_pixbuf_cache_get_text_mapping):
2416         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2417         (notify_page_ready), (ev_job_render_page_ready),
2418         (ev_job_render_run):
2419
2420         Add page_ready signal to notify that page is ready as soon as
2421         possible even if other page elements like links, forms, images or
2422         text mapping are not ready yet.
2423
2424 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2425
2426         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2427         (dvi_document_file_exporter_do_page),
2428         (dvi_document_file_exporter_get_capabilities),
2429         (dvi_document_file_exporter_iface_init):
2430         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2431         (ps_document_file_exporter_do_page),
2432         (ps_document_file_exporter_get_capabilities),
2433         (ps_document_file_exporter_iface_init):
2434         * backend/djvu/djvu-document.c:
2435         (djvu_document_file_exporter_begin),
2436         (djvu_document_file_exporter_end),
2437         (djvu_document_file_exporter_get_capabilities),
2438         (djvu_document_file_exporter_iface_init):
2439         * backend/tiff/tiff-document.c:
2440         (tiff_document_file_exporter_begin),
2441         (tiff_document_file_exporter_get_capabilities),
2442         (tiff_document_document_file_exporter_iface_init):
2443         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2444         (pdf_document_file_exporter_do_page),
2445         (pdf_document_file_exporter_get_capabilities),
2446         (pdf_document_file_exporter_iface_init):
2447         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2448         (ev_file_exporter_get_capabilities):
2449         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2450         (idle_print_handler), (ev_print_job_print):
2451         * shell/ev-jobs.c: (ev_job_print_run):
2452         * shell/ev-window.c: (ev_window_print_send),
2453         (ev_window_print_range):
2454
2455         Use capabilities to know which options should be offered by the
2456         print dialog depending on the document backend.
2457
2458 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2459
2460         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2461
2462         Give priority to forms over text to set the cursor.
2463
2464 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2465
2466         * shell/ev-view-private.h:
2467         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2468         (ev_view_leave_notify_event), (ev_view_finalize),
2469         (ev_view_get_property), (ev_view_class_init):
2470
2471         Use IBEAM cursor for text form fields and NORMAL cursor for read
2472         only fields. Remove unused status attribute.
2473
2474 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2475
2476         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2477
2478         Update region for current selected items also for checkbox
2479         buttons, since they can behave as radio buttons when they are in a
2480         set.
2481
2482 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2483
2484         * configure.ac:
2485         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2486
2487         Get max length of text form fields.
2488
2489 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2490
2491         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2492         * libdocument/ev-form-field.h:
2493         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2494
2495         Fix build with current poppler cvs head.
2496
2497 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2498
2499         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2500         * shell/eggfindbar.c: (egg_find_bar_init):
2501
2502         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2503         deprecation. Fixes bug #455667
2504
2505 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2506
2507         * NEWS:
2508         * configure.ac:
2509         
2510         Update for release 0.9.2
2511
2512 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2513
2514         * shell/ev-view.c: (ev_view_form_field_text_save),
2515         (ev_view_form_field_choice_save):
2516
2517         Fix a crash when closing whith a form widget visible.
2518
2519 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2520
2521         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2522
2523         Update also the region of the current selected button when
2524         clicking on another button if they are radio buttons.
2525
2526 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2527
2528         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2529         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2530         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2531         (ev_pixbuf_cache_get_link_mapping),
2532         (ev_pixbuf_cache_get_image_mapping),
2533         (ev_pixbuf_cache_get_form_field_mapping),
2534         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2535         * shell/ev-view.c: (ev_view_form_field_get_region),
2536         (ev_view_form_field_button_create_widget),
2537         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2538         (job_finished_cb):
2539
2540         Redraw only form field region instead of the whole page when
2541         reloading a page to show changes on the form field.
2542
2543 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2544
2545         * shell/ev-view.c: (ev_view_form_field_choice_save):
2546
2547         Fix selection of first item in list form fields.
2548
2549 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2552         (ev_pixbuf_cache_reload_page),
2553         (ev_pixbuf_cache_get_form_field_mapping):
2554
2555         Some refactoring to avoid duplicated code.
2556
2557 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2558
2559         * configure.ac:
2560         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2561         (ev_form_field_from_poppler_field),
2562         (pdf_document_forms_get_form_fields),
2563         (pdf_document_forms_form_field_text_get_text),
2564         (pdf_document_forms_form_field_text_set_text),
2565         (pdf_document_forms_form_field_button_set_state),
2566         (pdf_document_forms_form_field_button_get_state),
2567         (pdf_document_forms_form_field_choice_get_item),
2568         (pdf_document_forms_form_field_choice_get_n_items),
2569         (pdf_document_forms_form_field_choice_is_item_selected),
2570         (pdf_document_forms_form_field_choice_select_item),
2571         (pdf_document_forms_form_field_choice_toggle_item),
2572         (pdf_document_forms_form_field_choice_unselect_all),
2573         (pdf_document_forms_form_field_choice_set_text),
2574         (pdf_document_forms_form_field_choice_get_text),
2575         (pdf_document_document_forms_iface_init):
2576         * libdocument/Makefile.am:
2577         * libdocument/ev-form-field.[ch]:
2578         * libdocument/ev-document-forms.[ch]:
2579         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2580         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2581         (add_job), (ev_pixbuf_cache_reload_page),
2582         (ev_pixbuf_cache_get_form_field_mapping):
2583         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2584         * shell/ev-view-private.h:
2585         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2586         (ev_view_handle_cursor_over_xy),
2587         (ev_view_get_form_field_at_location),
2588         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2589         (ev_view_form_field_button_create_widget),
2590         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2591         (ev_view_form_field_text_create_widget),
2592         (ev_view_form_field_choice_save),
2593         (ev_view_form_field_choice_changed),
2594         (ev_view_form_field_choice_create_widget),
2595         (ev_view_handle_form_field), (ev_view_size_allocate),
2596         (ev_view_realize), (draw_end_presentation_page),
2597         (ev_view_button_press_event), (ev_view_remove_all),
2598         (ev_view_motion_notify_event), (ev_view_key_press_event),
2599         (ev_view_enter_notify_event), (highlight_find_results),
2600         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2601         (ev_view_class_init), (page_changed_cb),
2602         (on_adjustment_value_changed), (ev_view_set_presentation),
2603         (merge_selection_region), (ev_view_set_cursor),
2604         (ev_view_reset_presentation_state):
2605         
2606         Merge evince-forms branch.
2607
2608 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2609
2610         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2611
2612         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2613         This script also updates itself from libegg
2614
2615         * cut-n-paste/toolbar-editor/egg*:
2616         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2617         libegg
2618
2619 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2620
2621         * shell/ev-window.c:
2622         
2623         Adds a nice icon to page action during toolbar editing.
2624         See bug #452872.
2625
2626 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2627
2628         * data/evince-toolbar.xml:
2629         * shell/ev-window.c:
2630         
2631         Let user add a presentation and fullscreen icons on toolbar.
2632         See bug #449734.
2633
2634 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2635
2636         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2637
2638         new script to keep in sync with toolbareditor in libegg
2639
2640         * cut-n-paste/toolbar-editor/*: 
2641
2642         Run update-toolbareditor-from-libegg so we are in sync again. 
2643         Fixes bug #452850.
2644         
2645
2646 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * shell/ev-sidebar-links.c: (job_finished_callback):
2649
2650         Do not connect selection changed signal more than once. Fixes bug
2651         #349433.
2652
2653 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2654
2655         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2656
2657         Do not change sidebar chrome flag when pressing F9 key in
2658         presentation mode.
2659
2660 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2661
2662         * backend/pdf/ev-poppler.cc:
2663         (pdf_document_thumbnails_get_dimensions):
2664
2665         Make sure thumbnails width and height is not <= 0. Fixes a crash
2666         with some pdf documents which have really small pages.
2667
2668 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2669
2670         * shell/main.c: (main):
2671
2672         Fixes program description translation issue.
2673         Bug #450148.
2674
2675 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2676
2677         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2678
2679         Do not change current page when returning from black/white mode
2680         in presentation. Fixes bug #415032.
2681
2682 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2683
2684         * NEWS:
2685         * configure.ac:
2686         
2687         Update for release 0.9.1
2688
2689 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2690
2691         * backend/dvi/dvi-document.c:
2692         (dvi_document_finalize),
2693         (dvi_document_file_exporter_format_supported),
2694         (dvi_document_file_exporter_begin),
2695         (dvi_document_file_exporter_do_page),
2696         (dvi_document_file_exporter_end),
2697         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2698         
2699         PDF exporter for dvi documents. Fixes bug #441319.
2700
2701 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2702
2703         * shell/ev-window.c: (ev_window_clear_print_job):
2704
2705         Clear gtk print job when job has finished. Fixes bug #447612.
2706
2707 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2708
2709         * shell/ev-window.c: (ev_window_print_send),
2710         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2711
2712         Add preview button to print dialog. Fixes bug #445419.
2713
2714 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2715
2716         * backend/dvi/Makefile.am:
2717         * backend/dvi/pixbuf-device.[ch]: Removed
2718         * backend/dvi/cairo-device.[ch]: Added
2719         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2720         * backend/dvi/dvi-document.c: (dvi_document_load),
2721         (dvi_document_render), (dvi_document_finalize),
2722         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2723         (dvi_document_do_color_special):
2724         * libdocument/ev-document-misc.[ch]:
2725         (ev_document_misc_pixbuf_from_surface):
2726
2727         Port dvi backend to cairo and fix a problem with colors. 
2728
2729 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2730
2731         * shell/ev-view.c: (draw_one_page):
2732
2733         Draw only visible region.
2734
2735 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * backend/djvu/djvu-document.c: (djvu_document_render):
2738
2739         Fix rotation in djvu backend.
2740
2741 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2742
2743         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2744         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2745         (ev_pixbuf_cache_get_image_mapping),
2746         (ev_pixbuf_cache_get_text_mapping):
2747
2748         Redraw view every time we have a new surface. Fixes bug #443587.
2749
2750 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2751
2752         * libdocument/ev-document.c: (ev_document_info_free):
2753
2754         Fix memory leaks.
2755
2756 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2757
2758         * backend/dvi/dvi-document.c: (dvi_document_render),
2759         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2760         * backend/impress/impress-document.c:
2761         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2762         (impress_document_render), (impress_document_document_iface_init),
2763         (impress_document_thumbnails_get_thumbnail):
2764         * backend/djvu/djvu-document-private.h:
2765         * backend/djvu/djvu-document.c: (djvu_document_render),
2766         (djvu_document_finalize), (djvu_document_document_iface_init),
2767         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2768         * backend/tiff/tiff-document.c: (tiff_document_render),
2769         (tiff_document_render_pixbuf),
2770         (tiff_document_document_iface_init):
2771         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2772         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2773         (pdf_selection_render_selection):
2774         * backend/comics/comics-document.c:
2775         (comics_document_render_pixbuf), (comics_document_render),
2776         (comics_document_document_iface_init):
2777         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2778         (pixbuf_document_document_iface_init):
2779         * libdocument/ev-document-misc.[ch]:
2780         (ev_document_misc_surface_from_pixbuf),
2781         (ev_document_misc_surface_rotate_and_scale):
2782         * libdocument/ev-document.[ch]: (ev_document_render):
2783         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2784         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2785         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2786         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2787         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2788         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2789         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2790         (render_finished_cb), (ev_job_render_run):
2791         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2792         (merge_selection_region):
2793
2794         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2795         and selections.
2796
2797 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2798
2799         * shell/ev-window-title.c: (ev_window_title_update):
2800
2801         Fix memory leak.
2802
2803 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2804
2805         * shell/ev-view.c: (draw_loading_text):
2806
2807         Show loading text centered. Fixes bug #433061
2808
2809 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2810
2811         * shell/ev-sidebar-thumbnails.c:
2812         (ev_sidebar_thumbnails_set_loading_icon):
2813
2814         Remove a mutex in the main thread that blocks the UI in heavy
2815         documents.
2816
2817 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2818
2819         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2820
2821         Set points_set to TRUE so that selections don't disappear after a
2822         zoom change.
2823
2824 2007-06-07  Michael Monreal  <infernux@web.de>
2825
2826         * data/icons/16x16/actions/Makefile.am:
2827         * data/icons/16x16/actions/zoom.svg:
2828         * data/icons/22x22/actions/Makefile.am:
2829         * data/icons/22x22/actions/zoom.svg:
2830         * data/icons/24x24/actions/Makefile.am:
2831         * shell/ev-stock-icons.c:
2832         * shell/ev-stock-icons.h:
2833         * shell/ev-window.c:
2834         
2835         Zoom icon artwork. See bug #444795.
2836
2837 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2838
2839         * shell/ev-metadata-manager.c: Remove extraneous function
2840         (Closes: #444386)
2841
2842 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2843
2844         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2845         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2846         (ev_metadata_manager_set), (ev_metadata_manager_save):
2847         Simplify the timeout, no need for modified anymore
2848
2849 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2850
2851         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2852         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2853         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2854         (ev_metadata_manager_save): Adapted patch from Arjan van de
2855         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2856         time, saves on power (Closes: #443851)
2857
2858 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2859
2860         * configure.ac:
2861         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2862         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2863
2864         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2865
2866 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2867
2868         * shell/ev-window.c: (ev_window_add_history):
2869
2870         Check if history is NULL
2871
2872 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2873
2874         * libdocument/ev-image.c: (ev_image_finalize):
2875         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2876         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2877         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2878         (ev_tmp_uri_unlink):
2879
2880         Add functions to delete temporary files created by evince in a safe
2881         way.
2882
2883         * shell/ev-window.c: (ev_window_clear_local_uri),
2884         (open_xfer_update_progress_callback),
2885         (save_xfer_update_progress_callback), (ev_window_save_remote),
2886         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2887         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2888         (attachment_save_dialog_response_cb),
2889         (ev_attachment_popup_cmd_save_attachment_as):
2890
2891         Allow saving a copy of a document, image or attachment to a remote
2892         location. Fixes bug #440754. 
2893
2894 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2895
2896         * configure.ac:
2897         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2898
2899         Fix build with current poppler from cvs head. 
2900
2901 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2902
2903         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2904
2905         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2906         directory exists.
2907
2908 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2909
2910         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2911         * shell/ev-window.c:
2912
2913         Change sidebar ordering. Fixes bug #439939.
2914
2915 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2916
2917         * backend/comics/Makefile.am:
2918         
2919         Fixes build with --without-libgnome.
2920
2921 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2922         
2923         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2924
2925         Update cursor and tooltip on page change and view scroll. Fixes bug
2926         #439217.
2927
2928 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2929
2930         * NEWS:
2931         * configure.ac:
2932         
2933         Update for release 0.9.0
2934
2935 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2936
2937         * backend/djvu/djvu-document-private.h:
2938         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2939         (djvu_document_finalize),
2940         (djvu_document_file_exporter_format_supported),
2941         (djvu_document_file_exporter_begin),
2942         (djvu_document_file_exporter_do_page),
2943         (djvu_document_file_exporter_end),
2944         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2945         
2946         Implemented printing with djvu. Bug #437998.
2947
2948 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2949
2950         * backend/impress/zip.c:
2951         Add missing ulong definition.
2952
2953         * backend/ps/ps-interpreter.c:
2954         Add missing headers.
2955
2956         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2957
2958 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2959
2960         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2961
2962         Add missing call to parent class dispose method. 
2963
2964 2007-05-12  Ross Burton  <ross@openedhand.com>
2965
2966         * shell/main.c:
2967         Sync keybindings manually when building without libgnome
2968         (#437925).
2969
2970 2007-05-12  Ross Burton  <ross@openedhand.com>
2971
2972         * shell/ev-window.c:
2973         Respect the screen when opening help (#437866).
2974
2975 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2976
2977         * data/evince-ui.xml:
2978         * shell/ev-application.[ch]: (get_print_settings_from_args),
2979         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2980         (ev_application_open_uri_list):
2981         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2982         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2983         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2984         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2985         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2986         (ev_window_dispose):
2987         * shell/main.c: (arguments_parse):
2988
2989         Add print button in preview mode. Fixes bug #396475. 
2990
2991 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2992
2993         * cut-n-paste/zoom-control/ephy-zoom.h:
2994         
2995         Fixes zoom level factors. See bug #408119 for details.
2996
2997 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2998
2999         * backend/comics/comics-document.c: (comics_regex_quote),
3000         (extract_argv):
3001         
3002         Correctly quote symbols. Fixes crash in the bug
3003         #415370.
3004
3005 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3006
3007         * shell/ev-navigation-action-widget.c:
3008         (ev_navigation_action_widget_init),
3009         (ev_navigation_action_widget_class_init),
3010         (ev_navigation_action_widget_button_press_event):
3011         
3012         Connect to button-press event on correct widget. Fixes
3013         bug #431988
3014
3015 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3016
3017         * shell/ev-application.c: (ev_application_open_window),
3018         (ev_application_add_icon_path_for_screen),
3019         (ev_application_open_uri_at_dest):
3020         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3021         * shell/ev-navigation-action.c: (build_menu):
3022         
3023         Add app-specific icons to our icon theme. Fixes bug
3024         #425508.
3025
3026 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3027
3028         * shell/ev-history.c: (ev_history_class_init),
3029         (ev_history_add_link):
3030         * shell/ev-history.h:
3031         * shell/ev-navigation-action.c:
3032         (ev_navigation_action_history_changed),
3033         (ev_navigation_action_set_history), (build_menu),
3034         (ev_navigation_action_finalize):
3035         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3036         
3037         Make navigation action unsensitive instead of showing
3038         menu with unsensitive word. Fixes bug #417392.
3039
3040 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3041
3042         * shell/ev-application.[ch]: (ev_application_shutdown),
3043         (ev_application_get_print_settings),
3044         (ev_application_set_print_settings):
3045         * shell/ev-window.c:
3046
3047         Remember print settings. Fixes bug #349102. 
3048
3049 2007-05-08  Christian Persch  <chpe@gnome.org>
3050
3051         * configure.ac:
3052         * properties/ev-properties-view.c:
3053
3054         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3055         Bug #382438.
3056
3057 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3058
3059         * configure.ac:
3060         * properties/ev-properties-view.c: (ev_regular_paper_size):
3061
3062         Use gtk+ builtin paper list to identify the document's paper size.
3063         Fixes bug #382438. 
3064
3065 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3066
3067         * configure.ac:
3068
3069         Fix build when compiling with thumbnailer and libgnome support. 
3070
3071 2007-05-04  Ross Burton  <ross@openedhand.com>
3072
3073         * configure.ac:
3074         Add --without-libgnome, check for libgnome and libgnomeui
3075         separately, and add them to the symbols as required.
3076
3077         * libdocument/ev-file-helpers.c:
3078         When building without libgnome, use g_get_user_config_dir instead
3079         of gnome_user_dir_get.
3080
3081         * shell/ev-application.c:
3082         When building without libgnome, don't use session management.
3083
3084         * shell/main.c:
3085         When building without libgnome, don't use GnomeProgram or
3086         initialise the authentication manager.
3087
3088         This fixes #328842.
3089
3090 2007-05-04  Ross Burton  <ross@openedhand.com>
3091
3092         * shell/ev-window.c:
3093         Don't use libgnome to open help, instead call Yelp directly.
3094
3095 2007-05-04  Ross Burton  <ross@openedhand.com>
3096
3097         * shell/ev-sidebar-attachments.c:
3098         Don't use libgnome to lookup icons for MIME types, instead copy
3099         code from GTK+ to do it manually.
3100
3101 2007-05-04  Ross Burton  <ross@openedhand.com>
3102
3103         * configure.ac:
3104         Add libxml to the dependencies for SHELL_CORE (#435818).
3105
3106 2007-05-02  Ross Burton  <ross@openedhand.com>
3107
3108         * configure.ac:
3109         * Makefile.am:
3110         Add --disable-thumbnailer (#434825)
3111
3112 2007-05-02  Ross Burton  <ross@openedhand.com>
3113
3114         * shell/ev-window.c:
3115         Add missing includes, fix indentation.
3116
3117         * shell/main.c:
3118         Fix indentation.
3119
3120 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3121
3122         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3123         ev_application_open_uri_at_dest instead of ev_application_open_uri
3124         preventing new document always being opened in a new window even if there
3125         is an empty window.
3126
3127 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3128
3129         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3130         (egg_recent_view_uimanager_finalize):
3131         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3132         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3133         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3134         (ev_pixbuf_cache_dispose):
3135         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3136         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3137         
3138         Add missing chain to parent class methods. Fixes
3139         bug #433128.
3140
3141 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3142
3143         * data/Makefile.am (update-icon-cache): Updates
3144         gtk-update-icon-cache in uninstall-hook.
3145
3146 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3147
3148         * shell/ev-window.c: (ev_window_setup_document),
3149         (ev_window_set_document), (ev_window_load_job_cb):
3150         * shell/ev-view.c: (setup_caches):
3151         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3152
3153         Start rendering pages before any other jobs. 
3154
3155 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3156
3157         * shell/ev-window.c: (ev_window_stop_fullscreen),
3158         (ev_window_stop_presentation):
3159
3160         Update chrome visibility before window unfullscreen. 
3161
3162 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3163
3164         * data/Makefile.am:
3165         * data/evince-ui.xml:
3166         * shell/ev-stock-icons.[ch]:
3167         * shell/ev-application.[ch]: (ev_application_shutdown),
3168         (ev_application_init), (ev_application_get_toolbars_model):
3169         * shell/ev-window.c: (update_chrome_visibility),
3170         (fullscreen_toolbar_setup_item_properties),
3171         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3172         (ev_window_run_presentation), (ev_window_stop_presentation),
3173         (ev_window_run_preview), (ev_window_screen_changed),
3174         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3175         (ev_window_dispose), (ev_window_init):
3176
3177         Make fullscreen toolbar always visible. Do not use egg toolbars for
3178         fullscreen and preview modes since such toolbars are not editables.
3179         Fixes bugs #300278, #338910 and #316188.  
3180
3181 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3182
3183         * shell/ev-application.c:
3184         * shell/ev-job-queue.c:
3185         * shell/ev-metadata-manager.c:
3186         * shell/ev-stock-icons.c:
3187         * shell/ev-window.c:
3188         * shell/main.c:
3189         
3190         Developers documentation updated.
3191
3192 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3195
3196         Check whether uri is valid before launching it. Fixes bug #427664.
3197
3198 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3199
3200         * shell/ev-window.c:
3201
3202         Change key accelerator for Open a Copy menu entry which is in conflict
3203         with Close. Fixes bug #427321.
3204
3205 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3206
3207         * NEWS:
3208         * configure.ac:
3209         
3210         Update for release 0.8.1
3211
3212 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3213
3214         * shell/ev-window.c: (setup_size_from_metadata):
3215         
3216         Do not make window bigger than screen. Fixes bug 
3217         #388985.
3218
3219 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3220
3221         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3222         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3223
3224         Use default resolution when it's not provided by document. Fixes bug
3225         #408762.
3226
3227 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3228
3229         * configure.ac:
3230         * thumbnailer/Makefile.am:
3231         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3232         * thumbnailer/evince-thumbnailer.schemas.in:
3233         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3234
3235         Add support for ps, eps and compressed documents thumbnails. Do not
3236         ignore size parameter. 
3237
3238 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3239
3240         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3241         (dvi_document_do_color_special):
3242         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3243
3244         Implement font color specials in the DVI backend. Fixes bug #303651.
3245
3246 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3247
3248         Fixup the previous commit:
3249
3250         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3251         * shell/xdg-user-dir-lookup.c: Make the function non-static
3252         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3253
3254 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3255
3256         * shell/ev-window.c (file_open_dialog_response_cb): Use
3257         the xdg-user-dirs DOCUMENTS folder as default folder when
3258         opening a file chooser.  (#424858)
3259
3260         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3261         xdg-user-dirs.
3262
3263 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3264
3265         * shell/ev-window.c: (ev_window_load_job_cb):
3266
3267         Do not setup view from metadata on preview mode. 
3268
3269 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3270
3271         * shell/main.c:
3272
3273         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3274
3275 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3276
3277         * shell/ev-view.c: (ev_view_primary_get_cb):
3278
3279         Check pointer != NULL before using it. Fixes bug #416841. 
3280
3281 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3282
3283         * NEWS:
3284         * configure.ac:
3285         
3286         Release 0.8.0
3287
3288 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3289
3290         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3291
3292         Do not render thumbnails when sidebar thumbnail page is not visible
3293         at startup. Fixes bug #416447. 
3294
3295 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3296
3297         * data/evince.desktop.in.in:
3298
3299         "Application" is not a valid category in the freedesktop specification.
3300
3301 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3302
3303         * libdocument/ev-file-helpers.[ch]: (compression_run),
3304         (ev_file_uncompress), (ev_file_compress):
3305         * shell/ev-window.c: (file_save_dialog_response_cb):
3306
3307         Save document compressed when saving a copy of a compressed document.
3308         Fixes bug #334542.
3309
3310 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3311
3312         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3313
3314         Allow deleting in goto window entry in presentation mode. 
3315
3316 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3317
3318         * Makefile.am: Dist MAINTAINERS.
3319
3320 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3321
3322         * shell/ev-window.c: (ev_window_update_actions):
3323
3324         Fix zoom shortcut keys when searching. Fixes bug #409828.
3325
3326 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3327
3328         * shell/ev-window.c: (ev_window_setup_document):
3329
3330         Fix crash when loading documents with only one page. 
3331
3332 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3333
3334         * backend/dvi/dvi-document.c:
3335         (dvi_document_thumbnails_get_dimensions),
3336         (dvi_document_thumbnails_get_thumbnail):
3337         * backend/impress/impress-document.c:
3338         (impress_document_thumbnails_get_thumbnail),
3339         (impress_document_thumbnails_get_dimensions):
3340         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3341         (ps_document_thumbnails_get_dimensions):
3342         * backend/djvu/djvu-document.c:
3343         (djvu_document_thumbnails_get_dimensions),
3344         (djvu_document_thumbnails_get_thumbnail):
3345         * backend/tiff/tiff-document.c:
3346         (tiff_document_thumbnails_get_thumbnail),
3347         (tiff_document_thumbnails_get_dimensions):
3348         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3349         (pdf_document_thumbnails_get_thumbnail),
3350         (pdf_document_thumbnails_get_dimensions):
3351         * backend/comics/comics-document.c:
3352         (comics_document_thumbnails_get_thumbnail),
3353         (comics_document_thumbnails_get_dimensions):
3354         * backend/pixbuf/pixbuf-document.c:
3355         (pixbuf_document_thumbnails_get_thumbnail),
3356         (pixbuf_document_thumbnails_get_dimensions):
3357         * libdocument/ev-document-thumbnails.[ch]:
3358         (ev_document_thumbnails_get_thumbnail),
3359         (ev_document_thumbnails_get_dimensions):
3360         * libdocument/ev-document-misc.[ch]:
3361         (ev_document_misc_get_thumbnail_frame):
3362         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3363         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3364         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3365         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3366         (ev_sidebar_thumbnails_refresh):
3367         * shell/ev-window.c: (ev_window_setup_document):
3368         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3369
3370         Use an EvRenderContext for rendering thumbnails instead of a suggested
3371         width, so that different sized pages get sized proportionally.
3372
3373 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3374
3375         * shell/ev-view.c: (ev_view_button_press_event),
3376         (ev_view_key_press_event):
3377
3378         Fix critical warnings when there is no document loaded. 
3379
3380 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3381
3382         * shell/ev-page-action-widget.c:
3383         * shell/ev-navigation-action.c:
3384         * shell/ev-window.c:
3385
3386         Fix compile warnings. 
3387
3388 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3389
3390         * backend/djvu/djvu-text.h:
3391         * backend/djvu/djvu-document.c:
3392         * backend/djvu/djvu-text-page.c:
3393         * backend/djvu/djvu-links.c:
3394         * backend/djvu/djvu-text-page.h:
3395         * backend/djvu/djvu-text.c:
3396         
3397         Fix build on Mac. Fixes bug #392186. Patch by
3398         <ephraim_owns@hotmail.com>
3399
3400 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3401
3402         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3403
3404         Restore cairo context before rendering every page when printing a PDF
3405         document into a PDF file. 
3406
3407 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3408
3409         * backend/ps/gstypes.h:
3410         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3411         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3412         (ps_document_thumbnails_get_thumbnail):
3413
3414         Handle PostScript page orientation. Fixes bug #318568.
3415
3416 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3417
3418         * backend/ps/Makefile.am:
3419         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3420         (document_load), (ps_document_load), (save_document),
3421         (save_page_list), (ps_document_get_n_pages),
3422         (ps_document_get_page_size), (ps_document_get_info),
3423         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3424         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3425         (ps_document_thumbnails_get_thumbnail),
3426         (ps_document_thumbnails_get_dimensions),
3427         (ps_document_document_thumbnails_iface_init):
3428         * backend/ps/ps.[ch]: (psgetpagebox):
3429         * backend/ps/ps-interpreter.[ch]:
3430
3431         Add support for thumbnails in ps backend. Fixes bug #164755. 
3432
3433 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3434
3435         * NEWS:
3436         * configure.ac:
3437         
3438         Release 0.7.2
3439
3440 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3441
3442         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3443         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3444         (ev_window_dispose):
3445
3446         Use document thumbnail as window icon. Fixes bug #384442.
3447
3448 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3449
3450         * configure.ac:
3451
3452         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3453         duplicated adding application/x-bzpostscript instead. 
3454
3455 2007-02-11  Tom Parker  <palfrey@tevp.net>
3456
3457         * backend/ps/ps-document.c: (document_load):
3458
3459         Check return value of psscan before trying
3460         to use it. Fixes bug #372414.
3461
3462 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3463
3464         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3465
3466         Fix invalid free in ev-page-cache. Fixes bug #404745.
3467
3468 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3469
3470         * test/Makefile.am:
3471         * test/test3.py:
3472         
3473         Added reload test case.
3474
3475 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3476
3477         * po/POTFILES.in:
3478         * backend/djvu/djvu-document.c: (djvu_document_load):
3479
3480         Check whether there are missing files in indirect multipage djvu
3481         documents. Fixes bug #361683. 
3482
3483 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3484
3485         * test/Makefile.am:
3486         * test/test-mime.bin:
3487         * test/test3.py:
3488         
3489         Added test for slow mime type
3490
3491 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3492
3493         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3494
3495         Add some checks and call parent_class->finalize. Fixes bug #404745.
3496
3497 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3498
3499         * shell/ev-navigation-action.c: (connect_proxy):
3500         
3501         Fixes dropdown history menu. Thanks a lot Carlos!
3502
3503 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3504
3505         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3506
3507         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3508         bug #373715.
3509
3510 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3511
3512         * backend/ps/ps.c: (psscan):
3513
3514         Fix memory leak. 
3515
3516 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3517
3518         * configure.ac:
3519         * libdocument/ev-file-helpers.c: 
3520
3521         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3522
3523 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3524
3525         * configure.ac:
3526         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3527         (ps_interpreter_start), (document_load), (save_document),
3528         (save_page_list):
3529         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3530         * libdocument/ev-document-factory.c:
3531         (ev_document_factory_get_from_mime), (get_document_from_uri),
3532         (free_uncompressed_uri), (ev_document_factory_get_document):
3533         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3534
3535         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3536
3537 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3538
3539         * libdocument/ev-document.h:
3540
3541         Fix typo in function name. 
3542
3543 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3544
3545         * backend/ps/ps-document.c: (ps_interpreter_finished),
3546         (ps_interpreter_start), (ps_interpreter_failed):
3547
3548         Handle ghostscript interpreter crashes. 
3549
3550 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3551
3552         * shell/ev-window.c: (ev_window_open_uri),
3553         (window_configure_event_cb):
3554
3555         Setup window size and position before showing it. Fixes bug #401711.
3556
3557 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3558
3559         * backend/ps/Makefile.am:
3560         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3561         (ps_document_dispose), (ps_document_class_init),
3562         (ps_interpreter_input), (ps_interpreter_output),
3563         (ps_interpreter_error), (setup_interpreter_env),
3564         (ps_interpreter_start), (ps_interpreter_stop),
3565         (ps_interpreter_failed), (ps_interpreter_is_ready),
3566         (check_filecompressed), (document_load), (ps_document_load),
3567         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3568         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3569         (render_page):
3570
3571         Rework ps-document. Code cleanups, remove deprecated code. 
3572
3573 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3574
3575         * shell/ev-view.c: (ev_view_button_press_event):
3576
3577         Do not start an image drag and drop operation when pointer is on 
3578         text, so that we can select text when the whole background is an
3579         image. 
3580
3581 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3582
3583         * shell/ev-window.c: (ev_window_update_actions): 
3584
3585         Disable all zoom related actions during presentation mode. 
3586
3587 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3588
3589         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3590
3591         Do not zoom in or out on presentation mode. Fixes bug #401305.
3592
3593 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3594
3595         * shell/ev-navigation-action.c: (connect_proxy),
3596         (create_menu_item), (ev_navigation_action_class_init):
3597         
3598         Correctly show menu and fix crash when navigaton 
3599         action is out of toolbar visible area.
3600
3601 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3602
3603         * data/Makefile.am:
3604         * data/evince.1:
3605         
3606         Added man file
3607
3608 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3609
3610         * help/reference/* :
3611         * configure.ac:
3612         
3613         Added gtk-doc based documentation for Evince.
3614         Still in initial state but I hope it will
3615         grow.
3616         
3617         * configure.ac:
3618         
3619         Lower dbus requirement to 0.70
3620
3621 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3622
3623         * shell/ev-window.c: (ev_window_add_history):
3624
3625         Fix memory leak. 
3626
3627 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3628
3629         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3630         * shell/ev-view.h:
3631         * shell/ev-window.c: (ev_window_add_history):
3632         
3633         Correctly handle named destination links
3634
3635 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3636
3637         * NOTES:
3638         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3639         * backend/pdf/ev-poppler.cc:
3640         * libdocument/ev-document-links.h:
3641         * libdocument/ev-link.c: (ev_link_get_page):
3642         * libdocument/ev-link.h:
3643         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3644         (ev_history_add_link):
3645         * shell/ev-history.h:
3646         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3647         (new_history_menu_item), (build_menu):
3648         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3649         * shell/ev-sidebar-links.c: (create_loading_model),
3650         (print_section_cb), (ev_sidebar_links_construct),
3651         (fill_page_labels), (update_page_callback_foreach),
3652         (update_page_callback), (job_finished_callback):
3653         * shell/ev-view.c: (ev_view_handle_link):
3654         * shell/ev-window.c: (ev_window_find_chapter),
3655         (ev_window_add_history), (view_handle_link_cb),
3656         (history_changed_cb):
3657         
3658         Implements another history variant
3659
3660 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3661
3662         * shell/ev-window.c: (view_external_link_cb):
3663         * shell/ev-view.c: (ev_view_button_release_event):
3664
3665         Open links in new window when clicking with middle button. 
3666
3667 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3668
3669         * shell/ev-navigation-action.c: (new_history_menu_item):
3670         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3671         * shell/ev-view.c: (ev_view_handle_link):
3672         * shell/ev-window.c:
3673         
3674         Store link before jump, not the destination. For me it 
3675         seems like more natural history behavior.
3676
3677 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3678
3679         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3680         (ev_navigation_action_class_init):
3681         * shell/ev-navigation-action.h:
3682         * shell/ev-page-action.c: (activate_cb):
3683         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3684         (ev_page_cache_set_current_page_history):
3685         * shell/ev-page-cache.h:
3686         * shell/ev-sidebar-thumbnails.c:
3687         (ev_sidebar_tree_selection_changed),
3688         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3689         * shell/ev-view-private.h:
3690         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3691         * shell/ev-view.h:
3692         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3693         (ev_window_setup_document), (ev_window_load_job_cb):
3694         * shell/ev-window.h:
3695         
3696         History finally works as expected.
3697
3698 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3699
3700         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3701
3702         Do not update links treeview if it doesn't have a model assigned yet. 
3703
3704 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3705
3706         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3707         (ev_sidebar_links_class_init), (update_page_callback):
3708
3709         Do not update links treeview when sidepane is not visible. 
3710
3711 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3712
3713         * shell/ev-marshal.list:
3714         * shell/ev-page-action.c: (activate_cb),
3715         (ev_page_action_class_init):
3716         * shell/ev-page-action.h:
3717         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3718         * shell/ev-window.c:
3719         
3720         Remove activate_link signal, not required.
3721
3722 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3723
3724         * shell/ev-navigation-action.c: (build_menu):
3725         
3726         Reorder menu items and build menu with fixed length.
3727
3728 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3729
3730         * shell/ev-view.c: (get_selected_text):
3731         
3732         Normalize text to fix ligatures problem. See bug
3733         #341947 for details.
3734
3735 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3736
3737         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3738
3739         Fix memory leak in ev-page-cache. 
3740
3741 2007-01-25  Tom Parker <palfrey@tevp.net>
3742
3743         * backend/impress/impress-document.c: (impress_document_load),
3744         (impress_document_finalize), (impress_document_init):
3745         * properties/ev-properties-main.c: (ev_properties_get_pages):
3746         
3747         Correctly handle impress document errors. Fixes nautilus
3748         crash in property page #370491.
3749
3750 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3751
3752         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3753         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3754         (ev_job_queue_remove_job):
3755         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3756         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3757         (ev_job_load_run):
3758         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3759         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3760         (ev_window_load_job_cb), (xfer_update_progress_callback),
3761         (ev_window_open_uri), (ev_window_dispose):
3762         * shell/main.c: (main):
3763
3764         Do file transfer asynchronously in the main thread instead of
3765         synchronously in the load thread. Fixes bugs #399694, #398307 and
3766         #343542.
3767
3768 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3769
3770         * shell/ev-jobs.c: (ev_job_xfer_run):
3771
3772         Load the document with the font-config lock held. 
3773
3774 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3775
3776         * backend/ps/ps-document.c: (start_interpreter):
3777
3778         Fix memory leaks in ps backend. 
3779
3780 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3781
3782         * backend/impress/impress-document.c:
3783         (impress_document_render_pixbuf):
3784
3785         Do not acquire fontconfig lock in impress backend, since it is using
3786         the main loop for rendering. 
3787
3788 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3789
3790         * po/POTFILES.in: 
3791
3792         Remove mdvi files that shouldn't be translated. 
3793
3794 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3795
3796         * shell/ev-view-private.h:
3797         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3798         (ev_view_set_zoom):
3799
3800         Render "loading..." text into a cairo surface instead of directly into
3801         the window so that fontconfig lock is only needed once and UI is not
3802         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3803
3804 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3805
3806         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3807         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3808
3809         Use icon theme associated with the window screen rather than default. 
3810
3811 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3812
3813         * configure.ac:
3814
3815         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3816
3817 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3818
3819         * data/icons/*/apps/evince.*:
3820
3821         Move Evince icons under new apps directory.
3822
3823         * data/icons/*/actions/*:
3824
3825         Add new custom themeable Evince icons: view-page-continuous, 
3826         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3827         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3828
3829         * configure.ac:
3830
3831         Add new directories to AC_CONFIG_FILES.
3832
3833         * shell/ev-stock-icons.c:
3834         * shell/ev-stock-icons.h:
3835
3836         Use new custom themeable icons.
3837
3838 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3839
3840         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3841
3842         Do not draw white background page in presentation mode. 
3843
3844 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3845
3846         * shell/ev-view.c: Remove unused gnome-vfs include.
3847
3848 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3849
3850         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3851         
3852         Format string is corrected, fixes bug #397129.
3853
3854 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3855
3856         * shell/ev-window.c: (ev_window_setup_recent):
3857
3858         Do not include in recent menu inexistent documents. Fixes
3859         bug #339171.
3860
3861 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3862
3863         * po/POTFILES.skip: 
3864
3865         Update POTFILES.skip file according to current source tree. 
3866
3867 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3868
3869         * shell/ev-window.c: (file_save_dialog_response_cb):
3870
3871         Do Save a copy in atomic way. Fixes bug #328266. 
3872
3873 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3874
3875         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3876
3877         Keep selected cell always visible in index treeview.
3878
3879 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3880         
3881         * shell/ev-view.c: (ev_view_size_allocate):
3882
3883         Restore horizontal scrollbar after switching to/from fullscreen
3884         or presentation mode. Fixes bug #331728.
3885
3886 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3887
3888         * shell/ev-view-private.h:
3889         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3890         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3891         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3892         (ev_view_can_zoom_out):
3893
3894         Use max and min scale values in the view iby taking dpi into account. 
3895
3896 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3897
3898         * configure.ac:
3899         * NEWS:
3900
3901         Release 0.7.1
3902
3903 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3904
3905         * shell/ev-window.c: (ev_window_print_send):
3906
3907         Send print job to printer with some settings set to default values,
3908         since we have already exported to a file according to such settings
3909         and they could be taken twice by some printers. 
3910
3911 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3912
3913         * shell/ev-jobs.c: (ev_job_xfer_run):
3914         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3915
3916         Show main window and load document with the font-config lock held. 
3917
3918 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3919
3920         * configure.ac:
3921         * shell/ev-application.c: (ev_application_register_service):
3922         * shell/main.c: (load_files_remote):
3923
3924         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3925
3926 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3927
3928         * doc/debugging.txt:
3929         
3930         Remove obsolete documentation.
3931
3932 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3933
3934         * Makefile.am:
3935         * backend/Makefile.am:
3936         * backend/comics/Makefile.am:
3937         * backend/djvu/Makefile.am:
3938         * backend/dvi/Makefile.am:
3939         * backend/ev-async-renderer.c:
3940         * backend/ev-async-renderer.h:
3941         * backend/ev-attachment.c:
3942         * backend/ev-attachment.h:
3943         * backend/ev-backend-marshal.c:
3944         * backend/ev-document-factory.c:
3945         * backend/ev-document-factory.h:
3946         * backend/ev-document-find.c:
3947         * backend/ev-document-find.h:
3948         * backend/ev-document-fonts.c:
3949         * backend/ev-document-fonts.h:
3950         * backend/ev-document-images.c:
3951         * backend/ev-document-images.h:
3952         * backend/ev-document-info.h:
3953         * backend/ev-document-links.c:
3954         * backend/ev-document-links.h:
3955         * backend/ev-document-misc.c:
3956         * backend/ev-document-misc.h:
3957         * backend/ev-document-security.c:
3958         * backend/ev-document-security.h:
3959         * backend/ev-document-thumbnails.c:
3960         * backend/ev-document-thumbnails.h:
3961         * backend/ev-document-transition.c:
3962         * backend/ev-document-transition.h:
3963         * backend/ev-document.c:
3964         * backend/ev-document.h:
3965         * backend/ev-file-exporter.c:
3966         * backend/ev-file-exporter.h:
3967         * backend/ev-image.c:
3968         * backend/ev-image.h:
3969         * backend/ev-link-action.c:
3970         * backend/ev-link-action.h:
3971         * backend/ev-link-dest.c:
3972         * backend/ev-link-dest.h:
3973         * backend/ev-link.c:
3974         * backend/ev-link.h:
3975         * backend/ev-render-context.c:
3976         * backend/ev-render-context.h:
3977         * backend/ev-selection.c:
3978         * backend/ev-selection.h:
3979         * backend/impress/Makefile.am:
3980         * backend/pdf/Makefile.am:
3981         * backend/pixbuf/Makefile.am:
3982         * backend/ps/Makefile.am:
3983         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3984         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3985         (start_interpreter), (stop_interpreter), (document_load),
3986         (ps_document_next_page), (render_page):
3987         * backend/tiff/Makefile.am:
3988         * comics/Makefile.am:
3989         * comics/comics-document.c:
3990         * comics/comics-document.h:
3991         * configure.ac:
3992         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3993         * djvu/Makefile.am:
3994         * djvu/djvu-document-private.h:
3995         * djvu/djvu-document.c:
3996         * djvu/djvu-document.h:
3997         * djvu/djvu-links.c:
3998         * djvu/djvu-links.h:
3999         * djvu/djvu-text-page.c:
4000         * djvu/djvu-text-page.h:
4001         * djvu/djvu-text.c:
4002         * djvu/djvu-text.h:
4003         * dvi/Makefile.am:
4004         * dvi/dvi-document.c:
4005         * dvi/dvi-document.h:
4006         * dvi/fonts.c:
4007         * dvi/fonts.h:
4008         * dvi/mdvi-lib/Makefile.am:
4009         * dvi/mdvi-lib/afmparse.c:
4010         * dvi/mdvi-lib/afmparse.h:
4011         * dvi/mdvi-lib/bitmap.c:
4012         * dvi/mdvi-lib/bitmap.h:
4013         * dvi/mdvi-lib/color.c:
4014         * dvi/mdvi-lib/color.h:
4015         * dvi/mdvi-lib/common.c:
4016         * dvi/mdvi-lib/common.h:
4017         * dvi/mdvi-lib/defaults.h:
4018         * dvi/mdvi-lib/dvimisc.c:
4019         * dvi/mdvi-lib/dviopcodes.h:
4020         * dvi/mdvi-lib/dviread.c:
4021         * dvi/mdvi-lib/files.c:
4022         * dvi/mdvi-lib/font.c:
4023         * dvi/mdvi-lib/fontmap.c:
4024         * dvi/mdvi-lib/fontmap.h:
4025         * dvi/mdvi-lib/fontsrch.c:
4026         * dvi/mdvi-lib/gf.c:
4027         * dvi/mdvi-lib/hash.c:
4028         * dvi/mdvi-lib/hash.h:
4029         * dvi/mdvi-lib/list.c:
4030         * dvi/mdvi-lib/mdvi.h:
4031         * dvi/mdvi-lib/pagesel.c:
4032         * dvi/mdvi-lib/paper.c:
4033         * dvi/mdvi-lib/paper.h:
4034         * dvi/mdvi-lib/pk.c:
4035         * dvi/mdvi-lib/private.h:
4036         * dvi/mdvi-lib/setup.c:
4037         * dvi/mdvi-lib/sp-epsf.c:
4038         * dvi/mdvi-lib/special.c:
4039         * dvi/mdvi-lib/sysdeps.h:
4040         * dvi/mdvi-lib/t1.c:
4041         * dvi/mdvi-lib/tfm.c:
4042         * dvi/mdvi-lib/tfmfile.c:
4043         * dvi/mdvi-lib/tt.c:
4044         * dvi/mdvi-lib/util.c:
4045         * dvi/mdvi-lib/vf.c:
4046         * dvi/pixbuf-device.c:
4047         * dvi/pixbuf-device.h:
4048         * impress/Makefile.am:
4049         * impress/common.h:
4050         * impress/document.c:
4051         * impress/f_oasis.c:
4052         * impress/f_oo13.c:
4053         * impress/iksemel.c:
4054         * impress/iksemel.h:
4055         * impress/imposter.h:
4056         * impress/impress-document.c:
4057         * impress/impress-document.h:
4058         * impress/internal.h:
4059         * impress/r_back.c:
4060         * impress/r_draw.c:
4061         * impress/r_geometry.c:
4062         * impress/r_gradient.c:
4063         * impress/r_style.c:
4064         * impress/r_text.c:
4065         * impress/render.c:
4066         * impress/render.h:
4067         * impress/zip.c:
4068         * impress/zip.h:
4069         * lib/Makefile.am:
4070         * lib/ev-debug.c:
4071         * lib/ev-debug.h:
4072         * lib/ev-file-helpers.c:
4073         * lib/ev-file-helpers.h:
4074         * lib/ev-gui.c:
4075         * lib/ev-gui.h:
4076         * lib/ev-tooltip.c:
4077         * lib/ev-tooltip.h:
4078         * libdocument/Makefile.am:
4079         * libdocument/ev-file-helpers.c:
4080         * pdf/Makefile.am:
4081         * pdf/ev-poppler.cc:
4082         * pdf/ev-poppler.h:
4083         * pixbuf/Makefile.am:
4084         * pixbuf/pixbuf-document.c:
4085         * pixbuf/pixbuf-document.h:
4086         * properties/Makefile.am:
4087         * ps/Makefile.am:
4088         * ps/gsdefaults.c:
4089         * ps/gsdefaults.h:
4090         * ps/gsio.c:
4091         * ps/gsio.h:
4092         * ps/gstypes.h:
4093         * ps/ps-document.c:
4094         * ps/ps-document.h:
4095         * ps/ps.c:
4096         * ps/ps.h:
4097         * shell/Makefile.am:
4098         * shell/ev-application.h:
4099         * shell/ev-sidebar-links.c:
4100         * shell/ev-sidebar-links.h:
4101         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4102         (ev_gui_menu_position_tree_selection):
4103         * shell/ev-utils.h:
4104         * shell/ev-view.c: (ev_view_finalize):
4105         * shell/ev-window.c:
4106         * shell/main.c: (main):
4107         * thumbnailer/Makefile.am:
4108         * tiff/Makefile.am:
4109         * tiff/tiff-document.c:
4110         * tiff/tiff-document.h:
4111         * tiff/tiff2ps.c:
4112         * tiff/tiff2ps.h:
4113         
4114         Reorganize source tree.
4115
4116 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4117
4118         * backend/ev-document-factory.c:
4119
4120         Do not include ev-poppler.h when pdf is disabled. 
4121
4122 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4123
4124         * configure.ac:
4125         * data/evince-ui.xml:
4126         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4127         (pdf_document_document_images_iface_init):
4128         * backend/Makefile.am:
4129         * backend/ev-document-images.[ch]:
4130         * backend/ev-image.[ch]:
4131         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4132         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4133         (ev_job_xfer_run):
4134         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4135         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4136         (ev_pixbuf_cache_get_image_mapping):
4137         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4138         (view_menu_popup_cb), (ev_window_dispose),
4139         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4140         (ev_view_popup_cmd_copy_image):
4141         * shell/ev-view-private.h:
4142         * shell/ev-view.c: (ev_view_get_image_at_location),
4143         (ev_view_do_popup_menu), (ev_view_popup_menu),
4144         (ev_view_button_press_event), (ev_view_drag_data_get),
4145         (ev_view_drag_motion), (ev_view_drag_data_received),
4146         (ev_view_motion_notify_event), (ev_view_button_release_event),
4147         (ev_view_finalize), (ev_view_class_init):
4148
4149         Add image handling support. Fixes bugs #310008 and #325047. Images
4150         selection is not supported yet. 
4151
4152 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4153
4154         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4155         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4156         (ev_view_init):
4157
4158         Move view drag and drop stuff to ev-view.
4159
4160 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4161
4162         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4163         * shell/ev-view.c: (clear_selection): 
4164
4165         Clear selection also in pixbuf cache.
4166
4167 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4168
4169         * data/evince.desktop.in.in:
4170         
4171         Change icon name in desktop file. See bug #390734
4172         for details.
4173
4174 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4175
4176         * thumbnailer/Makefile.am:
4177
4178         Use top_builddir instead top_srcdir for generated schema
4179         file installation. Fixes bug #390161.
4180
4181 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4182
4183         * configure.ac:
4184         * backend/Makefile.am:
4185         * backend/ev-document-transition.[ch]:
4186         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4187         (pdf_document_page_transition_iface_init):
4188         * shell/ev-view-private.h:
4189         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4190         (ev_view_set_presentation), (transition_next_page),
4191         (ev_view_presentation_transition_stop),
4192         (ev_view_presentation_transition_start), (ev_view_next_page):
4193
4194         Add page transition support in presentation mode. At the moment only
4195         page duration is supported, but not transition effects. Fixes bug
4196         #309815.
4197
4198 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4199
4200         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4201
4202         Run find_link_dest with document lock held, since it's called by links
4203         thread and main thread at the same time. 
4204
4205 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4206
4207         * shell/ev-view.c: (goto_dest):
4208
4209         Update page-cache when page is changed by the view, so that
4210         page-changed signal is emitted. 
4211
4212 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4213
4214         * test/test1.py:
4215         * test/test2.py:
4216
4217         Use C locale in tests. 
4218
4219 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4220
4221         * shell/ev-window.c: (ev_window_run_presentation):
4222         * shell/ev-view-private.h:
4223         * shell/ev-view.c: (ev_view_set_presentation):
4224
4225         Restore zoom settings when back from presentation mode. 
4226
4227 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4228
4229         * shell/ev-window.c: (ev_window_run_presentation):
4230
4231         Always use "best fit" zoom in presentation mode.
4232         Fixes bug #389195.
4233
4234 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4235
4236         * shell/ev-view.c: (ev_view_goto_window_create):
4237
4238         Show "Jump to page" label in the page jumping popup in
4239         presentation mode instead of just a GtkEntry.
4240
4241 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4242
4243         * shell/ev-window.c: (launch_external_uri):
4244
4245         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4246         #378085.
4247
4248 2006-12-22  Elijah Newren  <newren gmail com>
4249
4250         * configure.ac: explicitly check for libxml2.  Fixes #388795
4251
4252 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4253
4254         * shell/ev-view-private.h:
4255         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4256         (ev_view_goto_window_delete_event), (key_is_numeric),
4257         (ev_view_goto_window_key_press_event),
4258         (ev_view_goto_window_button_press_event),
4259         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4260         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4261         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4262
4263         Allow jumping to another page by typing a page number in presentation
4264         mode. It uses a popup window with an entry. Fixes bug #353625.
4265
4266 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4267
4268         * configure.ac:
4269         * properties/ev-properties-view.c: (ev_get_default_user_units),
4270         (ev_regular_paper_size):
4271         
4272         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4273         to Damien Carbery <damien.carbery@sun.com> and
4274         Yevgen Muntyan <muntyan@tamu.edu>.
4275
4276 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4277
4278         * shell/ev-window.c: (setup_document_from_metadata):
4279
4280         Make sure Evince doesn't restore the view on the last
4281         page when a document is reopened. Fixes bug #383381.
4282
4283 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4284
4285         * shell/ev-view.c: (draw_loading_text):
4286
4287         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4288
4289 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4290
4291         * configure.ac:
4292         * NEWS:
4293
4294         Release 0.7.0
4295
4296 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4297
4298         * configure.ac:
4299         * pdf/ev-poppler.cc: (pdf_print_context_free),
4300         (pdf_document_file_exporter_begin),
4301         (pdf_document_file_exporter_do_page):
4302
4303         Make cairo-pdf depedency optional. 
4304
4305 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4306
4307         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4308
4309         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4310
4311 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4312
4313         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4314         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4315         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4316         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4317         * shell/ev-view.c: (draw_loading_text):
4318         * shell/ev-window.c: (ev_window_cmd_file_properties):
4319
4320         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4321         related to using FontConfig from different threads.
4322         
4323 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4324
4325         * shell/ev-view.c: (draw_loading_text):
4326
4327         Acquire lock document when drawing "Loading..." text so that only one
4328         thread will use FontConfig at the same time. Fixes bug #374750.
4329
4330 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4331
4332         * shell/ev-page-action.[ch]: (activate_cb):
4333         * shell/ev-window.c: (activate_label_cb):
4334
4335         Check if text inserted in page entry is a valid page number when it
4336         doesn't match to any document page label. Fixes bug #383165.
4337
4338 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4339         * shell/ev-window.c:
4340
4341         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4342         available with GTK < 2.10. Added an ifdef to avoid compilation
4343         error.
4344
4345 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4346
4347         * configure.ac:
4348         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4349
4350         Fix ps backend in multihead systems.
4351
4352 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4353
4354         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4355         * shell/ev-window.c: (ev_window_get_screen_dpi),
4356         (ev_window_update_actions), (setup_view_from_metadata),
4357         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4358
4359         Take screen DPI into account when zooming. Fixes bug #318285.
4360
4361 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4362
4363         * data/Makefile.am:
4364
4365         Cleaned up/slightly refactored Makefile.am. Added GConf
4366         schemas uninstallation as well.
4367
4368 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4369
4370         * Makefile.am:
4371         * test/Makefile.am:
4372
4373         Fight with autotools to fix make check. Make distcheck
4374         works fine as well now!
4375
4376 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4377
4378         * shell/ev-view.c: (draw_end_presentation_page):
4379
4380         Corrected "end of presentation" string.
4381
4382 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4383
4384         * shell/ev-view.c: (ev_view_key_press_event):
4385
4386         Correctly propagate key press event so that up/down keys
4387         work as expected (correct behaviour was broken by
4388         black/white screen key bindings for presentations).
4389
4390 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4391
4392         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4393         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4394         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4395         (pdf_selection_get_selection_region),
4396         (pdf_selection_get_selection_map):
4397
4398         Add "static" to some private functions. 
4399
4400 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4401
4402         * lib/ev-tooltip.h:
4403         * properties/ev-properties-view.h:
4404         * shell/ev-jobs.h:
4405         * shell/ev-properties-dialog.h:
4406         * shell/ev-properties-fonts.h:
4407         * shell/ev-sidebar-links.h:
4408         * shell/ev-sidebar-thumbnails.h:
4409         * shell/ev-sidebar.h:
4410         * shell/ev-window.h:
4411         
4412         Fixes CHACK type in class casts. See bug #385343
4413         for details.
4414
4415 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4416
4417         * shell/ev-view-private.h:
4418         * shell/ev-view.c: (draw_end_presentation_page),
4419         (ev_view_expose_event), (ev_view_key_press_event),
4420         (ev_view_class_init), (ev_view_init):
4421
4422         Blank screen in presentation mode when pressing 'b' (filling with
4423         black) or 'w' (filling with white) keys. Fixes bug #358132.
4424
4425 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4426
4427         * data/evince-toolbar.xml:
4428         * shell/ev-window.c:
4429         
4430         Use stock icon for Select All action. Fixes
4431         bug #382652.
4432
4433 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4434
4435         * shell/ev-view.c: (get_doc_point_from_offset),
4436         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4437
4438         Add links support in rotated documents. Fixes bug #343733.
4439
4440 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4441
4442         * shell/ev-view-private.h:
4443         * shell/ev-view.c: (draw_end_presentation_page),
4444         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4445
4446         Show a blank page after the last page in presentation mode with a
4447         message indicating that presentation has finished and how to exit. 
4448
4449 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4450
4451         * shell/ev-window.c: (fullscreen_timeout_cb):
4452
4453         Hide cursor after a while in presentation mode. 
4454
4455 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4456
4457         * backend/ev-document-info.h:
4458         * data/evince-properties.glade:
4459         * pdf/ev-poppler.cc:
4460         * properties/ev-properties-view.c: (ev_regular_paper_size),
4461         (ev_properties_view_set_info):
4462         * ps/ps-document.c: (ps_document_get_info):
4463
4464         Adds a paper size field to the properties dialog. Fixes
4465         bug #307315. Patch by Kasper Svendsen (with some i18n
4466         changes done by me).
4467
4468 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4469
4470         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4471         (screensaver_init_dbus), (totem_scrsaver_new),
4472         (totem_scrsaver_init):
4473         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4474         * shell/ev-application.c: (ev_application_register_service),
4475         (ev_application_screensaver_enable),
4476         (ev_application_screensaver_disable):
4477         * shell/ev-application.h:
4478         * shell/ev-window.c: (ev_window_run_presentation),
4479         (ev_window_stop_presentation), (build_comments_string),
4480         (ev_window_init):
4481         
4482         Move screensaver handling to application. No more
4483         message on startup.
4484
4485 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4486
4487         * configure.ac:
4488         * backend/Makefile.am:
4489         * backend/ev-file-exporter.[ch]:
4490         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4491         * ps/ps-document.c: (ps_document_file_exporter_*):
4492         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4493         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4494         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4495         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4496
4497         Allow printing to PDF when suppoted by the backend.
4498         
4499 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4500
4501         * shell/ev-window.c: (build_comments_string):
4502
4503         Use always "Document Viewer" in about dialog. 
4504
4505 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4506
4507         * djvu/djvu-document.c: (djvu_document_get_page_size):
4508
4509         Display a warning message when get_pageinfo fails. 
4510
4511 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4512
4513         * Makefile.am:
4514         * backend/Makefile.am:
4515         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4516         * configure.ac:
4517         * shell/ev-window.c: (build_comments_string):
4518         
4519         Make pdf compilation optional. See bug #38007.
4520
4521 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4522
4523         * ps/ps.c: (get_next_text):
4524
4525         Fix CVE-2006-5864.
4526
4527 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4528
4529         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4530         * shell/ev-navigation-action.c: (connect_proxy),
4531         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4532         
4533         Do not call g_type_class_peek_parent twice.
4534
4535 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4536
4537         * configure.ac:
4538         * data/icons/24x24/.cvsignore:
4539         * data/icons/24x24/Makefile.am:
4540         * data/icons/24x24/evince.png:
4541         * data/icons/Makefile.am:
4542         
4543         Add 24x24 icon. Thanks to 
4544         Michael Monreal <infernux@web.de>.
4545
4546 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4547
4548         * configure.ac: Fix typo in configure.ac. Thanks
4549         to dmacks@netspace.org for notification.
4550
4551 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4552
4553         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4554         
4555         Drop dbus include, fixes compilation with older dbus.
4556
4557 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4558
4559         * configure.ac:
4560         * cut-n-paste/Makefile.am:
4561         * cut-n-paste/totem-screensaver/.cvsignore
4562         * cut-n-paste/totem-screensaver/Makefile.am:
4563         * cut-n-paste/totem-screensaver/README:
4564         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4565         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4566         * shell/Makefile.am:
4567         * shell/ev-window.c: (ev_window_run_presentation),
4568         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4569         (ev_window_init):
4570
4571         Implemented screensaver enabling/disabling for
4572         presentation mode (not fullscreen mode). Code stolen
4573         from Totem (with some minor tweaks). Fixes bug #338889.
4574
4575 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4576
4577         * configure.ac:
4578
4579         Bump gnome-icon-theme requirements. We use the rotation
4580         icons that appeared recently.
4581
4582 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4583
4584         * shell/ev-history.c: (ev_history_add_page):
4585         * shell/ev-history.h:
4586         * shell/ev-window.c: (page_changed_cb):
4587         
4588         Use page labels instead of numbers.
4589
4590 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4591
4592         * data/evince-toolbar.xml:
4593         * po/POTFILES.in:
4594         * shell/Makefile.am:
4595         * shell/ev-navigation-action-widget.c:
4596         (ev_navigation_action_widget_init),
4597         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4598         (menu_detacher), (ev_navigation_action_widget_set_menu),
4599         (menu_position_func), (popup_menu_under_arrow),
4600         (ev_navigation_action_widget_toggled),
4601         (ev_navigation_action_widget_button_press_event):
4602         * shell/ev-navigation-action-widget.h:
4603         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4604         (ev_navigation_action_set_window), (activate_menu_item_cb),
4605         (new_history_menu_item), (new_empty_history_menu_item),
4606         (build_menu), (menu_activated_cb), (connect_proxy),
4607         (create_tool_item), (ev_navigation_action_init),
4608         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4609         * shell/ev-navigation-action.h:
4610         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4611         (ev_page_action_widget_set_page_cache),
4612         (ev_page_action_widget_finalize),
4613         (ev_page_action_widget_class_init), (match_selected_cb),
4614         (display_completion_text), (match_completion), (build_new_tree_cb),
4615         (get_filter_model_from_model),
4616         (ev_page_action_widget_update_model):
4617         * shell/ev-page-action-widget.h:
4618         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4619         (connect_proxy):
4620         * shell/ev-page-action.h:
4621         * shell/ev-stock-icons.c:
4622         * shell/ev-stock-icons.h:
4623         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4624         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4625         (register_custom_actions):
4626         * shell/main.c:
4627         
4628         Preliminary history implementation
4629
4630 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4631
4632         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4633         (dvi_document_class_init), (dvi_document_init_params):
4634         * dvi/mdvi-lib/font.c: (font_reference):
4635         
4636         Add reference to subfont. Fixes bug #374277.
4637
4638 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4639
4640         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4641         (ev_window_cmd_file_open_copy_at_dest):
4642
4643         Fix a race condition when creating symlink. Increase the counter
4644         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4645         Mathias Hasselmann).
4646
4647 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4648
4649         * backend/Makefile.am:
4650         * backend/ev-attachment.c: (ev_attachment_open):
4651         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4652         (ev_tmp_dir), (ev_tmp_filename):
4653         * shell/ev-sidebar-attachments.c:
4654         (ev_sidebar_attachments_drag_data_get):
4655         * shell/ev-window.c: (ev_window_clear_temp_file):
4656
4657         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4658         in ensure_dir_exists. Abort without crashing when we can't create
4659         user's directory.
4660
4661 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4662
4663         * data/evince-ui.xml:
4664         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4665         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4666         (ev_window_cmd_file_open_copy_at_dest),
4667         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4668         (ev_view_popup_cmd_open_link_new_window):
4669
4670         Allow opening a copy of the current document in a new window. Fixes bug
4671         #357472
4672
4673 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4674
4675         * data/evince-toolbar.xml:
4676         
4677         Add rotate right and rotate left to available items for toolbar.
4678         
4679         * data/evince-ui.xml:
4680         * shell/ev-window.c: (ev_window_init):
4681         
4682         Customize toolbar with right click. Fixes bug #372451.
4683
4684 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4685
4686         * shell/ev-window.c: 
4687         
4688         Use "object-rotate-{left,right}" stock icons. Fixes 
4689         bug #373863.
4690
4691 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4692
4693         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4694         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4695         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4696         (ev_window_open_uri):
4697         * shell/main.c: (arguments_parse):
4698
4699         Remove temp file created when evince is used by GTK+ in
4700         preview mode. Fixes bug #365282. 
4701
4702 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4703
4704         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4705         
4706         Fixes bug #372474 - Side pane disabled when entering 
4707         and leaving fullscreen mode.
4708
4709 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4710
4711         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4712         * data/Makefile.am:
4713         * data/evince-preview-toolbar.xml:
4714         * data/evince-toolbar.xml:
4715         * shell/ev-application.c: (ev_application_shutdown),
4716         (ev_application_init), (ev_application_get_toolbars_model):
4717         * shell/ev-application.h:
4718         * shell/ev-window.c: (update_chrome_visibility),
4719         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4720         (ev_window_cmd_edit_toolbar), (ev_window_init):
4721         
4722         Fixes bug #364364 - toolbar editor shows zoom actions again.
4723
4724 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4725
4726         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4727
4728         Do not take margins into consideration for paper size when printing.
4729         Really fixes bug #350491.
4730
4731 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4732
4733         * data/evince-ui.xml:
4734         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4735         (ev_window_cmd_file_print_setup),
4736         (ev_window_print_dialog_response_cb),
4737         (ev_window_setup_action_sensitivity):
4738
4739         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4740
4741 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4742
4743         * shell/ev-window.c: (ev_window_print_range):
4744
4745         Revert my previuos commit, since printing to PDF is not supported by
4746         evince yet. 
4747
4748 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4749
4750         * shell/ev-window.c: (ev_window_print_range):
4751
4752         Enable print to a PDF. Fixes bug #332121.
4753
4754 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4755
4756         * shell/ev-application-service.xml:
4757         * shell/ev-application.[ch]: (ev_application_open_window),
4758         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4759         (ev_application_open_uri), (ev_application_open_uri_list):
4760         * shell/ev-window.c: (file_open_dialog_response_cb),
4761         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4762         (drag_data_received_cb), (open_remote_link):
4763         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4764
4765         Add support for multiscreen systems. Fixes bug #316206.
4766
4767 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4768
4769         * shell/ev-jobs.[ch]: (ev_job_print_new),
4770         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4771         (ev_job_print_do_page):
4772         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4773
4774         Allow printing only odd/even pages. Fixes bug #367289.
4775
4776 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4777
4778         * test/test1.py:
4779         * test/test2.py:
4780
4781         Re-add locale settings to test files.
4782
4783 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4784
4785         * data/evince-ui.xml:
4786         * shell/ev-window.c: (set_action_properties):
4787         
4788         Removed garbage from code and ui.
4789
4790 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4791
4792         * shell/ev-window.c: (ev_window_cmd_help_about):
4793
4794         Shamelessly add my name to the list of contributors.
4795
4796 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4797
4798         * test/test1.py:
4799         * test/test2.py:
4800
4801         Cleaned up the dogtail scripts.
4802
4803 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4804
4805         * shell/ev-view.c: (draw_loading_text): Don't render
4806         "loading..." text in presentation mode. Temporary
4807         workaround for bug #320352.
4808
4809 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4810
4811         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4812         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4813
4814         Use print settings scale, copies, collate and reverse which were
4815         ignored. Fixes bug #359032.
4816
4817 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4818
4819         * configure.ac:
4820         * data/evince-password.glade:
4821         * test/Makefile.am:
4822         * test/test-encrypt.pdf:
4823         * test/test-links.pdf:
4824         * test/test1.py:
4825         * test/test2.py:
4826
4827         Add automated UI tests for evince with dogtail. See
4828         bug #300948.    
4829
4830 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4831
4832         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4833
4834         Hide fullscreen toolbar when switching to another desktop workspace.
4835         Fixes bug #338871
4836
4837 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4838
4839         * shell/ev-window-title.c: 
4840         
4841         Test for .dvi in title of pdf documents.
4842
4843 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4844
4845         * shell/ev-view.c: (ev_view_scroll):
4846
4847         Page Up/Down should do page jumps in "Best fit" mode.
4848         If a user has explicitly chosen to view exactly one page
4849         at a time, scrolling just a part of the page when
4850         pressing Page Up/Down is not right. Fixes bug #323107.
4851
4852 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4853
4854         * NEWS:
4855         * configure.ac:
4856         
4857         Update for 0.6.1
4858
4859 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4860
4861         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4862         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4863         
4864         Correctly disconnect from job signals on destroy.
4865
4866 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4867
4868         * shell/ev-view-private.h:
4869         * shell/ev-view.c: (view_set_adjustment_values),
4870         (view_update_range_and_current_page),
4871         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4872         
4873         Fixes bug #343199, current page now follows find page.
4874
4875 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4876
4877         * backend/ev-document-factory.c:
4878         * configure.ac:
4879         Assigned OpenDocument presenation MIME type to the
4880         Impress backend. Added some missing (but harmless)
4881         #ifdefs in the document factory as well to make things
4882         consistent again. Fixes bug #360658.
4883
4884 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4885
4886         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4887         * backend/ev-document-find.c: (ev_document_find_get_type):
4888         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4889         * backend/ev-document-links.c: (ev_document_links_get_type):
4890         * backend/ev-document-security.c: (ev_document_security_get_type):
4891         * backend/ev-document-thumbnails.c:
4892         (ev_document_thumbnails_get_type):
4893         * backend/ev-document.c: (ev_document_get_type):
4894         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4895         * backend/ev-selection.c: (ev_selection_get_type):
4896         * cut-n-paste/recent-files/egg-recent-model.c:
4897         (egg_recent_model_get_type):
4898         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4899         (egg_recent_view_uimanager_get_type):
4900         * cut-n-paste/recent-files/egg-recent-view.c:
4901         (egg_recent_view_get_type):
4902         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4903         (egg_editable_toolbar_get_type):
4904         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4905         (egg_toolbar_editor_get_type):
4906         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4907         (egg_toolbars_model_get_type):
4908         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4909         (egg_tree_multi_drag_source_get_type):
4910         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4911         (ephy_zoom_action_get_type):
4912         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4913         (ephy_zoom_control_get_type):
4914         * impress/r_back.c: (_imp_fill_back):
4915         * properties/ev-properties-main.c:
4916         (ev_properties_plugin_register_type):
4917         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4918         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4919         (ev_view_accessible_factory_get_type):
4920
4921         Reduce relocations. Bug #360616.
4922
4923 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4924
4925         * backend/ev-document-factory.c:
4926         (ev_document_factory_get_document):
4927         
4928         Load document even if extension is wrong.
4929
4930 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4931
4932         * shell/ev-metadata-manager.c: (save_values):
4933         * shell/ev-window.c: (setup_size_from_metadata),
4934         (setup_view_from_metadata), (ev_window_setup_document),
4935         (ev_window_xfer_job_cb), (window_configure_event_cb):
4936         
4937         Set size according to the document size/page size ratio.
4938         That should correct rather wierd behaviour of the previous
4939         commit.
4940
4941 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4942
4943         * shell/ev-window.c: (setup_view_from_metadata):
4944         
4945         Set size for new windows from previous window size.
4946         See bugs #354968 and #168450 for details. Thanks
4947         to Meik Hellmund.
4948
4949 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4950
4951         * djvu/djvu-links.c: (build_tree):
4952
4953         Fix memory leak.
4954
4955 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4956
4957         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4958         
4959         Don't make sidebar close button insensitive. Fixes
4960         bug #357871.
4961
4962 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4963
4964         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4965         (ev_window_set_view_accels_sensitivity):
4966         
4967         Don't enable Slash on documents which don't support
4968         find. Fixes bug #358648.
4969
4970 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4971
4972         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4973         open dialog fall back to the current document uri if the
4974         filechooser hasn't been used before. Fixes bug #356980.
4975
4976 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4977
4978         * shell/ev-window.c: (ev_window_setup_recent), 
4979         (ev_window_get_recent_file_label):
4980
4981         Escape underscores in filenames of recent file items.
4982
4983 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4984
4985         * configure.ac:
4986         
4987         Bumped poppler requirements, really 0.5.3 is very 
4988         buggy, now we require 0.5.4.
4989
4990 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4991
4992         * djvu/Makefile.am:
4993         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4994         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4995         (djvu_document_document_links_iface_init):
4996         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4997         (number_from_string_10), (get_djvu_link_dest),
4998         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4999         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5000         (djvu_links_get_links), (djvu_links_find_link_dest),
5001         (djvu_links_get_links_model):
5002         * djvu/djvu-links.h:
5003         
5004         Add support for links and bookmarks in djvu documents. Thanks
5005         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5006         patch.
5007
5008 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5009
5010         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5011         
5012         Reopen should reload document. Fixes 
5013         bug 327951.
5014
5015 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5016
5017         * configure.ac:
5018         * data/Makefile.am:
5019         * data/evince-16.png:
5020         * data/evince-22.png:
5021         * data/evince.png:
5022         * data/evince.svg:
5023         * data/icons/16x16/Makefile.am:
5024         * data/icons/16x16/evince.png:
5025         * data/icons/22x22/Makefile.am:
5026         * data/icons/22x22/evince.png:
5027         * data/icons/48x48/Makefile.am:
5028         * data/icons/48x48/evince.png:
5029         * data/icons/Makefile.am:
5030         * data/icons/scalable/Makefile.am:
5031         * data/icons/scalable/evince.svg:
5032         
5033         Install icons with correct names. Fixes
5034         bug #354429.
5035
5036 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5037
5038         * shell/ev-view.c: (ev_view_button_release_event):
5039
5040         Don't open links with middle mouse button. Fixes bug #353649
5041
5042 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5043
5044         * NEWS:
5045         * configure.ac:
5046         
5047         Update for release 0.6.0
5048
5049 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5050
5051         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5052         Implement Close named action. Patch by Carlos Garcia Campos.
5053
5054 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5055
5056         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5057         
5058         Don't clear link mapping on copy_job_to_job_info. Fixes
5059         bug 346168.
5060
5061 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5062
5063         * shell/main.c: (main):
5064
5065         Revert my previous commit, gnome_program_init owns the option context.
5066         Fix another memory leak in main. Both caught by Christian Persch. 
5067
5068 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5069
5070         * shell/main.c: (main):
5071
5072         Fix memory leak.
5073
5074 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5075
5076         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5077
5078         Fix crash when opening a pdf with password protection. 
5079
5080 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5081
5082         * pdf/ev-poppler.cc: (pdf_document_search_free):
5083
5084         Fix memory leak. 
5085
5086 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5087
5088         * backend/ev-document-factory.c:
5089         (ev_document_factory_get_document):
5090         * tiff/tiff-document.c: (tiff_document_finalize):
5091         
5092         More correct handling of document loading. Fixes
5093         bug #349043.
5094
5095 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5096
5097         * backend/ev-attachment.c: (ev_attachment_save):
5098
5099         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5100         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5101
5102 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5103         
5104         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5105         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5106
5107 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5108
5109         * shell/ev-sidebar-thumbnails.c:
5110
5111         Do not render thumbnails unless thumbnails page is active in the
5112         sidebar.
5113
5114 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5115
5116         * shell/ev-properties-dialog.c:
5117
5118         Fix dialogue spacing. Bug #351370.
5119
5120 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5121
5122         * configure.ac:
5123
5124         Use lowercase gettext catalog file names (evince.mo
5125         instead of Evince.mo)
5126
5127 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5128
5129         * shell/ev-sidebar-attachments.c:
5130
5131         GtkIconTheme is now screen safe too. Fixes bug #350878
5132
5133 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5134
5135         * shell/ev-window.c:
5136
5137         GtkRecent manager is now screen safe. Fixes bug #350145
5138
5139 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5140
5141         * shell/ev-sidebar.c: (ev_sidebar_init):
5142         
5143         Make sidebar close icon smaller. Fix for bug 350177.
5144         See also bugs 350176 and 165770.
5145
5146 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5147
5148         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5149
5150         Ignore zoom for xyz destinations when it's <= 1, keeping user
5151         preferences instead. Set correct sizing-mode for fith and fitv
5152         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5153
5154 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5155
5156         * NEWS:
5157         * configure.ac:
5158         
5159         Update for release 0.5.5
5160
5161 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5162         
5163         * shell/ev-window.c: (ev_window_cmd_escape)
5164
5165         Escape unfocus page entry. Fixes bug #345809.
5166
5167 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5168
5169         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5170         (build_tree), (pdf_document_links_get_links),
5171         (pdf_document_links_find_link_dest):
5172         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5173         (goto_xyz_dest):
5174
5175         Convert from PDF style coordinates to X style coordinates in the
5176         backend rather than in the view. Fixes bug #338440
5177
5178 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5179
5180         * shell/ev-window.c:
5181         
5182         Remove Ctrl+Shift+T shortcut for toolbars. See
5183         the bug #350098.
5184
5185 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5186
5187         * configure.ac:
5188
5189         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5190         of this. 
5191
5192 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5193
5194         * configure.ac:
5195         * cut-n-paste/Makefile.am:
5196         * data/evince-ui.xml:
5197         * shell/Makefile.am:
5198         * shell/ev-application.[ch]:
5199         * shell/ev-window.c:
5200
5201         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5202         #349273
5203
5204 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5205
5206         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5207         findbar code: s/help/search/
5208
5209 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5210
5211         * shell/ev-window.c: (setup_document_from_metadata),
5212         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5213         (setup_view_from_metadata):
5214         
5215         Fix memory leaks.
5216
5217 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5218
5219         * autogen.sh, configure.ac: 
5220         
5221         Update automake usage. See bug 349292.
5222
5223 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5224
5225         * shell/eggfindbar.c: (egg_find_bar_class_init),
5226         (entry_activate_callback), (egg_find_bar_init),
5227         (egg_find_bar_set_status_text):
5228         * shell/eggfindbar.h:
5229         
5230         Unify Evince findbar with Epiphany. Nice patch
5231         from Fabricio Silva <silva@crans.org> and
5232         Frederic Peters <fpeters@entrouvert.com>. See
5233         bug #339966 for details.
5234
5235 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5236
5237         * data/evince.desktop.in.in:
5238         
5239         Correct information for bugzilla. Thanks to
5240         Olaf Vitters, see bug #348855.
5241
5242 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5243
5244         * shell/ev-jobs.[ch]:
5245         * shell/ev-sidebar-links.c:
5246         * shell/ev-window.[ch]:
5247
5248         GtkPrintJob doesn't support print ranges or current page, so we export
5249         to a ps file now when printing ranges or current page.
5250
5251 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5252
5253         * pdf/ev-poppler.cc:
5254         * shell/ev-window.c: (do_action_named):
5255
5256         We should be more clear about bugzilla. See the
5257         poppler bug #7623.
5258
5259 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5260
5261         * configure.ac:
5262         * shell/Makefile.am:
5263         * shell/ev-job-queue.c:
5264         * shell/ev-jobs.[ch]:
5265         * shell/ev-sidebar-links.c:
5266         * shell/ev-window.[ch]:
5267         
5268         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5269         #348422
5270
5271 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5272
5273         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5274         * shell/ev-application-service.xml:
5275         * shell/ev-application.[ch]:
5276         * shell/ev-jobs.[ch]:
5277         * shell/ev-window.[ch]: (ev_window_run_preview):
5278         * shell/main.c: 
5279
5280         Add preview mode to use evince as a printing previewer. It also adds
5281         other command line options for fullscreen and presentation modes.
5282         Fixes bugs #347822, #317031
5283
5284 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5285
5286         * NEWS:
5287         * configure.ac:
5288         
5289         Update for release 0.5.4
5290
5291 2006-07-11  Bastien Nocera <hadess@hadess.net>
5292
5293         * Makefile.am:
5294         * backend/Makefile.am:
5295         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5296         * backend/ev-document-factory.h:
5297         * configure.ac:
5298         * impress/.cvsignore:
5299         * impress/Makefile.am:
5300         * impress/common.h:
5301         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5302         (imp_get_page), (imp_next_page), (imp_prev_page),
5303         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5304         * impress/f_oasis.c: (render_object), (render_page),
5305         (get_geometry), (_imp_oasis_load):
5306         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5307         (_imp_oo13_load):
5308         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5309         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5310         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5311         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5312         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5313         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5314         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5315         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5316         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5317         (iks_new_within), (iks_insert), (iks_insert_cdata),
5318         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5319         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5320         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5321         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5322         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5323         (iks_cdata), (iks_cdata_size), (iks_has_children),
5324         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5325         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5326         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5327         (iks_tree), (iks_load), (iks_save):
5328         * impress/iksemel.h:
5329         * impress/imposter.h:
5330         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5331         (imp_render_draw_bezier_real), (imp_render_get_size),
5332         (imp_render_set_fg_color), (imp_render_draw_line),
5333         (imp_render_draw_rect), (imp_render_draw_polygon),
5334         (imp_render_draw_arc), (imp_render_draw_bezier),
5335         (imp_render_open_image), (imp_render_get_image_size),
5336         (imp_render_scale_image), (imp_render_draw_image),
5337         (imp_render_close_image), (imp_render_markup),
5338         (imp_render_get_text_size), (imp_render_draw_text),
5339         (impress_document_load), (impress_document_save),
5340         (impress_document_get_n_pages), (impress_document_get_page_size),
5341         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5342         (impress_document_finalize), (impress_document_class_init),
5343         (impress_document_can_get_text), (impress_document_get_info),
5344         (impress_document_document_iface_init),
5345         (impress_document_thumbnails_get_thumbnail),
5346         (impress_document_thumbnails_get_dimensions),
5347         (impress_document_document_thumbnails_iface_init),
5348         (impress_document_init):
5349         * impress/impress-document.h:
5350         * impress/internal.h:
5351         * impress/r_back.c: (_imp_fill_back):
5352         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5353         (_imp_draw_image), (_imp_tile_image):
5354         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5355         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5356         (r_polyline):
5357         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5358         (r_draw_gradient_complex), (r_draw_gradient):
5359         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5360         (r_get_bullet):
5361         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5362         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5363         (r_text):
5364         * impress/render.c: (imp_create_context), (imp_context_set_page),
5365         (imp_context_set_step), (imp_render), (imp_delete_context):
5366         * impress/render.h:
5367         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5368         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5369         (zip_load_xml), (zip_get_size), (zip_load):
5370         * impress/zip.h:
5371         * shell/ev-utils.c:
5372         
5373         New backend to support impress slides. Fixes bug #30867.
5374
5375 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5376
5377         * shell/ev-utils.c: (using_postscript_printer):
5378         
5379         Fixes crash when print using PAPI backend,
5380         bug #345012.
5381
5382 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5383
5384         * shell/ev-jobs.c: (ev_job_xfer_run):
5385         * shell/ev-window.c: (password_dialog_response),
5386         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5387         (ev_window_dispose):
5388         Fixes bug #344160: if the xfer job doesn't complete
5389         because a password is required, reload the existing
5390         instance instead of creating a new one.
5391
5392 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5393
5394         * shell/main.c: (main): Call gdk_threads_init. Thus
5395         we'll avoid errors in auth dialog. Fix for the bug
5396         #343347.
5397
5398 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5399
5400         * configure.ac: Advertise pixbuf support, fix
5401         for the bug 343317.
5402
5403 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5404
5405         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5406         (ev_sidebar_thumbnails_set_document):
5407         
5408         Update sidebar thumbnails after reloading.
5409
5410 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5411
5412         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5413         * shell/ev-jobs.h:
5414         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5415         (ev_window_cmd_view_reload), (ev_window_init):
5416         
5417         Don't crash on reload. Fix for the bug #343167.
5418
5419 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5420
5421         * shell/ev-jobs.c: (ev_job_render_run):
5422         
5423         Check for document links.
5424
5425 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5426
5427         * backend/ev-attachment.c: (ev_attachment_save),
5428         (ev_attachment_launch_app), (ev_attachment_open):
5429         * backend/ev-document-factory.c: (get_document_from_uri):
5430         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5431         (egg_recent_view_uimanager_set_list):
5432         * ps/ps-document.c: (check_filecompressed), (document_load),
5433         (ps_document_load):
5434         * shell/ev-metadata-manager.c: (load_values):
5435         * shell/ev-password.c: (ev_password_dialog_set_property):
5436         * shell/ev-view.c: (tip_from_link):
5437         * shell/ev-window.c: (file_save_dialog_response_cb),
5438         (ev_window_print_dialog_response_cb):
5439         
5440         Use consistent quoting style. Fix for the bug #320285.
5441
5442 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5443
5444         * shell/ev-jobs.c: (ev_job_xfer_run):
5445         * shell/main.c: (load_files):
5446                 
5447         Open links with anchors. Fix for the bug #339836.
5448
5449 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5450
5451         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5452         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5453         (ev_link_dest_set_property), (ev_link_dest_finalize),
5454         (ev_link_dest_class_init), (ev_link_dest_new_named),
5455         (ev_link_dest_new_page_label):
5456         * backend/ev-link-dest.h:
5457         * shell/ev-application.c: (ev_application_open_uri):
5458         * shell/ev-view.c: (goto_dest):
5459         * shell/ev-window.c:
5460         * shell/ev-window.h:
5461         
5462         Fix page-label command line option. Bug #342070.
5463
5464 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5465
5466         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5467         
5468         Don't show highlight rects if page can't be showed. Fix for 
5469         the bug #342076
5470
5471 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5472
5473         * shell/ev-window.c: (setup_sidebar_from_metadata),
5474         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5475         
5476         Setup sidebar from metadata even if there is no document
5477         loaded. Fix for the bug #342807.
5478
5479 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5480
5481         * cut-n-paste/toolbar-editor/Makefile.am:
5482         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5483         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5484         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5485         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5486         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5487         (popup_context_menu_cb), (button_press_event_cb),
5488         (configure_item_sensitivity), (configure_item_cursor),
5489         (configure_item_tooltip), (connect_widget_signals),
5490         (action_sensitive_cb), (create_item_from_action),
5491         (create_item_from_position), (toolbar_drag_data_received_cb),
5492         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5493         (toolbar_drag_leave_cb), (configure_drag_dest),
5494         (toggled_visibility_cb), (toolbar_visibility_refresh),
5495         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5496         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5497         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5498         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5499         (egg_editable_toolbar_dispose),
5500         (egg_editable_toolbar_set_ui_manager),
5501         (egg_editable_toolbar_get_selected),
5502         (egg_editable_toolbar_set_selected), (set_edit_mode),
5503         (egg_editable_toolbar_set_property),
5504         (egg_editable_toolbar_get_property),
5505         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5506         (egg_editable_toolbar_new_with_model),
5507         (egg_editable_toolbar_get_edit_mode),
5508         (egg_editable_toolbar_set_edit_mode),
5509         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5510         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5511         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5512         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5513         (item_added_or_removed_cb), (toolbar_removed_cb),
5514         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5515         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5516         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5517         (editor_create_item_from_name), (append_table),
5518         (update_editor_sheet), (egg_toolbar_editor_init):
5519         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5520         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5521         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5522         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5523         (toolbar_node_free), (egg_toolbars_model_get_flags),
5524         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5525         (egg_toolbars_model_get_name), (impl_add_item),
5526         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5527         (parse_data_list), (parse_item_list), (parse_toolbars),
5528         (egg_toolbars_model_load_toolbars), (parse_available_list),
5529         (parse_names), (egg_toolbars_model_load_names),
5530         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5531         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5532         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5533         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5534         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5535         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5536         (egg_toolbars_model_set_types), (fill_avail_array),
5537         (egg_toolbars_model_get_name_avail),
5538         (egg_toolbars_model_get_name_flags),
5539         (egg_toolbars_model_set_name_flags):
5540         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5541         * cut-n-paste/toolbar-editor/eggintl.h:
5542         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5543         (egg_tree_multi_drag_source_get_type),
5544         (egg_tree_multi_drag_source_row_draggable),
5545         (egg_tree_multi_drag_source_drag_data_delete),
5546         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5547         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5548         (path_list_free), (set_context_data), (get_context_data),
5549         (get_info), (egg_tree_multi_drag_drag_data_get),
5550         (egg_tree_multi_drag_motion_event),
5551         (egg_tree_multi_drag_button_press_event),
5552         (egg_tree_multi_drag_add_drag_support):
5553         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5554         * shell/ev-application.c: (ev_application_init),
5555         (ev_application_save_toolbars_model):
5556         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5557         (ev_window_cmd_edit_toolbar), (ev_window_init):
5558         
5559         Sync toolbareditor with epiphany and libegg
5560
5561 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5562
5563         * configure.ac: 
5564
5565         Depend on poppler 0.5.2
5566
5567 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5568
5569         * shell/ev-jobs.c: (ev_job_render_run):
5570         
5571         Check if document supports links iterface.
5572
5573 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5574
5575         * NEWS:
5576         * configure.ac:
5577         
5578         Update for release 0.5.3
5579
5580 2006-05-13  Michael Plump  <plumpy@skylab.org>
5581
5582         * configure.ac:
5583         * shell/Makefile.am:
5584         * shell/main.c: (main):
5585         
5586         Port to GOption command line parsing. Fix for the 
5587         bug #327518
5588
5589 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5590
5591         * shell/ev-window.c: (ev_window_cmd_help_about):
5592         
5593         Do not wrap license. Fix for the bug #309460.
5594
5595 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5596
5597         * configure.ac:
5598         * properties/ev-properties-main.c: (ev_properties_get_pages):
5599         * shell/ev-application.c: (ev_application_open_window),
5600         (ev_application_open_uri_at_dest):
5601         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5602         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5603         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5604         * shell/ev-utils.c: (save_print_config_to_file):
5605         * shell/ev-window.c: (ev_window_cmd_save_as),
5606         (ev_attachment_popup_cmd_save_attachment_as):
5607         * shell/main.c: (load_files_remote):
5608         
5609         Bump requirements to gtk 2.8 and drop all ifdefs used.
5610
5611 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5612
5613         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5614         * shell/ev-window.c: (ev_window_init):
5615         
5616         Show attachments page.
5617
5618 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5619
5620         * po/POTFILES.in:
5621         * shell/ev-attachment-bar.c:
5622         * shell/ev-attachment-bar.h:
5623         * shell/ev-sidebar-attachments.c:
5624         (ev_sidebar_attachments_icon_cache_add),
5625         (icon_theme_get_pixbuf_from_mime_type),
5626         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5627         (ev_sidebar_attachments_icon_cache_refresh),
5628         (ev_sidebar_attachments_get_attachment_at_pos),
5629         (ev_sidebar_attachments_popup_menu_show),
5630         (ev_sidebar_attachments_popup_menu),
5631         (ev_sidebar_attachments_button_press),
5632         (ev_sidebar_attachments_update_icons),
5633         (ev_sidebar_attachments_drag_data_get),
5634         (ev_sidebar_attachments_get_property),
5635         (ev_sidebar_attachments_destroy),
5636         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5637         (ev_sidebar_attachments_new),
5638         (ev_sidebar_attachments_set_document),
5639         (ev_sidebar_attachments_support_document),
5640         (ev_sidebar_attachments_get_label),
5641         (ev_sidebar_attachments_page_iface_init):
5642         * shell/ev-sidebar-attachments.h:
5643         * shell/ev-window.c: (update_chrome_visibility),
5644         (setup_sidebar_from_metadata), (ev_window_setup_document),
5645         (ev_window_sidebar_current_page_changed_cb),
5646         (attachment_bar_menu_popup_cb), (ev_window_init):
5647         
5648         Move attachments bar to sidebar.
5649
5650 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5651
5652         * pdf/ev-poppler.cc:
5653         * shell/ev-application.[ch]:
5654         * shell/main.c:
5655
5656         Fix some memory leaks.
5657
5658 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5659
5660         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5661
5662         Change the properties dialog response to
5663         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5664         will make the dialog go away when the user presses
5665         enter. With gtk+ >= 2.9 this will happen anyway, but for
5666         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5667         escape by default. Fixes bug #340539. See also bug
5668         #101293 for the gtk+ part.
5669
5670 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5671
5672         * shell/ev-view.c (tip_from_action_named): Replace some strings
5673         that were wrong. Closes #340970.
5674
5675 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5676
5677         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5678
5679         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5680         #341049
5681
5682 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5683
5684         * djvu/Makefile.am:
5685         * dvi/Makefile.am:
5686         * dvi/mdvi-lib/Makefile.am:
5687         * properties/Makefile.am:
5688         * ps/Makefile.am:
5689         * shell/Makefile.am:
5690         * thumbnailer/Makefile.am:
5691         
5692         Due to broken libtool that is unable to track dependencies
5693         of noinst libraries we are forced to explicitely point
5694         libraries for binary. Fix for the bug #333334.
5695
5696 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5697
5698         * data/evince.desktop.in.in:
5699         * shell/ev-view.c: (view_update_range_and_current_page),
5700         (ev_view_next_page), (ev_view_previous_page):
5701         * shell/ev-window.c: (update_chrome_visibility),
5702         (setup_sidebar_from_metadata), (ev_window_setup_document),
5703         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5704         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5705         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5706         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5707         (ev_window_stop_presentation), (ev_window_focus_in_event),
5708         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5709         (ev_window_init):
5710         * thumbnailer/Makefile.am:
5711         
5712         Update fullscreen and presentation timeout handling. Hide
5713         cursor in presentation after timeout. Fix for the bugs
5714         #136359 and #336981.
5715
5716 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5717
5718         * backend/ev-link-action.[ch]:
5719         * pdf/ev-poppler.cc: (ev_link_from_action):
5720         * shell/ev-view-private.h:
5721         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5722         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5723
5724         Add support for Named Action links
5725
5726 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5727
5728         * backend/Makefile.am:
5729         * backend/ev-document-links.[ch]:
5730         * backend/ev-document.[ch]:
5731         * backend/ev-link-action.[ch]:
5732         * backend/ev-link-dest.[ch]:
5733         * backend/ev-link.[ch]:
5734         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5735         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5736         * shell/ev-page-action.c: (build_new_tree_cb):
5737         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5738         (links_page_num_func), (update_page_callback):
5739         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5740         (tip_from_link):
5741         * shell/ev-jobs.c:
5742         * shell/ev-window.[ch]: (ev_window_open_uri),
5743         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5744         * shell/ev-application.[ch]: (ev_application_open_window),
5745         (ev_application_open_uri):
5746
5747         Rework links system, it adds support for remote links now and it makes
5748         easier to add new kinds of actions and destinations. Fixes bug #317292
5749
5750 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5751
5752         * data/Makefile.am:
5753         * data/evince.png:
5754         * data/evince-16.png:
5755         * data/evince-22.png:
5756         * data/evince.svg:
5757         * shell/main.c: (main):
5758         
5759         Evince use it's own icon. Fix for the bug #313392.
5760
5761         * shell/ev-window.c: (fullscreen_timeout_cb),
5762         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5763         (ev_window_cmd_help_about), (ev_window_dispose):
5764         
5765         Simplify fullscreen timeout code.
5766
5767 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5768
5769         * backend/ev-attachment.c: 
5770         * shell/ev-attachment-bar.c:
5771         * shell/ev-window.c:
5772
5773         Allow multiple selection of attachments
5774
5775 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5776
5777         * shell/ev-view.c: (view_update_range_and_current_page),
5778         (ev_view_scroll):
5779         
5780         Fix for the bug #312573 – Optimal selection of current 
5781         page among visible pages.
5782
5783 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5784
5785         * configure.ac:
5786         * djvu/Makefile.am:
5787         * djvu/djvu-text.h:
5788         
5789         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5790         for the bug 339868.
5791
5792 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5793
5794         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5795
5796 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5797
5798         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5799         dictated by the GNOME HIG. Fixes bug #339235.
5800
5801 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5802
5803         * data/evince-ui.xml:
5804         * shell/ev-view.c: (ev_view_can_find_previous):
5805         * shell/ev-view.h:
5806         * shell/ev-window.c: (ev_window_update_actions),
5807         (ev_window_cmd_edit_find_previous):
5808
5809         Add support for "Find Previous" as dictated by the GNOME HIG. A
5810         menu item is added and some glue code to make it all work is added
5811         to various files.
5812
5813 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5814
5815         * configure.ac: Award myself the "useless use of cat" award.
5816
5817 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5818
5819         * po/LINGUAS: New file listing all supported languages.
5820
5821         * configure.in: Use po/LINGUAS instead of including all languages
5822         directly in this file. See the wiki for more information:
5823         http://live.gnome.org/GnomeGoals/PoLinguas
5824
5825 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5826
5827         * backend/ev-document-factory.c:
5828
5829         Do not load the document twice when there isn't errors
5830
5831 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5832
5833         * backend/ev-attachment.c: 
5834
5835         Fix a crash when there isn't a default application to open an
5836         attachment
5837
5838 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5839
5840         * backend/ev-attachment.[ch]:
5841         * shell/ev-attachment-bar.[ch]:
5842
5843         Added missing files. 
5844
5845 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5846
5847         * backend/Makefile.am:
5848         * data/evince-ui.xml:
5849         * backend/ev-attachment.[ch]:
5850         * backend/ev-document.[ch]: (ev_document_has_attachments),
5851         (ev_document_get_attachments):
5852         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5853         (attachment_save_to_buffer), (pdf_document_get_attachments),
5854         (pdf_document_document_iface_init):
5855         * shell/Makefile.am:
5856         * shell/ev-attachment-bar.[ch]:
5857         * shell/ev-window.c:
5858
5859         Add support for PDF attachments. Fixes bug #325143
5860
5861 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5862
5863         * backend/ev-document-factory.c: (get_document_from_uri),
5864         (ev_document_factory_get_document):
5865         * backend/ev-document-factory.h:
5866         * properties/ev-properties-main.c: (ev_properties_get_pages):
5867         * shell/Makefile.am:
5868         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5869         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5870         (ev_job_queue_remove_job):
5871         * shell/ev-job-queue.h:
5872         * shell/ev-job-xfer.c:
5873         * shell/ev-job-xfer.h:
5874         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5875         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5876         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5877         (ev_job_xfer_run):
5878         * shell/ev-jobs.h:
5879         * shell/ev-window.c: (ev_window_is_empty),
5880         (password_dialog_response), (ev_window_clear_xfer_job),
5881         (ev_window_xfer_job_cb), (ev_window_open_uri),
5882         (ev_window_cmd_focus_page_selector),
5883         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5884         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5885         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5886         (ev_window_dispose):
5887         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5888         
5889         * Cleanup mime type detection on document load. Fix for the
5890         bug #336448.
5891
5892 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5893
5894         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5895         
5896         Fix crash on exit, described in the bug #336825.
5897
5898 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5899
5900         * backend/ev-document-factory.c:
5901         (ev_document_factory_get_from_mime),
5902         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5903         (ev_document_factory_get_document),
5904         (file_filter_add_mime_list_and_free),
5905         (ev_document_factory_add_filters):
5906         * backend/ev-document-factory.h:
5907         * properties/ev-properties-main.c: (ev_properties_get_pages):
5908         * shell/Makefile.am:
5909         * shell/ev-application.c:
5910         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5911         * shell/ev-window.c: (ev_window_cmd_file_open),
5912         (ev_window_cmd_save_as):
5913         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5914         
5915         Rework factory functions so they are placed now in a single 
5916         file ev-document-factory.c
5917
5918 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5919
5920         * shell/ev-window.c: (update_chrome_visibility):
5921         
5922         Fix for the bug 166566 - don't show menubar in fullscreen
5923         mode.
5924
5925 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5926
5927         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5928
5929 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5930
5931         * shell/ev-view.c: (ev_view_expose_event):
5932         
5933         More correctly draw loading text when document
5934         is empty.
5935
5936 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5937
5938         * shell/ev-view.c: (ev_view_scroll):
5939         
5940         Fix for the bug #334854, page down and page up switch
5941         pages in presentation mode.
5942
5943 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5944
5945         * shell/ev-window.c: (ev_window_set_action_sensitive),
5946         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5947         (ev_window_set_view_accels_sensitivity),
5948         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5949         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5950         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5951         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5952         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5953         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5954         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5955         (view_actions_focus_in_cb), (ev_window_init):
5956         
5957         Fix for the bug #333902, now it's possible to search
5958         words with slash.
5959
5960 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5961
5962         * configure.ac: Added Breton translation.
5963         * po/br.po: Added Breton translation.
5964
5965 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5966
5967         * shell/ev-window-title (ev_window_title_update):
5968
5969         Fix memory leak in window title. Fixes bug #333944
5970
5971 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5972
5973         * shell/ev-metadata-manager.c (parseItem):
5974
5975         Fix memory leaks. Fixes bug #333945
5976
5977 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5978         
5979         * NEWS, configure.ac, TODO:
5980         
5981         Update for release 0.5.2.
5982
5983 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5984
5985         * shell/ev-view.c: (view_update_range_and_current_page),
5986         (page_changed_cb):
5987         
5988         Don't jump on scrolling, fix for the bug #333127.
5989
5990 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5991
5992         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5993         
5994         Scroll by one page in presentation mode. Fix for the bug
5995         #332993.
5996
5997 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5998
5999         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6000
6001 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6002
6003         * configure.ac  Added lv in ALL_LINGUAS line.
6004
6005 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6006         
6007         * NEWS, configure.ac:
6008         
6009         Update for release 0.5.1
6010
6011 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6012
6013         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6014         * backend/ev-document-misc.h:
6015         * shell/ev-view.c: (draw_one_page):
6016         
6017          Clairfy what page the toolbar page number applies to. Fix
6018          for the bug #328102.
6019
6020 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6021
6022         * shell/ev-view-private.h:
6023         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6024         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6025         (ev_view_search_changed):
6026         * shell/ev-view.h:
6027         * shell/ev-window.c: (find_bar_search_changed_cb):
6028         
6029         Dont't jump to find result if window was scrolled during search.
6030         Fix for the bug #313266.
6031
6032 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6033
6034         * shell/eggfindbar.c: (egg_find_bar_class_init):
6035         * shell/eggfindbar.h:
6036         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6037         * shell/ev-view-private.h:
6038         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6039         (ev_view_class_init), (ev_sizing_mode_get_type),
6040         (ev_scroll_type_get_type):
6041         * shell/ev-view.h:
6042         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6043         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6044         (ev_window_init):
6045         
6046         Fix for the bug 319133 - Find entry should allow text scroll.
6047
6048 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6049
6050         * shell/ev-view-private.h:
6051         * shell/ev-view.c: (view_update_range_and_current_page),
6052         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6053         (ev_view_set_document), (update_find_status_message),
6054         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6055         (ev_view_find_previous):
6056         
6057         Fix for the bug #319137. Search now takes account for scrolling.
6058
6059 2006-02-19  Michael Hofmann <mh21@piware.de>
6060
6061         * configure.ac:
6062         * djvu/Makefile.am:
6063         * djvu/djvu-document-private.h:
6064         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6065         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6066         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6067         (djvu_document_can_get_text), (djvu_document_get_text),
6068         (djvu_document_document_iface_init),
6069         (djvu_document_thumbnails_get_thumbnail),
6070         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6071         (djvu_document_find_get_result),
6072         (djvu_document_find_page_has_results),
6073         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6074         (djvu_document_find_iface_init):
6075         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6076         (djvu_text_page_selection), (djvu_text_page_limits_process),
6077         (djvu_text_page_limits), (djvu_text_page_copy),
6078         (djvu_text_page_position), (djvu_text_page_union),
6079         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6080         (djvu_text_page_box), (djvu_text_page_append_text),
6081         (djvu_text_page_search), (djvu_text_page_prepare_search),
6082         (djvu_text_page_new), (djvu_text_page_free):
6083         * djvu/djvu-text-page.h:
6084         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6085         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6086         (djvu_text_n_results), (djvu_text_has_results),
6087         (djvu_text_get_result), (djvu_text_get_progress):
6088         * djvu/djvu-text.h:
6089         
6090         Text search in djvu. Fix for the bug #303415.
6091
6092 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6093
6094         * configure.ac:
6095         * shell/ev-window.c: (ev_window_cmd_save_as):
6096         
6097         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6098         Thanks to Gary Coady <gary@lyranthe.org>
6099
6100 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6101
6102         * shell/ev-print-job.c: (idle_print_handler):
6103         
6104         Inverse order printing, bug #320919.
6105
6106 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6107
6108         * data/evince-toolbar.xml:
6109         * shell/ev-window.c:
6110         
6111         Allow to add sidebar checkbutton on toolbar. Fix
6112         for the bug #144577.
6113
6114 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6115
6116         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6117         
6118         Add checks that have sense for empty ps document.
6119
6120 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6121
6122         * configure.ac: Include PS in mime types list. 
6123
6124 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6125
6126         * configure.ac:
6127         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6128         * ps/gsdefaults.h:
6129         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6130         
6131         Runtime check for gs interpreter. Fix for the bug #320868.
6132         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6133
6134 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6135
6136         * shell/ev-application.c: 
6137
6138         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6139         dbus>=0.60, so that the request is not queued. 
6140
6141 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6142
6143         * configure.ac:
6144         * shell/Makefile.am:
6145         * shell/ev-sidebar-links.c: (print_section_cb):
6146         * shell/ev-utils.c:
6147         * shell/ev-utils.h:
6148         * shell/ev-window.c: (update_action_sensitivity),
6149         (ev_window_close_dialogs), (ev_window_print):
6150         * shell/ev-window.h:
6151         
6152         Make printing support optional. Patch from Eduardo de Barros Lima
6153         <eduardo.lima@indt.org.br> for the bug #330546.
6154
6155 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6156
6157         * shell/ev-view-private.h:
6158         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6159         (ev_view_set_document):
6160         * shell/ev-view.h:
6161         * shell/ev-window.c: (ev_window_load_job_cb),
6162         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6163         (ev_window_init):
6164
6165         Draw Loading message during xfer job. Fix for the bug #329495.
6166
6167 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6168
6169         * comics/comics-document.c: (comics_regex_quote),
6170         (comics_document_load), (extract_argv):
6171         
6172         Correcly quote regexp before passing it to unzip.
6173
6174 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6175
6176         * shell/ev-page-cache.c: (build_height_to_page),
6177         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6178         (ev_page_cache_get_dual_even_left):
6179         * shell/ev-page-cache.h:
6180         * shell/ev-view.c: (view_update_range_and_current_page),
6181         (get_page_y_offset), (get_page_extents):
6182         
6183         Place even pages to the left if document has less then
6184         two pages. Fix for the bug #328856.
6185
6186 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6187
6188         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6189         
6190         Correct comics scheme. This make evince create thumbnails
6191         for comic books. Fix for the bug 329088.
6192
6193 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6194
6195         * data/evince-password.glade: Don't explicitly set
6196         invisible_char to the current default value in case
6197         the default changes; let GTK+ do its magic.
6198
6199 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6200
6201         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6202         real filename to tmp filename since often document
6203         type is determined by extension.
6204
6205 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6206
6207         * shell/ev-view.c: (add_scroll_binding_keypad),
6208         (ev_view_binding_activated), (ev_view_class_init):
6209         
6210         Add keybindings for percision-scrolling of display area. 
6211         Fix for the bug #314072.
6212
6213 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6214
6215         * data/evince.desktop.in.in:
6216         
6217         Add GTK to the list of categories. Fix for the bug #328034.
6218
6219 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6220
6221         * shell/ev-application.c: (ev_application_shutdown),
6222         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6223         * shell/ev-application.h:
6224         * shell/ev-window.c: (file_open_dialog_response_cb),
6225         (ev_window_cmd_file_open):
6226         
6227         Save last uri in file chooser dialog. Fix for the bug #327950.
6228
6229 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6230
6231         * NEWS:
6232         * README:
6233         
6234         Final update for release 0.5.0
6235         
6236         * shell/Makefile.am:
6237         
6238         Remove disable deprecated until we'll require libgnome-2.13.7
6239         and port to GOption argument parsing. See bug 327518.
6240
6241 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6242
6243         * comics/comics-document.c: (comics_document_save):
6244         * djvu/djvu-document.c: (djvu_document_save):
6245         * dvi/dvi-document.c: (dvi_document_save):
6246         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6247         * lib/ev-file-helpers.h:
6248         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6249         * tiff/tiff-document.c: (tiff_document_save):
6250         
6251         Use common save function for backends.
6252
6253 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6254
6255         * backend/ev-document-types.c:
6256         
6257         Fix crash on saving pixbuf.
6258
6259 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6260
6261         * cut-n-paste/recent-files/egg-recent-item.c:
6262         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6263         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6264         (parse_info_free), (valid_element), (start_element_handler),
6265         (end_element_handler), (text_handler), (egg_recent_model_filter),
6266         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6267         (egg_recent_model_monitor), (egg_recent_model_read),
6268         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6269         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6270         (egg_recent_model_set_property), (egg_recent_model_class_init),
6271         (egg_recent_model_init), (egg_recent_model_add_full),
6272         (egg_recent_model_delete), (egg_recent_model_get_list),
6273         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6274         (egg_recent_model_set_filter_mime_types),
6275         (egg_recent_model_clear_group_filter),
6276         (egg_recent_model_set_filter_groups),
6277         (egg_recent_model_clear_scheme_filter),
6278         (egg_recent_model_set_filter_uri_schemes),
6279         (egg_recent_model_remove_expired):
6280         * cut-n-paste/recent-files/egg-recent-util.c:
6281         (egg_recent_util_get_icon):
6282         * cut-n-paste/recent-files/egg-recent-util.h:
6283         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6284         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6285         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6286         (egg_recent_view_uimanager_set_property),
6287         (egg_recent_view_uimanager_get_property),
6288         (egg_recent_view_uimanager_class_init),
6289         (egg_recent_view_uimanager_init),
6290         (egg_recent_view_uimanager_set_label_width),
6291         (egg_recent_view_uimanager_get_label_width):
6292         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6293         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6294         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6295         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6296         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6297         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6298         
6299         Update from libegg.
6300
6301 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6302
6303         * shell/ev-page-cache.c: (build_height_to_page),
6304         (ev_page_cache_get_height_to_page):
6305         * shell/ev-page-cache.h:
6306         * shell/ev-view.c: (view_update_range_and_current_page),
6307         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6308         (ev_view_previous_page):
6309         
6310         Dual mode places even pages to the left. Fix for the bug #309393.
6311
6312         * shell/ev-view.h:
6313         * shell/ev-window.c: (update_action_sensitivity),
6314         (setup_view_from_metadata), (view_menu_popup_cb):
6315         
6316         Don't restore presentation in empty windows, more intelligent
6317         next page behaviour in dual mode.
6318
6319         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6320         (ev_pixbuf_cache_clear_job_sizes):
6321         
6322         Cleanup job callback on removal. Fix for the bug #325886.
6323
6324 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6325
6326         * ps/ps.c: (psscan):
6327         
6328         Commit workaround Mozilla problem. Fix for the bug #325919
6329         
6330         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6331         (save_item):
6332         
6333         Fix for year 2038 problem.
6334
6335 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6336
6337         * shell/ev-window.c: (setup_document_from_metadata),
6338         (ev_window_cmd_view_reload):
6339
6340         Clamp page recieved from metadata in valid values. Fix
6341         for the bug #325986.
6342
6343 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6344
6345         * MAINTAINERS: 
6346         Add MAINTAINERS as requested on desktop-devel-list.
6347
6348 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6349
6350         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6351         (mime_type_supported_by_gdk_pixbuf),
6352         (ev_document_factory_get_mime_types),
6353         (ev_document_factory_get_all_mime_types):
6354         
6355         Don't add pixbuf mime types if pixbuf backend is disabled.
6356         
6357         * shell/ev-application.c: (ev_application_get_uri_window):
6358         
6359         Fix for the bug 325815 - unhandled MIME type message doesn't 
6360         appear a second time. 
6361         
6362         * shell/ev-document-types.c: (ev_document_types_add_filters):
6363         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6364         (password_dialog_response), (ev_window_popup_password_dialog),
6365         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6366         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6367         (ev_window_run_presentation), (ev_window_stop_presentation),
6368         (save_sizing_mode), (ev_window_zoom_changed_cb),
6369         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6370         (ev_window_dual_mode_changed_cb),
6371         (ev_window_sidebar_current_page_changed_cb),
6372         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6373         (window_state_event_cb), (window_configure_event_cb):
6374         
6375         Cleanup additional uris holded by EvWindow.
6376
6377 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6378
6379         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6380         (ev_view_can_previous_page), (ev_view_can_next_page):
6381         * shell/ev-view.h:
6382         * shell/ev-window.c: (update_action_sensitivity):
6383         
6384         Two page scrolling with Space and PageUp in dual mode. Second fix 
6385         for the bug #316608.
6386
6387 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6388
6389         * shell/ev-view.c: (scroll_to_current_page):
6390         
6391         Correctly clamp adjustment value. Fix for the bug
6392         #325808.
6393
6394 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6395
6396         * shell/ev-sidebar-links.c: (print_section_cb):
6397         * shell/ev-window.c: (ev_window_get_uri),
6398         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6399         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6400         (ev_window_dispose):
6401         
6402         Make print dialog non-modal. Fix for the bug #325622.
6403
6404 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6405
6406         * shell/ev-metadata-manager.c:
6407         * shell/ev-utils.c: (using_pdf_printer),
6408         (using_postscript_printer), (load_print_config_from_file),
6409         (save_print_config_to_file):
6410         * shell/ev-utils.h:
6411         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6412         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6413         (setup_view_from_metadata), (ev_window_setup_document),
6414         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6415         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6416         (ev_window_run_presentation), (ev_window_stop_presentation),
6417         (save_sizing_mode), (ev_window_zoom_changed_cb),
6418         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6419         (ev_window_dual_mode_changed_cb),
6420         (ev_window_sidebar_current_page_changed_cb),
6421         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6422         (window_state_event_cb), (window_configure_event_cb),
6423         (ev_window_init):
6424         
6425         Setting saving behaviour fixes.
6426
6427 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6428
6429         * configure.ac:
6430         
6431         Make antialiasing gs options better and allow
6432         to change them during configure. Fix for the 
6433         bug #319049.
6434
6435 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6436
6437         * shell/ev-window.c: (setup_view_from_metadata):
6438         
6439         Remember if last window was maximized. Fix for the
6440         bug #323797.
6441
6442 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6443
6444         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6445
6446 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6447
6448         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6449         * shell/ev-page-action.c: (build_new_tree_cb):
6450         * shell/ev-sidebar-links.c: (links_page_num_func),
6451         (update_page_callback_foreach), (update_page_callback):
6452         * shell/ev-view.c: (scroll_to_current_page):
6453         
6454         Fix for the bug #325067 with more intelligent selection
6455         of current link in sidebar. Make sidebar handle links
6456         of FITR-like type more correctly.
6457
6458         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6459         (dvi_pixbuf_put_pixel):
6460         
6461         Fix memory consumtion with disabled alpha channel.
6462
6463 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6464
6465         * data/evince-ui.xml:
6466         * shell/ev-window.c: (view_menu_popup_cb),
6467         (ev_popup_cmd_open_link), (ev_window_init):
6468         
6469         Update context menu for internal links. Fix for the bug
6470         #325066.
6471
6472 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6473
6474         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6475         
6476         Bind context menu to keyboard also. Fix for the bug
6477         #325065.
6478
6479 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6480
6481         * shell/ev-view.c: (selection_scroll_timeout_cb):
6482         
6483         Horizontal scroll on selection also.
6484
6485 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6486
6487         * shell/ev-metadata-manager.c: (parse_value):
6488         * shell/ev-view.c: (goto_xyz_link):
6489         
6490         Correct zoom setup and metadata save broken in 
6491         some locales.
6492
6493 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6494
6495         * shell/ev-view-private.h:
6496         * shell/ev-view.c: (scroll_to_current_page),
6497         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6498         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6499         (page_changed_cb), (ev_view_set_continuous),
6500         (ev_view_set_dual_page), (ev_view_set_presentation):
6501         
6502         Delay scroll until allocation to correctly position page. Fix
6503         for the bug #317334.
6504
6505 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6506
6507         * NEWS:
6508         * configure.ac:
6509         
6510         Update NEWS and require poppler 0.5.0.
6511
6512 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6513         
6514         * data/evince-ui.xml:
6515         * shell/ev-view-private.h:
6516         * shell/ev-view.c: (ev_view_get_link_at_location),
6517         (handle_link_over_xy), (ev_view_button_press_event),
6518         (ev_view_button_release_event), (ev_view_class_init):
6519         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6520         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6521         (ev_window_init):
6522         
6523         Implement right-click context menu.
6524
6525 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6526
6527         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6528         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6529         (mdvi_pixbuf_device_render):
6530         * pdf/ev-poppler.cc:
6531
6532         Don't generate thumbnails with alpha. See bug #324077.
6533         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6534
6535 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6536
6537         * shell/ev-window.c: (setup_chrome_from_metadata):
6538         
6539         Fix typo that was hiding toolbar.
6540
6541 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6542
6543         * shell/ev-view-private.h:
6544         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6545         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6546         (ev_view_button_release_event), (ev_view_destroy):
6547         
6548         Small cleanup and autoscrolling during selection. Thanks to 
6549         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6550
6551 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6552
6553         * configure.ac:
6554         
6555         Correctly check for comics option.
6556
6557 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6558         * Makefile.am:
6559         * configure.ac:
6560         * backend/Makefile.am:
6561         * backend/ev-document-factory.c:
6562         * shell/ev-document-types.c:
6563
6564         Included option in configure to make ps backend 
6565         compilation optional with --disable-ps.
6566
6567 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6568
6569         * backend/ev-document-factory.c:
6570         * comics/Makefile.am:
6571         * comics/comics-document.c: (comics_document_load):
6572         * comics/ev-cbr-mime.xml:
6573         * configure.ac:
6574         
6575         Comics mime types are added to shared-mime-info CVS. Now
6576         we don't need to install our own mime types.
6577
6578 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6579
6580         * shell/ev-window.c:
6581         
6582         Add shortcut for "save a copy" menu entry. Fix for
6583         the bug #324582.
6584
6585 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6586
6587         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6588         (job_finished_cb), (new_selection_pixbuf_needed),
6589         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6590         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6591         
6592         Rework selection job info logic and fix critical warning.
6593
6594 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6595
6596         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6597
6598 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6599
6600         * data/evince-ui.xml:
6601         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6602         
6603         Enter as shortcut key for next page. Fix for the bug
6604         #321394.
6605
6606 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6607
6608         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6609
6610 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6611
6612         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6613         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6614         (new_selection_pixbuf_needed),
6615         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6616         (clear_job_selection):
6617         
6618         Too early for 0.5. Pixbuf cache code cleaned a bit.
6619
6620 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6621
6622         * NEWS:
6623         * configure.ac:
6624         
6625         Release 0.5.0 preparation
6626
6627 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6628
6629         * comics/Makefile.am:
6630         * configure.ac:
6631         * shell/ev-document-types.c: (ev_document_types_add_filters):
6632         
6633         More advanced handling of custom mime type installation.
6634
6635 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6636
6637         * data/evince.schemas.in:
6638         * shell/ev-metadata-manager.c: (value_free),
6639         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6640         (ev_metadata_manager_get), (ev_metadata_manager_set):
6641         * shell/ev-metadata-manager.h:
6642         * shell/ev-window.c: (update_chrome_flag),
6643         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6644         (setup_document_from_metadata), (setup_chrome_from_metadata),
6645         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6646         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6647         (ev_window_view_toolbar_cb),
6648         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6649         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6650         
6651         Save last document settings and reuse them for new documents.
6652
6653 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6654
6655         * Makefile.am:
6656         * backend/Makefile.am:
6657         * backend/ev-document-factory.c:
6658         * backend/ev-document-factory.h:
6659         * comics/Makefile.am:
6660         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6661         (comics_document_load), (comics_document_save),
6662         (comics_document_get_n_pages), (comics_document_get_page_size),
6663         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6664         (comics_document_class_init), (comics_document_can_get_text),
6665         (comics_document_get_info), (comics_document_document_iface_init),
6666         (comics_document_init), (get_supported_image_extensions),
6667         (comics_document_thumbnails_get_geometry),
6668         (comics_document_thumbnails_get_thumbnail),
6669         (comics_document_thumbnails_get_dimensions),
6670         (comics_document_document_thumbnails_iface_init), (extract_argv):
6671         * comics/comics-document.h:
6672         * comics/ev-cbr-mime.xml:
6673         * configure.ac:
6674         * po/POTFILES.in:
6675         * shell/ev-application.c: (ev_application_register_service):
6676         * shell/ev-document-types.c: (ev_document_types_add_filters):
6677         * thumbnailer/Makefile.am:
6678         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6679         
6680         New CBR/CBZ backend for comic books.
6681
6682 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6683
6684         * shell/main.c: (load_files_remote):
6685
6686         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6687         warning on startup of second instance is fixed. It
6688         is bug #320353.
6689
6690 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6691
6692         * shell/ev-window.c: (ev_window_finalize):
6693         
6694         Fix double free that cause crash.
6695
6696 2005-10-29  Bastien Nocera <hadess@hadess.net>
6697
6698         * tiff/tiff-document.c: (tiff_document_load):
6699         
6700         Fix memory leak.
6701
6702 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6703
6704         * po/POTFILES.in:
6705         * shell/Makefile.am:
6706         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6707         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6708         (ev_view_accessible_get_text),
6709         (ev_view_accessible_get_character_at_offset),
6710         (ev_view_accessible_get_text_before_offset),
6711         (ev_view_accessible_get_text_at_offset),
6712         (ev_view_accessible_get_text_after_offset),
6713         (ev_view_accessible_get_character_count),
6714         (ev_view_accessible_get_caret_offset),
6715         (ev_view_accessible_set_caret_offset),
6716         (ev_view_accessible_get_run_attributes),
6717         (ev_view_accessible_get_default_attributes),
6718         (ev_view_accessible_get_character_extents),
6719         (ev_view_accessible_get_offset_at_point),
6720         (ev_view_accessible_get_n_selections),
6721         (ev_view_accessible_get_selection),
6722         (ev_view_accessible_add_selection),
6723         (ev_view_accessible_remove_selection),
6724         (ev_view_accessible_set_selection),
6725         (ev_view_accessible_text_iface_init),
6726         (ev_view_accessible_idle_do_action),
6727         (ev_view_accessible_action_do_action),
6728         (ev_view_accessible_action_get_n_actions),
6729         (ev_view_accessible_action_get_description),
6730         (ev_view_accessible_action_get_name),
6731         (ev_view_accessible_action_set_description),
6732         (ev_view_accessible_action_iface_init),
6733         (ev_view_accessible_get_type), (ev_view_accessible_new),
6734         (ev_view_accessible_factory_get_accessible_type),
6735         (ev_view_accessible_factory_create_accessible),
6736         (ev_view_accessible_factory_class_init),
6737         (ev_view_accessible_factory_get_type):
6738         * shell/ev-view-accessible.h:
6739         * shell/ev-view-private.h:
6740         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6741         * shell/ev-view.h:
6742         
6743         Initial accessibility support.
6744
6745 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6746
6747         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6748
6749 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6750
6751         * shell/ev-print-job.c: (idle_print_handler):
6752         
6753         Fix for bug Bug 318916: Printing multiple pages.
6754
6755 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6756
6757         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6758
6759 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6760
6761         * pdf/ev-poppler.cc:
6762         
6763         Thumnail dimensions unified with other backends.
6764         
6765         * shell/ev-window-title.c: (ev_window_title_update):
6766         
6767         Fix warning.
6768
6769 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6770
6771         * data/ev-stock-zoom-fit-width.png:
6772         
6773         Remove unused file.
6774
6775 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6776
6777         * configure.ac:
6778         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6779         (djvu_document_finalize):
6780         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6781         (dvi_document_finalize):
6782         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6783         (pixbuf_document_save), (pixbuf_document_finalize):
6784         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6785         (tiff_document_finalize):
6786         
6787         Save a copy implemented for various backends.
6788
6789 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6790
6791         * configure.ac:
6792         
6793         Don't link with ltiff if tiff is disabled.
6794
6795 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6796
6797         * pdf/GDKSplashOutputDev.cc:
6798         * pdf/GDKSplashOutputDev.h:
6799         * pdf/Thumb.cc:
6800         * pdf/Thumb.h:
6801         * pdf/pdf-document.cc:
6802         * pdf/pdf-document.h:
6803         * pdf/test-gdk-output-dev.cc:
6804         
6805         Remove old unused files.
6806
6807 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6808
6809         * shell/ev-window.c: (ev_window_setup_document):
6810         
6811         Fixed warnings on reload and probably crash reason.
6812
6813 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6814
6815         * properties/ev-properties-view.c:
6816         (ev_properties_view_format_date):
6817         
6818         Check if date is invalid. Fix for bug 318134.
6819
6820 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6821
6822         * shell/ev-window-title.c:
6823         
6824         Add .indd files (Adobe Indesign) to the list of "bad
6825         extensions".
6826
6827 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6828
6829         * data/evince-ui.xml:
6830         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6831         
6832         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6833
6834 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6835
6836         * shell/ev-window.c: (launch_link), (launch_external_uri),
6837         (view_external_link_cb):
6838
6839         URL-escape link before passing it to gnome_vfs_url_show.
6840
6841 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6842
6843         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6844         there isn't text selected.
6845
6846 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6847
6848         * shell/ev-view.c: (handle_link_over_xy):
6849
6850         Check tooltip is valid utf8 before showing it
6851
6852 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6853
6854         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6855
6856 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6857
6858         * shell/ev-window-title.c: (ev_window_title_update):
6859
6860         Guard against using g_strstrip on NULL. Fixes bug #317291.
6861
6862 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6863
6864         * pdf/ev-poppler.cc:
6865
6866         Show title even for unknown links
6867
6868 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6869
6870         * shell/ev-window-title.c: (ev_window_title_update):
6871
6872         Strip the title string
6873
6874 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6875
6876         * shell/ev-window-title.c:
6877
6878         Add .rtf to the bad extensions list
6879
6880 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6881
6882         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6883         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6884
6885         Ignore link coordinates if they are outside page bounds
6886
6887 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6888
6889         * backend/ev-link.c: (ev_link_type_get_type),
6890         (ev_link_get_filename), (ev_link_get_params),
6891         (ev_link_get_property), (ev_link_set_property),
6892         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6893         * backend/ev-link.h:
6894         * pdf/ev-poppler.cc:
6895         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6896         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6897         (ev_window_init):
6898
6899         Implement launch links. Delegate external link opening to
6900         the window.
6901
6902 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6903
6904         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6905         (ev_link_get_right), (ev_link_get_property),
6906         (ev_link_set_property), (ev_link_class_init),
6907         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6908         * backend/ev-link.h:
6909         * pdf/ev-poppler.cc:
6910         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6911
6912         Implement fitr links
6913
6914 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6915
6916         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6917         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6918         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6919         (ev_view_size_request_continuous),
6920         (ev_view_size_request_dual_page),
6921         (ev_view_size_request_single_page), (ev_view_size_allocate),
6922         (ev_view_zoom_for_size_continuous_and_dual_page),
6923         (ev_view_zoom_for_size_continuous),
6924         (ev_view_zoom_for_size_dual_page),
6925         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6926         (ev_sizing_mode_get_type):
6927         * shell/ev-view.h:
6928         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6929
6930         Do not use modes for link, we need to calculate size ad hoc.
6931         Still not perfect because of the usual scrollbar issues grrr.
6932
6933 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6934
6935         * backend/ev-link.c: (ev_link_type_get_type),
6936         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6937         * backend/ev-link.h:
6938         * pdf/ev-poppler.cc:
6939         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6940         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6941         (ev_view_size_request_continuous),
6942         (ev_view_size_request_dual_page),
6943         (ev_view_size_request_single_page), (ev_view_size_allocate),
6944         (zoom_for_size_fit_height),
6945         (ev_view_zoom_for_size_continuous_and_dual_page),
6946         (ev_view_zoom_for_size_continuous),
6947         (ev_view_zoom_for_size_dual_page),
6948         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6949         (ev_sizing_mode_get_type):
6950         * shell/ev-view.h:
6951         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6952
6953         Implement FIT_HEIGHT mode (only for links).
6954         Implement FITH links
6955
6956 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6957
6958         * shell/ev-window-title.c: (get_filename_from_uri),
6959         (ev_window_title_sanitize_extension), (ev_window_title_update),
6960         (ev_window_title_set_document), (ev_window_title_set_uri),
6961         (ev_window_title_free):
6962         * shell/ev-window-title.h:
6963         * shell/ev-window.c: (ev_window_setup_document),
6964         (ev_window_popup_password_dialog):
6965
6966         Refactor window title building while fixing it for
6967         password documents.
6968
6969 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6970
6971         * pdf/ev-poppler.cc:
6972
6973         Escape link title before setting it in the model
6974
6975 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6976
6977         * shell/ev-application.c: (removed_from_session), (save_session),
6978         (init_session), (ev_application_get_empty_window),
6979         (ev_application_init), (ev_application_get_windows):
6980         * shell/ev-application.h:
6981         * shell/ev-window.c: (ev_window_finalize):
6982
6983         Add a function to retrieve window list and share it where
6984         necessary.
6985         Implement session handling, works pretty well thanks to the
6986         metadata system.
6987
6988 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6989
6990         * shell/ev-password.c: (ev_password_item_created_callback),
6991         (ev_password_dialog_save_password):
6992         
6993         Fix for bug 316972. Use async gnome-keyring API.
6994
6995 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6996
6997         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6998         Remove unused unrealize handler. Add scroll handling to
6999         ev_view_scroll_event for presentation mode (bug #316708),
7000         and fix the event state checks there.
7001
7002 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7003
7004         * shell/ev-page-action.c: (page_changed_cb):
7005
7006         "marco, maybe we should be crazy and jump right to 6! :)"
7007
7008         Bryan Clark, Sep 2005
7009
7010 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7011
7012         * ps/ps-document.c: (save_document), (ps_document_save),
7013         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7014         (ps_document_ps_export_end):
7015
7016         Fix unstructured documents save and print
7017
7018 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7019
7020         * shell/ev-application.c: (ev_application_open_uri):
7021
7022         Fix window size persistance
7023
7024 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7025
7026         * shell/ev-view.c: (ev_view_button_release_event):
7027
7028         Based on a patch from carlosgc@gnome.org. Mouse buttons
7029         switch pages in presentation mode.
7030
7031 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7032
7033         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7034
7035         Dont cast to int before scaling
7036
7037 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7038
7039         * backend/ev-link.c: (ev_link_type_get_type),
7040         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7041         (ev_link_new_page_fith):
7042         * backend/ev-link.h:
7043         * pdf/ev-poppler.cc:
7044         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7045
7046         Implement FIT and FITH links
7047
7048 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7049
7050         * pdf/ev-poppler.cc:
7051
7052         Return 0 results when search is not in progress.
7053
7054         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7055         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7056
7057         Update menu sensitivity when cancelling search
7058
7059 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7060
7061         * shell/ev-view.c: (ev_view_can_find_next):
7062
7063         Take all pages in consideration, not just current one
7064
7065 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7066
7067         * shell/ev-page-cache.c:
7068         * shell/ev-page-cache.h:
7069         * shell/ev-view.c: (ev_view_binding_activated),
7070         (ev_view_next_page), (ev_view_previous_page),
7071         (ev_sizing_mode_get_type):
7072         * shell/ev-view.h:
7073         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7074         (ev_window_cmd_go_next_page):
7075
7076         Move page next/previous functions from page chace to
7077         view and change it to move by 2 page steps in dual mode.
7078
7079 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7080
7081         * shell/ev-window.c: (update_sidebar_visibility),
7082         (setup_sidebar_from_metadata), (ev_window_setup_document),
7083         (setup_view_from_metadata):
7084
7085         Show the index by default when there is one     
7086
7087 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7088
7089         * shell/ev-window-title.c: (ev_window_title_set_document):
7090
7091         Missing null check
7092
7093 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7094
7095         * shell/ev-view.c: (view_update_range_and_current_page):
7096         
7097         Allow display of last odd page in dual view. Fix for 316347.
7098
7099 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7100
7101         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7102         
7103         Make close button default. Fix for 316383.
7104
7105 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7106
7107         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7108         
7109         Mark close button as default. Fix for 316381.
7110
7111 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7112
7113         * backend/ev-link.c: (ev_link_class_init):
7114
7115         Allow negative doubles in left/top properties
7116
7117 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7118
7119         * shell/ev-window.c:
7120
7121         Remove a bunch of strings that was used only
7122         by the statusbar.
7123
7124 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7125
7126         * shell/ev-window-title.c: (get_filename_from_uri),
7127         (ev_window_title_set_document):
7128
7129         When title has a confusing extension, show also
7130         the document filename inside ()
7131
7132 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7133
7134         * shell/Makefile.am:
7135         * shell/ev-window-title.c: (ev_window_title_new),
7136         (ev_window_title_update), (ev_window_title_set_type),
7137         (ev_window_title_set_document), (ev_window_title_free):
7138         * shell/ev-window-title.h:
7139         * shell/ev-window.c: (ev_window_setup_document),
7140         (password_dialog_response), (ev_window_popup_password_dialog),
7141         (ev_window_dispose), (ev_window_init):
7142
7143         Factor out and cleanup window title code
7144
7145 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7146
7147         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7148         (unable_to_load):
7149
7150         Make dialog transient so it doesnt block other windows
7151
7152 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7153
7154         * pdf/ev-poppler.cc:
7155         
7156         Fix pdf thumbnails rendering.
7157
7158 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7159
7160         * shell/ev-window.c: (fullscreen_set_timeout):
7161         
7162         Increase timeout to hide full screen popup. Bug 
7163         316123. 
7164
7165 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7166
7167         * data/evince.schemas.in:
7168         * shell/ev-window.c: (update_action_sensitivity):
7169
7170         Allow the user to override document restrictions. Fix for bug
7171         305818.
7172
7173 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7174
7175         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7176         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7177         (ev_window_class_init): Fix multihead behaviour of fullscreen
7178         toolbar popup. Fixes bug #315451.
7179
7180 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7181
7182         * configure.ac:
7183         * data/evince-password.glade:
7184         * shell/ev-password.c: (ev_password_dialog_set_property),
7185         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7186         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7187         (ev_password_dialog_entry_changed_cb),
7188         (ev_password_dialog_entry_activated_cb),
7189         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7190         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7191         (ev_password_dialog_set_bad_pass):
7192         * shell/ev-password.h:
7193         * shell/ev-window.c: (password_dialog_response),
7194         (ev_window_popup_password_dialog):
7195         
7196         Support for gnome-keyring for encrypted PDF's.
7197
7198 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7199
7200         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7201         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7202         (ev_view_enter_notify_event), (ev_view_class_init):
7203         
7204         More precise handling of enter_notify/leave_notify events
7205         in EvView. Fix for bug 315470.
7206
7207 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7208
7209         * shell/ev-window.c: (fullscreen_timeout_cb),
7210         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7211         (ev_window_dispose):
7212
7213         leak fix: unref fullscreen_timeout_source before clearing it
7214
7215 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7216
7217         * configure.ac, dvi/mdvi/Makefile.am: 
7218         
7219         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7220
7221 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7222
7223         * backend/ev-link.c: (ev_link_new_page_xyz):
7224         * pdf/ev-poppler.cc:
7225         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7226
7227         Fix some bugs with xyz links, respect zoom
7228
7229 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7230
7231         * shell/ev-window.c: (page_changed_cb),
7232         (setup_document_from_metadata), (update_sidebar_visibility),
7233         (setup_view_from_metadata), (ev_window_run_fullscreen),
7234         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7235         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7236         (ev_window_dual_mode_changed_cb),
7237         (ev_window_sidebar_current_page_changed_cb):
7238
7239         null check uri before setting and getting metadata
7240
7241 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7242
7243         * dvi/Makefile.am:
7244         * properties/Makefile.am:
7245         * shell/Makefile.am:
7246         * thumbnailer/Makefile.am:
7247
7248         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7249
7250 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7251
7252         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7253         (selection_changed_callback):
7254         * shell/ev-sidebar-links.h:
7255
7256         Add a signal for link activation.
7257
7258         * shell/ev-view.c: (ev_view_goto_link),
7259         (ev_view_button_release_event):
7260         * shell/ev-view.h:
7261         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7262         (ev_window_init):
7263
7264         Implement the signal so that we can handle all link types.
7265
7266         * shell/ev-page-cache.c:
7267
7268         Remove unused set_link function
7269
7270 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7271
7272         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7273
7274         Add some space from the cursor, hardcoded but I couldnt
7275         find a better way.
7276
7277 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7278
7279         * lib/ev-tooltip.c:
7280
7281         Use mozilla style vs gtk style, way better for links.
7282
7283         * shell/ev-view.c: (ev_view_motion_notify_event),
7284         (ev_view_destroy), (ev_view_init):
7285
7286         Deactive tooltip when the link hovered is changed.
7287
7288 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7289
7290         * backend/ev-document.h:
7291         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7292         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7293         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7294         (ev_link_new_page), (ev_link_new_page_xyz):
7295         * backend/ev-link.h:
7296         * pdf/ev-poppler.cc:
7297         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7298         (go_to_link), (tip_from_link):
7299
7300         Implement xyz links, still not functional. Links are a total
7301         mess, will need to refactor and bugfix a lot :(
7302
7303 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7304
7305         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7306
7307 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7308
7309         * data/evince-ui.xml:
7310         * data/evince.schemas.in:
7311         * shell/Makefile.am:
7312         * shell/ev-window.c: (update_chrome_visibility),
7313         (password_dialog_response), (ev_window_load_job_cb),
7314         (ev_window_xfer_job_cb), (ev_window_open_uri),
7315         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7316         (ev_window_init):
7317
7318         Remove the statusbar. This regress loading feedback, need to
7319         check with Bryan what we want to do there...
7320
7321 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7322
7323         * lib/ev-tooltip.c: (ev_tooltip_init):
7324
7325         Fix tooltip border and size handling
7326
7327 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7328
7329         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7330         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7331         (ev_tooltip_timeout), (ev_tooltip_activate),
7332         (ev_tooltip_deactivate):
7333         * lib/ev-tooltip.h:
7334         * shell/ev-view.c: (ev_view_motion_notify_event):
7335
7336         Delay popup showing. Mirror gtk logic/times.
7337
7338 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7339
7340         * lib/Makefile.am:
7341         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7342         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7343         (ev_tooltip_set_text), (ev_tooltip_set_position):
7344         * lib/ev-tooltip.h:
7345
7346         Simple widget to show tooltips at a custom position
7347
7348         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7349         (ev_view_destroy):
7350
7351         Use it for links. First go, needs work
7352
7353 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7354
7355         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7356         HIG fixes.  Use title capitalization for window title. Use 12 
7357         pixels of space between the dialog's vbox and action area.
7358
7359 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7360
7361         * shell/ev-window.c: (file_open_dialog_response_cb),
7362         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7363         (ev_window_cmd_save_as):
7364
7365         Make file pickers not modal and refactor code some
7366
7367 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7368
7369         * shell/ev-sidebar.h:
7370         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7371         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7372         (ev_sidebar_class_init), (ev_sidebar_select_page),
7373         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7374         (ev_sidebar_set_page):
7375
7376         Add a current page property and allow to get/set it
7377
7378         * shell/ev-window.c: (setup_view_from_metadata),
7379         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7380
7381         Persist current sidebar page per document
7382
7383 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7384
7385         * data/evince.schemas.in:
7386         * shell/ev-window.c: (update_chrome_visibility),
7387         (setup_document_from_metadata), (update_sidebar_visibility),
7388         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7389         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7390         (ev_window_run_presentation), (ev_window_stop_presentation),
7391         (ev_window_view_sidebar_cb),
7392         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7393         (load_chrome), (ev_window_init):
7394
7395         Persist size/visibility of sidebar per document
7396
7397 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7398
7399         * shell/ev-view.c (draw_loading_text): Draw loading text.
7400
7401 2005-09-02  Dan Damian  <dand@gnome.ro>
7402
7403         * configure.in: Added "ro" to ALL_LINGUAS.
7404
7405 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7406
7407         * shell/ev-view.c: (clear_caches):
7408
7409         ev_page_cache_get doesnt return a reference,
7410         dont try to unref it.
7411
7412 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7413
7414         * shell/main.c: (load_files_remote):
7415
7416         Fix timestamp parameter with dbus <= 0.33
7417
7418 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7419
7420         * data/evince.schemas.in:
7421
7422         Add missing full stop
7423
7424 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7425
7426         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7427         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7428
7429         Plug some memory leaks
7430
7431 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7432
7433         * configure.ac:
7434         * lib/ev-debug.c: (trap_handler):
7435
7436         Check for execinfo.h and use it only if it exists.
7437         Ported from Epiphany (bug #314776).
7438
7439 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7440
7441         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7442
7443 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7444
7445         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7446         * po/id.po      : Added Indonesian translation
7447
7448 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7449
7450         * shell/main.c:
7451         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7452         * NEWS: Release 0.4.0
7453
7454 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7455
7456         * configure.ac: catch another gtk+-2.8ism
7457         * shell/main.c: Make work with gtk+-2.6
7458
7459 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7460
7461         * shell/ev-application-service.xml: Add 'timestamp' argument to
7462           ev_application_open_window and ev_application_open_uri methods.
7463
7464         * shell/ev-application.h: Add 'timestamp' argument to
7465           ev_application_open_window, ev_application_open_uri,
7466           and ev_application_open_uri_list functions.
7467
7468         * shell/ev-application.c (ev_application_open_window,
7469           ev_application_open_uri, ev_application_open_uri_list): Change
7470           functions that show/present windows to use a timestamp if one
7471           is passed in.
7472
7473         * shell/ev-window.c (ev_window_cmd_file_open,
7474           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7475         * shell/main.c (load_files): Modify calls to ev_application to
7476           include GDK_CURRENT_TIME as timestamp.
7477
7478         * shell/main.c (load_files_remote): Obtain timestamp for client
7479           instance from GDK and pass to server instance so new windows are
7480           focused properly.  Fix dbus_g_proxy_call() calls by including second
7481           G_TYPE_INVALID.
7482           
7483         Closes bug #314475.
7484
7485 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7486
7487         * shell/ev-window.c (ev_window_finalize): Check for
7488         avail. EvWindows when quiting to handle the finalize better,
7489         #314497
7490
7491 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7492         
7493         * properties/ev-properties-view.c: 
7494         
7495         Set textdomain to libglade. Fixes translation problem in property page.
7496
7497 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7498
7499         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7500         * dvi/Makefile.am:
7501         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7502         * dvi/mdvi-lib/Makefile.am:
7503         
7504         Fix rotation of thumbnails, ported to new API. Moved library
7505         dependencies earlier, probably it will fix linkage problem.
7506
7507 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7508
7509         * backend/ev-document-misc.c:
7510         (ev_document_misc_get_thumbnail_frame):
7511         * backend/ev-document-misc.h:
7512         * configure.ac:
7513         * pdf/ev-poppler.cc:
7514         * shell/Makefile.am:
7515         * shell/ev-sidebar-thumbnails.c: (add_range),
7516         (ev_sidebar_thumbnails_set_loading_icon),
7517         (ev_sidebar_thumbnails_refresh),
7518         (ev_sidebar_thumbnails_set_document):
7519         * shell/ev-sidebar-thumbnails.h:
7520         * shell/ev-view.c: (ev_view_motion_notify_event),
7521         (ev_view_set_property), (ev_view_get_property),
7522         (ev_view_class_init), (ev_view_set_rotation):
7523         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7524         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7525         (ev_window_init):
7526         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7527         Redo rotation (again).  prepare for 0.4.0
7528
7529 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7530
7531         * configure.ac: Bump poppler requirement to 0.4.1.
7532
7533         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7534         argument to poppler_page_render_selection() call.
7535
7536 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7537
7538         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7539         (djvu_document_thumbnails_get_thumbnail):
7540         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7541         (dvi_document_thumbnails_get_thumbnail):
7542         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7543         (pixbuf_document_thumbnails_get_thumbnail):
7544         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7545         
7546         Update rotation direction of backends to fit with pdf and ps.
7547
7548 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7549
7550         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7551         * backend/ev-async-renderer.h:
7552         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7553         (setup_page), (ps_document_get_page_size),
7554         (ps_async_renderer_render_pixbuf):
7555         * ps/ps-document.h:
7556         * shell/ev-jobs.c: (ev_job_render_run):
7557
7558         Fix orientation in the postscript document
7559
7560 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7561
7562         * pdf/ev-poppler.cc:
7563         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7564         * shell/ev-view.c: (highlight_find_results):
7565
7566         Adapt to the new poppler rotation API. Fix text maps on landscape
7567         documents.
7568
7569 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7570
7571         * shell/ev-view.c (compute_new_selection_text): get the correct
7572         region when selecting in modes other than continuous.
7573
7574 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7575
7576         * shell/main.c (main): remove redundant g_warnings.
7577
7578 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7579
7580         * shell/Makefile.am: Don't include autogenerated
7581         file ev-application-service.h into distribution, since
7582         it causes dbus crash. Fix for bugs 313724 and 313443. 
7583
7584 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7585
7586         * configure.ac: Fix sed expression for FreeBSD. Thanks
7587         to Joe Marcus Clark <marcus@freebsd.org>
7588         
7589         * shell/eggfindbar.c: (entry_activate_callback),
7590         (entry_changed_callback), (egg_find_bar_init),
7591         (egg_find_bar_set_search_string):
7592         
7593         Made findbar buttons unsensitive if there is no text in
7594         entry. Fix for the bug 313285.
7595
7596 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7597
7598         * ps/ps-document.c: Use g_filename_display_name for displaying
7599         filenames and revert string freeze breackage
7600
7601 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7602
7603         * NEWS:
7604         * configure.ac:
7605
7606         Update for 0.3.4
7607
7608         * shell/Makefile.am:
7609
7610         Add ev-application-service.xml to extra dist
7611
7612         * shell/ev-view.c: (find_page_at_location):
7613
7614         Remove unused function (fix warning)
7615
7616 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7617
7618         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7619         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7620         
7621         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7622         bug 313623.
7623
7624 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7625
7626         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7627         * shell/ev-window.c:
7628         Fix build warnings
7629
7630 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7631
7632         * configure.ac: Update script to get dbus version.
7633         Fix for the bug #313443.
7634
7635 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7636
7637         * shell/ev-window.c: (ev_window_cmd_escape):
7638         
7639         Return focus back to view on escape. Fix for bug 313295.
7640
7641 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7642
7643         * shell/ev-window.c: (update_window_title),
7644         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7645         (ev_window_cmd_save_as):
7646         
7647         Correct conversion from uri to displayable string. Fix for
7648         bug 313296.
7649
7650 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7651
7652         * ps/ps-document.c: convert filename to utf8 when there is an error
7653         loading document. Fixes #309915
7654
7655 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7656
7657         * configure.ac:
7658
7659         We depend on poppler 0.4.0
7660
7661 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7662
7663         * configure.ac:
7664         * NEWS: Release 0.3.3.
7665         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7666
7667 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7668
7669         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7670         add a couple missing mnemonics to menu items, use title 
7671         capitalization for menu items and window titles, and add 
7672         ellipsis to open menu item.     
7673
7674 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7675
7676         * pdf/ev-poppler.cc:
7677         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7678         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7679         (ev_view_get_rotation):
7680         * shell/ev-view.h:
7681         * shell/ev-window.c: (setup_view_from_metadata),
7682         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7683         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7684         disk.
7685
7686 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7687
7688         * configure.ac: Added tr to ALL_LINGUAS
7689
7690 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7691
7692         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7693         requires several clicks to find word. Thanks to 
7694         Colin Slater <kiltedtaco@gmail.com>.
7695
7696 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7697
7698         * data/evince.desktop.in.in: Hide menu entry and
7699         rename it to "Document Viewer". Fix for bug 
7700         #312399.
7701
7702 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7703
7704         * shell/ev-page-action.c (ev_page_action_class_init): 
7705
7706         Point to the correct function in constructor of the
7707         activate_label signal
7708
7709 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7710
7711         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7712         * shell/ev-jobs.h: Make thread safe.
7713
7714 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7715
7716         * shell/ev-view.c: (view_update_range_and_current_page):
7717         Don't update page range if we are scrolling to some document
7718         point.
7719
7720 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7721
7722         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7723         when getting max_page_width, fix drawing in dual mode.
7724
7725 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7726
7727         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7728         getting the area for select_all.
7729
7730 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7731
7732         * backend/ev-selection.c: (ev_selection_render_selection):
7733         * backend/ev-selection.h:
7734         * pdf/ev-poppler.cc:
7735         * shell/ev-jobs.c: (ev_job_render_new):
7736         * shell/ev-jobs.h:
7737         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7738         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7739         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7740         (ev_view_class_init):
7741
7742         Change selection color on focus in and focus out events.  Also,
7743         poppler now uses GdkColor for specifying the selection colors, so
7744         drop some awkward conversion code.
7745
7746 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7747
7748         * configure.ac: Added Hebrew translation
7749
7750 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7751
7752         * NOTES:
7753         * backend/ev-selection.c: (ev_selection_render_selection):
7754         * backend/ev-selection.h:
7755         * pdf/ev-poppler.cc:
7756         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7757         (ev_job_render_run):
7758         * shell/ev-jobs.h:
7759         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7760         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7761         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7762         (ev_pixbuf_cache_style_changed),
7763         (ev_pixbuf_cache_get_selection_pixbuf),
7764         (ev_pixbuf_cache_set_selection_list),
7765         (ev_pixbuf_cache_get_selection_list):
7766         * shell/ev-pixbuf-cache.h:
7767         * shell/ev-utils.c: (ev_print_region_contents):
7768         * shell/ev-utils.h:
7769         * shell/ev-view.c: (ev_view_queue_draw_page),
7770         (selection_update_idle_cb), (ev_view_motion_notify_event),
7771         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7772         (setup_caches), (ev_view_find_next), (merge_selection_region),
7773         (selection_free):
7774         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7775
7776         Clean up selection to be much smoother!
7777
7778 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7779
7780         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7781         to poppler_page_render_selection().
7782
7783 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7784
7785         * ps/ps-document.c: (save_page_list): Use
7786         unzipped document when printing. Thanks to 
7787         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7788         311016.
7789
7790 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7791
7792         * shell/ev-window.c: (update_action_sensitivity):
7793         
7794         Disable print and save respect to lockdown gconf keys. Fix
7795         for 312342.
7796
7797 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7798
7799         * configure.ac:
7800         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7801         (write_to_temp_file), (ev_file_set_contents):
7802         * shell/ev-utils.h:
7803         * shell/ev-window.c: (save_print_config_to_file):
7804         
7805         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7806         Fix for bug 312238
7807
7808 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7809
7810         * shell/ev-window.c: (load_print_config_from_file),
7811         (save_print_config_to_file), (ev_window_print_range):
7812
7813         Persist the print settings. Fixes bug #311578.
7814
7815 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7816
7817         * djvu/djvu-document.c: (djvu_document_get_page_size),
7818         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7819         (djvu_document_thumbnails_get_thumbnail):
7820         * dvi/dvi-document.c: (dvi_document_get_page_size),
7821         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7822         (dvi_document_thumbnails_get_dimensions),
7823         (dvi_document_thumbnails_get_thumbnail):
7824         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7825         (pixbuf_document_render_pixbuf),
7826         (pixbuf_document_document_iface_init),
7827         (pixbuf_document_thumbnails_get_thumbnail):
7828         
7829         Update backends to make them build with new rotation system.
7830
7831 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7832
7833         * help/C/figures/evince_start_window.png:
7834         
7835         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7836
7837 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7838
7839         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7840         * shell/ev-pixbuf-cache.h:
7841         * shell/ev-sidebar-thumbnails.c:
7842         (ev_sidebar_thumbnails_get_property), (add_range),
7843         (adjustment_changed_cb):
7844         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7845         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7846         we were thumbnailing the entire docment on startup, slowing us
7847         down hugely. 
7848
7849 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7850
7851         * shell/ev-page-cache.c: (ev_page_cache_new):
7852         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7853         == 0, fixes #310306.
7854
7855 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7856
7857         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7858         (ev_view_rotate_left):
7859
7860         Account rotation in doc_rect_to_view_rect.
7861         Ensure rotation doesnt go out of bounds.
7862
7863 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7864
7865         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7866
7867         Correct and cleanup w/h swapping
7868
7869 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7870
7871         * backend/ev-document-thumbnails.c:
7872         (ev_document_thumbnails_get_thumbnail):
7873         * backend/ev-document-thumbnails.h:
7874         * backend/ev-document.c:
7875         * backend/ev-document.h:
7876         * backend/ev-render-context.c: (ev_render_context_new),
7877         (ev_render_context_set_rotation):
7878         * backend/ev-render-context.h:
7879         * pdf/ev-poppler.cc:
7880         * ps/ps-document.c: (ps_document_document_iface_init):
7881         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7882         * shell/ev-jobs.h:
7883         * shell/ev-page-cache.c: (build_height_to_page),
7884         (ev_page_cache_new), (ev_page_cache_get_size),
7885         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7886         (ev_page_cache_get_height_to_page):
7887         * shell/ev-page-cache.h:
7888         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7889         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7890         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7891         (ev_pixbuf_cache_get_selection_pixbuf):
7892         * shell/ev-pixbuf-cache.h:
7893         * shell/ev-print-job.c: (idle_print_handler):
7894         * shell/ev-sidebar-thumbnails.c: (add_range):
7895         * shell/ev-view.c: (view_update_range_and_current_page),
7896         (get_page_y_offset), (get_page_extents),
7897         (ev_view_size_request_continuous_dual_page),
7898         (ev_view_size_request_continuous),
7899         (ev_view_size_request_dual_page),
7900         (ev_view_size_request_single_page), (draw_one_page),
7901         (ev_view_set_rotation), (ev_view_rotate_right),
7902         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7903         (ev_view_zoom_for_size_continuous_and_dual_page),
7904         (ev_view_zoom_for_size_continuous),
7905         (ev_view_zoom_for_size_dual_page),
7906         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7907         (ev_view_select_all):
7908         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7909         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7910         (tiff_document_document_iface_init),
7911         (tiff_document_thumbnails_get_thumbnail):
7912
7913         Use rotation rather than orientation. It's easier and enough
7914         for our needs.
7915
7916 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7917
7918         * shell/ev-page-cache.c: (build_height_to_page),
7919         (ev_page_cache_new), (ev_page_cache_get_size),
7920         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7921         (ev_page_cache_get_height_to_page):
7922         * shell/ev-page-cache.h:
7923         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7924         (ev_view_size_request_continuous_dual_page),
7925         (ev_view_size_request_continuous),
7926         (ev_view_zoom_for_size_continuous_and_dual_page),
7927         (ev_view_zoom_for_size_continuous):
7928
7929         Make the page cache aware of page orientation.
7930
7931 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7932
7933         * backend/ev-document-thumbnails.c:
7934         (ev_document_thumbnails_get_thumbnail):
7935         * backend/ev-document-thumbnails.h:
7936         * backend/ev-document.c:
7937         * backend/ev-document.h:
7938         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7939         * backend/ev-ps-exporter.h:
7940         * pdf/ev-poppler.cc:
7941         * ps/ps-document.c: (ps_document_document_iface_init),
7942         (ps_document_ps_export_do_page):
7943         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7944         * shell/ev-jobs.h:
7945         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7946         (ev_page_cache_get):
7947         * shell/ev-page-cache.h:
7948         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7949         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7950         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7951         * shell/ev-pixbuf-cache.h:
7952         * shell/ev-print-job.c: (idle_print_handler):
7953         * shell/ev-sidebar-thumbnails.c: (add_range):
7954         * shell/ev-view.c: (view_update_range_and_current_page),
7955         (get_page_extents), (ev_view_size_request_dual_page),
7956         (ev_view_size_request_single_page), (draw_one_page),
7957         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7958         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7959         (ev_view_zoom_for_size_dual_page),
7960         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7961         (ev_view_select_all):
7962         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7963         * tiff/tiff-document.c: (tiff_document_get_page_size),
7964         (tiff_document_get_orientation), (rotate_pixbuf),
7965         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7966         (tiff_document_thumbnails_get_thumbnail),
7967         (tiff_document_ps_export_do_page), (tiff_document_init):
7968
7969         Really make use of the orientation bit of the render context.
7970         Use the render context in a few more places in the backend API.
7971         This regress orientation, but now it's done right. Will try to
7972         fix it up asap...
7973
7974 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7975
7976         * shell/ev-view.c: (ensure_rectangle_is_visible):
7977
7978         Patch by Nickolay V. Shmyrev to fix find flickering
7979
7980 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7981
7982         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7983         duplex parameters to ::begin.
7984
7985         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7986         * shell/ev-print-job.c (idle_print_handler): 
7987         * ps/ps-document.c (ps_document_ps_export_begin): 
7988         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7989         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7990         implementations. Poppler backend needs poppler cvs. Rest has
7991         unchanged behavior.
7992
7993 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7994
7995         * shell/ev-window.c (using_pdf_printer): new function.
7996         (ev_window_print_range): print a less techy message if someone
7997         tries to print to PDF.
7998
7999 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8000
8001         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8002         from "unknown font" string. Bug #311431
8003
8004 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8005
8006         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8007
8008 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8009
8010         Bug #311280
8011         
8012         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8013         name for PopplerFontTypes
8014         (pdf_document_fonts_fill_model): add font type to the detail column
8015
8016         * backend/ev-document-fonts.h: added
8017         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8018
8019         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8020         font name and font details, add a little markup.
8021         (ev_properties_fonts_init): use the new cell data func, specify ypad
8022         property for the cell renderer.
8023         (ev_properties_fonts_set_document): add the details column.
8024
8025 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8026
8027         * configure.ac: Added "pl" to ALL_LINGUAS.
8028
8029 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8030
8031         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8032
8033 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8034
8035         * help/ChangeLog: Started this for translations of manual.
8036         * configure.ac, autogen.sh, .cvsignore: Migrated to
8037         gnome-doc-utils. Patch in bug #311222.
8038
8039 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8040
8041         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8042         #ifdef this away to fix an unused-function warning.
8043
8044 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8045
8046         * configure.ac: Added 'gl' to ALL_LINGUAS.
8047
8048 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8049
8050         * configure.ac: Added ne in ALL_LINGUAS
8051         
8052 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8053
8054         * shell/ev-view.c: (ev_view_leave_notify_event):
8055         
8056         Clear status message when pointer leaves view. Fix for bug
8057         #310818 
8058
8059 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8060
8061         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8062
8063 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8064
8065         * shell/ev-view.c: (ev_view_leave_notify_event),
8066         (ev_view_class_init):
8067         
8068         Set cursor to normal then leaving view.
8069
8070 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8071
8072         * configure.ac:
8073         
8074         Fix required djvulibre version.
8075
8076 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8077
8078         *configure.ac: Hindi (hi) language added
8079
8080 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8081
8082         *configure.ac: Punjabi (pa) Language added
8083
8084 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8085
8086         * data/evince-ui.xml, shell/ev-window.c:
8087         
8088         Add keypad accelerators for zooming. Fix for bug 308128.
8089
8090 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8091
8092         * Makefile.am:
8093         * backend/Makefile.am:
8094         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8095         * configure.ac:
8096         * shell/ev-document-types.c: (ev_document_types_add_filters):
8097
8098         Allow to enable/disable the pixbuf backend.
8099         Default to off for now. If we want it enabled we should
8100         really put mime types in the desktop, implement properties etc.
8101
8102         * properties/evince-properties.c:
8103
8104         Initialize error to NULL.
8105         Check error is not NULL before freeing.
8106
8107 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8108
8109         * shell/ev-window.c:
8110
8111         Use F5 as presentation accell
8112
8113 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8114
8115         * shell/ev-window.c: (update_chrome_visibility),
8116         (ev_window_create_fullscreen_popup), (ev_window_init):
8117
8118         Do not leak the fullscreen toolbar
8119
8120 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8121
8122         * shell/ev-window.c: (view_actions_focus_in_cb),
8123         (view_actions_focus_out_cb):
8124
8125         These has a return value! Fix totally random focus
8126         issues we was seeing.
8127
8128 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8129
8130         * shell/main.c: (load_files_remote):
8131
8132         Allow open more than one file
8133
8134 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8135
8136         * shell/main.c: (load_files_remote):
8137
8138         Fix for dbus 0.33. bug #309975
8139
8140 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8141
8142         * properties/ev-properties-main.c: (ev_properties_get_pages):
8143
8144         Actually return NULL for types we dont support
8145
8146 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8147
8148         * po/POTFILES.in:
8149
8150         Remove empty lines.
8151
8152 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8153
8154         * backend/ev-document-factory.c:
8155         (ev_document_factory_get_document):
8156
8157         Do not try to create the object if type
8158         is invalid.
8159
8160 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8161
8162         * ps/ps-document.c: (ps_document_dispose),
8163         (ps_async_renderer_render_pixbuf):
8164         * ps/ps-document.h:
8165
8166         Do not leak the target window
8167
8168 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8169
8170         * shell/ev-application.c: (ev_application_init):
8171
8172         Let tbe check file existence for us.
8173         Add a comment about eggrecent mime filter.
8174
8175 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8176
8177         * data/evince-ui.xml:
8178         * shell/ev-application.c: (ev_application_shutdown),
8179         (ev_application_init), (ev_application_get_toolbars_model),
8180         (ev_application_get_recent_model),
8181         (ev_application_save_toolbars_model):
8182         * shell/ev-application.h:
8183         * shell/ev-window.c: (ev_window_add_recent),
8184         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8185         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8186         (ev_window_init):
8187
8188         Use common toolbar and recent models for all windows.
8189         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8190
8191 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8192
8193         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8194         successfully check for gtk_icon_view_get_visible_range.
8195
8196 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8197
8198         * djvu/Makefile.am:
8199         * dvi/Makefile.am:
8200         
8201         Fix djvu and dvi backend build.
8202
8203 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8204
8205         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8206         (new_separator_pixbuf):
8207
8208         Don't leak windows.
8209
8210 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8211
8212         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8213
8214         HIGification of toolbar editor dialogue.
8215
8216 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8217
8218         * configure.ac:
8219         * shell/Makefile.am:
8220
8221         Ever build metadata manager since it's just
8222         disabled at runtime now.
8223
8224 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8225
8226         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8227         (ev_metadata_manager_get), (ev_metadata_manager_set):
8228         * shell/ev-metadata-manager.h:
8229
8230         Add an _init functions that enabled metadata management
8231         at runtime.
8232
8233         * shell/ev-window.c: (page_changed_cb),
8234         (setup_document_from_metadata), (ev_window_setup_document),
8235         (setup_view_from_metadata), (ev_window_open_uri),
8236         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8237         (ev_window_run_presentation), (ev_window_stop_presentation),
8238         (save_sizing_mode), (ev_window_zoom_changed_cb),
8239         (ev_window_continuous_changed_cb),
8240         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8241         (window_configure_event_cb):
8242
8243         Remove all ugly metadata define since we deal with it
8244         at runtime now.
8245
8246         * shell/main.c: (load_files_remote), (main):
8247
8248         Add support for dbus cvs head. Hopefully didnt break one
8249         of the other versions now!
8250
8251         If we dont get a response from the dbus server just
8252         give up with it and not enable metadata.
8253
8254 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8255
8256         * Makefile.am:
8257         * backend/Makefile.am:
8258         * configure.ac:
8259         * cut-n-paste/recent-files/Makefile.am:
8260         * cut-n-paste/toolbar-editor/Makefile.am:
8261         * cut-n-paste/zoom-control/Makefile.am:
8262         * lib/Makefile.am:
8263         * pdf/Makefile.am:
8264         * pixbuf/Makefile.am:
8265         * properties/Makefile.am:
8266         * ps/Makefile.am:
8267         * shell/Makefile.am:
8268         * thumbnailer/Makefile.am:
8269         * tiff/Makefile.am:
8270
8271         Make frontends depend on just libev.
8272         Rework and group CFLAGS/LIBS definitions.
8273         Cleanups.
8274
8275 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8276
8277         * shell/ev-window:
8278
8279         do not unnecessarily save zoom
8280
8281         * configure.ac:
8282         * lib/ev-file-helpers.c: (ev_dot_dir):
8283         * shell/Makefile.am:
8284         * shell/dummy.cc:
8285
8286         Some cleanups
8287
8288 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8289
8290         * configure.ac:
8291         
8292         Remove unnecessary dependencies
8293
8294 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8295
8296         * properties/Makefile.am:
8297         * thumbnailer/Makefile.am:
8298         * tiff/Makefile.am:
8299
8300         Some more cleanups. Was really necessary
8301         but I probably introduced bugs, feel free
8302         to flame :)
8303
8304 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8305
8306         * backend/Makefile.am:
8307         * configure.ac:
8308         * cut-n-paste/recent-files/Makefile.am:
8309         * cut-n-paste/toolbar-editor/Makefile.am:
8310         * cut-n-paste/zoom-control/Makefile.am:
8311         * lib/Makefile.am:
8312         * pdf/Makefile.am:
8313         * pixbuf/Makefile.am:
8314         * properties/Makefile.am:
8315         * ps/Makefile.am:
8316         * shell/Makefile.am:
8317         * thumbnailer/Makefile.am:
8318         * tiff/Makefile.am:
8319
8320         Use gnome-common macros when possible.
8321         Cleanup dependencies.
8322         Actually disable deprecated where possible.
8323
8324 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8325
8326         * Makefile.am:
8327         * backend/Makefile.am:
8328         * properties/Makefile.am:
8329         * shell/Makefile.am:
8330         * thumbnailer/Makefile.am:
8331
8332         This should solve the circular dep without
8333         requiring dir reorg!
8334
8335         * shell/ev-window.c: (setup_view_from_metadata):
8336
8337         Never restore window size/position when the
8338         window is already visible.
8339
8340 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8341
8342         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8343
8344         Return a boolean from timeout func. Fix ported from gedit.
8345
8346 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8347
8348         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8349
8350 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8351
8352         * shell/ev-document-types.c: set "All Documents" as default filter in
8353         open dialog
8354
8355 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8356
8357         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8358         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8359         (ev_metadata_manager_set_boolean): fix value/val thinko.
8360
8361 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8362
8363         * shell/ev-window.c: (setup_view_from_metadata),
8364         (window_state_event_cb), (window_configure_event_cb),
8365         (ev_window_init):
8366
8367         Remember window position and maximized state
8368
8369 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8370
8371         * configure.ac:
8372
8373         Fix DBUS configure checks.
8374
8375         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8376         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8377         (ev_metadata_manager_set_boolean):
8378
8379         Plug mem leaks.
8380
8381         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8382         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8383         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8384         (ev_window_continuous_changed_cb),
8385         (ev_window_dual_mode_changed_cb), (ev_window_new):
8386
8387         Fix the build without DBUS.
8388
8389 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8390
8391         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8392         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8393         (ev_metadata_manager_set_string),
8394         (ev_metadata_manager_set_boolean):
8395         * shell/ev-metadata-manager.h:
8396
8397         Add support for some more types
8398
8399         * shell/ev-view.c: (scroll_to_current_page),
8400         (ev_view_get_continuous), (ev_view_set_continuous),
8401         (ev_view_get_dual_page):
8402         * shell/ev-view.h:
8403         * shell/ev-window.c: (page_changed_cb),
8404         (setup_document_from_metadata), (ev_window_setup_document),
8405         (setup_view_from_metadata), (ev_window_open_uri),
8406         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8407         (ev_window_run_presentation), (ev_window_stop_presentation),
8408         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8409         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8410         (ev_window_update_dual_page_action),
8411         (ev_window_continuous_changed_cb),
8412         (ev_window_dual_mode_changed_cb), (ev_window_init):
8413
8414         Remember a bunch of view/document properties. Prolly some
8415         are still missing but it's getting interesting.
8416
8417 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8418
8419         * configure.ac: check if dbus-binding-tool is installed. Not the
8420         case on current Ubuntu breezy, it seems.
8421
8422 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8423
8424         * data/evince.desktop.in.in:
8425         
8426         Allow open uri lists and add TryExec field.
8427
8428 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8429
8430         * configure.ac:
8431
8432         Enable dbus when available, do not require a configure
8433         option.
8434
8435 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8436
8437         * configure.ac:
8438
8439         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8440         disabled.
8441
8442 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8443         Marco Pesenti Gritti  <mpg@redhat.com>
8444
8445         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8446         
8447         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8448         functions to the format required by dbus
8449
8450         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8451         errors. Use the RPC parameters in the expected way
8452
8453 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8454
8455         * Makefile.am:
8456         * properties/Makefile.am:
8457         * properties/ev-properties-main.c: (ev_properties_get_pages):
8458
8459         Support all mime types
8460
8461         * shell/Makefile.am:
8462         * thumbnailer/Makefile.am:
8463         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8464         (evince_thumbnail_pngenc_get):
8465
8466         Use the document factory
8467
8468 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8469
8470         * backend/Makefile.am:
8471         * backend/ev-document-factory.c:
8472         (mime_type_supported_by_gdk_pixbuf),
8473         (ev_document_type_get_from_mime),
8474         (ev_document_factory_get_document),
8475         (ev_document_factory_get_backend),
8476         (ev_document_factory_get_mime_types),
8477         (ev_document_factory_get_all_mime_types):
8478         * backend/ev-document-factory.h:
8479         * shell/Makefile.am:
8480         * shell/ev-document-types.c: (get_document_from_uri),
8481         (ev_document_types_get_document),
8482         (file_filter_add_mime_list_and_free),
8483         (ev_document_types_add_filters):
8484         * shell/ev-document-types.h:
8485         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8486         * shell/ev-properties-dialog.c:
8487         (ev_properties_dialog_set_document):
8488         * shell/ev-window.c: (ev_window_cmd_file_open),
8489         (ev_window_cmd_save_as):
8490         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8491
8492         Rework document types managing to avoid code duplication
8493         and actually abstract from backend implementations.
8494         Also provide a minimal factory api that can be used by
8495         thumbnailer/properties.
8496
8497 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8498
8499         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8500         Plug a mem leak.
8501         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8502         HIG spacings.
8503
8504 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8505
8506         * shell/ev-properties-dialog.c
8507         (ev_properties_dialog_set_document): only call
8508         ev_properties_fonts_set_document() if the document implements the
8509         fonts interface
8510
8511 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8512
8513         * configure.ac:
8514         * properties/Makefile.am:
8515         * properties/ev-properties-view.c:
8516         (ev_properties_view_register_type):
8517         * properties/ev-properties-view.h:
8518         * properties/ev-properties-main.h:
8519
8520         Implement nautilus plugin for properties.
8521         Works only for pdf atm, I need to rework the
8522         document types stuff to get this to work
8523         for all backends...
8524
8525 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8526
8527         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8528         (ev_properties_fonts_set_document): use
8529         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8530
8531 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8532
8533         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8534         them
8535         (PlaceImage, tiff2ps_process_page): use
8536         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8537
8538
8539 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8540
8541         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8542         (main): to call gnome_authentication_manager_init. Should fix
8543         Bug #308510
8544
8545         * configure.ac: that requires libgnomeui 2.6.0.
8546
8547 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8548
8549         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8550         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8551         use the new tiff2ps interfaces
8552
8553         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8554         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8555
8556         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8557         structure instead of global variables.  Remove use of static
8558         variables in functions.
8559
8560 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8561
8562         * shell/ev-page-action.c: unref the completion after setting it to the
8563         entry
8564
8565 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8566
8567         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8568         postscript files
8569
8570 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8571
8572         * shell/ev-window.c (update_action_sensitivity): disable
8573         File->Print if the document does not implement the ps exporter
8574         interface
8575
8576 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8577
8578         * Makefile.am:
8579         * configure.ac:
8580         * data/evince-properties.glade:
8581         * properties/.cvsignore:
8582         * properties/Makefile.am:
8583         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8584         (ev_properties_view_class_init), (ev_properties_view_format_date),
8585         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8586         (ev_properties_view_init), (ev_properties_view_new):
8587         * properties/ev-properties-view.h:
8588         * shell/Makefile.am:
8589         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8590         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8591         (ev_properties_dialog_new):
8592         * shell/ev-properties-dialog.h:
8593         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8594         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8595         (update_progress_label), (job_fonts_finished_cb),
8596         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8597         * shell/ev-properties-fonts.h:
8598         * shell/ev-properties.c:
8599         * shell/ev-properties.h:
8600         * shell/ev-window.c: (ev_window_setup_document),
8601         (ev_window_cmd_file_properties):
8602
8603         Split the properties pages in two different objects, depend
8604         only on the backend where possible, use widgets instead
8605         of gobject for the glade part, reimplement the dialog
8606         itself with gtk.
8607         I need this to implement nautilus properties page.
8608
8609 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8610
8611         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8612         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8613         (tiff_document_document_ps_exporter_iface_init): implement the ps
8614         exporter interface for tiff documents
8615
8616         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8617         libtiff to implement TIFF postscript export
8618
8619         * tiff/tiff2ps.h: added a header file for external tiff2ps
8620         functions.
8621
8622         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8623         tiff2ps.h
8624
8625 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8626
8627         * shell/ev-view.c: (scroll_to_current_page),
8628         (ev_view_set_fullscreen), (ev_view_set_presentation):
8629         
8630         Scroll to current page when exit from presentation
8631
8632 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8633
8634         * shell/ev-window.c: (update_document_mode),
8635         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8636         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8637         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8638         
8639         Exit from fullscreen mode when switch to presentation. Fix for
8640         bug 309365
8641
8642 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8643
8644         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8645         return NULL if the document does not implement the selection
8646         interface.
8647
8648 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8649
8650         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8651         reported height by using the resolution aspect ratio
8652         (tiff_document_render_pixbuf): scale the pixbuf using the
8653         resolution aspect ratio
8654
8655 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8656
8657         * configure.ac:
8658         
8659         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8660         <kiltedaco@gmail.com>
8661         
8662         * djvu/djvu-document.c: (djvu_document_get_orientation),
8663         (djvu_document_set_orientation), (djvu_document_get_page_size),
8664         (rotate_pixbuf), (djvu_document_render_pixbuf),
8665         (djvu_document_document_iface_init):
8666         * dvi/dvi-document.c: (dvi_document_get_orientation),
8667         (dvi_document_set_orientation), (dvi_document_get_page_size),
8668         (rotate_pixbuf), (dvi_document_render_pixbuf),
8669         (dvi_document_document_iface_init):
8670         
8671         Dvi and djvu backends are ported to new API
8672
8673 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8674
8675         * backend/ev-selection.c: (ev_selection_get_selection_region),
8676         (ev_selection_get_selection_map):
8677         * backend/ev-selection.h:
8678         * pdf/ev-poppler.cc:
8679         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8680         * shell/ev-jobs.h:
8681         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8682         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8683         (ev_pixbuf_cache_get_text_mapping):
8684         * shell/ev-pixbuf-cache.h:
8685         * shell/ev-view.c: (location_in_text),
8686         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8687         support to EvView.  Now we can see where we can select!  Sweet!
8688
8689 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8690
8691         * shell/ev-view.c (ev_view_button_press_event): Fix
8692         event->y + view->scroll_x typo.
8693
8694 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8695
8696         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8697         sub-GdkPixbuf instead of passing dest_x and dest_y.
8698         
8699         * shell/ev-view.c: (view_point_to_doc_point),
8700         (view_rect_to_doc_rect), (ev_view_button_press_event),
8701         (ev_view_motion_notify_event), (compute_new_selection_rect),
8702         (gdk_rectangle_point_in), (compute_new_selection_text),
8703         (compute_selections): Update selection code to keep the selection
8704         around as two points and not as a normalized rectangle, and fix
8705         page level selection in two-column mode.
8706
8707 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8708
8709         * shell/ev-window.c: (window_configure_event_cb): 
8710         
8711         Fix compilation
8712         
8713 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8714
8715         * pdf/ev-poppler.cc:
8716
8717         Fix compilation
8718
8719 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8720
8721         * shell/Makefile.am:
8722         * shell/ev-metadata-manager.c: (item_free),
8723         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8724         (parse_value), (parseItem), (load_values),
8725         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8726         (save_values), (save_item), (get_oldest), (resize_items),
8727         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8728         * shell/ev-metadata-manager.h:
8729
8730         Metadata manager from gedit but modified to use GValue, so that
8731         we dont need to keep converting from strings.
8732
8733         * configure.ac:
8734
8735         ENABLE_METADATA conditional, on when dbus is on
8736
8737         * shell/ev-application.c: (ev_application_open_uri):
8738
8739         Show the window after load so that we can initialize
8740         window size before it's showed.
8741
8742         * shell/ev-window.c: (ev_window_setup_from_metadata),
8743         (ev_window_open_uri), (window_configure_event_cb),
8744         (ev_window_init):
8745
8746         Save and load metadata information about window size.
8747         Not yet keeping states in account.
8748
8749         * shell/main.c: (main):
8750
8751         Shutdown metadata manager.
8752
8753 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8754
8755         * shell/ev-application-service.xml:
8756         * configure.ac:
8757         * shell/Makefile.am:
8758         * shell/ev-application.c:
8759         * shell/ev-application.h:
8760         * shell/ev-window.c:
8761         * shell/ev-window.h:
8762         * shell/main.c:
8763
8764         Add an optional dbus interface (--enable-dbus).
8765         Rework application code, mainly to be easier to
8766         use "remotely".
8767         Do not open multiple windows with the same document,
8768         spatial evince!
8769
8770 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8771
8772         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8773         pixbuf iff it exists.
8774
8775 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8776
8777         * shell/*:
8778         * backend/ev-render-context.[ch]:
8779         * backend/ev-selection.[ch]:
8780
8781         Massive changes.  We now support text selection of pdfs, and not
8782         just rectangular selection.  This is pretty broken still, but I
8783         want to get something into CVS.
8784
8785 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8786
8787         * pdf/ev-poppler.cc:
8788         
8789         Fix for Bug 309080: crash on window close.
8790         
8791         * shell/ev-page-action.c: (page_changed_cb):
8792         
8793         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8794         jensgr@gmx.net (Jens Granseuer).
8795
8796 2005-06-25  Marcel Telka  <marcel@telka.sk>
8797
8798         * configure.in (ALL_LINGUAS): Added sk.
8799
8800 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8801
8802         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8803         not a document open
8804
8805 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8806
8807         * NEWS:
8808         * configure.ac:
8809
8810         Release 0.3.2
8811
8812         * cut-n-paste/recent-files/Makefile.am:
8813
8814         Fix make distcheck
8815
8816 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8817
8818         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8819         (pixbuf_document_set_orientation), (rotate_pixbuf),
8820         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8821         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8822
8823         Implement rotation and cleanup the code a bit.
8824
8825         * tiff/tiff-document.c: (tiff_document_get_page_size),
8826         (tiff_document_get_orientation), (tiff_document_set_orientation),
8827         (rotate_pixbuf), (tiff_document_render_pixbuf),
8828         (tiff_document_document_iface_init), (tiff_document_init):
8829
8830         Implement rotation. Was the quicker solution for the release
8831         but we really need to share this code in the shell.
8832
8833 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8834
8835         * pdf/ev-poppler.cc:
8836
8837         Enable rotation, require poppler cvs. Fix a leak.
8838
8839 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8840
8841         * shell/ev-window.c: (update_action_sensitivity):
8842         
8843         Make properties unsensitive if document backend doesn't provide
8844         any info
8845
8846 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8847
8848         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8849         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8850         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8851         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8852         (bitmap_flip_rotate_counter_clockwise):
8853         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8854         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8855         (buff_gets):
8856         * dvi/mdvi-lib/common.h:
8857         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8858         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8859         (opendvi), (mdvi_reload), (mdvi_init_context),
8860         (mdvi_destroy_context), (mdvi_dopage), (special):
8861         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8862         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8863         (file_hash_free), (register_encoding), (parse_spec),
8864         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8865         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8866         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8867         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8868         (mdvi_register_font_type), (mdvi_unregister_font_type),
8869         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8870         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8871         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8872         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8873         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8874         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8875         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8876         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8877         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8878         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8879         (mdvi_unregister_special), (mdvi_flush_specials):
8880         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8881         (t1_font_remove):
8882         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8883         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8884         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8885         (free_font_metrics), (flush_font_metrics):
8886         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8887         (tt_font_remove):
8888         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8889         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8890         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8891         (dstring_insert), (dstring_new), (dstring_reset):
8892         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8893         
8894         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8895         avoid conflict with libtool on FC4
8896         
8897         * shell/ev-window.c: (ev_window_cmd_help_about):
8898         
8899         Update copyright year. Fix for bug 308828.
8900
8901 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8902
8903         * shell/ev-view.c: (add_scroll_binding_keypad),
8904         (ev_view_binding_activated), (ev_view_class_init),
8905         (on_adjustment_value_changed):
8906         
8907         Bug 170874: Arrow keys switch pages in presentation mode
8908
8909 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8910
8911         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8912         
8913         Fix for Bug 308265: Sidebar dissappears coming out of 
8914         Presentation mode
8915
8916 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8917
8918         * shell/ev-application.c: (ev_application_open):
8919         * shell/ev-document-types.c: (ev_document_types_add_filters),
8920         (ev_document_types_add_filters_for_type):
8921         * shell/ev-document-types.h:
8922         * shell/ev-window.c: (ev_window_cmd_save_as):
8923         
8924         Suggest basename as template when saving, provide filters
8925         for save dialog. It's bug 308402
8926
8927 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8928
8929         * pdf/ev-poppler.cc:
8930         * shell/ev-sidebar-links.c: (job_finished_callback):
8931         * shell/ev-view.c: (update_find_status_message):
8932         
8933         Some leaks fixed
8934
8935 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8936
8937         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8938         (egg_recent_view_uimanager_set_list):
8939
8940         Fix buglet in !show_numbers case.
8941
8942 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8943
8944         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8945         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8946
8947         Use pango ellipsisation.
8948
8949         * pdf/ev-poppler.cc:
8950
8951         Fix refcount leak, from nsh.
8952
8953 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8954
8955         * cut-n-paste/recent-files/Makefile.am:
8956         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8957         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8958         
8959         Removed EggRecentViewGtk
8960         
8961         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8962         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8963         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8964         (ev_window_setup_recent):
8965         
8966         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8967         with other projects
8968
8969 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8970
8971         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8972         (egg_recent_view_gtk_finalize):
8973
8974         Fix memory leak
8975
8976         * cut-n-paste/toolbar-editor/Makefile.am:
8977         
8978         Fix location of cursor icon.
8979         
8980         * pdf/ev-poppler.cc:
8981         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8982         (display_completion_text), (match_completion):
8983         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8984         (selection_changed_callback), (create_loading_model),
8985         (print_section_cb), (links_page_num_func),
8986         (update_page_callback_foreach):
8987         * shell/ev-window.c: (ev_window_dispose):
8988         
8989         Small memory fixes. Links model now store objects instead
8990         of pointers to improve memory management. 
8991
8992 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8993
8994         * shell/ev-window.c: (zoom_control_changed_cb):
8995         
8996         Fix update of zoom control (bug 308268).
8997
8998 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8999
9000         * shell/ev-properties.c (set_property): escape the text correctly.
9001         Handles non-UTF-8 properties and escaped properties.  Also, sets
9002         the text to "<i>None</i>" if the property isn't set.
9003
9004         * data/evince-properties.glade: Change the label to be ellipsized,
9005         and give it a minimum size.
9006
9007 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9008
9009         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9010         * shell/ev-sidebar-links.c: (create_loading_model):
9011         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9012         * shell/ev-view.c: (ev_view_set_document):
9013         * shell/ev-window.c: (ev_window_dispose):
9014         
9015         Various small fixes, mostly memory leaks. Thanks to valgrind.
9016
9017 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9018
9019         * ps/ps-document.c: remove the locale.h include again ;-). And
9020         kill the (bogus) setlocale/savelocale business.
9021
9022 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9023
9024         * ps/ps-document.c:
9025         
9026         Include locale.h to fix build
9027         
9028         * shell/ev-sidebar.c:
9029         
9030         Remove unnecessary includes
9031
9032 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9033
9034         * dvi/dvi-document.c: (dvi_document_load):
9035         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9036         * po/POTFILES.in:
9037         
9038         Check for incorrect dvi files. Fix parsing dvi on AMD64
9039         platform. Thanks to tester@tester.ca (Olivier Crete).
9040
9041 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9042
9043         * shell/ev-page-action.c: (match_selected_cb),
9044         (display_completion_text), (match_completion), (update_model):
9045         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9046         (expand_open_links):
9047         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9048         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9049         (ev_sidebar_set_document):
9050         * shell/ev-window.c: (ev_window_xfer_job_cb),
9051         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9052         
9053         Fixed lot's of memory leaks, for example, memory leak on reload, 
9054         described in bug 307793.
9055
9056 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9057
9058         * pdf/ev-poppler.cc:
9059         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9060         (update_visible_range), (adjustment_changed_cb),
9061         (ev_sidebar_thumbnails_fill_model),
9062         (ev_sidebar_thumbnails_refresh),
9063         (ev_sidebar_tree_selection_changed),
9064         (ev_sidebar_icon_selection_changed),
9065         (ev_sidebar_thumbnails_use_icon_view),
9066         (ev_sidebar_thumbnails_set_document):
9067         * shell/ev-sidebar-thumbnails.h:
9068         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9069         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9070
9071         Refresh thumbnails when changing orientation. Not fully
9072         working yet becuase of a sidebar bug.
9073
9074         Set page orientation to poppler page everywhere. This sucks
9075         really need to fix poppler.
9076
9077 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9078
9079         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9080         (egg_recent_view_gtk_new_menu_item),
9081         (egg_recent_view_gtk_set_property),
9082         (egg_recent_view_gtk_get_property),
9083         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9084         (egg_recent_view_gtk_set_tooltip_func),
9085         (egg_recent_view_gtk_set_label_width),
9086         (egg_recent_view_gtk_get_label_width):
9087         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9088
9089         Sync with libegg (ellipsize labels)
9090
9091 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9092
9093         * data/evince-ui.xml:
9094         * shell/ev-window.c: (ev_window_cmd_go_forward),
9095         (ev_window_cmd_go_backward):
9096         
9097         Shift + PageUp moves 10 Pages. Fix for 306125
9098
9099 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9100
9101         * pdf/ev-poppler.cc:
9102
9103         Add a flag to check if orientation has been overriden
9104
9105 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9106
9107         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9108         field if necessary.
9109
9110         * ps/ps.h: add creator field to document.
9111
9112         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9113         set creator field.
9114
9115 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9116
9117         * data/evince-properties.glade:
9118         * shell/ev-properties.c: (ev_properties_set_document):
9119
9120         s/PDF Version/Format
9121
9122 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9123
9124         * shell/ev-properties.c: (ev_properties_set_document):
9125
9126         Remove unnecessary translations
9127
9128 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9129
9130         * cut-n-paste/toolbar-editor/Makefile.am:
9131
9132         Correct library name    
9133
9134 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9135
9136         * configure.ac:
9137         * cut-n-paste/recent-files/egg-recent-model.c:
9138         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9139         (egg_recent_model_unlock_file):
9140         * cut-n-paste/recent-files/egg-recent-util.c:
9141         (egg_recent_util_get_unique_id):
9142         * cut-n-paste/recent-files/update-from-egg.sh:
9143         * cut-n-paste/toolbar-editor/Makefile.am:
9144         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9145         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9146         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9147         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9148         (egg_toolbars_model_get_type):
9149         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9150
9151         Better makefile for toolbar editor and update everything
9152         to latest libegg.
9153
9154 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9155
9156         * shell/ev-window.c: (update_document_mode):
9157
9158         Prefer presentation mode when the document
9159         require fullscreen.
9160
9161 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9162
9163         * data/evince-ui.xml:
9164         * shell/ev-window.c:
9165
9166         Add control-equal for zooming
9167
9168 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9169
9170         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9171
9172 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9173
9174         * backend/ev-document.c: (ev_document_get_orientation):
9175         * backend/ev-document.h:
9176         * pdf/ev-poppler.cc:
9177         * ps/ps-document.c: (ps_document_get_orientation),
9178         (ps_document_set_orientation), (ps_document_document_iface_init):
9179
9180         Add a get_orientation api. Improve set_orientation.
9181
9182         * data/evince-ui.xml:
9183         * shell/ev-view.c: (ev_view_set_orientation),
9184         (ev_view_rotate_right), (ev_view_rotate_left):
9185         * shell/ev-view.h:
9186         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9187         (ev_window_cmd_edit_rotate_right):
9188
9189         Better ui for changing document orientation
9190
9191 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9192
9193         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9194         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9195         * shell/ev-sidebar-links.h:
9196         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9197         (ev_sidebar_page_iface_init):
9198         * shell/ev-sidebar-page.h:
9199         * shell/ev-sidebar-thumbnails.c:
9200         (ev_sidebar_thumbnails_get_property),
9201         (ev_sidebar_thumbnails_class_init),
9202         (ev_sidebar_thumbnails_set_document):
9203         * shell/ev-sidebar-thumbnails.h:
9204         * shell/ev-view.c: (ev_view_motion_notify_event):
9205         * shell/ev-window.c: (update_chrome_visibility),
9206         (ev_window_cmd_focus_page_selector),
9207         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9208         (sidebar_page_main_widget_update_cb), (ev_window_init):
9209         
9210         Autoraise toolbar on GoToPage binding and fix bindings in
9211         EvSidebarThumbnails page.
9212
9213 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9214
9215         * shell/ev-properties.c: (update_progress_label):
9216
9217         Hide the progress label when finished; bug #307697.
9218
9219 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9220
9221         * pdf/ev-poppler.cc:
9222
9223         Enable is_open for links, you will need poppler cvs
9224
9225         * shell/ev-properties.c: (job_fonts_finished_cb):
9226
9227         Get a lock on the document when filling the tree view
9228
9229 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9230
9231         * backend/ev-document-links.h:
9232         * pdf/ev-poppler.cc:
9233         * shell/ev-sidebar-links.c: (create_loading_model),
9234         (expand_open_links), (job_finished_callback):
9235
9236         Expand links when specified by the document.
9237         Depend on a poppler api (defined out for now)
9238
9239 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9240
9241         * shell/ev-properties.c: (ev_properties_dispose),
9242         (ev_properties_class_init), (dialog_destroy_cb),
9243         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9244         (ev_properties_set_document), (ev_properties_new),
9245         (ev_properties_show):
9246         * shell/ev-properties.h:
9247
9248         Make it an object, cleanup the code, api to show it as transient
9249         and to set the document.
9250
9251         * shell/ev-window.c: (ev_window_setup_document),
9252         (ev_window_cmd_file_properties):
9253
9254         Adapt to EvProperties changes, do not show multiple
9255         times, update it when document changes.
9256
9257 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9258
9259         * ps/gstypes.h:
9260         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9261         (ps_document_set_orientation), (ps_document_document_iface_init):
9262         * ps/ps-document.h:
9263
9264         Implement orientation here too
9265
9266         * shell/ev-properties.c: (ev_properties_new):
9267         * data/evince-properties.glade:
9268
9269         Hide the fonts page for backends that doesnt
9270         support it.     
9271
9272 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9273
9274         * backend/ev-document.c: (ev_document_set_orientation):
9275         * backend/ev-document.h:
9276         * pdf/ev-poppler.cc:
9277
9278         Add orientation api. Currently poppler api is not optimal,
9279         we need to set orientation every time we _get a page.
9280         I will try to fix that at some point.
9281
9282         * data/evince-ui.xml:
9283         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9284         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9285
9286         Add orientation menu items
9287
9288         * shell/ev-page-cache.c: (ev_page_cache_clear):
9289         * shell/ev-page-cache.h:
9290
9291         Add api to clear the cache
9292
9293         * shell/ev-view.c: (setup_caches), (clear_caches),
9294         (ev_view_set_document), (ev_view_zoom_out),
9295         (ev_view_set_orientation):
9296         * shell/ev-view.h:
9297
9298         Implement orientation changing
9299
9300 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9301
9302         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9303         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9304         * backend/ev-document-fonts.h:
9305
9306         Separate scan and fill so that we can incrementally fill from
9307         the main thread. Add a progress api.
9308
9309         * data/evince-properties.glade:
9310         * pdf/ev-poppler.cc:
9311         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9312         * shell/ev-jobs.h:
9313         * shell/ev-properties.c: (update_progress_label),
9314         (job_fonts_finished_cb), (setup_fonts_view):
9315
9316         Incrementally feel the list and show the progress
9317         percentage in a label like acrobat does.
9318
9319         You are going to need poppler cvs
9320
9321 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9322
9323         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9324         * backend/ev-document-fonts.h:
9325         * pdf/ev-poppler.cc:
9326
9327         Make fonts model fill incrementally.
9328
9329         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9330         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9331         (ev_job_queue_remove_job):
9332         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9333         (ev_job_fonts_new), (ev_job_fonts_run):
9334         * shell/ev-jobs.h:
9335
9336         New job for fonts scanning
9337
9338         * shell/ev-properties.c: (job_fonts_finished_cb),
9339         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9340         * shell/ev-properties.h:
9341         * shell/ev-window.c: (ev_window_cmd_file_properties):
9342
9343         Incrementally feel the treeview using the new job. Show Loading...
9344         message until scanning is completed.
9345
9346         Hopefully I didnt break the build without the poppler patch.
9347
9348 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9349
9350         * shell/ev-application.c: (ev_application_open):
9351         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9352         (ev_document_type_get_type), (ev_document_type_lookup):
9353         * shell/ev-document-types.h:
9354         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9355         * shell/ev-job-xfer.h:
9356         * shell/ev-window.c: (ev_window_clear_local_uri),
9357         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9358         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9359         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9360         
9361         Transfer remote documents to tmp directory to display them later.
9362
9363 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9364
9365         * backend/ev-document-info.h:
9366         * shell/ev-properties.c: (ev_properties_new):
9367
9368         s/GTime*/GTime. Not sure why we was using a pointer
9369         at all there!
9370
9371 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9372
9373         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9374         situations.  That situation is that you're using GTK+-HEAD with
9375         the patch at #306726 is applied, and you have a document with <
9376         1500 pages in it.  It's not quite as uniformly nice as the
9377         TreeView, but should be better in the long run.
9378
9379         I'm pretty sure I guarded against breaking compilation with
9380         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9381         I missed some.
9382
9383         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9384         widget yet, so I commented that code out
9385         enable_view_actions_for_widget() for now.  Need to figure this
9386         out.
9387
9388         * shell/ev-page-action.c (match_selected_cb): emit the right
9389         signals.  Our cool C-l completion now works.
9390
9391 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9392
9393         * backend/Makefile.am:
9394         * backend/ev-document-fonts.c:
9395         * backend/ev-document-links.c:
9396         * backend/ev-document.c: (ev_document_load):
9397         * backend/ev-document.h:
9398         * backend/ev-job-queue.c:
9399         * backend/ev-job-queue.h:
9400         * backend/ev-jobs.c:
9401         * backend/ev-jobs.h:
9402         * backend/ev-page-cache.c:
9403         * backend/ev-page-cache.h:
9404
9405         EvPageCache and EvJobs are moved to shell.
9406
9407         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9408         (ev_tmp_filename):
9409         * lib/ev-file-helpers.h:
9410         
9411         New helper to work with temporary files
9412         
9413         * shell/Makefile.am:
9414         * shell/ev-application.c: (ev_application_open):
9415         * shell/ev-application.h:
9416         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9417         (remove_job_from_async_queue), (add_job_to_async_queue),
9418         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9419         (handle_job), (search_for_jobs_unlocked),
9420         (no_jobs_available_unlocked), (ev_render_thread),
9421         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9422         (ev_job_queue_add_job), (move_job_async), (move_job),
9423         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9424         * shell/ev-job-queue.h:
9425         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9426         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9427         * shell/ev-job-xfer.h:
9428         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9429         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9430         (ev_job_links_class_init), (ev_job_render_init),
9431         (ev_job_render_dispose), (ev_job_render_class_init),
9432         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9433         (ev_job_thumbnail_class_init), (ev_job_load_init),
9434         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9435         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9436         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9437         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9438         * shell/ev-jobs.h:
9439         * shell/ev-page-action.c: (ev_page_action_set_document):
9440         * shell/ev-page-cache.c: (ev_page_cache_init),
9441         (ev_page_cache_class_init), (ev_page_cache_finalize),
9442         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9443         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9444         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9445         (ev_page_cache_get_title), (ev_page_cache_get_size),
9446         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9447         (ev_page_cache_get_height_to_page),
9448         (ev_page_cache_get_max_label_chars),
9449         (ev_page_cache_get_page_label),
9450         (ev_page_cache_has_nonnumeric_page_labels),
9451         (ev_page_cache_get_info), (ev_page_cache_next_page),
9452         (ev_page_cache_prev_page), (ev_page_cache_get):
9453         * shell/ev-page-cache.h:
9454         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9455         (ev_pixbuf_cache_clear_job_sizes),
9456         (ev_pixbuf_cache_add_jobs_if_needed),
9457         (ev_pixbuf_cache_set_page_range):
9458         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9459         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9460         * shell/ev-sidebar-thumbnails.c:
9461         (ev_sidebar_tree_selection_changed),
9462         (ev_sidebar_thumbnails_set_document):
9463         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9464         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9465         (ev_statusbar_get_context_id), (ev_statusbar_push),
9466         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9467         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9468         (ev_statusbar_set_progress):
9469         * shell/ev-statusbar.h:
9470         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9471         (ev_view_find_previous):
9472         * shell/ev-window.c: (ev_window_is_empty),
9473         (ev_window_setup_document), (password_dialog_response),
9474         (ev_window_clear_jobs), (ev_window_load_job_cb),
9475         (ev_window_xfer_job_cb), (ev_window_open_uri),
9476         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9477         (ev_window_print), (ev_window_print_range),
9478         (ev_window_state_event), (ev_window_cmd_view_reload),
9479         (menu_item_select_cb), (menu_item_deselect_cb),
9480         (view_status_changed_cb), (ev_window_dispose),
9481         (drag_data_received_cb), (ev_window_init):
9482         * shell/ev-window.h:
9483         * shell/main.c: (load_files):
9484         
9485         New statusbar to show progress on idle. Two new jobs - 
9486         xfer job and load job to load document in background. And update
9487         of page_cache clients to new location of code.
9488
9489 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9490
9491         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9492         selection in open dialog. It also remembers the last visited directory 
9493         in the current session.
9494
9495 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9496
9497         * shell/ev-properties.c: (ev_properties_new):
9498         * shell/ev-properties.h:
9499         * shell/ev-window.c: (ev_window_cmd_file_properties):
9500         
9501         Get document info from page cache instead of document itself.
9502         This should fix crash related to race conditions described in
9503         bug 306545.
9504
9505 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9506
9507         * ps/ps-document.c: (ps_document_init),
9508         (send_ps), (get_page_box), (output), (catchPipe), (input),
9509         (stop_interpreter), (file_length), (file_readable),
9510         (check_filecompressedb), (ps_document_enable_interpreter),
9511         (document_load), (ps_async_renderer_render_pixbuf):
9512         * ps/ps-document.h:
9513
9514         Big cleanup of the ps code
9515
9516 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9517
9518         * backend/Makefile.am:
9519         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9520         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9521         * backend/ev-async-renderer.h:
9522
9523         Add an async renderer interface (method + callback) which
9524         is useful for backends like ps.
9525
9526         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9527         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9528         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9529         (ev_job_queue_add_job), (move_job_async), (move_job),
9530         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9531
9532         Add queues for async renderer, these are executed on the
9533         main thread.
9534
9535         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9536         (ev_job_render_run):
9537         * backend/ev-jobs.h:
9538
9539         If the backend support async renderer interface use it.
9540
9541         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9542         (setup_pixmap), (ps_document_get_type),
9543         (ps_async_renderer_render_pixbuf),
9544         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9545
9546         Implement async renderer interface.
9547
9548 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9549
9550         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9551
9552         Cleanup links job on exit.
9553
9554 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9555
9556         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9557         (drag_data_get_cb), (drag_data_received_cb):
9558         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9559         (drag_data_get_cb), (parse_item_list),
9560         (egg_toolbar_editor_load_actions):
9561         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9562         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9563         (parse_item_list), (parse_toolbars):
9564         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9565         (dvi_pixbuf_put_pixel):
9566         
9567         Fix gcc 4.0 warnings
9568
9569 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9570
9571         * ps/ps-document.c: (start_interpreter):
9572
9573         Fix warning when loading ps
9574
9575 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9576
9577         * ps/ps-document.c: (output):
9578
9579         Fix crash when priting gs error messages.
9580
9581 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9582
9583         * backend/ev-page-cache.c: (_ev_page_cache_new):
9584         * backend/ev-page-cache.h:
9585
9586         Use a const to return title so that we dont double
9587         free it. Small cleanup and fix a leak.
9588
9589         * shell/ev-window.c: (update_window_title):
9590
9591         strdup value from get_title.
9592
9593 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9594
9595         * shell/ev-sidebar-links.c: (job_finished_callback),
9596         (ev_sidebar_links_set_document):
9597
9598         Cleanup the old job when changing document
9599
9600 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9601
9602         * shell/ev-stock-icons.c:
9603         * shell/ev-stock-icons.h:
9604         * shell/ev-window.c:
9605         
9606         Add stock icons for actions that can appear in toolbar. Fix for
9607         bug 306566.
9608
9609 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9610
9611         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9612         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9613         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9614         * backend/ev-page-cache.h:
9615         * shell/ev-view.c: (scroll_to_current_page),
9616         (view_update_range_and_current_page), (get_page_y_offset),
9617         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9618         (ev_view_size_request_continuous),
9619         (ev_view_zoom_for_size_continuous_and_dual_page),
9620         (ev_view_zoom_for_size_continuous):
9621         
9622         More compact EvView layout in document with pages of different size.
9623
9624 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9625
9626         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9627         compilation.
9628
9629 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9630
9631         * shell/ev-view.c: (view_set_adjustment_values):
9632         * shell/ev-window.c: (ev_window_cmd_file_properties):
9633         
9634         A bit different fix for rounding problem but it has no
9635         problems on startup. Make properties window transient to parent.
9636
9637 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9638
9639         * pdf/ev-poppler.cc:
9640         
9641         More commenting of font stuff.
9642
9643 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9644
9645         * pdf/ev-poppler.cc:
9646
9647         Comment out some more fonts stuff. Should really
9648         work without the poppler patch now.
9649
9650 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9651
9652         * pdf/ev-poppler.cc:
9653
9654         Adapt to api change
9655
9656 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9657
9658         * data/evince-properties.glade:
9659         * pdf/ev-poppler.cc:
9660         * shell/ev-properties.c: (setup_fonts_view):
9661
9662         Set the column title. Show the dialog only
9663         once everything is setup.
9664         Getting font info can be very slow... will
9665         prolly need to make this threaded too.
9666
9667 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9668
9669         * backend/Makefile.am:
9670         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9671         (ev_document_fonts_get_fonts_model):
9672         * backend/ev-document-fonts.h:
9673         * data/evince-properties.glade:
9674         * pdf/ev-poppler.cc:
9675         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9676         * shell/ev-properties.h:
9677         * shell/ev-window.c: (ev_window_cmd_file_properties):
9678
9679         Implement fonts list. Defined out for now, since it depends
9680         on a not yet committed poppler patch.
9681
9682 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9683
9684         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9685         page + 1.
9686
9687         * shell/ev-window.c: Make sure we add the timeout when we get a
9688         focus-in event.
9689
9690         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9691         adjustment->value before calculating the zoom factor to average
9692         out all of our rounding errors.  The page no longer 'drifts' when
9693         resizing.
9694
9695 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9696
9697         * data/evince-properties.glade:
9698         * shell/ev-properties.c: (ev_properties_format_date),
9699         (set_property):
9700         
9701         Labels don't expand when the dialogue is resized.
9702         strftime result needs to be converted to UTF-8. Thanks
9703         to Christian Persch <chpe@gnome.org>.
9704
9705 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9706
9707         * data/evince-properties.glade:
9708
9709         Hide the fonts tab
9710
9711 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9712
9713         * backend/ev-document-info.h:
9714         * backend/ev-document.c: (ev_document_info_free):
9715         * data/evince-properties.glade:
9716         * pdf/ev-poppler.cc:
9717         * ps/ps-document.c: (ps_document_get_info):
9718         * shell/ev-properties.c: (ev_properties_format_date),
9719         (set_property), (ev_properties_new):
9720         * shell/ev-properties.h:
9721         * shell/ev-window.c: (ev_window_cmd_file_properties):
9722
9723         Rework properties code to take only EvPropertyInfo
9724         in the constructor so that it can be useful for
9725         nautilus plugin too.
9726
9727         Deal with backends that doesnt support some properties.
9728         Make set property code generic.
9729
9730 2005-06-04  Christian Persch <chpe@gnome.org>
9731
9732         * data/evince-properties.glade:
9733
9734         fix spacings, make resizeable, and make data labels
9735         selectable + ellipsised
9736
9737 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9738
9739         * backend/ev-document-info.h:
9740         * data/Makefile.am:
9741         * data/evince-ui.xml:
9742         * pdf/ev-poppler.cc:
9743         * shell/Makefile.am:
9744         * shell/ev-window.c: (update_action_sensitivity),
9745         (ev_window_cmd_file_properties):
9746
9747         Initial go at file properties. Patch by
9748         Emil Soleyman-Zomalan <emil@soleyman.com>.
9749         Needs love see #169583
9750
9751 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9752
9753         * ps/ps-document.c: (output):
9754         * ps/ps.c: (psscan):
9755
9756         Try to render even if psscan fails.
9757
9758 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9759
9760         * ps/ps.c: (psscan), (pscopydoc):
9761
9762         Port buffered reading code from gv
9763
9764 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9765
9766         * ps/ps-document.c: (interpreter_message), (output):
9767
9768         Do not fail on interpreter messages
9769
9770 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9771
9772         * backend/ev-document-misc.c:
9773         (ev_document_misc_get_thumbnail_frame):
9774
9775         Pages can be 0 x 0, dont assert on this case
9776
9777 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9778
9779         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9780         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9781
9782         Correctly manage our reference on document. Finally the reload
9783         huge leak is gone...
9784
9785 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9786
9787         * ps/ps-document.c: (ps_document_dispose):
9788
9789         Forgot to chain it to the parent. Thanks chpe.
9790
9791 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9792
9793         * ps/ps-document.c: (ps_document_dispose),
9794         (ps_document_class_init), (stop_interpreter), (document_load):
9795
9796         Cleanup dispose a bit. Dont leak the whole pixmap.
9797
9798 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9799
9800         * pdf/ev-poppler.cc:
9801
9802         Release the poppler document on dispose
9803
9804 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9805
9806         * shell/ev-view.c: (ev_view_set_document):
9807
9808         Release ref on the pixbuf cache when changing
9809         document.
9810
9811 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9812
9813         * ps/ps-document.c: (ps_document_get_info):
9814
9815         Fix a double free
9816
9817 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9818
9819         * backend/ev-page-cache.c: (ev_page_cache_init),
9820         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9821         * backend/ev-page-cache.h:
9822         * shell/ev-page-action.c: (page_changed_cb):
9823         
9824         Set page action entry width depending on labels width. Fix
9825         for bug 305202.
9826
9827 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9828
9829         * backend/ev-link.c: (ev_link_class_init):
9830
9831         Allow -1 as page value (error)
9832
9833 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9834
9835         * shell/ev-sidebar-thumbnails.c:
9836         (ev_sidebar_thumbnails_set_document):
9837         * shell/ev-view.c: (scroll_to_current_page),
9838         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9839         (page_changed_cb), (on_adjustment_value_changed),
9840         (ev_view_set_document):
9841
9842         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9843         Fix bug 305377
9844
9845 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9846
9847         * configure.ac:
9848         * djvu/djvu-document.c: (djvu_document_get_page_size):
9849
9850         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9851         bug 301993.
9852
9853 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9854
9855         * shell/ev-view.c (draw_one_page): modify the expose handling to
9856         get the shadows.
9857
9858         * shell/ev-window.c (update_action_sensitivity): Respect
9859         permissions field.  Kowtow to the man.
9860
9861         * pdf/ev-poppler.cc: Get the permissions field.
9862
9863         * tiff/*c: Make a tiny bit more robust.
9864
9865 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9866
9867         * djvu/djvu-document.c:
9868         
9869         Pop messages from djvu context message queue.
9870
9871 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9872
9873         * configure.ac, Makefile.am, shell/Makefile.am:
9874         * tiff/Makefile.am, shell/ev-document-types.c:
9875         
9876         Cleanup tiff configure checks. Fix for bug 305218.
9877
9878 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9879
9880         * configure.ac: Added "uk" to ALL_LINGUAS.
9881
9882 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9883
9884         * cut-n-paste/zoom-control/ephy-zoom.c:
9885         (ephy_zoom_get_changed_zoom_level):
9886         * cut-n-paste/zoom-control/ephy-zoom.h:
9887         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9888         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9889         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9890         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9891         (zoom_control_changed_cb), (ev_window_init):
9892         
9893         Fix minor points related to moving best fit up. Introduce
9894         "zoom" property and make zoom control change it's value on
9895         notify::zoom signals. Fix for 305080.
9896
9897 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9898
9899         * data/evince-ui.xml:
9900         * shell/ev-window.c: (set_view_actions_sensitivity):
9901         
9902         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9903
9904 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9905
9906         * configure.ac:
9907
9908         Depends on poppler 0.3.2
9909
9910 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9911
9912         * cut-n-paste/recent-files/egg-recent-item.c:
9913         (egg_recent_item_get_short_name):
9914         * cut-n-paste/toolbar-editor/Makefile.am:
9915         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9916         (new_pixbuf_from_widget):
9917         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9918         * cut-n-paste/toolbar-editor/egg-marshal.c:
9919         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9920         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9921
9922         Sync
9923
9924 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9925
9926         * tiff/tiff-document.c: Rough TIFF backend.
9927
9928 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9929
9930         * NEWS:
9931         * configure.ac:
9932         * cut-n-paste/toolbar-editor/Makefile.am:
9933
9934         Release 0.3.1
9935
9936 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9937
9938         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9939         (ev_view_find_next), (ev_view_find_previous):
9940
9941         Remove the locks around get_n_results   
9942
9943 2005-05-21  Juerg Billeter  <j@bitron.ch>
9944
9945         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9946
9947         Pass correct number of pages to poppler.
9948
9949 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9950
9951         * configure.ac:
9952         * data/Makefile.am:
9953         * data/evince.desktop.in: 
9954         * data/evince.desktop.in.in:
9955         * po/POTFILES.in:
9956         
9957         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9958
9959 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9960
9961         * shell/ev-view.c: (view_update_adjustments),
9962         (view_set_adjustment_values): cast adjustmen->value to (int)
9963         before using it.  Otherwise, we get off by a pixel in some
9964         situations.
9965
9966         (draw_one_page): Draw the border on expose.
9967
9968 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9969
9970         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9971         adjustment when the mode changes, #304923
9972
9973 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9974
9975         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9976         flickering on resize but still use gdk_window_scroll on
9977         scrolling
9978
9979 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9980
9981         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9982         option, #170458
9983
9984 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9985
9986         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9987         second page on page_changed if possible, #304669
9988
9989 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9990
9991         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9992         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9993
9994 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9995
9996         * .cvsignore:
9997         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9998         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9999         (ev_view_zoom_for_size_presentation),
10000         (ev_view_zoom_for_size_continuous_and_dual_page),
10001         (ev_view_zoom_for_size_continuous),
10002         (ev_view_zoom_for_size_dual_page),
10003         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10004         * shell/ev-view.h:
10005         * shell/ev-window.c: (update_view_size),
10006         (ev_window_sizing_mode_changed_cb):
10007
10008         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10009         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10010         an infinite loop, #304769
10011
10012
10013 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10014
10015         * data/evince-ui.xml:
10016         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10017         * shell/ev-window.c: (set_view_actions_sensitivity):
10018
10019         Make PgUp/Down behave like Space
10020
10021 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10022
10023         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10024         * backend/ev-ps-exporter.h:
10025         * pdf/ev-poppler.cc:
10026         * ps/ps-document.c: (ps_document_ps_export_begin):
10027         * shell/ev-print-job.c: (idle_print_handler):
10028
10029         Adapt to new poppler api
10030
10031 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10032
10033         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10034         (ephy_zoom_control_init):
10035
10036         Translate zoom levels
10037
10038 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10039
10040         * cut-n-paste/zoom-control/ephy-zoom.c:
10041         (ephy_zoom_get_zoom_level_index):
10042
10043         Fix current zoom -> zoom control match
10044
10045 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10046
10047         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10048         rather than the scrolled_window that it's in. Fixes bug #304655.
10049
10050 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10051
10052         * shell/ev-view.c: (view_update_adjustments),
10053         (view_set_adjustment_values), (view_update_range_and_current_page),
10054         (view_scroll_to_page), (set_scroll_adjustment),
10055         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10056         (ev_view_scroll), (ev_view_scroll_view),
10057         (ensure_rectangle_is_visible), (find_page_at_location),
10058         (get_link_at_location), (go_to_link), (status_message_from_link),
10059         (ev_view_size_request_continuous_dual_page),
10060         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10061         (ev_view_unrealize), (ev_view_expose_event),
10062         (ev_view_button_press_event), (ev_view_motion_notify_event),
10063         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10064         (draw_rubberband), (highlight_find_results), (draw_one_page),
10065         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10066         (ev_view_init), (find_changed_cb), (page_changed_cb),
10067         (on_adjustment_value_changed), (ev_view_new),
10068         (ev_view_set_document), (ev_view_set_zoom),
10069         (ev_view_set_continuous), (ev_view_set_dual_page),
10070         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10071         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10072         (ev_view_zoom_for_size_presentation),
10073         (ev_view_zoom_for_size_continuous_dual_page),
10074         (ev_view_zoom_for_size_continuous),
10075         (ev_view_zoom_for_size_dual_page),
10076         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10077         (ev_view_get_status), (ev_view_set_status),
10078         (update_find_status_message), (ev_view_get_find_status),
10079         (ev_view_set_find_status), (jump_to_find_result),
10080         (jump_to_find_page), (compute_selections), (clear_selection),
10081         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10082         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10083         (ev_view_update_primary_selection),
10084         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10085         * shell/ev-view.h:
10086         * shell/ev-window.c: (ev_window_open_page_label),
10087         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10088         (ev_window_init):
10089         * shell/ev-window.h:
10090         * shell/main.c: (load_files):
10091
10092         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10093         when resizing.  Remove the bin_window().  Also, patch from James
10094         Bowes to fix command line page, #300641
10095         
10096 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10097
10098         * data/evince-ui.xml:
10099         * shell/ev-view.c:
10100         * shell/ev-view.h:
10101         * shell/ev-window.c: (update_action_sensitivity):
10102
10103         Get rid of View->Normal Size, it's just confusing
10104
10105 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10106
10107         * backend/ev-document-info.h:
10108         * backend/ev-document.c: (ev_document_info_free): Free the
10109         EvDocumentInfo.
10110
10111         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10112         (clear_range), (add_range), (update_visible_range),
10113         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10114         (ev_sidebar_thumbnails_set_document):
10115         * shell/ev-window.c: (ev_window_setup_document): Only render the
10116         visible thumbnails.  It takes an instant to render, but it uses
10117         much less memory.
10118
10119 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10120
10121         * shell/ev-sidebar-links.c: (popup_menu_cb):
10122
10123         Select first item
10124
10125 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10126
10127         * lib/Makefile.am:
10128         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10129         (button_press_cb), (ev_sidebar_links_construct):
10130
10131         Show the popup menu also on keybindings
10132
10133 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10134
10135         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10136         * shell/ev-window.h:
10137
10138         Expose api to print a range (with dialog). Make private _print use
10139         it.
10140
10141         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10142         (ev_sidebar_links_construct):
10143
10144         Show a print context menu on linkx, it prints the selected
10145         section.
10146
10147 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10148
10149         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10150         button.
10151
10152 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10153
10154         * AUTHORS:
10155
10156         Update
10157
10158         * shell/ev-window.c: (build_comments_string),
10159         (ev_window_cmd_help_about):
10160
10161         Show poppler version/backend and authors
10162
10163 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10164
10165         * cut-n-paste/zoom-control/ephy-zoom.c:
10166         (ephy_zoom_get_zoom_level_index):
10167         * cut-n-paste/zoom-control/ephy-zoom.h:
10168
10169         Move the best fit items at the top of the list
10170
10171 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10172
10173         * shell/ev-marshal.list:
10174         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10175         (activate_cb), (match_selected_cb), (activate_link_cb),
10176         (connect_proxy), (ev_page_action_class_init):
10177         * shell/ev-page-action.h:
10178
10179         Use signals to notify action activation. Hopefully
10180         I did not break completion since I cant test...
10181
10182         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10183         (register_custom_actions):
10184
10185         Connect to page selector actions and also grab focus on
10186         the view when activated.
10187
10188 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10189
10190         * pdf/ev-poppler.cc:
10191         * backend/ev-page-cache.c: make page size calculation consistent
10192         and set it to (int)( width * scale + 0.5).  This makes the weird
10193         line going through the middle of the page go away.
10194
10195         * shell/ev-view.c: move painting the background page after
10196         checking the expose area covers us.
10197
10198 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10199
10200         * data/evince-password.glade:
10201         
10202         Mark labels as not translatable. Fix for bug 302842.
10203
10204 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10205
10206         * configure.ac: Added "es" to ALL_LINGUAS.
10207
10208 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10209
10210         * data/evince-toolbar.xml:
10211         * shell/ev-window.c: (update_action_sensitivity),
10212         (ev_window_setup_document), (ev_window_set_page_mode),
10213         (ev_window_init):
10214
10215         Remove some leftover code from jrb first continous
10216         attempt. Use the new actions, we still need good icons
10217         though...
10218
10219 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10220
10221         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10222
10223         Update label when connecting proxy. Fix a warning with NULL
10224         page_cache.
10225
10226 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10227
10228         * data/evince-ui.xml:
10229         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10230         * shell/ev-page-action.h:
10231         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10232
10233         Add mnemonic for edit toolbar.
10234         ctrl+l focus the page entry.
10235
10236 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10237
10238         * lib/Makefile.am:
10239         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10240         (ev_window_init):
10241         * shell/main.c: (main):
10242
10243         Put the toolbar xml in evince own dot dir
10244
10245 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10246
10247         * shell/ev-window.c: (ev_window_init):
10248
10249         Make the toolbar not removable
10250
10251 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10252
10253         * data/evince-ui.xml:
10254         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10255         * shell/ev-sidebar-links.h:
10256         * shell/ev-sidebar-thumbnails.c:
10257         (ev_sidebar_thumbnails_get_treeview):
10258         * shell/ev-sidebar-thumbnails.h:
10259         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10260         (ev_view_class_init):
10261         * shell/ev-view.h:
10262         * shell/ev-window.c: (update_action_sensitivity),
10263         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10264         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10265         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10266         (ev_window_init):
10267
10268         This is evil... Make space/backspace global accelerators but
10269         enable them only for some widgets (sidebars and view).
10270         I dont like it, but I dont know a better way... :/
10271
10272 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10273
10274         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10275         (ev_page_action_widget_finalize),
10276         (ev_page_action_widget_class_init), (update_page_cache):
10277
10278         Keep a weak reference on proxy->page_cache so that we
10279         dont try to disconnect the signal if the object is already
10280         gone. Maybe there is a better way to cleanup reference handling
10281         in page action though...
10282
10283 2005-05-10  Juerg Billeter  <j@bitron.ch>
10284
10285         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10286         * backend/ev-ps-exporter.h:
10287         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10288         * ps/ps-document.c: (ps_document_ps_export_begin):
10289         
10290         Change api to pass print range to ps_exporter_begin. The pdf backend
10291         requires this information.
10292         
10293         * shell/ev-print-job.c: (idle_print_handler):
10294         
10295         Adapt to api change
10296
10297 2005-05-10  Juerg Billeter  <j@bitron.ch>
10298
10299         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10300         (idle_print_handler)
10301         * shell/ev-window.c: (ev_window_print):
10302
10303         Support printing page range, based on patch by Amaury Jacquot
10304
10305 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10306
10307         * data/evince-toolbar.xml:
10308
10309         Add zoom control to available items
10310
10311 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10312
10313         * shell/ev-window.c: (update_action_sensitivity):
10314
10315         Set slash action insensitive when appropriate
10316
10317 2005-05-10  Christian Persch <chpe@gnome.org>
10318
10319         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10320
10321         Fix warning on the overflow menu
10322
10323 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10324
10325         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10326
10327         Check for uri correctness/existence
10328
10329 2005-05-09  Juerg Billeter  <j@bitron.ch>
10330
10331         * shell/ev-window.c: (using_postscript_printer):
10332
10333         LPD printers use postscript, too
10334
10335 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10336
10337         * shell/ev-window.c: (register_custom_actions):
10338
10339         The zoom one is actually sort of useful,
10340         put it back
10341
10342 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10343
10344         * shell/ev-window.c: (register_custom_actions):
10345
10346         Hide page/zoom controls from overflow, they
10347         are useless.
10348
10349 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10350
10351         * cut-n-paste/update-from-egg.sh:
10352         
10353         Share it between all cut-n-paste subdirs
10354
10355         * cut-n-paste/recent-files/Makefile.am:
10356
10357         Fix to use "global" update-from-egg.sh
10358
10359         * cut-n-paste/recent-files/egg-recent-model.c:
10360         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10361         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10362         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10363         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10364
10365         Update from libegg
10366
10367         * cut-n-paste/toolbar-editor/Makefile.am:
10368
10369         Fix to use "global" update-from-egg.sh
10370
10371         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10372
10373         Update from libegg
10374
10375 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10376
10377         * configure.ac:
10378         * cut-n-paste/Makefile.am:
10379         * cut-n-paste/recent-files/Makefile.am:
10380         * cut-n-paste/toolbar-editor/.cvsignore:
10381         * cut-n-paste/toolbar-editor/Makefile.am:
10382         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10383         (egg_editable_toolbar_get_type), (get_toolbar_position),
10384         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10385         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10386         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10387         (set_item_drag_source), (create_item_from_action), (create_item),
10388         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10389         (popup_toolbar_context_menu_cb), (free_dragged_item),
10390         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10391         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10392         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10393         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10394         (item_added_cb), (item_removed_cb),
10395         (egg_editable_toolbar_construct),
10396         (egg_editable_toolbar_disconnect_model),
10397         (egg_editable_toolbar_deconstruct),
10398         (egg_editable_toolbar_set_model),
10399         (egg_editable_toolbar_set_ui_manager),
10400         (egg_editable_toolbar_set_property),
10401         (egg_editable_toolbar_get_property),
10402         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10403         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10404         (egg_editable_toolbar_new_with_model),
10405         (egg_editable_toolbar_get_edit_mode),
10406         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10407         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10408         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10409         (new_pixbuf_from_widget), (new_separator_pixbuf),
10410         (update_separator_image), (style_set_cb),
10411         (_egg_editable_toolbar_new_separator_image),
10412         (egg_editable_toolbar_get_model):
10413         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10414         * cut-n-paste/toolbar-editor/egg-marshal.c:
10415         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10416         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10417         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10418         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10419         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10420         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10421         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10422         (editor_drag_data_delete_cb), (drag_data_get_cb),
10423         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10424         (editor_create_item), (update_editor_sheet), (setup_editor),
10425         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10426         (parse_item_list), (model_has_action), (update_actions_list),
10427         (egg_toolbar_editor_load_actions):
10428         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10429         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10430         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10431         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10432         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10433         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10434         (egg_toolbars_model_add_separator), (impl_add_item),
10435         (parse_item_list), (egg_toolbars_model_add_toolbar),
10436         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10437         (impl_get_item_data), (impl_get_item_type),
10438         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10439         (egg_toolbars_model_init), (free_toolbar),
10440         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10441         (egg_toolbars_model_remove_toolbar),
10442         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10443         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10444         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10445         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10446         (egg_toolbars_model_get_item_data),
10447         (egg_toolbars_model_get_item_type):
10448         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10449         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10450         * data/Makefile.am:
10451         * data/evince-toolbar.xml:
10452         * data/evince-ui.xml:
10453         * data/hand-open.png:
10454         * po/POTFILES.in:
10455         * shell/Makefile.am:
10456         * shell/ev-window.c: (update_chrome_visibility),
10457         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10458         (ev_window_dispose), (ev_window_init):
10459
10460         Implement epiphany like toolbar editor. Based on patch by
10461         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10462
10463 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10464
10465         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10466
10467         Use set_cursor instead of set_selection, so that
10468         the keyboard focus moves too.
10469
10470 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10471
10472         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10473
10474         Fix infinite loop when loading Type1 fonts
10475
10476 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10477
10478         * data/evince-ui.xml:
10479         * shell/ev-window.c:
10480
10481         Slash -> Find
10482
10483 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10484
10485         * configure.ac:
10486
10487         Make --disable really disable
10488
10489 2005-05-07  Juerg Billeter  <j@bitron.ch>
10490
10491         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10492
10493         Compare page labels even without has_labels set, fixes setting page
10494         with entry
10495
10496 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10497
10498         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10499         (ev_view_set_cursor), (ev_view_button_press_event),
10500         (ev_view_motion_notify_event), (ev_view_button_release_event),
10501         (ev_view_init):
10502
10503         Implement middle button scrolling. Based on a patch
10504         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10505
10506 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10507
10508         * shell/ev-document-types.c: (get_slow_mime_type),
10509         (get_document_type_from_mime), (ev_document_type_lookup):
10510         * shell/ev-document-types.h:
10511
10512         Change api to lookup from uri. Do fast lookup first, if the
10513         type is unknown try with data sniffing.
10514
10515         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10516         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10517
10518         Adapt to api change
10519
10520 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10521
10522         * thumbnailer/Makefile.am:
10523
10524         Fix distcheck
10525
10526 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10527
10528         * NEWS:
10529         * configure.ac:
10530
10531         Release 0.3.0
10532
10533         * data/evince-ui.xml:
10534
10535         Hide presentation mode for now
10536
10537         * shell/ev-view.c: (highlight_find_results):
10538
10539         Show current find selection only on current page
10540
10541 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10542
10543         * shell/ev-view.c: (ev_view_select_all):
10544
10545         Compute size of the actual page, not of
10546         the current one.
10547
10548 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10549
10550         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10551         (view_rect_to_doc_rect), (compute_selections),
10552         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10553         (ev_view_copy), (ev_view_primary_get_cb),
10554         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10555         (ev_view_button_press_event), (ev_view_motion_notify_event),
10556         (ev_view_button_release_event), (page_changed_cb):
10557
10558         Fix text selection
10559
10560 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10561
10562         * shell/ev-view.c: (compute_border), (get_page_extents),
10563         (doc_rect_to_view_rect), (highlight_find_results),
10564         (ev_view_bin_expose), (ev_view_select_all),
10565         (ev_view_motion_notify_event), (update_find_status_message),
10566         (jump_to_find_result), (jump_to_find_page):
10567
10568         First go at fixing search, still buggy
10569
10570 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10571
10572         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10573         dropdown box and button at the top of the sidebar.
10574
10575 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10576
10577         * configure.ac: Output zoom-control Makefile.
10578         * cut-n-paste/Makefile.am: build zoom-control subdir.
10579         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10580         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10581         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10582         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10583         * cut-n-paste/zoom-control/ephy-zoom.c:
10584         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10585         from epiphany, and modified to add a separator into the menu.
10586         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10587         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10588         zoom-control action.
10589         * shell/Makefile.am: Include zoom-control flags.
10590         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10591         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10592         (ev_view_zoom_for_size_presentation),
10593         (ev_view_zoom_for_size_continuous_and_dual_page),
10594         (ev_view_zoom_for_size_continuous),
10595         (ev_view_zoom_for_size_dual_page),
10596         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10597         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10598         ev_view_get_zoom and ev_view_get_sizing_mode.
10599         * shell/ev-view.h:
10600         * shell/ev-window.c: (update_action_sensitivity),
10601         (update_sizing_buttons), (zoom_control_changed_cb),
10602         (register_custom_actions): Initialize and use the zoom-control 
10603         widget.
10604
10605 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10606
10607         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10608         preview cache back to 1.  Don't know when it got set to 0.
10609         
10610         * shell/ev-view.c: (compute_border), (ev_view_realize),
10611         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10612         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10613         (ev_view_get_fullscreen), (ev_view_set_presentation),
10614         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10615         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10616         * shell/ev-view.h:
10617         * shell/ev-window.c:
10618         (update_chrome_visibility),
10619         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10620         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10621         (update_document_mode), (ev_window_update_fullscreen_action),
10622         (ev_window_fullscreen), (ev_window_unfullscreen),
10623         (ev_window_cmd_view_fullscreen),
10624         (ev_window_update_presentation_action),
10625         (ev_window_run_presentation), (ev_window_stop_presentation),
10626         (ev_window_cmd_view_presentation), (ev_window_state_event),
10627         (ev_window_focus_in_event), (ev_window_focus_out_event),
10628         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10629         * data/evince-ui.xml: Initial presentation mode.  We should
10630         probably hide this until it's done, as it's quite rough.  Also,
10631         change full-screen to fullscreen and add two getters to EvView.
10632
10633 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10634
10635         * shell/ev-page-action.c: (update_page_cache),
10636         (ev_page_action_dispose):
10637         * shell/ev-window.c: (destroy_fullscreen_popup),
10638         (ev_window_create_fullscreen_popup):
10639
10640         Use connect_object rather than explicitly
10641         disconnect on dispose.
10642
10643 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10644
10645         * shell/ev-page-action.c: (update_page_cache),
10646         (ev_page_action_dispose):
10647
10648 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10649
10650         * backend/ev-page-cache.c: (_ev_page_cache_new),
10651         (ev_page_cache_set_page_label),
10652         (ev_page_cache_has_nonnumeric_page_labels):
10653         * backend/ev-page-cache.h:
10654         * shell/ev-page-action.c: (update_pages_label):
10655         
10656         If all page labels are numeric, fallback to default
10657         way to display number of pages. See bug 173185.
10658
10659 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10660
10661         * shell/ev-page-action.c: (ev_page_action_dispose):
10662         * shell/ev-view.c: (view_update_range_and_current_page):
10663         * shell/ev-window.c: (ev_window_dispose):
10664         
10665         Set page on scroll in continuous mode. Fixes bug 301986.
10666         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10667
10668 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10669
10670         * configure.ac:
10671
10672         Require poppler 0.3.0
10673
10674 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10675         
10676         * shell/Makefile.am, configure.ac: Fix build problems
10677         with t1lib. Bug 301996.
10678
10679 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10680
10681         * shell/ev-view.c: (ev_view_scroll_event):
10682         
10683         Scroll up increase zoom
10684
10685 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10686
10687         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10688         (ev_view_set_sizing_mode),
10689         (ev_view_zoom_for_size_continuous_and_dual_page),
10690         (ev_view_zoom_for_size_continuous):
10691         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10692         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10693         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10694         (ev_window_init):
10695
10696         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10697         Fix for 165473 and 165472.
10698
10699 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10700
10701         * po/POTFILES.in:
10702         * thumbnailer/Makefile.am:
10703         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10704         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10705         * thumbnailer/evince-thumbnailer.schemas.in:
10706         
10707         Make thumbnailer schemas translatable. Fix for bug 301773
10708         
10709         * thumbnailer/evince-thumbnailer-djvu.schemas:
10710         * thumbnailer/evince-thumbnailer-dvi.schemas:
10711         * thumbnailer/evince-thumbnailer.schemas:
10712
10713         Removed files
10714
10715 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10716
10717         * shell/ev-view.c (ev_view_init): forgot to set this.
10718
10719 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10720
10721         * shell/ev-view.c: (find_page_at_location),
10722         (get_link_at_location),
10723         (ev_view_set_show_border), (ev_view_set_spacing),
10724         (ev_view_zoom_for_size_continuous_and_dual_page),
10725         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10726         Also, add a quick fix measuring of widths.  Also, removed
10727         ev_view_set_spacing and ev_view_set_show_border.
10728         
10729         * shell/ev-window.c: (ev_window_unfullscreen),
10730         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10731
10732 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10733
10734         * shell/ev-view.c: (view_update_range_and_current_page),
10735         (page_changed_cb):
10736         
10737         Fix crash on exit and scrolling to page in continuous view.
10738
10739 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10740
10741         * TODO:
10742         * backend/ev-page-cache.c: (_ev_page_cache_new),
10743         (ev_page_cache_get_max_width_size),
10744         (ev_page_cache_get_max_height_size):
10745         * backend/ev-page-cache.h:
10746         * data/evince-ui.xml:
10747         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10748         * shell/ev-view.c: (view_update_adjustments),
10749         (view_update_range_and_current_page), (get_bounding_box_size),
10750         (ev_view_size_request_continuous_and_dual_page),
10751         (ev_view_size_request_continuous),
10752         (ev_view_size_request_dual_page),
10753         (ev_view_size_request_single_page), (ev_view_size_request),
10754         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10755         (ev_view_bin_expose), (ev_view_expose_event),
10756         (ev_view_set_property), (ev_view_get_property),
10757         (ev_view_class_init), (ev_view_init), (ev_view_new),
10758         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10759         (ev_view_set_dual_page), (ev_view_set_full_screen),
10760         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10761         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10762         (ev_view_zoom_out), (zoom_for_size_fit_width),
10763         (zoom_for_size_best_fit),
10764         (ev_view_zoom_for_size_continuous_and_dual_page),
10765         (ev_view_zoom_for_size_continuous),
10766         (ev_view_zoom_for_size_dual_page),
10767         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10768         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10769         * shell/ev-view.h:
10770         * shell/ev-window.c: (update_action_sensitivity),
10771         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10772         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10773         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10774         (ev_window_cmd_view_zoom_out), (update_view_size),
10775         (ev_window_set_sizing_mode), (ev_window_init):
10776
10777         Add Continuous and Dual page modes.
10778
10779 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10780
10781         * dvi/dvi-document.c: (dvi_document_load),
10782         (dvi_document_thumbnails_get_thumbnail),
10783         (dvi_document_init_params): Fix up some mixups between
10784         width and height to correct thumbnail rendering.
10785
10786 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10787
10788         * dvi/mdvi-lib/private.h:
10789         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10790         
10791         Suppess output for kpathsea during font generation. Thanks to
10792         James Bowes
10793
10794 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10795
10796         * NEWS:
10797         * configure.ac:
10798
10799         Release 0.2.1
10800
10801         * Makefile.am: fix distcheck.
10802
10803 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10804
10805         * shell/ev-sidebar-links.c: (selection_changed_callback),
10806         (update_page_callback), (row_activated_callback),
10807         (job_finished_callback), (ev_sidebar_links_set_document):
10808         
10809         Fix for bug #169901. Double click on links expands tree.
10810
10811 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10812
10813         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10814         hard-coded style. Fix for bug 170111
10815
10816 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10817
10818         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10819         locking.
10820
10821 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10822
10823         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10824
10825 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10826
10827         * pdf/ev-poppler.cc:
10828         * shell/ev-view.c: (highlight_find_results):
10829
10830         Fix find on single page documents
10831
10832 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10833
10834         * data/evince.schemas.in: fix for bug 301390
10835
10836 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10837
10838         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10839         (ev_view_zoom_out), (ev_view_zoom_normal):
10840         * shell/ev-view.h:
10841         * shell/ev-window.c: (update_action_sensitivity),
10842         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10843         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10844         (ev_window_cmd_view_normal_size):
10845
10846         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10847         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10848         better than oom. 
10849
10850 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10851
10852         * configure.ac:
10853
10854         Depend on 2.57, 2.59 doesnt seem to be necessary
10855
10856 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10857
10858         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10859         (create_tool_item):
10860
10861         Put back total number of pages as (1 of 1234)
10862
10863 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10864
10865         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10866         remove the job.
10867
10868         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10869         function.  This helps debugging.
10870
10871 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10872
10873         * djvu/djvu-document.c: (djvu_document_class_init),
10874         (djvu_document_get_info), (djvu_document_document_iface_init):
10875         * dvi/dvi-document.c: (dvi_document_class_init),
10876         (dvi_document_get_info), (dvi_document_document_iface_init):
10877
10878         Dummy implementation of get_info method for dvi and
10879         djvu. Fix crashes with those backends
10880
10881 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10882
10883         * data/evince.desktop.in:
10884
10885         Add application/x-gzpostscript
10886
10887 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10888
10889         * data/evince.schemas.in: Added real long descriptions, 
10890         closes bug 172496 
10891
10892         * README: Added actual text, closes bug 171869
10893
10894 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10895
10896         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10897
10898         Thumbnail page 0
10899
10900 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10901
10902         * backend/ev-document-info.h:
10903
10904         s/GDate */GDate so we can just use g_free
10905
10906 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10907
10908         * shell/ev-window.c: (update_document_mode),
10909         (ev_window_setup_document):
10910
10911         Show the window in fullscreen when specified by
10912         the document
10913
10914 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10915
10916         * backend/ev-document.c: (ev_document_class_init),
10917         (ev_document_get_info), (ev_document_render_pixbuf):
10918         * backend/ev-document.h:
10919         * backend/ev-page-cache.c: (_ev_page_cache_new):
10920         * pdf/ev-poppler.cc:
10921         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10922         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10923         * ps/ps-document.c: (ps_document_class_init), (document_load),
10924         (ps_document_get_info), (ps_document_document_iface_init):
10925
10926         Remove get_title from the interface, we can just use document info
10927
10928 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10929
10930         * backend/Makefile.am:
10931         * backend/ev-document.c: (ev_document_render_get_info):
10932         * backend/ev-document.h:
10933         * pdf/ev-poppler.cc:
10934
10935         Initial support for document info. Based on jrb patch.
10936
10937 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10938
10939         * shell/ev-window.c: (ev_window_state_event),
10940         (ev_window_class_init), (ev_window_init):
10941         
10942         Doesn't show resize grip when maximized. See bug #301053
10943
10944 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10945
10946         * po/POTFILES.in:
10947         
10948         ev-sidebar-thumbnails now has translatable labels
10949         
10950         * shell/Makefile.am:
10951         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10952         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10953         (ev_sidebar_links_page_iface_init):
10954         * shell/ev-sidebar-links.h:
10955         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10956         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10957         (ev_sidebar_page_get_label):
10958         * shell/ev-sidebar-page.h:
10959         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10960         (ev_sidebar_thumbnails_set_document),
10961         (ev_sidebar_thumbnails_support_document),
10962         (ev_sidebar_thumbnails_get_label),
10963         (ev_sidebar_thumbnails_page_iface_init):
10964         * shell/ev-sidebar-thumbnails.h:
10965         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10966         (ev_sidebar_set_document):
10967         * shell/ev-sidebar.h:
10968         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10969         
10970         Small rework of sidebar code. Now sidebar pages should implement
10971         EvSidebarPage interface. That makes page management in EvSidebar
10972         easier. See bug #164811 for details
10973
10974 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10975
10976         * shell/ev-application.c: (ev_application_open):
10977         * shell/ev-document-types.c:
10978         
10979         Fix build error and small problem with application exit
10980
10981 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10982
10983         * thumbnailer/Makefile.am:
10984         * thumbnailer/evince-thumbnailer-djvu.schemas:
10985         * thumbnailer/evince-thumbnailer-dvi.schemas:
10986         
10987         Conditionally install schemas for djvu/dvi thumbnailer
10988
10989 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10990
10991         * shell/ev-document-types.h: 
10992         * shell/ev-document-types.c: 
10993         New files, handling the mapping from mimetypes to backends
10994         
10995         * shell/ev-window.c: 
10996         * thumbnailer/evince-thumbnailer.c:     
10997         Use the ev-document-types code
10998         
10999         * shell/Makefile.am: 
11000         Added new convenience library libevbackendfactory_la, containing
11001         the new mimetype->backend logic; moved the backends into it.
11002
11003         * thumbnailer/Makefile.am:
11004         Make the thumbnailer link with the libevbackend.la convenience
11005         library, rather than having a duplicate of the backend logic here.
11006
11007 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11008
11009         * shell/ev-stock-icons.c: constify some vars.
11010         * shell/ev-window.c: ditto.
11011
11012 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11013
11014         * ps/ps-document.c (get_page_orientation):
11015
11016         Respect document orientation 
11017
11018 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11019
11020         * djvu/Makefile.am:
11021         * dvi/Makefile.am:
11022         * shell/Makefile.am:
11023         
11024         Move library dependencies to components.
11025         
11026         * shell/ev-window.c: (update_window_title),
11027         (start_loading_document):
11028         
11029         Fix display of uris with spaces. Bug 168358.
11030
11031 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11032
11033         * shell/ev-sidebar-links.c: (selection_changed_cb):
11034         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11035         (ev_view_button_release_event), (ev_view_set_document):
11036         * shell/ev-view.h:
11037         * shell/ev-window.c: (find_bar_search_changed_cb):
11038         * shell/ev-window.h: Minor cleanups removing some dead code.
11039
11040 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11041
11042         * backend/ev-page-cache.c: (_ev_page_cache_new):
11043         
11044         Set current page to 0 if document has pages.
11045
11046 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11047
11048         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11049
11050         Initialize GError to NULL, fix a crash when loading fails.
11051
11052 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11053
11054         * shell/ev-window.c: (update_view_size):
11055
11056         Calculate shadow size only when there is actually
11057         a shadow.
11058
11059 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11060
11061         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11062         * shell/ev-view.h:
11063
11064         Allow setting view spacing, default to 0
11065
11066         * shell/ev-window.c: (ev_window_unfullscreen),
11067         (ev_window_cmd_view_fullscreen), (ev_window_init):
11068
11069         Remove spacing in fullscreen mode
11070
11071 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11072
11073         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11074         (ev_view_size_request), (expose_bin_window),
11075         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11076         * shell/ev-view.h:
11077         * shell/ev-window.c: (ev_window_unfullscreen),
11078         (ev_window_cmd_view_fullscreen):
11079
11080         Do not draw the border in fulscreen
11081
11082 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11083
11084         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11085         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11086         (find_page_at_location), (page_changed_cb):
11087
11088         Rework border calculation, so that I can more easily disable it.
11089         Code somewhat cleaner too.
11090
11091 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11092
11093         * backend/ev-page-cache.c: (ev_page_cache_init),
11094         (_ev_page_cache_new):
11095
11096         Remove some assertions, documents can have 0 pages.
11097         Make initial current page -1.
11098
11099         * shell/ev-page-action.c: (page_changed_cb):
11100
11101         Show "" if current page is -1
11102
11103         * shell/ev-window.c: (update_action_sensitivity),
11104         (ev_window_setup_document):
11105
11106         When document has 0 pages do not set the view
11107         and make nearly everything insensitive.
11108
11109 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11110
11111         * shell/ev-page-view.c:
11112         * shell/ev-page-view.h:
11113
11114         Remove unused files.
11115         
11116         * shell/ev-sidebar-thumbnails.c:
11117         (ev_sidebar_thumbnails_set_document):
11118         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11119         (ev_sidebar_supports_document):
11120         * shell/ev-sidebar.h:
11121         * shell/ev-window.c: (ev_window_setup_document):
11122         
11123         Doesn't show thumbnails if document has 1 page. Make
11124         sidebar menu entries sensitive only if if they have 
11125         sense. Fix bug 164811. 
11126
11127 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11128
11129         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11130         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11131         (ev_view_zoom_out), (ev_view_set_size):
11132
11133         Rework sizing to deal with documents with not uniform page
11134         size.
11135
11136 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11137
11138         * backend/ev-page-cache.c: (_ev_page_cache_new):
11139
11140         Fix several page size caching bugs
11141
11142 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11143
11144         * shell/ev-window.c: (set_action_properties):
11145
11146         Make all toolbar items translatable
11147
11148 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11149
11150         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11151         (save_page_list), (ps_document_save),
11152         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11153         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11154         (ps_document_ps_exporter_iface_init):
11155         * ps/ps-document.h:
11156
11157         Based on a patch by J�rg Billeter <j@bitron.ch>
11158         
11159         Implement print and save a copy for the ps backend.
11160
11161 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11162
11163         * backend/ev-document.h:
11164         * djvu/djvu-document.c: (djvu_document_can_get_text),
11165         (djvu_document_document_iface_init):
11166         * dvi/dvi-document.c: (dvi_document_can_get_text),
11167         (dvi_document_document_iface_init):
11168         * pdf/ev-poppler.cc:
11169         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11170         (pixbuf_document_document_iface_init):
11171         * ps/ps-document.c: (ps_document_can_get_text),
11172         (ps_document_document_iface_init):
11173         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11174         * shell/ev-window.c: (update_action_sensitivity):
11175
11176         Fix the crash when trying to copy in backends that doesnt
11177         support it. We can implement a better solution once we
11178         do real text selection.
11179
11180 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11181
11182         * data/evince-ui.xml:
11183         * shell/ev-window.c: (ev_window_cmd_escape):
11184         
11185         Work around the Escape conflict (find bar and unfullscreen)
11186
11187 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11188
11189         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11190         
11191         Fix for #300233. Next page correctly handles document end.
11192         
11193         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11194         (ev_sidebar_thumbnails_class_init),
11195         (ev_sidebar_thumbnails_set_document),
11196         (ev_sidebar_thumbnails_clear_job),
11197         (ev_sidebar_thumbnails_clear_model):
11198         
11199         Cleanup thumbnail jobs on document changes.
11200         
11201         * shell/ev-view.c: (add_scroll_binding_keypad),
11202         (add_scroll_binding_shifted), (ev_view_class_init):
11203         
11204         Shift + Space scrolls up. Fix for #173184
11205         
11206         * shell/ev-window.c: (ev_window_open_page),
11207         (ev_window_cmd_view_reload):
11208         
11209         Fix reload (Bug #300094)
11210
11211 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11212
11213         
11214         * dvi/mdvi-lib/assoc.c:
11215         * dvi/mdvi-lib/assoc.h: Removed garbage files
11216         
11217         * dvi/mdvi-lib/bitmap.c:
11218         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11219         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11220         * dvi/mdvi-lib/color.h: Antialias of rules
11221         
11222         * dvi/mdvi-lib/common.h:
11223         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11224         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11225         * dvi/mdvi-lib/files.c:
11226         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11227         * dvi/mdvi-lib/mdvi.h:
11228         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11229         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11230         * dvi/mdvi-lib/util.c: Fix compile warnings
11231         
11232         * dvi/dvi-document.c:
11233         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11234         (dvi_document_thumbnails_get_thumbnail),
11235         (dvi_document_document_thumbnails_iface_init):
11236         * dvi/mdvi-lib/Makefile.am:
11237         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11238         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11239         
11240         Dvi backend now renders thumbnails
11241
11242 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11243
11244         * shell/main.c: (main): 
11245         
11246         Save accelerators on exit. Fixes bug #172095.
11247
11248 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11249
11250         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11251         update priority" comment.
11252
11253         * backend/ev-job-queue.c: Give a way to change priority.
11254
11255 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11256
11257         * shell/ev-page-action.c: Fix logic.
11258
11259 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11260
11261         * shell/ev-view.c: (ev_view_can_find_next):
11262         * shell/ev-window.c: (ev_window_setup_document):
11263
11264         Check that the document supports find
11265
11266 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11267
11268         * data/evince-ui.xml:
11269         * shell/ev-view.c: (ev_view_can_find_next):
11270         * shell/ev-view.h:
11271         * shell/ev-window.c: (update_action_sensitivity),
11272         (find_changed_cb), (ev_window_setup_document),
11273         (ev_window_cmd_edit_find_next):
11274
11275         Add Edit->Find Next
11276
11277 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11278
11279         * pdf/ev-poppler.cc:
11280         * shell/ev-print-job.c: (idle_print_handler):
11281
11282         Make printing work again
11283
11284 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11285
11286         * shell/ev-page-action.h:
11287         * shell/ev-page-action.c: (ev_page_action_widget_init),
11288         (ev_page_action_widget_class_init), (page_changed_cb),
11289         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11290         (get_filter_model_from_model), (match_selected_cb),
11291         (display_completion_text), (match_completion), (update_model),
11292         (connect_proxy), (ev_page_action_set_property),
11293         (ev_page_action_get_property), (ev_page_action_set_document),
11294         (ev_page_action_set_model), (ev_page_action_class_init): Big
11295         reworking to make completions work iff we have >= GTK-2.7.0
11296                 
11297         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11298         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11299         (job_finished_cb): We now have a 'model' property that is set when
11300         the links are loaded.  This can be caught with "notify::model"
11301
11302         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11303         listen for the model to be set, and propagate it to the action.
11304
11305 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11306
11307         * cut-n-paste/recent-files/egg-recent-item.c:
11308         (egg_recent_item_set_uri), (make_valid_utf8),
11309         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11310         * cut-n-paste/recent-files/egg-recent-item.h:
11311         
11312         Update egg-recent from libegg. This should fix long
11313         startup problem. For details see
11314         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11315
11316 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11317
11318         * cut-n-paste/recent-files/Makefile.am:
11319         * data/evince-ui.xml, shell/Makefile.am:
11320         * shell/ev-application.c, shell/ev-application.h:
11321         * shell/ev-window.c: Recent files support.
11322         
11323         * configure.ac: Added "ru" to ALL_LINGUAS.
11324         
11325         * dvju: new backend to support DJVU files.
11326         * dvi: new backend to support DVI.
11327
11328         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11329         * ev-application.c: Support for new backends.
11330         
11331         * help, ev-window.c, main.c shell/Makefile.am: 
11332         Evince user documentation.
11333
11334 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11335
11336         * po/POTFILES.in:
11337         * shell/ev-window.c:
11338         * thumbnailer/evince-thumbnailer.c:
11339
11340         s/pdf-document/ev-poppler
11341
11342 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11343
11344         * NEWS:
11345         * configure.ac:
11346
11347         Release 0.2.0
11348
11349         * ps/ps-document.c: (setup_pixmap):
11350
11351         Remove debug code
11352
11353 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11354
11355         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11356         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11357         (ev_window_cmd_go_first_page): Fix of by one errors.
11358
11359 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11360
11361         * ps/ps-document.c: (get_page_box):
11362
11363         Fix page size calculation
11364
11365 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11366
11367         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11368         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11369         (get_page_orientation), (setup_page), (document_load),
11370         (ps_document_get_page_size), (render_pixbuf_idle):
11371         * ps/ps-document.h:
11372
11373         More refactoring to adapt to EvDocument changes
11374
11375 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11376
11377         * ps/ps-document.c: (start_interpreter):
11378
11379         Actually add alpha args
11380
11381 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11382
11383         * pdf/ev-poppler.cc:
11384
11385         Make clipboard work again
11386
11387 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11388
11389         Make searching work again.
11390         
11391         * backend/ev-document.c:
11392         * backend/ev-document.h:
11393         * backend/ev-document-find.c:
11394         * backend/ev-document-find.h: Change EvDocumentIface so we no
11395         longer store the current page or zoom level in the document.  The
11396         consequence is that all calls that operate on the current page now
11397         instead take the page number as an extra argument, and all
11398         coordinates are now doubles in document coordinate system.
11399
11400         * pdf/ev-poppler.cc:
11401         * pixbuf/pixbuf-document.c:
11402         * ps/ps-document.c: Update backends accordingly.
11403
11404 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11405
11406         * autogen.sh:
11407
11408         Add required gettext version
11409
11410 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11411
11412         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11413         make F1 bring up non-existent help.
11414
11415         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11416         epiphany's find bar, #167477
11417
11418         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11419         <emil@nishra.com> to add space-bar scrolling, 
11420
11421         * shell/ev-window.c (static GtkActionEntry entries): add default
11422         keybinding for Help (F1)
11423         Fixes #171068
11424
11425         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11426         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11427         170110
11428
11429 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11430
11431         * Makefile.am: 
11432         * pixbuf/pixbuf-document.c: 
11433
11434         Got pixbuf backend working again
11435
11436 2005-04-01  Steve Murphy  <murf@e-tools.com>
11437
11438         * configure.in: Added "rw" to ALL_LINGUAS.
11439
11440 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11441
11442         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11443         model types, noticed by Martin Kretzschmar.
11444
11445 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11446
11447         * pdf/ev-poppler.cc: Implement search based on
11448         poppler_page_find_text().  Currently a bit crude since we remember
11449         all matches from all pages.  Also, we grab the big document lock
11450         when we search since searching changes the underlying stream and
11451         thus conflicts with the rendering thread.
11452         
11453         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11454         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11455         (ev_view_find_previous): Fix some page indexes to be 0 based,
11456         offset rubber band by view offset,
11457
11458 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11459
11460         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11461
11462 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11463
11464         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11465         completely because I didn't understand GtkActions.  I should
11466         read Marco's code more carefully in the future.
11467
11468         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11469         function
11470
11471 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11472
11473         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11474         PopplerRectangle change from poppler CVS.
11475
11476 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11477
11478         * backend/ev-document.c: (ev_document_get_page_label):
11479         * backend/ev-document.h:
11480         * backend/ev-page-cache.c: (_ev_page_cache_new),
11481         (ev_page_cache_get_page_label):
11482         * backend/ev-page-cache.h:
11483         * pdf/ev-poppler.cc:
11484         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11485         (links_page_num_func):
11486         * shell/ev-sidebar-thumbnails.c:
11487         (ev_sidebar_thumbnails_set_document):
11488         * shell/ev-view.c: (status_message_from_link),
11489         (ev_view_motion_notify_event):
11490         * shell/ev-window.c: (document_supports_sidebar): Add in page
11491         label support.  It's not perfect yet, but it's the first 'feature'
11492         in a while.
11493         Also, fix a bogus comment noticed by crispin. 
11494
11495 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11496
11497         * Makefile.am: Remove pixbuf backend for now
11498
11499         * configure.ac: Require poppler-glib instead of just poppler.
11500
11501         * backend/ev-document-thumbnails.h: Add a comment
11502
11503         * backend/ev-document.h:
11504         * backend/ev-document.c: (ev_document_class_init),
11505         (ev_document_load), (ev_document_get_link),
11506         (ev_document_get_links): Remove 3 methods and add get_links.
11507         Also, made 0 based.
11508
11509         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11510         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11511
11512         * backend/ev-link.c: (ev_link_set_title),
11513         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11514         (ev_link_mapping_find):
11515         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11516         
11517         * backend/ev-page-cache.c: (ev_page_cache_init),
11518         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11519         (ev_page_cache_get_size), (ev_page_cache_next_page),
11520         (ev_page_cache_prev_page): Fix to be 0 based.
11521
11522         * pdf/Makefile.am: 
11523         * pdf/ev-poppler.h:
11524         * pdf/ev-poppler.cc: New backend.
11525         
11526         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11527         (ps_document_get_page), (ps_document_document_iface_init):
11528
11529         * shell/ev-pixbuf-cache.h:
11530         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11531         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11532         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11533         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11534         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11535         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11536         based.
11537         
11538         * shell/ev-sidebar-thumbnails.c:
11539         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11540         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11541
11542         * shell/ev-view.c: (status_message_from_link),
11543         (find_page_at_location), (get_link_at_location),
11544         (ev_view_motion_notify_event), (ev_view_button_release_event),
11545         (ev_view_init): Use the new link code.  Fix to be 0 based.
11546
11547         * shell/ev-window.c: (update_action_sensitivity),
11548         (document_supports_sidebar): 0 based.
11549
11550 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11551
11552         * pdf/pdf-document.cc: Patch from Fernando Herrera
11553         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11554         *blush*
11555
11556 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11557
11558         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11559         1 to the page, as this seems to be 1 based.  I thought we has this
11560         fixed.  grump.
11561
11562 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11563
11564         * TODO:
11565         * backend/Makefile.am:
11566         * backend/ev-document-links.c:
11567         (ev_document_links_has_document_links),
11568         (ev_document_links_get_links_model):
11569         * backend/ev-document-links.h:
11570         * backend/ev-document.c: (ev_document_get_page_cache),
11571         (ev_document_get_doc_mutex), (ev_document_load),
11572         (ev_document_save), (ev_document_get_title),
11573         (ev_document_get_n_pages), (ev_document_set_page),
11574         (ev_document_get_page), (ev_document_set_target),
11575         (ev_document_set_scale), (ev_document_set_page_offset),
11576         (ev_document_get_page_size), (ev_document_get_text),
11577         (ev_document_get_link), (ev_document_render),
11578         (ev_document_render_pixbuf), (ev_document_scale_changed):
11579         * backend/ev-document.h:
11580         * backend/ev-job-queue.c: (remove_object_from_queue),
11581         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11582         (no_jobs_available_unlocked), (ev_render_thread),
11583         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11584         (ev_job_queue_remove_job):
11585         * backend/ev-job-queue.h:
11586         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11587         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11588         (ev_job_links_class_init), (ev_job_render_init),
11589         (ev_job_render_dispose), (ev_job_render_class_init),
11590         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11591         (ev_job_thumbnail_class_init), (ev_job_finished),
11592         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11593         (ev_job_render_run), (ev_job_thumbnail_new),
11594         (ev_job_thumbnail_run):
11595         * backend/ev-jobs.h:
11596         * backend/ev-link.c:
11597         * backend/ev-link.h:
11598         * backend/ev-page-cache.c: (ev_page_cache_init),
11599         (ev_page_cache_class_init), (ev_page_cache_finalize),
11600         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11601         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11602         (ev_page_cache_set_link), (ev_page_cache_get_title),
11603         (ev_page_cache_get_size), (ev_page_cache_next_page),
11604         (ev_page_cache_prev_page):
11605         * backend/ev-page-cache.h:
11606         * pdf/pdf-document.cc:
11607         * ps/gsdefaults.c:
11608         * ps/gsdefaults.h:
11609         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11610         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11611         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11612         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11613         (is_interpreter_ready), (output), (catchPipe), (input),
11614         (start_interpreter), (check_filecompressed), (compute_dimensions),
11615         (ps_document_enable_interpreter), (document_load),
11616         (ps_document_next_page), (render_page), (ps_document_set_page),
11617         (ps_document_set_scale), (render_pixbuf_idle),
11618         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11619         * ps/ps-document.h:
11620         * shell/Makefile.am:
11621         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11622         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11623         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11624         (ev_pixbuf_cache_new), (job_finished_cb),
11625         (check_job_size_and_unref), (move_one_job),
11626         (ev_pixbuf_cache_update_range), (find_job_cache),
11627         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11628         (ev_pixbuf_cache_add_jobs_if_needed),
11629         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11630         * shell/ev-pixbuf-cache.h:
11631         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11632         (idle_print_handler):
11633         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11634         (selection_changed_cb), (create_loading_model),
11635         (ev_sidebar_links_construct), (links_page_num_func),
11636         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11637         (update_page_callback), (job_finished_cb),
11638         (ev_sidebar_links_set_document):
11639         * shell/ev-sidebar-thumbnails.c:
11640         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11641         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11642         (page_changed_cb), (thumbnail_job_completed_callback),
11643         (ev_sidebar_thumbnails_set_document):
11644         * shell/ev-sidebar-thumbnails.h:
11645         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11646         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11647         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11648         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11649         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11650         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11651         (ev_view_button_release_event), (ev_view_scroll_view),
11652         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11653         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11654         (ev_view_new), (job_finished_cb), (page_changed_cb),
11655         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11656         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11657         (ev_view_find_previous):
11658         * shell/ev-view.h:
11659         * shell/ev-window.c: (update_action_sensitivity),
11660         (ev_window_open_page), (update_window_title), (update_total_pages),
11661         (page_changed_cb), (ev_window_setup_document),
11662         (password_dialog_response), (ev_window_cmd_save_as),
11663         (ev_window_print), (ev_window_cmd_go_previous_page),
11664         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11665         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11666         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11667         * shell/main.c: (main):
11668
11669         Merge evince-threads branch
11670
11671 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11672
11673         * configure.ac: Added "lt" to ALL_LINGUAS.
11674
11675 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11676
11677         * NEWS:
11678         * configure.ac:
11679
11680         Release 0.1.9
11681
11682 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11683
11684         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11685
11686         Fix here also the thumbnails 1-basedness :)
11687
11688 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11689
11690         * NEWS:
11691         * configure.ac:
11692
11693         Release 0.1.8
11694
11695 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11696
11697         * pdf/pdf-document.cc:
11698         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11699         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11700
11701         Fix the mess we did with thumbnails and 1-basedness
11702
11703 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11704
11705         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11706
11707 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11708
11709         * NEWS:
11710         * configure.ac:
11711
11712         Release 0.1.7
11713
11714 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11715
11716         * ps/Makefile.am:
11717         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11718         (gtk_gs_defaults_get_alpha_parameters),
11719         (gtk_gs_defaults_get_ungzip_cmd),
11720         (gtk_gs_defaults_get_unbzip2_cmd):
11721         * ps/gsdefaults.h:
11722         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11723         (ps_document_get_orientation), (document_load),
11724         (ps_document_goto_page), (ps_document_set_page_size):
11725         * ps/ps-document.h:
11726
11727         Some more sanitization of the ps backend. Remove a lot
11728         of unused code and do not base our defaults on ggv
11729         preferences (ugh!)
11730
11731 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11732
11733         * thumbnailer/evince-thumbnailer.schemas:
11734         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11735         (main): add -s option for thumbnail size.
11736
11737 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11738
11739         * configure.ac:
11740
11741         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11742         remove it.
11743
11744 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11745
11746         * pdf/pdf-document.cc:
11747
11748         Remove 4 pixels of useless border from the
11749         thumbnail.
11750
11751 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11752
11753         * backend/ev-document-thumbnails.c:
11754         (ev_document_thumbnails_get_thumbnail):
11755         * backend/ev-document-thumbnails.h:
11756
11757         Rework API a bit. Add a border flag and
11758         change sizing logic (now the size we specify
11759         applies to the bigger dimension).
11760
11761         * pdf/pdf-document.cc:
11762         * pixbuf/pixbuf-document.c:
11763         (pixbuf_document_thumbnails_get_thumbnail):
11764         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11765         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11766
11767         Adapt to the new API and do not draw a border for nautilus
11768         thumbnailer.
11769
11770 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11771
11772         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11773         take thumbnails from page "0" instead of "1". Added a copyright header.
11774
11775 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11776
11777         * ps/ps-document.c: (set_up_page), (start_interpreter):
11778
11779         Make it C89 compliant
11780
11781 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11782
11783         * Makefile.am:
11784         * configure.ac:
11785         * pdf/.cvsignore:
11786         * pdf/pdf-document.cc:
11787         * thumbnailer/Makefile.am:
11788         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11789         (main):
11790         * thumbnailer/evince-thumbnailer.schemas:
11791         * thumbnailer/pdf-icon.png:
11792
11793         Add a nautilus thumbnailer.
11794         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11795
11796 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11797
11798         * NEWS:
11799         * configure.ac:
11800         * po/POTFILES.in:
11801
11802         Release 0.1.6
11803
11804 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11805
11806         Use poppler instead of including xpdf source code.  Poppler is a
11807         fork of xpdf to build it as a shared library. See
11808         http://freedesktop.org/wiki/Software/poppler.
11809
11810         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11811         xpdf fork.
11812         
11813         * pdf/Makefile.am: Build libpdfdocument.a here.
11814         
11815         * pdf/GDKSplashOutputDev.cc:
11816         * pdf/GDKSplashOutputDev.h:
11817         * pdf/GnomeVFSStream.cc:
11818         * pdf/GnomeVFSStream.h:
11819         * pdf-document.cc:
11820         * pdf-document.h:
11821         * test-gdk-output-dev.cc
11822         * Thumb.cc:
11823         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11824         against poppler.
11825
11826 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11827
11828         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11829
11830         Clear idle stack before unsetting the document
11831
11832 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11833
11834         * ps/ps-document.c: (ps_document_widget_event),
11835         (ps_document_set_target), (ps_document_finalize),
11836         (ps_document_get_page):
11837
11838         Disconnect the widget event signal on finalize.
11839         Some code cleanups.
11840
11841 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11842
11843         * ps/ps-document.c: (set_up_page):
11844
11845         If there is no bpixmap create one, even if size
11846         is not changed.
11847
11848 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11849
11850         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11851         (set_up_page), (document_load), (ps_document_set_zoom):
11852
11853         Default page is 0. Calculate size even when we have no
11854         target yet.
11855
11856 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11857
11858         * shell/ev-sidebar.c: expand the selection widget to be always as
11859         wide as the sidebar
11860
11861 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11862
11863         * shell/ev-sidebar-thumbnails.c:
11864         (ev_sidebar_thumbnails_set_document):
11865
11866         Clear the list store when setting document
11867
11868 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11869
11870         * shell/ev-page-action.c: (update_entry), (sync_entry),
11871         (activate_cb), (entry_size_request_cb), (create_tool_item),
11872         (connect_proxy):
11873
11874         Use an entry for the page control instead of spinbuttons
11875
11876 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11877
11878         * data/evince.schemas.in:
11879
11880         Correct confusing string
11881
11882 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11883
11884         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11885         for real.  Gosh, how long has this been broken.
11886
11887         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11888         check for a NULL link.  We crash otherwise.
11889
11890 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11891
11892         * NEWS:
11893         * configure.ac:
11894
11895         Release 0.1.5
11896
11897 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11898
11899         * configure.ac: add the french translation.
11900
11901 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11902
11903         * shell/ev-window.c:
11904
11905         Remove unused header -> fix distcheck
11906
11907 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11908
11909         * shell/ev-window.c: (update_window_title),
11910         (ev_window_popup_password_dialog):
11911
11912         Unescape filename for display
11913
11914 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11915
11916         * pdf/xpdf/pdf-document.cc:
11917
11918         In get_page_size deal with rotation. Also
11919         cleanup the function a bit.
11920
11921 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11922
11923         * pdf/xpdf/pdf-document.cc:
11924
11925         Fix crash when opening in new window
11926
11927 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11928
11929         * configure.ac:
11930
11931         Check ghostscript >= 7
11932
11933 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11934
11935         * shell/ev-window.c:
11936
11937         Make page width the default sizing mode
11938
11939 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11940         Marco Pesenti Gritti <marco@gnome.org>
11941
11942         * shell/ev-window.c: Remember the sidebar size
11943
11944         * data/evince.schemas.in: Add a new gconf key to store the size of
11945         the sidebar
11946
11947 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11948
11949         * data/evince-ui.xml:
11950         * shell/ev-window.c: (update_action_sensitivity),
11951         (ev_window_cmd_view_reload):
11952         
11953         Add a "Reload" action and menu entry
11954
11955 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11956
11957         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11958         iff the type doesn't support thumbnailing and indexing.
11959
11960 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11961
11962         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11963
11964 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11965
11966         * pdf/splash/Splash.cc:
11967
11968         Port fix for a crasher from kde bug
11969         http://bugs.kde.org/show_bug.cgi?id=97131
11970
11971 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11972
11973         * pdf/xpdf/pdf-document.cc:
11974
11975         Return a link even if it's of an unrecognized
11976         type. Otherwise we go in an infinte cycle.
11977
11978 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11979
11980         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11981         (size_allocate_cb), (ev_window_set_sizing_mode):
11982
11983         Update size when switching mode
11984
11985 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11986
11987         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11988         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11989         (ev_window_cmd_view_normal_size):
11990
11991         Fix size toggle buttons behavior
11992
11993 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11994
11995         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11996         (doc_rect_to_view_rect), (ev_view_size_allocate),
11997         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11998         (scale_changed_callback):
11999
12000         Do not cache offsets in size_allocate.
12001
12002 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12003
12004         * shell/ev-view.c: (ev_view_size_allocate):
12005
12006         Calculate offsets before calling the parent
12007         class (which does a redraw)
12008
12009 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12010
12011         * pdf/xpdf/pdf-document.cc:
12012
12013         Fix a crasher on exit. Unused code, put a TODO
12014
12015 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12016
12017         * backend/ev-document.c: (ev_document_class_init),
12018         (ev_document_page_changed), (ev_document_scale_changed):
12019         * backend/ev-document.h:
12020
12021         Separate page/scale notifications
12022
12023         * pdf/xpdf/pdf-document.cc:
12024
12025         Emit the new signals.
12026         Do not display the pdf page in _render, do it
12027         when scale/page are requested.
12028
12029         * ps/ps-document.c: (ps_document_set_zoom),
12030         (ps_document_widget_event):
12031         * ps/ps-document.h:
12032
12033         Emit the new signals.
12034
12035         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12036         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12037         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12038         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12039         * shell/ev-view.h:
12040         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12041         (ev_window_cmd_view_page_width), (size_allocate_cb),
12042         (ev_window_set_sizing_mode):
12043
12044         Rework sizing to be pixel based.
12045         There are bugs but should be already way better.
12046
12047 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12048
12049         * shell/ev-window.c: (ev_window_init):
12050
12051         Do not allow to shrink sidebar smaller then
12052         child requisition
12053
12054 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12055
12056         * shell/ev-sidebar.[ch]
12057         * shell/ev-window.c:
12058
12059         Improved sidebar widget. Fixes #166683
12060
12061 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12062
12063         * shell/ev-view.c (update_find_status_message): Give translators
12064         more flexibility with ngettext plural handling.
12065
12066 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12067
12068         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12069         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12070         page when we get the page size.
12071
12072 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12073
12074         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12075
12076         ps pages are 0 based, convert 
12077
12078 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12079
12080         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12081
12082         Initialize correct parent class. Set GError on document load
12083
12084 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12085
12086         * pdf/xpdf/pdf-document.cc:
12087
12088         Fixup selection offset calculation
12089
12090         * shell/ev-view.c: (view_rect_to_doc_rect),
12091         (doc_rect_to_view_rect), (ev_view_size_allocate),
12092         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12093         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12094
12095         Store selection as document relative, so that zooming
12096         and offset changing doesnt break it.
12097
12098 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12099
12100         * shell/ev-view.c: (ev_view_best_fit):
12101
12102         Do not try to best fit if the view is not realized
12103
12104 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12105           
12106         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12107
12108 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12109
12110         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12111
12112 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12113
12114         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12115         the popup window.  That prevents it resizing when in full screen
12116         mode.
12117
12118         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12119         multiple rerenders.  This pretty much sucks.
12120
12121         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12122         rest of the toolbar.
12123
12124 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12125
12126         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12127
12128 2005-02-17  Alexander Shopov  <ash@contact.bg>
12129
12130         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12131
12132 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12133
12134         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12135
12136 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12137
12138         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12139         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12140         (set_document_page), (document_changed_callback),
12141         (ev_view_set_document), (ev_view_find_previous),
12142         (ev_view_hide_cursor), (ev_view_show_cursor):
12143         * shell/ev-view.h:
12144         * shell/ev-window.c: (update_chrome_visibility),
12145         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12146         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12147         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12148         (ev_window_unfullscreen):
12149         * shell/main.c: (main):
12150
12151         Automatically hide the fullscreen button.
12152         Patch by Kristian Høgsberg <krh@redhat.com>
12153
12154 2005-02-16  Vincent Noel  <vnoel@cox.net>
12155
12156         * shell/main.c (main): Specify an icon for the window. Patch by
12157         Jaap A. Haitsma. Fixes #166177.
12158
12159 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12160
12161         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12162
12163 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12164
12165         * backend/ev-document-misc.h:
12166         * backend/ev-document-misc.c:
12167         (ev_document_misc_get_page_border_size),
12168         (ev_document_misc_paint_one_page): New function to canonicalize
12169         sizing/painting a border.
12170
12171         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12172         used.
12173
12174         * pdf/xpdf/pdf-document.cc: use new function
12175
12176         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12177         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12178         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12179         shell/ev-window.c: (update_sizing_buttons),
12180         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12181         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12182         (ev_window_cmd_view_page_width), (size_allocate_cb),
12183         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12184         and "fit width" values act as toggle buttons so they stay
12185         toggled.  It's not 100% perfect, and it's a little slow, but it's
12186         good enough to commit I think.
12187
12188 2005-02-15  David Lodge  <dave@cirt.net>
12189
12190         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12191
12192 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12193
12194         * shell/ev-window.c (update_window_title): replace newlines in
12195         the title by spaces. Bug #166107.
12196
12197 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12198
12199         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12200         parameters providing allocation width and height without
12201         scrollbars and width of a possible vertical scrollbar. With this
12202         additional information the functions can work as
12203         intended. Unfortunately they're not idempotent. We should
12204         transform these commands to toggles. Fixes Bug #164976
12205         Initial patch by Stephane Loeuillet, then heavily modified.
12206
12207         * shell/ev-view.h: update prototypes.
12208
12209         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12210         (ev_window_cmd_view_page_width): provide EvView fit functions with
12211         all the information they need. Formulas to calculate this
12212         information taken from GtkScrolledWindow.
12213
12214 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12215
12216         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12217         created a thumbnail, the list store is updated to know
12218         that the thumbnail is set. Fixes bug #166792
12219
12220 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12221
12222         * shell/ev-window.c: fixed typo, closes bug 166897
12223
12224         * TODO: updated TODO with bug numbers that are relevant
12225
12226 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12227
12228         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12229
12230 2005-02-09  Vincent Noel  <vnoel@cox.net>
12231
12232         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12233         and "Next" toolbar buttons as important to make them stand out.
12234
12235 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12236
12237         * lib/ev-debug.c:
12238         * lib/ev-debug.h:
12239         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12240         (start_interpreter), (stop_interpreter), (document_load),
12241         (ps_document_next_page), (ps_document_goto_page),
12242         (ps_document_set_page_size), (ps_document_widget_event),
12243         (ps_document_render):
12244         * shell/ev-page-view.c: (ev_page_view_dispose):
12245         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12246
12247         Fix compilation on non-gcc platforms
12248
12249 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12250
12251         * NEWS:
12252         * configure.ac:
12253
12254         Release 0.1.4
12255
12256         * pdf/xpdf/Catalog.cc:
12257         * pdf/xpdf/XRef.cc:
12258
12259         Fix the fix for CAN-2004-0888
12260
12261 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12262
12263         * data/Makefile.am:
12264         * data/evince-ui.xml:
12265         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12266         * shell/ev-stock-icons.h:
12267         * shell/ev-window.c: (update_action_sensitivity),
12268         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12269         (set_action_properties):
12270
12271         Improve toolbar layout/icons
12272
12273 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12274
12275         * pdf/xpdf/pdf-document.cc:
12276
12277         Add warnings about unimplemented/unknown link
12278         types.
12279
12280 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12281
12282         * ps/ps-document.c: (set_up_page):
12283
12284         Log gs property
12285
12286 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12287
12288         * ps/ps-document.c: (start_interpreter):
12289
12290         Log gs env var
12291
12292 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12293
12294         * shell/ev-page-view.c: (ev_page_view_dispose):
12295         * shell/ev-view.c: (ev_view_finalize):
12296         * shell/ev-window.c: (ev_window_setup_document),
12297         (ev_window_dispose), (ev_window_init):
12298
12299         Solve more refs issues.
12300
12301         I commented out the page_view initialization for now:
12302         it was never destroyed (because it's never added
12303         to a container). Because of that we was leaking
12304         gs processes. Couldnt think to a clean fix.
12305         We need to figure this out, password view has the
12306         same issue probably.
12307
12308 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12309
12310         * ps/ps-document.c: (ps_document_finalize),
12311         (ps_document_get_n_pages), (ps_document_get_page):
12312
12313         Some cleanups, stop the interpreter on finalize
12314
12315         * shell/ev-page-view.c: (ev_page_view_dispose),
12316         (ev_page_view_class_init):
12317
12318         Release our reference on the document
12319
12320 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12321
12322         * Makefile.am:
12323         * configure.ac:
12324         * doc/debugging.txt:
12325         * lib/.cvsignore:
12326         * lib/Makefile.am:
12327         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12328         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12329         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12330         * lib/ev-debug.h:
12331
12332         Add debugging helpers
12333
12334         * ps/Makefile.am:
12335         * ps/ps-document.c: (set_up_page), (start_interpreter),
12336         (stop_interpreter), (document_load), (ps_document_next_page),
12337         (ps_document_goto_page), (ps_document_set_page_size),
12338         (ps_document_widget_event), (ps_document_render):
12339         * shell/Makefile.am:
12340         * shell/ev-view.c: (expose_bin_window):
12341         * shell/main.c: (main):
12342
12343         Add some logs
12344         
12345 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12346
12347         * ps/ps-document.c: (ps_document_widget_event):
12348
12349         Initialize message_window, this should make ps
12350         rendering really work! (Never noticed because I was
12351         testing with a ps that is causing gs to exit every time!)
12352
12353 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12354
12355         * data/evince.schemas.in: updated simple error in applyto closing tag
12356
12357 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12358
12359         * Makefile.am:
12360         * configure.ac:
12361         * data/.cvsignore:
12362         * data/Makefile.am:
12363         * data/evince-ui.xml:
12364         A data/evince.schemas.in:
12365         * po/POTFILES.in:
12366         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12367         * shell/ev-stock-icons.h:
12368         * shell/ev-window.c: (update_chrome_visibility),
12369         (update_chrome_flag), (ev_window_cmd_edit_find),
12370         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12371         (ev_window_unfullscreen), (ev_window_focus_in_event),
12372         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12373         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12374         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12375         (ev_window_dispose), (ev_window_class_init),
12376         (set_action_properties), (set_chrome_actions), (load_chrome),
12377         (ev_window_init):
12378
12379         Implement fullscreen mode changes from bug #164776.
12380         Also implement persistent chrome toggles.
12381
12382 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12383
12384         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12385
12386 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12387
12388         * NEWS:
12389         * configure.ac:
12390         * shell/ev-view.c:
12391
12392         Add another check for find interface
12393
12394         Release 0.1.3
12395
12396 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12397
12398         * shell/ev-application.c: (ev_application_open):
12399         * shell/ev-window.c: (ev_window_open):
12400
12401         Open gzipped ps documents
12402
12403 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12404
12405         * TODO:
12406         * shell/ev-view.c: (set_document_page):
12407
12408         Clamp page number, dont try to move to
12409         not existant pages.
12410
12411 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12412
12413         * backend/ev-document-find.c: (ev_document_find_changed):
12414         * backend/ev-document-find.h:
12415         * pdf/xpdf/pdf-document.cc:
12416         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12417         * shell/ev-window.c: (find_bar_search_changed_cb):
12418
12419         Fix several bugs with find
12420
12421 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12422
12423         * shell/ev-sidebar-thumbnails.c
12424         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12425         document. Prevents warning from scroll_to_cell.
12426
12427 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12428
12429         * configure.ac: Add «nb» to ALL_LINGUAS too.
12430
12431 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12432
12433         * NOTES: New file with some random thoughts.
12434
12435         * TODO: Update.
12436
12437         * backend/ev-document-misc.c:
12438         (ev_document_misc_get_page_border_size): New function to
12439         canonicalize shadow drawing sizes.  Possibly goofy.
12440
12441         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12442         (ev_view_best_fit), (ev_view_fit_width):
12443         * pdf/xpdf/pdf-document.cc:
12444         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12445         * ps/ps-document.c: (ps_document_get_page_size):
12446         * backend/ev-document-misc.h:
12447         * backend/ev-document.c: (ev_document_get_page_size):
12448         * backend/ev-document.h: get_page_size now takes a page number
12449         parameter.  Made all the backends/frontends honor it.
12450
12451         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12452         see.  Doesn't work yet.
12453
12454         * shell/Makefile.am:
12455         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12456         Doesn't do anything yet.
12457
12458         * shell/ev-sidebar-thumbnails.c:
12459         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12460         [0..n_pages-1]
12461
12462         * shell/ev-window.c: (update_action_sensitivity),
12463         (ev_window_setup_document), (ev_window_set_page_mode),
12464         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12465         view-swapping code a bit so we can have multiple views on a
12466         document.  Add the multi-page view, though it can't be turned on
12467         yet.
12468
12469 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12470
12471         * shell/ev-application.c: (ev_application_open):
12472         * shell/ev-view.c: (expose_bin_window):
12473         * shell/ev-window.c: (ev_window_open):
12474
12475         Support eps and check document supports find
12476         before drawing highlightings in expose.
12477
12478 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12479
12480         * pixbuf/pixbuf-document.c:
12481         (pixbuf_document_thumbnails_get_dimensions),
12482         (pixbuf_document_document_thumbnails_iface_init):
12483
12484         implement get_dimensions
12485
12486 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12487
12488         * NEWS:
12489         * configure.ac:
12490
12491         Release 0.1.2
12492
12493 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12494
12495         * shell/ev-view.c: (set_document_page):
12496
12497         Scroll at the top of the page when changing page
12498
12499 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12500
12501         * shell/ev-view.c: (ev_view_motion_notify_event):
12502
12503         Do not redraw unnecessarily
12504
12505 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12506
12507         * pdf/xpdf/pdf-document.cc:
12508         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12509         (expose_bin_window), (find_changed_cb):
12510
12511         Yay! find works now... Now to find bugs...
12512
12513 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12514
12515         * backend/ev-document-find.c: (ev_document_find_base_init),
12516         (ev_document_find_changed):
12517         * backend/ev-document-find.h:
12518         * pdf/xpdf/pdf-document.cc:
12519         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12520         (expose_bin_window), (ev_view_init), (set_document_page),
12521         (ensure_rectangle_is_visible), (jump_to_find_result),
12522         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12523         (ev_view_find_next), (ev_view_find_previous):
12524         * shell/ev-view.h:
12525         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12526
12527         More work on find implementation, mostly there now
12528
12529 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12530
12531         * backend/ev-backend-marshalers.list:
12532         * backend/ev-document-find.c: (ev_document_find_base_init),
12533         (ev_document_find_cancel), (ev_document_find_page_has_results),
12534         (ev_document_find_get_n_results), (ev_document_find_get_result),
12535         (ev_document_find_get_progress), (ev_document_find_changed):
12536         * backend/ev-document-find.h:
12537
12538         Enanche the find interface to be really able to do
12539         multi page find.
12540
12541         * pdf/xpdf/pdf-document.cc:
12542
12543         Implement
12544
12545         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12546         (expose_bin_window), (ev_view_init),
12547         (ev_view_get_find_status_message), (find_changed_cb),
12548         (ev_view_set_document), (set_document_page):
12549
12550         Adapt to the new interface. A few things are regressed sorry,
12551         I will finish it soon.
12552
12553 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12554
12555         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12556         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12557         ev_sidebar_thumbnails_parent_class variable, don't define another
12558         parent_class variable.
12559
12560         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12561         (ev_page_action_class_init): ditto.
12562
12563         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12564         (pixbuf_document_class_init): ditto.
12565
12566         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12567         ditto.
12568
12569         * .cvsignore: ignore various valgrind output files.
12570
12571 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12572
12573         * data/evince-ui.xml:
12574         * shell/Makefile.am:
12575         * shell/ev-history.c:
12576         * shell/ev-history.h:
12577         * shell/ev-navigation-action.c:
12578         * shell/ev-navigation-action.h:
12579         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12580         (ev_view_set_page), (ev_view_fit_width):
12581         * shell/ev-view.h:
12582         * shell/ev-window.c: (update_action_sensitivity),
12583         (ev_window_setup_document), (register_custom_actions):
12584
12585         Kill session history
12586
12587 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12588
12589         * shell/ev-window.c: (update_action_sensitivity):
12590
12591         Fix inverted up/down buttons
12592
12593 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12594
12595         * shell/ev-sidebar-thumbnails.c
12596         (ev_sidebar_thumbnails_select_page): make sure the selected
12597         thumbnail stays visible.
12598
12599 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12600
12601         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12602         scrolled window for Federico.
12603
12604 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12605
12606         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12607
12608 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12609
12610         * configure.ac:
12611         * pdf/splash/SplashFTFontEngine.cc:
12612
12613         Fix CID fonts with freetype 2.1.9
12614
12615 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12616
12617         * TODO: added item for desktop icon thumbnailer
12618
12619 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12620
12621         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12622         unloaded docs when the title is accessed.
12623
12624         * shell/ev-password-view.[hc]: New widget for displaying password
12625         state.
12626
12627         * shell/ev-window.[ch]: Refactor password handling code to handle
12628         the new view.
12629
12630 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12631
12632         * NEWS:
12633         * configure.ac:
12634         * data/Makefile.am:
12635
12636         Release 0.1.1
12637
12638 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12639
12640         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12641         ignore page offset here, to make search results independent of it,
12642
12643         * shell/ev-view.c (expose_bin_window): but take offsets into
12644         account here. Bug #164932
12645
12646         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12647         scale at the right time. Bug #164996
12648
12649 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12650
12651         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12652         fix the problem. Now I just removed the Adobe font names and hope
12653         that the URW fonts are always in outline format. Bug #164934
12654
12655         * shell/ev-window.c (update_window_title): empty titles are
12656         useless, use filename in that case too.
12657
12658         * NEWS: Add some content.
12659
12660 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12661
12662         * TODO: added one more TODO item and a TODONE section :)
12663
12664 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12665
12666         * ps/ps-document.h: add page_[xy]_offset fields.
12667
12668         * ps/ps-document.c (ps_document_set_page_offset)
12669         (ps_document_render): Keep offset in consideration in a few
12670         places. Bug #164752 "postscript documents are not centered in
12671         window"
12672
12673         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12674         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12675
12676         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12677         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12678         stub out missing methods for complete EvDocument implementation.
12679         Fixes segfaults with Save A Copy and Copy actions.
12680
12681         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12682         (ps_document_document_iface_init): ditto.
12683         
12684 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12685
12686         * data/.cvsignore:
12687         * data/Makefile.am:
12688         * data/evince.desktop.in:
12689
12690         Add desktop file
12691
12692 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12693
12694         * shell/ev-view.c: (ev_view_button_press_event),
12695         (ev_view_motion_notify_event):
12696
12697         Make selection work in any direction
12698
12699 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12700
12701         * TODO:
12702         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12703
12704         Use shorter labels for some of the toolbars items
12705
12706 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12707
12708         * pdf/xpdf/pdf-document.cc:
12709
12710         Check the links info is initialized before
12711         using it. Should fix a crash on startup.
12712
12713 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12714
12715         * pixbuf/pixbuf-document.c
12716         (pixbuf_document_thumbnails_get_dimensions): force floating point
12717         division to calculate page_ratio. Fixes crash with landscape
12718         format pixbufs.
12719
12720 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12721
12722         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12723
12724 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12725
12726         * shell/ev-view.c (set_document_page): unset has_selection when
12727         the page changes.
12728         (set_document_page): handle paper size changes when the page
12729         changes (test with Free Culture, page 2).
12730
12731 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12732
12733         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12734         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12735
12736         Use normal style color for the widget background and
12737         draw a black box around the page.
12738
12739 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12740
12741         * pdf/xpdf/pdf-document.cc:
12742
12743         Keep offset in consideration in a few places
12744
12745         * shell/ev-view.c: (expose_bin_window):
12746
12747         Set the offsets so that the document is ever centered
12748
12749 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12750
12751         * TODO: Added TODO items and finished off the first todo item
12752
12753         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12754         reflect current authors
12755
12756 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12757
12758         * pdf/xpdf/pdf-document.cc:
12759         * shell/ev-view.c: (ev_view_set_cursor),
12760         (ev_view_motion_notify_event), (document_changed_callback),
12761         (set_document_page):
12762
12763         Show a wait cursor while the page is rendering
12764
12765 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12766
12767         * shell/ev-sidebar-thumbnails.c:
12768         (ev_sidebar_tree_selection_changed),
12769         (ev_sidebar_thumbnails_select_page):
12770         * shell/ev-sidebar-thumbnails.h:
12771         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12772         (ev_view_can_go_forward):
12773         * shell/ev-window.c: (ev_window_open_page),
12774         (ev_window_setup_document), (update_current_page),
12775         (view_page_changed_cb), (ev_window_init):
12776         * shell/ev-window.h:
12777
12778         Ensure thumbnails selection, toolbar page control and
12779         current page are in sync.
12780
12781 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12782
12783         * pdf/xpdf/XRef.cc:
12784
12785         Fix CAN-2005-0064
12786
12787 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12788
12789         * backend/Makefile.am:
12790         * backend/ev-document-links.h:
12791         * backend/ev-document-security.c: (ev_document_security_get_type),
12792         (ev_document_security_has_document_security),
12793         (ev_document_security_set_password):
12794         * backend/ev-document-security.h:
12795         * backend/ev-document.c: (ev_document_error_quark):
12796         * backend/ev-document.h:
12797         * data/Makefile.am:
12798         * data/evince-password.glade:
12799         * pdf/xpdf/pdf-document.cc:
12800         * shell/Makefile.am:
12801         * shell/ev-password.c: (ev_password_set_bad_password_label),
12802         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12803         (ev_password_dialog_get_password),
12804         (ev_password_dialog_set_bad_pass):
12805         * shell/ev-password.h:
12806         * shell/ev-window.c: (ev_window_get_attribute),
12807         (ev_window_set_property), (update_action_sensitivity),
12808         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12809         (ev_window_setup_document), (ev_window_get_password),
12810         (ev_window_open), (ev_window_cmd_save_as),
12811         (using_postscript_printer), (ev_window_print),
12812         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12813         (update_fullscreen_popup), (ev_window_fullscreen),
12814         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12815         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12816         (menu_item_select_cb), (find_bar_search_changed_cb),
12817         (ev_window_dispose), (ev_window_init):
12818
12819         Add initial support for password-supported dialogs.  This could be
12820         a lot cooler, but it'll do for now.
12821
12822 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12823
12824         * pdf/xpdf/pdf-document.cc:
12825         * shell/ev-view.c: (status_message_from_link),
12826         (ev_view_set_status), (ev_view_set_cursor),
12827         (ev_view_motion_notify_event), (ev_view_init):
12828         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12829
12830         Fix bugs in the links implementation and change cursor
12831         when hovering a link.
12832
12833 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12834
12835         * viewer/.cvsignore: added cvsignore file for viewer directory
12836
12837         * TODO: created TODO document
12838
12839 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12840
12841         * shell/ev-view.h:
12842         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12843         new functions to help with implementation of sensitivity code
12844         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12845         of all actions that might require it.  Fixes a crash when you
12846         click on the Zoom actions in a window lacking a document.
12847
12848 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12849
12850         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12851         of the Find action
12852
12853 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12854
12855         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12856         (pixbuf_document_document_iface_init):
12857         * ps/ps-document.c: (ps_document_get_link),
12858         (ps_document_document_iface_init):
12859         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12860         (status_message_from_link), (ev_view_set_status),
12861         (ev_view_set_find_status), (ev_view_motion_notify_event),
12862         (ev_view_button_release_event), (ev_view_set_property),
12863         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12864         (ev_view_get_find_status_message), (update_find_results),
12865         (ev_view_get_status), (ev_view_get_find_status):
12866         * shell/ev-view.h:
12867         * shell/ev-window.c: (view_status_changed_cb),
12868         (view_find_status_changed_cb), (ev_window_init):
12869
12870         View status message support, use it to show the links.
12871         Needs work...
12872
12873 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12874
12875         * backend/ev-document.c: (ev_document_get_link):
12876         * backend/ev-document.h:
12877         * pdf/xpdf/pdf-document.cc:
12878         * shell/ev-application.c: (ev_application_open):
12879         * shell/ev-application.h:
12880         * shell/ev-sidebar-links.c: (selection_changed_cb):
12881         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12882         (ev_view_go_to_link):
12883
12884         Add support for document links
12885
12886 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12887
12888         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12889         (create_tool_item):
12890         Set the spin button limits correctly.
12891         
12892         * shell/ev-sidebar-thumbnails.c:
12893         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12894         Support changing pages by clicking on the thumbnails.
12895         
12896 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12897
12898         * pixbuf/pixbuf-document.c:
12899         (pixbuf_document_thumbnails_get_dimensions),
12900         (pixbuf_document_document_thumbnails_iface_init):
12901
12902         implement get_dimensions
12903
12904 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12905
12906         * ps/ps-document.c: (ps_document_goto_page):
12907
12908         Fix page switching on multipage documents
12909
12910 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12911
12912         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12913         
12914         check for NULL before assigning to width and height parameters
12915
12916 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12917
12918         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12919         (pixbuf_document_set_property), (pixbuf_document_get_property):
12920
12921         implement get/set properties
12922
12923 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12924
12925         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12926         
12927         return NULL instead of "Unknown", letting the title get set to
12928         the filename when the pdf has no title.
12929
12930 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12931
12932         * ps/ps-document.c: (ps_document_get_page_count),
12933         (ps_document_goto_page):
12934
12935 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12936
12937         * shell/ev-history.c: (ev_history_get_property),
12938         (ev_history_set_property), (ev_history_class_init),
12939         (ev_history_add_page), (ev_history_set_current_index):
12940         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12941         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12942         (ev_navigation_action_finalize):
12943         * shell/ev-navigation-action.h:
12944         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12945         (ev_view_go_forward), (ev_view_get_find_status_message),
12946         (history_index_changed_cb), (ev_view_set_history):
12947         * shell/ev-view.h:
12948         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12949         (update_current_page), (register_custom_actions):
12950
12951         Implement history dropdowns
12952
12953 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12954
12955         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12956         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12957         (ev_view_go_forward):
12958         * shell/ev-window.c: (register_custom_actions):
12959
12960         Fix several history bugs
12961
12962 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12963
12964         * configure.ac: Add «nb» to ALL_LINGUAS.
12965
12966 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12967
12968         * backend/Makefile.am:
12969         * backend/ev-bookmark.c:
12970         * backend/ev-bookmark.h:
12971         * backend/ev-document-bookmarks.c:
12972         * backend/ev-document-bookmarks.h:
12973         * backend/ev-document-links.c: (ev_document_links_get_type),
12974         (ev_document_links_has_document_links),
12975         (ev_document_links_begin_read), (ev_document_links_get_link),
12976         (ev_document_links_get_child), (ev_document_links_next),
12977         (ev_document_links_free_iter):
12978         * backend/ev-document-links.h:
12979         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12980         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12981         (ev_link_get_link_type), (ev_link_set_link_type),
12982         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12983         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12984         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12985         (ev_link_new_external):
12986         * backend/ev-link.h:
12987         * pdf/xpdf/pdf-document.cc:
12988         * shell/Makefile.am:
12989         * shell/ev-application.c: (ev_application_open_link):
12990         * shell/ev-application.h:
12991         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12992         (ev_history_get_link_nth):
12993         * shell/ev-history.h:
12994         * shell/ev-sidebar-bookmarks.c:
12995         * shell/ev-sidebar-bookmarks.h:
12996         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12997         (ev_sidebar_links_class_init), (selection_changed_cb),
12998         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12999         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13000         (do_one_iteration), (populate_links_idle),
13001         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13002         * shell/ev-sidebar-links.h:
13003         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13004         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13005         (go_to_index):
13006         * shell/ev-view.h:
13007         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13008         * shell/ev-window.h:
13009
13010         Rename bookmark to link, and use "Index" for the sidebar panel.
13011
13012 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13013
13014         * shell/Makefile.am:
13015         * shell/ev-application.c: (ev_application_open_bookmark):
13016         * shell/ev-application.h:
13017         * shell/ev-history.c: (ev_history_init), (free_links_list),
13018         (ev_history_finalize), (ev_history_class_init),
13019         (ev_history_add_link), (ev_history_add_page),
13020         (ev_history_get_link_nth), (ev_history_get_n_links),
13021         (ev_history_get_current_index), (ev_history_set_current_index),
13022         (ev_history_new):
13023         * shell/ev-history.h:
13024         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13025         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13026         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13027         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13028         (ev_view_set_page):
13029         * shell/ev-view.h:
13030         * shell/ev-window.c: (ev_window_open_bookmark),
13031         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13032         (goto_page_cb), (register_custom_actions):
13033         * shell/ev-window.h:
13034
13035         Initial history implementation. Needs work.
13036
13037 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13038
13039         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13040
13041 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13042
13043         * cut-n-paste/recent-files/egg-recent-item.c:
13044         * cut-n-paste/recent-files/egg-recent-item.h:
13045         * cut-n-paste/recent-files/egg-recent-model.c:
13046         * cut-n-paste/recent-files/egg-recent-util.c:
13047         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13048         * cut-n-paste/recent-files/egg-recent-view.c:
13049
13050         Update
13051
13052 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13053
13054         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13055         (fillGlyph, fillImageMask, drawImage):
13056         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13057         pdf/splash/SplashTypes.h:
13058         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13059         packed mode for Splash.
13060
13061         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13062         RGB8 packed mode, eliminates the pixbuf data creation loop.
13063
13064         * shell/ev-print-job.c (ev_print_job_finalize)
13065         (ev_print_job_set_property, ev_print_job_get_property)
13066         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13067         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13068         (print_closure_finalize, ev_print_job_print): implement
13069         printing (for backends with EvPsExporter)
13070
13071         * shell/ev_print_job.h: update prototypes.
13072
13073         * shell/ev-window.c (ev_window_print): unref print job after
13074         printing.
13075
13076         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13077         unless the document implements the EvDocumentFind interface.
13078
13079 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13080
13081         * configure.ac: Added ja to ALL_LINGUAS.
13082
13083 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13084
13085         * pdf/xpdf/pdf-document.cc:
13086
13087         add a FIXME. We should probably not allocate
13088         a bookmark object every time
13089
13090 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13091
13092         * shell/ev-application.c: (ev_application_open),
13093         (ev_application_open_bookmark):
13094         * shell/ev-application.h:
13095         
13096         Add a way to open bookmarks
13097
13098         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13099         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13100         (ev_bookmark_set_property), (ev_bookmark_class_init),
13101         (ev_bookmark_new_title), (ev_bookmark_new_link),
13102         (ev_bookmark_new_external):
13103
13104         Support for external uris, better constructors.
13105
13106         * backend/ev-bookmark.h:
13107         * pdf/xpdf/pdf-document.cc:
13108         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13109
13110         Handle external uris
13111
13112 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13113
13114         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13115         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13116
13117         Hook up bookmarks navigation
13118
13119 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13120
13121         * backend/Makefile.am:
13122         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13123         (ev_bookmark_get_title), (ev_bookmark_set_title),
13124         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13125         (ev_bookmark_get_page), (ev_bookmark_set_page),
13126         (ev_bookmark_get_property), (ev_bookmark_set_property),
13127         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13128         (ev_bookmark_new):
13129         * backend/ev-bookmark.h:
13130         * backend/ev-document-bookmarks.c:
13131         (ev_document_bookmarks_get_bookmark):
13132         * backend/ev-document-bookmarks.h:
13133         * pdf/xpdf/pdf-document.cc:
13134         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13135
13136         Add a bookmark object to the backend and use it instead of get_values
13137
13138 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13139
13140         * data/evince-ui.xml:
13141
13142         Cleanup and add select all.
13143
13144         * shell/ev-view.c: (ev_view_select_all),
13145         (ev_view_button_press_event):
13146         * shell/ev-view.h:
13147         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13148
13149         Add select all.
13150         Clear selection on click.
13151
13152 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13153
13154         * shell/ev-sidebar-thumbnails.c
13155         (ev_sidebar_thumbnails_set_document): forgot to unref the
13156         loading_icon.
13157
13158 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13159
13160         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13161         at the visible page, not just linearly.  This makes it look fast.
13162
13163 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13164
13165         * backend/ev-document-misc.c
13166         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13167         white.
13168         * backend/ev-document-thumbnails.h: New interface to get the size
13169         of a page.
13170
13171 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13172
13173         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13174         make dist works
13175
13176 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13177
13178         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13179         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13180         things up a bit.
13181
13182         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13183
13184 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13185
13186         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13187         fonts. Should fix font problems on systems that have the base
13188         fonts in bitmap format. Reported by James Henstridge
13189         <james@jamesh.id.au>.
13190
13191 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13192
13193         * pdf/xpdf/Gfx.cc:
13194         * pdf/xpdf/GfxState.cc:
13195
13196         Fix for CAN-2004-1125
13197
13198 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13199
13200         * shell/ev-view.c: (ev_view_copy):
13201         * shell/ev-view.h:
13202         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13203
13204         Implement Edit->Copy
13205
13206 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13207
13208         * backend/ev-document.c: (ev_document_get_text):
13209         * backend/ev-document.h:
13210         * pdf/xpdf/pdf-document.cc:
13211         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13212         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13213         (ev_view_update_primary_selection), (ev_view_button_press_event),
13214         (ev_view_motion_notify_event), (ev_view_button_release_event):
13215
13216         Beginnings of clipboard support. Incomplete but primary sort
13217         of work.
13218
13219 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13220
13221         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13222         (expose_bin_window):
13223
13224         Nicer rubberband drawing, from GtkIconView.
13225
13226 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13227
13228         * backend/ev-document.c: (ev_document_save):
13229         * backend/ev-document.h:
13230         * data/evince-ui.xml:
13231         * pdf/xpdf/pdf-document.cc:
13232         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13233
13234         Implement "Save a copy..." menu item
13235
13236 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13237
13238         * shell/ev-view.c: (ev_view_zoom):
13239
13240         Queue a resize when zoom changes
13241
13242 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13243
13244         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13245         shadows.
13246
13247         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13248         thumbnails..
13249
13250 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13251
13252         * pdf/xpdf/pdf-document.cc
13253         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13254
13255 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13256
13257         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13258         It's slow, but I'll speed it up next!
13259
13260 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13261
13262         * shell/main.c (load_files):
13263
13264         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13265         from the command line and because it seems more appropriate.
13266
13267 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13268
13269         * data/evince-ui.xml:
13270         * shell/ev-window.c: (update_action_sensitivity),
13271         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13272
13273         s/next page/page down
13274         s/previous page/page up
13275
13276 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13277
13278         * data/evince-ui.xml:
13279
13280         Change the layout to match clarkbw design.
13281
13282         * shell/Makefile.am:
13283         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13284         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13285         (ev_navigation_action_finalize),
13286         (ev_navigation_action_set_property),
13287         (ev_navigation_action_get_property),
13288         (ev_navigation_action_class_init):
13289         * shell/ev-navigation-action.h:
13290
13291         Implement clarkbw toolbar navigation controls (incomplete)
13292
13293         * shell/ev-page-action.c: (update_label), (update_spin),
13294         (value_changed_cb), (create_tool_item), (connect_proxy),
13295         (ev_page_action_init), (ev_page_action_finalize),
13296         (ev_page_action_set_property), (ev_page_action_get_property),
13297         (ev_page_action_set_current_page),
13298         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13299         * shell/ev-page-action.h:
13300
13301         Implement a page switcher in the toolbar
13302
13303         * shell/ev-view.c: (ev_view_scroll_view):
13304         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13305         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13306         (register_custom_actions), (ev_window_init):
13307
13308         Change page on PageUp/Down.
13309
13310 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13311
13312         * pdf/xpdf/pdf-document.cc
13313         (pdf_document_thumbnails_get_thumbnail): initial stab at
13314         implementing thumbnail support for pdfs.  It only does documents
13315         with precached pdfs now.
13316
13317 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13318
13319         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13320         thumbnail code into a time-based idle as well.  Also, turn off the
13321         shadow temporarily as it's really slow.
13322
13323 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13324
13325         * backend/ev-document.c: (ev_document_class_init):
13326         * pdf/xpdf/pdf-document.cc:
13327         * shell/ev-window.c: (ev_window_open):
13328
13329         Fix document title bugs and fallback to
13330         filename when not available.
13331
13332 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13333
13334         * backend/ev-document.c: (ev_document_get_type),
13335         (ev_document_class_init), (ev_document_load),
13336         (ev_document_get_title):
13337         * backend/ev-document.h:
13338         * pdf/xpdf/pdf-document.cc:
13339         * ps/ps-document.c: (ps_document_set_property),
13340         (ps_document_get_property), (ps_document_class_init),
13341         (document_load):
13342         * ps/ps-document.h:
13343         * ps/ps.h:
13344         * shell/ev-window.c: (update_window_title), (ev_window_open),
13345         (ev_window_init):
13346
13347         Initial support for document title. Not working yet.
13348
13349 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13350
13351         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13352
13353         Grab focus on the view when clicking it
13354
13355 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13356
13357         * shell/ev-marshal.list:
13358         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13359         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13360
13361         Add key bindings to the view. Now if the focus would work
13362         right...
13363
13364 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13365
13366         * Makefile.am:
13367         * backend/Makefile.am:
13368         * data/Makefile.am:
13369         * dvi/Makefile.am:
13370         * dvi/dvilib/Makefile.am:
13371         * pdf/xpdf/Makefile.am:
13372         * po/POTFILES.in:
13373         * ps/Makefile.am:
13374
13375         Fix distcheck
13376
13377 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13378
13379         * shell/ev-view.c: (ev_view_realize):
13380
13381         Fix mouse wheel scrolling
13382
13383 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13384
13385         * ps/Makefile.am:
13386         * ps/gstypes.h:
13387         * ps/gtkgs.c:
13388         * ps/gtkgs.h:
13389         * ps/ps-document.c: (catchPipe), (ps_document_init),
13390         (ps_document_class_init), (ps_document_cleanup),
13391         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13392         (set_up_page), (close_pipe), (is_interpreter_ready),
13393         (interpreter_failed), (output), (input), (start_interpreter),
13394         (stop_interpreter), (file_length), (file_readable),
13395         (check_filecompressed), (check_pdf), (compute_xdpi),
13396         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13397         (ps_document_get_type), (ps_document_emit_error_msg),
13398         (document_load), (ps_document_next_page),
13399         (ps_document_get_current_page), (ps_document_get_page_count),
13400         (ps_document_goto_page), (ps_document_set_page_size),
13401         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13402         (ps_document_load), (ps_document_get_n_pages),
13403         (ps_document_set_page), (ps_document_get_page),
13404         (ps_document_widget_event), (ps_document_set_target),
13405         (ps_document_set_scale), (ps_document_set_page_offset),
13406         (ps_document_get_page_size), (ps_document_render),
13407         (ps_document_document_iface_init):
13408         * ps/ps-document.h:
13409         * ps/ps.c:
13410         * shell/ev-window.c: (ev_window_open):
13411
13412         Rename GtkGS to PSDocument
13413
13414 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13415
13416         * ps/gtkgs.c: (gtk_gs_class_init):
13417         * ps/gtkgs.h:
13418
13419         Some more leftover...
13420
13421 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13422
13423         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13424         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13425         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13426         * ps/gtkgs.h:
13427
13428         Remove unused code and make a lot of stuff private
13429
13430 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13431
13432         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13433         (gtk_gs_defaults_changed):
13434         * ps/gsdefaults.h:
13435         * ps/gtkgs.c:
13436         * ps/gtkgs.h:
13437         * ps/ps.h:
13438
13439         Cleanup headers dependencies
13440
13441 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13442
13443         * ps/Makefile.am:
13444         * ps/ggvutils.c:
13445         * ps/ggvutils.h:
13446         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13447         * ps/gsdefaults.h:
13448         * ps/gtkgs.c: (file_length), (file_readable),
13449         (check_filecompressed), (check_pdf), (gtk_gs_load),
13450         (gtk_gs_get_postscript):
13451
13452         Get rid of ggvutils
13453
13454 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13455
13456         * ps/ggvutils.c:
13457         * ps/ggvutils.h:
13458         * ps/gsio.h:
13459         * ps/gtkgs.c: (gtk_gs_set_zoom):
13460
13461         Cleanups
13462
13463 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13464
13465         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13466
13467         Ensure the page is rerendered when changing zoom
13468
13469 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13470
13471         * backend/ev-document.c: (ev_document_base_init),
13472         (ev_document_changed):
13473         * backend/ev-document.h:
13474
13475         Add a changed event that is emitted when the page content
13476         changes. This is necessary to deal with the fact that
13477         in ps backend rendering happen asycrounously.
13478         This makes the ps backend mostly work.
13479
13480         * pdf/xpdf/pdf-document.cc:
13481
13482         Emit changed event
13483
13484         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13485         (ps_document_set_target):
13486
13487         Emit changed event
13488
13489         * shell/ev-view.c: (document_changed_callback),
13490         (ev_view_set_document), (ev_view_set_page):
13491
13492         Redraw on the changed signal
13493
13494 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13495
13496         * configure.ac: Added pt_BR to ALL_LINGUAS.
13497
13498 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13499
13500         * backend/ev-document-bookmarks.c:
13501         (ev_document_bookmarks_get_child): *
13502         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13503         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13504         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13505         (ev_sidebar_bookmarks_destroy),
13506         (ev_sidebar_bookmarks_class_init),
13507         (ev_sidebar_bookmarks_construct), (stack_data_free),
13508         (do_one_iteration), (populate_bookmarks_idle),
13509         (ev_sidebar_bookmarks_clear_document),
13510         (ev_sidebar_bookmarks_set_document): *
13511         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13512         (ev_sidebar_add_page),
13513         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13514         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13515         it displays both the topics and the page numbers.
13516
13517 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13518
13519         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13520         toggle.
13521         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13522         visible.
13523
13524 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13525
13526         * configure.ac: Added en_CA to ALL_LINGUAS.
13527
13528 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13529
13530         * ChangeLog: replace bottom of this ChangeLog (merged history of
13531         ggv and gpdf; where all paths were wrong and most of the files are
13532         not even in this tree) with ChangeLog (from arch) of the shell
13533         code.
13534
13535 2004-12-23  Havoc Pennington  <hp@redhat.com>
13536
13537         * shell/ev-window.c: hook up potentially-questionable "find
13538         results status text" feature - something involving the sidebar or
13539         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13540         might be better in the end.
13541
13542         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13543         with corresponding signal when it should be updated
13544
13545         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13546
13547 2004-12-22  Havoc Pennington  <hp@redhat.com>
13548
13549         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13550         find stuff on other pages, sort of (only returns one result on
13551         invisible pages, to show they have results; updates full results
13552         for a page when you view it). Currently repaints the current page
13553         every time a new result is found on any page, which isn't so nice.
13554
13555 2004-12-22  Havoc Pennington  <hp@redhat.com>
13556
13557         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13558         the document doesn't support find (better ideas?)
13559         (find_bar_search_changed_cb): handle missing document or document
13560         that doesn't support find
13561
13562         * pdf/xpdf/pdf-document.cc: port to implement the new
13563         EvDocumentFindIface
13564
13565         * backend/ev-document-find.c: create a new interface for searching
13566
13567         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13568
13569 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13570
13571         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13572         libevbackend.la.
13573
13574         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13575         EvPrintJob constructor arguments.
13576
13577         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13578         for documents that can export PostScript (page by page).
13579
13580         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13581         
13582         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13583         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13584         (pdf_document_ps_exporter_iface_init:
13585         Implement EvPSExporter.
13586
13587         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13588
13589 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13590
13591         * backend/Makefile.am:
13592         * backend/ev-document-thumbnails.c:
13593         (ev_document_thumbnails_get_type),
13594         (ev_document_thumbnails_get_thumbnail):
13595         * backend/ev-document-thumbnails.h:
13596         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13597         (pixbuf_document_thumbnails_get_thumbnail),
13598         (pixbuf_document_document_thumbnails_iface_init):
13599         * shell/Makefile.am:
13600         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13601         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13602         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13603         * shell/ev-sidebar-thumbnails.h:
13604         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13605         (ev_sidebar_set_document):
13606         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13607         (create_shadow), (ev_pixbuf_add_shadow):
13608         * shell/ev-utils.h:
13609         Add thumbnail support.
13610         
13611 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13612
13613         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13614         (using_postscript_printer): Set up a print dialog for "PostScript
13615         injection" method.
13616
13617         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13618         EvPrintJob.
13619
13620         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13621
13622 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13623
13624         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13625         (ps_document_set_target), (ps_document_get_page_size),
13626         (ps_document_render):
13627         * ps/gtkgs.h:
13628
13629         Fix a few bugs
13630
13631 2004-12-22  Christian Rose  <menthos@menthos.com>
13632
13633         * configure.ac: Added "sv" to ALL_LINGUAS.
13634
13635 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13636
13637         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13638         document supports bookmarks.
13639
13640 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13641
13642         * ps/ggvutils.c: (ggv_file_readable):
13643         * ps/ggvutils.h:
13644         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13645         (gtk_gs_get_postscript):
13646
13647         Remove unused utils
13648
13649 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13650
13651         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13652         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13653         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13654         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13655         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13656         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13657         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13658         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13659         (gtk_gs_set_antialiasing), (ps_document_load),
13660         (ps_document_render):
13661         * ps/gtkgs.h:
13662
13663         Another check point for the ps backend. Now I can get it to show
13664         pages!
13665
13666 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13667
13668         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13669         document setting code.
13670
13671 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13672
13673         * shell/eggfindbar.c: (entry_activate_callback):
13674         Animate the next button when activate is pressed.
13675         
13676 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13677
13678         * shell/ev-window.c: (ev_window_cmd_edit_find),
13679         (update_fullscreen_popup), (ev_window_fullscreen),
13680         (ev_window_unfullscreen), (ev_window_state_event_cb),
13681         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13682         Fix bugs in fullscreen code.
13683         
13684 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13685
13686         * Makefile.am:
13687         * configure.ac:
13688         * pixbuf/Makefile.am:
13689         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13690         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13691         (pixbuf_document_set_page), (pixbuf_document_get_page),
13692         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13693         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13694         (pixbuf_document_render), (pixbuf_document_begin_find),
13695         (pixbuf_document_end_find), (pixbuf_document_finalize),
13696         (pixbuf_document_class_init),
13697         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13698         * pixbuf/pixbuf-document.h:
13699         * shell/Makefile.am:
13700         * shell/ev-application.c: (ev_application_open):
13701         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13702         (ev_window_open):
13703         Add pixbuf backend.
13704         
13705 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13706
13707         * Makefile.am: 
13708         * dvi/dvilib/Makefile.am:
13709         * dvi/Makefile.am:
13710         * configure.ac: Auto*ify dvi and dvi/dvilib
13711
13712         * dvi/Makefile: Remove from CVS
13713         
13714         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13715         confusion.
13716
13717         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13718         
13719         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13720         
13721 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13722
13723         * ps/Makefile.am:
13724         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13725         (gtk_gs_value_adjustment_changed), (compute_size),
13726         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13727         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13728         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13729         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13730         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13731         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13732         (ps_document_load), (ps_document_get_n_pages),
13733         (ps_document_set_page), (ps_document_get_page),
13734         (ps_document_set_target), (ps_document_set_scale),
13735         (ps_document_set_page_offset), (ps_document_get_page_size),
13736         (ps_document_render), (ps_document_begin_find),
13737         (ps_document_end_find), (ps_document_document_iface_init):
13738         * ps/gtkgs.h:
13739         * shell/Makefile.am:
13740         * shell/ev-window.c: (ev_window_open):
13741
13742         Some work to integrate gtkgs with EvDocument
13743
13744 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13745
13746         * shell/ev-window.c: (update_fullscreen_popup),
13747         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13748         (exit_fullscreen_button_clicked_cb),
13749         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13750         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13751         (ev_window_state_event_cb), (ev_window_init):
13752         Add fullscreen support from Epiphany.
13753         
13754 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13755
13756         * data/ev-stock-zoom-fit-width.png: fit-width
13757         stock icon from gpdf.
13758         
13759         * shell/ev-stock-icons.[ch]: copied from gpdf.
13760         
13761         * shell/main.c: (main): init stock icons.
13762         
13763         * shell/ev-window.c: use the fit-width icon.
13764         
13765         * data/evince-ui.xml: add zooming toolbar items.
13766
13767 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13768
13769         * shell/ev-view.c: 
13770         (ev_view_best_fit), (ev_view_fit_width): because
13771         get_page_size() returns the scaled page size, we
13772         need to calculate the scale factor relative to
13773         the previous scale factor. Should really just
13774         add get_real_page_size().
13775
13776 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13777
13778         * shell/ev-view.[ch]:
13779         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13780         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13781         add zooming.
13782         
13783         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13784         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13785         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13786         hook it up.
13787         
13788         * pdf/xpdf/pdf-document.cc:
13789         (pdf_document_begin_find),
13790         (pdf_document_end_find): make static.
13791
13792 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13793
13794         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13795
13796         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13797         names to fontconfig patterns.
13798         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13799
13800         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13801         setupBaseFontsFc.
13802
13803 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13804
13805         * Makefile.am:
13806         * configure.ac:
13807         * ps/Makefile.am:
13808         * ps/ggvutils.c:
13809         * ps/ggvutils.h:
13810         * ps/gsdefaults.c:
13811         * ps/gsdefaults.h:
13812         * ps/gsio.c:
13813         * ps/gsio.h:
13814         * ps/gtkgs.c:
13815         * ps/gtkgs.h:
13816         * ps/ps.c:
13817         * ps/ps.h:
13818
13819         Import ggv backend. Not hooked up yet.
13820
13821 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13822
13823         * shell/main.c: (load_files), (main): load files
13824         from the command line.
13825
13826 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13827
13828         * configure.ac: don't require bonobo.
13829         
13830         * cut-n-paste/recent-files/*: kill bonobo recent
13831         view.
13832
13833         * shell/ev-window.c:
13834         (ev_window_is_empty): upd.
13835         (unable_to_load), (ev_window_open): load backend
13836         based on the mime type.
13837
13838 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13839
13840         * backend/.cvsignore: ignore generated marshalers source.
13841
13842         * shell/main.c (main): this is not epiphany.
13843
13844 2004-12-22  Havoc Pennington  <hp@redhat.com>
13845
13846         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13847         (expose_bin_window): draw find highlights
13848
13849         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13850         
13851         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13852         (pdf_document_end_find): implement this interface
13853
13854         * backend/ev-document.c (ev_document_found): add this to emit
13855         signal
13856
13857 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13858
13859         * data/evince-ui.xml: Add a few more toolbar items.
13860
13861         * shell/ev-window.c: Hook up page navigation toolbar 
13862         items.
13863
13864         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13865         a page-changed signal.
13866
13867         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13868         Add ev_document_get_page().
13869
13870         * shell/ev-window.c: Sensitize/desensitize navigation
13871         actions.
13872
13873 2004-12-21  Havoc Pennington  <hp@redhat.com>
13874
13875         * backend/ev-backend-marshal.c,
13876         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13877         marshaler-generator thingy. I'm sure there's a better way to do
13878         this in the modern world.
13879
13880         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13881         end_find methods and "found" signal.
13882
13883         * configure.ac: find glib-genmarshal
13884
13885 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13886
13887         * shell/ev-sidebar.c: Construct an actual sidebar.
13888         * shell/ev-sidebar-bookmarks.[ch]:
13889         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13890
13891 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13892
13893         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13894         Redo size handling.
13895         
13896         * shell/ev-view.c: Track the size from the document.
13897
13898 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13899
13900         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13901         constructor assumes ownership of the string passed in.
13902         
13903         * shell/ev-window.c (ev_window_open): Destroy the error
13904         dialog once we've displayed it.
13905
13906 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13907
13908         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13909         a bit, it works! (sort of)
13910
13911         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13912         Move to .cc since we need to use C++ in the implementation.
13913
13914         * shell/dummy.cc: Add a CC file to force evince
13915         to be linked as a C++ program.
13916
13917 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13918
13919         * shell/ev-view.[ch]: Start of content-area widget.
13920
13921         * shell/ev-window.c: Create a EvView, update it
13922         as we change documents.
13923
13924         * shell/Makefile.am shell/ev-marshal.list: Add
13925         generated marshalers.
13926
13927 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13928
13929         * Makefile.am (SUBDIRS): move shell.
13930
13931 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13932
13933         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13934         .a to libtool convenience libraries.
13935
13936         * shell/ev-window.c (ev_window_open): Hard code loading
13937         a PDF document.
13938         
13939         * backend/ev-document.h: Add a boolean return to load(),
13940         fix GError * to GError **.
13941
13942         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13943         object for a PDF backend EvDocument.
13944
13945 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13946
13947         * dvi/*: New directory with the beginning of a .dvi backend.
13948
13949 2004-12-21  Havoc Pennington  <hp@redhat.com>
13950
13951         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13952         previous/next instead of back/forward
13953
13954 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13955
13956         * backend/ev-document.[ch]: Fix a couple of problems so
13957         it compile.
13958
13959 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13960
13961         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13962         to backend/ directory, rename EvViewer to EvDocument.
13963
13964 2004-12-21  Havoc Pennington  <hp@redhat.com>
13965
13966         * shell/ev-window.c: hook up the find bar widget; now we just need
13967         a document to find things in
13968
13969         * shell/eggfindbar.c: a find bar widget
13970
13971 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13972
13973         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13974
13975 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13976
13977         * pdf/**: Import of xpdf code from gpdf. 
13978
13979         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13980
13981         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13982         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13983         Fix FreeType includes.
13984
13985         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13986         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13987         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13988         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13989         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13990         Include xpdfconfig.h
13991         
13992 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13993
13994         * shell/ev-window.c (ev_window_dispose): dispose can be called
13995         multiple times.
13996
13997 2004-12-21  Havoc Pennington  <hp@redhat.com>
13998
13999         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14000         rather than Evince
14001
14002         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14003         items; really they should be synced with the strings, etc. from
14004         current gpdf, but just getting the boring typing out of the way 
14005
14006 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14007
14008         * po/POTFILES.in:
14009         * shell/ev-application.c: (window_destroy_cb):
14010         * shell/ev-window.c:
14011         * shell/main.c: (main):
14012
14013         Actually show the window...
14014
14015 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14016
14017         * Makefile.am:
14018         * shell/Makefile.am:
14019         * shell/ev-application.c: (ev_application_class_init):
14020         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14021
14022         Make it build again
14023
14024 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14025
14026         Import to gnome cvs.
14027         
14028         * Remove copies of gpdf and ggv trees.
14029         * Rip out all the recursive configure code.
14030         * Remove bonobo machinery.
14031         * viewer/*: GInterfaces that backends should/can implement.
14032
14033 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14034
14035         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14036         typo
14037
14038 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14039
14040         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14041         (ev_application_finalize, ev_application_class_init)
14042         (ev_application_init): use GType instance private data for priv.
14043
14044         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14045         (ev_window_finalize, ev_window_class_init)
14046         (ev_window_init): ditto.
14047
14048 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14049
14050         * shell/ev-application.c (ev_application_new_window): make public
14051         (ev_application_show_initial_window): kill.
14052
14053         * shell/ev-application.h: update prototypes.
14054
14055         * shell/main.cc (main): inline ev_application_show_initial_window.
14056
14057 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14058
14059         * shell/ev-application.c (ev_application_new_window): impl.
14060         (ev_application_show_initial_window): use it.
14061         (is_window_empty, ev_application_get_empty_window): returns an
14062         existing empty window or a new one.
14063         (ev_application_open): from ev_window_cmd_file_open.
14064
14065         * shell/ev-application.h: update prototypes
14066
14067         * shell/ev-window.c (ev_window_is_empty): impl.
14068         (ev_window_open): make public.
14069         (ev_window_cmd_file_open): use ev_application_open
14070
14071         * shell/ev-window.h: update prototypes, remove unused.
14072
14073 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14074
14075         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14076         move destroy handler out of here...
14077
14078         * shell/ev-application.c, shell/ev-application.h: ...into this new
14079         class. Also handles initial window creation.
14080
14081         * shell/main.cc (main): use EvApplication to create initial
14082         window.
14083
14084 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14085
14086         * Makefile.am (SUBDIRS): add cut-n-paste
14087
14088         * cut-n-paste/Makefile.am: add
14089
14090         * configure.ac: generate Makefiles in cut-n-paste
14091
14092 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14093
14094         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14095         (ev_window_class_init): install ev_window_dispose.
14096
14097 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14098
14099         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14100         char (gchar looks stupid).
14101
14102 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14103
14104         * po/de.po: updated German translation.
14105
14106 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14107
14108         * configure.ac: add more pkg-config library checks for gnome-vfs,
14109         bonobo etc.
14110
14111         * gpdf/configure.in: temporarily disable libpaper
14112         checks. Otherwise I'd have to add the checks for the shell, too.
14113
14114 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14115
14116         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14117         and * file filters to the file choose.
14118
14119 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14120
14121         * po/de.po: Updated German translation.
14122
14123 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14124
14125         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14126
14127 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14128
14129         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14130
14131         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14132         (ev_window_init): implement those menuitems.
14133
14134 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14135
14136         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14137
14138         * shell/ev-window.c (ev_window_init): use the toolbar.
14139
14140 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14141
14142         * shell/ev-window.c (ev_window_init): use menu translations
14143
14144 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14145
14146         * configure.ac: add "de" to ALL_LINGUAS.
14147
14148         * po/de.po: add German translation.
14149
14150 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14151
14152         * Makefile.am (SUBDIRS): add po
14153
14154         * configure.ac: check intltool, glib-gettext etc, generate
14155         po/Makefile.in
14156
14157         * po, po/POTFILES.in, po/POTFILES.skip: new.
14158
14159 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14160
14161         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14162         already use (#ifdef ENABLE_NLS)
14163
14164         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14165         pointer indirection thinko.
14166
14167         * shell/main.c: include gi18n.h for bindtextdomain etc.
14168
14169 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14170
14171         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14172         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14173         tooltips for menu items in the statusbar.
14174
14175 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14176
14177         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14178         pkgdatadir drop UIDIR
14179
14180 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14181
14182         * data/evince-ui.xml: Add File->Open menu item
14183
14184         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14185         chooser), hook it up in the ui manager.
14186
14187 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14188
14189         * shell/ev-window.c: fix Help->About tooltip.
14190
14191 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14192
14193         * configure.ac: set CFLAGS for libevprivate.
14194
14195         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14196         definitions, factory etc.
14197
14198         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14199
14200         * shell/Makefile.am: link against libevprivate.a.
14201
14202         * shell/ev-window.c (entries): add stock icon to Help->About.
14203
14204         * shell/main.c (main): init stock icon code.
14205
14206 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14207
14208         * lib/recent-files: egg recent files code
14209
14210         * lib/Makefile.am: add.
14211
14212         * Makefile.am: add lib subdir.
14213
14214         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14215         set CFLAGS for recent-files.
14216
14217 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14218
14219         * configure.ac: disable -ansi and -pedantic gcc flags. They
14220         disable POSIX stuff in stdio.h, but egg-recent uses them.
14221
14222 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14223
14224         * configure.ac: add --disable-deprecated flag (defaults to on in
14225         "cvs" builds).
14226
14227         * shell/Makefile.am (INCLUDES): use it.
14228
14229 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14230
14231         * shell/main.c: add missing #include.
14232
14233         * shell/ev-window.c: fix for pedantic gcc.
14234         (ev_window_cmd_help_about): split license into paragraphs for
14235         translators and pedantic compilers.
14236
14237 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14238
14239         * configure.ac: add more warning flags if compiling with gcc from
14240         cvs (or explicitly requested with --enable-more-warnings).
14241
14242 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14243
14244         * data/evince-ui.xml: add File and File->Close menu.
14245
14246         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14247         (ev_window_destroy): quit after destroy.
14248         (ev_window_class_init): override GtkObject::destroy.
14249         (entries): install close_window callback.
14250
14251 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14252
14253         * Makefile.am (SUBDIRS): add data subdir.
14254
14255         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14256         gtk+ 2.5.0 for GtkAboutDialog.
14257
14258         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14259         main window.
14260
14261         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14262
14263         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14264         manager.
14265         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14266
14267 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14268
14269         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14270
14271 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14272
14273         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14274
14275 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14276
14277         * shell/*: Added shell directory boilerplate, build it.
14278
14279 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14280
14281         * configure.ac, Makefile.am: Added top-level configure.ac and
14282         Makefile.am