]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Use GdkAppLaunchContext when available to open attachments.
[evince.git] / ChangeLog
1 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
4         (ev_attachment_open):
5         * shell/ev-sidebar-attachments.c:
6         (ev_sidebar_attachments_button_press):
7         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
8
9         Use GdkAppLaunchContext when available to open attachments.
10         
11 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
12
13         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
14
15         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
16         by Eric Piel.
17         
18 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
19
20         * shell/ev-application.c: (ev_application_get_media_keys):
21         * shell/ev-media-player-keys.[ch]:
22         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
23         (ev_media_player_keys_grab_keys),
24         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
25         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
26         * shell/ev-window.[ch]: (ev_window_dispose),
27         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
28         (ev_window_init):
29
30         Clean up the media player keys stuff.
31         
32 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
33
34         * NEWS:
35         * configure.ac:
36
37         Update for release 2.23.91.
38         
39 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
40
41         * cut-n-paste/smclient/eggsmclient-xsmp.c:
42         (sm_client_xsmp_set_initial_properties):
43
44         Fix memory leak.
45         
46 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
47
48         * shell/ev-application.c: (ev_application_open_window),
49         (ev_application_open_uri_at_dest):
50
51         Make sure evince starts up in the right workspace when resuming a
52         previous session.
53         
54 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
55
56         * shell/ev-application.[ch]: (ev_application_open_window),
57         (ev_application_add_icon_path_for_screen),
58         (ev_application_open_uri_at_dest):
59
60         Fix window manager warnings shown in ~/.xsession-errors
61         
62 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
63
64         * configure.ac:
65         * cut-n-paste/Makefile.am:
66         * cut-n-paste/smclient/Makefile.am:
67         * cut-n-paste/smclient/eggdesktopfile.[ch]:
68         * cut-n-paste/smclient/eggsmclient-private.h:
69         * cut-n-paste/smclient/eggsmclient-xsmp.c:
70         * cut-n-paste/smclient/eggsmclient.[ch]:
71
72         EggSMClient copied from libegg
73
74         * libdocument/ev-file-helpers.c: (ev_dot_dir):
75         * shell/Makefile.am:
76         * shell/ev-application.[ch]: (ev_application_load_session),
77         (smclient_save_state_cb), (smclient_quit_cb),
78         (ev_application_init_session), (ev_application_shutdown),
79         (ev_application_init):
80         * shell/main.c: (main):
81
82         Use EggSMClient instead of gnome-client and remove libgnome and
83         libgnomeui dependencies.
84         
85 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
86
87         * shell/main.c: (main):
88
89         Remove gnome_authentication_manager_init.
90         
91 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * shell/ev-view.c: (ev_view_goto_window_create):
94
95         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
96         since it's now deprecated.
97         
98 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * backend/djvu/Makefile.am:
101         * backend/djvu/djvu-document-private.h:
102         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
103         (djvu_document_find_iface_init):
104         * backend/djvu/djvu-text-page.[ch]:
105         * backend/djvu/djvu-text.[ch]: Removed
106         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
107         (pdf_document_find_iface_init):
108         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
109         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
110         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
111         (ev_job_find_get_n_results), (ev_job_find_get_progress),
112         (ev_job_find_has_results), (ev_job_find_get_results):
113         * shell/ev-view-private.h:
114         * shell/ev-view.[ch]: (ev_view_expose_event),
115         (highlight_find_results), (ev_view_finalize),
116         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
117         (ev_view_set_document), (ev_view_find_get_n_results),
118         (ev_view_find_get_result), (jump_to_find_result),
119         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
120         (ev_view_find_previous), (ev_view_find_search_changed),
121         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
122         * shell/ev-window.c: (ev_window_update_actions),
123         (page_changed_cb), (ev_window_setup_document),
124         (ev_window_update_find_status_message),
125         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
126         (ev_window_clear_find_job), (find_bar_close_cb),
127         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
128         (ev_window_dispose), (ev_window_init):
129
130         Rework find interface. The find logic has been moved from backends
131         to the shell avoiding a lot of duplicated code in the backends and
132         making easier to implement the find interface in the backends.
133         
134 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
135
136         * backend/pdf/ev-poppler.cc:
137         (pdf_document_thumbnails_get_dimensions):
138
139         Make sure thumbnail size returned by the PDF is actually
140         valid. Fixes bug #548462.
141         
142 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * shell/ev-window.c: (ev_window_setup_document),
145         (ev_window_set_document), (ev_window_dispose):
146
147         Remove the idle function for setting the document up when the
148         window is destroyed. Fixes bug #549163.
149         
150 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
151
152         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
153         (ev_job_attachments_dispose), (ev_job_attachments_run),
154         (ev_job_attachments_class_init), (ev_job_attachments_new):
155         * shell/ev-sidebar-attachments.c:
156         (ev_sidebar_attachments_set_document):
157
158         Add a new job to get the attachments in a thread with the document
159         lock held. Fixes bug #548653.
160         
161 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
162
163         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
164         (tiff_document_document_iface_init):
165
166         Implement document_get_page_label in tiff backend.
167         
168 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
169
170         * backend/tiff/tiff-document.c: (tiff_document_render):
171
172         Handle document orientation in tiff backend. Fixes bug #548444.
173         
174 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
175
176         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
177
178         Do not crash when adjustment page size is 0. Fixes bug #547440.
179         
180 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
181
182         * cut-n-paste/evmountoperation/ev-mount-operation.c:
183
184         Sync with current GTK+.
185         
186 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
187
188         * configure.ac:
189         
190         Update for release 2.23.6.
191
192 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
195         (ev_job_load_set_password):
196         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
197         * shell/ev-window.c: (password_dialog_response),
198         (ev_window_load_job_cb):
199
200         Fix loading encrypted documents since I broke it with the jobs
201         rework.
202         
203 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
204
205         * NEWS:
206
207         Update NEWS for 2.23.6 release.
208         
209 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
210
211         * backend/impress/impress-document.c:
212         * backend/impress/render.h:
213         * libdocument/ev-document-factory.c:
214         * libdocument/ev-document-factory.h:
215         * libdocument/ev-document-links.h:
216         * libdocument/ev-document-misc.c:
217         * libdocument/ev-document-misc.h:
218         * properties/ev-properties-main.c:
219         * properties/ev-properties-view.c:
220         * properties/ev-properties-view.h:
221         * shell/eggfindbar.c:
222         * shell/eggfindbar.h:
223         * shell/ev-application.c:
224         * shell/ev-application.h:
225         * shell/ev-jobs.h:
226         * shell/ev-message-area.h:
227         * shell/ev-navigation-action.c:
228         * shell/ev-navigation-action.h:
229         * shell/ev-open-recent-action.c:
230         * shell/ev-open-recent-action.h:
231         * shell/ev-page-action-widget.c:
232         * shell/ev-page-action.c:
233         * shell/ev-page-action.h:
234         * shell/ev-page-cache.h:
235         * shell/ev-password-view.h:
236         * shell/ev-password.h:
237         * shell/ev-pixbuf-cache.h:
238         * shell/ev-properties-fonts.c:
239         * shell/ev-sidebar-attachments.c:
240         * shell/ev-sidebar-links.c:
241         * shell/ev-sidebar-links.h:
242         * shell/ev-sidebar-thumbnails.c:
243         * shell/ev-sidebar-thumbnails.h:
244         * shell/ev-sidebar.c:
245         * shell/ev-sidebar.h:
246         * shell/ev-stock-icons.c:
247         * shell/ev-tooltip.h:
248         * shell/ev-view.c:
249         * shell/ev-view.h:
250         * shell/ev-window.c:
251         * shell/ev-window.h:
252         * shell/main.c:
253
254         More #include cleanups. Again: reordering, single gtk.h
255         includes and other stuff.
256
257 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
258
259         * shell/eggfindbar.c:
260         * shell/ev-application.c:
261         * shell/ev-message-area.c:
262         * shell/ev-navigation-action.c:
263         * shell/ev-open-recent-action.c:
264         * shell/ev-page-action-widget.c:
265         * shell/ev-page-action.c:
266         * shell/ev-password-view.c:
267         * shell/ev-properties-dialog.c:
268         * shell/ev-properties-fonts.c:
269         * shell/ev-sidebar-attachments.c:
270         * shell/ev-sidebar-page.c:
271         * shell/ev-sidebar-thumbnails.c:
272         * shell/ev-stock-icons.c:
273         * shell/ev-tooltip.c:
274         * shell/ev-view.c:
275         * shell/ev-window.c:
276         * shell/main.c:
277
278         Cleanup many #include statements: reorder so that a
279         generic-to-specific order is used, use single gtk.h
280         includes, and some other cleanups.
281
282 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
283
284         * shell/ev-jobs.h:
285
286         Add gio header.
287         
288 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
289
290         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
291         (ev_document_fc_mutex_trylock):
292         * shell/Makefile.am:
293         * shell/ev-job-queue.[ch]:
294         * shell/ev-job-scheduler.[ch]:
295         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
296         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
297         (ev_job_run), (ev_job_cancel), (ev_job_failed),
298         (ev_job_failed_from_error), (ev_job_succeeded),
299         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
300         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
301         (ev_job_links_class_init), (ev_job_render_init),
302         (notify_page_ready), (ev_job_render_page_ready),
303         (ev_job_render_run), (ev_job_render_class_init),
304         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
305         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
306         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
307         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
308         (ev_job_save_dispose), (ev_job_save_run),
309         (ev_job_save_class_init), (ev_job_print_init),
310         (ev_job_print_dispose), (ev_job_print_run),
311         (ev_job_print_class_init):
312         * shell/ev-page-cache.c:
313         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
314         (check_job_size_and_unref), (move_one_job),
315         (copy_job_to_job_info), (add_job),
316         (ev_pixbuf_cache_add_jobs_if_needed):
317         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
318         (job_fonts_finished_cb), (job_fonts_updated_cb),
319         (ev_properties_fonts_set_document):
320         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
321         (ev_sidebar_links_set_document):
322         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
323         (ev_sidebar_thumbnails_set_document),
324         (ev_sidebar_thumbnails_clear_job):
325         * shell/ev-view-private.h:
326         * shell/ev-view.c:
327         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
328         (ev_window_refresh_window_thumbnail), (password_dialog_response),
329         (ev_window_clear_load_job), (ev_window_clear_reload_job),
330         (ev_window_load_job_cb), (ev_window_reload_job_cb),
331         (window_open_file_copy_ready_cb), (ev_window_open_uri),
332         (ev_window_reload_document), (ev_window_clear_save_job),
333         (ev_window_save_job_cb), (file_save_dialog_response_cb),
334         (ev_window_clear_print_job), (ev_window_print_job_cb),
335         (ev_window_print_dialog_response_cb):
336         * shell/main.c: (main):
337
338         Rework the jobs system in order to make it simpler and more
339         extensible. It allows to run jobs in the main loop instead of
340         using a thread when it's appropriate like the fonts job. Now it's
341         also possible to cancel jobs that are currently running. 
342         
343 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
344
345         * libdocument/ev-debug.c: (profile_init):
346
347         Create the hash table also when profiling service is enabled for
348         all sections.
349         
350 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * libdocument/ev-debug.[ch]: (ev_profiler_start),
353         (ev_profiler_stop):
354         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
355         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
356         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
357         (ev_job_print_run):
358         * shell/main.c: (main):
359
360         Add a profile mode available when debug is enabled. Add profilers
361         in ev-jobs.
362         
363 2008-07-23  Götz Waschk <waschk@mandriva.org>
364
365         * configure.ac: Correctly build desktop file. Fixes
366         bug #544237.
367
368 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
369
370         * configure.ac:
371         
372         Update for release 2.23.5.
373
374 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * NEWS:
377
378         Update NEWS for 2.23.5 release.
379         
380 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
381
382         * shell/ev-window.c: (ev_window_state_event),
383         (ev_window_class_init):
384
385         Intercept window manager's fullscreen request in order to run/stop
386         fullscreen mode. Fixes bug #493541.
387         
388 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * shell/ev-window.c: (find_bar_visibility_changed_cb):
391
392         Restart the job search when the find bar is opened for the second
393         time. Fixes bug #531956.
394         
395 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
396
397         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
398         (get_document_from_uri):
399
400         Make sure we always return a valid error struct when
401         get_document_from_uri fails. Fixes nautilus crash, see bug
402         #542548.
403         
404 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
405
406         * libdocument/ev-transition-effect.c
407         (ev_transition_effect_type_get_type),
408         (ev_transition_effect_alignment_get_type),
409         (ev_transition_effect_direction_get_type):
410         
411         Fixes bug #542924. Makes enums static to fix Solaris build.
412
413 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
414
415         * shell/ev-view.c: (ev_view_key_press_event):
416
417         Add '.' keybinding for blanking the screen in presentation
418         mode. Fixes bug #542001.
419         
420 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
421
422         * libdocument/ev-document-misc.c:
423         (ev_document_misc_pixbuf_from_surface):
424
425         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
426         #540950.
427         
428 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
429
430         * backend/comics/comics-document.c (comics_document_load):
431         * backend/comics/comicsdocument.evince-backend.in:
432         * configure.ac:
433         * thumbnailer/evince-thumbnailer-comics.schemas.in:
434         
435         Added support for 7-zip based cb7 comic book. Patch by
436         Kartik Rustagi. Fixes bug #532312.
437
438 2008-06-24  Bastien Nocera  <hadess@hadess.net>
439
440         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
441         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
442         Fixes bug #539972.
443
444 2008-06-24  Bastien Nocera  <hadess@hadess.net>
445
446         * shell/Makefile.am:
447         * shell/ev-application.c (ev_application_init),
448         (ev_application_get_media_keys):
449         * shell/ev-application.h:
450         * shell/ev-marshal.list:
451         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
452         (proxy_destroy), (on_media_player_key_pressed),
453         (ev_media_player_keys_init), (ev_media_player_keys_focused),
454         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
455         * shell/ev-media-player-keys.h:
456         * shell/ev-window.c (ev_window_go_previous_page),
457         (ev_window_go_next_page), (ev_window_go_first_page),
458         (ev_window_go_last_page), (ev_window_start_presentation),
459         (ev_window_dispose), (view_actions_focus_in_cb):
460         * shell/ev-window.h: When building with D-Bus support, listen
461         for multimedia key events from gnome-settings-daemon. This allows
462         to go to the next/previous/first/last pages using, respectively,
463         Next/Previous/Rewing/Fast Forward. The Play button is used to start
464         a presentation. Fixes bug #539971.
465
466 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
467
468         * configure.ac:
469         
470         Update for release 2.23.4.
471
472 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
473
474         * NEWS:
475
476         Update news for 2.23.4 release.
477         
478 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
479
480         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
481         * shell/ev-sidebar-thumbnails.c:
482         (ev_sidebar_thumbnails_set_loading_icon),
483         (ev_sidebar_thumbnails_refresh):
484         * shell/ev-window.c: (ev_window_error_message),
485         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
486         (ev_window_set_document):
487
488         Do not crash opening documents with no pages and show a warning
489         message in the message area. Fixes bugs #537574 and #171588.
490         
491 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * shell/Makefile.am:
494         * shell/ev-file-monitor.[ch]:
495         * shell/ev-window.c: (ev_window_document_changed),
496         (ev_window_clear_reload_job), (ev_window_load_job_cb),
497         (ev_window_reload_job_cb), (ev_window_open_uri),
498         (ev_window_reload_document), (ev_window_cmd_view_reload),
499         (ev_window_dispose):
500
501         Automaticly reload the document when the file has changed on
502         disk. Bug #304249.
503         
504 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
505
506         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
507         * libdocument/ev-image.c: (ev_image_save_tmp):
508         * libdocument/ev-module.c: (ev_module_load):
509         * shell/ev-application.c: (ev_application_shutdown),
510         (ev_application_get_print_settings):
511         * shell/ev-sidebar-attachments.c:
512         (ev_sidebar_attachments_button_press),
513         (ev_sidebar_attachments_drag_data_get):
514         * shell/ev-window.c: (window_save_file_copy_ready_cb),
515         (ev_window_print_finished), (ev_window_print_send),
516         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
517         (ev_window_preview_print_finished), (ev_window_do_preview_print),
518         (ev_window_cmd_preview_print):
519         * shell/main.c: (load_files_remote):
520         Fix some build warnings under GCC 4.3.0. (#537535).
521
522 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
523
524         * shell/ev-jobs.c: (ev_job_render_dispose):
525
526         Fix a crash in debug mode. Patch by Daniel M German.
527         
528 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
529
530         * shell/ev-window.c:
531
532         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
533         
534 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
535
536         * shell/ev-window.c: (ev_window_print_send),
537         (ev_window_do_preview_print):
538
539         Use the window title as print job name instead of just
540         "evince-print". Fixes bug #534493.
541         
542 2008-05-19  Frederic Peters  <fpeters@0d.be>
543
544         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
545         Bug #533897.
546
547 2008-05-19  Frederic Peters  <fpeters@0d.be>
548
549         * help/reference/Makefile.am: added missing libevmountoperation to
550         gtkdoc-scanobj libraries.  Bug #533896.
551
552 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
553
554         * properties/ev-properties-view.c (get_default_user_units):
555         Fixes check for default units string translation. Bug #533323.
556
557 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
558
559         * backend/impress/iksemel.c (sax_core): Fix a free() that should
560         be an iks_free(). Fix an array overflow in the XML parser that
561         would occur whenever the number of attributes in a tag was greater
562         than 0 and divisible by 6. Fixes GNOME bug #530852.
563
564 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
565
566         * backend/djvu/djvu-document-private.h:
567         * backend/djvu/djvu-links.c:
568         * backend/djvu/djvu-text.c:
569         * backend/djvu/djvu-document.c: (djvu_handle_events),
570         (djvu_wait_for_message), (djvu_document_load),
571         (document_get_page_size), (djvu_document_render),
572         (djvu_document_thumbnails_get_thumbnail),
573         (djvu_document_file_exporter_end):
574
575         Make sure load job doesn't finish successfully when the document
576         is not successfully decoded by libdjvu. Fixes bug #530202.
577         
578 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
579
580         * configure.ac:
581         * libdocument/Makefile.am:
582         * libdocument/ev-debug.[ch]:
583         * libdocument/ev-document.c:
584         * shell/ev-jobs.c: (ev_job_links_dispose),
585         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
586         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
587         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
588         (ev_job_render_page_ready), (ev_job_render_run),
589         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
590         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
591         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
592         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
593         (ev_job_print_new), (ev_job_print_run):
594         * shell/main.c: (main):
595
596         Add debug mode based on gedit code. Add debug messages in
597         ev-jobs.
598         
599 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
600
601         * libdocument/ev-document-factory.c: (get_document_from_uri):
602
603         Fix memory leak.
604         
605 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
606
607         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
608         (get_mime_type_from_data), (get_document_from_uri),
609         (ev_document_factory_get_document):
610         
611         Improved error message about file opening failture.
612         Bug #529129.
613
614 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
615
616         * data/evince-toolbar.xml:
617         
618         Allow to add SaveAs to toolbar.
619
620 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * shell/ev-view-private.h:
623         * shell/ev-view.[ch]: (ev_view_button_release_event),
624         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
625         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
626         (ev_view_update_primary_selection), (clear_link_selected),
627         (ev_view_copy_link_address):
628         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
629
630         Update also the primary selection when copying a link
631         address. Fixes bug #520855.
632         
633 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
634
635         * libdocument/ev-document-factory.c: (get_document_from_uri):
636
637         Use the pixbuf backend only when the mime type is not supported by
638         any of the other backend so that tiff documents, for instance, are
639         handled by the tiff backend instead of the pixbuf backend. fixes
640         bug #520290.
641         
642 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
643
644         * cut-n-paste/Makefile.am:
645
646         Add evmountoperation to subdirs list.
647         
648 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
649
650         * configure.ac:
651
652         Fix libspectre check in configure script. Fixes bug #528549.
653         
654 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
655
656         * configure.ac:
657         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
658         * shell/Makefile.am:
659         * shell/ev-window.c: (ev_window_load_remote_failed),
660         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
661
662         Add GtkMountOperation (renamed to avoid conflicts) to be able to
663         open documents in remote locations that are not mounted.
664         
665 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
666
667         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
668         (bitmap_convert_msb8):
669         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
670         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
671
672         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
673         
674 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
675
676         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
677         (ev_job_render_new), (ev_job_render_set_selection_info),
678         (ev_job_render_run):
679         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
680         (check_job_size_and_unref),
681         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
682         (add_job), (ev_pixbuf_cache_get_selection_surface):
683
684         Create the render context needed for rendering a page in the render
685         thread so that we don't block the main thread. Simplify
686         EvJobRender API.
687         
688 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
689
690         * libdocument/Makefile.am:
691         * libdocument/ev-page.[ch]:
692         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
693         (ev_render_context_new), (ev_render_context_set_page):
694         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
695         (ev_form_field_finalize), (ev_form_field_class_init):
696         * libdocument/ev-document-forms.[ch]:
697         (ev_document_forms_get_form_fields):
698         * libdocument/ev-document.[ch]: (ev_document_get_page),
699         (ev_document_get_page_size), (ev_document_get_page_label):
700         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
701         (ev_job_render_run), (ev_job_thumbnail_new),
702         (ev_job_thumbnail_run), (ev_job_print_run):
703         * shell/ev-page-cache.c: (ev_page_cache_new):
704         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
705         (check_job_size_and_unref), (add_job):
706         * shell/ev-sidebar-thumbnails.c: (add_range):
707         * shell/ev-view.c: (ev_view_form_field_get_region),
708         (ev_view_form_field_button_create_widget),
709         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
710         (ev_view_handle_form_field), (ev_view_size_allocate),
711         (get_selected_text):
712         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
713         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
714         (pdf_document_get_page), (pdf_document_get_page_label),
715         (pdf_document_render), (pdf_document_get_info),
716         (pdf_document_document_iface_init),
717         (pdf_document_thumbnails_get_thumbnail),
718         (pdf_document_thumbnails_get_dimensions),
719         (pdf_document_file_exporter_do_page),
720         (pdf_selection_render_selection),
721         (pdf_selection_get_selected_text),
722         (pdf_selection_get_selection_region),
723         (pdf_selection_get_selection_map),
724         (pdf_document_forms_get_form_fields),
725         (pdf_document_forms_form_field_text_get_text),
726         (pdf_document_forms_form_field_text_set_text),
727         (pdf_document_forms_form_field_button_set_state),
728         (pdf_document_forms_form_field_button_get_state),
729         (pdf_document_forms_form_field_choice_get_item),
730         (pdf_document_forms_form_field_choice_get_n_items),
731         (pdf_document_forms_form_field_choice_is_item_selected),
732         (pdf_document_forms_form_field_choice_select_item),
733         (pdf_document_forms_form_field_choice_toggle_item),
734         (pdf_document_forms_form_field_choice_unselect_all),
735         (pdf_document_forms_form_field_choice_set_text),
736         (pdf_document_forms_form_field_choice_get_text):
737         * backend/ps/ev-spectre.c: (ps_document_get_page),
738         (ps_document_get_page_size), (ps_document_get_page_label),
739         (ps_document_render), (ps_document_document_iface_init),
740         (ps_document_file_exporter_do_page):
741         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
742         (tiff_document_render), (tiff_document_render_pixbuf),
743         (tiff_document_file_exporter_do_page):
744         * backend/pixbuf/pixbuf-document.c:
745         (pixbuf_document_get_page_size):
746         * backend/comics/comics-document.c:
747         (comics_document_get_page_size), (comics_document_render_pixbuf):
748         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
749         (djvu_document_render), (djvu_selection_get_selected_text),
750         (djvu_document_thumbnails_get_thumbnail),
751         (djvu_document_file_exporter_do_page),
752         (djvu_document_find_get_result):
753         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
754         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
755         (dvi_document_thumbnails_get_thumbnail),
756         (dvi_document_file_exporter_do_page):
757         * backend/impress/impress-document.c:
758         (impress_document_get_page_size),
759         (impress_document_render_pixbuf):
760         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
761
762         Add EvPage so that we can hold a reference to the backend
763         page. Form fields keep now a reference to the poppler page
764         improving performance since we don't have to create/destroy the
765         poppler field for every form operation. This will be needed for
766         annotations too.
767         
768 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
769
770         * data/evince-ui.xml:
771         * shell/ev-window.c:
772
773         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
774         
775 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * configure.ac:
778         * backend/ps/Makefile.am:
779
780         Remove gs stuff from ps backend.
781         
782 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * configure.ac:
785         * backend/pdf/ev-poppler.cc:
786
787         Bump poppler requirement to 0.8.0.
788         
789 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
790
791         * NEWS:
792         * configure.ac:
793
794         Update for release 2.22.1.1
795
796 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * configure.ac:
799
800         Fix build (again) when poppler version is 0.6
801         
802 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * backend/djvu/djvu-links.c: (build_tree):
805
806         Make sure link title is a valid utf8 string. Fixes bug #526517.
807         
808 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * configure.ac:
811
812         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
813         #526799.
814         
815 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
816
817         * configure.ac:
818         
819         Update for release 2.22.1.
820
821 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * NEWS:
824
825         Update for upcoming release.
826
827 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
828
829         * configure.ac:
830         * backend/dvi/dvidocument.evince-backend.in:
831
832         Add compressed dvi to the list of supported mime types. Patch by
833         Ed Catmur. Fixes bug #307087.
834
835 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
836
837         * shell/ev-jobs.c: (ev_job_print_get_page_list):
838
839         Fix a crash when printing a range that doesn't specify the start or
840         end page. Fixes bug #524288.
841
842 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * shell/ev-window.c: (ev_window_cmd_continuous),
845         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
846         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
847         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
848         (ev_window_run_presentation), (ev_window_stop_presentation),
849         (ev_window_cmd_view_presentation),
850         (ev_window_cmd_leave_fullscreen),
851         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
852
853         Do not unfullscreen and fullscreen again the window when changing
854         from fullscreen to presentation mode and vice versa. Fixes bug
855         #524112.
856         
857 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
858
859         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
860
861         Do not crash when thumbnail failed to render in PS backend. Fixes
862         bug #525015.
863         
864 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
865
866         * shell/ev-window.c: (window_open_file_copy_ready_cb),
867         (ev_window_load_file_remote), (ev_window_open_uri):
868
869         Handle errors when opening remote files.
870         
871 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * shell/ev-page-action.c: (ev_page_action_grab_focus):
874
875         Only grab the focus for the current visible proxy widget. Fixes
876         bug #521224.
877         
878 2008-03-30  Emil Soleyman  <emil@nishra.com>
879
880         * shell/ev-window.c: (launch_external_uri):
881         
882         Reuse g_app_info_launch_default_for_uri to
883         save some code and fix bug #525009.
884
885 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
886
887         * shell/ev-window.c (image_save_dialog_response_cb):
888
889         Use g_str_has_suffix. See bug #523069.
890
891 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
892
893         * configure.ac:
894
895         Add a configure option to enable/diable DBus. Patch by Rémi
896         Cardona. Fixes bug 521797.
897
898 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
899
900         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
901
902         Fix printing in documents with rotated pages. Patch by Eugen
903         Dedu. Fixes bug #512648.
904         
905 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
908         (ev_link_from_action):
909
910         Fix warning messages.
911         
912 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * shell/ev-window.c: (image_save_dialog_response_cb):
915
916         Do not append the extension to filename when saving an image
917         if the filename alredy contains the extension. Fixes bug #523069.
918         
919 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
920
921         * shell/ev-view.[ch]: (ev_view_find_cancel):
922         * shell/ev-window.c: (find_bar_close_cb):
923
924         Cancel the find operation when the find bar is closed. Fixes bug
925         #508845.
926         
927 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * backend/ps/psdocument.evince-backend.in:
930
931         Make ps backend module resident. Fixes bug #520607.
932         
933 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
934
935         * shell/ev-jobs.c: (ev_job_print_run):
936
937         Invert collate action in order to work as expected, fix reverse
938         printing so that it doesn't start with a blank page and fix number
939         of copies. Patch by Eugen Dedu. Fixes bug #365332.
940         
941 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
944
945         Fix build with poppler <= 0.7.2
946         
947 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
948
949         * libdocument/ev-document-misc.c:
950         (ev_document_misc_surface_from_pixbuf):
951
952         Fix selections with poppler-splash.
953         
954 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
955
956         * configure.ac:
957         * backend/pdf/ev-poppler.cc:
958
959         Fix build with poppler >= 0.7.2
960         
961 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
962
963         * configure.ac:
964         
965         Update for release 2.22.0
966
967 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * NEWS:
970
971         Update for upcoming release.
972
973 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
974
975         * shell/ev-window.c (ev_window_print_dialog_response_cb):
976
977         Bug 495107 – Handle print dialog responses correctly
978
979         Correctly handle print dialog response. Properly fixes
980         the above mentioned bug.
981
982 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
983
984         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
985
986         Make sure print job is only run when the print button is
987         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
988         
989 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
990
991         * backend/pdf/pdfdocument.evince-backend.in:
992         * libdocument/ev-backends-manager.c:
993         (ev_backends_manager_load_backend),
994         (ev_backends_manager_get_document):
995         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
996
997         Allow making backend modules resident. This is needed only for
998         some backends like pdf to avoid registering glib types more than
999         once.
1000         
1001 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1002
1003         * backend/comics/comics-document.c:
1004         * backend/djvu/djvu-document.c:
1005         * backend/impress/impress-document.c:
1006         * backend/pdf/ev-poppler.cc:
1007         * backend/pixbuf/pixbuf-document.c:
1008         * backend/ps/ev-spectre.c:
1009         * backend/ps/ps-document.c:
1010         * backend/tiff/tiff-document.c:
1011         * libdocument/ev-document.h:
1012         * properties/ev-properties-main.c:
1013
1014         Use g_type_module_add_interface instead of
1015         g_type_add_interface_static. Fixes bug #519679.
1016         
1017 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1018
1019         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1020         Added. Returns whether the animation has everything necessary to run.
1021         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1022         is ready just because it's been created. Fixes #519106.
1023         (draw_one_page): Do not show the "Loading..." text in presentation
1024         mode, there was a slim probability that this could happen.
1025
1026 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1027
1028         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1029
1030         Duplicate mime_type string before freeing it so that it doesn't
1031         always fail when getting mime type from uri. Fixes bug #518874.
1032         
1033 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1034
1035         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1036
1037         Fix a crash when a choice form field doesn't have any item
1038         selected. Fixes bug #518831
1039         
1040 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1041
1042         * shell/ev-window.c (ev_window_clear_temp_file):
1043         Use g_file_has_prefix instead of renamed
1044         g_file_contains_file.
1045
1046         * configure.ac:
1047         Require new glib for above change.
1048         
1049 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * libdocument/ev-image.c: (ev_image_finalize),
1052         (ev_image_save_tmp):
1053
1054         Return a real uri instead of a filename when saving an
1055         image. Fixes images drag an drop from evince to nautilus. 
1056         
1057 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1058
1059         * backend/pdf/ev-poppler.cc:
1060         (pdf_document_images_get_image_mapping):
1061
1062         Return the image list in the right order. Fixes bug #516237.
1063         
1064 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1065
1066         * backend/impress/impress-document.c:
1067         (impress_document_thumbnails_get_thumbnail):
1068
1069         Remove unused variable to avoid a compiler warning.
1070
1071 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1072
1073         * configure.ac:
1074         
1075         Update for release 2.21.91.
1076
1077 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * configure.ac:
1080         * shell/Makefile.am:
1081         * shell/ev-application.[ch]:
1082         * shell/ev-sidebar-links.c:
1083         * shell/ev-utils.[ch]:
1084         * shell/ev-window.[ch]:
1085
1086         Remove libgnomeprint support. Fixes bug #512370.
1087         
1088 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1089
1090         * thumbnailer/evince-thumbnailer.c: (main):
1091
1092         Initialize glib type system before using it. Fixes bug #513934.
1093         
1094 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * properties/ev-properties-main.c:
1097
1098         Add missing #include.
1099         
1100 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1101
1102         * configure.ac:
1103         * backend/djvu/djvu-document.c: (djvu_document_render):
1104         * backend/tiff/tiff-document.c: (tiff_document_render):
1105
1106         Use the new cairo function cairo_format_stride_for_width when
1107         available. Fixes bug #482720.
1108
1109 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1110
1111         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1112         (get_mime_type_from_data), (get_document_from_uri):
1113
1114         Use g_content_type_guess() only when slow is true in
1115         get_document_from_uri(). Fix several memory leaks.
1116         
1117 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1118
1119         * libdocument/ev-document-factory.c:
1120         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1121         (get_document_from_uri):
1122
1123         Use g_content_type_guess () to get mimetype for files.
1124         Bug #510401.
1125
1126 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1127
1128         * thumbnailer/Makefile.am:
1129
1130         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1131         
1132 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1133
1134         * configure.ac:
1135
1136         Fix build with --without-libgnome. Fixes bug #512771.
1137         
1138 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1139
1140         * backend/dvi/Makefile.am: Install only dvi
1141         module. Fixes bug #512718.
1142
1143 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1144
1145         * properties/ev-properties-main.c: (nautilus_module_initialize):
1146         
1147         Initialize backends in properties tab. Fixes bug
1148         #512720.
1149
1150 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1151
1152         * properties/Makefile.am: No need to link with 
1153         libraries. Fixes bug #512719.
1154
1155 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1156
1157         * NEWS:
1158         * configure.ac:
1159         
1160         Update for release 2.21.90.
1161
1162 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1163
1164         * shell/ev-window.c: (ev_window_cmd_escape):
1165
1166         Fix compile warning.
1167         
1168 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1169
1170         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1171
1172         Fix printing in dvi backend when filename contains white
1173         espaces. Fixes bug #502839.
1174         
1175 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1178         (screensaver_disable_x11):
1179         * shell/Makefile.am:
1180         * shell/xdg-user-dir-lookup.c: Removed
1181         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1182         * shell/ev-view.c: (ev_view_presentation_transition_start):
1183         * shell/ev-window.c: (ev_window_cmd_file_open),
1184         (ev_window_cmd_save_as), (presentation_set_timeout):
1185
1186         Remove #ifdefs that are no longer needed.
1187         
1188 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1189
1190         * shell/ev-view.[ch]: (ev_view_button_release_event),
1191         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1192         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1193         (ev_window_cmd_escape):
1194
1195         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1196         
1197 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1198
1199         * configure.ac:
1200         * backend/comics/comics-document.c: (comics_document_load):
1201         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1202         (ev_attachment_set_property), (ev_attachment_init),
1203         (ev_attachment_save), (ev_attachment_launch_app),
1204         (ev_attachment_open):
1205         * libdocument/ev-document-factory.c: (get_document_from_uri):
1206         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1207         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1208         * shell/ev-jobs.c:
1209         * shell/ev-password.c: (ev_password_dialog_set_property),
1210         (ev_password_dialog_save_password):
1211         * shell/ev-sidebar-attachments.c:
1212         (ev_sidebar_attachments_drag_data_get):
1213         * shell/ev-window-title.c: (get_filename_from_uri):
1214         * shell/ev-window.c: (ev_window_clear_temp_file),
1215         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1216         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1217         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1218         (launch_external_uri), (image_save_dialog_response_cb),
1219         (attachment_save_dialog_response_cb):
1220         * shell/main.c: (load_files), (load_files_remote), (main):
1221         * thumbnailer/evince-thumbnailer.c: (main):
1222
1223         Port to gio and drop gnome-vfs dependency. Fixes bug
1224         #510401. Based on patch by Cosimo Cecchi.
1225         
1226 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1227
1228         * NEWS:
1229
1230         Fixed formatting inconsistencies (spaces vs. tabs)
1231
1232 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1233
1234         * shell/ev-window.c:
1235
1236         Use top/up/bottom/down arrows instead of
1237         first/left/last/right in the toolbar and menu actions.
1238         This fixes issues with RTL languages and is visually
1239         consistent with the page view. Fixes bug #170081.
1240
1241 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1242
1243         * NEWS:
1244
1245         Fixed some inaccuracies pointed out by Carlos Garcia
1246         Campos.
1247
1248 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1249
1250         * NEWS:
1251         * data/evince.schemas.in:
1252         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1253
1254         Override PDF restrictions by default. Fixes bug #382700.
1255
1256 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1257
1258         * NEWS: Updated for upcoming release
1259
1260 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1261
1262         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1263
1264         Fix memory leak.
1265         
1266 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1267
1268         * shell/ev-window.c: (register_custom_actions):
1269         
1270         Added comment for translators
1271
1272 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1273
1274         * shell/ev-view.c: (ev_view_button_release_event):
1275
1276         Do not create the idle function for kinetic scrolling if we are
1277         not in a drag operation.
1278
1279 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1280
1281         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1282         (ev_view_button_press_event), (ev_view_motion_notify_event),
1283         (ev_view_button_release_event):
1284
1285         Restore cursor after autoscrolling. Fixes bug #509958.
1286
1287 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * configure.ac:
1290         * backend/pdf/ev-poppler.cc:
1291         (pdf_document_images_get_image_mapping),
1292         (pdf_document_images_get_image),
1293         (pdf_document_document_images_iface_init):
1294         * libdocument/ev-document-images.[ch]:
1295         (ev_document_images_get_image_mapping),
1296         (ev_document_images_get_image):
1297         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1298         (ev_image_get_id), (ev_image_save_tmp):
1299         * shell/ev-jobs.c: (ev_job_render_run):
1300         * shell/ev-view.c: (ev_view_drag_data_get):
1301         * shell/ev-window.c: (image_save_dialog_response_cb),
1302         (ev_view_popup_cmd_copy_image):
1303
1304         Do not render images when rendering the page but on demand. It
1305         reduces the memory comsumption.
1306         
1307 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1308
1309         * configure.a:
1310         * shell/ev-password.c:
1311
1312         Make gnome-keyring optional. Fixes bug #509676.
1313         
1314 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1315
1316         * shell/ev-pixbuf-cache.c: (add_job):
1317
1318         Initialize include_images variable as FALSE instead of TRUE.
1319         
1320 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1321
1322         * configure.ac:
1323         * cut-n-paste/Makefile.am:
1324         * cut-n-paste/fileformatchooser/Makefile.am:
1325         * cut-n-paste/fileformatchooser/egg-macros.h:
1326         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1327         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1328         * shell/Makefile.am:
1329         * shell/ev-utils.c:
1330         (file_chooser_dialog_add_writable_pixbuf_formats),
1331         (get_gdk_pixbuf_format_by_extension):
1332         * shell/ev-utils.h:
1333         * shell/ev-window.c: (ev_window_error_message),
1334         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1335         
1336         Simplify image format selection on save.
1337
1338 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1339
1340         * shell/ev-view.c: (ev_view_scroll_event):
1341         
1342         Repair gorizontal scrolling with shift. Fixes
1343         bug #483412.
1344
1345 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1346         
1347         * MAINTAINERS:
1348
1349         Fix formatting issues.
1350         
1351 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1352
1353         * backend/comics/comics-document.c: (comics_regex_quote):
1354         
1355         Don't overquote special chars except of '. See bug 
1356         502500. Thanks to Tom Parker.
1357
1358 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1359
1360         * MAINTAINERS:
1361         
1362         Added Nickolay and Carlos, since they're doing most of
1363         the releases nowadays.
1364
1365 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1366
1367         * properties/Makefile.am:
1368
1369         Get the nautilus extension dir properly instead of using
1370         a hack. Fixes bug #505359.
1371
1372 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1373
1374         * properties/Makefile.am:
1375         
1376         Install nautilus extension into new place. See bug
1377         #505359. Thanks to Matthias Clasen, Brian Pepple and
1378         Damien Carbery.
1379
1380 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1381
1382         * shell/ev-window.c: (ev_window_get_recent_file_label):
1383         
1384         RTL marker in recent file list. See bug #509076.
1385
1386 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1389         * shell/ev-window.c: (image_save_dialog_response_cb):
1390
1391         Fix compile warnings due to unused variables.
1392         
1393 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1394
1395         * configure.ac:
1396         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1397         * backend/ps/ev-spectre.c: (ps_document_render):
1398
1399         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1400
1401 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1402
1403         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1404         (ev_transition_animation_paint): Implement "fade" effect.
1405
1406 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1407
1408         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1409         (ev_transition_animation_paint): Implement "uncover" effect.
1410
1411 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1412
1413         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1414         (ev_transition_animation_paint): Implement "cover" effect.
1415
1416 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1417
1418         * shell/ev-transition-animation.c (ev_transition_animation_push)
1419         (ev_transition_animation_paint): Implement "push" effect.
1420
1421 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1422
1423         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1424         (ev_transition_animation_paint): Implement "dissolve" effect.
1425
1426 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1427
1428         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1429         (ev_transition_animation_paint): Implement "wipe" effect.
1430
1431 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1432
1433         * shell/ev-transition-animation.c (ev_transition_animation_box)
1434         (ev_transition_animation_paint): Implement "box" effect.
1435
1436 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1437
1438         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1439         (ev_transition_animation_paint): Implement "blinds" effect.
1440
1441 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1442
1443         * shell/ev-transition-animation.c (ev_transition_animation_split)
1444         (ev_transition_animation_paint): Implement "split" effect.
1445
1446 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1447
1448         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1449         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1450         (ev_view_transition_animation_start) 
1451         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1452         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1453         (ev_view_next_page) (ev_view_previous_page):
1454         
1455         Use EvTransitionAnimation to drive page changes in the presentation
1456         mode, the animation will wait to start until both the origin and 
1457         destination page surfaces are available. Fixes #458460.
1458
1459         (draw_loading_text):
1460
1461         Remove workaround for bug #320352, it's now fixed properly.
1462
1463
1464 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1465
1466         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1467         will contain the implementations for page transition animations, at
1468         the moment it just has the "replace" effect.
1469         * shell/Makefile.am: Added these files to build.
1470
1471 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1472
1473         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1474         animations.
1475         * shell/Makefile.am: Added these files to build.
1476
1477 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1478
1479         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1480         implementation to get_effect() in EvDocumentTransitionIface.
1481
1482 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1483
1484         * libdocument/ev-transition-effect.[ch]: New files, define a page
1485         transition effect, at the moment it maps PopplerPageTransition to a
1486         GObject.
1487         * libdocument/Makefile.am: Added these files to build.
1488         * libdocument/ev-document-transition.[ch]
1489         (ev_document_transition_get_effect): New method, gets the
1490         EvTransitionEffect returned by the interface implementation, with
1491         fallback to the "replace" effect.
1492
1493 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1494
1495         * configure.ac:
1496         * cut-n-paste/Makefile.am:
1497         * cut-n-paste/fileformatchooser/Makefile.am:
1498         * cut-n-paste/fileformatchooser/egg-macros.h:
1499         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1500         * shell/Makefile.am:
1501         * shell/ev-window.c: (image_save_dialog_response_cb),
1502         (ev_view_popup_cmd_save_image_as):
1503
1504         Allow exporting images in any format supported by
1505         GdkPixbuf. Fixes bug #500209.
1506         
1507 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * backend/pixbuf/pixbuf-document.c:
1510
1511         More warnings fixed.
1512         
1513 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1514
1515         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1516         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1517         * backend/djvu/djvu-text.h:
1518         * backend/tiff/tiff-document.c: (tiff_document_render):
1519
1520         Fix compile warnings.
1521         
1522 2007-12-28  Christian Persch  <chpe@gnome.org>
1523
1524         * **/*.c: Include config.h. Bug #504721.
1525
1526 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * configure.ac:
1529         * Makefile.am:
1530         * po/POTFILES.in:
1531         * backend/comics/Makefile.am:
1532         * backend/comics/comics-document.[ch]:
1533         * backend/comics/comicsdocument.evince-backend.in:
1534         * backend/djvu/Makefile.am:
1535         * backend/djvu/djvu-document.[ch]:
1536         * backend/djvu/djvudocument.evince-backend.in:
1537         * backend/dvi/Makefile.am:
1538         * backend/dvi/dvi-document.[c]:
1539         * backend/dvi/dvidocument.evince-backend.in:
1540         * backend/impress/Makefile.am:
1541         * backend/impress/impress-document.[ch]:
1542         * backend/impress/impressdocument.evince-backend.in:
1543         * backend/pdf/Makefile.am:
1544         * backend/pdf/ev-poppler.cc:
1545         * backend/pdf/ev-poppler.h:
1546         * backend/pdf/pdfdocument.evince-backend.in:
1547         * backend/pixbuf/Makefile.am:
1548         * backend/pixbuf/pixbuf-document.[ch]:
1549         * backend/pixbuf/pixbufdocument.evince-backend.in:
1550         * backend/ps/Makefile.am:
1551         * backend/ps/ev-spectre.[ch]:
1552         * backend/ps/ps-document.[ch]:
1553         * backend/ps/psdocument.evince-backend.in:
1554         * backend/tiff/Makefile.am:
1555         * backend/tiff/tiff-document.[ch]:
1556         * backend/tiff/tiffdocument.evince-backend.in:
1557         * libdocument/Makefile.am:
1558         * libdocument/ev-backends-manager.[ch]:
1559         * libdocument/ev-module.[ch]:
1560         * libdocument/ev-document.h:
1561         * libdocument/ev-document-factory.[ch]:
1562         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1563         (get_compression_from_mime_type), (get_document_from_uri),
1564         (ev_document_factory_get_document), (file_filter_add_mime_types),
1565         (ev_document_factory_add_filters):
1566         * shell/Makefile.am:
1567         * shell/ev-window-title.c: (get_filename_from_uri):
1568         * shell/main.c: (main):
1569         * thumbnailer/Makefile.am:
1570         * thumbnailer/evince-thumbnailer.c: (main):
1571
1572         Plugin system for backends. Fixes bug #351348.
1573         
1574 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1575
1576         * shell/ev-view-private.h:
1577         * shell/ev-view.c: (ev_view_drag_update_momentum),
1578         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1579         (ev_view_button_release_event), (ev_view_destroy):
1580         
1581         Kinetic scrolling implemented as requested in
1582         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1583
1584 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1585
1586         * data/evince-toolbar.xml:
1587         * data/evince-ui.xml:
1588         * shell/ev-view-private.h:
1589         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1590         (ev_view_button_press_event), (ev_view_motion_notify_event),
1591         (ev_view_button_release_event), (ev_view_init),
1592         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1593         (ev_view_set_cursor):
1594         * shell/ev-view.h:
1595         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1596         (ev_window_cmd_view_autoscroll):
1597         
1598         Autoscroll feature with the context menu. Fixes bug 
1599         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1600
1601 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1602
1603         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1604
1605         Disconnect also page-ready signal when removing a job because the
1606         page size has changed. Thanks to kripken
1607         <kripkensteiner@gmail.com>.
1608
1609 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1610
1611         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1612         
1613         Scroll pages in page entry with mouse wheel. Fixes bug
1614         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1615
1616 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1617
1618         * backend/dvi/Makefile.am:
1619         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1620         (mdvi_cairo_device_init):
1621         * backend/dvi/mdvi-lib/common.h:
1622         * backend/dvi/mdvi-lib/mdvi.h:
1623         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1624         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1625         (mdvi_build_path_from_cwd):
1626
1627         Add ps specials support in dvi backend when libspectre is
1628         present. Fixes bug #386005.
1629         
1630 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1631
1632         * configure.ac:
1633         * backend/ps/Makefile.am:
1634         * backend/ps/ev-spectre.[ch]:
1635         
1636         Use libspectre, if available, for the ps backend. Fixes bugs
1637         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1638
1639 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1640         
1641         * backend/comics/comics-document.c: (comics_document_load):
1642         
1643         Cygwin build issue fix.
1644
1645 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1646
1647         * shell/ev-view.c: (ev_view_set_zoom):
1648
1649         Do not limit the minimum zoom factor when sizing mode is best bit
1650         or fit width. Fixes bug #503805.
1651         
1652 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1653
1654         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1655         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1656         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1657         (ev_link_dest_get_property), (ev_link_dest_set_property),
1658         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1659         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1660         (ev_link_dest_new_fitr):
1661         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1662         (goto_fith_dest), (goto_xyz_dest):
1663
1664         Do not change left, top and zoom values when they are null in PDF
1665         destinations. Fixes bug #460658.
1666         
1667 2007-12-10  Christian Persch  <chpe@gnome.org>
1668
1669         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1670         (ev_view_accessible_class_init),
1671         (ev_view_accessible_idle_do_action),
1672         (ev_view_accessible_action_do_action),
1673         (ev_view_accessible_action_get_description),
1674         (ev_view_accessible_action_set_description),
1675         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1676         (ev_view_accessible_factory_init),
1677         (ev_view_accessible_factory_get_accessible_type):
1678         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1679         private data, and G_DEFINE_TYPE. Bug #502843.
1680
1681 2007-12-08  Christian Persch  <chpe@gnome.org>
1682
1683         * shell/ev-metadata-manager.c: (item_free),
1684         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1685         (value_free), (parse_value), (parseItem),
1686         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1687         (save_values): Use GSlice to allocate small amounts of memory. Bug
1688         #475972.
1689
1690 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1691
1692         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1693
1694         Restore cursor to normal after a drag operation. Fixes bug
1695         #501603.
1696         
1697 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1698
1699         * NEWS:
1700         * configure.ac:
1701         
1702         Update for release 2.21.1
1703
1704 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1705
1706         * configure.ac:
1707         * cut-n-paste/gedit-message-area/Makefile.am:
1708         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1709         * shell/Makefile.am:
1710         * shell/ev-message-area.[ch]:
1711         * shell/ev-window.c: (ev_window_set_message_area),
1712         (ev_window_error_message_response_cb), (ev_window_error_message),
1713         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1714         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1715         (ev_attachment_popup_cmd_open_attachment),
1716         (attachment_save_dialog_response_cb), (ev_window_set_document),
1717         (ev_window_init):
1718
1719         Use a message area instead of a popup dialog for error
1720         notifications. Fixes bug #337495.
1721         
1722 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1723
1724         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1725         (ev_window_run_fullscreen):
1726
1727         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1728         
1729 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1730
1731         * ev-sidebar-thumbnails.c: (update_visible_range),
1732         (ev_sidebar_thumbnails_refresh),
1733         (ev_sidebar_thumbnails_set_document),
1734         (ev_sidebar_thumbnails_support_document):
1735
1736         Show thumbnails for documents with one page. Fixes bug #358751.
1737         
1738 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1739
1740         * shell/ev-window.c:
1741         (ev_window_load_print_settings_from_metadata),
1742         (ev_window_save_print_settings), (ev_window_print_finished),
1743         (ev_window_print_range):
1744
1745         Print settings that are specific to the document are now saved per
1746         document in the metadata file. Fixes bug #488806.
1747         
1748 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1749
1750         * backend/tiff/tiff-document.c: (tiff_document_render):
1751
1752         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1753         
1754 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1755
1756         * shell/ev-application.[ch]: (get_find_string_from_args),
1757         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1758         (ev_application_open_uri_list):
1759         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1760         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1761         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1762         (ev_window_cmd_recent_file_activate),
1763         (ev_window_open_recent_action_item_activated),
1764         (ev_window_print_send), (open_remote_link):
1765         * shell/main.c: (arguments_parse):
1766
1767         Add a command line option for search. Fixes bug #497710.
1768         
1769 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1770
1771         * shell/ev-jobs.c: (ev_job_print_new):
1772
1773         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1774         
1775 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * data/evince-toolbar.xml:
1778         * shell/Makefile.am:
1779         * shell/ev-application.c: (ev_application_init):
1780         * shell/ev-open-recent-action.[ch]:
1781         * shell/ev-window.c:
1782         (ev_window_open_recent_action_item_activated),
1783         (register_custom_actions):
1784
1785         Add an expander to the open toolbar item which pops up a dropdown
1786         menu with the recently used documents. Fixes bug #487215.
1787         
1788 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1789
1790         * shell/ev-window.c: (ev_window_open_uri),
1791         (ev_window_cmd_view_reload):
1792
1793         Do not jump to the first page when reloading by running evince
1794         from the command line. Fixes bug #490847.
1795         
1796 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1797
1798         * shell/ev-window.c: (ev_window_cmd_help_contents):
1799
1800         Plugged memory leak when help file is not found. Fixes bug
1801         #490762.
1802         
1803 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1804
1805         * configure.ac:
1806
1807         Enable djvu, dvi and comics backends by default. Fixes bug
1808         #437121.
1809         
1810 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1811
1812         * configure.ac:
1813         * cut-n-paste/Makefile.am:
1814         * cut-n-paste/recent-files/*: Removed
1815         * help/reference/Makefile.am:
1816         * shell/Makefile.am:
1817         * shell/ev-application.[ch]: (ev_application_shutdown),
1818         (ev_application_init):
1819         * shell/ev-window.c: (ev_window_add_recent),
1820         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1821
1822         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1823         
1824 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1825
1826         * shell/ev-window.c: (launch_external_uri):
1827
1828         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1829         and report error if the URL is not supported (#489910).
1830
1831 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1832
1833         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1834         (pdf_document_file_exporter_begin_page),
1835         (pdf_document_file_exporter_end_page):
1836
1837         Fix printing with poppler splash backend. Fixes bug #489774.
1838         
1839 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1840
1841         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1842         * shell/ev-print-job.c: (ev_print_job_class_init):
1843
1844         Fix a crash when printing with the gnome-print dialog. Fixes bug
1845         #488939.
1846         
1847 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1848
1849         * backend/pixbuf/pixbuf-document.c:
1850
1851         Fix an implicit function definition warning (#487655)
1852
1853 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1854
1855         * shell/ev-window.c:
1856
1857         Fix conflicting shortcut for view sade pane and presentation.
1858         
1859 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1860
1861         * backend/pdf/ev-poppler.cc:
1862         (pdf_document_file_exporter_begin_page),
1863         (pdf_document_file_exporter_do_page),
1864         (pdf_document_file_exporter_end_page),
1865         (pdf_document_file_exporter_iface_init):
1866         * libdocument/ev-file-exporter.[ch]:
1867         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1868         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1869         (ev_job_print_run):
1870
1871         When printing multiple pages per sheet in reverse option, do not
1872         invert the order of the pages in every sheet, but the order of the
1873         sheets. Do not print blank pages when page range is invalid. Fixes
1874         bugs #484857 and #485521.
1875         
1876 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1877
1878         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1879         (ev_job_print_run):
1880         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1881
1882         Respect ranges order when printing more than one range in random
1883         order.
1884         
1885 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1886
1887         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1888         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1889
1890         Rotate also the window icon when document is rotated. Fixes bug
1891         #474681.
1892         
1893 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1896         (pdf_document_forms_get_form_fields):
1897
1898         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1899         Matthias Drochner.
1900         
1901 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1902
1903         * configure.ac:
1904         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1905
1906         Use poppler_page_render_for_printing() instead of
1907         poppler_page_render() if available when exporting to a ps or pdf
1908         file. Fixes bug #476627.
1909         
1910 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1911
1912         * shell/ev-window.c: (ev_window_run_fullscreen):
1913
1914         Do not show the toolbar in fullscreen mode if the main toolbar is
1915         not visible. Fixes bug #483048.
1916         
1917 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1918
1919         * shell/ev-view.c: (ev_view_button_press_event):
1920
1921         Give priority to form fields over images when deciding whether a
1922         button press event is over an image or form field. It allows edit
1923         form fields when they are over a background image. Fixes bug
1924         #477841.
1925         
1926 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1927
1928         * NEWS:
1929         * configure.ac:
1930         
1931         Update for release 2.20.0
1932
1933 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1934
1935         * backend/pdf/ev-poppler.cc:
1936
1937         Remove #ifdef HAVE_FORMS, so that forms support works again.
1938
1939 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1940
1941         * configure.ac:
1942         * data/evince.desktop.in.in:
1943         
1944         Fixes desktop file issues. See bug #473471.
1945
1946 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1949         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1950         (ev_job_queue_remove_job):
1951         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1952         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1953         * shell/ev-window.c: (ev_window_clear_save_job),
1954         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1955         (ev_window_dispose):
1956
1957         Move save a copy task to its own job so that it's carried out in a
1958         thread avoiding another lock in the main thread. Use
1959         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1960         can be saved to a pathin another file system. Fixes bug #456891.
1961         
1962 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1963
1964         * NEWS:
1965         * configure.ac:
1966         
1967         Update for release 2.19.92
1968
1969 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1970
1971         * configure.ac:
1972         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1973         (pdf_selection_get_selection_region),
1974         (pdf_selection_get_selection_map),
1975         (ev_form_field_from_poppler_field):
1976
1977         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1978         and triple click selections are enabled again now.
1979
1980 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1981
1982         * shell/ev-window.c: (ev_window_add_history):
1983
1984         Make sure not to use the history with documents not supporting
1985         links. Fixes bug #468954.
1986
1987 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1988
1989         * shell/ev-window.c: (ev_window_load_job_cb):
1990
1991         Restart the search when reloading a document with the find bar
1992         visible. Fixes bug #461962.
1993
1994 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1995
1996         * shell/ev-window.c: (setup_document_from_metadata),
1997         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1998
1999         Do not jump to the first page when reloading a document from the
2000         last page.
2001
2002 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * shell/ev-window.c: (update_chrome_flag),
2005         (setup_sidebar_from_metadata),
2006         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2007         (ev_window_cmd_edit_find_next),
2008         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2009         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2010         (find_bar_close_cb), (view_actions_focus_in_cb):
2011
2012         Do not update visibility when changing a chrome flag so that it's
2013         possible to update several flags and update visibility only once
2014         for all of them.
2015
2016 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2017
2018         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2019
2020         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2021         supported by gtk+. Fixes bug #460907.
2022
2023 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2024
2025         * shell/ev-view.c: (view_update_range_and_current_page):
2026
2027         Make sure current-page <= end-page in continuous mode. Fixes bug
2028         #454950.
2029
2030 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2031
2032         * backend/pdf/ev-poppler.cc: (build_tree):
2033
2034         Ignore outline items without a title. Fixes bug #453913.
2035
2036 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2037
2038         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2039         (ev_view_button_release_event), (ev_view_leave_notify_event):
2040
2041         Use always drag mouse cursor during a drag operation. Fixes bug
2042         #470564.
2043
2044 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2045
2046         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2047         (pdf_selection_get_selection_region),
2048         (pdf_selection_get_selection_map):
2049
2050         Temporarily disable double and triple selections since it depends on
2051         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2052         released and the update of the external dependency minimal version
2053         approved.
2054
2055 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2056
2057         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2058         (pdf_document_file_exporter_do_page):
2059         * libdocument/ev-file-exporter.h:
2060         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2061         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2062
2063         Actually fix printing regressions. Remove orientation from
2064         EvPrintContext since it's redundant.
2065
2066 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2067
2068         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2069         * backend/impress/impress-document.c:
2070         (impress_document_document_iface_init):
2071         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2072         * backend/djvu/djvu-document.c:
2073         (djvu_document_document_iface_init),
2074         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2075         * backend/tiff/tiff-document.c:
2076         (tiff_document_document_iface_init):
2077         * backend/pixbuf/pixbuf-document.c:
2078         (pixbuf_document_document_iface_init):
2079         * backend/comics/comics-document.c:
2080         (comics_document_document_iface_init):
2081         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2082         (pdf_selection_render_selection),
2083         (pdf_selection_get_selected_text),
2084         (pdf_selection_get_selection_region),
2085         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2086         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2087         (ev_selection_get_selection_region),
2088         (ev_selection_get_selection_map):
2089         * libdocument/ev-document.[ch]:
2090         * shell/ev-pixbuf-cache.[ch]: (add_job),
2091         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2092         * shell/ev-view-private.h:
2093         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2094         (ev_job_render_run):
2095         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2096         * shell/ev-view.c: (start_selection_for_event),
2097         (ev_view_button_press_event), (ev_view_drag_data_get),
2098         (ev_view_drag_data_received), (ev_view_button_release_event),
2099         (compute_new_selection_text), (compute_selections),
2100         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2101         (ev_view_primary_get_cb):
2102
2103         Add support for double and triple click selections.
2104
2105 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2106
2107         * NEWS:
2108         * configure.ac:
2109
2110         Update for release 2.19.4
2111
2112 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2113
2114         * shell/ev-view-private.h:
2115         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2116         (ev_view_set_highlight_search):
2117         * shell/ev-view.h:
2118         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2119         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2120         (find_bar_visibility_changed_cb):
2121         
2122         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2123
2124 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2125
2126         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2127         (pdf_document_file_exporter_begin),
2128         (pdf_document_file_exporter_do_page):
2129         * shell/ev-jobs.c: (ev_job_print_run):
2130         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2131
2132         Create always a portrait cairo surface and rotate when needed for
2133         landscape. It fixes printing problems in real printers.
2134
2135 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2136
2137         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2138         * libdocument/ev-file-exporter.[ch]:
2139         (ev_file_exporter_get_capabilities):
2140         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2141         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2142
2143         Adjust number of pages per row according to page orientation when
2144         printing 2 or 6 pages per sheet.
2145
2146 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2147
2148         * shell/ev-window.c: (ev_window_print_send):
2149
2150         Reset also cups setting to 1 when printing multiple pages per
2151         sheet. Fixes bug #468853.
2152
2153 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2154
2155         * libdocument/ev-document-misc.c:
2156         (ev_document_misc_surface_rotate_and_scale):
2157
2158         Use directly cairo_surface_get_content() when creating a similar
2159         surface as suggested by Jeff Muizelaar. Thanks again.
2160
2161 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2162
2163         * backend/djvu/djvu-document.c: (djvu_document_render):
2164         * backend/tiff/tiff-document.c: (tiff_document_render):
2165         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2166         * libdocument/ev-document-misc.c:
2167         (ev_document_misc_surface_from_pixbuf),
2168         (ev_document_misc_surface_rotate_and_scale):
2169
2170         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2171         creating page surfaces. Fixes bug #453123. Thank you very much to
2172         Jeff Muizelaar <jeff@infidigm.net>.
2173
2174 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2175
2176         * shell/ev-page-cache.c: (ev_page_cache_new),
2177         (ev_page_cache_get_thumbnail_size):
2178         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2179         (ev_sidebar_thumbnails_set_loading_icon):
2180
2181         Also store in page-cache the dimensions of the thumbnails so that
2182         they can be used to create the correct loading icon in the side
2183         pane. Fixes bug #466857.
2184
2185 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2186
2187         * backend/pdf/ev-poppler.cc:
2188         (pdf_document_thumbnails_get_thumbnail):
2189
2190         Fix thumbnails rotation in pdf documents that include embedded 
2191         thumbnails.
2192
2193 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2194
2195         * backend/pdf/ev-poppler.cc:
2196
2197         Don't use #ifdef in macro expansion. Some compilers don't
2198         like that. Closes bug #467042.
2199
2200 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2201
2202         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2203         
2204         Fixes memory leak in djvu backend.
2205
2206 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2207
2208         * data/icons/32x32/Makefile.am:
2209         * data/icons/32x32/actions/Makefile.am:
2210         * data/icons/32x32/actions/view-page-cont.svg:
2211         * data/icons/32x32/actions/view-page-facing.svg:
2212         * data/icons/48x48/Makefile.am:
2213         * data/icons/48x48/actions/Makefile.am:
2214         * data/icons/48x48/actions/view-page-cont.svg:
2215         * data/icons/48x48/actions/view-page-facing.svg:
2216         
2217         Icons for a new sizes.
2218
2219 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2220
2221         * shell/ev-page-cache.c: (build_height_to_page),
2222         (ev_page_cache_get_height_to_page):
2223         
2224         Fixes invalid read, see bug #466401.
2225
2226 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2227
2228         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2229         (set_drag_cursor):
2230         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2231         (configure_item_cursor), (new_pixbuf_from_widget):
2232
2233         Fix multihead problems in toolbar editor. Fixes bug #382055.
2234
2235 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2236
2237         * shell/ev-window.c: (ev_window_cmd_file_open),
2238         (ev_window_cmd_save_as):
2239
2240         Use g_get_user_special_dir when available instead of
2241         xdg_user_dir_lookup.
2242
2243 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2244
2245         * MAINTAINERS:
2246         
2247         Updated according to request on desktop-devel.
2248
2249 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2250
2251         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2252
2253         Do not use cairo_rectangle and cairo_clip since we are
2254         not using cairo_fill but cairo_paint. Use the same cairo context
2255         for every page in the same expose event.
2256
2257 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2258
2259         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2260         leak.
2261
2262 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2263
2264         * configure.ac:
2265         * NEWS:
2266
2267         Release 0.9.3
2268
2269 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * libdocument/ev-document-info.h:
2272         * libdocument/ev-document.h:
2273         * shell/ev-page-action.h:
2274         * shell/ev-sidebar-links.h:
2275
2276         Fix a headers problem with ev-link
2277         
2278         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2279         * shell/ev-view-private.h:
2280         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2281         (get_link_area), (ev_view_query_tooltip),
2282         (ev_view_leave_notify_event), (ev_view_destroy),
2283         (ev_view_class_init):
2284
2285         Use new gtk tooltips when available instead of ev-tooltip.
2286         
2287 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2288
2289         * shell/ev-window.c: (update_chrome_visibility),
2290         (ev_window_sidebar_visibility_changed_cb):
2291
2292         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2293         
2294 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * shell/ev-navigation-action.c:
2297         (ev_navigation_action_history_changed),
2298         (ev_navigation_action_set_history):
2299         * shell/ev-navigation-action-widget.c:
2300         (ev_navigation_action_widget_init):
2301         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2302
2303         Fix compile warnings.
2304         
2305 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2306
2307         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2308         (egg_editable_toolbar_dispose):
2309
2310         Fix memory leak.
2311         
2312 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2315         (screensaver_disable_x11):
2316         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2317         * shell/ev-window.c: (presentation_set_timeout):
2318         * shell/ev-view.c: (ev_view_presentation_transition_start):
2319
2320         Use g_timeout_add_seconds instead of g_timeout_add when
2321         available.
2322         
2323 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2324
2325         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2326
2327         Set horizontal scrollbar policy to AUTOMATIC instead of
2328         NEVER. Workaround for bug #449462.
2329         
2330 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2331
2332         * shell/ev-jobs.c: (ev_job_render_page_ready):
2333
2334         Add page_ready callback to main loop with high priority and hold
2335         a reference to job during idle.
2336         
2337 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2338
2339         * configure.ac:
2340         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2341         (pdf_document_file_exporter_begin),
2342         (pdf_document_file_exporter_do_page),
2343         (pdf_document_file_exporter_get_capabilities):
2344         * libdocument/ev-file-exporter.h:
2345         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2346         * shell/ev-window.c: (ev_window_print_send),
2347         (ev_window_print_dialog_response_cb):
2348
2349         Allow printing multiple pages per sheet. Fixes bug #395573.
2350         
2351 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2352
2353         * shell/ev-view.c: (tip_from_link):
2354         
2355         Check for NULL, fixes bug #460862.
2356
2357 2007-07-29  Christian Persch  <chpe@gnome.org>
2358
2359         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2360         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2361         (ev_window_cmd_preview_print):
2362         
2363         Fixes bug #437681 - blocks while enumerating printers.
2364
2365 2007-07-29  Christian Persch  <chpe@gnome.org>
2366
2367         * shell/ev-window.c: (ev_window_screen_changed):
2368         
2369         Don't use deprecated gtk+ function. See bug #460909.
2370
2371 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2372
2373         * shell/ev-utils.c: (get_num_monitors):
2374         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2375
2376         Do not use display before initializing it. Remove compile
2377         warnings.
2378
2379 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2380
2381         * shell/ev-view.c: (ev_view_class_init):
2382         
2383         Unix-like hjkl bindings added. See bug #458111.
2384
2385 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2386
2387         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2388         * shell/ev-utils.h:
2389         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2390         (ev_view_update_view_size):
2391         * shell/ev-view.h:
2392         * shell/ev-window.c: (ev_window_update_actions),
2393         (setup_view_from_metadata), (ev_window_screen_changed),
2394         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2395         (zoom_control_changed_cb):
2396         * shell/ev-window.h:
2397         
2398         Reorganizes utility functions.
2399
2400 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2403         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2404         (add_job), (ev_pixbuf_cache_get_surface),
2405         (ev_pixbuf_cache_get_link_mapping),
2406         (ev_pixbuf_cache_get_image_mapping),
2407         (ev_pixbuf_cache_get_form_field_mapping),
2408         (ev_pixbuf_cache_get_text_mapping):
2409         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2410         (notify_page_ready), (ev_job_render_page_ready),
2411         (ev_job_render_run):
2412
2413         Add page_ready signal to notify that page is ready as soon as
2414         possible even if other page elements like links, forms, images or
2415         text mapping are not ready yet.
2416
2417 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2418
2419         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2420         (dvi_document_file_exporter_do_page),
2421         (dvi_document_file_exporter_get_capabilities),
2422         (dvi_document_file_exporter_iface_init):
2423         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2424         (ps_document_file_exporter_do_page),
2425         (ps_document_file_exporter_get_capabilities),
2426         (ps_document_file_exporter_iface_init):
2427         * backend/djvu/djvu-document.c:
2428         (djvu_document_file_exporter_begin),
2429         (djvu_document_file_exporter_end),
2430         (djvu_document_file_exporter_get_capabilities),
2431         (djvu_document_file_exporter_iface_init):
2432         * backend/tiff/tiff-document.c:
2433         (tiff_document_file_exporter_begin),
2434         (tiff_document_file_exporter_get_capabilities),
2435         (tiff_document_document_file_exporter_iface_init):
2436         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2437         (pdf_document_file_exporter_do_page),
2438         (pdf_document_file_exporter_get_capabilities),
2439         (pdf_document_file_exporter_iface_init):
2440         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2441         (ev_file_exporter_get_capabilities):
2442         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2443         (idle_print_handler), (ev_print_job_print):
2444         * shell/ev-jobs.c: (ev_job_print_run):
2445         * shell/ev-window.c: (ev_window_print_send),
2446         (ev_window_print_range):
2447
2448         Use capabilities to know which options should be offered by the
2449         print dialog depending on the document backend.
2450
2451 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2452
2453         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2454
2455         Give priority to forms over text to set the cursor.
2456
2457 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * shell/ev-view-private.h:
2460         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2461         (ev_view_leave_notify_event), (ev_view_finalize),
2462         (ev_view_get_property), (ev_view_class_init):
2463
2464         Use IBEAM cursor for text form fields and NORMAL cursor for read
2465         only fields. Remove unused status attribute.
2466
2467 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2468
2469         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2470
2471         Update region for current selected items also for checkbox
2472         buttons, since they can behave as radio buttons when they are in a
2473         set.
2474
2475 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * configure.ac:
2478         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2479
2480         Get max length of text form fields.
2481
2482 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2483
2484         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2485         * libdocument/ev-form-field.h:
2486         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2487
2488         Fix build with current poppler cvs head.
2489
2490 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2491
2492         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2493         * shell/eggfindbar.c: (egg_find_bar_init):
2494
2495         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2496         deprecation. Fixes bug #455667
2497
2498 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2499
2500         * NEWS:
2501         * configure.ac:
2502         
2503         Update for release 0.9.2
2504
2505 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2506
2507         * shell/ev-view.c: (ev_view_form_field_text_save),
2508         (ev_view_form_field_choice_save):
2509
2510         Fix a crash when closing whith a form widget visible.
2511
2512 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2513
2514         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2515
2516         Update also the region of the current selected button when
2517         clicking on another button if they are radio buttons.
2518
2519 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2520
2521         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2522         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2523         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2524         (ev_pixbuf_cache_get_link_mapping),
2525         (ev_pixbuf_cache_get_image_mapping),
2526         (ev_pixbuf_cache_get_form_field_mapping),
2527         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2528         * shell/ev-view.c: (ev_view_form_field_get_region),
2529         (ev_view_form_field_button_create_widget),
2530         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2531         (job_finished_cb):
2532
2533         Redraw only form field region instead of the whole page when
2534         reloading a page to show changes on the form field.
2535
2536 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * shell/ev-view.c: (ev_view_form_field_choice_save):
2539
2540         Fix selection of first item in list form fields.
2541
2542 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2543
2544         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2545         (ev_pixbuf_cache_reload_page),
2546         (ev_pixbuf_cache_get_form_field_mapping):
2547
2548         Some refactoring to avoid duplicated code.
2549
2550 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * configure.ac:
2553         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2554         (ev_form_field_from_poppler_field),
2555         (pdf_document_forms_get_form_fields),
2556         (pdf_document_forms_form_field_text_get_text),
2557         (pdf_document_forms_form_field_text_set_text),
2558         (pdf_document_forms_form_field_button_set_state),
2559         (pdf_document_forms_form_field_button_get_state),
2560         (pdf_document_forms_form_field_choice_get_item),
2561         (pdf_document_forms_form_field_choice_get_n_items),
2562         (pdf_document_forms_form_field_choice_is_item_selected),
2563         (pdf_document_forms_form_field_choice_select_item),
2564         (pdf_document_forms_form_field_choice_toggle_item),
2565         (pdf_document_forms_form_field_choice_unselect_all),
2566         (pdf_document_forms_form_field_choice_set_text),
2567         (pdf_document_forms_form_field_choice_get_text),
2568         (pdf_document_document_forms_iface_init):
2569         * libdocument/Makefile.am:
2570         * libdocument/ev-form-field.[ch]:
2571         * libdocument/ev-document-forms.[ch]:
2572         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2573         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2574         (add_job), (ev_pixbuf_cache_reload_page),
2575         (ev_pixbuf_cache_get_form_field_mapping):
2576         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2577         * shell/ev-view-private.h:
2578         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2579         (ev_view_handle_cursor_over_xy),
2580         (ev_view_get_form_field_at_location),
2581         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2582         (ev_view_form_field_button_create_widget),
2583         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2584         (ev_view_form_field_text_create_widget),
2585         (ev_view_form_field_choice_save),
2586         (ev_view_form_field_choice_changed),
2587         (ev_view_form_field_choice_create_widget),
2588         (ev_view_handle_form_field), (ev_view_size_allocate),
2589         (ev_view_realize), (draw_end_presentation_page),
2590         (ev_view_button_press_event), (ev_view_remove_all),
2591         (ev_view_motion_notify_event), (ev_view_key_press_event),
2592         (ev_view_enter_notify_event), (highlight_find_results),
2593         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2594         (ev_view_class_init), (page_changed_cb),
2595         (on_adjustment_value_changed), (ev_view_set_presentation),
2596         (merge_selection_region), (ev_view_set_cursor),
2597         (ev_view_reset_presentation_state):
2598         
2599         Merge evince-forms branch.
2600
2601 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2602
2603         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2604
2605         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2606         This script also updates itself from libegg
2607
2608         * cut-n-paste/toolbar-editor/egg*:
2609         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2610         libegg
2611
2612 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2613
2614         * shell/ev-window.c:
2615         
2616         Adds a nice icon to page action during toolbar editing.
2617         See bug #452872.
2618
2619 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2620
2621         * data/evince-toolbar.xml:
2622         * shell/ev-window.c:
2623         
2624         Let user add a presentation and fullscreen icons on toolbar.
2625         See bug #449734.
2626
2627 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2628
2629         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2630
2631         new script to keep in sync with toolbareditor in libegg
2632
2633         * cut-n-paste/toolbar-editor/*: 
2634
2635         Run update-toolbareditor-from-libegg so we are in sync again. 
2636         Fixes bug #452850.
2637         
2638
2639 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * shell/ev-sidebar-links.c: (job_finished_callback):
2642
2643         Do not connect selection changed signal more than once. Fixes bug
2644         #349433.
2645
2646 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2649
2650         Do not change sidebar chrome flag when pressing F9 key in
2651         presentation mode.
2652
2653 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2654
2655         * backend/pdf/ev-poppler.cc:
2656         (pdf_document_thumbnails_get_dimensions):
2657
2658         Make sure thumbnails width and height is not <= 0. Fixes a crash
2659         with some pdf documents which have really small pages.
2660
2661 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2662
2663         * shell/main.c: (main):
2664
2665         Fixes program description translation issue.
2666         Bug #450148.
2667
2668 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2669
2670         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2671
2672         Do not change current page when returning from black/white mode
2673         in presentation. Fixes bug #415032.
2674
2675 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2676
2677         * NEWS:
2678         * configure.ac:
2679         
2680         Update for release 0.9.1
2681
2682 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2683
2684         * backend/dvi/dvi-document.c:
2685         (dvi_document_finalize),
2686         (dvi_document_file_exporter_format_supported),
2687         (dvi_document_file_exporter_begin),
2688         (dvi_document_file_exporter_do_page),
2689         (dvi_document_file_exporter_end),
2690         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2691         
2692         PDF exporter for dvi documents. Fixes bug #441319.
2693
2694 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2695
2696         * shell/ev-window.c: (ev_window_clear_print_job):
2697
2698         Clear gtk print job when job has finished. Fixes bug #447612.
2699
2700 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2701
2702         * shell/ev-window.c: (ev_window_print_send),
2703         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2704
2705         Add preview button to print dialog. Fixes bug #445419.
2706
2707 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2708
2709         * backend/dvi/Makefile.am:
2710         * backend/dvi/pixbuf-device.[ch]: Removed
2711         * backend/dvi/cairo-device.[ch]: Added
2712         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2713         * backend/dvi/dvi-document.c: (dvi_document_load),
2714         (dvi_document_render), (dvi_document_finalize),
2715         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2716         (dvi_document_do_color_special):
2717         * libdocument/ev-document-misc.[ch]:
2718         (ev_document_misc_pixbuf_from_surface):
2719
2720         Port dvi backend to cairo and fix a problem with colors. 
2721
2722 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2723
2724         * shell/ev-view.c: (draw_one_page):
2725
2726         Draw only visible region.
2727
2728 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2729
2730         * backend/djvu/djvu-document.c: (djvu_document_render):
2731
2732         Fix rotation in djvu backend.
2733
2734 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2735
2736         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2737         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2738         (ev_pixbuf_cache_get_image_mapping),
2739         (ev_pixbuf_cache_get_text_mapping):
2740
2741         Redraw view every time we have a new surface. Fixes bug #443587.
2742
2743 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2744
2745         * libdocument/ev-document.c: (ev_document_info_free):
2746
2747         Fix memory leaks.
2748
2749 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2750
2751         * backend/dvi/dvi-document.c: (dvi_document_render),
2752         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2753         * backend/impress/impress-document.c:
2754         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2755         (impress_document_render), (impress_document_document_iface_init),
2756         (impress_document_thumbnails_get_thumbnail):
2757         * backend/djvu/djvu-document-private.h:
2758         * backend/djvu/djvu-document.c: (djvu_document_render),
2759         (djvu_document_finalize), (djvu_document_document_iface_init),
2760         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2761         * backend/tiff/tiff-document.c: (tiff_document_render),
2762         (tiff_document_render_pixbuf),
2763         (tiff_document_document_iface_init):
2764         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2765         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2766         (pdf_selection_render_selection):
2767         * backend/comics/comics-document.c:
2768         (comics_document_render_pixbuf), (comics_document_render),
2769         (comics_document_document_iface_init):
2770         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2771         (pixbuf_document_document_iface_init):
2772         * libdocument/ev-document-misc.[ch]:
2773         (ev_document_misc_surface_from_pixbuf),
2774         (ev_document_misc_surface_rotate_and_scale):
2775         * libdocument/ev-document.[ch]: (ev_document_render):
2776         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2777         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2778         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2779         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2780         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2781         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2782         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2783         (render_finished_cb), (ev_job_render_run):
2784         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2785         (merge_selection_region):
2786
2787         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2788         and selections.
2789
2790 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2791
2792         * shell/ev-window-title.c: (ev_window_title_update):
2793
2794         Fix memory leak.
2795
2796 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2797
2798         * shell/ev-view.c: (draw_loading_text):
2799
2800         Show loading text centered. Fixes bug #433061
2801
2802 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * shell/ev-sidebar-thumbnails.c:
2805         (ev_sidebar_thumbnails_set_loading_icon):
2806
2807         Remove a mutex in the main thread that blocks the UI in heavy
2808         documents.
2809
2810 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2811
2812         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2813
2814         Set points_set to TRUE so that selections don't disappear after a
2815         zoom change.
2816
2817 2007-06-07  Michael Monreal  <infernux@web.de>
2818
2819         * data/icons/16x16/actions/Makefile.am:
2820         * data/icons/16x16/actions/zoom.svg:
2821         * data/icons/22x22/actions/Makefile.am:
2822         * data/icons/22x22/actions/zoom.svg:
2823         * data/icons/24x24/actions/Makefile.am:
2824         * shell/ev-stock-icons.c:
2825         * shell/ev-stock-icons.h:
2826         * shell/ev-window.c:
2827         
2828         Zoom icon artwork. See bug #444795.
2829
2830 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2831
2832         * shell/ev-metadata-manager.c: Remove extraneous function
2833         (Closes: #444386)
2834
2835 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2836
2837         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2838         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2839         (ev_metadata_manager_set), (ev_metadata_manager_save):
2840         Simplify the timeout, no need for modified anymore
2841
2842 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2843
2844         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2845         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2846         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2847         (ev_metadata_manager_save): Adapted patch from Arjan van de
2848         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2849         time, saves on power (Closes: #443851)
2850
2851 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2852
2853         * configure.ac:
2854         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2855         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2856
2857         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2858
2859 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2860
2861         * shell/ev-window.c: (ev_window_add_history):
2862
2863         Check if history is NULL
2864
2865 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2866
2867         * libdocument/ev-image.c: (ev_image_finalize):
2868         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2869         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2870         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2871         (ev_tmp_uri_unlink):
2872
2873         Add functions to delete temporary files created by evince in a safe
2874         way.
2875
2876         * shell/ev-window.c: (ev_window_clear_local_uri),
2877         (open_xfer_update_progress_callback),
2878         (save_xfer_update_progress_callback), (ev_window_save_remote),
2879         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2880         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2881         (attachment_save_dialog_response_cb),
2882         (ev_attachment_popup_cmd_save_attachment_as):
2883
2884         Allow saving a copy of a document, image or attachment to a remote
2885         location. Fixes bug #440754. 
2886
2887 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2888
2889         * configure.ac:
2890         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2891
2892         Fix build with current poppler from cvs head. 
2893
2894 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2895
2896         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2897
2898         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2899         directory exists.
2900
2901 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2902
2903         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2904         * shell/ev-window.c:
2905
2906         Change sidebar ordering. Fixes bug #439939.
2907
2908 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2909
2910         * backend/comics/Makefile.am:
2911         
2912         Fixes build with --without-libgnome.
2913
2914 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2915         
2916         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2917
2918         Update cursor and tooltip on page change and view scroll. Fixes bug
2919         #439217.
2920
2921 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2922
2923         * NEWS:
2924         * configure.ac:
2925         
2926         Update for release 0.9.0
2927
2928 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2929
2930         * backend/djvu/djvu-document-private.h:
2931         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2932         (djvu_document_finalize),
2933         (djvu_document_file_exporter_format_supported),
2934         (djvu_document_file_exporter_begin),
2935         (djvu_document_file_exporter_do_page),
2936         (djvu_document_file_exporter_end),
2937         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2938         
2939         Implemented printing with djvu. Bug #437998.
2940
2941 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2942
2943         * backend/impress/zip.c:
2944         Add missing ulong definition.
2945
2946         * backend/ps/ps-interpreter.c:
2947         Add missing headers.
2948
2949         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2950
2951 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2952
2953         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2954
2955         Add missing call to parent class dispose method. 
2956
2957 2007-05-12  Ross Burton  <ross@openedhand.com>
2958
2959         * shell/main.c:
2960         Sync keybindings manually when building without libgnome
2961         (#437925).
2962
2963 2007-05-12  Ross Burton  <ross@openedhand.com>
2964
2965         * shell/ev-window.c:
2966         Respect the screen when opening help (#437866).
2967
2968 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2969
2970         * data/evince-ui.xml:
2971         * shell/ev-application.[ch]: (get_print_settings_from_args),
2972         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2973         (ev_application_open_uri_list):
2974         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2975         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2976         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2977         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2978         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2979         (ev_window_dispose):
2980         * shell/main.c: (arguments_parse):
2981
2982         Add print button in preview mode. Fixes bug #396475. 
2983
2984 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2985
2986         * cut-n-paste/zoom-control/ephy-zoom.h:
2987         
2988         Fixes zoom level factors. See bug #408119 for details.
2989
2990 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2991
2992         * backend/comics/comics-document.c: (comics_regex_quote),
2993         (extract_argv):
2994         
2995         Correctly quote symbols. Fixes crash in the bug
2996         #415370.
2997
2998 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2999
3000         * shell/ev-navigation-action-widget.c:
3001         (ev_navigation_action_widget_init),
3002         (ev_navigation_action_widget_class_init),
3003         (ev_navigation_action_widget_button_press_event):
3004         
3005         Connect to button-press event on correct widget. Fixes
3006         bug #431988
3007
3008 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3009
3010         * shell/ev-application.c: (ev_application_open_window),
3011         (ev_application_add_icon_path_for_screen),
3012         (ev_application_open_uri_at_dest):
3013         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3014         * shell/ev-navigation-action.c: (build_menu):
3015         
3016         Add app-specific icons to our icon theme. Fixes bug
3017         #425508.
3018
3019 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3020
3021         * shell/ev-history.c: (ev_history_class_init),
3022         (ev_history_add_link):
3023         * shell/ev-history.h:
3024         * shell/ev-navigation-action.c:
3025         (ev_navigation_action_history_changed),
3026         (ev_navigation_action_set_history), (build_menu),
3027         (ev_navigation_action_finalize):
3028         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3029         
3030         Make navigation action unsensitive instead of showing
3031         menu with unsensitive word. Fixes bug #417392.
3032
3033 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3034
3035         * shell/ev-application.[ch]: (ev_application_shutdown),
3036         (ev_application_get_print_settings),
3037         (ev_application_set_print_settings):
3038         * shell/ev-window.c:
3039
3040         Remember print settings. Fixes bug #349102. 
3041
3042 2007-05-08  Christian Persch  <chpe@gnome.org>
3043
3044         * configure.ac:
3045         * properties/ev-properties-view.c:
3046
3047         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3048         Bug #382438.
3049
3050 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3051
3052         * configure.ac:
3053         * properties/ev-properties-view.c: (ev_regular_paper_size):
3054
3055         Use gtk+ builtin paper list to identify the document's paper size.
3056         Fixes bug #382438. 
3057
3058 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3059
3060         * configure.ac:
3061
3062         Fix build when compiling with thumbnailer and libgnome support. 
3063
3064 2007-05-04  Ross Burton  <ross@openedhand.com>
3065
3066         * configure.ac:
3067         Add --without-libgnome, check for libgnome and libgnomeui
3068         separately, and add them to the symbols as required.
3069
3070         * libdocument/ev-file-helpers.c:
3071         When building without libgnome, use g_get_user_config_dir instead
3072         of gnome_user_dir_get.
3073
3074         * shell/ev-application.c:
3075         When building without libgnome, don't use session management.
3076
3077         * shell/main.c:
3078         When building without libgnome, don't use GnomeProgram or
3079         initialise the authentication manager.
3080
3081         This fixes #328842.
3082
3083 2007-05-04  Ross Burton  <ross@openedhand.com>
3084
3085         * shell/ev-window.c:
3086         Don't use libgnome to open help, instead call Yelp directly.
3087
3088 2007-05-04  Ross Burton  <ross@openedhand.com>
3089
3090         * shell/ev-sidebar-attachments.c:
3091         Don't use libgnome to lookup icons for MIME types, instead copy
3092         code from GTK+ to do it manually.
3093
3094 2007-05-04  Ross Burton  <ross@openedhand.com>
3095
3096         * configure.ac:
3097         Add libxml to the dependencies for SHELL_CORE (#435818).
3098
3099 2007-05-02  Ross Burton  <ross@openedhand.com>
3100
3101         * configure.ac:
3102         * Makefile.am:
3103         Add --disable-thumbnailer (#434825)
3104
3105 2007-05-02  Ross Burton  <ross@openedhand.com>
3106
3107         * shell/ev-window.c:
3108         Add missing includes, fix indentation.
3109
3110         * shell/main.c:
3111         Fix indentation.
3112
3113 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3114
3115         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3116         ev_application_open_uri_at_dest instead of ev_application_open_uri
3117         preventing new document always being opened in a new window even if there
3118         is an empty window.
3119
3120 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3121
3122         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3123         (egg_recent_view_uimanager_finalize):
3124         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3125         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3126         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3127         (ev_pixbuf_cache_dispose):
3128         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3129         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3130         
3131         Add missing chain to parent class methods. Fixes
3132         bug #433128.
3133
3134 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3135
3136         * data/Makefile.am (update-icon-cache): Updates
3137         gtk-update-icon-cache in uninstall-hook.
3138
3139 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3140
3141         * shell/ev-window.c: (ev_window_setup_document),
3142         (ev_window_set_document), (ev_window_load_job_cb):
3143         * shell/ev-view.c: (setup_caches):
3144         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3145
3146         Start rendering pages before any other jobs. 
3147
3148 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3149
3150         * shell/ev-window.c: (ev_window_stop_fullscreen),
3151         (ev_window_stop_presentation):
3152
3153         Update chrome visibility before window unfullscreen. 
3154
3155 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3156
3157         * data/Makefile.am:
3158         * data/evince-ui.xml:
3159         * shell/ev-stock-icons.[ch]:
3160         * shell/ev-application.[ch]: (ev_application_shutdown),
3161         (ev_application_init), (ev_application_get_toolbars_model):
3162         * shell/ev-window.c: (update_chrome_visibility),
3163         (fullscreen_toolbar_setup_item_properties),
3164         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3165         (ev_window_run_presentation), (ev_window_stop_presentation),
3166         (ev_window_run_preview), (ev_window_screen_changed),
3167         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3168         (ev_window_dispose), (ev_window_init):
3169
3170         Make fullscreen toolbar always visible. Do not use egg toolbars for
3171         fullscreen and preview modes since such toolbars are not editables.
3172         Fixes bugs #300278, #338910 and #316188.  
3173
3174 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3175
3176         * shell/ev-application.c:
3177         * shell/ev-job-queue.c:
3178         * shell/ev-metadata-manager.c:
3179         * shell/ev-stock-icons.c:
3180         * shell/ev-window.c:
3181         * shell/main.c:
3182         
3183         Developers documentation updated.
3184
3185 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3186
3187         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3188
3189         Check whether uri is valid before launching it. Fixes bug #427664.
3190
3191 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3192
3193         * shell/ev-window.c:
3194
3195         Change key accelerator for Open a Copy menu entry which is in conflict
3196         with Close. Fixes bug #427321.
3197
3198 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3199
3200         * NEWS:
3201         * configure.ac:
3202         
3203         Update for release 0.8.1
3204
3205 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3206
3207         * shell/ev-window.c: (setup_size_from_metadata):
3208         
3209         Do not make window bigger than screen. Fixes bug 
3210         #388985.
3211
3212 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3213
3214         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3215         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3216
3217         Use default resolution when it's not provided by document. Fixes bug
3218         #408762.
3219
3220 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3221
3222         * configure.ac:
3223         * thumbnailer/Makefile.am:
3224         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3225         * thumbnailer/evince-thumbnailer.schemas.in:
3226         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3227
3228         Add support for ps, eps and compressed documents thumbnails. Do not
3229         ignore size parameter. 
3230
3231 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3232
3233         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3234         (dvi_document_do_color_special):
3235         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3236
3237         Implement font color specials in the DVI backend. Fixes bug #303651.
3238
3239 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3240
3241         Fixup the previous commit:
3242
3243         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3244         * shell/xdg-user-dir-lookup.c: Make the function non-static
3245         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3246
3247 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3248
3249         * shell/ev-window.c (file_open_dialog_response_cb): Use
3250         the xdg-user-dirs DOCUMENTS folder as default folder when
3251         opening a file chooser.  (#424858)
3252
3253         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3254         xdg-user-dirs.
3255
3256 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3257
3258         * shell/ev-window.c: (ev_window_load_job_cb):
3259
3260         Do not setup view from metadata on preview mode. 
3261
3262 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3263
3264         * shell/main.c:
3265
3266         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3267
3268 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3269
3270         * shell/ev-view.c: (ev_view_primary_get_cb):
3271
3272         Check pointer != NULL before using it. Fixes bug #416841. 
3273
3274 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3275
3276         * NEWS:
3277         * configure.ac:
3278         
3279         Release 0.8.0
3280
3281 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3282
3283         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3284
3285         Do not render thumbnails when sidebar thumbnail page is not visible
3286         at startup. Fixes bug #416447. 
3287
3288 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3289
3290         * data/evince.desktop.in.in:
3291
3292         "Application" is not a valid category in the freedesktop specification.
3293
3294 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3295
3296         * libdocument/ev-file-helpers.[ch]: (compression_run),
3297         (ev_file_uncompress), (ev_file_compress):
3298         * shell/ev-window.c: (file_save_dialog_response_cb):
3299
3300         Save document compressed when saving a copy of a compressed document.
3301         Fixes bug #334542.
3302
3303 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3304
3305         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3306
3307         Allow deleting in goto window entry in presentation mode. 
3308
3309 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3310
3311         * Makefile.am: Dist MAINTAINERS.
3312
3313 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3314
3315         * shell/ev-window.c: (ev_window_update_actions):
3316
3317         Fix zoom shortcut keys when searching. Fixes bug #409828.
3318
3319 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3320
3321         * shell/ev-window.c: (ev_window_setup_document):
3322
3323         Fix crash when loading documents with only one page. 
3324
3325 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3326
3327         * backend/dvi/dvi-document.c:
3328         (dvi_document_thumbnails_get_dimensions),
3329         (dvi_document_thumbnails_get_thumbnail):
3330         * backend/impress/impress-document.c:
3331         (impress_document_thumbnails_get_thumbnail),
3332         (impress_document_thumbnails_get_dimensions):
3333         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3334         (ps_document_thumbnails_get_dimensions):
3335         * backend/djvu/djvu-document.c:
3336         (djvu_document_thumbnails_get_dimensions),
3337         (djvu_document_thumbnails_get_thumbnail):
3338         * backend/tiff/tiff-document.c:
3339         (tiff_document_thumbnails_get_thumbnail),
3340         (tiff_document_thumbnails_get_dimensions):
3341         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3342         (pdf_document_thumbnails_get_thumbnail),
3343         (pdf_document_thumbnails_get_dimensions):
3344         * backend/comics/comics-document.c:
3345         (comics_document_thumbnails_get_thumbnail),
3346         (comics_document_thumbnails_get_dimensions):
3347         * backend/pixbuf/pixbuf-document.c:
3348         (pixbuf_document_thumbnails_get_thumbnail),
3349         (pixbuf_document_thumbnails_get_dimensions):
3350         * libdocument/ev-document-thumbnails.[ch]:
3351         (ev_document_thumbnails_get_thumbnail),
3352         (ev_document_thumbnails_get_dimensions):
3353         * libdocument/ev-document-misc.[ch]:
3354         (ev_document_misc_get_thumbnail_frame):
3355         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3356         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3357         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3358         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3359         (ev_sidebar_thumbnails_refresh):
3360         * shell/ev-window.c: (ev_window_setup_document):
3361         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3362
3363         Use an EvRenderContext for rendering thumbnails instead of a suggested
3364         width, so that different sized pages get sized proportionally.
3365
3366 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * shell/ev-view.c: (ev_view_button_press_event),
3369         (ev_view_key_press_event):
3370
3371         Fix critical warnings when there is no document loaded. 
3372
3373 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3374
3375         * shell/ev-page-action-widget.c:
3376         * shell/ev-navigation-action.c:
3377         * shell/ev-window.c:
3378
3379         Fix compile warnings. 
3380
3381 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3382
3383         * backend/djvu/djvu-text.h:
3384         * backend/djvu/djvu-document.c:
3385         * backend/djvu/djvu-text-page.c:
3386         * backend/djvu/djvu-links.c:
3387         * backend/djvu/djvu-text-page.h:
3388         * backend/djvu/djvu-text.c:
3389         
3390         Fix build on Mac. Fixes bug #392186. Patch by
3391         <ephraim_owns@hotmail.com>
3392
3393 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3394
3395         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3396
3397         Restore cairo context before rendering every page when printing a PDF
3398         document into a PDF file. 
3399
3400 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3401
3402         * backend/ps/gstypes.h:
3403         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3404         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3405         (ps_document_thumbnails_get_thumbnail):
3406
3407         Handle PostScript page orientation. Fixes bug #318568.
3408
3409 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3410
3411         * backend/ps/Makefile.am:
3412         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3413         (document_load), (ps_document_load), (save_document),
3414         (save_page_list), (ps_document_get_n_pages),
3415         (ps_document_get_page_size), (ps_document_get_info),
3416         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3417         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3418         (ps_document_thumbnails_get_thumbnail),
3419         (ps_document_thumbnails_get_dimensions),
3420         (ps_document_document_thumbnails_iface_init):
3421         * backend/ps/ps.[ch]: (psgetpagebox):
3422         * backend/ps/ps-interpreter.[ch]:
3423
3424         Add support for thumbnails in ps backend. Fixes bug #164755. 
3425
3426 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3427
3428         * NEWS:
3429         * configure.ac:
3430         
3431         Release 0.7.2
3432
3433 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3434
3435         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3436         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3437         (ev_window_dispose):
3438
3439         Use document thumbnail as window icon. Fixes bug #384442.
3440
3441 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3442
3443         * configure.ac:
3444
3445         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3446         duplicated adding application/x-bzpostscript instead. 
3447
3448 2007-02-11  Tom Parker  <palfrey@tevp.net>
3449
3450         * backend/ps/ps-document.c: (document_load):
3451
3452         Check return value of psscan before trying
3453         to use it. Fixes bug #372414.
3454
3455 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3456
3457         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3458
3459         Fix invalid free in ev-page-cache. Fixes bug #404745.
3460
3461 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3462
3463         * test/Makefile.am:
3464         * test/test3.py:
3465         
3466         Added reload test case.
3467
3468 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3469
3470         * po/POTFILES.in:
3471         * backend/djvu/djvu-document.c: (djvu_document_load):
3472
3473         Check whether there are missing files in indirect multipage djvu
3474         documents. Fixes bug #361683. 
3475
3476 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3477
3478         * test/Makefile.am:
3479         * test/test-mime.bin:
3480         * test/test3.py:
3481         
3482         Added test for slow mime type
3483
3484 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3485
3486         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3487
3488         Add some checks and call parent_class->finalize. Fixes bug #404745.
3489
3490 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3491
3492         * shell/ev-navigation-action.c: (connect_proxy):
3493         
3494         Fixes dropdown history menu. Thanks a lot Carlos!
3495
3496 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3497
3498         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3499
3500         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3501         bug #373715.
3502
3503 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3504
3505         * backend/ps/ps.c: (psscan):
3506
3507         Fix memory leak. 
3508
3509 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3510
3511         * configure.ac:
3512         * libdocument/ev-file-helpers.c: 
3513
3514         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3515
3516 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3517
3518         * configure.ac:
3519         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3520         (ps_interpreter_start), (document_load), (save_document),
3521         (save_page_list):
3522         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3523         * libdocument/ev-document-factory.c:
3524         (ev_document_factory_get_from_mime), (get_document_from_uri),
3525         (free_uncompressed_uri), (ev_document_factory_get_document):
3526         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3527
3528         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3529
3530 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3531
3532         * libdocument/ev-document.h:
3533
3534         Fix typo in function name. 
3535
3536 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * backend/ps/ps-document.c: (ps_interpreter_finished),
3539         (ps_interpreter_start), (ps_interpreter_failed):
3540
3541         Handle ghostscript interpreter crashes. 
3542
3543 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3544
3545         * shell/ev-window.c: (ev_window_open_uri),
3546         (window_configure_event_cb):
3547
3548         Setup window size and position before showing it. Fixes bug #401711.
3549
3550 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3551
3552         * backend/ps/Makefile.am:
3553         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3554         (ps_document_dispose), (ps_document_class_init),
3555         (ps_interpreter_input), (ps_interpreter_output),
3556         (ps_interpreter_error), (setup_interpreter_env),
3557         (ps_interpreter_start), (ps_interpreter_stop),
3558         (ps_interpreter_failed), (ps_interpreter_is_ready),
3559         (check_filecompressed), (document_load), (ps_document_load),
3560         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3561         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3562         (render_page):
3563
3564         Rework ps-document. Code cleanups, remove deprecated code. 
3565
3566 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3567
3568         * shell/ev-view.c: (ev_view_button_press_event):
3569
3570         Do not start an image drag and drop operation when pointer is on 
3571         text, so that we can select text when the whole background is an
3572         image. 
3573
3574 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3575
3576         * shell/ev-window.c: (ev_window_update_actions): 
3577
3578         Disable all zoom related actions during presentation mode. 
3579
3580 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3581
3582         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3583
3584         Do not zoom in or out on presentation mode. Fixes bug #401305.
3585
3586 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3587
3588         * shell/ev-navigation-action.c: (connect_proxy),
3589         (create_menu_item), (ev_navigation_action_class_init):
3590         
3591         Correctly show menu and fix crash when navigaton 
3592         action is out of toolbar visible area.
3593
3594 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3595
3596         * data/Makefile.am:
3597         * data/evince.1:
3598         
3599         Added man file
3600
3601 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3602
3603         * help/reference/* :
3604         * configure.ac:
3605         
3606         Added gtk-doc based documentation for Evince.
3607         Still in initial state but I hope it will
3608         grow.
3609         
3610         * configure.ac:
3611         
3612         Lower dbus requirement to 0.70
3613
3614 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3615
3616         * shell/ev-window.c: (ev_window_add_history):
3617
3618         Fix memory leak. 
3619
3620 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3621
3622         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3623         * shell/ev-view.h:
3624         * shell/ev-window.c: (ev_window_add_history):
3625         
3626         Correctly handle named destination links
3627
3628 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3629
3630         * NOTES:
3631         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3632         * backend/pdf/ev-poppler.cc:
3633         * libdocument/ev-document-links.h:
3634         * libdocument/ev-link.c: (ev_link_get_page):
3635         * libdocument/ev-link.h:
3636         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3637         (ev_history_add_link):
3638         * shell/ev-history.h:
3639         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3640         (new_history_menu_item), (build_menu):
3641         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3642         * shell/ev-sidebar-links.c: (create_loading_model),
3643         (print_section_cb), (ev_sidebar_links_construct),
3644         (fill_page_labels), (update_page_callback_foreach),
3645         (update_page_callback), (job_finished_callback):
3646         * shell/ev-view.c: (ev_view_handle_link):
3647         * shell/ev-window.c: (ev_window_find_chapter),
3648         (ev_window_add_history), (view_handle_link_cb),
3649         (history_changed_cb):
3650         
3651         Implements another history variant
3652
3653 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3654
3655         * shell/ev-window.c: (view_external_link_cb):
3656         * shell/ev-view.c: (ev_view_button_release_event):
3657
3658         Open links in new window when clicking with middle button. 
3659
3660 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3661
3662         * shell/ev-navigation-action.c: (new_history_menu_item):
3663         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3664         * shell/ev-view.c: (ev_view_handle_link):
3665         * shell/ev-window.c:
3666         
3667         Store link before jump, not the destination. For me it 
3668         seems like more natural history behavior.
3669
3670 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3671
3672         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3673         (ev_navigation_action_class_init):
3674         * shell/ev-navigation-action.h:
3675         * shell/ev-page-action.c: (activate_cb):
3676         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3677         (ev_page_cache_set_current_page_history):
3678         * shell/ev-page-cache.h:
3679         * shell/ev-sidebar-thumbnails.c:
3680         (ev_sidebar_tree_selection_changed),
3681         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3682         * shell/ev-view-private.h:
3683         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3684         * shell/ev-view.h:
3685         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3686         (ev_window_setup_document), (ev_window_load_job_cb):
3687         * shell/ev-window.h:
3688         
3689         History finally works as expected.
3690
3691 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3694
3695         Do not update links treeview if it doesn't have a model assigned yet. 
3696
3697 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3698
3699         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3700         (ev_sidebar_links_class_init), (update_page_callback):
3701
3702         Do not update links treeview when sidepane is not visible. 
3703
3704 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3705
3706         * shell/ev-marshal.list:
3707         * shell/ev-page-action.c: (activate_cb),
3708         (ev_page_action_class_init):
3709         * shell/ev-page-action.h:
3710         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3711         * shell/ev-window.c:
3712         
3713         Remove activate_link signal, not required.
3714
3715 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3716
3717         * shell/ev-navigation-action.c: (build_menu):
3718         
3719         Reorder menu items and build menu with fixed length.
3720
3721 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3722
3723         * shell/ev-view.c: (get_selected_text):
3724         
3725         Normalize text to fix ligatures problem. See bug
3726         #341947 for details.
3727
3728 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3729
3730         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3731
3732         Fix memory leak in ev-page-cache. 
3733
3734 2007-01-25  Tom Parker <palfrey@tevp.net>
3735
3736         * backend/impress/impress-document.c: (impress_document_load),
3737         (impress_document_finalize), (impress_document_init):
3738         * properties/ev-properties-main.c: (ev_properties_get_pages):
3739         
3740         Correctly handle impress document errors. Fixes nautilus
3741         crash in property page #370491.
3742
3743 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3744
3745         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3746         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3747         (ev_job_queue_remove_job):
3748         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3749         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3750         (ev_job_load_run):
3751         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3752         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3753         (ev_window_load_job_cb), (xfer_update_progress_callback),
3754         (ev_window_open_uri), (ev_window_dispose):
3755         * shell/main.c: (main):
3756
3757         Do file transfer asynchronously in the main thread instead of
3758         synchronously in the load thread. Fixes bugs #399694, #398307 and
3759         #343542.
3760
3761 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3762
3763         * shell/ev-jobs.c: (ev_job_xfer_run):
3764
3765         Load the document with the font-config lock held. 
3766
3767 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3768
3769         * backend/ps/ps-document.c: (start_interpreter):
3770
3771         Fix memory leaks in ps backend. 
3772
3773 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3774
3775         * backend/impress/impress-document.c:
3776         (impress_document_render_pixbuf):
3777
3778         Do not acquire fontconfig lock in impress backend, since it is using
3779         the main loop for rendering. 
3780
3781 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3782
3783         * po/POTFILES.in: 
3784
3785         Remove mdvi files that shouldn't be translated. 
3786
3787 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3788
3789         * shell/ev-view-private.h:
3790         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3791         (ev_view_set_zoom):
3792
3793         Render "loading..." text into a cairo surface instead of directly into
3794         the window so that fontconfig lock is only needed once and UI is not
3795         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3796
3797 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3798
3799         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3800         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3801
3802         Use icon theme associated with the window screen rather than default. 
3803
3804 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3805
3806         * configure.ac:
3807
3808         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3809
3810 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3811
3812         * data/icons/*/apps/evince.*:
3813
3814         Move Evince icons under new apps directory.
3815
3816         * data/icons/*/actions/*:
3817
3818         Add new custom themeable Evince icons: view-page-continuous, 
3819         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3820         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3821
3822         * configure.ac:
3823
3824         Add new directories to AC_CONFIG_FILES.
3825
3826         * shell/ev-stock-icons.c:
3827         * shell/ev-stock-icons.h:
3828
3829         Use new custom themeable icons.
3830
3831 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3832
3833         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3834
3835         Do not draw white background page in presentation mode. 
3836
3837 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3838
3839         * shell/ev-view.c: Remove unused gnome-vfs include.
3840
3841 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3842
3843         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3844         
3845         Format string is corrected, fixes bug #397129.
3846
3847 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3848
3849         * shell/ev-window.c: (ev_window_setup_recent):
3850
3851         Do not include in recent menu inexistent documents. Fixes
3852         bug #339171.
3853
3854 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3855
3856         * po/POTFILES.skip: 
3857
3858         Update POTFILES.skip file according to current source tree. 
3859
3860 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3861
3862         * shell/ev-window.c: (file_save_dialog_response_cb):
3863
3864         Do Save a copy in atomic way. Fixes bug #328266. 
3865
3866 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3869
3870         Keep selected cell always visible in index treeview.
3871
3872 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3873         
3874         * shell/ev-view.c: (ev_view_size_allocate):
3875
3876         Restore horizontal scrollbar after switching to/from fullscreen
3877         or presentation mode. Fixes bug #331728.
3878
3879 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3880
3881         * shell/ev-view-private.h:
3882         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3883         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3884         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3885         (ev_view_can_zoom_out):
3886
3887         Use max and min scale values in the view iby taking dpi into account. 
3888
3889 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3890
3891         * configure.ac:
3892         * NEWS:
3893
3894         Release 0.7.1
3895
3896 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3897
3898         * shell/ev-window.c: (ev_window_print_send):
3899
3900         Send print job to printer with some settings set to default values,
3901         since we have already exported to a file according to such settings
3902         and they could be taken twice by some printers. 
3903
3904 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3905
3906         * shell/ev-jobs.c: (ev_job_xfer_run):
3907         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3908
3909         Show main window and load document with the font-config lock held. 
3910
3911 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3912
3913         * configure.ac:
3914         * shell/ev-application.c: (ev_application_register_service):
3915         * shell/main.c: (load_files_remote):
3916
3917         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3918
3919 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3920
3921         * doc/debugging.txt:
3922         
3923         Remove obsolete documentation.
3924
3925 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3926
3927         * Makefile.am:
3928         * backend/Makefile.am:
3929         * backend/comics/Makefile.am:
3930         * backend/djvu/Makefile.am:
3931         * backend/dvi/Makefile.am:
3932         * backend/ev-async-renderer.c:
3933         * backend/ev-async-renderer.h:
3934         * backend/ev-attachment.c:
3935         * backend/ev-attachment.h:
3936         * backend/ev-backend-marshal.c:
3937         * backend/ev-document-factory.c:
3938         * backend/ev-document-factory.h:
3939         * backend/ev-document-find.c:
3940         * backend/ev-document-find.h:
3941         * backend/ev-document-fonts.c:
3942         * backend/ev-document-fonts.h:
3943         * backend/ev-document-images.c:
3944         * backend/ev-document-images.h:
3945         * backend/ev-document-info.h:
3946         * backend/ev-document-links.c:
3947         * backend/ev-document-links.h:
3948         * backend/ev-document-misc.c:
3949         * backend/ev-document-misc.h:
3950         * backend/ev-document-security.c:
3951         * backend/ev-document-security.h:
3952         * backend/ev-document-thumbnails.c:
3953         * backend/ev-document-thumbnails.h:
3954         * backend/ev-document-transition.c:
3955         * backend/ev-document-transition.h:
3956         * backend/ev-document.c:
3957         * backend/ev-document.h:
3958         * backend/ev-file-exporter.c:
3959         * backend/ev-file-exporter.h:
3960         * backend/ev-image.c:
3961         * backend/ev-image.h:
3962         * backend/ev-link-action.c:
3963         * backend/ev-link-action.h:
3964         * backend/ev-link-dest.c:
3965         * backend/ev-link-dest.h:
3966         * backend/ev-link.c:
3967         * backend/ev-link.h:
3968         * backend/ev-render-context.c:
3969         * backend/ev-render-context.h:
3970         * backend/ev-selection.c:
3971         * backend/ev-selection.h:
3972         * backend/impress/Makefile.am:
3973         * backend/pdf/Makefile.am:
3974         * backend/pixbuf/Makefile.am:
3975         * backend/ps/Makefile.am:
3976         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3977         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3978         (start_interpreter), (stop_interpreter), (document_load),
3979         (ps_document_next_page), (render_page):
3980         * backend/tiff/Makefile.am:
3981         * comics/Makefile.am:
3982         * comics/comics-document.c:
3983         * comics/comics-document.h:
3984         * configure.ac:
3985         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3986         * djvu/Makefile.am:
3987         * djvu/djvu-document-private.h:
3988         * djvu/djvu-document.c:
3989         * djvu/djvu-document.h:
3990         * djvu/djvu-links.c:
3991         * djvu/djvu-links.h:
3992         * djvu/djvu-text-page.c:
3993         * djvu/djvu-text-page.h:
3994         * djvu/djvu-text.c:
3995         * djvu/djvu-text.h:
3996         * dvi/Makefile.am:
3997         * dvi/dvi-document.c:
3998         * dvi/dvi-document.h:
3999         * dvi/fonts.c:
4000         * dvi/fonts.h:
4001         * dvi/mdvi-lib/Makefile.am:
4002         * dvi/mdvi-lib/afmparse.c:
4003         * dvi/mdvi-lib/afmparse.h:
4004         * dvi/mdvi-lib/bitmap.c:
4005         * dvi/mdvi-lib/bitmap.h:
4006         * dvi/mdvi-lib/color.c:
4007         * dvi/mdvi-lib/color.h:
4008         * dvi/mdvi-lib/common.c:
4009         * dvi/mdvi-lib/common.h:
4010         * dvi/mdvi-lib/defaults.h:
4011         * dvi/mdvi-lib/dvimisc.c:
4012         * dvi/mdvi-lib/dviopcodes.h:
4013         * dvi/mdvi-lib/dviread.c:
4014         * dvi/mdvi-lib/files.c:
4015         * dvi/mdvi-lib/font.c:
4016         * dvi/mdvi-lib/fontmap.c:
4017         * dvi/mdvi-lib/fontmap.h:
4018         * dvi/mdvi-lib/fontsrch.c:
4019         * dvi/mdvi-lib/gf.c:
4020         * dvi/mdvi-lib/hash.c:
4021         * dvi/mdvi-lib/hash.h:
4022         * dvi/mdvi-lib/list.c:
4023         * dvi/mdvi-lib/mdvi.h:
4024         * dvi/mdvi-lib/pagesel.c:
4025         * dvi/mdvi-lib/paper.c:
4026         * dvi/mdvi-lib/paper.h:
4027         * dvi/mdvi-lib/pk.c:
4028         * dvi/mdvi-lib/private.h:
4029         * dvi/mdvi-lib/setup.c:
4030         * dvi/mdvi-lib/sp-epsf.c:
4031         * dvi/mdvi-lib/special.c:
4032         * dvi/mdvi-lib/sysdeps.h:
4033         * dvi/mdvi-lib/t1.c:
4034         * dvi/mdvi-lib/tfm.c:
4035         * dvi/mdvi-lib/tfmfile.c:
4036         * dvi/mdvi-lib/tt.c:
4037         * dvi/mdvi-lib/util.c:
4038         * dvi/mdvi-lib/vf.c:
4039         * dvi/pixbuf-device.c:
4040         * dvi/pixbuf-device.h:
4041         * impress/Makefile.am:
4042         * impress/common.h:
4043         * impress/document.c:
4044         * impress/f_oasis.c:
4045         * impress/f_oo13.c:
4046         * impress/iksemel.c:
4047         * impress/iksemel.h:
4048         * impress/imposter.h:
4049         * impress/impress-document.c:
4050         * impress/impress-document.h:
4051         * impress/internal.h:
4052         * impress/r_back.c:
4053         * impress/r_draw.c:
4054         * impress/r_geometry.c:
4055         * impress/r_gradient.c:
4056         * impress/r_style.c:
4057         * impress/r_text.c:
4058         * impress/render.c:
4059         * impress/render.h:
4060         * impress/zip.c:
4061         * impress/zip.h:
4062         * lib/Makefile.am:
4063         * lib/ev-debug.c:
4064         * lib/ev-debug.h:
4065         * lib/ev-file-helpers.c:
4066         * lib/ev-file-helpers.h:
4067         * lib/ev-gui.c:
4068         * lib/ev-gui.h:
4069         * lib/ev-tooltip.c:
4070         * lib/ev-tooltip.h:
4071         * libdocument/Makefile.am:
4072         * libdocument/ev-file-helpers.c:
4073         * pdf/Makefile.am:
4074         * pdf/ev-poppler.cc:
4075         * pdf/ev-poppler.h:
4076         * pixbuf/Makefile.am:
4077         * pixbuf/pixbuf-document.c:
4078         * pixbuf/pixbuf-document.h:
4079         * properties/Makefile.am:
4080         * ps/Makefile.am:
4081         * ps/gsdefaults.c:
4082         * ps/gsdefaults.h:
4083         * ps/gsio.c:
4084         * ps/gsio.h:
4085         * ps/gstypes.h:
4086         * ps/ps-document.c:
4087         * ps/ps-document.h:
4088         * ps/ps.c:
4089         * ps/ps.h:
4090         * shell/Makefile.am:
4091         * shell/ev-application.h:
4092         * shell/ev-sidebar-links.c:
4093         * shell/ev-sidebar-links.h:
4094         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4095         (ev_gui_menu_position_tree_selection):
4096         * shell/ev-utils.h:
4097         * shell/ev-view.c: (ev_view_finalize):
4098         * shell/ev-window.c:
4099         * shell/main.c: (main):
4100         * thumbnailer/Makefile.am:
4101         * tiff/Makefile.am:
4102         * tiff/tiff-document.c:
4103         * tiff/tiff-document.h:
4104         * tiff/tiff2ps.c:
4105         * tiff/tiff2ps.h:
4106         
4107         Reorganize source tree.
4108
4109 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4110
4111         * backend/ev-document-factory.c:
4112
4113         Do not include ev-poppler.h when pdf is disabled. 
4114
4115 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4116
4117         * configure.ac:
4118         * data/evince-ui.xml:
4119         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4120         (pdf_document_document_images_iface_init):
4121         * backend/Makefile.am:
4122         * backend/ev-document-images.[ch]:
4123         * backend/ev-image.[ch]:
4124         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4125         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4126         (ev_job_xfer_run):
4127         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4128         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4129         (ev_pixbuf_cache_get_image_mapping):
4130         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4131         (view_menu_popup_cb), (ev_window_dispose),
4132         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4133         (ev_view_popup_cmd_copy_image):
4134         * shell/ev-view-private.h:
4135         * shell/ev-view.c: (ev_view_get_image_at_location),
4136         (ev_view_do_popup_menu), (ev_view_popup_menu),
4137         (ev_view_button_press_event), (ev_view_drag_data_get),
4138         (ev_view_drag_motion), (ev_view_drag_data_received),
4139         (ev_view_motion_notify_event), (ev_view_button_release_event),
4140         (ev_view_finalize), (ev_view_class_init):
4141
4142         Add image handling support. Fixes bugs #310008 and #325047. Images
4143         selection is not supported yet. 
4144
4145 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4146
4147         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4148         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4149         (ev_view_init):
4150
4151         Move view drag and drop stuff to ev-view.
4152
4153 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4154
4155         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4156         * shell/ev-view.c: (clear_selection): 
4157
4158         Clear selection also in pixbuf cache.
4159
4160 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4161
4162         * data/evince.desktop.in.in:
4163         
4164         Change icon name in desktop file. See bug #390734
4165         for details.
4166
4167 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4168
4169         * thumbnailer/Makefile.am:
4170
4171         Use top_builddir instead top_srcdir for generated schema
4172         file installation. Fixes bug #390161.
4173
4174 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4175
4176         * configure.ac:
4177         * backend/Makefile.am:
4178         * backend/ev-document-transition.[ch]:
4179         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4180         (pdf_document_page_transition_iface_init):
4181         * shell/ev-view-private.h:
4182         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4183         (ev_view_set_presentation), (transition_next_page),
4184         (ev_view_presentation_transition_stop),
4185         (ev_view_presentation_transition_start), (ev_view_next_page):
4186
4187         Add page transition support in presentation mode. At the moment only
4188         page duration is supported, but not transition effects. Fixes bug
4189         #309815.
4190
4191 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4192
4193         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4194
4195         Run find_link_dest with document lock held, since it's called by links
4196         thread and main thread at the same time. 
4197
4198 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4199
4200         * shell/ev-view.c: (goto_dest):
4201
4202         Update page-cache when page is changed by the view, so that
4203         page-changed signal is emitted. 
4204
4205 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4206
4207         * test/test1.py:
4208         * test/test2.py:
4209
4210         Use C locale in tests. 
4211
4212 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4213
4214         * shell/ev-window.c: (ev_window_run_presentation):
4215         * shell/ev-view-private.h:
4216         * shell/ev-view.c: (ev_view_set_presentation):
4217
4218         Restore zoom settings when back from presentation mode. 
4219
4220 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4221
4222         * shell/ev-window.c: (ev_window_run_presentation):
4223
4224         Always use "best fit" zoom in presentation mode.
4225         Fixes bug #389195.
4226
4227 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4228
4229         * shell/ev-view.c: (ev_view_goto_window_create):
4230
4231         Show "Jump to page" label in the page jumping popup in
4232         presentation mode instead of just a GtkEntry.
4233
4234 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4235
4236         * shell/ev-window.c: (launch_external_uri):
4237
4238         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4239         #378085.
4240
4241 2006-12-22  Elijah Newren  <newren gmail com>
4242
4243         * configure.ac: explicitly check for libxml2.  Fixes #388795
4244
4245 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4246
4247         * shell/ev-view-private.h:
4248         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4249         (ev_view_goto_window_delete_event), (key_is_numeric),
4250         (ev_view_goto_window_key_press_event),
4251         (ev_view_goto_window_button_press_event),
4252         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4253         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4254         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4255
4256         Allow jumping to another page by typing a page number in presentation
4257         mode. It uses a popup window with an entry. Fixes bug #353625.
4258
4259 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4260
4261         * configure.ac:
4262         * properties/ev-properties-view.c: (ev_get_default_user_units),
4263         (ev_regular_paper_size):
4264         
4265         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4266         to Damien Carbery <damien.carbery@sun.com> and
4267         Yevgen Muntyan <muntyan@tamu.edu>.
4268
4269 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4270
4271         * shell/ev-window.c: (setup_document_from_metadata):
4272
4273         Make sure Evince doesn't restore the view on the last
4274         page when a document is reopened. Fixes bug #383381.
4275
4276 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4277
4278         * shell/ev-view.c: (draw_loading_text):
4279
4280         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4281
4282 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4283
4284         * configure.ac:
4285         * NEWS:
4286
4287         Release 0.7.0
4288
4289 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4290
4291         * configure.ac:
4292         * pdf/ev-poppler.cc: (pdf_print_context_free),
4293         (pdf_document_file_exporter_begin),
4294         (pdf_document_file_exporter_do_page):
4295
4296         Make cairo-pdf depedency optional. 
4297
4298 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4299
4300         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4301
4302         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4303
4304 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4305
4306         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4307         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4308         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4309         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4310         * shell/ev-view.c: (draw_loading_text):
4311         * shell/ev-window.c: (ev_window_cmd_file_properties):
4312
4313         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4314         related to using FontConfig from different threads.
4315         
4316 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4317
4318         * shell/ev-view.c: (draw_loading_text):
4319
4320         Acquire lock document when drawing "Loading..." text so that only one
4321         thread will use FontConfig at the same time. Fixes bug #374750.
4322
4323 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4324
4325         * shell/ev-page-action.[ch]: (activate_cb):
4326         * shell/ev-window.c: (activate_label_cb):
4327
4328         Check if text inserted in page entry is a valid page number when it
4329         doesn't match to any document page label. Fixes bug #383165.
4330
4331 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4332         * shell/ev-window.c:
4333
4334         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4335         available with GTK < 2.10. Added an ifdef to avoid compilation
4336         error.
4337
4338 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4339
4340         * configure.ac:
4341         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4342
4343         Fix ps backend in multihead systems.
4344
4345 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4346
4347         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4348         * shell/ev-window.c: (ev_window_get_screen_dpi),
4349         (ev_window_update_actions), (setup_view_from_metadata),
4350         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4351
4352         Take screen DPI into account when zooming. Fixes bug #318285.
4353
4354 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4355
4356         * data/Makefile.am:
4357
4358         Cleaned up/slightly refactored Makefile.am. Added GConf
4359         schemas uninstallation as well.
4360
4361 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4362
4363         * Makefile.am:
4364         * test/Makefile.am:
4365
4366         Fight with autotools to fix make check. Make distcheck
4367         works fine as well now!
4368
4369 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4370
4371         * shell/ev-view.c: (draw_end_presentation_page):
4372
4373         Corrected "end of presentation" string.
4374
4375 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4376
4377         * shell/ev-view.c: (ev_view_key_press_event):
4378
4379         Correctly propagate key press event so that up/down keys
4380         work as expected (correct behaviour was broken by
4381         black/white screen key bindings for presentations).
4382
4383 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4384
4385         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4386         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4387         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4388         (pdf_selection_get_selection_region),
4389         (pdf_selection_get_selection_map):
4390
4391         Add "static" to some private functions. 
4392
4393 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4394
4395         * lib/ev-tooltip.h:
4396         * properties/ev-properties-view.h:
4397         * shell/ev-jobs.h:
4398         * shell/ev-properties-dialog.h:
4399         * shell/ev-properties-fonts.h:
4400         * shell/ev-sidebar-links.h:
4401         * shell/ev-sidebar-thumbnails.h:
4402         * shell/ev-sidebar.h:
4403         * shell/ev-window.h:
4404         
4405         Fixes CHACK type in class casts. See bug #385343
4406         for details.
4407
4408 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4409
4410         * shell/ev-view-private.h:
4411         * shell/ev-view.c: (draw_end_presentation_page),
4412         (ev_view_expose_event), (ev_view_key_press_event),
4413         (ev_view_class_init), (ev_view_init):
4414
4415         Blank screen in presentation mode when pressing 'b' (filling with
4416         black) or 'w' (filling with white) keys. Fixes bug #358132.
4417
4418 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4419
4420         * data/evince-toolbar.xml:
4421         * shell/ev-window.c:
4422         
4423         Use stock icon for Select All action. Fixes
4424         bug #382652.
4425
4426 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4427
4428         * shell/ev-view.c: (get_doc_point_from_offset),
4429         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4430
4431         Add links support in rotated documents. Fixes bug #343733.
4432
4433 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4434
4435         * shell/ev-view-private.h:
4436         * shell/ev-view.c: (draw_end_presentation_page),
4437         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4438
4439         Show a blank page after the last page in presentation mode with a
4440         message indicating that presentation has finished and how to exit. 
4441
4442 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4443
4444         * shell/ev-window.c: (fullscreen_timeout_cb):
4445
4446         Hide cursor after a while in presentation mode. 
4447
4448 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4449
4450         * backend/ev-document-info.h:
4451         * data/evince-properties.glade:
4452         * pdf/ev-poppler.cc:
4453         * properties/ev-properties-view.c: (ev_regular_paper_size),
4454         (ev_properties_view_set_info):
4455         * ps/ps-document.c: (ps_document_get_info):
4456
4457         Adds a paper size field to the properties dialog. Fixes
4458         bug #307315. Patch by Kasper Svendsen (with some i18n
4459         changes done by me).
4460
4461 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4462
4463         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4464         (screensaver_init_dbus), (totem_scrsaver_new),
4465         (totem_scrsaver_init):
4466         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4467         * shell/ev-application.c: (ev_application_register_service),
4468         (ev_application_screensaver_enable),
4469         (ev_application_screensaver_disable):
4470         * shell/ev-application.h:
4471         * shell/ev-window.c: (ev_window_run_presentation),
4472         (ev_window_stop_presentation), (build_comments_string),
4473         (ev_window_init):
4474         
4475         Move screensaver handling to application. No more
4476         message on startup.
4477
4478 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4479
4480         * configure.ac:
4481         * backend/Makefile.am:
4482         * backend/ev-file-exporter.[ch]:
4483         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4484         * ps/ps-document.c: (ps_document_file_exporter_*):
4485         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4486         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4487         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4488         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4489
4490         Allow printing to PDF when suppoted by the backend.
4491         
4492 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4493
4494         * shell/ev-window.c: (build_comments_string):
4495
4496         Use always "Document Viewer" in about dialog. 
4497
4498 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4499
4500         * djvu/djvu-document.c: (djvu_document_get_page_size):
4501
4502         Display a warning message when get_pageinfo fails. 
4503
4504 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4505
4506         * Makefile.am:
4507         * backend/Makefile.am:
4508         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4509         * configure.ac:
4510         * shell/ev-window.c: (build_comments_string):
4511         
4512         Make pdf compilation optional. See bug #38007.
4513
4514 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4515
4516         * ps/ps.c: (get_next_text):
4517
4518         Fix CVE-2006-5864.
4519
4520 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4521
4522         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4523         * shell/ev-navigation-action.c: (connect_proxy),
4524         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4525         
4526         Do not call g_type_class_peek_parent twice.
4527
4528 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4529
4530         * configure.ac:
4531         * data/icons/24x24/.cvsignore:
4532         * data/icons/24x24/Makefile.am:
4533         * data/icons/24x24/evince.png:
4534         * data/icons/Makefile.am:
4535         
4536         Add 24x24 icon. Thanks to 
4537         Michael Monreal <infernux@web.de>.
4538
4539 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4540
4541         * configure.ac: Fix typo in configure.ac. Thanks
4542         to dmacks@netspace.org for notification.
4543
4544 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4545
4546         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4547         
4548         Drop dbus include, fixes compilation with older dbus.
4549
4550 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4551
4552         * configure.ac:
4553         * cut-n-paste/Makefile.am:
4554         * cut-n-paste/totem-screensaver/.cvsignore
4555         * cut-n-paste/totem-screensaver/Makefile.am:
4556         * cut-n-paste/totem-screensaver/README:
4557         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4558         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4559         * shell/Makefile.am:
4560         * shell/ev-window.c: (ev_window_run_presentation),
4561         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4562         (ev_window_init):
4563
4564         Implemented screensaver enabling/disabling for
4565         presentation mode (not fullscreen mode). Code stolen
4566         from Totem (with some minor tweaks). Fixes bug #338889.
4567
4568 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4569
4570         * configure.ac:
4571
4572         Bump gnome-icon-theme requirements. We use the rotation
4573         icons that appeared recently.
4574
4575 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4576
4577         * shell/ev-history.c: (ev_history_add_page):
4578         * shell/ev-history.h:
4579         * shell/ev-window.c: (page_changed_cb):
4580         
4581         Use page labels instead of numbers.
4582
4583 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4584
4585         * data/evince-toolbar.xml:
4586         * po/POTFILES.in:
4587         * shell/Makefile.am:
4588         * shell/ev-navigation-action-widget.c:
4589         (ev_navigation_action_widget_init),
4590         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4591         (menu_detacher), (ev_navigation_action_widget_set_menu),
4592         (menu_position_func), (popup_menu_under_arrow),
4593         (ev_navigation_action_widget_toggled),
4594         (ev_navigation_action_widget_button_press_event):
4595         * shell/ev-navigation-action-widget.h:
4596         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4597         (ev_navigation_action_set_window), (activate_menu_item_cb),
4598         (new_history_menu_item), (new_empty_history_menu_item),
4599         (build_menu), (menu_activated_cb), (connect_proxy),
4600         (create_tool_item), (ev_navigation_action_init),
4601         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4602         * shell/ev-navigation-action.h:
4603         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4604         (ev_page_action_widget_set_page_cache),
4605         (ev_page_action_widget_finalize),
4606         (ev_page_action_widget_class_init), (match_selected_cb),
4607         (display_completion_text), (match_completion), (build_new_tree_cb),
4608         (get_filter_model_from_model),
4609         (ev_page_action_widget_update_model):
4610         * shell/ev-page-action-widget.h:
4611         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4612         (connect_proxy):
4613         * shell/ev-page-action.h:
4614         * shell/ev-stock-icons.c:
4615         * shell/ev-stock-icons.h:
4616         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4617         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4618         (register_custom_actions):
4619         * shell/main.c:
4620         
4621         Preliminary history implementation
4622
4623 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4624
4625         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4626         (dvi_document_class_init), (dvi_document_init_params):
4627         * dvi/mdvi-lib/font.c: (font_reference):
4628         
4629         Add reference to subfont. Fixes bug #374277.
4630
4631 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4632
4633         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4634         (ev_window_cmd_file_open_copy_at_dest):
4635
4636         Fix a race condition when creating symlink. Increase the counter
4637         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4638         Mathias Hasselmann).
4639
4640 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4641
4642         * backend/Makefile.am:
4643         * backend/ev-attachment.c: (ev_attachment_open):
4644         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4645         (ev_tmp_dir), (ev_tmp_filename):
4646         * shell/ev-sidebar-attachments.c:
4647         (ev_sidebar_attachments_drag_data_get):
4648         * shell/ev-window.c: (ev_window_clear_temp_file):
4649
4650         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4651         in ensure_dir_exists. Abort without crashing when we can't create
4652         user's directory.
4653
4654 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4655
4656         * data/evince-ui.xml:
4657         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4658         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4659         (ev_window_cmd_file_open_copy_at_dest),
4660         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4661         (ev_view_popup_cmd_open_link_new_window):
4662
4663         Allow opening a copy of the current document in a new window. Fixes bug
4664         #357472
4665
4666 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4667
4668         * data/evince-toolbar.xml:
4669         
4670         Add rotate right and rotate left to available items for toolbar.
4671         
4672         * data/evince-ui.xml:
4673         * shell/ev-window.c: (ev_window_init):
4674         
4675         Customize toolbar with right click. Fixes bug #372451.
4676
4677 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4678
4679         * shell/ev-window.c: 
4680         
4681         Use "object-rotate-{left,right}" stock icons. Fixes 
4682         bug #373863.
4683
4684 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4685
4686         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4687         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4688         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4689         (ev_window_open_uri):
4690         * shell/main.c: (arguments_parse):
4691
4692         Remove temp file created when evince is used by GTK+ in
4693         preview mode. Fixes bug #365282. 
4694
4695 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4696
4697         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4698         
4699         Fixes bug #372474 - Side pane disabled when entering 
4700         and leaving fullscreen mode.
4701
4702 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4703
4704         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4705         * data/Makefile.am:
4706         * data/evince-preview-toolbar.xml:
4707         * data/evince-toolbar.xml:
4708         * shell/ev-application.c: (ev_application_shutdown),
4709         (ev_application_init), (ev_application_get_toolbars_model):
4710         * shell/ev-application.h:
4711         * shell/ev-window.c: (update_chrome_visibility),
4712         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4713         (ev_window_cmd_edit_toolbar), (ev_window_init):
4714         
4715         Fixes bug #364364 - toolbar editor shows zoom actions again.
4716
4717 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4718
4719         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4720
4721         Do not take margins into consideration for paper size when printing.
4722         Really fixes bug #350491.
4723
4724 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4725
4726         * data/evince-ui.xml:
4727         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4728         (ev_window_cmd_file_print_setup),
4729         (ev_window_print_dialog_response_cb),
4730         (ev_window_setup_action_sensitivity):
4731
4732         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4733
4734 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4735
4736         * shell/ev-window.c: (ev_window_print_range):
4737
4738         Revert my previuos commit, since printing to PDF is not supported by
4739         evince yet. 
4740
4741 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4742
4743         * shell/ev-window.c: (ev_window_print_range):
4744
4745         Enable print to a PDF. Fixes bug #332121.
4746
4747 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4748
4749         * shell/ev-application-service.xml:
4750         * shell/ev-application.[ch]: (ev_application_open_window),
4751         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4752         (ev_application_open_uri), (ev_application_open_uri_list):
4753         * shell/ev-window.c: (file_open_dialog_response_cb),
4754         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4755         (drag_data_received_cb), (open_remote_link):
4756         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4757
4758         Add support for multiscreen systems. Fixes bug #316206.
4759
4760 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4761
4762         * shell/ev-jobs.[ch]: (ev_job_print_new),
4763         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4764         (ev_job_print_do_page):
4765         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4766
4767         Allow printing only odd/even pages. Fixes bug #367289.
4768
4769 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4770
4771         * test/test1.py:
4772         * test/test2.py:
4773
4774         Re-add locale settings to test files.
4775
4776 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4777
4778         * data/evince-ui.xml:
4779         * shell/ev-window.c: (set_action_properties):
4780         
4781         Removed garbage from code and ui.
4782
4783 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4784
4785         * shell/ev-window.c: (ev_window_cmd_help_about):
4786
4787         Shamelessly add my name to the list of contributors.
4788
4789 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4790
4791         * test/test1.py:
4792         * test/test2.py:
4793
4794         Cleaned up the dogtail scripts.
4795
4796 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4797
4798         * shell/ev-view.c: (draw_loading_text): Don't render
4799         "loading..." text in presentation mode. Temporary
4800         workaround for bug #320352.
4801
4802 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4803
4804         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4805         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4806
4807         Use print settings scale, copies, collate and reverse which were
4808         ignored. Fixes bug #359032.
4809
4810 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4811
4812         * configure.ac:
4813         * data/evince-password.glade:
4814         * test/Makefile.am:
4815         * test/test-encrypt.pdf:
4816         * test/test-links.pdf:
4817         * test/test1.py:
4818         * test/test2.py:
4819
4820         Add automated UI tests for evince with dogtail. See
4821         bug #300948.    
4822
4823 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4824
4825         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4826
4827         Hide fullscreen toolbar when switching to another desktop workspace.
4828         Fixes bug #338871
4829
4830 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4831
4832         * shell/ev-window-title.c: 
4833         
4834         Test for .dvi in title of pdf documents.
4835
4836 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4837
4838         * shell/ev-view.c: (ev_view_scroll):
4839
4840         Page Up/Down should do page jumps in "Best fit" mode.
4841         If a user has explicitly chosen to view exactly one page
4842         at a time, scrolling just a part of the page when
4843         pressing Page Up/Down is not right. Fixes bug #323107.
4844
4845 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4846
4847         * NEWS:
4848         * configure.ac:
4849         
4850         Update for 0.6.1
4851
4852 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4853
4854         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4855         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4856         
4857         Correctly disconnect from job signals on destroy.
4858
4859 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4860
4861         * shell/ev-view-private.h:
4862         * shell/ev-view.c: (view_set_adjustment_values),
4863         (view_update_range_and_current_page),
4864         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4865         
4866         Fixes bug #343199, current page now follows find page.
4867
4868 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4869
4870         * backend/ev-document-factory.c:
4871         * configure.ac:
4872         Assigned OpenDocument presenation MIME type to the
4873         Impress backend. Added some missing (but harmless)
4874         #ifdefs in the document factory as well to make things
4875         consistent again. Fixes bug #360658.
4876
4877 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4878
4879         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4880         * backend/ev-document-find.c: (ev_document_find_get_type):
4881         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4882         * backend/ev-document-links.c: (ev_document_links_get_type):
4883         * backend/ev-document-security.c: (ev_document_security_get_type):
4884         * backend/ev-document-thumbnails.c:
4885         (ev_document_thumbnails_get_type):
4886         * backend/ev-document.c: (ev_document_get_type):
4887         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4888         * backend/ev-selection.c: (ev_selection_get_type):
4889         * cut-n-paste/recent-files/egg-recent-model.c:
4890         (egg_recent_model_get_type):
4891         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4892         (egg_recent_view_uimanager_get_type):
4893         * cut-n-paste/recent-files/egg-recent-view.c:
4894         (egg_recent_view_get_type):
4895         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4896         (egg_editable_toolbar_get_type):
4897         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4898         (egg_toolbar_editor_get_type):
4899         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4900         (egg_toolbars_model_get_type):
4901         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4902         (egg_tree_multi_drag_source_get_type):
4903         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4904         (ephy_zoom_action_get_type):
4905         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4906         (ephy_zoom_control_get_type):
4907         * impress/r_back.c: (_imp_fill_back):
4908         * properties/ev-properties-main.c:
4909         (ev_properties_plugin_register_type):
4910         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4911         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4912         (ev_view_accessible_factory_get_type):
4913
4914         Reduce relocations. Bug #360616.
4915
4916 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4917
4918         * backend/ev-document-factory.c:
4919         (ev_document_factory_get_document):
4920         
4921         Load document even if extension is wrong.
4922
4923 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4924
4925         * shell/ev-metadata-manager.c: (save_values):
4926         * shell/ev-window.c: (setup_size_from_metadata),
4927         (setup_view_from_metadata), (ev_window_setup_document),
4928         (ev_window_xfer_job_cb), (window_configure_event_cb):
4929         
4930         Set size according to the document size/page size ratio.
4931         That should correct rather wierd behaviour of the previous
4932         commit.
4933
4934 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4935
4936         * shell/ev-window.c: (setup_view_from_metadata):
4937         
4938         Set size for new windows from previous window size.
4939         See bugs #354968 and #168450 for details. Thanks
4940         to Meik Hellmund.
4941
4942 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4943
4944         * djvu/djvu-links.c: (build_tree):
4945
4946         Fix memory leak.
4947
4948 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4949
4950         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4951         
4952         Don't make sidebar close button insensitive. Fixes
4953         bug #357871.
4954
4955 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4956
4957         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4958         (ev_window_set_view_accels_sensitivity):
4959         
4960         Don't enable Slash on documents which don't support
4961         find. Fixes bug #358648.
4962
4963 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4964
4965         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4966         open dialog fall back to the current document uri if the
4967         filechooser hasn't been used before. Fixes bug #356980.
4968
4969 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4970
4971         * shell/ev-window.c: (ev_window_setup_recent), 
4972         (ev_window_get_recent_file_label):
4973
4974         Escape underscores in filenames of recent file items.
4975
4976 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4977
4978         * configure.ac:
4979         
4980         Bumped poppler requirements, really 0.5.3 is very 
4981         buggy, now we require 0.5.4.
4982
4983 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4984
4985         * djvu/Makefile.am:
4986         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4987         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4988         (djvu_document_document_links_iface_init):
4989         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4990         (number_from_string_10), (get_djvu_link_dest),
4991         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4992         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4993         (djvu_links_get_links), (djvu_links_find_link_dest),
4994         (djvu_links_get_links_model):
4995         * djvu/djvu-links.h:
4996         
4997         Add support for links and bookmarks in djvu documents. Thanks
4998         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4999         patch.
5000
5001 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5002
5003         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5004         
5005         Reopen should reload document. Fixes 
5006         bug 327951.
5007
5008 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5009
5010         * configure.ac:
5011         * data/Makefile.am:
5012         * data/evince-16.png:
5013         * data/evince-22.png:
5014         * data/evince.png:
5015         * data/evince.svg:
5016         * data/icons/16x16/Makefile.am:
5017         * data/icons/16x16/evince.png:
5018         * data/icons/22x22/Makefile.am:
5019         * data/icons/22x22/evince.png:
5020         * data/icons/48x48/Makefile.am:
5021         * data/icons/48x48/evince.png:
5022         * data/icons/Makefile.am:
5023         * data/icons/scalable/Makefile.am:
5024         * data/icons/scalable/evince.svg:
5025         
5026         Install icons with correct names. Fixes
5027         bug #354429.
5028
5029 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5030
5031         * shell/ev-view.c: (ev_view_button_release_event):
5032
5033         Don't open links with middle mouse button. Fixes bug #353649
5034
5035 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5036
5037         * NEWS:
5038         * configure.ac:
5039         
5040         Update for release 0.6.0
5041
5042 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5043
5044         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5045         Implement Close named action. Patch by Carlos Garcia Campos.
5046
5047 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5048
5049         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5050         
5051         Don't clear link mapping on copy_job_to_job_info. Fixes
5052         bug 346168.
5053
5054 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5055
5056         * shell/main.c: (main):
5057
5058         Revert my previous commit, gnome_program_init owns the option context.
5059         Fix another memory leak in main. Both caught by Christian Persch. 
5060
5061 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5062
5063         * shell/main.c: (main):
5064
5065         Fix memory leak.
5066
5067 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5068
5069         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5070
5071         Fix crash when opening a pdf with password protection. 
5072
5073 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5074
5075         * pdf/ev-poppler.cc: (pdf_document_search_free):
5076
5077         Fix memory leak. 
5078
5079 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5080
5081         * backend/ev-document-factory.c:
5082         (ev_document_factory_get_document):
5083         * tiff/tiff-document.c: (tiff_document_finalize):
5084         
5085         More correct handling of document loading. Fixes
5086         bug #349043.
5087
5088 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5089
5090         * backend/ev-attachment.c: (ev_attachment_save):
5091
5092         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5093         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5094
5095 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5096         
5097         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5098         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5099
5100 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5101
5102         * shell/ev-sidebar-thumbnails.c:
5103
5104         Do not render thumbnails unless thumbnails page is active in the
5105         sidebar.
5106
5107 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5108
5109         * shell/ev-properties-dialog.c:
5110
5111         Fix dialogue spacing. Bug #351370.
5112
5113 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5114
5115         * configure.ac:
5116
5117         Use lowercase gettext catalog file names (evince.mo
5118         instead of Evince.mo)
5119
5120 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5121
5122         * shell/ev-sidebar-attachments.c:
5123
5124         GtkIconTheme is now screen safe too. Fixes bug #350878
5125
5126 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5127
5128         * shell/ev-window.c:
5129
5130         GtkRecent manager is now screen safe. Fixes bug #350145
5131
5132 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5133
5134         * shell/ev-sidebar.c: (ev_sidebar_init):
5135         
5136         Make sidebar close icon smaller. Fix for bug 350177.
5137         See also bugs 350176 and 165770.
5138
5139 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5140
5141         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5142
5143         Ignore zoom for xyz destinations when it's <= 1, keeping user
5144         preferences instead. Set correct sizing-mode for fith and fitv
5145         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5146
5147 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5148
5149         * NEWS:
5150         * configure.ac:
5151         
5152         Update for release 0.5.5
5153
5154 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5155         
5156         * shell/ev-window.c: (ev_window_cmd_escape)
5157
5158         Escape unfocus page entry. Fixes bug #345809.
5159
5160 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5161
5162         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5163         (build_tree), (pdf_document_links_get_links),
5164         (pdf_document_links_find_link_dest):
5165         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5166         (goto_xyz_dest):
5167
5168         Convert from PDF style coordinates to X style coordinates in the
5169         backend rather than in the view. Fixes bug #338440
5170
5171 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5172
5173         * shell/ev-window.c:
5174         
5175         Remove Ctrl+Shift+T shortcut for toolbars. See
5176         the bug #350098.
5177
5178 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5179
5180         * configure.ac:
5181
5182         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5183         of this. 
5184
5185 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5186
5187         * configure.ac:
5188         * cut-n-paste/Makefile.am:
5189         * data/evince-ui.xml:
5190         * shell/Makefile.am:
5191         * shell/ev-application.[ch]:
5192         * shell/ev-window.c:
5193
5194         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5195         #349273
5196
5197 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5198
5199         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5200         findbar code: s/help/search/
5201
5202 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5203
5204         * shell/ev-window.c: (setup_document_from_metadata),
5205         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5206         (setup_view_from_metadata):
5207         
5208         Fix memory leaks.
5209
5210 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5211
5212         * autogen.sh, configure.ac: 
5213         
5214         Update automake usage. See bug 349292.
5215
5216 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5217
5218         * shell/eggfindbar.c: (egg_find_bar_class_init),
5219         (entry_activate_callback), (egg_find_bar_init),
5220         (egg_find_bar_set_status_text):
5221         * shell/eggfindbar.h:
5222         
5223         Unify Evince findbar with Epiphany. Nice patch
5224         from Fabricio Silva <silva@crans.org> and
5225         Frederic Peters <fpeters@entrouvert.com>. See
5226         bug #339966 for details.
5227
5228 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5229
5230         * data/evince.desktop.in.in:
5231         
5232         Correct information for bugzilla. Thanks to
5233         Olaf Vitters, see bug #348855.
5234
5235 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5236
5237         * shell/ev-jobs.[ch]:
5238         * shell/ev-sidebar-links.c:
5239         * shell/ev-window.[ch]:
5240
5241         GtkPrintJob doesn't support print ranges or current page, so we export
5242         to a ps file now when printing ranges or current page.
5243
5244 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5245
5246         * pdf/ev-poppler.cc:
5247         * shell/ev-window.c: (do_action_named):
5248
5249         We should be more clear about bugzilla. See the
5250         poppler bug #7623.
5251
5252 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5253
5254         * configure.ac:
5255         * shell/Makefile.am:
5256         * shell/ev-job-queue.c:
5257         * shell/ev-jobs.[ch]:
5258         * shell/ev-sidebar-links.c:
5259         * shell/ev-window.[ch]:
5260         
5261         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5262         #348422
5263
5264 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5265
5266         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5267         * shell/ev-application-service.xml:
5268         * shell/ev-application.[ch]:
5269         * shell/ev-jobs.[ch]:
5270         * shell/ev-window.[ch]: (ev_window_run_preview):
5271         * shell/main.c: 
5272
5273         Add preview mode to use evince as a printing previewer. It also adds
5274         other command line options for fullscreen and presentation modes.
5275         Fixes bugs #347822, #317031
5276
5277 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5278
5279         * NEWS:
5280         * configure.ac:
5281         
5282         Update for release 0.5.4
5283
5284 2006-07-11  Bastien Nocera <hadess@hadess.net>
5285
5286         * Makefile.am:
5287         * backend/Makefile.am:
5288         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5289         * backend/ev-document-factory.h:
5290         * configure.ac:
5291         * impress/.cvsignore:
5292         * impress/Makefile.am:
5293         * impress/common.h:
5294         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5295         (imp_get_page), (imp_next_page), (imp_prev_page),
5296         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5297         * impress/f_oasis.c: (render_object), (render_page),
5298         (get_geometry), (_imp_oasis_load):
5299         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5300         (_imp_oo13_load):
5301         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5302         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5303         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5304         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5305         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5306         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5307         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5308         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5309         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5310         (iks_new_within), (iks_insert), (iks_insert_cdata),
5311         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5312         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5313         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5314         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5315         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5316         (iks_cdata), (iks_cdata_size), (iks_has_children),
5317         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5318         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5319         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5320         (iks_tree), (iks_load), (iks_save):
5321         * impress/iksemel.h:
5322         * impress/imposter.h:
5323         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5324         (imp_render_draw_bezier_real), (imp_render_get_size),
5325         (imp_render_set_fg_color), (imp_render_draw_line),
5326         (imp_render_draw_rect), (imp_render_draw_polygon),
5327         (imp_render_draw_arc), (imp_render_draw_bezier),
5328         (imp_render_open_image), (imp_render_get_image_size),
5329         (imp_render_scale_image), (imp_render_draw_image),
5330         (imp_render_close_image), (imp_render_markup),
5331         (imp_render_get_text_size), (imp_render_draw_text),
5332         (impress_document_load), (impress_document_save),
5333         (impress_document_get_n_pages), (impress_document_get_page_size),
5334         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5335         (impress_document_finalize), (impress_document_class_init),
5336         (impress_document_can_get_text), (impress_document_get_info),
5337         (impress_document_document_iface_init),
5338         (impress_document_thumbnails_get_thumbnail),
5339         (impress_document_thumbnails_get_dimensions),
5340         (impress_document_document_thumbnails_iface_init),
5341         (impress_document_init):
5342         * impress/impress-document.h:
5343         * impress/internal.h:
5344         * impress/r_back.c: (_imp_fill_back):
5345         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5346         (_imp_draw_image), (_imp_tile_image):
5347         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5348         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5349         (r_polyline):
5350         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5351         (r_draw_gradient_complex), (r_draw_gradient):
5352         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5353         (r_get_bullet):
5354         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5355         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5356         (r_text):
5357         * impress/render.c: (imp_create_context), (imp_context_set_page),
5358         (imp_context_set_step), (imp_render), (imp_delete_context):
5359         * impress/render.h:
5360         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5361         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5362         (zip_load_xml), (zip_get_size), (zip_load):
5363         * impress/zip.h:
5364         * shell/ev-utils.c:
5365         
5366         New backend to support impress slides. Fixes bug #30867.
5367
5368 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5369
5370         * shell/ev-utils.c: (using_postscript_printer):
5371         
5372         Fixes crash when print using PAPI backend,
5373         bug #345012.
5374
5375 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5376
5377         * shell/ev-jobs.c: (ev_job_xfer_run):
5378         * shell/ev-window.c: (password_dialog_response),
5379         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5380         (ev_window_dispose):
5381         Fixes bug #344160: if the xfer job doesn't complete
5382         because a password is required, reload the existing
5383         instance instead of creating a new one.
5384
5385 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5386
5387         * shell/main.c: (main): Call gdk_threads_init. Thus
5388         we'll avoid errors in auth dialog. Fix for the bug
5389         #343347.
5390
5391 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5392
5393         * configure.ac: Advertise pixbuf support, fix
5394         for the bug 343317.
5395
5396 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5397
5398         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5399         (ev_sidebar_thumbnails_set_document):
5400         
5401         Update sidebar thumbnails after reloading.
5402
5403 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5404
5405         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5406         * shell/ev-jobs.h:
5407         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5408         (ev_window_cmd_view_reload), (ev_window_init):
5409         
5410         Don't crash on reload. Fix for the bug #343167.
5411
5412 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5413
5414         * shell/ev-jobs.c: (ev_job_render_run):
5415         
5416         Check for document links.
5417
5418 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5419
5420         * backend/ev-attachment.c: (ev_attachment_save),
5421         (ev_attachment_launch_app), (ev_attachment_open):
5422         * backend/ev-document-factory.c: (get_document_from_uri):
5423         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5424         (egg_recent_view_uimanager_set_list):
5425         * ps/ps-document.c: (check_filecompressed), (document_load),
5426         (ps_document_load):
5427         * shell/ev-metadata-manager.c: (load_values):
5428         * shell/ev-password.c: (ev_password_dialog_set_property):
5429         * shell/ev-view.c: (tip_from_link):
5430         * shell/ev-window.c: (file_save_dialog_response_cb),
5431         (ev_window_print_dialog_response_cb):
5432         
5433         Use consistent quoting style. Fix for the bug #320285.
5434
5435 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5436
5437         * shell/ev-jobs.c: (ev_job_xfer_run):
5438         * shell/main.c: (load_files):
5439                 
5440         Open links with anchors. Fix for the bug #339836.
5441
5442 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5443
5444         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5445         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5446         (ev_link_dest_set_property), (ev_link_dest_finalize),
5447         (ev_link_dest_class_init), (ev_link_dest_new_named),
5448         (ev_link_dest_new_page_label):
5449         * backend/ev-link-dest.h:
5450         * shell/ev-application.c: (ev_application_open_uri):
5451         * shell/ev-view.c: (goto_dest):
5452         * shell/ev-window.c:
5453         * shell/ev-window.h:
5454         
5455         Fix page-label command line option. Bug #342070.
5456
5457 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5458
5459         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5460         
5461         Don't show highlight rects if page can't be showed. Fix for 
5462         the bug #342076
5463
5464 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5465
5466         * shell/ev-window.c: (setup_sidebar_from_metadata),
5467         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5468         
5469         Setup sidebar from metadata even if there is no document
5470         loaded. Fix for the bug #342807.
5471
5472 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5473
5474         * cut-n-paste/toolbar-editor/Makefile.am:
5475         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5476         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5477         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5478         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5479         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5480         (popup_context_menu_cb), (button_press_event_cb),
5481         (configure_item_sensitivity), (configure_item_cursor),
5482         (configure_item_tooltip), (connect_widget_signals),
5483         (action_sensitive_cb), (create_item_from_action),
5484         (create_item_from_position), (toolbar_drag_data_received_cb),
5485         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5486         (toolbar_drag_leave_cb), (configure_drag_dest),
5487         (toggled_visibility_cb), (toolbar_visibility_refresh),
5488         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5489         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5490         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5491         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5492         (egg_editable_toolbar_dispose),
5493         (egg_editable_toolbar_set_ui_manager),
5494         (egg_editable_toolbar_get_selected),
5495         (egg_editable_toolbar_set_selected), (set_edit_mode),
5496         (egg_editable_toolbar_set_property),
5497         (egg_editable_toolbar_get_property),
5498         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5499         (egg_editable_toolbar_new_with_model),
5500         (egg_editable_toolbar_get_edit_mode),
5501         (egg_editable_toolbar_set_edit_mode),
5502         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5503         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5504         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5505         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5506         (item_added_or_removed_cb), (toolbar_removed_cb),
5507         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5508         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5509         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5510         (editor_create_item_from_name), (append_table),
5511         (update_editor_sheet), (egg_toolbar_editor_init):
5512         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5513         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5514         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5515         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5516         (toolbar_node_free), (egg_toolbars_model_get_flags),
5517         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5518         (egg_toolbars_model_get_name), (impl_add_item),
5519         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5520         (parse_data_list), (parse_item_list), (parse_toolbars),
5521         (egg_toolbars_model_load_toolbars), (parse_available_list),
5522         (parse_names), (egg_toolbars_model_load_names),
5523         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5524         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5525         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5526         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5527         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5528         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5529         (egg_toolbars_model_set_types), (fill_avail_array),
5530         (egg_toolbars_model_get_name_avail),
5531         (egg_toolbars_model_get_name_flags),
5532         (egg_toolbars_model_set_name_flags):
5533         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5534         * cut-n-paste/toolbar-editor/eggintl.h:
5535         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5536         (egg_tree_multi_drag_source_get_type),
5537         (egg_tree_multi_drag_source_row_draggable),
5538         (egg_tree_multi_drag_source_drag_data_delete),
5539         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5540         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5541         (path_list_free), (set_context_data), (get_context_data),
5542         (get_info), (egg_tree_multi_drag_drag_data_get),
5543         (egg_tree_multi_drag_motion_event),
5544         (egg_tree_multi_drag_button_press_event),
5545         (egg_tree_multi_drag_add_drag_support):
5546         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5547         * shell/ev-application.c: (ev_application_init),
5548         (ev_application_save_toolbars_model):
5549         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5550         (ev_window_cmd_edit_toolbar), (ev_window_init):
5551         
5552         Sync toolbareditor with epiphany and libegg
5553
5554 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5555
5556         * configure.ac: 
5557
5558         Depend on poppler 0.5.2
5559
5560 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5561
5562         * shell/ev-jobs.c: (ev_job_render_run):
5563         
5564         Check if document supports links iterface.
5565
5566 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5567
5568         * NEWS:
5569         * configure.ac:
5570         
5571         Update for release 0.5.3
5572
5573 2006-05-13  Michael Plump  <plumpy@skylab.org>
5574
5575         * configure.ac:
5576         * shell/Makefile.am:
5577         * shell/main.c: (main):
5578         
5579         Port to GOption command line parsing. Fix for the 
5580         bug #327518
5581
5582 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5583
5584         * shell/ev-window.c: (ev_window_cmd_help_about):
5585         
5586         Do not wrap license. Fix for the bug #309460.
5587
5588 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5589
5590         * configure.ac:
5591         * properties/ev-properties-main.c: (ev_properties_get_pages):
5592         * shell/ev-application.c: (ev_application_open_window),
5593         (ev_application_open_uri_at_dest):
5594         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5595         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5596         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5597         * shell/ev-utils.c: (save_print_config_to_file):
5598         * shell/ev-window.c: (ev_window_cmd_save_as),
5599         (ev_attachment_popup_cmd_save_attachment_as):
5600         * shell/main.c: (load_files_remote):
5601         
5602         Bump requirements to gtk 2.8 and drop all ifdefs used.
5603
5604 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5605
5606         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5607         * shell/ev-window.c: (ev_window_init):
5608         
5609         Show attachments page.
5610
5611 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5612
5613         * po/POTFILES.in:
5614         * shell/ev-attachment-bar.c:
5615         * shell/ev-attachment-bar.h:
5616         * shell/ev-sidebar-attachments.c:
5617         (ev_sidebar_attachments_icon_cache_add),
5618         (icon_theme_get_pixbuf_from_mime_type),
5619         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5620         (ev_sidebar_attachments_icon_cache_refresh),
5621         (ev_sidebar_attachments_get_attachment_at_pos),
5622         (ev_sidebar_attachments_popup_menu_show),
5623         (ev_sidebar_attachments_popup_menu),
5624         (ev_sidebar_attachments_button_press),
5625         (ev_sidebar_attachments_update_icons),
5626         (ev_sidebar_attachments_drag_data_get),
5627         (ev_sidebar_attachments_get_property),
5628         (ev_sidebar_attachments_destroy),
5629         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5630         (ev_sidebar_attachments_new),
5631         (ev_sidebar_attachments_set_document),
5632         (ev_sidebar_attachments_support_document),
5633         (ev_sidebar_attachments_get_label),
5634         (ev_sidebar_attachments_page_iface_init):
5635         * shell/ev-sidebar-attachments.h:
5636         * shell/ev-window.c: (update_chrome_visibility),
5637         (setup_sidebar_from_metadata), (ev_window_setup_document),
5638         (ev_window_sidebar_current_page_changed_cb),
5639         (attachment_bar_menu_popup_cb), (ev_window_init):
5640         
5641         Move attachments bar to sidebar.
5642
5643 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5644
5645         * pdf/ev-poppler.cc:
5646         * shell/ev-application.[ch]:
5647         * shell/main.c:
5648
5649         Fix some memory leaks.
5650
5651 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5652
5653         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5654
5655         Change the properties dialog response to
5656         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5657         will make the dialog go away when the user presses
5658         enter. With gtk+ >= 2.9 this will happen anyway, but for
5659         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5660         escape by default. Fixes bug #340539. See also bug
5661         #101293 for the gtk+ part.
5662
5663 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5664
5665         * shell/ev-view.c (tip_from_action_named): Replace some strings
5666         that were wrong. Closes #340970.
5667
5668 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5669
5670         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5671
5672         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5673         #341049
5674
5675 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5676
5677         * djvu/Makefile.am:
5678         * dvi/Makefile.am:
5679         * dvi/mdvi-lib/Makefile.am:
5680         * properties/Makefile.am:
5681         * ps/Makefile.am:
5682         * shell/Makefile.am:
5683         * thumbnailer/Makefile.am:
5684         
5685         Due to broken libtool that is unable to track dependencies
5686         of noinst libraries we are forced to explicitely point
5687         libraries for binary. Fix for the bug #333334.
5688
5689 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5690
5691         * data/evince.desktop.in.in:
5692         * shell/ev-view.c: (view_update_range_and_current_page),
5693         (ev_view_next_page), (ev_view_previous_page):
5694         * shell/ev-window.c: (update_chrome_visibility),
5695         (setup_sidebar_from_metadata), (ev_window_setup_document),
5696         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5697         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5698         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5699         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5700         (ev_window_stop_presentation), (ev_window_focus_in_event),
5701         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5702         (ev_window_init):
5703         * thumbnailer/Makefile.am:
5704         
5705         Update fullscreen and presentation timeout handling. Hide
5706         cursor in presentation after timeout. Fix for the bugs
5707         #136359 and #336981.
5708
5709 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5710
5711         * backend/ev-link-action.[ch]:
5712         * pdf/ev-poppler.cc: (ev_link_from_action):
5713         * shell/ev-view-private.h:
5714         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5715         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5716
5717         Add support for Named Action links
5718
5719 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5720
5721         * backend/Makefile.am:
5722         * backend/ev-document-links.[ch]:
5723         * backend/ev-document.[ch]:
5724         * backend/ev-link-action.[ch]:
5725         * backend/ev-link-dest.[ch]:
5726         * backend/ev-link.[ch]:
5727         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5728         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5729         * shell/ev-page-action.c: (build_new_tree_cb):
5730         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5731         (links_page_num_func), (update_page_callback):
5732         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5733         (tip_from_link):
5734         * shell/ev-jobs.c:
5735         * shell/ev-window.[ch]: (ev_window_open_uri),
5736         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5737         * shell/ev-application.[ch]: (ev_application_open_window),
5738         (ev_application_open_uri):
5739
5740         Rework links system, it adds support for remote links now and it makes
5741         easier to add new kinds of actions and destinations. Fixes bug #317292
5742
5743 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5744
5745         * data/Makefile.am:
5746         * data/evince.png:
5747         * data/evince-16.png:
5748         * data/evince-22.png:
5749         * data/evince.svg:
5750         * shell/main.c: (main):
5751         
5752         Evince use it's own icon. Fix for the bug #313392.
5753
5754         * shell/ev-window.c: (fullscreen_timeout_cb),
5755         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5756         (ev_window_cmd_help_about), (ev_window_dispose):
5757         
5758         Simplify fullscreen timeout code.
5759
5760 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5761
5762         * backend/ev-attachment.c: 
5763         * shell/ev-attachment-bar.c:
5764         * shell/ev-window.c:
5765
5766         Allow multiple selection of attachments
5767
5768 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5769
5770         * shell/ev-view.c: (view_update_range_and_current_page),
5771         (ev_view_scroll):
5772         
5773         Fix for the bug #312573 – Optimal selection of current 
5774         page among visible pages.
5775
5776 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5777
5778         * configure.ac:
5779         * djvu/Makefile.am:
5780         * djvu/djvu-text.h:
5781         
5782         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5783         for the bug 339868.
5784
5785 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5786
5787         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5788
5789 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5790
5791         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5792         dictated by the GNOME HIG. Fixes bug #339235.
5793
5794 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5795
5796         * data/evince-ui.xml:
5797         * shell/ev-view.c: (ev_view_can_find_previous):
5798         * shell/ev-view.h:
5799         * shell/ev-window.c: (ev_window_update_actions),
5800         (ev_window_cmd_edit_find_previous):
5801
5802         Add support for "Find Previous" as dictated by the GNOME HIG. A
5803         menu item is added and some glue code to make it all work is added
5804         to various files.
5805
5806 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5807
5808         * configure.ac: Award myself the "useless use of cat" award.
5809
5810 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5811
5812         * po/LINGUAS: New file listing all supported languages.
5813
5814         * configure.in: Use po/LINGUAS instead of including all languages
5815         directly in this file. See the wiki for more information:
5816         http://live.gnome.org/GnomeGoals/PoLinguas
5817
5818 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5819
5820         * backend/ev-document-factory.c:
5821
5822         Do not load the document twice when there isn't errors
5823
5824 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5825
5826         * backend/ev-attachment.c: 
5827
5828         Fix a crash when there isn't a default application to open an
5829         attachment
5830
5831 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5832
5833         * backend/ev-attachment.[ch]:
5834         * shell/ev-attachment-bar.[ch]:
5835
5836         Added missing files. 
5837
5838 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5839
5840         * backend/Makefile.am:
5841         * data/evince-ui.xml:
5842         * backend/ev-attachment.[ch]:
5843         * backend/ev-document.[ch]: (ev_document_has_attachments),
5844         (ev_document_get_attachments):
5845         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5846         (attachment_save_to_buffer), (pdf_document_get_attachments),
5847         (pdf_document_document_iface_init):
5848         * shell/Makefile.am:
5849         * shell/ev-attachment-bar.[ch]:
5850         * shell/ev-window.c:
5851
5852         Add support for PDF attachments. Fixes bug #325143
5853
5854 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5855
5856         * backend/ev-document-factory.c: (get_document_from_uri),
5857         (ev_document_factory_get_document):
5858         * backend/ev-document-factory.h:
5859         * properties/ev-properties-main.c: (ev_properties_get_pages):
5860         * shell/Makefile.am:
5861         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5862         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5863         (ev_job_queue_remove_job):
5864         * shell/ev-job-queue.h:
5865         * shell/ev-job-xfer.c:
5866         * shell/ev-job-xfer.h:
5867         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5868         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5869         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5870         (ev_job_xfer_run):
5871         * shell/ev-jobs.h:
5872         * shell/ev-window.c: (ev_window_is_empty),
5873         (password_dialog_response), (ev_window_clear_xfer_job),
5874         (ev_window_xfer_job_cb), (ev_window_open_uri),
5875         (ev_window_cmd_focus_page_selector),
5876         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5877         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5878         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5879         (ev_window_dispose):
5880         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5881         
5882         * Cleanup mime type detection on document load. Fix for the
5883         bug #336448.
5884
5885 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5886
5887         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5888         
5889         Fix crash on exit, described in the bug #336825.
5890
5891 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5892
5893         * backend/ev-document-factory.c:
5894         (ev_document_factory_get_from_mime),
5895         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5896         (ev_document_factory_get_document),
5897         (file_filter_add_mime_list_and_free),
5898         (ev_document_factory_add_filters):
5899         * backend/ev-document-factory.h:
5900         * properties/ev-properties-main.c: (ev_properties_get_pages):
5901         * shell/Makefile.am:
5902         * shell/ev-application.c:
5903         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5904         * shell/ev-window.c: (ev_window_cmd_file_open),
5905         (ev_window_cmd_save_as):
5906         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5907         
5908         Rework factory functions so they are placed now in a single 
5909         file ev-document-factory.c
5910
5911 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5912
5913         * shell/ev-window.c: (update_chrome_visibility):
5914         
5915         Fix for the bug 166566 - don't show menubar in fullscreen
5916         mode.
5917
5918 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5919
5920         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5921
5922 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5923
5924         * shell/ev-view.c: (ev_view_expose_event):
5925         
5926         More correctly draw loading text when document
5927         is empty.
5928
5929 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5930
5931         * shell/ev-view.c: (ev_view_scroll):
5932         
5933         Fix for the bug #334854, page down and page up switch
5934         pages in presentation mode.
5935
5936 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5937
5938         * shell/ev-window.c: (ev_window_set_action_sensitive),
5939         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5940         (ev_window_set_view_accels_sensitivity),
5941         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5942         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5943         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5944         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5945         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5946         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5947         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5948         (view_actions_focus_in_cb), (ev_window_init):
5949         
5950         Fix for the bug #333902, now it's possible to search
5951         words with slash.
5952
5953 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5954
5955         * configure.ac: Added Breton translation.
5956         * po/br.po: Added Breton translation.
5957
5958 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5959
5960         * shell/ev-window-title (ev_window_title_update):
5961
5962         Fix memory leak in window title. Fixes bug #333944
5963
5964 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5965
5966         * shell/ev-metadata-manager.c (parseItem):
5967
5968         Fix memory leaks. Fixes bug #333945
5969
5970 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5971         
5972         * NEWS, configure.ac, TODO:
5973         
5974         Update for release 0.5.2.
5975
5976 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5977
5978         * shell/ev-view.c: (view_update_range_and_current_page),
5979         (page_changed_cb):
5980         
5981         Don't jump on scrolling, fix for the bug #333127.
5982
5983 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5984
5985         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5986         
5987         Scroll by one page in presentation mode. Fix for the bug
5988         #332993.
5989
5990 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5991
5992         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5993
5994 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5995
5996         * configure.ac  Added lv in ALL_LINGUAS line.
5997
5998 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5999         
6000         * NEWS, configure.ac:
6001         
6002         Update for release 0.5.1
6003
6004 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6005
6006         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6007         * backend/ev-document-misc.h:
6008         * shell/ev-view.c: (draw_one_page):
6009         
6010          Clairfy what page the toolbar page number applies to. Fix
6011          for the bug #328102.
6012
6013 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6014
6015         * shell/ev-view-private.h:
6016         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6017         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6018         (ev_view_search_changed):
6019         * shell/ev-view.h:
6020         * shell/ev-window.c: (find_bar_search_changed_cb):
6021         
6022         Dont't jump to find result if window was scrolled during search.
6023         Fix for the bug #313266.
6024
6025 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6026
6027         * shell/eggfindbar.c: (egg_find_bar_class_init):
6028         * shell/eggfindbar.h:
6029         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6030         * shell/ev-view-private.h:
6031         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6032         (ev_view_class_init), (ev_sizing_mode_get_type),
6033         (ev_scroll_type_get_type):
6034         * shell/ev-view.h:
6035         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6036         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6037         (ev_window_init):
6038         
6039         Fix for the bug 319133 - Find entry should allow text scroll.
6040
6041 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6042
6043         * shell/ev-view-private.h:
6044         * shell/ev-view.c: (view_update_range_and_current_page),
6045         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6046         (ev_view_set_document), (update_find_status_message),
6047         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6048         (ev_view_find_previous):
6049         
6050         Fix for the bug #319137. Search now takes account for scrolling.
6051
6052 2006-02-19  Michael Hofmann <mh21@piware.de>
6053
6054         * configure.ac:
6055         * djvu/Makefile.am:
6056         * djvu/djvu-document-private.h:
6057         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6058         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6059         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6060         (djvu_document_can_get_text), (djvu_document_get_text),
6061         (djvu_document_document_iface_init),
6062         (djvu_document_thumbnails_get_thumbnail),
6063         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6064         (djvu_document_find_get_result),
6065         (djvu_document_find_page_has_results),
6066         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6067         (djvu_document_find_iface_init):
6068         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6069         (djvu_text_page_selection), (djvu_text_page_limits_process),
6070         (djvu_text_page_limits), (djvu_text_page_copy),
6071         (djvu_text_page_position), (djvu_text_page_union),
6072         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6073         (djvu_text_page_box), (djvu_text_page_append_text),
6074         (djvu_text_page_search), (djvu_text_page_prepare_search),
6075         (djvu_text_page_new), (djvu_text_page_free):
6076         * djvu/djvu-text-page.h:
6077         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6078         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6079         (djvu_text_n_results), (djvu_text_has_results),
6080         (djvu_text_get_result), (djvu_text_get_progress):
6081         * djvu/djvu-text.h:
6082         
6083         Text search in djvu. Fix for the bug #303415.
6084
6085 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6086
6087         * configure.ac:
6088         * shell/ev-window.c: (ev_window_cmd_save_as):
6089         
6090         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6091         Thanks to Gary Coady <gary@lyranthe.org>
6092
6093 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6094
6095         * shell/ev-print-job.c: (idle_print_handler):
6096         
6097         Inverse order printing, bug #320919.
6098
6099 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6100
6101         * data/evince-toolbar.xml:
6102         * shell/ev-window.c:
6103         
6104         Allow to add sidebar checkbutton on toolbar. Fix
6105         for the bug #144577.
6106
6107 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6108
6109         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6110         
6111         Add checks that have sense for empty ps document.
6112
6113 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6114
6115         * configure.ac: Include PS in mime types list. 
6116
6117 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6118
6119         * configure.ac:
6120         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6121         * ps/gsdefaults.h:
6122         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6123         
6124         Runtime check for gs interpreter. Fix for the bug #320868.
6125         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6126
6127 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6128
6129         * shell/ev-application.c: 
6130
6131         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6132         dbus>=0.60, so that the request is not queued. 
6133
6134 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6135
6136         * configure.ac:
6137         * shell/Makefile.am:
6138         * shell/ev-sidebar-links.c: (print_section_cb):
6139         * shell/ev-utils.c:
6140         * shell/ev-utils.h:
6141         * shell/ev-window.c: (update_action_sensitivity),
6142         (ev_window_close_dialogs), (ev_window_print):
6143         * shell/ev-window.h:
6144         
6145         Make printing support optional. Patch from Eduardo de Barros Lima
6146         <eduardo.lima@indt.org.br> for the bug #330546.
6147
6148 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6149
6150         * shell/ev-view-private.h:
6151         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6152         (ev_view_set_document):
6153         * shell/ev-view.h:
6154         * shell/ev-window.c: (ev_window_load_job_cb),
6155         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6156         (ev_window_init):
6157
6158         Draw Loading message during xfer job. Fix for the bug #329495.
6159
6160 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6161
6162         * comics/comics-document.c: (comics_regex_quote),
6163         (comics_document_load), (extract_argv):
6164         
6165         Correcly quote regexp before passing it to unzip.
6166
6167 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6168
6169         * shell/ev-page-cache.c: (build_height_to_page),
6170         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6171         (ev_page_cache_get_dual_even_left):
6172         * shell/ev-page-cache.h:
6173         * shell/ev-view.c: (view_update_range_and_current_page),
6174         (get_page_y_offset), (get_page_extents):
6175         
6176         Place even pages to the left if document has less then
6177         two pages. Fix for the bug #328856.
6178
6179 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6180
6181         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6182         
6183         Correct comics scheme. This make evince create thumbnails
6184         for comic books. Fix for the bug 329088.
6185
6186 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6187
6188         * data/evince-password.glade: Don't explicitly set
6189         invisible_char to the current default value in case
6190         the default changes; let GTK+ do its magic.
6191
6192 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6195         real filename to tmp filename since often document
6196         type is determined by extension.
6197
6198 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6199
6200         * shell/ev-view.c: (add_scroll_binding_keypad),
6201         (ev_view_binding_activated), (ev_view_class_init):
6202         
6203         Add keybindings for percision-scrolling of display area. 
6204         Fix for the bug #314072.
6205
6206 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6207
6208         * data/evince.desktop.in.in:
6209         
6210         Add GTK to the list of categories. Fix for the bug #328034.
6211
6212 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6213
6214         * shell/ev-application.c: (ev_application_shutdown),
6215         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6216         * shell/ev-application.h:
6217         * shell/ev-window.c: (file_open_dialog_response_cb),
6218         (ev_window_cmd_file_open):
6219         
6220         Save last uri in file chooser dialog. Fix for the bug #327950.
6221
6222 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6223
6224         * NEWS:
6225         * README:
6226         
6227         Final update for release 0.5.0
6228         
6229         * shell/Makefile.am:
6230         
6231         Remove disable deprecated until we'll require libgnome-2.13.7
6232         and port to GOption argument parsing. See bug 327518.
6233
6234 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6235
6236         * comics/comics-document.c: (comics_document_save):
6237         * djvu/djvu-document.c: (djvu_document_save):
6238         * dvi/dvi-document.c: (dvi_document_save):
6239         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6240         * lib/ev-file-helpers.h:
6241         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6242         * tiff/tiff-document.c: (tiff_document_save):
6243         
6244         Use common save function for backends.
6245
6246 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6247
6248         * backend/ev-document-types.c:
6249         
6250         Fix crash on saving pixbuf.
6251
6252 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6253
6254         * cut-n-paste/recent-files/egg-recent-item.c:
6255         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6256         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6257         (parse_info_free), (valid_element), (start_element_handler),
6258         (end_element_handler), (text_handler), (egg_recent_model_filter),
6259         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6260         (egg_recent_model_monitor), (egg_recent_model_read),
6261         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6262         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6263         (egg_recent_model_set_property), (egg_recent_model_class_init),
6264         (egg_recent_model_init), (egg_recent_model_add_full),
6265         (egg_recent_model_delete), (egg_recent_model_get_list),
6266         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6267         (egg_recent_model_set_filter_mime_types),
6268         (egg_recent_model_clear_group_filter),
6269         (egg_recent_model_set_filter_groups),
6270         (egg_recent_model_clear_scheme_filter),
6271         (egg_recent_model_set_filter_uri_schemes),
6272         (egg_recent_model_remove_expired):
6273         * cut-n-paste/recent-files/egg-recent-util.c:
6274         (egg_recent_util_get_icon):
6275         * cut-n-paste/recent-files/egg-recent-util.h:
6276         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6277         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6278         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6279         (egg_recent_view_uimanager_set_property),
6280         (egg_recent_view_uimanager_get_property),
6281         (egg_recent_view_uimanager_class_init),
6282         (egg_recent_view_uimanager_init),
6283         (egg_recent_view_uimanager_set_label_width),
6284         (egg_recent_view_uimanager_get_label_width):
6285         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6286         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6287         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6288         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6289         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6290         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6291         
6292         Update from libegg.
6293
6294 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6295
6296         * shell/ev-page-cache.c: (build_height_to_page),
6297         (ev_page_cache_get_height_to_page):
6298         * shell/ev-page-cache.h:
6299         * shell/ev-view.c: (view_update_range_and_current_page),
6300         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6301         (ev_view_previous_page):
6302         
6303         Dual mode places even pages to the left. Fix for the bug #309393.
6304
6305         * shell/ev-view.h:
6306         * shell/ev-window.c: (update_action_sensitivity),
6307         (setup_view_from_metadata), (view_menu_popup_cb):
6308         
6309         Don't restore presentation in empty windows, more intelligent
6310         next page behaviour in dual mode.
6311
6312         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6313         (ev_pixbuf_cache_clear_job_sizes):
6314         
6315         Cleanup job callback on removal. Fix for the bug #325886.
6316
6317 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6318
6319         * ps/ps.c: (psscan):
6320         
6321         Commit workaround Mozilla problem. Fix for the bug #325919
6322         
6323         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6324         (save_item):
6325         
6326         Fix for year 2038 problem.
6327
6328 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6329
6330         * shell/ev-window.c: (setup_document_from_metadata),
6331         (ev_window_cmd_view_reload):
6332
6333         Clamp page recieved from metadata in valid values. Fix
6334         for the bug #325986.
6335
6336 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6337
6338         * MAINTAINERS: 
6339         Add MAINTAINERS as requested on desktop-devel-list.
6340
6341 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6342
6343         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6344         (mime_type_supported_by_gdk_pixbuf),
6345         (ev_document_factory_get_mime_types),
6346         (ev_document_factory_get_all_mime_types):
6347         
6348         Don't add pixbuf mime types if pixbuf backend is disabled.
6349         
6350         * shell/ev-application.c: (ev_application_get_uri_window):
6351         
6352         Fix for the bug 325815 - unhandled MIME type message doesn't 
6353         appear a second time. 
6354         
6355         * shell/ev-document-types.c: (ev_document_types_add_filters):
6356         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6357         (password_dialog_response), (ev_window_popup_password_dialog),
6358         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6359         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6360         (ev_window_run_presentation), (ev_window_stop_presentation),
6361         (save_sizing_mode), (ev_window_zoom_changed_cb),
6362         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6363         (ev_window_dual_mode_changed_cb),
6364         (ev_window_sidebar_current_page_changed_cb),
6365         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6366         (window_state_event_cb), (window_configure_event_cb):
6367         
6368         Cleanup additional uris holded by EvWindow.
6369
6370 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6371
6372         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6373         (ev_view_can_previous_page), (ev_view_can_next_page):
6374         * shell/ev-view.h:
6375         * shell/ev-window.c: (update_action_sensitivity):
6376         
6377         Two page scrolling with Space and PageUp in dual mode. Second fix 
6378         for the bug #316608.
6379
6380 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6381
6382         * shell/ev-view.c: (scroll_to_current_page):
6383         
6384         Correctly clamp adjustment value. Fix for the bug
6385         #325808.
6386
6387 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6388
6389         * shell/ev-sidebar-links.c: (print_section_cb):
6390         * shell/ev-window.c: (ev_window_get_uri),
6391         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6392         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6393         (ev_window_dispose):
6394         
6395         Make print dialog non-modal. Fix for the bug #325622.
6396
6397 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6398
6399         * shell/ev-metadata-manager.c:
6400         * shell/ev-utils.c: (using_pdf_printer),
6401         (using_postscript_printer), (load_print_config_from_file),
6402         (save_print_config_to_file):
6403         * shell/ev-utils.h:
6404         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6405         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6406         (setup_view_from_metadata), (ev_window_setup_document),
6407         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6408         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6409         (ev_window_run_presentation), (ev_window_stop_presentation),
6410         (save_sizing_mode), (ev_window_zoom_changed_cb),
6411         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6412         (ev_window_dual_mode_changed_cb),
6413         (ev_window_sidebar_current_page_changed_cb),
6414         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6415         (window_state_event_cb), (window_configure_event_cb),
6416         (ev_window_init):
6417         
6418         Setting saving behaviour fixes.
6419
6420 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6421
6422         * configure.ac:
6423         
6424         Make antialiasing gs options better and allow
6425         to change them during configure. Fix for the 
6426         bug #319049.
6427
6428 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6429
6430         * shell/ev-window.c: (setup_view_from_metadata):
6431         
6432         Remember if last window was maximized. Fix for the
6433         bug #323797.
6434
6435 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6436
6437         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6438
6439 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6440
6441         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6442         * shell/ev-page-action.c: (build_new_tree_cb):
6443         * shell/ev-sidebar-links.c: (links_page_num_func),
6444         (update_page_callback_foreach), (update_page_callback):
6445         * shell/ev-view.c: (scroll_to_current_page):
6446         
6447         Fix for the bug #325067 with more intelligent selection
6448         of current link in sidebar. Make sidebar handle links
6449         of FITR-like type more correctly.
6450
6451         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6452         (dvi_pixbuf_put_pixel):
6453         
6454         Fix memory consumtion with disabled alpha channel.
6455
6456 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6457
6458         * data/evince-ui.xml:
6459         * shell/ev-window.c: (view_menu_popup_cb),
6460         (ev_popup_cmd_open_link), (ev_window_init):
6461         
6462         Update context menu for internal links. Fix for the bug
6463         #325066.
6464
6465 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6466
6467         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6468         
6469         Bind context menu to keyboard also. Fix for the bug
6470         #325065.
6471
6472 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6473
6474         * shell/ev-view.c: (selection_scroll_timeout_cb):
6475         
6476         Horizontal scroll on selection also.
6477
6478 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6479
6480         * shell/ev-metadata-manager.c: (parse_value):
6481         * shell/ev-view.c: (goto_xyz_link):
6482         
6483         Correct zoom setup and metadata save broken in 
6484         some locales.
6485
6486 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6487
6488         * shell/ev-view-private.h:
6489         * shell/ev-view.c: (scroll_to_current_page),
6490         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6491         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6492         (page_changed_cb), (ev_view_set_continuous),
6493         (ev_view_set_dual_page), (ev_view_set_presentation):
6494         
6495         Delay scroll until allocation to correctly position page. Fix
6496         for the bug #317334.
6497
6498 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6499
6500         * NEWS:
6501         * configure.ac:
6502         
6503         Update NEWS and require poppler 0.5.0.
6504
6505 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6506         
6507         * data/evince-ui.xml:
6508         * shell/ev-view-private.h:
6509         * shell/ev-view.c: (ev_view_get_link_at_location),
6510         (handle_link_over_xy), (ev_view_button_press_event),
6511         (ev_view_button_release_event), (ev_view_class_init):
6512         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6513         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6514         (ev_window_init):
6515         
6516         Implement right-click context menu.
6517
6518 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6519
6520         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6521         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6522         (mdvi_pixbuf_device_render):
6523         * pdf/ev-poppler.cc:
6524
6525         Don't generate thumbnails with alpha. See bug #324077.
6526         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6527
6528 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6529
6530         * shell/ev-window.c: (setup_chrome_from_metadata):
6531         
6532         Fix typo that was hiding toolbar.
6533
6534 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6535
6536         * shell/ev-view-private.h:
6537         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6538         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6539         (ev_view_button_release_event), (ev_view_destroy):
6540         
6541         Small cleanup and autoscrolling during selection. Thanks to 
6542         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6543
6544 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6545
6546         * configure.ac:
6547         
6548         Correctly check for comics option.
6549
6550 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6551         * Makefile.am:
6552         * configure.ac:
6553         * backend/Makefile.am:
6554         * backend/ev-document-factory.c:
6555         * shell/ev-document-types.c:
6556
6557         Included option in configure to make ps backend 
6558         compilation optional with --disable-ps.
6559
6560 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6561
6562         * backend/ev-document-factory.c:
6563         * comics/Makefile.am:
6564         * comics/comics-document.c: (comics_document_load):
6565         * comics/ev-cbr-mime.xml:
6566         * configure.ac:
6567         
6568         Comics mime types are added to shared-mime-info CVS. Now
6569         we don't need to install our own mime types.
6570
6571 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6572
6573         * shell/ev-window.c:
6574         
6575         Add shortcut for "save a copy" menu entry. Fix for
6576         the bug #324582.
6577
6578 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6579
6580         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6581         (job_finished_cb), (new_selection_pixbuf_needed),
6582         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6583         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6584         
6585         Rework selection job info logic and fix critical warning.
6586
6587 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6588
6589         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6590
6591 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6592
6593         * data/evince-ui.xml:
6594         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6595         
6596         Enter as shortcut key for next page. Fix for the bug
6597         #321394.
6598
6599 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6600
6601         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6602
6603 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6604
6605         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6606         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6607         (new_selection_pixbuf_needed),
6608         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6609         (clear_job_selection):
6610         
6611         Too early for 0.5. Pixbuf cache code cleaned a bit.
6612
6613 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6614
6615         * NEWS:
6616         * configure.ac:
6617         
6618         Release 0.5.0 preparation
6619
6620 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6621
6622         * comics/Makefile.am:
6623         * configure.ac:
6624         * shell/ev-document-types.c: (ev_document_types_add_filters):
6625         
6626         More advanced handling of custom mime type installation.
6627
6628 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6629
6630         * data/evince.schemas.in:
6631         * shell/ev-metadata-manager.c: (value_free),
6632         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6633         (ev_metadata_manager_get), (ev_metadata_manager_set):
6634         * shell/ev-metadata-manager.h:
6635         * shell/ev-window.c: (update_chrome_flag),
6636         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6637         (setup_document_from_metadata), (setup_chrome_from_metadata),
6638         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6639         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6640         (ev_window_view_toolbar_cb),
6641         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6642         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6643         
6644         Save last document settings and reuse them for new documents.
6645
6646 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6647
6648         * Makefile.am:
6649         * backend/Makefile.am:
6650         * backend/ev-document-factory.c:
6651         * backend/ev-document-factory.h:
6652         * comics/Makefile.am:
6653         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6654         (comics_document_load), (comics_document_save),
6655         (comics_document_get_n_pages), (comics_document_get_page_size),
6656         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6657         (comics_document_class_init), (comics_document_can_get_text),
6658         (comics_document_get_info), (comics_document_document_iface_init),
6659         (comics_document_init), (get_supported_image_extensions),
6660         (comics_document_thumbnails_get_geometry),
6661         (comics_document_thumbnails_get_thumbnail),
6662         (comics_document_thumbnails_get_dimensions),
6663         (comics_document_document_thumbnails_iface_init), (extract_argv):
6664         * comics/comics-document.h:
6665         * comics/ev-cbr-mime.xml:
6666         * configure.ac:
6667         * po/POTFILES.in:
6668         * shell/ev-application.c: (ev_application_register_service):
6669         * shell/ev-document-types.c: (ev_document_types_add_filters):
6670         * thumbnailer/Makefile.am:
6671         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6672         
6673         New CBR/CBZ backend for comic books.
6674
6675 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6676
6677         * shell/main.c: (load_files_remote):
6678
6679         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6680         warning on startup of second instance is fixed. It
6681         is bug #320353.
6682
6683 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6684
6685         * shell/ev-window.c: (ev_window_finalize):
6686         
6687         Fix double free that cause crash.
6688
6689 2005-10-29  Bastien Nocera <hadess@hadess.net>
6690
6691         * tiff/tiff-document.c: (tiff_document_load):
6692         
6693         Fix memory leak.
6694
6695 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6696
6697         * po/POTFILES.in:
6698         * shell/Makefile.am:
6699         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6700         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6701         (ev_view_accessible_get_text),
6702         (ev_view_accessible_get_character_at_offset),
6703         (ev_view_accessible_get_text_before_offset),
6704         (ev_view_accessible_get_text_at_offset),
6705         (ev_view_accessible_get_text_after_offset),
6706         (ev_view_accessible_get_character_count),
6707         (ev_view_accessible_get_caret_offset),
6708         (ev_view_accessible_set_caret_offset),
6709         (ev_view_accessible_get_run_attributes),
6710         (ev_view_accessible_get_default_attributes),
6711         (ev_view_accessible_get_character_extents),
6712         (ev_view_accessible_get_offset_at_point),
6713         (ev_view_accessible_get_n_selections),
6714         (ev_view_accessible_get_selection),
6715         (ev_view_accessible_add_selection),
6716         (ev_view_accessible_remove_selection),
6717         (ev_view_accessible_set_selection),
6718         (ev_view_accessible_text_iface_init),
6719         (ev_view_accessible_idle_do_action),
6720         (ev_view_accessible_action_do_action),
6721         (ev_view_accessible_action_get_n_actions),
6722         (ev_view_accessible_action_get_description),
6723         (ev_view_accessible_action_get_name),
6724         (ev_view_accessible_action_set_description),
6725         (ev_view_accessible_action_iface_init),
6726         (ev_view_accessible_get_type), (ev_view_accessible_new),
6727         (ev_view_accessible_factory_get_accessible_type),
6728         (ev_view_accessible_factory_create_accessible),
6729         (ev_view_accessible_factory_class_init),
6730         (ev_view_accessible_factory_get_type):
6731         * shell/ev-view-accessible.h:
6732         * shell/ev-view-private.h:
6733         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6734         * shell/ev-view.h:
6735         
6736         Initial accessibility support.
6737
6738 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6739
6740         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6741
6742 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6743
6744         * shell/ev-print-job.c: (idle_print_handler):
6745         
6746         Fix for bug Bug 318916: Printing multiple pages.
6747
6748 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6749
6750         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6751
6752 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6753
6754         * pdf/ev-poppler.cc:
6755         
6756         Thumnail dimensions unified with other backends.
6757         
6758         * shell/ev-window-title.c: (ev_window_title_update):
6759         
6760         Fix warning.
6761
6762 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6763
6764         * data/ev-stock-zoom-fit-width.png:
6765         
6766         Remove unused file.
6767
6768 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6769
6770         * configure.ac:
6771         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6772         (djvu_document_finalize):
6773         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6774         (dvi_document_finalize):
6775         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6776         (pixbuf_document_save), (pixbuf_document_finalize):
6777         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6778         (tiff_document_finalize):
6779         
6780         Save a copy implemented for various backends.
6781
6782 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6783
6784         * configure.ac:
6785         
6786         Don't link with ltiff if tiff is disabled.
6787
6788 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6789
6790         * pdf/GDKSplashOutputDev.cc:
6791         * pdf/GDKSplashOutputDev.h:
6792         * pdf/Thumb.cc:
6793         * pdf/Thumb.h:
6794         * pdf/pdf-document.cc:
6795         * pdf/pdf-document.h:
6796         * pdf/test-gdk-output-dev.cc:
6797         
6798         Remove old unused files.
6799
6800 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6801
6802         * shell/ev-window.c: (ev_window_setup_document):
6803         
6804         Fixed warnings on reload and probably crash reason.
6805
6806 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6807
6808         * properties/ev-properties-view.c:
6809         (ev_properties_view_format_date):
6810         
6811         Check if date is invalid. Fix for bug 318134.
6812
6813 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6814
6815         * shell/ev-window-title.c:
6816         
6817         Add .indd files (Adobe Indesign) to the list of "bad
6818         extensions".
6819
6820 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6821
6822         * data/evince-ui.xml:
6823         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6824         
6825         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6826
6827 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6828
6829         * shell/ev-window.c: (launch_link), (launch_external_uri),
6830         (view_external_link_cb):
6831
6832         URL-escape link before passing it to gnome_vfs_url_show.
6833
6834 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6835
6836         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6837         there isn't text selected.
6838
6839 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6840
6841         * shell/ev-view.c: (handle_link_over_xy):
6842
6843         Check tooltip is valid utf8 before showing it
6844
6845 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6846
6847         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6848
6849 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6850
6851         * shell/ev-window-title.c: (ev_window_title_update):
6852
6853         Guard against using g_strstrip on NULL. Fixes bug #317291.
6854
6855 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6856
6857         * pdf/ev-poppler.cc:
6858
6859         Show title even for unknown links
6860
6861 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6862
6863         * shell/ev-window-title.c: (ev_window_title_update):
6864
6865         Strip the title string
6866
6867 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6868
6869         * shell/ev-window-title.c:
6870
6871         Add .rtf to the bad extensions list
6872
6873 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6874
6875         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6876         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6877
6878         Ignore link coordinates if they are outside page bounds
6879
6880 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6881
6882         * backend/ev-link.c: (ev_link_type_get_type),
6883         (ev_link_get_filename), (ev_link_get_params),
6884         (ev_link_get_property), (ev_link_set_property),
6885         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6886         * backend/ev-link.h:
6887         * pdf/ev-poppler.cc:
6888         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6889         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6890         (ev_window_init):
6891
6892         Implement launch links. Delegate external link opening to
6893         the window.
6894
6895 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6896
6897         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6898         (ev_link_get_right), (ev_link_get_property),
6899         (ev_link_set_property), (ev_link_class_init),
6900         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6901         * backend/ev-link.h:
6902         * pdf/ev-poppler.cc:
6903         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6904
6905         Implement fitr links
6906
6907 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6908
6909         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6910         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6911         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6912         (ev_view_size_request_continuous),
6913         (ev_view_size_request_dual_page),
6914         (ev_view_size_request_single_page), (ev_view_size_allocate),
6915         (ev_view_zoom_for_size_continuous_and_dual_page),
6916         (ev_view_zoom_for_size_continuous),
6917         (ev_view_zoom_for_size_dual_page),
6918         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6919         (ev_sizing_mode_get_type):
6920         * shell/ev-view.h:
6921         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6922
6923         Do not use modes for link, we need to calculate size ad hoc.
6924         Still not perfect because of the usual scrollbar issues grrr.
6925
6926 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6927
6928         * backend/ev-link.c: (ev_link_type_get_type),
6929         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6930         * backend/ev-link.h:
6931         * pdf/ev-poppler.cc:
6932         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6933         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6934         (ev_view_size_request_continuous),
6935         (ev_view_size_request_dual_page),
6936         (ev_view_size_request_single_page), (ev_view_size_allocate),
6937         (zoom_for_size_fit_height),
6938         (ev_view_zoom_for_size_continuous_and_dual_page),
6939         (ev_view_zoom_for_size_continuous),
6940         (ev_view_zoom_for_size_dual_page),
6941         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6942         (ev_sizing_mode_get_type):
6943         * shell/ev-view.h:
6944         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6945
6946         Implement FIT_HEIGHT mode (only for links).
6947         Implement FITH links
6948
6949 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6950
6951         * shell/ev-window-title.c: (get_filename_from_uri),
6952         (ev_window_title_sanitize_extension), (ev_window_title_update),
6953         (ev_window_title_set_document), (ev_window_title_set_uri),
6954         (ev_window_title_free):
6955         * shell/ev-window-title.h:
6956         * shell/ev-window.c: (ev_window_setup_document),
6957         (ev_window_popup_password_dialog):
6958
6959         Refactor window title building while fixing it for
6960         password documents.
6961
6962 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6963
6964         * pdf/ev-poppler.cc:
6965
6966         Escape link title before setting it in the model
6967
6968 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6969
6970         * shell/ev-application.c: (removed_from_session), (save_session),
6971         (init_session), (ev_application_get_empty_window),
6972         (ev_application_init), (ev_application_get_windows):
6973         * shell/ev-application.h:
6974         * shell/ev-window.c: (ev_window_finalize):
6975
6976         Add a function to retrieve window list and share it where
6977         necessary.
6978         Implement session handling, works pretty well thanks to the
6979         metadata system.
6980
6981 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6982
6983         * shell/ev-password.c: (ev_password_item_created_callback),
6984         (ev_password_dialog_save_password):
6985         
6986         Fix for bug 316972. Use async gnome-keyring API.
6987
6988 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6989
6990         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6991         Remove unused unrealize handler. Add scroll handling to
6992         ev_view_scroll_event for presentation mode (bug #316708),
6993         and fix the event state checks there.
6994
6995 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6996
6997         * shell/ev-page-action.c: (page_changed_cb):
6998
6999         "marco, maybe we should be crazy and jump right to 6! :)"
7000
7001         Bryan Clark, Sep 2005
7002
7003 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7004
7005         * ps/ps-document.c: (save_document), (ps_document_save),
7006         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7007         (ps_document_ps_export_end):
7008
7009         Fix unstructured documents save and print
7010
7011 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7012
7013         * shell/ev-application.c: (ev_application_open_uri):
7014
7015         Fix window size persistance
7016
7017 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7018
7019         * shell/ev-view.c: (ev_view_button_release_event):
7020
7021         Based on a patch from carlosgc@gnome.org. Mouse buttons
7022         switch pages in presentation mode.
7023
7024 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7025
7026         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7027
7028         Dont cast to int before scaling
7029
7030 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7031
7032         * backend/ev-link.c: (ev_link_type_get_type),
7033         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7034         (ev_link_new_page_fith):
7035         * backend/ev-link.h:
7036         * pdf/ev-poppler.cc:
7037         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7038
7039         Implement FIT and FITH links
7040
7041 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7042
7043         * pdf/ev-poppler.cc:
7044
7045         Return 0 results when search is not in progress.
7046
7047         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7048         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7049
7050         Update menu sensitivity when cancelling search
7051
7052 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7053
7054         * shell/ev-view.c: (ev_view_can_find_next):
7055
7056         Take all pages in consideration, not just current one
7057
7058 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7059
7060         * shell/ev-page-cache.c:
7061         * shell/ev-page-cache.h:
7062         * shell/ev-view.c: (ev_view_binding_activated),
7063         (ev_view_next_page), (ev_view_previous_page),
7064         (ev_sizing_mode_get_type):
7065         * shell/ev-view.h:
7066         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7067         (ev_window_cmd_go_next_page):
7068
7069         Move page next/previous functions from page chace to
7070         view and change it to move by 2 page steps in dual mode.
7071
7072 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7073
7074         * shell/ev-window.c: (update_sidebar_visibility),
7075         (setup_sidebar_from_metadata), (ev_window_setup_document),
7076         (setup_view_from_metadata):
7077
7078         Show the index by default when there is one     
7079
7080 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7081
7082         * shell/ev-window-title.c: (ev_window_title_set_document):
7083
7084         Missing null check
7085
7086 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7087
7088         * shell/ev-view.c: (view_update_range_and_current_page):
7089         
7090         Allow display of last odd page in dual view. Fix for 316347.
7091
7092 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7093
7094         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7095         
7096         Make close button default. Fix for 316383.
7097
7098 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7099
7100         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7101         
7102         Mark close button as default. Fix for 316381.
7103
7104 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7105
7106         * backend/ev-link.c: (ev_link_class_init):
7107
7108         Allow negative doubles in left/top properties
7109
7110 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7111
7112         * shell/ev-window.c:
7113
7114         Remove a bunch of strings that was used only
7115         by the statusbar.
7116
7117 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7118
7119         * shell/ev-window-title.c: (get_filename_from_uri),
7120         (ev_window_title_set_document):
7121
7122         When title has a confusing extension, show also
7123         the document filename inside ()
7124
7125 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7126
7127         * shell/Makefile.am:
7128         * shell/ev-window-title.c: (ev_window_title_new),
7129         (ev_window_title_update), (ev_window_title_set_type),
7130         (ev_window_title_set_document), (ev_window_title_free):
7131         * shell/ev-window-title.h:
7132         * shell/ev-window.c: (ev_window_setup_document),
7133         (password_dialog_response), (ev_window_popup_password_dialog),
7134         (ev_window_dispose), (ev_window_init):
7135
7136         Factor out and cleanup window title code
7137
7138 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7139
7140         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7141         (unable_to_load):
7142
7143         Make dialog transient so it doesnt block other windows
7144
7145 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7146
7147         * pdf/ev-poppler.cc:
7148         
7149         Fix pdf thumbnails rendering.
7150
7151 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7152
7153         * shell/ev-window.c: (fullscreen_set_timeout):
7154         
7155         Increase timeout to hide full screen popup. Bug 
7156         316123. 
7157
7158 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7159
7160         * data/evince.schemas.in:
7161         * shell/ev-window.c: (update_action_sensitivity):
7162
7163         Allow the user to override document restrictions. Fix for bug
7164         305818.
7165
7166 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7167
7168         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7169         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7170         (ev_window_class_init): Fix multihead behaviour of fullscreen
7171         toolbar popup. Fixes bug #315451.
7172
7173 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7174
7175         * configure.ac:
7176         * data/evince-password.glade:
7177         * shell/ev-password.c: (ev_password_dialog_set_property),
7178         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7179         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7180         (ev_password_dialog_entry_changed_cb),
7181         (ev_password_dialog_entry_activated_cb),
7182         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7183         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7184         (ev_password_dialog_set_bad_pass):
7185         * shell/ev-password.h:
7186         * shell/ev-window.c: (password_dialog_response),
7187         (ev_window_popup_password_dialog):
7188         
7189         Support for gnome-keyring for encrypted PDF's.
7190
7191 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7192
7193         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7194         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7195         (ev_view_enter_notify_event), (ev_view_class_init):
7196         
7197         More precise handling of enter_notify/leave_notify events
7198         in EvView. Fix for bug 315470.
7199
7200 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7201
7202         * shell/ev-window.c: (fullscreen_timeout_cb),
7203         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7204         (ev_window_dispose):
7205
7206         leak fix: unref fullscreen_timeout_source before clearing it
7207
7208 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7209
7210         * configure.ac, dvi/mdvi/Makefile.am: 
7211         
7212         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7213
7214 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7215
7216         * backend/ev-link.c: (ev_link_new_page_xyz):
7217         * pdf/ev-poppler.cc:
7218         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7219
7220         Fix some bugs with xyz links, respect zoom
7221
7222 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7223
7224         * shell/ev-window.c: (page_changed_cb),
7225         (setup_document_from_metadata), (update_sidebar_visibility),
7226         (setup_view_from_metadata), (ev_window_run_fullscreen),
7227         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7228         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7229         (ev_window_dual_mode_changed_cb),
7230         (ev_window_sidebar_current_page_changed_cb):
7231
7232         null check uri before setting and getting metadata
7233
7234 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7235
7236         * dvi/Makefile.am:
7237         * properties/Makefile.am:
7238         * shell/Makefile.am:
7239         * thumbnailer/Makefile.am:
7240
7241         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7242
7243 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7244
7245         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7246         (selection_changed_callback):
7247         * shell/ev-sidebar-links.h:
7248
7249         Add a signal for link activation.
7250
7251         * shell/ev-view.c: (ev_view_goto_link),
7252         (ev_view_button_release_event):
7253         * shell/ev-view.h:
7254         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7255         (ev_window_init):
7256
7257         Implement the signal so that we can handle all link types.
7258
7259         * shell/ev-page-cache.c:
7260
7261         Remove unused set_link function
7262
7263 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7264
7265         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7266
7267         Add some space from the cursor, hardcoded but I couldnt
7268         find a better way.
7269
7270 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7271
7272         * lib/ev-tooltip.c:
7273
7274         Use mozilla style vs gtk style, way better for links.
7275
7276         * shell/ev-view.c: (ev_view_motion_notify_event),
7277         (ev_view_destroy), (ev_view_init):
7278
7279         Deactive tooltip when the link hovered is changed.
7280
7281 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7282
7283         * backend/ev-document.h:
7284         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7285         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7286         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7287         (ev_link_new_page), (ev_link_new_page_xyz):
7288         * backend/ev-link.h:
7289         * pdf/ev-poppler.cc:
7290         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7291         (go_to_link), (tip_from_link):
7292
7293         Implement xyz links, still not functional. Links are a total
7294         mess, will need to refactor and bugfix a lot :(
7295
7296 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7297
7298         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7299
7300 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7301
7302         * data/evince-ui.xml:
7303         * data/evince.schemas.in:
7304         * shell/Makefile.am:
7305         * shell/ev-window.c: (update_chrome_visibility),
7306         (password_dialog_response), (ev_window_load_job_cb),
7307         (ev_window_xfer_job_cb), (ev_window_open_uri),
7308         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7309         (ev_window_init):
7310
7311         Remove the statusbar. This regress loading feedback, need to
7312         check with Bryan what we want to do there...
7313
7314 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7315
7316         * lib/ev-tooltip.c: (ev_tooltip_init):
7317
7318         Fix tooltip border and size handling
7319
7320 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7321
7322         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7323         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7324         (ev_tooltip_timeout), (ev_tooltip_activate),
7325         (ev_tooltip_deactivate):
7326         * lib/ev-tooltip.h:
7327         * shell/ev-view.c: (ev_view_motion_notify_event):
7328
7329         Delay popup showing. Mirror gtk logic/times.
7330
7331 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7332
7333         * lib/Makefile.am:
7334         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7335         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7336         (ev_tooltip_set_text), (ev_tooltip_set_position):
7337         * lib/ev-tooltip.h:
7338
7339         Simple widget to show tooltips at a custom position
7340
7341         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7342         (ev_view_destroy):
7343
7344         Use it for links. First go, needs work
7345
7346 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7347
7348         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7349         HIG fixes.  Use title capitalization for window title. Use 12 
7350         pixels of space between the dialog's vbox and action area.
7351
7352 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7353
7354         * shell/ev-window.c: (file_open_dialog_response_cb),
7355         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7356         (ev_window_cmd_save_as):
7357
7358         Make file pickers not modal and refactor code some
7359
7360 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7361
7362         * shell/ev-sidebar.h:
7363         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7364         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7365         (ev_sidebar_class_init), (ev_sidebar_select_page),
7366         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7367         (ev_sidebar_set_page):
7368
7369         Add a current page property and allow to get/set it
7370
7371         * shell/ev-window.c: (setup_view_from_metadata),
7372         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7373
7374         Persist current sidebar page per document
7375
7376 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7377
7378         * data/evince.schemas.in:
7379         * shell/ev-window.c: (update_chrome_visibility),
7380         (setup_document_from_metadata), (update_sidebar_visibility),
7381         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7382         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7383         (ev_window_run_presentation), (ev_window_stop_presentation),
7384         (ev_window_view_sidebar_cb),
7385         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7386         (load_chrome), (ev_window_init):
7387
7388         Persist size/visibility of sidebar per document
7389
7390 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7391
7392         * shell/ev-view.c (draw_loading_text): Draw loading text.
7393
7394 2005-09-02  Dan Damian  <dand@gnome.ro>
7395
7396         * configure.in: Added "ro" to ALL_LINGUAS.
7397
7398 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7399
7400         * shell/ev-view.c: (clear_caches):
7401
7402         ev_page_cache_get doesnt return a reference,
7403         dont try to unref it.
7404
7405 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7406
7407         * shell/main.c: (load_files_remote):
7408
7409         Fix timestamp parameter with dbus <= 0.33
7410
7411 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7412
7413         * data/evince.schemas.in:
7414
7415         Add missing full stop
7416
7417 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7418
7419         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7420         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7421
7422         Plug some memory leaks
7423
7424 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7425
7426         * configure.ac:
7427         * lib/ev-debug.c: (trap_handler):
7428
7429         Check for execinfo.h and use it only if it exists.
7430         Ported from Epiphany (bug #314776).
7431
7432 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7433
7434         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7435
7436 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7437
7438         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7439         * po/id.po      : Added Indonesian translation
7440
7441 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7442
7443         * shell/main.c:
7444         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7445         * NEWS: Release 0.4.0
7446
7447 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7448
7449         * configure.ac: catch another gtk+-2.8ism
7450         * shell/main.c: Make work with gtk+-2.6
7451
7452 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7453
7454         * shell/ev-application-service.xml: Add 'timestamp' argument to
7455           ev_application_open_window and ev_application_open_uri methods.
7456
7457         * shell/ev-application.h: Add 'timestamp' argument to
7458           ev_application_open_window, ev_application_open_uri,
7459           and ev_application_open_uri_list functions.
7460
7461         * shell/ev-application.c (ev_application_open_window,
7462           ev_application_open_uri, ev_application_open_uri_list): Change
7463           functions that show/present windows to use a timestamp if one
7464           is passed in.
7465
7466         * shell/ev-window.c (ev_window_cmd_file_open,
7467           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7468         * shell/main.c (load_files): Modify calls to ev_application to
7469           include GDK_CURRENT_TIME as timestamp.
7470
7471         * shell/main.c (load_files_remote): Obtain timestamp for client
7472           instance from GDK and pass to server instance so new windows are
7473           focused properly.  Fix dbus_g_proxy_call() calls by including second
7474           G_TYPE_INVALID.
7475           
7476         Closes bug #314475.
7477
7478 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7479
7480         * shell/ev-window.c (ev_window_finalize): Check for
7481         avail. EvWindows when quiting to handle the finalize better,
7482         #314497
7483
7484 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7485         
7486         * properties/ev-properties-view.c: 
7487         
7488         Set textdomain to libglade. Fixes translation problem in property page.
7489
7490 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7491
7492         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7493         * dvi/Makefile.am:
7494         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7495         * dvi/mdvi-lib/Makefile.am:
7496         
7497         Fix rotation of thumbnails, ported to new API. Moved library
7498         dependencies earlier, probably it will fix linkage problem.
7499
7500 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7501
7502         * backend/ev-document-misc.c:
7503         (ev_document_misc_get_thumbnail_frame):
7504         * backend/ev-document-misc.h:
7505         * configure.ac:
7506         * pdf/ev-poppler.cc:
7507         * shell/Makefile.am:
7508         * shell/ev-sidebar-thumbnails.c: (add_range),
7509         (ev_sidebar_thumbnails_set_loading_icon),
7510         (ev_sidebar_thumbnails_refresh),
7511         (ev_sidebar_thumbnails_set_document):
7512         * shell/ev-sidebar-thumbnails.h:
7513         * shell/ev-view.c: (ev_view_motion_notify_event),
7514         (ev_view_set_property), (ev_view_get_property),
7515         (ev_view_class_init), (ev_view_set_rotation):
7516         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7517         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7518         (ev_window_init):
7519         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7520         Redo rotation (again).  prepare for 0.4.0
7521
7522 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7523
7524         * configure.ac: Bump poppler requirement to 0.4.1.
7525
7526         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7527         argument to poppler_page_render_selection() call.
7528
7529 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7530
7531         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7532         (djvu_document_thumbnails_get_thumbnail):
7533         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7534         (dvi_document_thumbnails_get_thumbnail):
7535         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7536         (pixbuf_document_thumbnails_get_thumbnail):
7537         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7538         
7539         Update rotation direction of backends to fit with pdf and ps.
7540
7541 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7542
7543         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7544         * backend/ev-async-renderer.h:
7545         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7546         (setup_page), (ps_document_get_page_size),
7547         (ps_async_renderer_render_pixbuf):
7548         * ps/ps-document.h:
7549         * shell/ev-jobs.c: (ev_job_render_run):
7550
7551         Fix orientation in the postscript document
7552
7553 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7554
7555         * pdf/ev-poppler.cc:
7556         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7557         * shell/ev-view.c: (highlight_find_results):
7558
7559         Adapt to the new poppler rotation API. Fix text maps on landscape
7560         documents.
7561
7562 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7563
7564         * shell/ev-view.c (compute_new_selection_text): get the correct
7565         region when selecting in modes other than continuous.
7566
7567 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7568
7569         * shell/main.c (main): remove redundant g_warnings.
7570
7571 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7572
7573         * shell/Makefile.am: Don't include autogenerated
7574         file ev-application-service.h into distribution, since
7575         it causes dbus crash. Fix for bugs 313724 and 313443. 
7576
7577 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7578
7579         * configure.ac: Fix sed expression for FreeBSD. Thanks
7580         to Joe Marcus Clark <marcus@freebsd.org>
7581         
7582         * shell/eggfindbar.c: (entry_activate_callback),
7583         (entry_changed_callback), (egg_find_bar_init),
7584         (egg_find_bar_set_search_string):
7585         
7586         Made findbar buttons unsensitive if there is no text in
7587         entry. Fix for the bug 313285.
7588
7589 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7590
7591         * ps/ps-document.c: Use g_filename_display_name for displaying
7592         filenames and revert string freeze breackage
7593
7594 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7595
7596         * NEWS:
7597         * configure.ac:
7598
7599         Update for 0.3.4
7600
7601         * shell/Makefile.am:
7602
7603         Add ev-application-service.xml to extra dist
7604
7605         * shell/ev-view.c: (find_page_at_location):
7606
7607         Remove unused function (fix warning)
7608
7609 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7610
7611         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7612         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7613         
7614         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7615         bug 313623.
7616
7617 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7618
7619         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7620         * shell/ev-window.c:
7621         Fix build warnings
7622
7623 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7624
7625         * configure.ac: Update script to get dbus version.
7626         Fix for the bug #313443.
7627
7628 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7629
7630         * shell/ev-window.c: (ev_window_cmd_escape):
7631         
7632         Return focus back to view on escape. Fix for bug 313295.
7633
7634 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7635
7636         * shell/ev-window.c: (update_window_title),
7637         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7638         (ev_window_cmd_save_as):
7639         
7640         Correct conversion from uri to displayable string. Fix for
7641         bug 313296.
7642
7643 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7644
7645         * ps/ps-document.c: convert filename to utf8 when there is an error
7646         loading document. Fixes #309915
7647
7648 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7649
7650         * configure.ac:
7651
7652         We depend on poppler 0.4.0
7653
7654 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7655
7656         * configure.ac:
7657         * NEWS: Release 0.3.3.
7658         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7659
7660 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7661
7662         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7663         add a couple missing mnemonics to menu items, use title 
7664         capitalization for menu items and window titles, and add 
7665         ellipsis to open menu item.     
7666
7667 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7668
7669         * pdf/ev-poppler.cc:
7670         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7671         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7672         (ev_view_get_rotation):
7673         * shell/ev-view.h:
7674         * shell/ev-window.c: (setup_view_from_metadata),
7675         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7676         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7677         disk.
7678
7679 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7680
7681         * configure.ac: Added tr to ALL_LINGUAS
7682
7683 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7684
7685         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7686         requires several clicks to find word. Thanks to 
7687         Colin Slater <kiltedtaco@gmail.com>.
7688
7689 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7690
7691         * data/evince.desktop.in.in: Hide menu entry and
7692         rename it to "Document Viewer". Fix for bug 
7693         #312399.
7694
7695 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7696
7697         * shell/ev-page-action.c (ev_page_action_class_init): 
7698
7699         Point to the correct function in constructor of the
7700         activate_label signal
7701
7702 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7703
7704         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7705         * shell/ev-jobs.h: Make thread safe.
7706
7707 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7708
7709         * shell/ev-view.c: (view_update_range_and_current_page):
7710         Don't update page range if we are scrolling to some document
7711         point.
7712
7713 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7714
7715         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7716         when getting max_page_width, fix drawing in dual mode.
7717
7718 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7719
7720         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7721         getting the area for select_all.
7722
7723 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7724
7725         * backend/ev-selection.c: (ev_selection_render_selection):
7726         * backend/ev-selection.h:
7727         * pdf/ev-poppler.cc:
7728         * shell/ev-jobs.c: (ev_job_render_new):
7729         * shell/ev-jobs.h:
7730         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7731         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7732         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7733         (ev_view_class_init):
7734
7735         Change selection color on focus in and focus out events.  Also,
7736         poppler now uses GdkColor for specifying the selection colors, so
7737         drop some awkward conversion code.
7738
7739 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7740
7741         * configure.ac: Added Hebrew translation
7742
7743 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7744
7745         * NOTES:
7746         * backend/ev-selection.c: (ev_selection_render_selection):
7747         * backend/ev-selection.h:
7748         * pdf/ev-poppler.cc:
7749         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7750         (ev_job_render_run):
7751         * shell/ev-jobs.h:
7752         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7753         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7754         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7755         (ev_pixbuf_cache_style_changed),
7756         (ev_pixbuf_cache_get_selection_pixbuf),
7757         (ev_pixbuf_cache_set_selection_list),
7758         (ev_pixbuf_cache_get_selection_list):
7759         * shell/ev-pixbuf-cache.h:
7760         * shell/ev-utils.c: (ev_print_region_contents):
7761         * shell/ev-utils.h:
7762         * shell/ev-view.c: (ev_view_queue_draw_page),
7763         (selection_update_idle_cb), (ev_view_motion_notify_event),
7764         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7765         (setup_caches), (ev_view_find_next), (merge_selection_region),
7766         (selection_free):
7767         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7768
7769         Clean up selection to be much smoother!
7770
7771 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7772
7773         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7774         to poppler_page_render_selection().
7775
7776 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7777
7778         * ps/ps-document.c: (save_page_list): Use
7779         unzipped document when printing. Thanks to 
7780         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7781         311016.
7782
7783 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7784
7785         * shell/ev-window.c: (update_action_sensitivity):
7786         
7787         Disable print and save respect to lockdown gconf keys. Fix
7788         for 312342.
7789
7790 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7791
7792         * configure.ac:
7793         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7794         (write_to_temp_file), (ev_file_set_contents):
7795         * shell/ev-utils.h:
7796         * shell/ev-window.c: (save_print_config_to_file):
7797         
7798         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7799         Fix for bug 312238
7800
7801 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7802
7803         * shell/ev-window.c: (load_print_config_from_file),
7804         (save_print_config_to_file), (ev_window_print_range):
7805
7806         Persist the print settings. Fixes bug #311578.
7807
7808 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7809
7810         * djvu/djvu-document.c: (djvu_document_get_page_size),
7811         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7812         (djvu_document_thumbnails_get_thumbnail):
7813         * dvi/dvi-document.c: (dvi_document_get_page_size),
7814         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7815         (dvi_document_thumbnails_get_dimensions),
7816         (dvi_document_thumbnails_get_thumbnail):
7817         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7818         (pixbuf_document_render_pixbuf),
7819         (pixbuf_document_document_iface_init),
7820         (pixbuf_document_thumbnails_get_thumbnail):
7821         
7822         Update backends to make them build with new rotation system.
7823
7824 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7825
7826         * help/C/figures/evince_start_window.png:
7827         
7828         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7829
7830 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7831
7832         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7833         * shell/ev-pixbuf-cache.h:
7834         * shell/ev-sidebar-thumbnails.c:
7835         (ev_sidebar_thumbnails_get_property), (add_range),
7836         (adjustment_changed_cb):
7837         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7838         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7839         we were thumbnailing the entire docment on startup, slowing us
7840         down hugely. 
7841
7842 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7843
7844         * shell/ev-page-cache.c: (ev_page_cache_new):
7845         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7846         == 0, fixes #310306.
7847
7848 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7849
7850         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7851         (ev_view_rotate_left):
7852
7853         Account rotation in doc_rect_to_view_rect.
7854         Ensure rotation doesnt go out of bounds.
7855
7856 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7857
7858         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7859
7860         Correct and cleanup w/h swapping
7861
7862 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7863
7864         * backend/ev-document-thumbnails.c:
7865         (ev_document_thumbnails_get_thumbnail):
7866         * backend/ev-document-thumbnails.h:
7867         * backend/ev-document.c:
7868         * backend/ev-document.h:
7869         * backend/ev-render-context.c: (ev_render_context_new),
7870         (ev_render_context_set_rotation):
7871         * backend/ev-render-context.h:
7872         * pdf/ev-poppler.cc:
7873         * ps/ps-document.c: (ps_document_document_iface_init):
7874         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7875         * shell/ev-jobs.h:
7876         * shell/ev-page-cache.c: (build_height_to_page),
7877         (ev_page_cache_new), (ev_page_cache_get_size),
7878         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7879         (ev_page_cache_get_height_to_page):
7880         * shell/ev-page-cache.h:
7881         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7882         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7883         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7884         (ev_pixbuf_cache_get_selection_pixbuf):
7885         * shell/ev-pixbuf-cache.h:
7886         * shell/ev-print-job.c: (idle_print_handler):
7887         * shell/ev-sidebar-thumbnails.c: (add_range):
7888         * shell/ev-view.c: (view_update_range_and_current_page),
7889         (get_page_y_offset), (get_page_extents),
7890         (ev_view_size_request_continuous_dual_page),
7891         (ev_view_size_request_continuous),
7892         (ev_view_size_request_dual_page),
7893         (ev_view_size_request_single_page), (draw_one_page),
7894         (ev_view_set_rotation), (ev_view_rotate_right),
7895         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7896         (ev_view_zoom_for_size_continuous_and_dual_page),
7897         (ev_view_zoom_for_size_continuous),
7898         (ev_view_zoom_for_size_dual_page),
7899         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7900         (ev_view_select_all):
7901         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7902         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7903         (tiff_document_document_iface_init),
7904         (tiff_document_thumbnails_get_thumbnail):
7905
7906         Use rotation rather than orientation. It's easier and enough
7907         for our needs.
7908
7909 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7910
7911         * shell/ev-page-cache.c: (build_height_to_page),
7912         (ev_page_cache_new), (ev_page_cache_get_size),
7913         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7914         (ev_page_cache_get_height_to_page):
7915         * shell/ev-page-cache.h:
7916         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7917         (ev_view_size_request_continuous_dual_page),
7918         (ev_view_size_request_continuous),
7919         (ev_view_zoom_for_size_continuous_and_dual_page),
7920         (ev_view_zoom_for_size_continuous):
7921
7922         Make the page cache aware of page orientation.
7923
7924 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7925
7926         * backend/ev-document-thumbnails.c:
7927         (ev_document_thumbnails_get_thumbnail):
7928         * backend/ev-document-thumbnails.h:
7929         * backend/ev-document.c:
7930         * backend/ev-document.h:
7931         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7932         * backend/ev-ps-exporter.h:
7933         * pdf/ev-poppler.cc:
7934         * ps/ps-document.c: (ps_document_document_iface_init),
7935         (ps_document_ps_export_do_page):
7936         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7937         * shell/ev-jobs.h:
7938         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7939         (ev_page_cache_get):
7940         * shell/ev-page-cache.h:
7941         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7942         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7943         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7944         * shell/ev-pixbuf-cache.h:
7945         * shell/ev-print-job.c: (idle_print_handler):
7946         * shell/ev-sidebar-thumbnails.c: (add_range):
7947         * shell/ev-view.c: (view_update_range_and_current_page),
7948         (get_page_extents), (ev_view_size_request_dual_page),
7949         (ev_view_size_request_single_page), (draw_one_page),
7950         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7951         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7952         (ev_view_zoom_for_size_dual_page),
7953         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7954         (ev_view_select_all):
7955         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7956         * tiff/tiff-document.c: (tiff_document_get_page_size),
7957         (tiff_document_get_orientation), (rotate_pixbuf),
7958         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7959         (tiff_document_thumbnails_get_thumbnail),
7960         (tiff_document_ps_export_do_page), (tiff_document_init):
7961
7962         Really make use of the orientation bit of the render context.
7963         Use the render context in a few more places in the backend API.
7964         This regress orientation, but now it's done right. Will try to
7965         fix it up asap...
7966
7967 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7968
7969         * shell/ev-view.c: (ensure_rectangle_is_visible):
7970
7971         Patch by Nickolay V. Shmyrev to fix find flickering
7972
7973 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7974
7975         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7976         duplex parameters to ::begin.
7977
7978         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7979         * shell/ev-print-job.c (idle_print_handler): 
7980         * ps/ps-document.c (ps_document_ps_export_begin): 
7981         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7982         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7983         implementations. Poppler backend needs poppler cvs. Rest has
7984         unchanged behavior.
7985
7986 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7987
7988         * shell/ev-window.c (using_pdf_printer): new function.
7989         (ev_window_print_range): print a less techy message if someone
7990         tries to print to PDF.
7991
7992 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7993
7994         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7995         from "unknown font" string. Bug #311431
7996
7997 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7998
7999         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8000
8001 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8002
8003         Bug #311280
8004         
8005         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8006         name for PopplerFontTypes
8007         (pdf_document_fonts_fill_model): add font type to the detail column
8008
8009         * backend/ev-document-fonts.h: added
8010         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8011
8012         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8013         font name and font details, add a little markup.
8014         (ev_properties_fonts_init): use the new cell data func, specify ypad
8015         property for the cell renderer.
8016         (ev_properties_fonts_set_document): add the details column.
8017
8018 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8019
8020         * configure.ac: Added "pl" to ALL_LINGUAS.
8021
8022 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8023
8024         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8025
8026 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8027
8028         * help/ChangeLog: Started this for translations of manual.
8029         * configure.ac, autogen.sh, .cvsignore: Migrated to
8030         gnome-doc-utils. Patch in bug #311222.
8031
8032 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8033
8034         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8035         #ifdef this away to fix an unused-function warning.
8036
8037 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8038
8039         * configure.ac: Added 'gl' to ALL_LINGUAS.
8040
8041 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8042
8043         * configure.ac: Added ne in ALL_LINGUAS
8044         
8045 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8046
8047         * shell/ev-view.c: (ev_view_leave_notify_event):
8048         
8049         Clear status message when pointer leaves view. Fix for bug
8050         #310818 
8051
8052 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8053
8054         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8055
8056 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8057
8058         * shell/ev-view.c: (ev_view_leave_notify_event),
8059         (ev_view_class_init):
8060         
8061         Set cursor to normal then leaving view.
8062
8063 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8064
8065         * configure.ac:
8066         
8067         Fix required djvulibre version.
8068
8069 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8070
8071         *configure.ac: Hindi (hi) language added
8072
8073 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8074
8075         *configure.ac: Punjabi (pa) Language added
8076
8077 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8078
8079         * data/evince-ui.xml, shell/ev-window.c:
8080         
8081         Add keypad accelerators for zooming. Fix for bug 308128.
8082
8083 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8084
8085         * Makefile.am:
8086         * backend/Makefile.am:
8087         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8088         * configure.ac:
8089         * shell/ev-document-types.c: (ev_document_types_add_filters):
8090
8091         Allow to enable/disable the pixbuf backend.
8092         Default to off for now. If we want it enabled we should
8093         really put mime types in the desktop, implement properties etc.
8094
8095         * properties/evince-properties.c:
8096
8097         Initialize error to NULL.
8098         Check error is not NULL before freeing.
8099
8100 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8101
8102         * shell/ev-window.c:
8103
8104         Use F5 as presentation accell
8105
8106 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8107
8108         * shell/ev-window.c: (update_chrome_visibility),
8109         (ev_window_create_fullscreen_popup), (ev_window_init):
8110
8111         Do not leak the fullscreen toolbar
8112
8113 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8114
8115         * shell/ev-window.c: (view_actions_focus_in_cb),
8116         (view_actions_focus_out_cb):
8117
8118         These has a return value! Fix totally random focus
8119         issues we was seeing.
8120
8121 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8122
8123         * shell/main.c: (load_files_remote):
8124
8125         Allow open more than one file
8126
8127 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8128
8129         * shell/main.c: (load_files_remote):
8130
8131         Fix for dbus 0.33. bug #309975
8132
8133 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8134
8135         * properties/ev-properties-main.c: (ev_properties_get_pages):
8136
8137         Actually return NULL for types we dont support
8138
8139 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8140
8141         * po/POTFILES.in:
8142
8143         Remove empty lines.
8144
8145 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8146
8147         * backend/ev-document-factory.c:
8148         (ev_document_factory_get_document):
8149
8150         Do not try to create the object if type
8151         is invalid.
8152
8153 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8154
8155         * ps/ps-document.c: (ps_document_dispose),
8156         (ps_async_renderer_render_pixbuf):
8157         * ps/ps-document.h:
8158
8159         Do not leak the target window
8160
8161 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8162
8163         * shell/ev-application.c: (ev_application_init):
8164
8165         Let tbe check file existence for us.
8166         Add a comment about eggrecent mime filter.
8167
8168 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8169
8170         * data/evince-ui.xml:
8171         * shell/ev-application.c: (ev_application_shutdown),
8172         (ev_application_init), (ev_application_get_toolbars_model),
8173         (ev_application_get_recent_model),
8174         (ev_application_save_toolbars_model):
8175         * shell/ev-application.h:
8176         * shell/ev-window.c: (ev_window_add_recent),
8177         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8178         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8179         (ev_window_init):
8180
8181         Use common toolbar and recent models for all windows.
8182         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8183
8184 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8185
8186         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8187         successfully check for gtk_icon_view_get_visible_range.
8188
8189 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8190
8191         * djvu/Makefile.am:
8192         * dvi/Makefile.am:
8193         
8194         Fix djvu and dvi backend build.
8195
8196 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8197
8198         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8199         (new_separator_pixbuf):
8200
8201         Don't leak windows.
8202
8203 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8204
8205         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8206
8207         HIGification of toolbar editor dialogue.
8208
8209 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8210
8211         * configure.ac:
8212         * shell/Makefile.am:
8213
8214         Ever build metadata manager since it's just
8215         disabled at runtime now.
8216
8217 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8218
8219         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8220         (ev_metadata_manager_get), (ev_metadata_manager_set):
8221         * shell/ev-metadata-manager.h:
8222
8223         Add an _init functions that enabled metadata management
8224         at runtime.
8225
8226         * shell/ev-window.c: (page_changed_cb),
8227         (setup_document_from_metadata), (ev_window_setup_document),
8228         (setup_view_from_metadata), (ev_window_open_uri),
8229         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8230         (ev_window_run_presentation), (ev_window_stop_presentation),
8231         (save_sizing_mode), (ev_window_zoom_changed_cb),
8232         (ev_window_continuous_changed_cb),
8233         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8234         (window_configure_event_cb):
8235
8236         Remove all ugly metadata define since we deal with it
8237         at runtime now.
8238
8239         * shell/main.c: (load_files_remote), (main):
8240
8241         Add support for dbus cvs head. Hopefully didnt break one
8242         of the other versions now!
8243
8244         If we dont get a response from the dbus server just
8245         give up with it and not enable metadata.
8246
8247 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8248
8249         * Makefile.am:
8250         * backend/Makefile.am:
8251         * configure.ac:
8252         * cut-n-paste/recent-files/Makefile.am:
8253         * cut-n-paste/toolbar-editor/Makefile.am:
8254         * cut-n-paste/zoom-control/Makefile.am:
8255         * lib/Makefile.am:
8256         * pdf/Makefile.am:
8257         * pixbuf/Makefile.am:
8258         * properties/Makefile.am:
8259         * ps/Makefile.am:
8260         * shell/Makefile.am:
8261         * thumbnailer/Makefile.am:
8262         * tiff/Makefile.am:
8263
8264         Make frontends depend on just libev.
8265         Rework and group CFLAGS/LIBS definitions.
8266         Cleanups.
8267
8268 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8269
8270         * shell/ev-window:
8271
8272         do not unnecessarily save zoom
8273
8274         * configure.ac:
8275         * lib/ev-file-helpers.c: (ev_dot_dir):
8276         * shell/Makefile.am:
8277         * shell/dummy.cc:
8278
8279         Some cleanups
8280
8281 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8282
8283         * configure.ac:
8284         
8285         Remove unnecessary dependencies
8286
8287 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8288
8289         * properties/Makefile.am:
8290         * thumbnailer/Makefile.am:
8291         * tiff/Makefile.am:
8292
8293         Some more cleanups. Was really necessary
8294         but I probably introduced bugs, feel free
8295         to flame :)
8296
8297 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8298
8299         * backend/Makefile.am:
8300         * configure.ac:
8301         * cut-n-paste/recent-files/Makefile.am:
8302         * cut-n-paste/toolbar-editor/Makefile.am:
8303         * cut-n-paste/zoom-control/Makefile.am:
8304         * lib/Makefile.am:
8305         * pdf/Makefile.am:
8306         * pixbuf/Makefile.am:
8307         * properties/Makefile.am:
8308         * ps/Makefile.am:
8309         * shell/Makefile.am:
8310         * thumbnailer/Makefile.am:
8311         * tiff/Makefile.am:
8312
8313         Use gnome-common macros when possible.
8314         Cleanup dependencies.
8315         Actually disable deprecated where possible.
8316
8317 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8318
8319         * Makefile.am:
8320         * backend/Makefile.am:
8321         * properties/Makefile.am:
8322         * shell/Makefile.am:
8323         * thumbnailer/Makefile.am:
8324
8325         This should solve the circular dep without
8326         requiring dir reorg!
8327
8328         * shell/ev-window.c: (setup_view_from_metadata):
8329
8330         Never restore window size/position when the
8331         window is already visible.
8332
8333 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8334
8335         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8336
8337         Return a boolean from timeout func. Fix ported from gedit.
8338
8339 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8340
8341         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8342
8343 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8344
8345         * shell/ev-document-types.c: set "All Documents" as default filter in
8346         open dialog
8347
8348 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8349
8350         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8351         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8352         (ev_metadata_manager_set_boolean): fix value/val thinko.
8353
8354 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8355
8356         * shell/ev-window.c: (setup_view_from_metadata),
8357         (window_state_event_cb), (window_configure_event_cb),
8358         (ev_window_init):
8359
8360         Remember window position and maximized state
8361
8362 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8363
8364         * configure.ac:
8365
8366         Fix DBUS configure checks.
8367
8368         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8369         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8370         (ev_metadata_manager_set_boolean):
8371
8372         Plug mem leaks.
8373
8374         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8375         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8376         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8377         (ev_window_continuous_changed_cb),
8378         (ev_window_dual_mode_changed_cb), (ev_window_new):
8379
8380         Fix the build without DBUS.
8381
8382 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8383
8384         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8385         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8386         (ev_metadata_manager_set_string),
8387         (ev_metadata_manager_set_boolean):
8388         * shell/ev-metadata-manager.h:
8389
8390         Add support for some more types
8391
8392         * shell/ev-view.c: (scroll_to_current_page),
8393         (ev_view_get_continuous), (ev_view_set_continuous),
8394         (ev_view_get_dual_page):
8395         * shell/ev-view.h:
8396         * shell/ev-window.c: (page_changed_cb),
8397         (setup_document_from_metadata), (ev_window_setup_document),
8398         (setup_view_from_metadata), (ev_window_open_uri),
8399         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8400         (ev_window_run_presentation), (ev_window_stop_presentation),
8401         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8402         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8403         (ev_window_update_dual_page_action),
8404         (ev_window_continuous_changed_cb),
8405         (ev_window_dual_mode_changed_cb), (ev_window_init):
8406
8407         Remember a bunch of view/document properties. Prolly some
8408         are still missing but it's getting interesting.
8409
8410 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8411
8412         * configure.ac: check if dbus-binding-tool is installed. Not the
8413         case on current Ubuntu breezy, it seems.
8414
8415 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8416
8417         * data/evince.desktop.in.in:
8418         
8419         Allow open uri lists and add TryExec field.
8420
8421 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8422
8423         * configure.ac:
8424
8425         Enable dbus when available, do not require a configure
8426         option.
8427
8428 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8429
8430         * configure.ac:
8431
8432         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8433         disabled.
8434
8435 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8436         Marco Pesenti Gritti  <mpg@redhat.com>
8437
8438         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8439         
8440         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8441         functions to the format required by dbus
8442
8443         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8444         errors. Use the RPC parameters in the expected way
8445
8446 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8447
8448         * Makefile.am:
8449         * properties/Makefile.am:
8450         * properties/ev-properties-main.c: (ev_properties_get_pages):
8451
8452         Support all mime types
8453
8454         * shell/Makefile.am:
8455         * thumbnailer/Makefile.am:
8456         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8457         (evince_thumbnail_pngenc_get):
8458
8459         Use the document factory
8460
8461 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8462
8463         * backend/Makefile.am:
8464         * backend/ev-document-factory.c:
8465         (mime_type_supported_by_gdk_pixbuf),
8466         (ev_document_type_get_from_mime),
8467         (ev_document_factory_get_document),
8468         (ev_document_factory_get_backend),
8469         (ev_document_factory_get_mime_types),
8470         (ev_document_factory_get_all_mime_types):
8471         * backend/ev-document-factory.h:
8472         * shell/Makefile.am:
8473         * shell/ev-document-types.c: (get_document_from_uri),
8474         (ev_document_types_get_document),
8475         (file_filter_add_mime_list_and_free),
8476         (ev_document_types_add_filters):
8477         * shell/ev-document-types.h:
8478         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8479         * shell/ev-properties-dialog.c:
8480         (ev_properties_dialog_set_document):
8481         * shell/ev-window.c: (ev_window_cmd_file_open),
8482         (ev_window_cmd_save_as):
8483         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8484
8485         Rework document types managing to avoid code duplication
8486         and actually abstract from backend implementations.
8487         Also provide a minimal factory api that can be used by
8488         thumbnailer/properties.
8489
8490 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8491
8492         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8493         Plug a mem leak.
8494         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8495         HIG spacings.
8496
8497 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8498
8499         * shell/ev-properties-dialog.c
8500         (ev_properties_dialog_set_document): only call
8501         ev_properties_fonts_set_document() if the document implements the
8502         fonts interface
8503
8504 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8505
8506         * configure.ac:
8507         * properties/Makefile.am:
8508         * properties/ev-properties-view.c:
8509         (ev_properties_view_register_type):
8510         * properties/ev-properties-view.h:
8511         * properties/ev-properties-main.h:
8512
8513         Implement nautilus plugin for properties.
8514         Works only for pdf atm, I need to rework the
8515         document types stuff to get this to work
8516         for all backends...
8517
8518 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8519
8520         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8521         (ev_properties_fonts_set_document): use
8522         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8523
8524 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8525
8526         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8527         them
8528         (PlaceImage, tiff2ps_process_page): use
8529         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8530
8531
8532 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8533
8534         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8535         (main): to call gnome_authentication_manager_init. Should fix
8536         Bug #308510
8537
8538         * configure.ac: that requires libgnomeui 2.6.0.
8539
8540 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8541
8542         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8543         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8544         use the new tiff2ps interfaces
8545
8546         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8547         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8548
8549         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8550         structure instead of global variables.  Remove use of static
8551         variables in functions.
8552
8553 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8554
8555         * shell/ev-page-action.c: unref the completion after setting it to the
8556         entry
8557
8558 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8559
8560         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8561         postscript files
8562
8563 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8564
8565         * shell/ev-window.c (update_action_sensitivity): disable
8566         File->Print if the document does not implement the ps exporter
8567         interface
8568
8569 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8570
8571         * Makefile.am:
8572         * configure.ac:
8573         * data/evince-properties.glade:
8574         * properties/.cvsignore:
8575         * properties/Makefile.am:
8576         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8577         (ev_properties_view_class_init), (ev_properties_view_format_date),
8578         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8579         (ev_properties_view_init), (ev_properties_view_new):
8580         * properties/ev-properties-view.h:
8581         * shell/Makefile.am:
8582         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8583         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8584         (ev_properties_dialog_new):
8585         * shell/ev-properties-dialog.h:
8586         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8587         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8588         (update_progress_label), (job_fonts_finished_cb),
8589         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8590         * shell/ev-properties-fonts.h:
8591         * shell/ev-properties.c:
8592         * shell/ev-properties.h:
8593         * shell/ev-window.c: (ev_window_setup_document),
8594         (ev_window_cmd_file_properties):
8595
8596         Split the properties pages in two different objects, depend
8597         only on the backend where possible, use widgets instead
8598         of gobject for the glade part, reimplement the dialog
8599         itself with gtk.
8600         I need this to implement nautilus properties page.
8601
8602 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8603
8604         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8605         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8606         (tiff_document_document_ps_exporter_iface_init): implement the ps
8607         exporter interface for tiff documents
8608
8609         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8610         libtiff to implement TIFF postscript export
8611
8612         * tiff/tiff2ps.h: added a header file for external tiff2ps
8613         functions.
8614
8615         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8616         tiff2ps.h
8617
8618 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8619
8620         * shell/ev-view.c: (scroll_to_current_page),
8621         (ev_view_set_fullscreen), (ev_view_set_presentation):
8622         
8623         Scroll to current page when exit from presentation
8624
8625 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8626
8627         * shell/ev-window.c: (update_document_mode),
8628         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8629         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8630         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8631         
8632         Exit from fullscreen mode when switch to presentation. Fix for
8633         bug 309365
8634
8635 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8636
8637         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8638         return NULL if the document does not implement the selection
8639         interface.
8640
8641 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8642
8643         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8644         reported height by using the resolution aspect ratio
8645         (tiff_document_render_pixbuf): scale the pixbuf using the
8646         resolution aspect ratio
8647
8648 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8649
8650         * configure.ac:
8651         
8652         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8653         <kiltedaco@gmail.com>
8654         
8655         * djvu/djvu-document.c: (djvu_document_get_orientation),
8656         (djvu_document_set_orientation), (djvu_document_get_page_size),
8657         (rotate_pixbuf), (djvu_document_render_pixbuf),
8658         (djvu_document_document_iface_init):
8659         * dvi/dvi-document.c: (dvi_document_get_orientation),
8660         (dvi_document_set_orientation), (dvi_document_get_page_size),
8661         (rotate_pixbuf), (dvi_document_render_pixbuf),
8662         (dvi_document_document_iface_init):
8663         
8664         Dvi and djvu backends are ported to new API
8665
8666 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8667
8668         * backend/ev-selection.c: (ev_selection_get_selection_region),
8669         (ev_selection_get_selection_map):
8670         * backend/ev-selection.h:
8671         * pdf/ev-poppler.cc:
8672         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8673         * shell/ev-jobs.h:
8674         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8675         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8676         (ev_pixbuf_cache_get_text_mapping):
8677         * shell/ev-pixbuf-cache.h:
8678         * shell/ev-view.c: (location_in_text),
8679         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8680         support to EvView.  Now we can see where we can select!  Sweet!
8681
8682 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8683
8684         * shell/ev-view.c (ev_view_button_press_event): Fix
8685         event->y + view->scroll_x typo.
8686
8687 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8688
8689         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8690         sub-GdkPixbuf instead of passing dest_x and dest_y.
8691         
8692         * shell/ev-view.c: (view_point_to_doc_point),
8693         (view_rect_to_doc_rect), (ev_view_button_press_event),
8694         (ev_view_motion_notify_event), (compute_new_selection_rect),
8695         (gdk_rectangle_point_in), (compute_new_selection_text),
8696         (compute_selections): Update selection code to keep the selection
8697         around as two points and not as a normalized rectangle, and fix
8698         page level selection in two-column mode.
8699
8700 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8701
8702         * shell/ev-window.c: (window_configure_event_cb): 
8703         
8704         Fix compilation
8705         
8706 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8707
8708         * pdf/ev-poppler.cc:
8709
8710         Fix compilation
8711
8712 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8713
8714         * shell/Makefile.am:
8715         * shell/ev-metadata-manager.c: (item_free),
8716         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8717         (parse_value), (parseItem), (load_values),
8718         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8719         (save_values), (save_item), (get_oldest), (resize_items),
8720         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8721         * shell/ev-metadata-manager.h:
8722
8723         Metadata manager from gedit but modified to use GValue, so that
8724         we dont need to keep converting from strings.
8725
8726         * configure.ac:
8727
8728         ENABLE_METADATA conditional, on when dbus is on
8729
8730         * shell/ev-application.c: (ev_application_open_uri):
8731
8732         Show the window after load so that we can initialize
8733         window size before it's showed.
8734
8735         * shell/ev-window.c: (ev_window_setup_from_metadata),
8736         (ev_window_open_uri), (window_configure_event_cb),
8737         (ev_window_init):
8738
8739         Save and load metadata information about window size.
8740         Not yet keeping states in account.
8741
8742         * shell/main.c: (main):
8743
8744         Shutdown metadata manager.
8745
8746 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8747
8748         * shell/ev-application-service.xml:
8749         * configure.ac:
8750         * shell/Makefile.am:
8751         * shell/ev-application.c:
8752         * shell/ev-application.h:
8753         * shell/ev-window.c:
8754         * shell/ev-window.h:
8755         * shell/main.c:
8756
8757         Add an optional dbus interface (--enable-dbus).
8758         Rework application code, mainly to be easier to
8759         use "remotely".
8760         Do not open multiple windows with the same document,
8761         spatial evince!
8762
8763 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8764
8765         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8766         pixbuf iff it exists.
8767
8768 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8769
8770         * shell/*:
8771         * backend/ev-render-context.[ch]:
8772         * backend/ev-selection.[ch]:
8773
8774         Massive changes.  We now support text selection of pdfs, and not
8775         just rectangular selection.  This is pretty broken still, but I
8776         want to get something into CVS.
8777
8778 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8779
8780         * pdf/ev-poppler.cc:
8781         
8782         Fix for Bug 309080: crash on window close.
8783         
8784         * shell/ev-page-action.c: (page_changed_cb):
8785         
8786         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8787         jensgr@gmx.net (Jens Granseuer).
8788
8789 2005-06-25  Marcel Telka  <marcel@telka.sk>
8790
8791         * configure.in (ALL_LINGUAS): Added sk.
8792
8793 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8794
8795         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8796         not a document open
8797
8798 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8799
8800         * NEWS:
8801         * configure.ac:
8802
8803         Release 0.3.2
8804
8805         * cut-n-paste/recent-files/Makefile.am:
8806
8807         Fix make distcheck
8808
8809 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8810
8811         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8812         (pixbuf_document_set_orientation), (rotate_pixbuf),
8813         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8814         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8815
8816         Implement rotation and cleanup the code a bit.
8817
8818         * tiff/tiff-document.c: (tiff_document_get_page_size),
8819         (tiff_document_get_orientation), (tiff_document_set_orientation),
8820         (rotate_pixbuf), (tiff_document_render_pixbuf),
8821         (tiff_document_document_iface_init), (tiff_document_init):
8822
8823         Implement rotation. Was the quicker solution for the release
8824         but we really need to share this code in the shell.
8825
8826 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8827
8828         * pdf/ev-poppler.cc:
8829
8830         Enable rotation, require poppler cvs. Fix a leak.
8831
8832 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8833
8834         * shell/ev-window.c: (update_action_sensitivity):
8835         
8836         Make properties unsensitive if document backend doesn't provide
8837         any info
8838
8839 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8840
8841         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8842         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8843         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8844         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8845         (bitmap_flip_rotate_counter_clockwise):
8846         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8847         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8848         (buff_gets):
8849         * dvi/mdvi-lib/common.h:
8850         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8851         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8852         (opendvi), (mdvi_reload), (mdvi_init_context),
8853         (mdvi_destroy_context), (mdvi_dopage), (special):
8854         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8855         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8856         (file_hash_free), (register_encoding), (parse_spec),
8857         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8858         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8859         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8860         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8861         (mdvi_register_font_type), (mdvi_unregister_font_type),
8862         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8863         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8864         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8865         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8866         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8867         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8868         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8869         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8870         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8871         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8872         (mdvi_unregister_special), (mdvi_flush_specials):
8873         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8874         (t1_font_remove):
8875         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8876         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8877         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8878         (free_font_metrics), (flush_font_metrics):
8879         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8880         (tt_font_remove):
8881         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8882         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8883         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8884         (dstring_insert), (dstring_new), (dstring_reset):
8885         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8886         
8887         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8888         avoid conflict with libtool on FC4
8889         
8890         * shell/ev-window.c: (ev_window_cmd_help_about):
8891         
8892         Update copyright year. Fix for bug 308828.
8893
8894 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8895
8896         * shell/ev-view.c: (add_scroll_binding_keypad),
8897         (ev_view_binding_activated), (ev_view_class_init),
8898         (on_adjustment_value_changed):
8899         
8900         Bug 170874: Arrow keys switch pages in presentation mode
8901
8902 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8903
8904         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8905         
8906         Fix for Bug 308265: Sidebar dissappears coming out of 
8907         Presentation mode
8908
8909 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8910
8911         * shell/ev-application.c: (ev_application_open):
8912         * shell/ev-document-types.c: (ev_document_types_add_filters),
8913         (ev_document_types_add_filters_for_type):
8914         * shell/ev-document-types.h:
8915         * shell/ev-window.c: (ev_window_cmd_save_as):
8916         
8917         Suggest basename as template when saving, provide filters
8918         for save dialog. It's bug 308402
8919
8920 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8921
8922         * pdf/ev-poppler.cc:
8923         * shell/ev-sidebar-links.c: (job_finished_callback):
8924         * shell/ev-view.c: (update_find_status_message):
8925         
8926         Some leaks fixed
8927
8928 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8929
8930         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8931         (egg_recent_view_uimanager_set_list):
8932
8933         Fix buglet in !show_numbers case.
8934
8935 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8936
8937         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8938         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8939
8940         Use pango ellipsisation.
8941
8942         * pdf/ev-poppler.cc:
8943
8944         Fix refcount leak, from nsh.
8945
8946 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8947
8948         * cut-n-paste/recent-files/Makefile.am:
8949         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8950         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8951         
8952         Removed EggRecentViewGtk
8953         
8954         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8955         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8956         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8957         (ev_window_setup_recent):
8958         
8959         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8960         with other projects
8961
8962 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8963
8964         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8965         (egg_recent_view_gtk_finalize):
8966
8967         Fix memory leak
8968
8969         * cut-n-paste/toolbar-editor/Makefile.am:
8970         
8971         Fix location of cursor icon.
8972         
8973         * pdf/ev-poppler.cc:
8974         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8975         (display_completion_text), (match_completion):
8976         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8977         (selection_changed_callback), (create_loading_model),
8978         (print_section_cb), (links_page_num_func),
8979         (update_page_callback_foreach):
8980         * shell/ev-window.c: (ev_window_dispose):
8981         
8982         Small memory fixes. Links model now store objects instead
8983         of pointers to improve memory management. 
8984
8985 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8986
8987         * shell/ev-window.c: (zoom_control_changed_cb):
8988         
8989         Fix update of zoom control (bug 308268).
8990
8991 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8992
8993         * shell/ev-properties.c (set_property): escape the text correctly.
8994         Handles non-UTF-8 properties and escaped properties.  Also, sets
8995         the text to "<i>None</i>" if the property isn't set.
8996
8997         * data/evince-properties.glade: Change the label to be ellipsized,
8998         and give it a minimum size.
8999
9000 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9001
9002         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9003         * shell/ev-sidebar-links.c: (create_loading_model):
9004         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9005         * shell/ev-view.c: (ev_view_set_document):
9006         * shell/ev-window.c: (ev_window_dispose):
9007         
9008         Various small fixes, mostly memory leaks. Thanks to valgrind.
9009
9010 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9011
9012         * ps/ps-document.c: remove the locale.h include again ;-). And
9013         kill the (bogus) setlocale/savelocale business.
9014
9015 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9016
9017         * ps/ps-document.c:
9018         
9019         Include locale.h to fix build
9020         
9021         * shell/ev-sidebar.c:
9022         
9023         Remove unnecessary includes
9024
9025 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9026
9027         * dvi/dvi-document.c: (dvi_document_load):
9028         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9029         * po/POTFILES.in:
9030         
9031         Check for incorrect dvi files. Fix parsing dvi on AMD64
9032         platform. Thanks to tester@tester.ca (Olivier Crete).
9033
9034 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9035
9036         * shell/ev-page-action.c: (match_selected_cb),
9037         (display_completion_text), (match_completion), (update_model):
9038         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9039         (expand_open_links):
9040         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9041         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9042         (ev_sidebar_set_document):
9043         * shell/ev-window.c: (ev_window_xfer_job_cb),
9044         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9045         
9046         Fixed lot's of memory leaks, for example, memory leak on reload, 
9047         described in bug 307793.
9048
9049 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9050
9051         * pdf/ev-poppler.cc:
9052         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9053         (update_visible_range), (adjustment_changed_cb),
9054         (ev_sidebar_thumbnails_fill_model),
9055         (ev_sidebar_thumbnails_refresh),
9056         (ev_sidebar_tree_selection_changed),
9057         (ev_sidebar_icon_selection_changed),
9058         (ev_sidebar_thumbnails_use_icon_view),
9059         (ev_sidebar_thumbnails_set_document):
9060         * shell/ev-sidebar-thumbnails.h:
9061         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9062         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9063
9064         Refresh thumbnails when changing orientation. Not fully
9065         working yet becuase of a sidebar bug.
9066
9067         Set page orientation to poppler page everywhere. This sucks
9068         really need to fix poppler.
9069
9070 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9071
9072         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9073         (egg_recent_view_gtk_new_menu_item),
9074         (egg_recent_view_gtk_set_property),
9075         (egg_recent_view_gtk_get_property),
9076         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9077         (egg_recent_view_gtk_set_tooltip_func),
9078         (egg_recent_view_gtk_set_label_width),
9079         (egg_recent_view_gtk_get_label_width):
9080         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9081
9082         Sync with libegg (ellipsize labels)
9083
9084 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9085
9086         * data/evince-ui.xml:
9087         * shell/ev-window.c: (ev_window_cmd_go_forward),
9088         (ev_window_cmd_go_backward):
9089         
9090         Shift + PageUp moves 10 Pages. Fix for 306125
9091
9092 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9093
9094         * pdf/ev-poppler.cc:
9095
9096         Add a flag to check if orientation has been overriden
9097
9098 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9099
9100         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9101         field if necessary.
9102
9103         * ps/ps.h: add creator field to document.
9104
9105         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9106         set creator field.
9107
9108 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9109
9110         * data/evince-properties.glade:
9111         * shell/ev-properties.c: (ev_properties_set_document):
9112
9113         s/PDF Version/Format
9114
9115 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9116
9117         * shell/ev-properties.c: (ev_properties_set_document):
9118
9119         Remove unnecessary translations
9120
9121 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9122
9123         * cut-n-paste/toolbar-editor/Makefile.am:
9124
9125         Correct library name    
9126
9127 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9128
9129         * configure.ac:
9130         * cut-n-paste/recent-files/egg-recent-model.c:
9131         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9132         (egg_recent_model_unlock_file):
9133         * cut-n-paste/recent-files/egg-recent-util.c:
9134         (egg_recent_util_get_unique_id):
9135         * cut-n-paste/recent-files/update-from-egg.sh:
9136         * cut-n-paste/toolbar-editor/Makefile.am:
9137         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9138         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9139         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9140         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9141         (egg_toolbars_model_get_type):
9142         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9143
9144         Better makefile for toolbar editor and update everything
9145         to latest libegg.
9146
9147 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9148
9149         * shell/ev-window.c: (update_document_mode):
9150
9151         Prefer presentation mode when the document
9152         require fullscreen.
9153
9154 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9155
9156         * data/evince-ui.xml:
9157         * shell/ev-window.c:
9158
9159         Add control-equal for zooming
9160
9161 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9162
9163         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9164
9165 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9166
9167         * backend/ev-document.c: (ev_document_get_orientation):
9168         * backend/ev-document.h:
9169         * pdf/ev-poppler.cc:
9170         * ps/ps-document.c: (ps_document_get_orientation),
9171         (ps_document_set_orientation), (ps_document_document_iface_init):
9172
9173         Add a get_orientation api. Improve set_orientation.
9174
9175         * data/evince-ui.xml:
9176         * shell/ev-view.c: (ev_view_set_orientation),
9177         (ev_view_rotate_right), (ev_view_rotate_left):
9178         * shell/ev-view.h:
9179         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9180         (ev_window_cmd_edit_rotate_right):
9181
9182         Better ui for changing document orientation
9183
9184 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9185
9186         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9187         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9188         * shell/ev-sidebar-links.h:
9189         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9190         (ev_sidebar_page_iface_init):
9191         * shell/ev-sidebar-page.h:
9192         * shell/ev-sidebar-thumbnails.c:
9193         (ev_sidebar_thumbnails_get_property),
9194         (ev_sidebar_thumbnails_class_init),
9195         (ev_sidebar_thumbnails_set_document):
9196         * shell/ev-sidebar-thumbnails.h:
9197         * shell/ev-view.c: (ev_view_motion_notify_event):
9198         * shell/ev-window.c: (update_chrome_visibility),
9199         (ev_window_cmd_focus_page_selector),
9200         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9201         (sidebar_page_main_widget_update_cb), (ev_window_init):
9202         
9203         Autoraise toolbar on GoToPage binding and fix bindings in
9204         EvSidebarThumbnails page.
9205
9206 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9207
9208         * shell/ev-properties.c: (update_progress_label):
9209
9210         Hide the progress label when finished; bug #307697.
9211
9212 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9213
9214         * pdf/ev-poppler.cc:
9215
9216         Enable is_open for links, you will need poppler cvs
9217
9218         * shell/ev-properties.c: (job_fonts_finished_cb):
9219
9220         Get a lock on the document when filling the tree view
9221
9222 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9223
9224         * backend/ev-document-links.h:
9225         * pdf/ev-poppler.cc:
9226         * shell/ev-sidebar-links.c: (create_loading_model),
9227         (expand_open_links), (job_finished_callback):
9228
9229         Expand links when specified by the document.
9230         Depend on a poppler api (defined out for now)
9231
9232 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9233
9234         * shell/ev-properties.c: (ev_properties_dispose),
9235         (ev_properties_class_init), (dialog_destroy_cb),
9236         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9237         (ev_properties_set_document), (ev_properties_new),
9238         (ev_properties_show):
9239         * shell/ev-properties.h:
9240
9241         Make it an object, cleanup the code, api to show it as transient
9242         and to set the document.
9243
9244         * shell/ev-window.c: (ev_window_setup_document),
9245         (ev_window_cmd_file_properties):
9246
9247         Adapt to EvProperties changes, do not show multiple
9248         times, update it when document changes.
9249
9250 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9251
9252         * ps/gstypes.h:
9253         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9254         (ps_document_set_orientation), (ps_document_document_iface_init):
9255         * ps/ps-document.h:
9256
9257         Implement orientation here too
9258
9259         * shell/ev-properties.c: (ev_properties_new):
9260         * data/evince-properties.glade:
9261
9262         Hide the fonts page for backends that doesnt
9263         support it.     
9264
9265 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9266
9267         * backend/ev-document.c: (ev_document_set_orientation):
9268         * backend/ev-document.h:
9269         * pdf/ev-poppler.cc:
9270
9271         Add orientation api. Currently poppler api is not optimal,
9272         we need to set orientation every time we _get a page.
9273         I will try to fix that at some point.
9274
9275         * data/evince-ui.xml:
9276         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9277         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9278
9279         Add orientation menu items
9280
9281         * shell/ev-page-cache.c: (ev_page_cache_clear):
9282         * shell/ev-page-cache.h:
9283
9284         Add api to clear the cache
9285
9286         * shell/ev-view.c: (setup_caches), (clear_caches),
9287         (ev_view_set_document), (ev_view_zoom_out),
9288         (ev_view_set_orientation):
9289         * shell/ev-view.h:
9290
9291         Implement orientation changing
9292
9293 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9294
9295         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9296         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9297         * backend/ev-document-fonts.h:
9298
9299         Separate scan and fill so that we can incrementally fill from
9300         the main thread. Add a progress api.
9301
9302         * data/evince-properties.glade:
9303         * pdf/ev-poppler.cc:
9304         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9305         * shell/ev-jobs.h:
9306         * shell/ev-properties.c: (update_progress_label),
9307         (job_fonts_finished_cb), (setup_fonts_view):
9308
9309         Incrementally feel the list and show the progress
9310         percentage in a label like acrobat does.
9311
9312         You are going to need poppler cvs
9313
9314 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9315
9316         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9317         * backend/ev-document-fonts.h:
9318         * pdf/ev-poppler.cc:
9319
9320         Make fonts model fill incrementally.
9321
9322         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9323         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9324         (ev_job_queue_remove_job):
9325         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9326         (ev_job_fonts_new), (ev_job_fonts_run):
9327         * shell/ev-jobs.h:
9328
9329         New job for fonts scanning
9330
9331         * shell/ev-properties.c: (job_fonts_finished_cb),
9332         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9333         * shell/ev-properties.h:
9334         * shell/ev-window.c: (ev_window_cmd_file_properties):
9335
9336         Incrementally feel the treeview using the new job. Show Loading...
9337         message until scanning is completed.
9338
9339         Hopefully I didnt break the build without the poppler patch.
9340
9341 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9342
9343         * shell/ev-application.c: (ev_application_open):
9344         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9345         (ev_document_type_get_type), (ev_document_type_lookup):
9346         * shell/ev-document-types.h:
9347         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9348         * shell/ev-job-xfer.h:
9349         * shell/ev-window.c: (ev_window_clear_local_uri),
9350         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9351         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9352         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9353         
9354         Transfer remote documents to tmp directory to display them later.
9355
9356 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9357
9358         * backend/ev-document-info.h:
9359         * shell/ev-properties.c: (ev_properties_new):
9360
9361         s/GTime*/GTime. Not sure why we was using a pointer
9362         at all there!
9363
9364 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9365
9366         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9367         situations.  That situation is that you're using GTK+-HEAD with
9368         the patch at #306726 is applied, and you have a document with <
9369         1500 pages in it.  It's not quite as uniformly nice as the
9370         TreeView, but should be better in the long run.
9371
9372         I'm pretty sure I guarded against breaking compilation with
9373         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9374         I missed some.
9375
9376         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9377         widget yet, so I commented that code out
9378         enable_view_actions_for_widget() for now.  Need to figure this
9379         out.
9380
9381         * shell/ev-page-action.c (match_selected_cb): emit the right
9382         signals.  Our cool C-l completion now works.
9383
9384 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9385
9386         * backend/Makefile.am:
9387         * backend/ev-document-fonts.c:
9388         * backend/ev-document-links.c:
9389         * backend/ev-document.c: (ev_document_load):
9390         * backend/ev-document.h:
9391         * backend/ev-job-queue.c:
9392         * backend/ev-job-queue.h:
9393         * backend/ev-jobs.c:
9394         * backend/ev-jobs.h:
9395         * backend/ev-page-cache.c:
9396         * backend/ev-page-cache.h:
9397
9398         EvPageCache and EvJobs are moved to shell.
9399
9400         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9401         (ev_tmp_filename):
9402         * lib/ev-file-helpers.h:
9403         
9404         New helper to work with temporary files
9405         
9406         * shell/Makefile.am:
9407         * shell/ev-application.c: (ev_application_open):
9408         * shell/ev-application.h:
9409         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9410         (remove_job_from_async_queue), (add_job_to_async_queue),
9411         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9412         (handle_job), (search_for_jobs_unlocked),
9413         (no_jobs_available_unlocked), (ev_render_thread),
9414         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9415         (ev_job_queue_add_job), (move_job_async), (move_job),
9416         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9417         * shell/ev-job-queue.h:
9418         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9419         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9420         * shell/ev-job-xfer.h:
9421         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9422         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9423         (ev_job_links_class_init), (ev_job_render_init),
9424         (ev_job_render_dispose), (ev_job_render_class_init),
9425         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9426         (ev_job_thumbnail_class_init), (ev_job_load_init),
9427         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9428         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9429         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9430         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9431         * shell/ev-jobs.h:
9432         * shell/ev-page-action.c: (ev_page_action_set_document):
9433         * shell/ev-page-cache.c: (ev_page_cache_init),
9434         (ev_page_cache_class_init), (ev_page_cache_finalize),
9435         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9436         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9437         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9438         (ev_page_cache_get_title), (ev_page_cache_get_size),
9439         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9440         (ev_page_cache_get_height_to_page),
9441         (ev_page_cache_get_max_label_chars),
9442         (ev_page_cache_get_page_label),
9443         (ev_page_cache_has_nonnumeric_page_labels),
9444         (ev_page_cache_get_info), (ev_page_cache_next_page),
9445         (ev_page_cache_prev_page), (ev_page_cache_get):
9446         * shell/ev-page-cache.h:
9447         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9448         (ev_pixbuf_cache_clear_job_sizes),
9449         (ev_pixbuf_cache_add_jobs_if_needed),
9450         (ev_pixbuf_cache_set_page_range):
9451         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9452         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9453         * shell/ev-sidebar-thumbnails.c:
9454         (ev_sidebar_tree_selection_changed),
9455         (ev_sidebar_thumbnails_set_document):
9456         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9457         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9458         (ev_statusbar_get_context_id), (ev_statusbar_push),
9459         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9460         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9461         (ev_statusbar_set_progress):
9462         * shell/ev-statusbar.h:
9463         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9464         (ev_view_find_previous):
9465         * shell/ev-window.c: (ev_window_is_empty),
9466         (ev_window_setup_document), (password_dialog_response),
9467         (ev_window_clear_jobs), (ev_window_load_job_cb),
9468         (ev_window_xfer_job_cb), (ev_window_open_uri),
9469         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9470         (ev_window_print), (ev_window_print_range),
9471         (ev_window_state_event), (ev_window_cmd_view_reload),
9472         (menu_item_select_cb), (menu_item_deselect_cb),
9473         (view_status_changed_cb), (ev_window_dispose),
9474         (drag_data_received_cb), (ev_window_init):
9475         * shell/ev-window.h:
9476         * shell/main.c: (load_files):
9477         
9478         New statusbar to show progress on idle. Two new jobs - 
9479         xfer job and load job to load document in background. And update
9480         of page_cache clients to new location of code.
9481
9482 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9483
9484         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9485         selection in open dialog. It also remembers the last visited directory 
9486         in the current session.
9487
9488 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9489
9490         * shell/ev-properties.c: (ev_properties_new):
9491         * shell/ev-properties.h:
9492         * shell/ev-window.c: (ev_window_cmd_file_properties):
9493         
9494         Get document info from page cache instead of document itself.
9495         This should fix crash related to race conditions described in
9496         bug 306545.
9497
9498 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9499
9500         * ps/ps-document.c: (ps_document_init),
9501         (send_ps), (get_page_box), (output), (catchPipe), (input),
9502         (stop_interpreter), (file_length), (file_readable),
9503         (check_filecompressedb), (ps_document_enable_interpreter),
9504         (document_load), (ps_async_renderer_render_pixbuf):
9505         * ps/ps-document.h:
9506
9507         Big cleanup of the ps code
9508
9509 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9510
9511         * backend/Makefile.am:
9512         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9513         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9514         * backend/ev-async-renderer.h:
9515
9516         Add an async renderer interface (method + callback) which
9517         is useful for backends like ps.
9518
9519         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9520         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9521         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9522         (ev_job_queue_add_job), (move_job_async), (move_job),
9523         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9524
9525         Add queues for async renderer, these are executed on the
9526         main thread.
9527
9528         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9529         (ev_job_render_run):
9530         * backend/ev-jobs.h:
9531
9532         If the backend support async renderer interface use it.
9533
9534         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9535         (setup_pixmap), (ps_document_get_type),
9536         (ps_async_renderer_render_pixbuf),
9537         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9538
9539         Implement async renderer interface.
9540
9541 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9542
9543         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9544
9545         Cleanup links job on exit.
9546
9547 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9548
9549         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9550         (drag_data_get_cb), (drag_data_received_cb):
9551         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9552         (drag_data_get_cb), (parse_item_list),
9553         (egg_toolbar_editor_load_actions):
9554         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9555         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9556         (parse_item_list), (parse_toolbars):
9557         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9558         (dvi_pixbuf_put_pixel):
9559         
9560         Fix gcc 4.0 warnings
9561
9562 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9563
9564         * ps/ps-document.c: (start_interpreter):
9565
9566         Fix warning when loading ps
9567
9568 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9569
9570         * ps/ps-document.c: (output):
9571
9572         Fix crash when priting gs error messages.
9573
9574 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9575
9576         * backend/ev-page-cache.c: (_ev_page_cache_new):
9577         * backend/ev-page-cache.h:
9578
9579         Use a const to return title so that we dont double
9580         free it. Small cleanup and fix a leak.
9581
9582         * shell/ev-window.c: (update_window_title):
9583
9584         strdup value from get_title.
9585
9586 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9587
9588         * shell/ev-sidebar-links.c: (job_finished_callback),
9589         (ev_sidebar_links_set_document):
9590
9591         Cleanup the old job when changing document
9592
9593 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9594
9595         * shell/ev-stock-icons.c:
9596         * shell/ev-stock-icons.h:
9597         * shell/ev-window.c:
9598         
9599         Add stock icons for actions that can appear in toolbar. Fix for
9600         bug 306566.
9601
9602 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9603
9604         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9605         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9606         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9607         * backend/ev-page-cache.h:
9608         * shell/ev-view.c: (scroll_to_current_page),
9609         (view_update_range_and_current_page), (get_page_y_offset),
9610         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9611         (ev_view_size_request_continuous),
9612         (ev_view_zoom_for_size_continuous_and_dual_page),
9613         (ev_view_zoom_for_size_continuous):
9614         
9615         More compact EvView layout in document with pages of different size.
9616
9617 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9618
9619         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9620         compilation.
9621
9622 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9623
9624         * shell/ev-view.c: (view_set_adjustment_values):
9625         * shell/ev-window.c: (ev_window_cmd_file_properties):
9626         
9627         A bit different fix for rounding problem but it has no
9628         problems on startup. Make properties window transient to parent.
9629
9630 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9631
9632         * pdf/ev-poppler.cc:
9633         
9634         More commenting of font stuff.
9635
9636 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9637
9638         * pdf/ev-poppler.cc:
9639
9640         Comment out some more fonts stuff. Should really
9641         work without the poppler patch now.
9642
9643 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9644
9645         * pdf/ev-poppler.cc:
9646
9647         Adapt to api change
9648
9649 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9650
9651         * data/evince-properties.glade:
9652         * pdf/ev-poppler.cc:
9653         * shell/ev-properties.c: (setup_fonts_view):
9654
9655         Set the column title. Show the dialog only
9656         once everything is setup.
9657         Getting font info can be very slow... will
9658         prolly need to make this threaded too.
9659
9660 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9661
9662         * backend/Makefile.am:
9663         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9664         (ev_document_fonts_get_fonts_model):
9665         * backend/ev-document-fonts.h:
9666         * data/evince-properties.glade:
9667         * pdf/ev-poppler.cc:
9668         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9669         * shell/ev-properties.h:
9670         * shell/ev-window.c: (ev_window_cmd_file_properties):
9671
9672         Implement fonts list. Defined out for now, since it depends
9673         on a not yet committed poppler patch.
9674
9675 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9676
9677         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9678         page + 1.
9679
9680         * shell/ev-window.c: Make sure we add the timeout when we get a
9681         focus-in event.
9682
9683         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9684         adjustment->value before calculating the zoom factor to average
9685         out all of our rounding errors.  The page no longer 'drifts' when
9686         resizing.
9687
9688 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9689
9690         * data/evince-properties.glade:
9691         * shell/ev-properties.c: (ev_properties_format_date),
9692         (set_property):
9693         
9694         Labels don't expand when the dialogue is resized.
9695         strftime result needs to be converted to UTF-8. Thanks
9696         to Christian Persch <chpe@gnome.org>.
9697
9698 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9699
9700         * data/evince-properties.glade:
9701
9702         Hide the fonts tab
9703
9704 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9705
9706         * backend/ev-document-info.h:
9707         * backend/ev-document.c: (ev_document_info_free):
9708         * data/evince-properties.glade:
9709         * pdf/ev-poppler.cc:
9710         * ps/ps-document.c: (ps_document_get_info):
9711         * shell/ev-properties.c: (ev_properties_format_date),
9712         (set_property), (ev_properties_new):
9713         * shell/ev-properties.h:
9714         * shell/ev-window.c: (ev_window_cmd_file_properties):
9715
9716         Rework properties code to take only EvPropertyInfo
9717         in the constructor so that it can be useful for
9718         nautilus plugin too.
9719
9720         Deal with backends that doesnt support some properties.
9721         Make set property code generic.
9722
9723 2005-06-04  Christian Persch <chpe@gnome.org>
9724
9725         * data/evince-properties.glade:
9726
9727         fix spacings, make resizeable, and make data labels
9728         selectable + ellipsised
9729
9730 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9731
9732         * backend/ev-document-info.h:
9733         * data/Makefile.am:
9734         * data/evince-ui.xml:
9735         * pdf/ev-poppler.cc:
9736         * shell/Makefile.am:
9737         * shell/ev-window.c: (update_action_sensitivity),
9738         (ev_window_cmd_file_properties):
9739
9740         Initial go at file properties. Patch by
9741         Emil Soleyman-Zomalan <emil@soleyman.com>.
9742         Needs love see #169583
9743
9744 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9745
9746         * ps/ps-document.c: (output):
9747         * ps/ps.c: (psscan):
9748
9749         Try to render even if psscan fails.
9750
9751 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9752
9753         * ps/ps.c: (psscan), (pscopydoc):
9754
9755         Port buffered reading code from gv
9756
9757 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9758
9759         * ps/ps-document.c: (interpreter_message), (output):
9760
9761         Do not fail on interpreter messages
9762
9763 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9764
9765         * backend/ev-document-misc.c:
9766         (ev_document_misc_get_thumbnail_frame):
9767
9768         Pages can be 0 x 0, dont assert on this case
9769
9770 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9771
9772         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9773         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9774
9775         Correctly manage our reference on document. Finally the reload
9776         huge leak is gone...
9777
9778 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9779
9780         * ps/ps-document.c: (ps_document_dispose):
9781
9782         Forgot to chain it to the parent. Thanks chpe.
9783
9784 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9785
9786         * ps/ps-document.c: (ps_document_dispose),
9787         (ps_document_class_init), (stop_interpreter), (document_load):
9788
9789         Cleanup dispose a bit. Dont leak the whole pixmap.
9790
9791 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9792
9793         * pdf/ev-poppler.cc:
9794
9795         Release the poppler document on dispose
9796
9797 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9798
9799         * shell/ev-view.c: (ev_view_set_document):
9800
9801         Release ref on the pixbuf cache when changing
9802         document.
9803
9804 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9805
9806         * ps/ps-document.c: (ps_document_get_info):
9807
9808         Fix a double free
9809
9810 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9811
9812         * backend/ev-page-cache.c: (ev_page_cache_init),
9813         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9814         * backend/ev-page-cache.h:
9815         * shell/ev-page-action.c: (page_changed_cb):
9816         
9817         Set page action entry width depending on labels width. Fix
9818         for bug 305202.
9819
9820 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9821
9822         * backend/ev-link.c: (ev_link_class_init):
9823
9824         Allow -1 as page value (error)
9825
9826 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9827
9828         * shell/ev-sidebar-thumbnails.c:
9829         (ev_sidebar_thumbnails_set_document):
9830         * shell/ev-view.c: (scroll_to_current_page),
9831         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9832         (page_changed_cb), (on_adjustment_value_changed),
9833         (ev_view_set_document):
9834
9835         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9836         Fix bug 305377
9837
9838 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9839
9840         * configure.ac:
9841         * djvu/djvu-document.c: (djvu_document_get_page_size):
9842
9843         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9844         bug 301993.
9845
9846 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9847
9848         * shell/ev-view.c (draw_one_page): modify the expose handling to
9849         get the shadows.
9850
9851         * shell/ev-window.c (update_action_sensitivity): Respect
9852         permissions field.  Kowtow to the man.
9853
9854         * pdf/ev-poppler.cc: Get the permissions field.
9855
9856         * tiff/*c: Make a tiny bit more robust.
9857
9858 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9859
9860         * djvu/djvu-document.c:
9861         
9862         Pop messages from djvu context message queue.
9863
9864 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9865
9866         * configure.ac, Makefile.am, shell/Makefile.am:
9867         * tiff/Makefile.am, shell/ev-document-types.c:
9868         
9869         Cleanup tiff configure checks. Fix for bug 305218.
9870
9871 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9872
9873         * configure.ac: Added "uk" to ALL_LINGUAS.
9874
9875 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9876
9877         * cut-n-paste/zoom-control/ephy-zoom.c:
9878         (ephy_zoom_get_changed_zoom_level):
9879         * cut-n-paste/zoom-control/ephy-zoom.h:
9880         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9881         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9882         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9883         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9884         (zoom_control_changed_cb), (ev_window_init):
9885         
9886         Fix minor points related to moving best fit up. Introduce
9887         "zoom" property and make zoom control change it's value on
9888         notify::zoom signals. Fix for 305080.
9889
9890 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9891
9892         * data/evince-ui.xml:
9893         * shell/ev-window.c: (set_view_actions_sensitivity):
9894         
9895         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9896
9897 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9898
9899         * configure.ac:
9900
9901         Depends on poppler 0.3.2
9902
9903 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9904
9905         * cut-n-paste/recent-files/egg-recent-item.c:
9906         (egg_recent_item_get_short_name):
9907         * cut-n-paste/toolbar-editor/Makefile.am:
9908         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9909         (new_pixbuf_from_widget):
9910         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9911         * cut-n-paste/toolbar-editor/egg-marshal.c:
9912         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9913         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9914
9915         Sync
9916
9917 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9918
9919         * tiff/tiff-document.c: Rough TIFF backend.
9920
9921 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9922
9923         * NEWS:
9924         * configure.ac:
9925         * cut-n-paste/toolbar-editor/Makefile.am:
9926
9927         Release 0.3.1
9928
9929 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9930
9931         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9932         (ev_view_find_next), (ev_view_find_previous):
9933
9934         Remove the locks around get_n_results   
9935
9936 2005-05-21  Juerg Billeter  <j@bitron.ch>
9937
9938         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9939
9940         Pass correct number of pages to poppler.
9941
9942 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9943
9944         * configure.ac:
9945         * data/Makefile.am:
9946         * data/evince.desktop.in: 
9947         * data/evince.desktop.in.in:
9948         * po/POTFILES.in:
9949         
9950         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9951
9952 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9953
9954         * shell/ev-view.c: (view_update_adjustments),
9955         (view_set_adjustment_values): cast adjustmen->value to (int)
9956         before using it.  Otherwise, we get off by a pixel in some
9957         situations.
9958
9959         (draw_one_page): Draw the border on expose.
9960
9961 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9962
9963         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9964         adjustment when the mode changes, #304923
9965
9966 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9967
9968         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9969         flickering on resize but still use gdk_window_scroll on
9970         scrolling
9971
9972 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9973
9974         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9975         option, #170458
9976
9977 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9978
9979         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9980         second page on page_changed if possible, #304669
9981
9982 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9983
9984         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9985         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9986
9987 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9988
9989         * .cvsignore:
9990         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9991         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9992         (ev_view_zoom_for_size_presentation),
9993         (ev_view_zoom_for_size_continuous_and_dual_page),
9994         (ev_view_zoom_for_size_continuous),
9995         (ev_view_zoom_for_size_dual_page),
9996         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9997         * shell/ev-view.h:
9998         * shell/ev-window.c: (update_view_size),
9999         (ev_window_sizing_mode_changed_cb):
10000
10001         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10002         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10003         an infinite loop, #304769
10004
10005
10006 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10007
10008         * data/evince-ui.xml:
10009         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10010         * shell/ev-window.c: (set_view_actions_sensitivity):
10011
10012         Make PgUp/Down behave like Space
10013
10014 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10015
10016         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10017         * backend/ev-ps-exporter.h:
10018         * pdf/ev-poppler.cc:
10019         * ps/ps-document.c: (ps_document_ps_export_begin):
10020         * shell/ev-print-job.c: (idle_print_handler):
10021
10022         Adapt to new poppler api
10023
10024 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10025
10026         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10027         (ephy_zoom_control_init):
10028
10029         Translate zoom levels
10030
10031 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10032
10033         * cut-n-paste/zoom-control/ephy-zoom.c:
10034         (ephy_zoom_get_zoom_level_index):
10035
10036         Fix current zoom -> zoom control match
10037
10038 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10039
10040         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10041         rather than the scrolled_window that it's in. Fixes bug #304655.
10042
10043 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10044
10045         * shell/ev-view.c: (view_update_adjustments),
10046         (view_set_adjustment_values), (view_update_range_and_current_page),
10047         (view_scroll_to_page), (set_scroll_adjustment),
10048         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10049         (ev_view_scroll), (ev_view_scroll_view),
10050         (ensure_rectangle_is_visible), (find_page_at_location),
10051         (get_link_at_location), (go_to_link), (status_message_from_link),
10052         (ev_view_size_request_continuous_dual_page),
10053         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10054         (ev_view_unrealize), (ev_view_expose_event),
10055         (ev_view_button_press_event), (ev_view_motion_notify_event),
10056         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10057         (draw_rubberband), (highlight_find_results), (draw_one_page),
10058         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10059         (ev_view_init), (find_changed_cb), (page_changed_cb),
10060         (on_adjustment_value_changed), (ev_view_new),
10061         (ev_view_set_document), (ev_view_set_zoom),
10062         (ev_view_set_continuous), (ev_view_set_dual_page),
10063         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10064         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10065         (ev_view_zoom_for_size_presentation),
10066         (ev_view_zoom_for_size_continuous_dual_page),
10067         (ev_view_zoom_for_size_continuous),
10068         (ev_view_zoom_for_size_dual_page),
10069         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10070         (ev_view_get_status), (ev_view_set_status),
10071         (update_find_status_message), (ev_view_get_find_status),
10072         (ev_view_set_find_status), (jump_to_find_result),
10073         (jump_to_find_page), (compute_selections), (clear_selection),
10074         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10075         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10076         (ev_view_update_primary_selection),
10077         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10078         * shell/ev-view.h:
10079         * shell/ev-window.c: (ev_window_open_page_label),
10080         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10081         (ev_window_init):
10082         * shell/ev-window.h:
10083         * shell/main.c: (load_files):
10084
10085         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10086         when resizing.  Remove the bin_window().  Also, patch from James
10087         Bowes to fix command line page, #300641
10088         
10089 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10090
10091         * data/evince-ui.xml:
10092         * shell/ev-view.c:
10093         * shell/ev-view.h:
10094         * shell/ev-window.c: (update_action_sensitivity):
10095
10096         Get rid of View->Normal Size, it's just confusing
10097
10098 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10099
10100         * backend/ev-document-info.h:
10101         * backend/ev-document.c: (ev_document_info_free): Free the
10102         EvDocumentInfo.
10103
10104         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10105         (clear_range), (add_range), (update_visible_range),
10106         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10107         (ev_sidebar_thumbnails_set_document):
10108         * shell/ev-window.c: (ev_window_setup_document): Only render the
10109         visible thumbnails.  It takes an instant to render, but it uses
10110         much less memory.
10111
10112 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10113
10114         * shell/ev-sidebar-links.c: (popup_menu_cb):
10115
10116         Select first item
10117
10118 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10119
10120         * lib/Makefile.am:
10121         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10122         (button_press_cb), (ev_sidebar_links_construct):
10123
10124         Show the popup menu also on keybindings
10125
10126 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10127
10128         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10129         * shell/ev-window.h:
10130
10131         Expose api to print a range (with dialog). Make private _print use
10132         it.
10133
10134         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10135         (ev_sidebar_links_construct):
10136
10137         Show a print context menu on linkx, it prints the selected
10138         section.
10139
10140 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10141
10142         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10143         button.
10144
10145 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10146
10147         * AUTHORS:
10148
10149         Update
10150
10151         * shell/ev-window.c: (build_comments_string),
10152         (ev_window_cmd_help_about):
10153
10154         Show poppler version/backend and authors
10155
10156 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10157
10158         * cut-n-paste/zoom-control/ephy-zoom.c:
10159         (ephy_zoom_get_zoom_level_index):
10160         * cut-n-paste/zoom-control/ephy-zoom.h:
10161
10162         Move the best fit items at the top of the list
10163
10164 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10165
10166         * shell/ev-marshal.list:
10167         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10168         (activate_cb), (match_selected_cb), (activate_link_cb),
10169         (connect_proxy), (ev_page_action_class_init):
10170         * shell/ev-page-action.h:
10171
10172         Use signals to notify action activation. Hopefully
10173         I did not break completion since I cant test...
10174
10175         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10176         (register_custom_actions):
10177
10178         Connect to page selector actions and also grab focus on
10179         the view when activated.
10180
10181 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10182
10183         * pdf/ev-poppler.cc:
10184         * backend/ev-page-cache.c: make page size calculation consistent
10185         and set it to (int)( width * scale + 0.5).  This makes the weird
10186         line going through the middle of the page go away.
10187
10188         * shell/ev-view.c: move painting the background page after
10189         checking the expose area covers us.
10190
10191 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10192
10193         * data/evince-password.glade:
10194         
10195         Mark labels as not translatable. Fix for bug 302842.
10196
10197 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10198
10199         * configure.ac: Added "es" to ALL_LINGUAS.
10200
10201 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10202
10203         * data/evince-toolbar.xml:
10204         * shell/ev-window.c: (update_action_sensitivity),
10205         (ev_window_setup_document), (ev_window_set_page_mode),
10206         (ev_window_init):
10207
10208         Remove some leftover code from jrb first continous
10209         attempt. Use the new actions, we still need good icons
10210         though...
10211
10212 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10213
10214         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10215
10216         Update label when connecting proxy. Fix a warning with NULL
10217         page_cache.
10218
10219 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10220
10221         * data/evince-ui.xml:
10222         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10223         * shell/ev-page-action.h:
10224         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10225
10226         Add mnemonic for edit toolbar.
10227         ctrl+l focus the page entry.
10228
10229 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10230
10231         * lib/Makefile.am:
10232         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10233         (ev_window_init):
10234         * shell/main.c: (main):
10235
10236         Put the toolbar xml in evince own dot dir
10237
10238 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10239
10240         * shell/ev-window.c: (ev_window_init):
10241
10242         Make the toolbar not removable
10243
10244 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10245
10246         * data/evince-ui.xml:
10247         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10248         * shell/ev-sidebar-links.h:
10249         * shell/ev-sidebar-thumbnails.c:
10250         (ev_sidebar_thumbnails_get_treeview):
10251         * shell/ev-sidebar-thumbnails.h:
10252         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10253         (ev_view_class_init):
10254         * shell/ev-view.h:
10255         * shell/ev-window.c: (update_action_sensitivity),
10256         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10257         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10258         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10259         (ev_window_init):
10260
10261         This is evil... Make space/backspace global accelerators but
10262         enable them only for some widgets (sidebars and view).
10263         I dont like it, but I dont know a better way... :/
10264
10265 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10266
10267         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10268         (ev_page_action_widget_finalize),
10269         (ev_page_action_widget_class_init), (update_page_cache):
10270
10271         Keep a weak reference on proxy->page_cache so that we
10272         dont try to disconnect the signal if the object is already
10273         gone. Maybe there is a better way to cleanup reference handling
10274         in page action though...
10275
10276 2005-05-10  Juerg Billeter  <j@bitron.ch>
10277
10278         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10279         * backend/ev-ps-exporter.h:
10280         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10281         * ps/ps-document.c: (ps_document_ps_export_begin):
10282         
10283         Change api to pass print range to ps_exporter_begin. The pdf backend
10284         requires this information.
10285         
10286         * shell/ev-print-job.c: (idle_print_handler):
10287         
10288         Adapt to api change
10289
10290 2005-05-10  Juerg Billeter  <j@bitron.ch>
10291
10292         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10293         (idle_print_handler)
10294         * shell/ev-window.c: (ev_window_print):
10295
10296         Support printing page range, based on patch by Amaury Jacquot
10297
10298 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10299
10300         * data/evince-toolbar.xml:
10301
10302         Add zoom control to available items
10303
10304 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10305
10306         * shell/ev-window.c: (update_action_sensitivity):
10307
10308         Set slash action insensitive when appropriate
10309
10310 2005-05-10  Christian Persch <chpe@gnome.org>
10311
10312         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10313
10314         Fix warning on the overflow menu
10315
10316 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10317
10318         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10319
10320         Check for uri correctness/existence
10321
10322 2005-05-09  Juerg Billeter  <j@bitron.ch>
10323
10324         * shell/ev-window.c: (using_postscript_printer):
10325
10326         LPD printers use postscript, too
10327
10328 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10329
10330         * shell/ev-window.c: (register_custom_actions):
10331
10332         The zoom one is actually sort of useful,
10333         put it back
10334
10335 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10336
10337         * shell/ev-window.c: (register_custom_actions):
10338
10339         Hide page/zoom controls from overflow, they
10340         are useless.
10341
10342 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10343
10344         * cut-n-paste/update-from-egg.sh:
10345         
10346         Share it between all cut-n-paste subdirs
10347
10348         * cut-n-paste/recent-files/Makefile.am:
10349
10350         Fix to use "global" update-from-egg.sh
10351
10352         * cut-n-paste/recent-files/egg-recent-model.c:
10353         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10354         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10355         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10356         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10357
10358         Update from libegg
10359
10360         * cut-n-paste/toolbar-editor/Makefile.am:
10361
10362         Fix to use "global" update-from-egg.sh
10363
10364         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10365
10366         Update from libegg
10367
10368 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10369
10370         * configure.ac:
10371         * cut-n-paste/Makefile.am:
10372         * cut-n-paste/recent-files/Makefile.am:
10373         * cut-n-paste/toolbar-editor/.cvsignore:
10374         * cut-n-paste/toolbar-editor/Makefile.am:
10375         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10376         (egg_editable_toolbar_get_type), (get_toolbar_position),
10377         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10378         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10379         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10380         (set_item_drag_source), (create_item_from_action), (create_item),
10381         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10382         (popup_toolbar_context_menu_cb), (free_dragged_item),
10383         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10384         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10385         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10386         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10387         (item_added_cb), (item_removed_cb),
10388         (egg_editable_toolbar_construct),
10389         (egg_editable_toolbar_disconnect_model),
10390         (egg_editable_toolbar_deconstruct),
10391         (egg_editable_toolbar_set_model),
10392         (egg_editable_toolbar_set_ui_manager),
10393         (egg_editable_toolbar_set_property),
10394         (egg_editable_toolbar_get_property),
10395         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10396         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10397         (egg_editable_toolbar_new_with_model),
10398         (egg_editable_toolbar_get_edit_mode),
10399         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10400         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10401         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10402         (new_pixbuf_from_widget), (new_separator_pixbuf),
10403         (update_separator_image), (style_set_cb),
10404         (_egg_editable_toolbar_new_separator_image),
10405         (egg_editable_toolbar_get_model):
10406         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10407         * cut-n-paste/toolbar-editor/egg-marshal.c:
10408         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10409         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10410         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10411         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10412         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10413         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10414         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10415         (editor_drag_data_delete_cb), (drag_data_get_cb),
10416         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10417         (editor_create_item), (update_editor_sheet), (setup_editor),
10418         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10419         (parse_item_list), (model_has_action), (update_actions_list),
10420         (egg_toolbar_editor_load_actions):
10421         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10422         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10423         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10424         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10425         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10426         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10427         (egg_toolbars_model_add_separator), (impl_add_item),
10428         (parse_item_list), (egg_toolbars_model_add_toolbar),
10429         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10430         (impl_get_item_data), (impl_get_item_type),
10431         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10432         (egg_toolbars_model_init), (free_toolbar),
10433         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10434         (egg_toolbars_model_remove_toolbar),
10435         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10436         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10437         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10438         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10439         (egg_toolbars_model_get_item_data),
10440         (egg_toolbars_model_get_item_type):
10441         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10442         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10443         * data/Makefile.am:
10444         * data/evince-toolbar.xml:
10445         * data/evince-ui.xml:
10446         * data/hand-open.png:
10447         * po/POTFILES.in:
10448         * shell/Makefile.am:
10449         * shell/ev-window.c: (update_chrome_visibility),
10450         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10451         (ev_window_dispose), (ev_window_init):
10452
10453         Implement epiphany like toolbar editor. Based on patch by
10454         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10455
10456 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10457
10458         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10459
10460         Use set_cursor instead of set_selection, so that
10461         the keyboard focus moves too.
10462
10463 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10464
10465         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10466
10467         Fix infinite loop when loading Type1 fonts
10468
10469 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10470
10471         * data/evince-ui.xml:
10472         * shell/ev-window.c:
10473
10474         Slash -> Find
10475
10476 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10477
10478         * configure.ac:
10479
10480         Make --disable really disable
10481
10482 2005-05-07  Juerg Billeter  <j@bitron.ch>
10483
10484         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10485
10486         Compare page labels even without has_labels set, fixes setting page
10487         with entry
10488
10489 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10490
10491         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10492         (ev_view_set_cursor), (ev_view_button_press_event),
10493         (ev_view_motion_notify_event), (ev_view_button_release_event),
10494         (ev_view_init):
10495
10496         Implement middle button scrolling. Based on a patch
10497         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10498
10499 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10500
10501         * shell/ev-document-types.c: (get_slow_mime_type),
10502         (get_document_type_from_mime), (ev_document_type_lookup):
10503         * shell/ev-document-types.h:
10504
10505         Change api to lookup from uri. Do fast lookup first, if the
10506         type is unknown try with data sniffing.
10507
10508         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10509         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10510
10511         Adapt to api change
10512
10513 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10514
10515         * thumbnailer/Makefile.am:
10516
10517         Fix distcheck
10518
10519 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10520
10521         * NEWS:
10522         * configure.ac:
10523
10524         Release 0.3.0
10525
10526         * data/evince-ui.xml:
10527
10528         Hide presentation mode for now
10529
10530         * shell/ev-view.c: (highlight_find_results):
10531
10532         Show current find selection only on current page
10533
10534 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10535
10536         * shell/ev-view.c: (ev_view_select_all):
10537
10538         Compute size of the actual page, not of
10539         the current one.
10540
10541 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10542
10543         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10544         (view_rect_to_doc_rect), (compute_selections),
10545         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10546         (ev_view_copy), (ev_view_primary_get_cb),
10547         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10548         (ev_view_button_press_event), (ev_view_motion_notify_event),
10549         (ev_view_button_release_event), (page_changed_cb):
10550
10551         Fix text selection
10552
10553 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10554
10555         * shell/ev-view.c: (compute_border), (get_page_extents),
10556         (doc_rect_to_view_rect), (highlight_find_results),
10557         (ev_view_bin_expose), (ev_view_select_all),
10558         (ev_view_motion_notify_event), (update_find_status_message),
10559         (jump_to_find_result), (jump_to_find_page):
10560
10561         First go at fixing search, still buggy
10562
10563 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10564
10565         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10566         dropdown box and button at the top of the sidebar.
10567
10568 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10569
10570         * configure.ac: Output zoom-control Makefile.
10571         * cut-n-paste/Makefile.am: build zoom-control subdir.
10572         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10573         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10574         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10575         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10576         * cut-n-paste/zoom-control/ephy-zoom.c:
10577         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10578         from epiphany, and modified to add a separator into the menu.
10579         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10580         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10581         zoom-control action.
10582         * shell/Makefile.am: Include zoom-control flags.
10583         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10584         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10585         (ev_view_zoom_for_size_presentation),
10586         (ev_view_zoom_for_size_continuous_and_dual_page),
10587         (ev_view_zoom_for_size_continuous),
10588         (ev_view_zoom_for_size_dual_page),
10589         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10590         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10591         ev_view_get_zoom and ev_view_get_sizing_mode.
10592         * shell/ev-view.h:
10593         * shell/ev-window.c: (update_action_sensitivity),
10594         (update_sizing_buttons), (zoom_control_changed_cb),
10595         (register_custom_actions): Initialize and use the zoom-control 
10596         widget.
10597
10598 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10599
10600         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10601         preview cache back to 1.  Don't know when it got set to 0.
10602         
10603         * shell/ev-view.c: (compute_border), (ev_view_realize),
10604         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10605         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10606         (ev_view_get_fullscreen), (ev_view_set_presentation),
10607         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10608         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10609         * shell/ev-view.h:
10610         * shell/ev-window.c:
10611         (update_chrome_visibility),
10612         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10613         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10614         (update_document_mode), (ev_window_update_fullscreen_action),
10615         (ev_window_fullscreen), (ev_window_unfullscreen),
10616         (ev_window_cmd_view_fullscreen),
10617         (ev_window_update_presentation_action),
10618         (ev_window_run_presentation), (ev_window_stop_presentation),
10619         (ev_window_cmd_view_presentation), (ev_window_state_event),
10620         (ev_window_focus_in_event), (ev_window_focus_out_event),
10621         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10622         * data/evince-ui.xml: Initial presentation mode.  We should
10623         probably hide this until it's done, as it's quite rough.  Also,
10624         change full-screen to fullscreen and add two getters to EvView.
10625
10626 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10627
10628         * shell/ev-page-action.c: (update_page_cache),
10629         (ev_page_action_dispose):
10630         * shell/ev-window.c: (destroy_fullscreen_popup),
10631         (ev_window_create_fullscreen_popup):
10632
10633         Use connect_object rather than explicitly
10634         disconnect on dispose.
10635
10636 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10637
10638         * shell/ev-page-action.c: (update_page_cache),
10639         (ev_page_action_dispose):
10640
10641 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10642
10643         * backend/ev-page-cache.c: (_ev_page_cache_new),
10644         (ev_page_cache_set_page_label),
10645         (ev_page_cache_has_nonnumeric_page_labels):
10646         * backend/ev-page-cache.h:
10647         * shell/ev-page-action.c: (update_pages_label):
10648         
10649         If all page labels are numeric, fallback to default
10650         way to display number of pages. See bug 173185.
10651
10652 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10653
10654         * shell/ev-page-action.c: (ev_page_action_dispose):
10655         * shell/ev-view.c: (view_update_range_and_current_page):
10656         * shell/ev-window.c: (ev_window_dispose):
10657         
10658         Set page on scroll in continuous mode. Fixes bug 301986.
10659         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10660
10661 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10662
10663         * configure.ac:
10664
10665         Require poppler 0.3.0
10666
10667 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10668         
10669         * shell/Makefile.am, configure.ac: Fix build problems
10670         with t1lib. Bug 301996.
10671
10672 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10673
10674         * shell/ev-view.c: (ev_view_scroll_event):
10675         
10676         Scroll up increase zoom
10677
10678 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10679
10680         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10681         (ev_view_set_sizing_mode),
10682         (ev_view_zoom_for_size_continuous_and_dual_page),
10683         (ev_view_zoom_for_size_continuous):
10684         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10685         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10686         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10687         (ev_window_init):
10688
10689         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10690         Fix for 165473 and 165472.
10691
10692 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10693
10694         * po/POTFILES.in:
10695         * thumbnailer/Makefile.am:
10696         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10697         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10698         * thumbnailer/evince-thumbnailer.schemas.in:
10699         
10700         Make thumbnailer schemas translatable. Fix for bug 301773
10701         
10702         * thumbnailer/evince-thumbnailer-djvu.schemas:
10703         * thumbnailer/evince-thumbnailer-dvi.schemas:
10704         * thumbnailer/evince-thumbnailer.schemas:
10705
10706         Removed files
10707
10708 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10709
10710         * shell/ev-view.c (ev_view_init): forgot to set this.
10711
10712 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10713
10714         * shell/ev-view.c: (find_page_at_location),
10715         (get_link_at_location),
10716         (ev_view_set_show_border), (ev_view_set_spacing),
10717         (ev_view_zoom_for_size_continuous_and_dual_page),
10718         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10719         Also, add a quick fix measuring of widths.  Also, removed
10720         ev_view_set_spacing and ev_view_set_show_border.
10721         
10722         * shell/ev-window.c: (ev_window_unfullscreen),
10723         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10724
10725 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10726
10727         * shell/ev-view.c: (view_update_range_and_current_page),
10728         (page_changed_cb):
10729         
10730         Fix crash on exit and scrolling to page in continuous view.
10731
10732 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10733
10734         * TODO:
10735         * backend/ev-page-cache.c: (_ev_page_cache_new),
10736         (ev_page_cache_get_max_width_size),
10737         (ev_page_cache_get_max_height_size):
10738         * backend/ev-page-cache.h:
10739         * data/evince-ui.xml:
10740         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10741         * shell/ev-view.c: (view_update_adjustments),
10742         (view_update_range_and_current_page), (get_bounding_box_size),
10743         (ev_view_size_request_continuous_and_dual_page),
10744         (ev_view_size_request_continuous),
10745         (ev_view_size_request_dual_page),
10746         (ev_view_size_request_single_page), (ev_view_size_request),
10747         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10748         (ev_view_bin_expose), (ev_view_expose_event),
10749         (ev_view_set_property), (ev_view_get_property),
10750         (ev_view_class_init), (ev_view_init), (ev_view_new),
10751         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10752         (ev_view_set_dual_page), (ev_view_set_full_screen),
10753         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10754         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10755         (ev_view_zoom_out), (zoom_for_size_fit_width),
10756         (zoom_for_size_best_fit),
10757         (ev_view_zoom_for_size_continuous_and_dual_page),
10758         (ev_view_zoom_for_size_continuous),
10759         (ev_view_zoom_for_size_dual_page),
10760         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10761         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10762         * shell/ev-view.h:
10763         * shell/ev-window.c: (update_action_sensitivity),
10764         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10765         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10766         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10767         (ev_window_cmd_view_zoom_out), (update_view_size),
10768         (ev_window_set_sizing_mode), (ev_window_init):
10769
10770         Add Continuous and Dual page modes.
10771
10772 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10773
10774         * dvi/dvi-document.c: (dvi_document_load),
10775         (dvi_document_thumbnails_get_thumbnail),
10776         (dvi_document_init_params): Fix up some mixups between
10777         width and height to correct thumbnail rendering.
10778
10779 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10780
10781         * dvi/mdvi-lib/private.h:
10782         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10783         
10784         Suppess output for kpathsea during font generation. Thanks to
10785         James Bowes
10786
10787 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10788
10789         * NEWS:
10790         * configure.ac:
10791
10792         Release 0.2.1
10793
10794         * Makefile.am: fix distcheck.
10795
10796 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10797
10798         * shell/ev-sidebar-links.c: (selection_changed_callback),
10799         (update_page_callback), (row_activated_callback),
10800         (job_finished_callback), (ev_sidebar_links_set_document):
10801         
10802         Fix for bug #169901. Double click on links expands tree.
10803
10804 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10805
10806         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10807         hard-coded style. Fix for bug 170111
10808
10809 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10810
10811         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10812         locking.
10813
10814 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10815
10816         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10817
10818 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10819
10820         * pdf/ev-poppler.cc:
10821         * shell/ev-view.c: (highlight_find_results):
10822
10823         Fix find on single page documents
10824
10825 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10826
10827         * data/evince.schemas.in: fix for bug 301390
10828
10829 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10830
10831         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10832         (ev_view_zoom_out), (ev_view_zoom_normal):
10833         * shell/ev-view.h:
10834         * shell/ev-window.c: (update_action_sensitivity),
10835         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10836         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10837         (ev_window_cmd_view_normal_size):
10838
10839         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10840         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10841         better than oom. 
10842
10843 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10844
10845         * configure.ac:
10846
10847         Depend on 2.57, 2.59 doesnt seem to be necessary
10848
10849 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10850
10851         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10852         (create_tool_item):
10853
10854         Put back total number of pages as (1 of 1234)
10855
10856 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10857
10858         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10859         remove the job.
10860
10861         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10862         function.  This helps debugging.
10863
10864 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10865
10866         * djvu/djvu-document.c: (djvu_document_class_init),
10867         (djvu_document_get_info), (djvu_document_document_iface_init):
10868         * dvi/dvi-document.c: (dvi_document_class_init),
10869         (dvi_document_get_info), (dvi_document_document_iface_init):
10870
10871         Dummy implementation of get_info method for dvi and
10872         djvu. Fix crashes with those backends
10873
10874 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10875
10876         * data/evince.desktop.in:
10877
10878         Add application/x-gzpostscript
10879
10880 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10881
10882         * data/evince.schemas.in: Added real long descriptions, 
10883         closes bug 172496 
10884
10885         * README: Added actual text, closes bug 171869
10886
10887 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10888
10889         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10890
10891         Thumbnail page 0
10892
10893 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10894
10895         * backend/ev-document-info.h:
10896
10897         s/GDate */GDate so we can just use g_free
10898
10899 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10900
10901         * shell/ev-window.c: (update_document_mode),
10902         (ev_window_setup_document):
10903
10904         Show the window in fullscreen when specified by
10905         the document
10906
10907 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10908
10909         * backend/ev-document.c: (ev_document_class_init),
10910         (ev_document_get_info), (ev_document_render_pixbuf):
10911         * backend/ev-document.h:
10912         * backend/ev-page-cache.c: (_ev_page_cache_new):
10913         * pdf/ev-poppler.cc:
10914         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10915         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10916         * ps/ps-document.c: (ps_document_class_init), (document_load),
10917         (ps_document_get_info), (ps_document_document_iface_init):
10918
10919         Remove get_title from the interface, we can just use document info
10920
10921 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10922
10923         * backend/Makefile.am:
10924         * backend/ev-document.c: (ev_document_render_get_info):
10925         * backend/ev-document.h:
10926         * pdf/ev-poppler.cc:
10927
10928         Initial support for document info. Based on jrb patch.
10929
10930 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10931
10932         * shell/ev-window.c: (ev_window_state_event),
10933         (ev_window_class_init), (ev_window_init):
10934         
10935         Doesn't show resize grip when maximized. See bug #301053
10936
10937 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10938
10939         * po/POTFILES.in:
10940         
10941         ev-sidebar-thumbnails now has translatable labels
10942         
10943         * shell/Makefile.am:
10944         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10945         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10946         (ev_sidebar_links_page_iface_init):
10947         * shell/ev-sidebar-links.h:
10948         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10949         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10950         (ev_sidebar_page_get_label):
10951         * shell/ev-sidebar-page.h:
10952         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10953         (ev_sidebar_thumbnails_set_document),
10954         (ev_sidebar_thumbnails_support_document),
10955         (ev_sidebar_thumbnails_get_label),
10956         (ev_sidebar_thumbnails_page_iface_init):
10957         * shell/ev-sidebar-thumbnails.h:
10958         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10959         (ev_sidebar_set_document):
10960         * shell/ev-sidebar.h:
10961         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10962         
10963         Small rework of sidebar code. Now sidebar pages should implement
10964         EvSidebarPage interface. That makes page management in EvSidebar
10965         easier. See bug #164811 for details
10966
10967 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10968
10969         * shell/ev-application.c: (ev_application_open):
10970         * shell/ev-document-types.c:
10971         
10972         Fix build error and small problem with application exit
10973
10974 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10975
10976         * thumbnailer/Makefile.am:
10977         * thumbnailer/evince-thumbnailer-djvu.schemas:
10978         * thumbnailer/evince-thumbnailer-dvi.schemas:
10979         
10980         Conditionally install schemas for djvu/dvi thumbnailer
10981
10982 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10983
10984         * shell/ev-document-types.h: 
10985         * shell/ev-document-types.c: 
10986         New files, handling the mapping from mimetypes to backends
10987         
10988         * shell/ev-window.c: 
10989         * thumbnailer/evince-thumbnailer.c:     
10990         Use the ev-document-types code
10991         
10992         * shell/Makefile.am: 
10993         Added new convenience library libevbackendfactory_la, containing
10994         the new mimetype->backend logic; moved the backends into it.
10995
10996         * thumbnailer/Makefile.am:
10997         Make the thumbnailer link with the libevbackend.la convenience
10998         library, rather than having a duplicate of the backend logic here.
10999
11000 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11001
11002         * shell/ev-stock-icons.c: constify some vars.
11003         * shell/ev-window.c: ditto.
11004
11005 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11006
11007         * ps/ps-document.c (get_page_orientation):
11008
11009         Respect document orientation 
11010
11011 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11012
11013         * djvu/Makefile.am:
11014         * dvi/Makefile.am:
11015         * shell/Makefile.am:
11016         
11017         Move library dependencies to components.
11018         
11019         * shell/ev-window.c: (update_window_title),
11020         (start_loading_document):
11021         
11022         Fix display of uris with spaces. Bug 168358.
11023
11024 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11025
11026         * shell/ev-sidebar-links.c: (selection_changed_cb):
11027         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11028         (ev_view_button_release_event), (ev_view_set_document):
11029         * shell/ev-view.h:
11030         * shell/ev-window.c: (find_bar_search_changed_cb):
11031         * shell/ev-window.h: Minor cleanups removing some dead code.
11032
11033 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11034
11035         * backend/ev-page-cache.c: (_ev_page_cache_new):
11036         
11037         Set current page to 0 if document has pages.
11038
11039 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11040
11041         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11042
11043         Initialize GError to NULL, fix a crash when loading fails.
11044
11045 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11046
11047         * shell/ev-window.c: (update_view_size):
11048
11049         Calculate shadow size only when there is actually
11050         a shadow.
11051
11052 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11053
11054         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11055         * shell/ev-view.h:
11056
11057         Allow setting view spacing, default to 0
11058
11059         * shell/ev-window.c: (ev_window_unfullscreen),
11060         (ev_window_cmd_view_fullscreen), (ev_window_init):
11061
11062         Remove spacing in fullscreen mode
11063
11064 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11065
11066         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11067         (ev_view_size_request), (expose_bin_window),
11068         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11069         * shell/ev-view.h:
11070         * shell/ev-window.c: (ev_window_unfullscreen),
11071         (ev_window_cmd_view_fullscreen):
11072
11073         Do not draw the border in fulscreen
11074
11075 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11076
11077         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11078         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11079         (find_page_at_location), (page_changed_cb):
11080
11081         Rework border calculation, so that I can more easily disable it.
11082         Code somewhat cleaner too.
11083
11084 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11085
11086         * backend/ev-page-cache.c: (ev_page_cache_init),
11087         (_ev_page_cache_new):
11088
11089         Remove some assertions, documents can have 0 pages.
11090         Make initial current page -1.
11091
11092         * shell/ev-page-action.c: (page_changed_cb):
11093
11094         Show "" if current page is -1
11095
11096         * shell/ev-window.c: (update_action_sensitivity),
11097         (ev_window_setup_document):
11098
11099         When document has 0 pages do not set the view
11100         and make nearly everything insensitive.
11101
11102 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11103
11104         * shell/ev-page-view.c:
11105         * shell/ev-page-view.h:
11106
11107         Remove unused files.
11108         
11109         * shell/ev-sidebar-thumbnails.c:
11110         (ev_sidebar_thumbnails_set_document):
11111         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11112         (ev_sidebar_supports_document):
11113         * shell/ev-sidebar.h:
11114         * shell/ev-window.c: (ev_window_setup_document):
11115         
11116         Doesn't show thumbnails if document has 1 page. Make
11117         sidebar menu entries sensitive only if if they have 
11118         sense. Fix bug 164811. 
11119
11120 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11121
11122         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11123         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11124         (ev_view_zoom_out), (ev_view_set_size):
11125
11126         Rework sizing to deal with documents with not uniform page
11127         size.
11128
11129 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11130
11131         * backend/ev-page-cache.c: (_ev_page_cache_new):
11132
11133         Fix several page size caching bugs
11134
11135 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11136
11137         * shell/ev-window.c: (set_action_properties):
11138
11139         Make all toolbar items translatable
11140
11141 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11142
11143         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11144         (save_page_list), (ps_document_save),
11145         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11146         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11147         (ps_document_ps_exporter_iface_init):
11148         * ps/ps-document.h:
11149
11150         Based on a patch by J�rg Billeter <j@bitron.ch>
11151         
11152         Implement print and save a copy for the ps backend.
11153
11154 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11155
11156         * backend/ev-document.h:
11157         * djvu/djvu-document.c: (djvu_document_can_get_text),
11158         (djvu_document_document_iface_init):
11159         * dvi/dvi-document.c: (dvi_document_can_get_text),
11160         (dvi_document_document_iface_init):
11161         * pdf/ev-poppler.cc:
11162         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11163         (pixbuf_document_document_iface_init):
11164         * ps/ps-document.c: (ps_document_can_get_text),
11165         (ps_document_document_iface_init):
11166         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11167         * shell/ev-window.c: (update_action_sensitivity):
11168
11169         Fix the crash when trying to copy in backends that doesnt
11170         support it. We can implement a better solution once we
11171         do real text selection.
11172
11173 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11174
11175         * data/evince-ui.xml:
11176         * shell/ev-window.c: (ev_window_cmd_escape):
11177         
11178         Work around the Escape conflict (find bar and unfullscreen)
11179
11180 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11181
11182         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11183         
11184         Fix for #300233. Next page correctly handles document end.
11185         
11186         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11187         (ev_sidebar_thumbnails_class_init),
11188         (ev_sidebar_thumbnails_set_document),
11189         (ev_sidebar_thumbnails_clear_job),
11190         (ev_sidebar_thumbnails_clear_model):
11191         
11192         Cleanup thumbnail jobs on document changes.
11193         
11194         * shell/ev-view.c: (add_scroll_binding_keypad),
11195         (add_scroll_binding_shifted), (ev_view_class_init):
11196         
11197         Shift + Space scrolls up. Fix for #173184
11198         
11199         * shell/ev-window.c: (ev_window_open_page),
11200         (ev_window_cmd_view_reload):
11201         
11202         Fix reload (Bug #300094)
11203
11204 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11205
11206         
11207         * dvi/mdvi-lib/assoc.c:
11208         * dvi/mdvi-lib/assoc.h: Removed garbage files
11209         
11210         * dvi/mdvi-lib/bitmap.c:
11211         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11212         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11213         * dvi/mdvi-lib/color.h: Antialias of rules
11214         
11215         * dvi/mdvi-lib/common.h:
11216         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11217         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11218         * dvi/mdvi-lib/files.c:
11219         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11220         * dvi/mdvi-lib/mdvi.h:
11221         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11222         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11223         * dvi/mdvi-lib/util.c: Fix compile warnings
11224         
11225         * dvi/dvi-document.c:
11226         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11227         (dvi_document_thumbnails_get_thumbnail),
11228         (dvi_document_document_thumbnails_iface_init):
11229         * dvi/mdvi-lib/Makefile.am:
11230         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11231         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11232         
11233         Dvi backend now renders thumbnails
11234
11235 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11236
11237         * shell/main.c: (main): 
11238         
11239         Save accelerators on exit. Fixes bug #172095.
11240
11241 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11242
11243         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11244         update priority" comment.
11245
11246         * backend/ev-job-queue.c: Give a way to change priority.
11247
11248 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11249
11250         * shell/ev-page-action.c: Fix logic.
11251
11252 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11253
11254         * shell/ev-view.c: (ev_view_can_find_next):
11255         * shell/ev-window.c: (ev_window_setup_document):
11256
11257         Check that the document supports find
11258
11259 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11260
11261         * data/evince-ui.xml:
11262         * shell/ev-view.c: (ev_view_can_find_next):
11263         * shell/ev-view.h:
11264         * shell/ev-window.c: (update_action_sensitivity),
11265         (find_changed_cb), (ev_window_setup_document),
11266         (ev_window_cmd_edit_find_next):
11267
11268         Add Edit->Find Next
11269
11270 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11271
11272         * pdf/ev-poppler.cc:
11273         * shell/ev-print-job.c: (idle_print_handler):
11274
11275         Make printing work again
11276
11277 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11278
11279         * shell/ev-page-action.h:
11280         * shell/ev-page-action.c: (ev_page_action_widget_init),
11281         (ev_page_action_widget_class_init), (page_changed_cb),
11282         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11283         (get_filter_model_from_model), (match_selected_cb),
11284         (display_completion_text), (match_completion), (update_model),
11285         (connect_proxy), (ev_page_action_set_property),
11286         (ev_page_action_get_property), (ev_page_action_set_document),
11287         (ev_page_action_set_model), (ev_page_action_class_init): Big
11288         reworking to make completions work iff we have >= GTK-2.7.0
11289                 
11290         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11291         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11292         (job_finished_cb): We now have a 'model' property that is set when
11293         the links are loaded.  This can be caught with "notify::model"
11294
11295         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11296         listen for the model to be set, and propagate it to the action.
11297
11298 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11299
11300         * cut-n-paste/recent-files/egg-recent-item.c:
11301         (egg_recent_item_set_uri), (make_valid_utf8),
11302         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11303         * cut-n-paste/recent-files/egg-recent-item.h:
11304         
11305         Update egg-recent from libegg. This should fix long
11306         startup problem. For details see
11307         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11308
11309 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11310
11311         * cut-n-paste/recent-files/Makefile.am:
11312         * data/evince-ui.xml, shell/Makefile.am:
11313         * shell/ev-application.c, shell/ev-application.h:
11314         * shell/ev-window.c: Recent files support.
11315         
11316         * configure.ac: Added "ru" to ALL_LINGUAS.
11317         
11318         * dvju: new backend to support DJVU files.
11319         * dvi: new backend to support DVI.
11320
11321         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11322         * ev-application.c: Support for new backends.
11323         
11324         * help, ev-window.c, main.c shell/Makefile.am: 
11325         Evince user documentation.
11326
11327 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11328
11329         * po/POTFILES.in:
11330         * shell/ev-window.c:
11331         * thumbnailer/evince-thumbnailer.c:
11332
11333         s/pdf-document/ev-poppler
11334
11335 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11336
11337         * NEWS:
11338         * configure.ac:
11339
11340         Release 0.2.0
11341
11342         * ps/ps-document.c: (setup_pixmap):
11343
11344         Remove debug code
11345
11346 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11347
11348         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11349         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11350         (ev_window_cmd_go_first_page): Fix of by one errors.
11351
11352 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11353
11354         * ps/ps-document.c: (get_page_box):
11355
11356         Fix page size calculation
11357
11358 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11359
11360         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11361         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11362         (get_page_orientation), (setup_page), (document_load),
11363         (ps_document_get_page_size), (render_pixbuf_idle):
11364         * ps/ps-document.h:
11365
11366         More refactoring to adapt to EvDocument changes
11367
11368 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11369
11370         * ps/ps-document.c: (start_interpreter):
11371
11372         Actually add alpha args
11373
11374 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11375
11376         * pdf/ev-poppler.cc:
11377
11378         Make clipboard work again
11379
11380 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11381
11382         Make searching work again.
11383         
11384         * backend/ev-document.c:
11385         * backend/ev-document.h:
11386         * backend/ev-document-find.c:
11387         * backend/ev-document-find.h: Change EvDocumentIface so we no
11388         longer store the current page or zoom level in the document.  The
11389         consequence is that all calls that operate on the current page now
11390         instead take the page number as an extra argument, and all
11391         coordinates are now doubles in document coordinate system.
11392
11393         * pdf/ev-poppler.cc:
11394         * pixbuf/pixbuf-document.c:
11395         * ps/ps-document.c: Update backends accordingly.
11396
11397 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11398
11399         * autogen.sh:
11400
11401         Add required gettext version
11402
11403 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11404
11405         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11406         make F1 bring up non-existent help.
11407
11408         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11409         epiphany's find bar, #167477
11410
11411         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11412         <emil@nishra.com> to add space-bar scrolling, 
11413
11414         * shell/ev-window.c (static GtkActionEntry entries): add default
11415         keybinding for Help (F1)
11416         Fixes #171068
11417
11418         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11419         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11420         170110
11421
11422 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11423
11424         * Makefile.am: 
11425         * pixbuf/pixbuf-document.c: 
11426
11427         Got pixbuf backend working again
11428
11429 2005-04-01  Steve Murphy  <murf@e-tools.com>
11430
11431         * configure.in: Added "rw" to ALL_LINGUAS.
11432
11433 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11434
11435         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11436         model types, noticed by Martin Kretzschmar.
11437
11438 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11439
11440         * pdf/ev-poppler.cc: Implement search based on
11441         poppler_page_find_text().  Currently a bit crude since we remember
11442         all matches from all pages.  Also, we grab the big document lock
11443         when we search since searching changes the underlying stream and
11444         thus conflicts with the rendering thread.
11445         
11446         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11447         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11448         (ev_view_find_previous): Fix some page indexes to be 0 based,
11449         offset rubber band by view offset,
11450
11451 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11452
11453         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11454
11455 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11456
11457         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11458         completely because I didn't understand GtkActions.  I should
11459         read Marco's code more carefully in the future.
11460
11461         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11462         function
11463
11464 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11465
11466         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11467         PopplerRectangle change from poppler CVS.
11468
11469 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11470
11471         * backend/ev-document.c: (ev_document_get_page_label):
11472         * backend/ev-document.h:
11473         * backend/ev-page-cache.c: (_ev_page_cache_new),
11474         (ev_page_cache_get_page_label):
11475         * backend/ev-page-cache.h:
11476         * pdf/ev-poppler.cc:
11477         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11478         (links_page_num_func):
11479         * shell/ev-sidebar-thumbnails.c:
11480         (ev_sidebar_thumbnails_set_document):
11481         * shell/ev-view.c: (status_message_from_link),
11482         (ev_view_motion_notify_event):
11483         * shell/ev-window.c: (document_supports_sidebar): Add in page
11484         label support.  It's not perfect yet, but it's the first 'feature'
11485         in a while.
11486         Also, fix a bogus comment noticed by crispin. 
11487
11488 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11489
11490         * Makefile.am: Remove pixbuf backend for now
11491
11492         * configure.ac: Require poppler-glib instead of just poppler.
11493
11494         * backend/ev-document-thumbnails.h: Add a comment
11495
11496         * backend/ev-document.h:
11497         * backend/ev-document.c: (ev_document_class_init),
11498         (ev_document_load), (ev_document_get_link),
11499         (ev_document_get_links): Remove 3 methods and add get_links.
11500         Also, made 0 based.
11501
11502         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11503         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11504
11505         * backend/ev-link.c: (ev_link_set_title),
11506         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11507         (ev_link_mapping_find):
11508         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11509         
11510         * backend/ev-page-cache.c: (ev_page_cache_init),
11511         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11512         (ev_page_cache_get_size), (ev_page_cache_next_page),
11513         (ev_page_cache_prev_page): Fix to be 0 based.
11514
11515         * pdf/Makefile.am: 
11516         * pdf/ev-poppler.h:
11517         * pdf/ev-poppler.cc: New backend.
11518         
11519         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11520         (ps_document_get_page), (ps_document_document_iface_init):
11521
11522         * shell/ev-pixbuf-cache.h:
11523         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11524         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11525         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11526         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11527         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11528         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11529         based.
11530         
11531         * shell/ev-sidebar-thumbnails.c:
11532         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11533         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11534
11535         * shell/ev-view.c: (status_message_from_link),
11536         (find_page_at_location), (get_link_at_location),
11537         (ev_view_motion_notify_event), (ev_view_button_release_event),
11538         (ev_view_init): Use the new link code.  Fix to be 0 based.
11539
11540         * shell/ev-window.c: (update_action_sensitivity),
11541         (document_supports_sidebar): 0 based.
11542
11543 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11544
11545         * pdf/pdf-document.cc: Patch from Fernando Herrera
11546         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11547         *blush*
11548
11549 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11550
11551         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11552         1 to the page, as this seems to be 1 based.  I thought we has this
11553         fixed.  grump.
11554
11555 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11556
11557         * TODO:
11558         * backend/Makefile.am:
11559         * backend/ev-document-links.c:
11560         (ev_document_links_has_document_links),
11561         (ev_document_links_get_links_model):
11562         * backend/ev-document-links.h:
11563         * backend/ev-document.c: (ev_document_get_page_cache),
11564         (ev_document_get_doc_mutex), (ev_document_load),
11565         (ev_document_save), (ev_document_get_title),
11566         (ev_document_get_n_pages), (ev_document_set_page),
11567         (ev_document_get_page), (ev_document_set_target),
11568         (ev_document_set_scale), (ev_document_set_page_offset),
11569         (ev_document_get_page_size), (ev_document_get_text),
11570         (ev_document_get_link), (ev_document_render),
11571         (ev_document_render_pixbuf), (ev_document_scale_changed):
11572         * backend/ev-document.h:
11573         * backend/ev-job-queue.c: (remove_object_from_queue),
11574         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11575         (no_jobs_available_unlocked), (ev_render_thread),
11576         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11577         (ev_job_queue_remove_job):
11578         * backend/ev-job-queue.h:
11579         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11580         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11581         (ev_job_links_class_init), (ev_job_render_init),
11582         (ev_job_render_dispose), (ev_job_render_class_init),
11583         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11584         (ev_job_thumbnail_class_init), (ev_job_finished),
11585         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11586         (ev_job_render_run), (ev_job_thumbnail_new),
11587         (ev_job_thumbnail_run):
11588         * backend/ev-jobs.h:
11589         * backend/ev-link.c:
11590         * backend/ev-link.h:
11591         * backend/ev-page-cache.c: (ev_page_cache_init),
11592         (ev_page_cache_class_init), (ev_page_cache_finalize),
11593         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11594         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11595         (ev_page_cache_set_link), (ev_page_cache_get_title),
11596         (ev_page_cache_get_size), (ev_page_cache_next_page),
11597         (ev_page_cache_prev_page):
11598         * backend/ev-page-cache.h:
11599         * pdf/pdf-document.cc:
11600         * ps/gsdefaults.c:
11601         * ps/gsdefaults.h:
11602         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11603         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11604         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11605         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11606         (is_interpreter_ready), (output), (catchPipe), (input),
11607         (start_interpreter), (check_filecompressed), (compute_dimensions),
11608         (ps_document_enable_interpreter), (document_load),
11609         (ps_document_next_page), (render_page), (ps_document_set_page),
11610         (ps_document_set_scale), (render_pixbuf_idle),
11611         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11612         * ps/ps-document.h:
11613         * shell/Makefile.am:
11614         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11615         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11616         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11617         (ev_pixbuf_cache_new), (job_finished_cb),
11618         (check_job_size_and_unref), (move_one_job),
11619         (ev_pixbuf_cache_update_range), (find_job_cache),
11620         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11621         (ev_pixbuf_cache_add_jobs_if_needed),
11622         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11623         * shell/ev-pixbuf-cache.h:
11624         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11625         (idle_print_handler):
11626         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11627         (selection_changed_cb), (create_loading_model),
11628         (ev_sidebar_links_construct), (links_page_num_func),
11629         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11630         (update_page_callback), (job_finished_cb),
11631         (ev_sidebar_links_set_document):
11632         * shell/ev-sidebar-thumbnails.c:
11633         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11634         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11635         (page_changed_cb), (thumbnail_job_completed_callback),
11636         (ev_sidebar_thumbnails_set_document):
11637         * shell/ev-sidebar-thumbnails.h:
11638         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11639         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11640         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11641         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11642         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11643         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11644         (ev_view_button_release_event), (ev_view_scroll_view),
11645         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11646         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11647         (ev_view_new), (job_finished_cb), (page_changed_cb),
11648         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11649         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11650         (ev_view_find_previous):
11651         * shell/ev-view.h:
11652         * shell/ev-window.c: (update_action_sensitivity),
11653         (ev_window_open_page), (update_window_title), (update_total_pages),
11654         (page_changed_cb), (ev_window_setup_document),
11655         (password_dialog_response), (ev_window_cmd_save_as),
11656         (ev_window_print), (ev_window_cmd_go_previous_page),
11657         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11658         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11659         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11660         * shell/main.c: (main):
11661
11662         Merge evince-threads branch
11663
11664 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11665
11666         * configure.ac: Added "lt" to ALL_LINGUAS.
11667
11668 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11669
11670         * NEWS:
11671         * configure.ac:
11672
11673         Release 0.1.9
11674
11675 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11676
11677         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11678
11679         Fix here also the thumbnails 1-basedness :)
11680
11681 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11682
11683         * NEWS:
11684         * configure.ac:
11685
11686         Release 0.1.8
11687
11688 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11689
11690         * pdf/pdf-document.cc:
11691         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11692         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11693
11694         Fix the mess we did with thumbnails and 1-basedness
11695
11696 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11697
11698         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11699
11700 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11701
11702         * NEWS:
11703         * configure.ac:
11704
11705         Release 0.1.7
11706
11707 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11708
11709         * ps/Makefile.am:
11710         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11711         (gtk_gs_defaults_get_alpha_parameters),
11712         (gtk_gs_defaults_get_ungzip_cmd),
11713         (gtk_gs_defaults_get_unbzip2_cmd):
11714         * ps/gsdefaults.h:
11715         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11716         (ps_document_get_orientation), (document_load),
11717         (ps_document_goto_page), (ps_document_set_page_size):
11718         * ps/ps-document.h:
11719
11720         Some more sanitization of the ps backend. Remove a lot
11721         of unused code and do not base our defaults on ggv
11722         preferences (ugh!)
11723
11724 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11725
11726         * thumbnailer/evince-thumbnailer.schemas:
11727         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11728         (main): add -s option for thumbnail size.
11729
11730 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11731
11732         * configure.ac:
11733
11734         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11735         remove it.
11736
11737 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11738
11739         * pdf/pdf-document.cc:
11740
11741         Remove 4 pixels of useless border from the
11742         thumbnail.
11743
11744 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11745
11746         * backend/ev-document-thumbnails.c:
11747         (ev_document_thumbnails_get_thumbnail):
11748         * backend/ev-document-thumbnails.h:
11749
11750         Rework API a bit. Add a border flag and
11751         change sizing logic (now the size we specify
11752         applies to the bigger dimension).
11753
11754         * pdf/pdf-document.cc:
11755         * pixbuf/pixbuf-document.c:
11756         (pixbuf_document_thumbnails_get_thumbnail):
11757         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11758         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11759
11760         Adapt to the new API and do not draw a border for nautilus
11761         thumbnailer.
11762
11763 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11764
11765         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11766         take thumbnails from page "0" instead of "1". Added a copyright header.
11767
11768 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11769
11770         * ps/ps-document.c: (set_up_page), (start_interpreter):
11771
11772         Make it C89 compliant
11773
11774 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11775
11776         * Makefile.am:
11777         * configure.ac:
11778         * pdf/.cvsignore:
11779         * pdf/pdf-document.cc:
11780         * thumbnailer/Makefile.am:
11781         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11782         (main):
11783         * thumbnailer/evince-thumbnailer.schemas:
11784         * thumbnailer/pdf-icon.png:
11785
11786         Add a nautilus thumbnailer.
11787         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11788
11789 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11790
11791         * NEWS:
11792         * configure.ac:
11793         * po/POTFILES.in:
11794
11795         Release 0.1.6
11796
11797 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11798
11799         Use poppler instead of including xpdf source code.  Poppler is a
11800         fork of xpdf to build it as a shared library. See
11801         http://freedesktop.org/wiki/Software/poppler.
11802
11803         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11804         xpdf fork.
11805         
11806         * pdf/Makefile.am: Build libpdfdocument.a here.
11807         
11808         * pdf/GDKSplashOutputDev.cc:
11809         * pdf/GDKSplashOutputDev.h:
11810         * pdf/GnomeVFSStream.cc:
11811         * pdf/GnomeVFSStream.h:
11812         * pdf-document.cc:
11813         * pdf-document.h:
11814         * test-gdk-output-dev.cc
11815         * Thumb.cc:
11816         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11817         against poppler.
11818
11819 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11820
11821         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11822
11823         Clear idle stack before unsetting the document
11824
11825 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11826
11827         * ps/ps-document.c: (ps_document_widget_event),
11828         (ps_document_set_target), (ps_document_finalize),
11829         (ps_document_get_page):
11830
11831         Disconnect the widget event signal on finalize.
11832         Some code cleanups.
11833
11834 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11835
11836         * ps/ps-document.c: (set_up_page):
11837
11838         If there is no bpixmap create one, even if size
11839         is not changed.
11840
11841 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11842
11843         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11844         (set_up_page), (document_load), (ps_document_set_zoom):
11845
11846         Default page is 0. Calculate size even when we have no
11847         target yet.
11848
11849 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11850
11851         * shell/ev-sidebar.c: expand the selection widget to be always as
11852         wide as the sidebar
11853
11854 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11855
11856         * shell/ev-sidebar-thumbnails.c:
11857         (ev_sidebar_thumbnails_set_document):
11858
11859         Clear the list store when setting document
11860
11861 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11862
11863         * shell/ev-page-action.c: (update_entry), (sync_entry),
11864         (activate_cb), (entry_size_request_cb), (create_tool_item),
11865         (connect_proxy):
11866
11867         Use an entry for the page control instead of spinbuttons
11868
11869 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11870
11871         * data/evince.schemas.in:
11872
11873         Correct confusing string
11874
11875 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11876
11877         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11878         for real.  Gosh, how long has this been broken.
11879
11880         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11881         check for a NULL link.  We crash otherwise.
11882
11883 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11884
11885         * NEWS:
11886         * configure.ac:
11887
11888         Release 0.1.5
11889
11890 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11891
11892         * configure.ac: add the french translation.
11893
11894 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11895
11896         * shell/ev-window.c:
11897
11898         Remove unused header -> fix distcheck
11899
11900 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11901
11902         * shell/ev-window.c: (update_window_title),
11903         (ev_window_popup_password_dialog):
11904
11905         Unescape filename for display
11906
11907 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11908
11909         * pdf/xpdf/pdf-document.cc:
11910
11911         In get_page_size deal with rotation. Also
11912         cleanup the function a bit.
11913
11914 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11915
11916         * pdf/xpdf/pdf-document.cc:
11917
11918         Fix crash when opening in new window
11919
11920 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11921
11922         * configure.ac:
11923
11924         Check ghostscript >= 7
11925
11926 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11927
11928         * shell/ev-window.c:
11929
11930         Make page width the default sizing mode
11931
11932 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11933         Marco Pesenti Gritti <marco@gnome.org>
11934
11935         * shell/ev-window.c: Remember the sidebar size
11936
11937         * data/evince.schemas.in: Add a new gconf key to store the size of
11938         the sidebar
11939
11940 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11941
11942         * data/evince-ui.xml:
11943         * shell/ev-window.c: (update_action_sensitivity),
11944         (ev_window_cmd_view_reload):
11945         
11946         Add a "Reload" action and menu entry
11947
11948 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11949
11950         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11951         iff the type doesn't support thumbnailing and indexing.
11952
11953 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11954
11955         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11956
11957 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11958
11959         * pdf/splash/Splash.cc:
11960
11961         Port fix for a crasher from kde bug
11962         http://bugs.kde.org/show_bug.cgi?id=97131
11963
11964 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11965
11966         * pdf/xpdf/pdf-document.cc:
11967
11968         Return a link even if it's of an unrecognized
11969         type. Otherwise we go in an infinte cycle.
11970
11971 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11972
11973         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11974         (size_allocate_cb), (ev_window_set_sizing_mode):
11975
11976         Update size when switching mode
11977
11978 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11979
11980         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11981         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11982         (ev_window_cmd_view_normal_size):
11983
11984         Fix size toggle buttons behavior
11985
11986 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11987
11988         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11989         (doc_rect_to_view_rect), (ev_view_size_allocate),
11990         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11991         (scale_changed_callback):
11992
11993         Do not cache offsets in size_allocate.
11994
11995 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11996
11997         * shell/ev-view.c: (ev_view_size_allocate):
11998
11999         Calculate offsets before calling the parent
12000         class (which does a redraw)
12001
12002 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12003
12004         * pdf/xpdf/pdf-document.cc:
12005
12006         Fix a crasher on exit. Unused code, put a TODO
12007
12008 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12009
12010         * backend/ev-document.c: (ev_document_class_init),
12011         (ev_document_page_changed), (ev_document_scale_changed):
12012         * backend/ev-document.h:
12013
12014         Separate page/scale notifications
12015
12016         * pdf/xpdf/pdf-document.cc:
12017
12018         Emit the new signals.
12019         Do not display the pdf page in _render, do it
12020         when scale/page are requested.
12021
12022         * ps/ps-document.c: (ps_document_set_zoom),
12023         (ps_document_widget_event):
12024         * ps/ps-document.h:
12025
12026         Emit the new signals.
12027
12028         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12029         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12030         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12031         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12032         * shell/ev-view.h:
12033         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12034         (ev_window_cmd_view_page_width), (size_allocate_cb),
12035         (ev_window_set_sizing_mode):
12036
12037         Rework sizing to be pixel based.
12038         There are bugs but should be already way better.
12039
12040 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12041
12042         * shell/ev-window.c: (ev_window_init):
12043
12044         Do not allow to shrink sidebar smaller then
12045         child requisition
12046
12047 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12048
12049         * shell/ev-sidebar.[ch]
12050         * shell/ev-window.c:
12051
12052         Improved sidebar widget. Fixes #166683
12053
12054 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12055
12056         * shell/ev-view.c (update_find_status_message): Give translators
12057         more flexibility with ngettext plural handling.
12058
12059 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12060
12061         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12062         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12063         page when we get the page size.
12064
12065 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12066
12067         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12068
12069         ps pages are 0 based, convert 
12070
12071 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12072
12073         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12074
12075         Initialize correct parent class. Set GError on document load
12076
12077 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12078
12079         * pdf/xpdf/pdf-document.cc:
12080
12081         Fixup selection offset calculation
12082
12083         * shell/ev-view.c: (view_rect_to_doc_rect),
12084         (doc_rect_to_view_rect), (ev_view_size_allocate),
12085         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12086         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12087
12088         Store selection as document relative, so that zooming
12089         and offset changing doesnt break it.
12090
12091 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12092
12093         * shell/ev-view.c: (ev_view_best_fit):
12094
12095         Do not try to best fit if the view is not realized
12096
12097 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12098           
12099         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12100
12101 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12102
12103         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12104
12105 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12106
12107         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12108         the popup window.  That prevents it resizing when in full screen
12109         mode.
12110
12111         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12112         multiple rerenders.  This pretty much sucks.
12113
12114         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12115         rest of the toolbar.
12116
12117 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12118
12119         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12120
12121 2005-02-17  Alexander Shopov  <ash@contact.bg>
12122
12123         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12124
12125 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12126
12127         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12128
12129 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12130
12131         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12132         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12133         (set_document_page), (document_changed_callback),
12134         (ev_view_set_document), (ev_view_find_previous),
12135         (ev_view_hide_cursor), (ev_view_show_cursor):
12136         * shell/ev-view.h:
12137         * shell/ev-window.c: (update_chrome_visibility),
12138         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12139         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12140         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12141         (ev_window_unfullscreen):
12142         * shell/main.c: (main):
12143
12144         Automatically hide the fullscreen button.
12145         Patch by Kristian Høgsberg <krh@redhat.com>
12146
12147 2005-02-16  Vincent Noel  <vnoel@cox.net>
12148
12149         * shell/main.c (main): Specify an icon for the window. Patch by
12150         Jaap A. Haitsma. Fixes #166177.
12151
12152 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12153
12154         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12155
12156 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12157
12158         * backend/ev-document-misc.h:
12159         * backend/ev-document-misc.c:
12160         (ev_document_misc_get_page_border_size),
12161         (ev_document_misc_paint_one_page): New function to canonicalize
12162         sizing/painting a border.
12163
12164         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12165         used.
12166
12167         * pdf/xpdf/pdf-document.cc: use new function
12168
12169         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12170         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12171         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12172         shell/ev-window.c: (update_sizing_buttons),
12173         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12174         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12175         (ev_window_cmd_view_page_width), (size_allocate_cb),
12176         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12177         and "fit width" values act as toggle buttons so they stay
12178         toggled.  It's not 100% perfect, and it's a little slow, but it's
12179         good enough to commit I think.
12180
12181 2005-02-15  David Lodge  <dave@cirt.net>
12182
12183         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12184
12185 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12186
12187         * shell/ev-window.c (update_window_title): replace newlines in
12188         the title by spaces. Bug #166107.
12189
12190 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12191
12192         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12193         parameters providing allocation width and height without
12194         scrollbars and width of a possible vertical scrollbar. With this
12195         additional information the functions can work as
12196         intended. Unfortunately they're not idempotent. We should
12197         transform these commands to toggles. Fixes Bug #164976
12198         Initial patch by Stephane Loeuillet, then heavily modified.
12199
12200         * shell/ev-view.h: update prototypes.
12201
12202         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12203         (ev_window_cmd_view_page_width): provide EvView fit functions with
12204         all the information they need. Formulas to calculate this
12205         information taken from GtkScrolledWindow.
12206
12207 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12208
12209         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12210         created a thumbnail, the list store is updated to know
12211         that the thumbnail is set. Fixes bug #166792
12212
12213 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12214
12215         * shell/ev-window.c: fixed typo, closes bug 166897
12216
12217         * TODO: updated TODO with bug numbers that are relevant
12218
12219 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12220
12221         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12222
12223 2005-02-09  Vincent Noel  <vnoel@cox.net>
12224
12225         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12226         and "Next" toolbar buttons as important to make them stand out.
12227
12228 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12229
12230         * lib/ev-debug.c:
12231         * lib/ev-debug.h:
12232         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12233         (start_interpreter), (stop_interpreter), (document_load),
12234         (ps_document_next_page), (ps_document_goto_page),
12235         (ps_document_set_page_size), (ps_document_widget_event),
12236         (ps_document_render):
12237         * shell/ev-page-view.c: (ev_page_view_dispose):
12238         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12239
12240         Fix compilation on non-gcc platforms
12241
12242 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12243
12244         * NEWS:
12245         * configure.ac:
12246
12247         Release 0.1.4
12248
12249         * pdf/xpdf/Catalog.cc:
12250         * pdf/xpdf/XRef.cc:
12251
12252         Fix the fix for CAN-2004-0888
12253
12254 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12255
12256         * data/Makefile.am:
12257         * data/evince-ui.xml:
12258         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12259         * shell/ev-stock-icons.h:
12260         * shell/ev-window.c: (update_action_sensitivity),
12261         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12262         (set_action_properties):
12263
12264         Improve toolbar layout/icons
12265
12266 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12267
12268         * pdf/xpdf/pdf-document.cc:
12269
12270         Add warnings about unimplemented/unknown link
12271         types.
12272
12273 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12274
12275         * ps/ps-document.c: (set_up_page):
12276
12277         Log gs property
12278
12279 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12280
12281         * ps/ps-document.c: (start_interpreter):
12282
12283         Log gs env var
12284
12285 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12286
12287         * shell/ev-page-view.c: (ev_page_view_dispose):
12288         * shell/ev-view.c: (ev_view_finalize):
12289         * shell/ev-window.c: (ev_window_setup_document),
12290         (ev_window_dispose), (ev_window_init):
12291
12292         Solve more refs issues.
12293
12294         I commented out the page_view initialization for now:
12295         it was never destroyed (because it's never added
12296         to a container). Because of that we was leaking
12297         gs processes. Couldnt think to a clean fix.
12298         We need to figure this out, password view has the
12299         same issue probably.
12300
12301 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12302
12303         * ps/ps-document.c: (ps_document_finalize),
12304         (ps_document_get_n_pages), (ps_document_get_page):
12305
12306         Some cleanups, stop the interpreter on finalize
12307
12308         * shell/ev-page-view.c: (ev_page_view_dispose),
12309         (ev_page_view_class_init):
12310
12311         Release our reference on the document
12312
12313 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12314
12315         * Makefile.am:
12316         * configure.ac:
12317         * doc/debugging.txt:
12318         * lib/.cvsignore:
12319         * lib/Makefile.am:
12320         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12321         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12322         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12323         * lib/ev-debug.h:
12324
12325         Add debugging helpers
12326
12327         * ps/Makefile.am:
12328         * ps/ps-document.c: (set_up_page), (start_interpreter),
12329         (stop_interpreter), (document_load), (ps_document_next_page),
12330         (ps_document_goto_page), (ps_document_set_page_size),
12331         (ps_document_widget_event), (ps_document_render):
12332         * shell/Makefile.am:
12333         * shell/ev-view.c: (expose_bin_window):
12334         * shell/main.c: (main):
12335
12336         Add some logs
12337         
12338 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12339
12340         * ps/ps-document.c: (ps_document_widget_event):
12341
12342         Initialize message_window, this should make ps
12343         rendering really work! (Never noticed because I was
12344         testing with a ps that is causing gs to exit every time!)
12345
12346 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12347
12348         * data/evince.schemas.in: updated simple error in applyto closing tag
12349
12350 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12351
12352         * Makefile.am:
12353         * configure.ac:
12354         * data/.cvsignore:
12355         * data/Makefile.am:
12356         * data/evince-ui.xml:
12357         A data/evince.schemas.in:
12358         * po/POTFILES.in:
12359         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12360         * shell/ev-stock-icons.h:
12361         * shell/ev-window.c: (update_chrome_visibility),
12362         (update_chrome_flag), (ev_window_cmd_edit_find),
12363         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12364         (ev_window_unfullscreen), (ev_window_focus_in_event),
12365         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12366         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12367         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12368         (ev_window_dispose), (ev_window_class_init),
12369         (set_action_properties), (set_chrome_actions), (load_chrome),
12370         (ev_window_init):
12371
12372         Implement fullscreen mode changes from bug #164776.
12373         Also implement persistent chrome toggles.
12374
12375 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12376
12377         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12378
12379 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12380
12381         * NEWS:
12382         * configure.ac:
12383         * shell/ev-view.c:
12384
12385         Add another check for find interface
12386
12387         Release 0.1.3
12388
12389 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12390
12391         * shell/ev-application.c: (ev_application_open):
12392         * shell/ev-window.c: (ev_window_open):
12393
12394         Open gzipped ps documents
12395
12396 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12397
12398         * TODO:
12399         * shell/ev-view.c: (set_document_page):
12400
12401         Clamp page number, dont try to move to
12402         not existant pages.
12403
12404 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12405
12406         * backend/ev-document-find.c: (ev_document_find_changed):
12407         * backend/ev-document-find.h:
12408         * pdf/xpdf/pdf-document.cc:
12409         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12410         * shell/ev-window.c: (find_bar_search_changed_cb):
12411
12412         Fix several bugs with find
12413
12414 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12415
12416         * shell/ev-sidebar-thumbnails.c
12417         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12418         document. Prevents warning from scroll_to_cell.
12419
12420 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12421
12422         * configure.ac: Add «nb» to ALL_LINGUAS too.
12423
12424 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12425
12426         * NOTES: New file with some random thoughts.
12427
12428         * TODO: Update.
12429
12430         * backend/ev-document-misc.c:
12431         (ev_document_misc_get_page_border_size): New function to
12432         canonicalize shadow drawing sizes.  Possibly goofy.
12433
12434         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12435         (ev_view_best_fit), (ev_view_fit_width):
12436         * pdf/xpdf/pdf-document.cc:
12437         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12438         * ps/ps-document.c: (ps_document_get_page_size):
12439         * backend/ev-document-misc.h:
12440         * backend/ev-document.c: (ev_document_get_page_size):
12441         * backend/ev-document.h: get_page_size now takes a page number
12442         parameter.  Made all the backends/frontends honor it.
12443
12444         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12445         see.  Doesn't work yet.
12446
12447         * shell/Makefile.am:
12448         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12449         Doesn't do anything yet.
12450
12451         * shell/ev-sidebar-thumbnails.c:
12452         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12453         [0..n_pages-1]
12454
12455         * shell/ev-window.c: (update_action_sensitivity),
12456         (ev_window_setup_document), (ev_window_set_page_mode),
12457         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12458         view-swapping code a bit so we can have multiple views on a
12459         document.  Add the multi-page view, though it can't be turned on
12460         yet.
12461
12462 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12463
12464         * shell/ev-application.c: (ev_application_open):
12465         * shell/ev-view.c: (expose_bin_window):
12466         * shell/ev-window.c: (ev_window_open):
12467
12468         Support eps and check document supports find
12469         before drawing highlightings in expose.
12470
12471 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12472
12473         * pixbuf/pixbuf-document.c:
12474         (pixbuf_document_thumbnails_get_dimensions),
12475         (pixbuf_document_document_thumbnails_iface_init):
12476
12477         implement get_dimensions
12478
12479 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12480
12481         * NEWS:
12482         * configure.ac:
12483
12484         Release 0.1.2
12485
12486 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12487
12488         * shell/ev-view.c: (set_document_page):
12489
12490         Scroll at the top of the page when changing page
12491
12492 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12493
12494         * shell/ev-view.c: (ev_view_motion_notify_event):
12495
12496         Do not redraw unnecessarily
12497
12498 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12499
12500         * pdf/xpdf/pdf-document.cc:
12501         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12502         (expose_bin_window), (find_changed_cb):
12503
12504         Yay! find works now... Now to find bugs...
12505
12506 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12507
12508         * backend/ev-document-find.c: (ev_document_find_base_init),
12509         (ev_document_find_changed):
12510         * backend/ev-document-find.h:
12511         * pdf/xpdf/pdf-document.cc:
12512         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12513         (expose_bin_window), (ev_view_init), (set_document_page),
12514         (ensure_rectangle_is_visible), (jump_to_find_result),
12515         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12516         (ev_view_find_next), (ev_view_find_previous):
12517         * shell/ev-view.h:
12518         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12519
12520         More work on find implementation, mostly there now
12521
12522 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12523
12524         * backend/ev-backend-marshalers.list:
12525         * backend/ev-document-find.c: (ev_document_find_base_init),
12526         (ev_document_find_cancel), (ev_document_find_page_has_results),
12527         (ev_document_find_get_n_results), (ev_document_find_get_result),
12528         (ev_document_find_get_progress), (ev_document_find_changed):
12529         * backend/ev-document-find.h:
12530
12531         Enanche the find interface to be really able to do
12532         multi page find.
12533
12534         * pdf/xpdf/pdf-document.cc:
12535
12536         Implement
12537
12538         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12539         (expose_bin_window), (ev_view_init),
12540         (ev_view_get_find_status_message), (find_changed_cb),
12541         (ev_view_set_document), (set_document_page):
12542
12543         Adapt to the new interface. A few things are regressed sorry,
12544         I will finish it soon.
12545
12546 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12547
12548         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12549         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12550         ev_sidebar_thumbnails_parent_class variable, don't define another
12551         parent_class variable.
12552
12553         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12554         (ev_page_action_class_init): ditto.
12555
12556         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12557         (pixbuf_document_class_init): ditto.
12558
12559         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12560         ditto.
12561
12562         * .cvsignore: ignore various valgrind output files.
12563
12564 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12565
12566         * data/evince-ui.xml:
12567         * shell/Makefile.am:
12568         * shell/ev-history.c:
12569         * shell/ev-history.h:
12570         * shell/ev-navigation-action.c:
12571         * shell/ev-navigation-action.h:
12572         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12573         (ev_view_set_page), (ev_view_fit_width):
12574         * shell/ev-view.h:
12575         * shell/ev-window.c: (update_action_sensitivity),
12576         (ev_window_setup_document), (register_custom_actions):
12577
12578         Kill session history
12579
12580 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12581
12582         * shell/ev-window.c: (update_action_sensitivity):
12583
12584         Fix inverted up/down buttons
12585
12586 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12587
12588         * shell/ev-sidebar-thumbnails.c
12589         (ev_sidebar_thumbnails_select_page): make sure the selected
12590         thumbnail stays visible.
12591
12592 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12593
12594         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12595         scrolled window for Federico.
12596
12597 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12598
12599         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12600
12601 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12602
12603         * configure.ac:
12604         * pdf/splash/SplashFTFontEngine.cc:
12605
12606         Fix CID fonts with freetype 2.1.9
12607
12608 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12609
12610         * TODO: added item for desktop icon thumbnailer
12611
12612 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12613
12614         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12615         unloaded docs when the title is accessed.
12616
12617         * shell/ev-password-view.[hc]: New widget for displaying password
12618         state.
12619
12620         * shell/ev-window.[ch]: Refactor password handling code to handle
12621         the new view.
12622
12623 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12624
12625         * NEWS:
12626         * configure.ac:
12627         * data/Makefile.am:
12628
12629         Release 0.1.1
12630
12631 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12632
12633         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12634         ignore page offset here, to make search results independent of it,
12635
12636         * shell/ev-view.c (expose_bin_window): but take offsets into
12637         account here. Bug #164932
12638
12639         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12640         scale at the right time. Bug #164996
12641
12642 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12643
12644         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12645         fix the problem. Now I just removed the Adobe font names and hope
12646         that the URW fonts are always in outline format. Bug #164934
12647
12648         * shell/ev-window.c (update_window_title): empty titles are
12649         useless, use filename in that case too.
12650
12651         * NEWS: Add some content.
12652
12653 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12654
12655         * TODO: added one more TODO item and a TODONE section :)
12656
12657 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12658
12659         * ps/ps-document.h: add page_[xy]_offset fields.
12660
12661         * ps/ps-document.c (ps_document_set_page_offset)
12662         (ps_document_render): Keep offset in consideration in a few
12663         places. Bug #164752 "postscript documents are not centered in
12664         window"
12665
12666         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12667         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12668
12669         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12670         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12671         stub out missing methods for complete EvDocument implementation.
12672         Fixes segfaults with Save A Copy and Copy actions.
12673
12674         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12675         (ps_document_document_iface_init): ditto.
12676         
12677 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12678
12679         * data/.cvsignore:
12680         * data/Makefile.am:
12681         * data/evince.desktop.in:
12682
12683         Add desktop file
12684
12685 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12686
12687         * shell/ev-view.c: (ev_view_button_press_event),
12688         (ev_view_motion_notify_event):
12689
12690         Make selection work in any direction
12691
12692 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12693
12694         * TODO:
12695         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12696
12697         Use shorter labels for some of the toolbars items
12698
12699 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12700
12701         * pdf/xpdf/pdf-document.cc:
12702
12703         Check the links info is initialized before
12704         using it. Should fix a crash on startup.
12705
12706 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12707
12708         * pixbuf/pixbuf-document.c
12709         (pixbuf_document_thumbnails_get_dimensions): force floating point
12710         division to calculate page_ratio. Fixes crash with landscape
12711         format pixbufs.
12712
12713 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12714
12715         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12716
12717 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12718
12719         * shell/ev-view.c (set_document_page): unset has_selection when
12720         the page changes.
12721         (set_document_page): handle paper size changes when the page
12722         changes (test with Free Culture, page 2).
12723
12724 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12725
12726         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12727         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12728
12729         Use normal style color for the widget background and
12730         draw a black box around the page.
12731
12732 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12733
12734         * pdf/xpdf/pdf-document.cc:
12735
12736         Keep offset in consideration in a few places
12737
12738         * shell/ev-view.c: (expose_bin_window):
12739
12740         Set the offsets so that the document is ever centered
12741
12742 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12743
12744         * TODO: Added TODO items and finished off the first todo item
12745
12746         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12747         reflect current authors
12748
12749 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12750
12751         * pdf/xpdf/pdf-document.cc:
12752         * shell/ev-view.c: (ev_view_set_cursor),
12753         (ev_view_motion_notify_event), (document_changed_callback),
12754         (set_document_page):
12755
12756         Show a wait cursor while the page is rendering
12757
12758 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12759
12760         * shell/ev-sidebar-thumbnails.c:
12761         (ev_sidebar_tree_selection_changed),
12762         (ev_sidebar_thumbnails_select_page):
12763         * shell/ev-sidebar-thumbnails.h:
12764         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12765         (ev_view_can_go_forward):
12766         * shell/ev-window.c: (ev_window_open_page),
12767         (ev_window_setup_document), (update_current_page),
12768         (view_page_changed_cb), (ev_window_init):
12769         * shell/ev-window.h:
12770
12771         Ensure thumbnails selection, toolbar page control and
12772         current page are in sync.
12773
12774 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12775
12776         * pdf/xpdf/XRef.cc:
12777
12778         Fix CAN-2005-0064
12779
12780 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12781
12782         * backend/Makefile.am:
12783         * backend/ev-document-links.h:
12784         * backend/ev-document-security.c: (ev_document_security_get_type),
12785         (ev_document_security_has_document_security),
12786         (ev_document_security_set_password):
12787         * backend/ev-document-security.h:
12788         * backend/ev-document.c: (ev_document_error_quark):
12789         * backend/ev-document.h:
12790         * data/Makefile.am:
12791         * data/evince-password.glade:
12792         * pdf/xpdf/pdf-document.cc:
12793         * shell/Makefile.am:
12794         * shell/ev-password.c: (ev_password_set_bad_password_label),
12795         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12796         (ev_password_dialog_get_password),
12797         (ev_password_dialog_set_bad_pass):
12798         * shell/ev-password.h:
12799         * shell/ev-window.c: (ev_window_get_attribute),
12800         (ev_window_set_property), (update_action_sensitivity),
12801         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12802         (ev_window_setup_document), (ev_window_get_password),
12803         (ev_window_open), (ev_window_cmd_save_as),
12804         (using_postscript_printer), (ev_window_print),
12805         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12806         (update_fullscreen_popup), (ev_window_fullscreen),
12807         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12808         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12809         (menu_item_select_cb), (find_bar_search_changed_cb),
12810         (ev_window_dispose), (ev_window_init):
12811
12812         Add initial support for password-supported dialogs.  This could be
12813         a lot cooler, but it'll do for now.
12814
12815 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12816
12817         * pdf/xpdf/pdf-document.cc:
12818         * shell/ev-view.c: (status_message_from_link),
12819         (ev_view_set_status), (ev_view_set_cursor),
12820         (ev_view_motion_notify_event), (ev_view_init):
12821         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12822
12823         Fix bugs in the links implementation and change cursor
12824         when hovering a link.
12825
12826 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12827
12828         * viewer/.cvsignore: added cvsignore file for viewer directory
12829
12830         * TODO: created TODO document
12831
12832 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12833
12834         * shell/ev-view.h:
12835         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12836         new functions to help with implementation of sensitivity code
12837         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12838         of all actions that might require it.  Fixes a crash when you
12839         click on the Zoom actions in a window lacking a document.
12840
12841 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12842
12843         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12844         of the Find action
12845
12846 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12847
12848         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12849         (pixbuf_document_document_iface_init):
12850         * ps/ps-document.c: (ps_document_get_link),
12851         (ps_document_document_iface_init):
12852         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12853         (status_message_from_link), (ev_view_set_status),
12854         (ev_view_set_find_status), (ev_view_motion_notify_event),
12855         (ev_view_button_release_event), (ev_view_set_property),
12856         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12857         (ev_view_get_find_status_message), (update_find_results),
12858         (ev_view_get_status), (ev_view_get_find_status):
12859         * shell/ev-view.h:
12860         * shell/ev-window.c: (view_status_changed_cb),
12861         (view_find_status_changed_cb), (ev_window_init):
12862
12863         View status message support, use it to show the links.
12864         Needs work...
12865
12866 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12867
12868         * backend/ev-document.c: (ev_document_get_link):
12869         * backend/ev-document.h:
12870         * pdf/xpdf/pdf-document.cc:
12871         * shell/ev-application.c: (ev_application_open):
12872         * shell/ev-application.h:
12873         * shell/ev-sidebar-links.c: (selection_changed_cb):
12874         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12875         (ev_view_go_to_link):
12876
12877         Add support for document links
12878
12879 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12880
12881         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12882         (create_tool_item):
12883         Set the spin button limits correctly.
12884         
12885         * shell/ev-sidebar-thumbnails.c:
12886         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12887         Support changing pages by clicking on the thumbnails.
12888         
12889 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12890
12891         * pixbuf/pixbuf-document.c:
12892         (pixbuf_document_thumbnails_get_dimensions),
12893         (pixbuf_document_document_thumbnails_iface_init):
12894
12895         implement get_dimensions
12896
12897 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12898
12899         * ps/ps-document.c: (ps_document_goto_page):
12900
12901         Fix page switching on multipage documents
12902
12903 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12904
12905         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12906         
12907         check for NULL before assigning to width and height parameters
12908
12909 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12910
12911         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12912         (pixbuf_document_set_property), (pixbuf_document_get_property):
12913
12914         implement get/set properties
12915
12916 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12917
12918         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12919         
12920         return NULL instead of "Unknown", letting the title get set to
12921         the filename when the pdf has no title.
12922
12923 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12924
12925         * ps/ps-document.c: (ps_document_get_page_count),
12926         (ps_document_goto_page):
12927
12928 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12929
12930         * shell/ev-history.c: (ev_history_get_property),
12931         (ev_history_set_property), (ev_history_class_init),
12932         (ev_history_add_page), (ev_history_set_current_index):
12933         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12934         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12935         (ev_navigation_action_finalize):
12936         * shell/ev-navigation-action.h:
12937         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12938         (ev_view_go_forward), (ev_view_get_find_status_message),
12939         (history_index_changed_cb), (ev_view_set_history):
12940         * shell/ev-view.h:
12941         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12942         (update_current_page), (register_custom_actions):
12943
12944         Implement history dropdowns
12945
12946 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12947
12948         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12949         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12950         (ev_view_go_forward):
12951         * shell/ev-window.c: (register_custom_actions):
12952
12953         Fix several history bugs
12954
12955 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12956
12957         * configure.ac: Add «nb» to ALL_LINGUAS.
12958
12959 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12960
12961         * backend/Makefile.am:
12962         * backend/ev-bookmark.c:
12963         * backend/ev-bookmark.h:
12964         * backend/ev-document-bookmarks.c:
12965         * backend/ev-document-bookmarks.h:
12966         * backend/ev-document-links.c: (ev_document_links_get_type),
12967         (ev_document_links_has_document_links),
12968         (ev_document_links_begin_read), (ev_document_links_get_link),
12969         (ev_document_links_get_child), (ev_document_links_next),
12970         (ev_document_links_free_iter):
12971         * backend/ev-document-links.h:
12972         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12973         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12974         (ev_link_get_link_type), (ev_link_set_link_type),
12975         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12976         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12977         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12978         (ev_link_new_external):
12979         * backend/ev-link.h:
12980         * pdf/xpdf/pdf-document.cc:
12981         * shell/Makefile.am:
12982         * shell/ev-application.c: (ev_application_open_link):
12983         * shell/ev-application.h:
12984         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12985         (ev_history_get_link_nth):
12986         * shell/ev-history.h:
12987         * shell/ev-sidebar-bookmarks.c:
12988         * shell/ev-sidebar-bookmarks.h:
12989         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12990         (ev_sidebar_links_class_init), (selection_changed_cb),
12991         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12992         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12993         (do_one_iteration), (populate_links_idle),
12994         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12995         * shell/ev-sidebar-links.h:
12996         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12997         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12998         (go_to_index):
12999         * shell/ev-view.h:
13000         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13001         * shell/ev-window.h:
13002
13003         Rename bookmark to link, and use "Index" for the sidebar panel.
13004
13005 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13006
13007         * shell/Makefile.am:
13008         * shell/ev-application.c: (ev_application_open_bookmark):
13009         * shell/ev-application.h:
13010         * shell/ev-history.c: (ev_history_init), (free_links_list),
13011         (ev_history_finalize), (ev_history_class_init),
13012         (ev_history_add_link), (ev_history_add_page),
13013         (ev_history_get_link_nth), (ev_history_get_n_links),
13014         (ev_history_get_current_index), (ev_history_set_current_index),
13015         (ev_history_new):
13016         * shell/ev-history.h:
13017         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13018         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13019         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13020         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13021         (ev_view_set_page):
13022         * shell/ev-view.h:
13023         * shell/ev-window.c: (ev_window_open_bookmark),
13024         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13025         (goto_page_cb), (register_custom_actions):
13026         * shell/ev-window.h:
13027
13028         Initial history implementation. Needs work.
13029
13030 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13031
13032         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13033
13034 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13035
13036         * cut-n-paste/recent-files/egg-recent-item.c:
13037         * cut-n-paste/recent-files/egg-recent-item.h:
13038         * cut-n-paste/recent-files/egg-recent-model.c:
13039         * cut-n-paste/recent-files/egg-recent-util.c:
13040         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13041         * cut-n-paste/recent-files/egg-recent-view.c:
13042
13043         Update
13044
13045 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13046
13047         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13048         (fillGlyph, fillImageMask, drawImage):
13049         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13050         pdf/splash/SplashTypes.h:
13051         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13052         packed mode for Splash.
13053
13054         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13055         RGB8 packed mode, eliminates the pixbuf data creation loop.
13056
13057         * shell/ev-print-job.c (ev_print_job_finalize)
13058         (ev_print_job_set_property, ev_print_job_get_property)
13059         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13060         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13061         (print_closure_finalize, ev_print_job_print): implement
13062         printing (for backends with EvPsExporter)
13063
13064         * shell/ev_print_job.h: update prototypes.
13065
13066         * shell/ev-window.c (ev_window_print): unref print job after
13067         printing.
13068
13069         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13070         unless the document implements the EvDocumentFind interface.
13071
13072 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13073
13074         * configure.ac: Added ja to ALL_LINGUAS.
13075
13076 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13077
13078         * pdf/xpdf/pdf-document.cc:
13079
13080         add a FIXME. We should probably not allocate
13081         a bookmark object every time
13082
13083 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13084
13085         * shell/ev-application.c: (ev_application_open),
13086         (ev_application_open_bookmark):
13087         * shell/ev-application.h:
13088         
13089         Add a way to open bookmarks
13090
13091         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13092         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13093         (ev_bookmark_set_property), (ev_bookmark_class_init),
13094         (ev_bookmark_new_title), (ev_bookmark_new_link),
13095         (ev_bookmark_new_external):
13096
13097         Support for external uris, better constructors.
13098
13099         * backend/ev-bookmark.h:
13100         * pdf/xpdf/pdf-document.cc:
13101         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13102
13103         Handle external uris
13104
13105 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13106
13107         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13108         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13109
13110         Hook up bookmarks navigation
13111
13112 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13113
13114         * backend/Makefile.am:
13115         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13116         (ev_bookmark_get_title), (ev_bookmark_set_title),
13117         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13118         (ev_bookmark_get_page), (ev_bookmark_set_page),
13119         (ev_bookmark_get_property), (ev_bookmark_set_property),
13120         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13121         (ev_bookmark_new):
13122         * backend/ev-bookmark.h:
13123         * backend/ev-document-bookmarks.c:
13124         (ev_document_bookmarks_get_bookmark):
13125         * backend/ev-document-bookmarks.h:
13126         * pdf/xpdf/pdf-document.cc:
13127         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13128
13129         Add a bookmark object to the backend and use it instead of get_values
13130
13131 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13132
13133         * data/evince-ui.xml:
13134
13135         Cleanup and add select all.
13136
13137         * shell/ev-view.c: (ev_view_select_all),
13138         (ev_view_button_press_event):
13139         * shell/ev-view.h:
13140         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13141
13142         Add select all.
13143         Clear selection on click.
13144
13145 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13146
13147         * shell/ev-sidebar-thumbnails.c
13148         (ev_sidebar_thumbnails_set_document): forgot to unref the
13149         loading_icon.
13150
13151 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13152
13153         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13154         at the visible page, not just linearly.  This makes it look fast.
13155
13156 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13157
13158         * backend/ev-document-misc.c
13159         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13160         white.
13161         * backend/ev-document-thumbnails.h: New interface to get the size
13162         of a page.
13163
13164 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13165
13166         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13167         make dist works
13168
13169 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13170
13171         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13172         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13173         things up a bit.
13174
13175         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13176
13177 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13178
13179         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13180         fonts. Should fix font problems on systems that have the base
13181         fonts in bitmap format. Reported by James Henstridge
13182         <james@jamesh.id.au>.
13183
13184 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13185
13186         * pdf/xpdf/Gfx.cc:
13187         * pdf/xpdf/GfxState.cc:
13188
13189         Fix for CAN-2004-1125
13190
13191 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13192
13193         * shell/ev-view.c: (ev_view_copy):
13194         * shell/ev-view.h:
13195         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13196
13197         Implement Edit->Copy
13198
13199 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13200
13201         * backend/ev-document.c: (ev_document_get_text):
13202         * backend/ev-document.h:
13203         * pdf/xpdf/pdf-document.cc:
13204         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13205         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13206         (ev_view_update_primary_selection), (ev_view_button_press_event),
13207         (ev_view_motion_notify_event), (ev_view_button_release_event):
13208
13209         Beginnings of clipboard support. Incomplete but primary sort
13210         of work.
13211
13212 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13213
13214         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13215         (expose_bin_window):
13216
13217         Nicer rubberband drawing, from GtkIconView.
13218
13219 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13220
13221         * backend/ev-document.c: (ev_document_save):
13222         * backend/ev-document.h:
13223         * data/evince-ui.xml:
13224         * pdf/xpdf/pdf-document.cc:
13225         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13226
13227         Implement "Save a copy..." menu item
13228
13229 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13230
13231         * shell/ev-view.c: (ev_view_zoom):
13232
13233         Queue a resize when zoom changes
13234
13235 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13236
13237         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13238         shadows.
13239
13240         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13241         thumbnails..
13242
13243 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13244
13245         * pdf/xpdf/pdf-document.cc
13246         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13247
13248 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13249
13250         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13251         It's slow, but I'll speed it up next!
13252
13253 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13254
13255         * shell/main.c (load_files):
13256
13257         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13258         from the command line and because it seems more appropriate.
13259
13260 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13261
13262         * data/evince-ui.xml:
13263         * shell/ev-window.c: (update_action_sensitivity),
13264         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13265
13266         s/next page/page down
13267         s/previous page/page up
13268
13269 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13270
13271         * data/evince-ui.xml:
13272
13273         Change the layout to match clarkbw design.
13274
13275         * shell/Makefile.am:
13276         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13277         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13278         (ev_navigation_action_finalize),
13279         (ev_navigation_action_set_property),
13280         (ev_navigation_action_get_property),
13281         (ev_navigation_action_class_init):
13282         * shell/ev-navigation-action.h:
13283
13284         Implement clarkbw toolbar navigation controls (incomplete)
13285
13286         * shell/ev-page-action.c: (update_label), (update_spin),
13287         (value_changed_cb), (create_tool_item), (connect_proxy),
13288         (ev_page_action_init), (ev_page_action_finalize),
13289         (ev_page_action_set_property), (ev_page_action_get_property),
13290         (ev_page_action_set_current_page),
13291         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13292         * shell/ev-page-action.h:
13293
13294         Implement a page switcher in the toolbar
13295
13296         * shell/ev-view.c: (ev_view_scroll_view):
13297         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13298         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13299         (register_custom_actions), (ev_window_init):
13300
13301         Change page on PageUp/Down.
13302
13303 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13304
13305         * pdf/xpdf/pdf-document.cc
13306         (pdf_document_thumbnails_get_thumbnail): initial stab at
13307         implementing thumbnail support for pdfs.  It only does documents
13308         with precached pdfs now.
13309
13310 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13311
13312         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13313         thumbnail code into a time-based idle as well.  Also, turn off the
13314         shadow temporarily as it's really slow.
13315
13316 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13317
13318         * backend/ev-document.c: (ev_document_class_init):
13319         * pdf/xpdf/pdf-document.cc:
13320         * shell/ev-window.c: (ev_window_open):
13321
13322         Fix document title bugs and fallback to
13323         filename when not available.
13324
13325 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13326
13327         * backend/ev-document.c: (ev_document_get_type),
13328         (ev_document_class_init), (ev_document_load),
13329         (ev_document_get_title):
13330         * backend/ev-document.h:
13331         * pdf/xpdf/pdf-document.cc:
13332         * ps/ps-document.c: (ps_document_set_property),
13333         (ps_document_get_property), (ps_document_class_init),
13334         (document_load):
13335         * ps/ps-document.h:
13336         * ps/ps.h:
13337         * shell/ev-window.c: (update_window_title), (ev_window_open),
13338         (ev_window_init):
13339
13340         Initial support for document title. Not working yet.
13341
13342 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13343
13344         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13345
13346         Grab focus on the view when clicking it
13347
13348 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13349
13350         * shell/ev-marshal.list:
13351         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13352         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13353
13354         Add key bindings to the view. Now if the focus would work
13355         right...
13356
13357 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13358
13359         * Makefile.am:
13360         * backend/Makefile.am:
13361         * data/Makefile.am:
13362         * dvi/Makefile.am:
13363         * dvi/dvilib/Makefile.am:
13364         * pdf/xpdf/Makefile.am:
13365         * po/POTFILES.in:
13366         * ps/Makefile.am:
13367
13368         Fix distcheck
13369
13370 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13371
13372         * shell/ev-view.c: (ev_view_realize):
13373
13374         Fix mouse wheel scrolling
13375
13376 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13377
13378         * ps/Makefile.am:
13379         * ps/gstypes.h:
13380         * ps/gtkgs.c:
13381         * ps/gtkgs.h:
13382         * ps/ps-document.c: (catchPipe), (ps_document_init),
13383         (ps_document_class_init), (ps_document_cleanup),
13384         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13385         (set_up_page), (close_pipe), (is_interpreter_ready),
13386         (interpreter_failed), (output), (input), (start_interpreter),
13387         (stop_interpreter), (file_length), (file_readable),
13388         (check_filecompressed), (check_pdf), (compute_xdpi),
13389         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13390         (ps_document_get_type), (ps_document_emit_error_msg),
13391         (document_load), (ps_document_next_page),
13392         (ps_document_get_current_page), (ps_document_get_page_count),
13393         (ps_document_goto_page), (ps_document_set_page_size),
13394         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13395         (ps_document_load), (ps_document_get_n_pages),
13396         (ps_document_set_page), (ps_document_get_page),
13397         (ps_document_widget_event), (ps_document_set_target),
13398         (ps_document_set_scale), (ps_document_set_page_offset),
13399         (ps_document_get_page_size), (ps_document_render),
13400         (ps_document_document_iface_init):
13401         * ps/ps-document.h:
13402         * ps/ps.c:
13403         * shell/ev-window.c: (ev_window_open):
13404
13405         Rename GtkGS to PSDocument
13406
13407 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13408
13409         * ps/gtkgs.c: (gtk_gs_class_init):
13410         * ps/gtkgs.h:
13411
13412         Some more leftover...
13413
13414 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13415
13416         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13417         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13418         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13419         * ps/gtkgs.h:
13420
13421         Remove unused code and make a lot of stuff private
13422
13423 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13424
13425         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13426         (gtk_gs_defaults_changed):
13427         * ps/gsdefaults.h:
13428         * ps/gtkgs.c:
13429         * ps/gtkgs.h:
13430         * ps/ps.h:
13431
13432         Cleanup headers dependencies
13433
13434 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13435
13436         * ps/Makefile.am:
13437         * ps/ggvutils.c:
13438         * ps/ggvutils.h:
13439         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13440         * ps/gsdefaults.h:
13441         * ps/gtkgs.c: (file_length), (file_readable),
13442         (check_filecompressed), (check_pdf), (gtk_gs_load),
13443         (gtk_gs_get_postscript):
13444
13445         Get rid of ggvutils
13446
13447 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13448
13449         * ps/ggvutils.c:
13450         * ps/ggvutils.h:
13451         * ps/gsio.h:
13452         * ps/gtkgs.c: (gtk_gs_set_zoom):
13453
13454         Cleanups
13455
13456 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13457
13458         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13459
13460         Ensure the page is rerendered when changing zoom
13461
13462 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13463
13464         * backend/ev-document.c: (ev_document_base_init),
13465         (ev_document_changed):
13466         * backend/ev-document.h:
13467
13468         Add a changed event that is emitted when the page content
13469         changes. This is necessary to deal with the fact that
13470         in ps backend rendering happen asycrounously.
13471         This makes the ps backend mostly work.
13472
13473         * pdf/xpdf/pdf-document.cc:
13474
13475         Emit changed event
13476
13477         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13478         (ps_document_set_target):
13479
13480         Emit changed event
13481
13482         * shell/ev-view.c: (document_changed_callback),
13483         (ev_view_set_document), (ev_view_set_page):
13484
13485         Redraw on the changed signal
13486
13487 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13488
13489         * configure.ac: Added pt_BR to ALL_LINGUAS.
13490
13491 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13492
13493         * backend/ev-document-bookmarks.c:
13494         (ev_document_bookmarks_get_child): *
13495         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13496         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13497         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13498         (ev_sidebar_bookmarks_destroy),
13499         (ev_sidebar_bookmarks_class_init),
13500         (ev_sidebar_bookmarks_construct), (stack_data_free),
13501         (do_one_iteration), (populate_bookmarks_idle),
13502         (ev_sidebar_bookmarks_clear_document),
13503         (ev_sidebar_bookmarks_set_document): *
13504         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13505         (ev_sidebar_add_page),
13506         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13507         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13508         it displays both the topics and the page numbers.
13509
13510 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13511
13512         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13513         toggle.
13514         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13515         visible.
13516
13517 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13518
13519         * configure.ac: Added en_CA to ALL_LINGUAS.
13520
13521 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13522
13523         * ChangeLog: replace bottom of this ChangeLog (merged history of
13524         ggv and gpdf; where all paths were wrong and most of the files are
13525         not even in this tree) with ChangeLog (from arch) of the shell
13526         code.
13527
13528 2004-12-23  Havoc Pennington  <hp@redhat.com>
13529
13530         * shell/ev-window.c: hook up potentially-questionable "find
13531         results status text" feature - something involving the sidebar or
13532         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13533         might be better in the end.
13534
13535         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13536         with corresponding signal when it should be updated
13537
13538         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13539
13540 2004-12-22  Havoc Pennington  <hp@redhat.com>
13541
13542         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13543         find stuff on other pages, sort of (only returns one result on
13544         invisible pages, to show they have results; updates full results
13545         for a page when you view it). Currently repaints the current page
13546         every time a new result is found on any page, which isn't so nice.
13547
13548 2004-12-22  Havoc Pennington  <hp@redhat.com>
13549
13550         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13551         the document doesn't support find (better ideas?)
13552         (find_bar_search_changed_cb): handle missing document or document
13553         that doesn't support find
13554
13555         * pdf/xpdf/pdf-document.cc: port to implement the new
13556         EvDocumentFindIface
13557
13558         * backend/ev-document-find.c: create a new interface for searching
13559
13560         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13561
13562 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13563
13564         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13565         libevbackend.la.
13566
13567         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13568         EvPrintJob constructor arguments.
13569
13570         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13571         for documents that can export PostScript (page by page).
13572
13573         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13574         
13575         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13576         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13577         (pdf_document_ps_exporter_iface_init:
13578         Implement EvPSExporter.
13579
13580         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13581
13582 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13583
13584         * backend/Makefile.am:
13585         * backend/ev-document-thumbnails.c:
13586         (ev_document_thumbnails_get_type),
13587         (ev_document_thumbnails_get_thumbnail):
13588         * backend/ev-document-thumbnails.h:
13589         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13590         (pixbuf_document_thumbnails_get_thumbnail),
13591         (pixbuf_document_document_thumbnails_iface_init):
13592         * shell/Makefile.am:
13593         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13594         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13595         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13596         * shell/ev-sidebar-thumbnails.h:
13597         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13598         (ev_sidebar_set_document):
13599         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13600         (create_shadow), (ev_pixbuf_add_shadow):
13601         * shell/ev-utils.h:
13602         Add thumbnail support.
13603         
13604 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13605
13606         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13607         (using_postscript_printer): Set up a print dialog for "PostScript
13608         injection" method.
13609
13610         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13611         EvPrintJob.
13612
13613         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13614
13615 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13616
13617         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13618         (ps_document_set_target), (ps_document_get_page_size),
13619         (ps_document_render):
13620         * ps/gtkgs.h:
13621
13622         Fix a few bugs
13623
13624 2004-12-22  Christian Rose  <menthos@menthos.com>
13625
13626         * configure.ac: Added "sv" to ALL_LINGUAS.
13627
13628 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13629
13630         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13631         document supports bookmarks.
13632
13633 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13634
13635         * ps/ggvutils.c: (ggv_file_readable):
13636         * ps/ggvutils.h:
13637         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13638         (gtk_gs_get_postscript):
13639
13640         Remove unused utils
13641
13642 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13643
13644         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13645         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13646         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13647         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13648         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13649         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13650         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13651         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13652         (gtk_gs_set_antialiasing), (ps_document_load),
13653         (ps_document_render):
13654         * ps/gtkgs.h:
13655
13656         Another check point for the ps backend. Now I can get it to show
13657         pages!
13658
13659 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13660
13661         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13662         document setting code.
13663
13664 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13665
13666         * shell/eggfindbar.c: (entry_activate_callback):
13667         Animate the next button when activate is pressed.
13668         
13669 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13670
13671         * shell/ev-window.c: (ev_window_cmd_edit_find),
13672         (update_fullscreen_popup), (ev_window_fullscreen),
13673         (ev_window_unfullscreen), (ev_window_state_event_cb),
13674         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13675         Fix bugs in fullscreen code.
13676         
13677 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13678
13679         * Makefile.am:
13680         * configure.ac:
13681         * pixbuf/Makefile.am:
13682         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13683         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13684         (pixbuf_document_set_page), (pixbuf_document_get_page),
13685         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13686         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13687         (pixbuf_document_render), (pixbuf_document_begin_find),
13688         (pixbuf_document_end_find), (pixbuf_document_finalize),
13689         (pixbuf_document_class_init),
13690         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13691         * pixbuf/pixbuf-document.h:
13692         * shell/Makefile.am:
13693         * shell/ev-application.c: (ev_application_open):
13694         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13695         (ev_window_open):
13696         Add pixbuf backend.
13697         
13698 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13699
13700         * Makefile.am: 
13701         * dvi/dvilib/Makefile.am:
13702         * dvi/Makefile.am:
13703         * configure.ac: Auto*ify dvi and dvi/dvilib
13704
13705         * dvi/Makefile: Remove from CVS
13706         
13707         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13708         confusion.
13709
13710         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13711         
13712         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13713         
13714 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13715
13716         * ps/Makefile.am:
13717         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13718         (gtk_gs_value_adjustment_changed), (compute_size),
13719         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13720         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13721         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13722         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13723         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13724         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13725         (ps_document_load), (ps_document_get_n_pages),
13726         (ps_document_set_page), (ps_document_get_page),
13727         (ps_document_set_target), (ps_document_set_scale),
13728         (ps_document_set_page_offset), (ps_document_get_page_size),
13729         (ps_document_render), (ps_document_begin_find),
13730         (ps_document_end_find), (ps_document_document_iface_init):
13731         * ps/gtkgs.h:
13732         * shell/Makefile.am:
13733         * shell/ev-window.c: (ev_window_open):
13734
13735         Some work to integrate gtkgs with EvDocument
13736
13737 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13738
13739         * shell/ev-window.c: (update_fullscreen_popup),
13740         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13741         (exit_fullscreen_button_clicked_cb),
13742         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13743         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13744         (ev_window_state_event_cb), (ev_window_init):
13745         Add fullscreen support from Epiphany.
13746         
13747 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13748
13749         * data/ev-stock-zoom-fit-width.png: fit-width
13750         stock icon from gpdf.
13751         
13752         * shell/ev-stock-icons.[ch]: copied from gpdf.
13753         
13754         * shell/main.c: (main): init stock icons.
13755         
13756         * shell/ev-window.c: use the fit-width icon.
13757         
13758         * data/evince-ui.xml: add zooming toolbar items.
13759
13760 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13761
13762         * shell/ev-view.c: 
13763         (ev_view_best_fit), (ev_view_fit_width): because
13764         get_page_size() returns the scaled page size, we
13765         need to calculate the scale factor relative to
13766         the previous scale factor. Should really just
13767         add get_real_page_size().
13768
13769 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13770
13771         * shell/ev-view.[ch]:
13772         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13773         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13774         add zooming.
13775         
13776         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13777         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13778         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13779         hook it up.
13780         
13781         * pdf/xpdf/pdf-document.cc:
13782         (pdf_document_begin_find),
13783         (pdf_document_end_find): make static.
13784
13785 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13786
13787         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13788
13789         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13790         names to fontconfig patterns.
13791         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13792
13793         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13794         setupBaseFontsFc.
13795
13796 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13797
13798         * Makefile.am:
13799         * configure.ac:
13800         * ps/Makefile.am:
13801         * ps/ggvutils.c:
13802         * ps/ggvutils.h:
13803         * ps/gsdefaults.c:
13804         * ps/gsdefaults.h:
13805         * ps/gsio.c:
13806         * ps/gsio.h:
13807         * ps/gtkgs.c:
13808         * ps/gtkgs.h:
13809         * ps/ps.c:
13810         * ps/ps.h:
13811
13812         Import ggv backend. Not hooked up yet.
13813
13814 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13815
13816         * shell/main.c: (load_files), (main): load files
13817         from the command line.
13818
13819 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13820
13821         * configure.ac: don't require bonobo.
13822         
13823         * cut-n-paste/recent-files/*: kill bonobo recent
13824         view.
13825
13826         * shell/ev-window.c:
13827         (ev_window_is_empty): upd.
13828         (unable_to_load), (ev_window_open): load backend
13829         based on the mime type.
13830
13831 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13832
13833         * backend/.cvsignore: ignore generated marshalers source.
13834
13835         * shell/main.c (main): this is not epiphany.
13836
13837 2004-12-22  Havoc Pennington  <hp@redhat.com>
13838
13839         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13840         (expose_bin_window): draw find highlights
13841
13842         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13843         
13844         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13845         (pdf_document_end_find): implement this interface
13846
13847         * backend/ev-document.c (ev_document_found): add this to emit
13848         signal
13849
13850 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13851
13852         * data/evince-ui.xml: Add a few more toolbar items.
13853
13854         * shell/ev-window.c: Hook up page navigation toolbar 
13855         items.
13856
13857         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13858         a page-changed signal.
13859
13860         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13861         Add ev_document_get_page().
13862
13863         * shell/ev-window.c: Sensitize/desensitize navigation
13864         actions.
13865
13866 2004-12-21  Havoc Pennington  <hp@redhat.com>
13867
13868         * backend/ev-backend-marshal.c,
13869         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13870         marshaler-generator thingy. I'm sure there's a better way to do
13871         this in the modern world.
13872
13873         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13874         end_find methods and "found" signal.
13875
13876         * configure.ac: find glib-genmarshal
13877
13878 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13879
13880         * shell/ev-sidebar.c: Construct an actual sidebar.
13881         * shell/ev-sidebar-bookmarks.[ch]:
13882         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13883
13884 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13885
13886         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13887         Redo size handling.
13888         
13889         * shell/ev-view.c: Track the size from the document.
13890
13891 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13892
13893         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13894         constructor assumes ownership of the string passed in.
13895         
13896         * shell/ev-window.c (ev_window_open): Destroy the error
13897         dialog once we've displayed it.
13898
13899 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13900
13901         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13902         a bit, it works! (sort of)
13903
13904         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13905         Move to .cc since we need to use C++ in the implementation.
13906
13907         * shell/dummy.cc: Add a CC file to force evince
13908         to be linked as a C++ program.
13909
13910 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13911
13912         * shell/ev-view.[ch]: Start of content-area widget.
13913
13914         * shell/ev-window.c: Create a EvView, update it
13915         as we change documents.
13916
13917         * shell/Makefile.am shell/ev-marshal.list: Add
13918         generated marshalers.
13919
13920 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13921
13922         * Makefile.am (SUBDIRS): move shell.
13923
13924 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13925
13926         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13927         .a to libtool convenience libraries.
13928
13929         * shell/ev-window.c (ev_window_open): Hard code loading
13930         a PDF document.
13931         
13932         * backend/ev-document.h: Add a boolean return to load(),
13933         fix GError * to GError **.
13934
13935         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13936         object for a PDF backend EvDocument.
13937
13938 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13939
13940         * dvi/*: New directory with the beginning of a .dvi backend.
13941
13942 2004-12-21  Havoc Pennington  <hp@redhat.com>
13943
13944         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13945         previous/next instead of back/forward
13946
13947 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13948
13949         * backend/ev-document.[ch]: Fix a couple of problems so
13950         it compile.
13951
13952 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13953
13954         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13955         to backend/ directory, rename EvViewer to EvDocument.
13956
13957 2004-12-21  Havoc Pennington  <hp@redhat.com>
13958
13959         * shell/ev-window.c: hook up the find bar widget; now we just need
13960         a document to find things in
13961
13962         * shell/eggfindbar.c: a find bar widget
13963
13964 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13965
13966         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13967
13968 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13969
13970         * pdf/**: Import of xpdf code from gpdf. 
13971
13972         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13973
13974         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13975         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13976         Fix FreeType includes.
13977
13978         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13979         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13980         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13981         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13982         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13983         Include xpdfconfig.h
13984         
13985 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13986
13987         * shell/ev-window.c (ev_window_dispose): dispose can be called
13988         multiple times.
13989
13990 2004-12-21  Havoc Pennington  <hp@redhat.com>
13991
13992         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13993         rather than Evince
13994
13995         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13996         items; really they should be synced with the strings, etc. from
13997         current gpdf, but just getting the boring typing out of the way 
13998
13999 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14000
14001         * po/POTFILES.in:
14002         * shell/ev-application.c: (window_destroy_cb):
14003         * shell/ev-window.c:
14004         * shell/main.c: (main):
14005
14006         Actually show the window...
14007
14008 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14009
14010         * Makefile.am:
14011         * shell/Makefile.am:
14012         * shell/ev-application.c: (ev_application_class_init):
14013         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14014
14015         Make it build again
14016
14017 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14018
14019         Import to gnome cvs.
14020         
14021         * Remove copies of gpdf and ggv trees.
14022         * Rip out all the recursive configure code.
14023         * Remove bonobo machinery.
14024         * viewer/*: GInterfaces that backends should/can implement.
14025
14026 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14027
14028         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14029         typo
14030
14031 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14032
14033         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14034         (ev_application_finalize, ev_application_class_init)
14035         (ev_application_init): use GType instance private data for priv.
14036
14037         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14038         (ev_window_finalize, ev_window_class_init)
14039         (ev_window_init): ditto.
14040
14041 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14042
14043         * shell/ev-application.c (ev_application_new_window): make public
14044         (ev_application_show_initial_window): kill.
14045
14046         * shell/ev-application.h: update prototypes.
14047
14048         * shell/main.cc (main): inline ev_application_show_initial_window.
14049
14050 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14051
14052         * shell/ev-application.c (ev_application_new_window): impl.
14053         (ev_application_show_initial_window): use it.
14054         (is_window_empty, ev_application_get_empty_window): returns an
14055         existing empty window or a new one.
14056         (ev_application_open): from ev_window_cmd_file_open.
14057
14058         * shell/ev-application.h: update prototypes
14059
14060         * shell/ev-window.c (ev_window_is_empty): impl.
14061         (ev_window_open): make public.
14062         (ev_window_cmd_file_open): use ev_application_open
14063
14064         * shell/ev-window.h: update prototypes, remove unused.
14065
14066 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14067
14068         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14069         move destroy handler out of here...
14070
14071         * shell/ev-application.c, shell/ev-application.h: ...into this new
14072         class. Also handles initial window creation.
14073
14074         * shell/main.cc (main): use EvApplication to create initial
14075         window.
14076
14077 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14078
14079         * Makefile.am (SUBDIRS): add cut-n-paste
14080
14081         * cut-n-paste/Makefile.am: add
14082
14083         * configure.ac: generate Makefiles in cut-n-paste
14084
14085 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14086
14087         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14088         (ev_window_class_init): install ev_window_dispose.
14089
14090 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14091
14092         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14093         char (gchar looks stupid).
14094
14095 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14096
14097         * po/de.po: updated German translation.
14098
14099 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14100
14101         * configure.ac: add more pkg-config library checks for gnome-vfs,
14102         bonobo etc.
14103
14104         * gpdf/configure.in: temporarily disable libpaper
14105         checks. Otherwise I'd have to add the checks for the shell, too.
14106
14107 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14108
14109         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14110         and * file filters to the file choose.
14111
14112 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14113
14114         * po/de.po: Updated German translation.
14115
14116 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14117
14118         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14119
14120 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14121
14122         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14123
14124         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14125         (ev_window_init): implement those menuitems.
14126
14127 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14128
14129         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14130
14131         * shell/ev-window.c (ev_window_init): use the toolbar.
14132
14133 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14134
14135         * shell/ev-window.c (ev_window_init): use menu translations
14136
14137 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14138
14139         * configure.ac: add "de" to ALL_LINGUAS.
14140
14141         * po/de.po: add German translation.
14142
14143 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14144
14145         * Makefile.am (SUBDIRS): add po
14146
14147         * configure.ac: check intltool, glib-gettext etc, generate
14148         po/Makefile.in
14149
14150         * po, po/POTFILES.in, po/POTFILES.skip: new.
14151
14152 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14153
14154         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14155         already use (#ifdef ENABLE_NLS)
14156
14157         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14158         pointer indirection thinko.
14159
14160         * shell/main.c: include gi18n.h for bindtextdomain etc.
14161
14162 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14163
14164         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14165         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14166         tooltips for menu items in the statusbar.
14167
14168 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14169
14170         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14171         pkgdatadir drop UIDIR
14172
14173 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14174
14175         * data/evince-ui.xml: Add File->Open menu item
14176
14177         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14178         chooser), hook it up in the ui manager.
14179
14180 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14181
14182         * shell/ev-window.c: fix Help->About tooltip.
14183
14184 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14185
14186         * configure.ac: set CFLAGS for libevprivate.
14187
14188         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14189         definitions, factory etc.
14190
14191         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14192
14193         * shell/Makefile.am: link against libevprivate.a.
14194
14195         * shell/ev-window.c (entries): add stock icon to Help->About.
14196
14197         * shell/main.c (main): init stock icon code.
14198
14199 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14200
14201         * lib/recent-files: egg recent files code
14202
14203         * lib/Makefile.am: add.
14204
14205         * Makefile.am: add lib subdir.
14206
14207         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14208         set CFLAGS for recent-files.
14209
14210 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14211
14212         * configure.ac: disable -ansi and -pedantic gcc flags. They
14213         disable POSIX stuff in stdio.h, but egg-recent uses them.
14214
14215 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14216
14217         * configure.ac: add --disable-deprecated flag (defaults to on in
14218         "cvs" builds).
14219
14220         * shell/Makefile.am (INCLUDES): use it.
14221
14222 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14223
14224         * shell/main.c: add missing #include.
14225
14226         * shell/ev-window.c: fix for pedantic gcc.
14227         (ev_window_cmd_help_about): split license into paragraphs for
14228         translators and pedantic compilers.
14229
14230 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14231
14232         * configure.ac: add more warning flags if compiling with gcc from
14233         cvs (or explicitly requested with --enable-more-warnings).
14234
14235 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14236
14237         * data/evince-ui.xml: add File and File->Close menu.
14238
14239         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14240         (ev_window_destroy): quit after destroy.
14241         (ev_window_class_init): override GtkObject::destroy.
14242         (entries): install close_window callback.
14243
14244 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14245
14246         * Makefile.am (SUBDIRS): add data subdir.
14247
14248         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14249         gtk+ 2.5.0 for GtkAboutDialog.
14250
14251         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14252         main window.
14253
14254         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14255
14256         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14257         manager.
14258         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14259
14260 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14261
14262         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14263
14264 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14265
14266         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14267
14268 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14269
14270         * shell/*: Added shell directory boilerplate, build it.
14271
14272 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14273
14274         * configure.ac, Makefile.am: Added top-level configure.ac and
14275         Makefile.am