]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Assume invalid uris are http uris. Fixes bug #552071.
[evince.git] / ChangeLog
1 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (launch_external_uri):
4
5         Assume invalid uris are http uris. Fixes bug #552071.
6         
7 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * NEWS:
10         * configure.ac:
11
12         Update for release 2.23.92.
13         
14 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * shell/eggfindbar.c: (egg_find_bar_class_init):
17
18         Allow page scrolling with PageUp/PageDown keys when find bar is
19         active. Fixes bug #529833.
20         
21 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * shell/ev-view-private.h:
24         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
25         (ev_view_scroll), (ev_view_class_init):
26         * shell/ev-view-accessible.c:
27         (ev_view_accessible_action_do_action):
28         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
29         (ev_window_cmd_scroll_backward):
30
31         Use GtkScrollType instead of EvScrollType.
32         
33 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
34
35         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
36         
37         Patch for case unsensitive page label match by Michael Lee.
38         See bug #550136.
39         
40         * shell/ev-page-action.c (create_tool_item):    
41         * test/Makefile.am:
42         * test/test1.py:
43         * test/test4.py:
44         * test/test5.py:
45         
46         Added test for the above and updated other tests.
47
48 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
49
50         * shell/ev-window.c: (image_save_dialog_response_cb):
51
52         Do not append the file extension twice when saving an image.
53         
54 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
55
56         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
57
58         Remove an invalid ifdef.
59         
60 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * shell/ev-view.c: (ev_view_motion_notify_event):
63
64         Make sure the cursor is correctly restored after showing the right
65         click menu.
66         
67 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
68
69         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
70         (ev_attachment_open):
71         * shell/ev-sidebar-attachments.c:
72         (ev_sidebar_attachments_button_press):
73         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
74
75         Use GdkAppLaunchContext when available to open attachments.
76         
77 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
78
79         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
80
81         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
82         by Eric Piel.
83         
84 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
85
86         * shell/ev-application.c: (ev_application_get_media_keys):
87         * shell/ev-media-player-keys.[ch]:
88         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
89         (ev_media_player_keys_grab_keys),
90         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
91         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
92         * shell/ev-window.[ch]: (ev_window_dispose),
93         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
94         (ev_window_init):
95
96         Clean up the media player keys stuff.
97         
98 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * NEWS:
101         * configure.ac:
102
103         Update for release 2.23.91.
104         
105 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
106
107         * cut-n-paste/smclient/eggsmclient-xsmp.c:
108         (sm_client_xsmp_set_initial_properties):
109
110         Fix memory leak.
111         
112 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
113
114         * shell/ev-application.c: (ev_application_open_window),
115         (ev_application_open_uri_at_dest):
116
117         Make sure evince starts up in the right workspace when resuming a
118         previous session.
119         
120 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
121
122         * shell/ev-application.[ch]: (ev_application_open_window),
123         (ev_application_add_icon_path_for_screen),
124         (ev_application_open_uri_at_dest):
125
126         Fix window manager warnings shown in ~/.xsession-errors
127         
128 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
129
130         * configure.ac:
131         * cut-n-paste/Makefile.am:
132         * cut-n-paste/smclient/Makefile.am:
133         * cut-n-paste/smclient/eggdesktopfile.[ch]:
134         * cut-n-paste/smclient/eggsmclient-private.h:
135         * cut-n-paste/smclient/eggsmclient-xsmp.c:
136         * cut-n-paste/smclient/eggsmclient.[ch]:
137
138         EggSMClient copied from libegg
139
140         * libdocument/ev-file-helpers.c: (ev_dot_dir):
141         * shell/Makefile.am:
142         * shell/ev-application.[ch]: (ev_application_load_session),
143         (smclient_save_state_cb), (smclient_quit_cb),
144         (ev_application_init_session), (ev_application_shutdown),
145         (ev_application_init):
146         * shell/main.c: (main):
147
148         Use EggSMClient instead of gnome-client and remove libgnome and
149         libgnomeui dependencies.
150         
151 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
152
153         * shell/main.c: (main):
154
155         Remove gnome_authentication_manager_init.
156         
157 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
158
159         * shell/ev-view.c: (ev_view_goto_window_create):
160
161         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
162         since it's now deprecated.
163         
164 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
165
166         * backend/djvu/Makefile.am:
167         * backend/djvu/djvu-document-private.h:
168         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
169         (djvu_document_find_iface_init):
170         * backend/djvu/djvu-text-page.[ch]:
171         * backend/djvu/djvu-text.[ch]: Removed
172         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
173         (pdf_document_find_iface_init):
174         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
175         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
176         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
177         (ev_job_find_get_n_results), (ev_job_find_get_progress),
178         (ev_job_find_has_results), (ev_job_find_get_results):
179         * shell/ev-view-private.h:
180         * shell/ev-view.[ch]: (ev_view_expose_event),
181         (highlight_find_results), (ev_view_finalize),
182         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
183         (ev_view_set_document), (ev_view_find_get_n_results),
184         (ev_view_find_get_result), (jump_to_find_result),
185         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
186         (ev_view_find_previous), (ev_view_find_search_changed),
187         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
188         * shell/ev-window.c: (ev_window_update_actions),
189         (page_changed_cb), (ev_window_setup_document),
190         (ev_window_update_find_status_message),
191         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
192         (ev_window_clear_find_job), (find_bar_close_cb),
193         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
194         (ev_window_dispose), (ev_window_init):
195
196         Rework find interface. The find logic has been moved from backends
197         to the shell avoiding a lot of duplicated code in the backends and
198         making easier to implement the find interface in the backends.
199         
200 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
201
202         * backend/pdf/ev-poppler.cc:
203         (pdf_document_thumbnails_get_dimensions):
204
205         Make sure thumbnail size returned by the PDF is actually
206         valid. Fixes bug #548462.
207         
208 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
209
210         * shell/ev-window.c: (ev_window_setup_document),
211         (ev_window_set_document), (ev_window_dispose):
212
213         Remove the idle function for setting the document up when the
214         window is destroyed. Fixes bug #549163.
215         
216 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
217
218         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
219         (ev_job_attachments_dispose), (ev_job_attachments_run),
220         (ev_job_attachments_class_init), (ev_job_attachments_new):
221         * shell/ev-sidebar-attachments.c:
222         (ev_sidebar_attachments_set_document):
223
224         Add a new job to get the attachments in a thread with the document
225         lock held. Fixes bug #548653.
226         
227 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
230         (tiff_document_document_iface_init):
231
232         Implement document_get_page_label in tiff backend.
233         
234 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
235
236         * backend/tiff/tiff-document.c: (tiff_document_render):
237
238         Handle document orientation in tiff backend. Fixes bug #548444.
239         
240 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
241
242         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
243
244         Do not crash when adjustment page size is 0. Fixes bug #547440.
245         
246 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * cut-n-paste/evmountoperation/ev-mount-operation.c:
249
250         Sync with current GTK+.
251         
252 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
253
254         * configure.ac:
255         
256         Update for release 2.23.6.
257
258 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
259
260         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
261         (ev_job_load_set_password):
262         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
263         * shell/ev-window.c: (password_dialog_response),
264         (ev_window_load_job_cb):
265
266         Fix loading encrypted documents since I broke it with the jobs
267         rework.
268         
269 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
270
271         * NEWS:
272
273         Update NEWS for 2.23.6 release.
274         
275 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
276
277         * backend/impress/impress-document.c:
278         * backend/impress/render.h:
279         * libdocument/ev-document-factory.c:
280         * libdocument/ev-document-factory.h:
281         * libdocument/ev-document-links.h:
282         * libdocument/ev-document-misc.c:
283         * libdocument/ev-document-misc.h:
284         * properties/ev-properties-main.c:
285         * properties/ev-properties-view.c:
286         * properties/ev-properties-view.h:
287         * shell/eggfindbar.c:
288         * shell/eggfindbar.h:
289         * shell/ev-application.c:
290         * shell/ev-application.h:
291         * shell/ev-jobs.h:
292         * shell/ev-message-area.h:
293         * shell/ev-navigation-action.c:
294         * shell/ev-navigation-action.h:
295         * shell/ev-open-recent-action.c:
296         * shell/ev-open-recent-action.h:
297         * shell/ev-page-action-widget.c:
298         * shell/ev-page-action.c:
299         * shell/ev-page-action.h:
300         * shell/ev-page-cache.h:
301         * shell/ev-password-view.h:
302         * shell/ev-password.h:
303         * shell/ev-pixbuf-cache.h:
304         * shell/ev-properties-fonts.c:
305         * shell/ev-sidebar-attachments.c:
306         * shell/ev-sidebar-links.c:
307         * shell/ev-sidebar-links.h:
308         * shell/ev-sidebar-thumbnails.c:
309         * shell/ev-sidebar-thumbnails.h:
310         * shell/ev-sidebar.c:
311         * shell/ev-sidebar.h:
312         * shell/ev-stock-icons.c:
313         * shell/ev-tooltip.h:
314         * shell/ev-view.c:
315         * shell/ev-view.h:
316         * shell/ev-window.c:
317         * shell/ev-window.h:
318         * shell/main.c:
319
320         More #include cleanups. Again: reordering, single gtk.h
321         includes and other stuff.
322
323 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
324
325         * shell/eggfindbar.c:
326         * shell/ev-application.c:
327         * shell/ev-message-area.c:
328         * shell/ev-navigation-action.c:
329         * shell/ev-open-recent-action.c:
330         * shell/ev-page-action-widget.c:
331         * shell/ev-page-action.c:
332         * shell/ev-password-view.c:
333         * shell/ev-properties-dialog.c:
334         * shell/ev-properties-fonts.c:
335         * shell/ev-sidebar-attachments.c:
336         * shell/ev-sidebar-page.c:
337         * shell/ev-sidebar-thumbnails.c:
338         * shell/ev-stock-icons.c:
339         * shell/ev-tooltip.c:
340         * shell/ev-view.c:
341         * shell/ev-window.c:
342         * shell/main.c:
343
344         Cleanup many #include statements: reorder so that a
345         generic-to-specific order is used, use single gtk.h
346         includes, and some other cleanups.
347
348 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
349
350         * shell/ev-jobs.h:
351
352         Add gio header.
353         
354 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
355
356         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
357         (ev_document_fc_mutex_trylock):
358         * shell/Makefile.am:
359         * shell/ev-job-queue.[ch]:
360         * shell/ev-job-scheduler.[ch]:
361         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
362         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
363         (ev_job_run), (ev_job_cancel), (ev_job_failed),
364         (ev_job_failed_from_error), (ev_job_succeeded),
365         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
366         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
367         (ev_job_links_class_init), (ev_job_render_init),
368         (notify_page_ready), (ev_job_render_page_ready),
369         (ev_job_render_run), (ev_job_render_class_init),
370         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
371         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
372         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
373         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
374         (ev_job_save_dispose), (ev_job_save_run),
375         (ev_job_save_class_init), (ev_job_print_init),
376         (ev_job_print_dispose), (ev_job_print_run),
377         (ev_job_print_class_init):
378         * shell/ev-page-cache.c:
379         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
380         (check_job_size_and_unref), (move_one_job),
381         (copy_job_to_job_info), (add_job),
382         (ev_pixbuf_cache_add_jobs_if_needed):
383         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
384         (job_fonts_finished_cb), (job_fonts_updated_cb),
385         (ev_properties_fonts_set_document):
386         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
387         (ev_sidebar_links_set_document):
388         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
389         (ev_sidebar_thumbnails_set_document),
390         (ev_sidebar_thumbnails_clear_job):
391         * shell/ev-view-private.h:
392         * shell/ev-view.c:
393         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
394         (ev_window_refresh_window_thumbnail), (password_dialog_response),
395         (ev_window_clear_load_job), (ev_window_clear_reload_job),
396         (ev_window_load_job_cb), (ev_window_reload_job_cb),
397         (window_open_file_copy_ready_cb), (ev_window_open_uri),
398         (ev_window_reload_document), (ev_window_clear_save_job),
399         (ev_window_save_job_cb), (file_save_dialog_response_cb),
400         (ev_window_clear_print_job), (ev_window_print_job_cb),
401         (ev_window_print_dialog_response_cb):
402         * shell/main.c: (main):
403
404         Rework the jobs system in order to make it simpler and more
405         extensible. It allows to run jobs in the main loop instead of
406         using a thread when it's appropriate like the fonts job. Now it's
407         also possible to cancel jobs that are currently running. 
408         
409 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
410
411         * libdocument/ev-debug.c: (profile_init):
412
413         Create the hash table also when profiling service is enabled for
414         all sections.
415         
416 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
417
418         * libdocument/ev-debug.[ch]: (ev_profiler_start),
419         (ev_profiler_stop):
420         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
421         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
422         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
423         (ev_job_print_run):
424         * shell/main.c: (main):
425
426         Add a profile mode available when debug is enabled. Add profilers
427         in ev-jobs.
428         
429 2008-07-23  Götz Waschk <waschk@mandriva.org>
430
431         * configure.ac: Correctly build desktop file. Fixes
432         bug #544237.
433
434 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
435
436         * configure.ac:
437         
438         Update for release 2.23.5.
439
440 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
441
442         * NEWS:
443
444         Update NEWS for 2.23.5 release.
445         
446 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
447
448         * shell/ev-window.c: (ev_window_state_event),
449         (ev_window_class_init):
450
451         Intercept window manager's fullscreen request in order to run/stop
452         fullscreen mode. Fixes bug #493541.
453         
454 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * shell/ev-window.c: (find_bar_visibility_changed_cb):
457
458         Restart the job search when the find bar is opened for the second
459         time. Fixes bug #531956.
460         
461 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
462
463         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
464         (get_document_from_uri):
465
466         Make sure we always return a valid error struct when
467         get_document_from_uri fails. Fixes nautilus crash, see bug
468         #542548.
469         
470 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
471
472         * libdocument/ev-transition-effect.c
473         (ev_transition_effect_type_get_type),
474         (ev_transition_effect_alignment_get_type),
475         (ev_transition_effect_direction_get_type):
476         
477         Fixes bug #542924. Makes enums static to fix Solaris build.
478
479 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
480
481         * shell/ev-view.c: (ev_view_key_press_event):
482
483         Add '.' keybinding for blanking the screen in presentation
484         mode. Fixes bug #542001.
485         
486 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
487
488         * libdocument/ev-document-misc.c:
489         (ev_document_misc_pixbuf_from_surface):
490
491         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
492         #540950.
493         
494 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
495
496         * backend/comics/comics-document.c (comics_document_load):
497         * backend/comics/comicsdocument.evince-backend.in:
498         * configure.ac:
499         * thumbnailer/evince-thumbnailer-comics.schemas.in:
500         
501         Added support for 7-zip based cb7 comic book. Patch by
502         Kartik Rustagi. Fixes bug #532312.
503
504 2008-06-24  Bastien Nocera  <hadess@hadess.net>
505
506         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
507         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
508         Fixes bug #539972.
509
510 2008-06-24  Bastien Nocera  <hadess@hadess.net>
511
512         * shell/Makefile.am:
513         * shell/ev-application.c (ev_application_init),
514         (ev_application_get_media_keys):
515         * shell/ev-application.h:
516         * shell/ev-marshal.list:
517         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
518         (proxy_destroy), (on_media_player_key_pressed),
519         (ev_media_player_keys_init), (ev_media_player_keys_focused),
520         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
521         * shell/ev-media-player-keys.h:
522         * shell/ev-window.c (ev_window_go_previous_page),
523         (ev_window_go_next_page), (ev_window_go_first_page),
524         (ev_window_go_last_page), (ev_window_start_presentation),
525         (ev_window_dispose), (view_actions_focus_in_cb):
526         * shell/ev-window.h: When building with D-Bus support, listen
527         for multimedia key events from gnome-settings-daemon. This allows
528         to go to the next/previous/first/last pages using, respectively,
529         Next/Previous/Rewing/Fast Forward. The Play button is used to start
530         a presentation. Fixes bug #539971.
531
532 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
533
534         * configure.ac:
535         
536         Update for release 2.23.4.
537
538 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
539
540         * NEWS:
541
542         Update news for 2.23.4 release.
543         
544 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
547         * shell/ev-sidebar-thumbnails.c:
548         (ev_sidebar_thumbnails_set_loading_icon),
549         (ev_sidebar_thumbnails_refresh):
550         * shell/ev-window.c: (ev_window_error_message),
551         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
552         (ev_window_set_document):
553
554         Do not crash opening documents with no pages and show a warning
555         message in the message area. Fixes bugs #537574 and #171588.
556         
557 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * shell/Makefile.am:
560         * shell/ev-file-monitor.[ch]:
561         * shell/ev-window.c: (ev_window_document_changed),
562         (ev_window_clear_reload_job), (ev_window_load_job_cb),
563         (ev_window_reload_job_cb), (ev_window_open_uri),
564         (ev_window_reload_document), (ev_window_cmd_view_reload),
565         (ev_window_dispose):
566
567         Automaticly reload the document when the file has changed on
568         disk. Bug #304249.
569         
570 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
571
572         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
573         * libdocument/ev-image.c: (ev_image_save_tmp):
574         * libdocument/ev-module.c: (ev_module_load):
575         * shell/ev-application.c: (ev_application_shutdown),
576         (ev_application_get_print_settings):
577         * shell/ev-sidebar-attachments.c:
578         (ev_sidebar_attachments_button_press),
579         (ev_sidebar_attachments_drag_data_get):
580         * shell/ev-window.c: (window_save_file_copy_ready_cb),
581         (ev_window_print_finished), (ev_window_print_send),
582         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
583         (ev_window_preview_print_finished), (ev_window_do_preview_print),
584         (ev_window_cmd_preview_print):
585         * shell/main.c: (load_files_remote):
586         Fix some build warnings under GCC 4.3.0. (#537535).
587
588 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * shell/ev-jobs.c: (ev_job_render_dispose):
591
592         Fix a crash in debug mode. Patch by Daniel M German.
593         
594 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
595
596         * shell/ev-window.c:
597
598         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
599         
600 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
601
602         * shell/ev-window.c: (ev_window_print_send),
603         (ev_window_do_preview_print):
604
605         Use the window title as print job name instead of just
606         "evince-print". Fixes bug #534493.
607         
608 2008-05-19  Frederic Peters  <fpeters@0d.be>
609
610         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
611         Bug #533897.
612
613 2008-05-19  Frederic Peters  <fpeters@0d.be>
614
615         * help/reference/Makefile.am: added missing libevmountoperation to
616         gtkdoc-scanobj libraries.  Bug #533896.
617
618 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
619
620         * properties/ev-properties-view.c (get_default_user_units):
621         Fixes check for default units string translation. Bug #533323.
622
623 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
624
625         * backend/impress/iksemel.c (sax_core): Fix a free() that should
626         be an iks_free(). Fix an array overflow in the XML parser that
627         would occur whenever the number of attributes in a tag was greater
628         than 0 and divisible by 6. Fixes GNOME bug #530852.
629
630 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
631
632         * backend/djvu/djvu-document-private.h:
633         * backend/djvu/djvu-links.c:
634         * backend/djvu/djvu-text.c:
635         * backend/djvu/djvu-document.c: (djvu_handle_events),
636         (djvu_wait_for_message), (djvu_document_load),
637         (document_get_page_size), (djvu_document_render),
638         (djvu_document_thumbnails_get_thumbnail),
639         (djvu_document_file_exporter_end):
640
641         Make sure load job doesn't finish successfully when the document
642         is not successfully decoded by libdjvu. Fixes bug #530202.
643         
644 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
645
646         * configure.ac:
647         * libdocument/Makefile.am:
648         * libdocument/ev-debug.[ch]:
649         * libdocument/ev-document.c:
650         * shell/ev-jobs.c: (ev_job_links_dispose),
651         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
652         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
653         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
654         (ev_job_render_page_ready), (ev_job_render_run),
655         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
656         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
657         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
658         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
659         (ev_job_print_new), (ev_job_print_run):
660         * shell/main.c: (main):
661
662         Add debug mode based on gedit code. Add debug messages in
663         ev-jobs.
664         
665 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
666
667         * libdocument/ev-document-factory.c: (get_document_from_uri):
668
669         Fix memory leak.
670         
671 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
672
673         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
674         (get_mime_type_from_data), (get_document_from_uri),
675         (ev_document_factory_get_document):
676         
677         Improved error message about file opening failture.
678         Bug #529129.
679
680 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
681
682         * data/evince-toolbar.xml:
683         
684         Allow to add SaveAs to toolbar.
685
686 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * shell/ev-view-private.h:
689         * shell/ev-view.[ch]: (ev_view_button_release_event),
690         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
691         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
692         (ev_view_update_primary_selection), (clear_link_selected),
693         (ev_view_copy_link_address):
694         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
695
696         Update also the primary selection when copying a link
697         address. Fixes bug #520855.
698         
699 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * libdocument/ev-document-factory.c: (get_document_from_uri):
702
703         Use the pixbuf backend only when the mime type is not supported by
704         any of the other backend so that tiff documents, for instance, are
705         handled by the tiff backend instead of the pixbuf backend. fixes
706         bug #520290.
707         
708 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
709
710         * cut-n-paste/Makefile.am:
711
712         Add evmountoperation to subdirs list.
713         
714 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * configure.ac:
717
718         Fix libspectre check in configure script. Fixes bug #528549.
719         
720 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
721
722         * configure.ac:
723         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
724         * shell/Makefile.am:
725         * shell/ev-window.c: (ev_window_load_remote_failed),
726         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
727
728         Add GtkMountOperation (renamed to avoid conflicts) to be able to
729         open documents in remote locations that are not mounted.
730         
731 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
732
733         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
734         (bitmap_convert_msb8):
735         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
736         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
737
738         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
739         
740 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
741
742         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
743         (ev_job_render_new), (ev_job_render_set_selection_info),
744         (ev_job_render_run):
745         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
746         (check_job_size_and_unref),
747         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
748         (add_job), (ev_pixbuf_cache_get_selection_surface):
749
750         Create the render context needed for rendering a page in the render
751         thread so that we don't block the main thread. Simplify
752         EvJobRender API.
753         
754 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
755
756         * libdocument/Makefile.am:
757         * libdocument/ev-page.[ch]:
758         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
759         (ev_render_context_new), (ev_render_context_set_page):
760         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
761         (ev_form_field_finalize), (ev_form_field_class_init):
762         * libdocument/ev-document-forms.[ch]:
763         (ev_document_forms_get_form_fields):
764         * libdocument/ev-document.[ch]: (ev_document_get_page),
765         (ev_document_get_page_size), (ev_document_get_page_label):
766         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
767         (ev_job_render_run), (ev_job_thumbnail_new),
768         (ev_job_thumbnail_run), (ev_job_print_run):
769         * shell/ev-page-cache.c: (ev_page_cache_new):
770         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
771         (check_job_size_and_unref), (add_job):
772         * shell/ev-sidebar-thumbnails.c: (add_range):
773         * shell/ev-view.c: (ev_view_form_field_get_region),
774         (ev_view_form_field_button_create_widget),
775         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
776         (ev_view_handle_form_field), (ev_view_size_allocate),
777         (get_selected_text):
778         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
779         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
780         (pdf_document_get_page), (pdf_document_get_page_label),
781         (pdf_document_render), (pdf_document_get_info),
782         (pdf_document_document_iface_init),
783         (pdf_document_thumbnails_get_thumbnail),
784         (pdf_document_thumbnails_get_dimensions),
785         (pdf_document_file_exporter_do_page),
786         (pdf_selection_render_selection),
787         (pdf_selection_get_selected_text),
788         (pdf_selection_get_selection_region),
789         (pdf_selection_get_selection_map),
790         (pdf_document_forms_get_form_fields),
791         (pdf_document_forms_form_field_text_get_text),
792         (pdf_document_forms_form_field_text_set_text),
793         (pdf_document_forms_form_field_button_set_state),
794         (pdf_document_forms_form_field_button_get_state),
795         (pdf_document_forms_form_field_choice_get_item),
796         (pdf_document_forms_form_field_choice_get_n_items),
797         (pdf_document_forms_form_field_choice_is_item_selected),
798         (pdf_document_forms_form_field_choice_select_item),
799         (pdf_document_forms_form_field_choice_toggle_item),
800         (pdf_document_forms_form_field_choice_unselect_all),
801         (pdf_document_forms_form_field_choice_set_text),
802         (pdf_document_forms_form_field_choice_get_text):
803         * backend/ps/ev-spectre.c: (ps_document_get_page),
804         (ps_document_get_page_size), (ps_document_get_page_label),
805         (ps_document_render), (ps_document_document_iface_init),
806         (ps_document_file_exporter_do_page):
807         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
808         (tiff_document_render), (tiff_document_render_pixbuf),
809         (tiff_document_file_exporter_do_page):
810         * backend/pixbuf/pixbuf-document.c:
811         (pixbuf_document_get_page_size):
812         * backend/comics/comics-document.c:
813         (comics_document_get_page_size), (comics_document_render_pixbuf):
814         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
815         (djvu_document_render), (djvu_selection_get_selected_text),
816         (djvu_document_thumbnails_get_thumbnail),
817         (djvu_document_file_exporter_do_page),
818         (djvu_document_find_get_result):
819         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
820         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
821         (dvi_document_thumbnails_get_thumbnail),
822         (dvi_document_file_exporter_do_page):
823         * backend/impress/impress-document.c:
824         (impress_document_get_page_size),
825         (impress_document_render_pixbuf):
826         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
827
828         Add EvPage so that we can hold a reference to the backend
829         page. Form fields keep now a reference to the poppler page
830         improving performance since we don't have to create/destroy the
831         poppler field for every form operation. This will be needed for
832         annotations too.
833         
834 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * data/evince-ui.xml:
837         * shell/ev-window.c:
838
839         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
840         
841 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
842
843         * configure.ac:
844         * backend/ps/Makefile.am:
845
846         Remove gs stuff from ps backend.
847         
848 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
849
850         * configure.ac:
851         * backend/pdf/ev-poppler.cc:
852
853         Bump poppler requirement to 0.8.0.
854         
855 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
856
857         * NEWS:
858         * configure.ac:
859
860         Update for release 2.22.1.1
861
862 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
863
864         * configure.ac:
865
866         Fix build (again) when poppler version is 0.6
867         
868 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
869
870         * backend/djvu/djvu-links.c: (build_tree):
871
872         Make sure link title is a valid utf8 string. Fixes bug #526517.
873         
874 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
875
876         * configure.ac:
877
878         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
879         #526799.
880         
881 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
882
883         * configure.ac:
884         
885         Update for release 2.22.1.
886
887 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
888
889         * NEWS:
890
891         Update for upcoming release.
892
893 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
894
895         * configure.ac:
896         * backend/dvi/dvidocument.evince-backend.in:
897
898         Add compressed dvi to the list of supported mime types. Patch by
899         Ed Catmur. Fixes bug #307087.
900
901 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
902
903         * shell/ev-jobs.c: (ev_job_print_get_page_list):
904
905         Fix a crash when printing a range that doesn't specify the start or
906         end page. Fixes bug #524288.
907
908 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
909
910         * shell/ev-window.c: (ev_window_cmd_continuous),
911         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
912         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
913         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
914         (ev_window_run_presentation), (ev_window_stop_presentation),
915         (ev_window_cmd_view_presentation),
916         (ev_window_cmd_leave_fullscreen),
917         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
918
919         Do not unfullscreen and fullscreen again the window when changing
920         from fullscreen to presentation mode and vice versa. Fixes bug
921         #524112.
922         
923 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
924
925         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
926
927         Do not crash when thumbnail failed to render in PS backend. Fixes
928         bug #525015.
929         
930 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * shell/ev-window.c: (window_open_file_copy_ready_cb),
933         (ev_window_load_file_remote), (ev_window_open_uri):
934
935         Handle errors when opening remote files.
936         
937 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * shell/ev-page-action.c: (ev_page_action_grab_focus):
940
941         Only grab the focus for the current visible proxy widget. Fixes
942         bug #521224.
943         
944 2008-03-30  Emil Soleyman  <emil@nishra.com>
945
946         * shell/ev-window.c: (launch_external_uri):
947         
948         Reuse g_app_info_launch_default_for_uri to
949         save some code and fix bug #525009.
950
951 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
952
953         * shell/ev-window.c (image_save_dialog_response_cb):
954
955         Use g_str_has_suffix. See bug #523069.
956
957 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * configure.ac:
960
961         Add a configure option to enable/diable DBus. Patch by Rémi
962         Cardona. Fixes bug 521797.
963
964 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
965
966         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
967
968         Fix printing in documents with rotated pages. Patch by Eugen
969         Dedu. Fixes bug #512648.
970         
971 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
972
973         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
974         (ev_link_from_action):
975
976         Fix warning messages.
977         
978 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
979
980         * shell/ev-window.c: (image_save_dialog_response_cb):
981
982         Do not append the extension to filename when saving an image
983         if the filename alredy contains the extension. Fixes bug #523069.
984         
985 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
986
987         * shell/ev-view.[ch]: (ev_view_find_cancel):
988         * shell/ev-window.c: (find_bar_close_cb):
989
990         Cancel the find operation when the find bar is closed. Fixes bug
991         #508845.
992         
993 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
994
995         * backend/ps/psdocument.evince-backend.in:
996
997         Make ps backend module resident. Fixes bug #520607.
998         
999 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1000
1001         * shell/ev-jobs.c: (ev_job_print_run):
1002
1003         Invert collate action in order to work as expected, fix reverse
1004         printing so that it doesn't start with a blank page and fix number
1005         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1006         
1007 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1010
1011         Fix build with poppler <= 0.7.2
1012         
1013 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * libdocument/ev-document-misc.c:
1016         (ev_document_misc_surface_from_pixbuf):
1017
1018         Fix selections with poppler-splash.
1019         
1020 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1021
1022         * configure.ac:
1023         * backend/pdf/ev-poppler.cc:
1024
1025         Fix build with poppler >= 0.7.2
1026         
1027 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1028
1029         * configure.ac:
1030         
1031         Update for release 2.22.0
1032
1033 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1034
1035         * NEWS:
1036
1037         Update for upcoming release.
1038
1039 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1040
1041         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1042
1043         Bug 495107 – Handle print dialog responses correctly
1044
1045         Correctly handle print dialog response. Properly fixes
1046         the above mentioned bug.
1047
1048 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1049
1050         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1051
1052         Make sure print job is only run when the print button is
1053         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1054         
1055 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1056
1057         * backend/pdf/pdfdocument.evince-backend.in:
1058         * libdocument/ev-backends-manager.c:
1059         (ev_backends_manager_load_backend),
1060         (ev_backends_manager_get_document):
1061         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1062
1063         Allow making backend modules resident. This is needed only for
1064         some backends like pdf to avoid registering glib types more than
1065         once.
1066         
1067 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1068
1069         * backend/comics/comics-document.c:
1070         * backend/djvu/djvu-document.c:
1071         * backend/impress/impress-document.c:
1072         * backend/pdf/ev-poppler.cc:
1073         * backend/pixbuf/pixbuf-document.c:
1074         * backend/ps/ev-spectre.c:
1075         * backend/ps/ps-document.c:
1076         * backend/tiff/tiff-document.c:
1077         * libdocument/ev-document.h:
1078         * properties/ev-properties-main.c:
1079
1080         Use g_type_module_add_interface instead of
1081         g_type_add_interface_static. Fixes bug #519679.
1082         
1083 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1084
1085         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1086         Added. Returns whether the animation has everything necessary to run.
1087         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1088         is ready just because it's been created. Fixes #519106.
1089         (draw_one_page): Do not show the "Loading..." text in presentation
1090         mode, there was a slim probability that this could happen.
1091
1092 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1093
1094         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1095
1096         Duplicate mime_type string before freeing it so that it doesn't
1097         always fail when getting mime type from uri. Fixes bug #518874.
1098         
1099 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1102
1103         Fix a crash when a choice form field doesn't have any item
1104         selected. Fixes bug #518831
1105         
1106 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1107
1108         * shell/ev-window.c (ev_window_clear_temp_file):
1109         Use g_file_has_prefix instead of renamed
1110         g_file_contains_file.
1111
1112         * configure.ac:
1113         Require new glib for above change.
1114         
1115 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1116
1117         * libdocument/ev-image.c: (ev_image_finalize),
1118         (ev_image_save_tmp):
1119
1120         Return a real uri instead of a filename when saving an
1121         image. Fixes images drag an drop from evince to nautilus. 
1122         
1123 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1124
1125         * backend/pdf/ev-poppler.cc:
1126         (pdf_document_images_get_image_mapping):
1127
1128         Return the image list in the right order. Fixes bug #516237.
1129         
1130 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1131
1132         * backend/impress/impress-document.c:
1133         (impress_document_thumbnails_get_thumbnail):
1134
1135         Remove unused variable to avoid a compiler warning.
1136
1137 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1138
1139         * configure.ac:
1140         
1141         Update for release 2.21.91.
1142
1143 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * configure.ac:
1146         * shell/Makefile.am:
1147         * shell/ev-application.[ch]:
1148         * shell/ev-sidebar-links.c:
1149         * shell/ev-utils.[ch]:
1150         * shell/ev-window.[ch]:
1151
1152         Remove libgnomeprint support. Fixes bug #512370.
1153         
1154 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1155
1156         * thumbnailer/evince-thumbnailer.c: (main):
1157
1158         Initialize glib type system before using it. Fixes bug #513934.
1159         
1160 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1161
1162         * properties/ev-properties-main.c:
1163
1164         Add missing #include.
1165         
1166 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1167
1168         * configure.ac:
1169         * backend/djvu/djvu-document.c: (djvu_document_render):
1170         * backend/tiff/tiff-document.c: (tiff_document_render):
1171
1172         Use the new cairo function cairo_format_stride_for_width when
1173         available. Fixes bug #482720.
1174
1175 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1178         (get_mime_type_from_data), (get_document_from_uri):
1179
1180         Use g_content_type_guess() only when slow is true in
1181         get_document_from_uri(). Fix several memory leaks.
1182         
1183 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1184
1185         * libdocument/ev-document-factory.c:
1186         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1187         (get_document_from_uri):
1188
1189         Use g_content_type_guess () to get mimetype for files.
1190         Bug #510401.
1191
1192 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1193
1194         * thumbnailer/Makefile.am:
1195
1196         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1197         
1198 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1199
1200         * configure.ac:
1201
1202         Fix build with --without-libgnome. Fixes bug #512771.
1203         
1204 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1205
1206         * backend/dvi/Makefile.am: Install only dvi
1207         module. Fixes bug #512718.
1208
1209 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1210
1211         * properties/ev-properties-main.c: (nautilus_module_initialize):
1212         
1213         Initialize backends in properties tab. Fixes bug
1214         #512720.
1215
1216 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1217
1218         * properties/Makefile.am: No need to link with 
1219         libraries. Fixes bug #512719.
1220
1221 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1222
1223         * NEWS:
1224         * configure.ac:
1225         
1226         Update for release 2.21.90.
1227
1228 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1229
1230         * shell/ev-window.c: (ev_window_cmd_escape):
1231
1232         Fix compile warning.
1233         
1234 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1237
1238         Fix printing in dvi backend when filename contains white
1239         espaces. Fixes bug #502839.
1240         
1241 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1244         (screensaver_disable_x11):
1245         * shell/Makefile.am:
1246         * shell/xdg-user-dir-lookup.c: Removed
1247         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1248         * shell/ev-view.c: (ev_view_presentation_transition_start):
1249         * shell/ev-window.c: (ev_window_cmd_file_open),
1250         (ev_window_cmd_save_as), (presentation_set_timeout):
1251
1252         Remove #ifdefs that are no longer needed.
1253         
1254 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * shell/ev-view.[ch]: (ev_view_button_release_event),
1257         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1258         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1259         (ev_window_cmd_escape):
1260
1261         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1262         
1263 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1264
1265         * configure.ac:
1266         * backend/comics/comics-document.c: (comics_document_load):
1267         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1268         (ev_attachment_set_property), (ev_attachment_init),
1269         (ev_attachment_save), (ev_attachment_launch_app),
1270         (ev_attachment_open):
1271         * libdocument/ev-document-factory.c: (get_document_from_uri):
1272         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1273         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1274         * shell/ev-jobs.c:
1275         * shell/ev-password.c: (ev_password_dialog_set_property),
1276         (ev_password_dialog_save_password):
1277         * shell/ev-sidebar-attachments.c:
1278         (ev_sidebar_attachments_drag_data_get):
1279         * shell/ev-window-title.c: (get_filename_from_uri):
1280         * shell/ev-window.c: (ev_window_clear_temp_file),
1281         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1282         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1283         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1284         (launch_external_uri), (image_save_dialog_response_cb),
1285         (attachment_save_dialog_response_cb):
1286         * shell/main.c: (load_files), (load_files_remote), (main):
1287         * thumbnailer/evince-thumbnailer.c: (main):
1288
1289         Port to gio and drop gnome-vfs dependency. Fixes bug
1290         #510401. Based on patch by Cosimo Cecchi.
1291         
1292 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1293
1294         * NEWS:
1295
1296         Fixed formatting inconsistencies (spaces vs. tabs)
1297
1298 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1299
1300         * shell/ev-window.c:
1301
1302         Use top/up/bottom/down arrows instead of
1303         first/left/last/right in the toolbar and menu actions.
1304         This fixes issues with RTL languages and is visually
1305         consistent with the page view. Fixes bug #170081.
1306
1307 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1308
1309         * NEWS:
1310
1311         Fixed some inaccuracies pointed out by Carlos Garcia
1312         Campos.
1313
1314 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1315
1316         * NEWS:
1317         * data/evince.schemas.in:
1318         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1319
1320         Override PDF restrictions by default. Fixes bug #382700.
1321
1322 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1323
1324         * NEWS: Updated for upcoming release
1325
1326 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1327
1328         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1329
1330         Fix memory leak.
1331         
1332 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1333
1334         * shell/ev-window.c: (register_custom_actions):
1335         
1336         Added comment for translators
1337
1338 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * shell/ev-view.c: (ev_view_button_release_event):
1341
1342         Do not create the idle function for kinetic scrolling if we are
1343         not in a drag operation.
1344
1345 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1346
1347         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1348         (ev_view_button_press_event), (ev_view_motion_notify_event),
1349         (ev_view_button_release_event):
1350
1351         Restore cursor after autoscrolling. Fixes bug #509958.
1352
1353 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1354
1355         * configure.ac:
1356         * backend/pdf/ev-poppler.cc:
1357         (pdf_document_images_get_image_mapping),
1358         (pdf_document_images_get_image),
1359         (pdf_document_document_images_iface_init):
1360         * libdocument/ev-document-images.[ch]:
1361         (ev_document_images_get_image_mapping),
1362         (ev_document_images_get_image):
1363         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1364         (ev_image_get_id), (ev_image_save_tmp):
1365         * shell/ev-jobs.c: (ev_job_render_run):
1366         * shell/ev-view.c: (ev_view_drag_data_get):
1367         * shell/ev-window.c: (image_save_dialog_response_cb),
1368         (ev_view_popup_cmd_copy_image):
1369
1370         Do not render images when rendering the page but on demand. It
1371         reduces the memory comsumption.
1372         
1373 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1374
1375         * configure.a:
1376         * shell/ev-password.c:
1377
1378         Make gnome-keyring optional. Fixes bug #509676.
1379         
1380 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * shell/ev-pixbuf-cache.c: (add_job):
1383
1384         Initialize include_images variable as FALSE instead of TRUE.
1385         
1386 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1387
1388         * configure.ac:
1389         * cut-n-paste/Makefile.am:
1390         * cut-n-paste/fileformatchooser/Makefile.am:
1391         * cut-n-paste/fileformatchooser/egg-macros.h:
1392         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1393         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1394         * shell/Makefile.am:
1395         * shell/ev-utils.c:
1396         (file_chooser_dialog_add_writable_pixbuf_formats),
1397         (get_gdk_pixbuf_format_by_extension):
1398         * shell/ev-utils.h:
1399         * shell/ev-window.c: (ev_window_error_message),
1400         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1401         
1402         Simplify image format selection on save.
1403
1404 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1405
1406         * shell/ev-view.c: (ev_view_scroll_event):
1407         
1408         Repair gorizontal scrolling with shift. Fixes
1409         bug #483412.
1410
1411 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1412         
1413         * MAINTAINERS:
1414
1415         Fix formatting issues.
1416         
1417 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1418
1419         * backend/comics/comics-document.c: (comics_regex_quote):
1420         
1421         Don't overquote special chars except of '. See bug 
1422         502500. Thanks to Tom Parker.
1423
1424 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1425
1426         * MAINTAINERS:
1427         
1428         Added Nickolay and Carlos, since they're doing most of
1429         the releases nowadays.
1430
1431 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1432
1433         * properties/Makefile.am:
1434
1435         Get the nautilus extension dir properly instead of using
1436         a hack. Fixes bug #505359.
1437
1438 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1439
1440         * properties/Makefile.am:
1441         
1442         Install nautilus extension into new place. See bug
1443         #505359. Thanks to Matthias Clasen, Brian Pepple and
1444         Damien Carbery.
1445
1446 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1447
1448         * shell/ev-window.c: (ev_window_get_recent_file_label):
1449         
1450         RTL marker in recent file list. See bug #509076.
1451
1452 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1453
1454         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1455         * shell/ev-window.c: (image_save_dialog_response_cb):
1456
1457         Fix compile warnings due to unused variables.
1458         
1459 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1460
1461         * configure.ac:
1462         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1463         * backend/ps/ev-spectre.c: (ps_document_render):
1464
1465         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1466
1467 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1468
1469         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1470         (ev_transition_animation_paint): Implement "fade" effect.
1471
1472 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1473
1474         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1475         (ev_transition_animation_paint): Implement "uncover" effect.
1476
1477 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1478
1479         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1480         (ev_transition_animation_paint): Implement "cover" effect.
1481
1482 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1483
1484         * shell/ev-transition-animation.c (ev_transition_animation_push)
1485         (ev_transition_animation_paint): Implement "push" effect.
1486
1487 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1488
1489         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1490         (ev_transition_animation_paint): Implement "dissolve" effect.
1491
1492 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1493
1494         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1495         (ev_transition_animation_paint): Implement "wipe" effect.
1496
1497 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1498
1499         * shell/ev-transition-animation.c (ev_transition_animation_box)
1500         (ev_transition_animation_paint): Implement "box" effect.
1501
1502 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1503
1504         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1505         (ev_transition_animation_paint): Implement "blinds" effect.
1506
1507 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1508
1509         * shell/ev-transition-animation.c (ev_transition_animation_split)
1510         (ev_transition_animation_paint): Implement "split" effect.
1511
1512 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1513
1514         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1515         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1516         (ev_view_transition_animation_start) 
1517         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1518         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1519         (ev_view_next_page) (ev_view_previous_page):
1520         
1521         Use EvTransitionAnimation to drive page changes in the presentation
1522         mode, the animation will wait to start until both the origin and 
1523         destination page surfaces are available. Fixes #458460.
1524
1525         (draw_loading_text):
1526
1527         Remove workaround for bug #320352, it's now fixed properly.
1528
1529
1530 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1531
1532         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1533         will contain the implementations for page transition animations, at
1534         the moment it just has the "replace" effect.
1535         * shell/Makefile.am: Added these files to build.
1536
1537 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1538
1539         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1540         animations.
1541         * shell/Makefile.am: Added these files to build.
1542
1543 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1544
1545         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1546         implementation to get_effect() in EvDocumentTransitionIface.
1547
1548 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1549
1550         * libdocument/ev-transition-effect.[ch]: New files, define a page
1551         transition effect, at the moment it maps PopplerPageTransition to a
1552         GObject.
1553         * libdocument/Makefile.am: Added these files to build.
1554         * libdocument/ev-document-transition.[ch]
1555         (ev_document_transition_get_effect): New method, gets the
1556         EvTransitionEffect returned by the interface implementation, with
1557         fallback to the "replace" effect.
1558
1559 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1560
1561         * configure.ac:
1562         * cut-n-paste/Makefile.am:
1563         * cut-n-paste/fileformatchooser/Makefile.am:
1564         * cut-n-paste/fileformatchooser/egg-macros.h:
1565         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1566         * shell/Makefile.am:
1567         * shell/ev-window.c: (image_save_dialog_response_cb),
1568         (ev_view_popup_cmd_save_image_as):
1569
1570         Allow exporting images in any format supported by
1571         GdkPixbuf. Fixes bug #500209.
1572         
1573 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1574
1575         * backend/pixbuf/pixbuf-document.c:
1576
1577         More warnings fixed.
1578         
1579 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1580
1581         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1582         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1583         * backend/djvu/djvu-text.h:
1584         * backend/tiff/tiff-document.c: (tiff_document_render):
1585
1586         Fix compile warnings.
1587         
1588 2007-12-28  Christian Persch  <chpe@gnome.org>
1589
1590         * **/*.c: Include config.h. Bug #504721.
1591
1592 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1593
1594         * configure.ac:
1595         * Makefile.am:
1596         * po/POTFILES.in:
1597         * backend/comics/Makefile.am:
1598         * backend/comics/comics-document.[ch]:
1599         * backend/comics/comicsdocument.evince-backend.in:
1600         * backend/djvu/Makefile.am:
1601         * backend/djvu/djvu-document.[ch]:
1602         * backend/djvu/djvudocument.evince-backend.in:
1603         * backend/dvi/Makefile.am:
1604         * backend/dvi/dvi-document.[c]:
1605         * backend/dvi/dvidocument.evince-backend.in:
1606         * backend/impress/Makefile.am:
1607         * backend/impress/impress-document.[ch]:
1608         * backend/impress/impressdocument.evince-backend.in:
1609         * backend/pdf/Makefile.am:
1610         * backend/pdf/ev-poppler.cc:
1611         * backend/pdf/ev-poppler.h:
1612         * backend/pdf/pdfdocument.evince-backend.in:
1613         * backend/pixbuf/Makefile.am:
1614         * backend/pixbuf/pixbuf-document.[ch]:
1615         * backend/pixbuf/pixbufdocument.evince-backend.in:
1616         * backend/ps/Makefile.am:
1617         * backend/ps/ev-spectre.[ch]:
1618         * backend/ps/ps-document.[ch]:
1619         * backend/ps/psdocument.evince-backend.in:
1620         * backend/tiff/Makefile.am:
1621         * backend/tiff/tiff-document.[ch]:
1622         * backend/tiff/tiffdocument.evince-backend.in:
1623         * libdocument/Makefile.am:
1624         * libdocument/ev-backends-manager.[ch]:
1625         * libdocument/ev-module.[ch]:
1626         * libdocument/ev-document.h:
1627         * libdocument/ev-document-factory.[ch]:
1628         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1629         (get_compression_from_mime_type), (get_document_from_uri),
1630         (ev_document_factory_get_document), (file_filter_add_mime_types),
1631         (ev_document_factory_add_filters):
1632         * shell/Makefile.am:
1633         * shell/ev-window-title.c: (get_filename_from_uri):
1634         * shell/main.c: (main):
1635         * thumbnailer/Makefile.am:
1636         * thumbnailer/evince-thumbnailer.c: (main):
1637
1638         Plugin system for backends. Fixes bug #351348.
1639         
1640 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1641
1642         * shell/ev-view-private.h:
1643         * shell/ev-view.c: (ev_view_drag_update_momentum),
1644         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1645         (ev_view_button_release_event), (ev_view_destroy):
1646         
1647         Kinetic scrolling implemented as requested in
1648         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1649
1650 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1651
1652         * data/evince-toolbar.xml:
1653         * data/evince-ui.xml:
1654         * shell/ev-view-private.h:
1655         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1656         (ev_view_button_press_event), (ev_view_motion_notify_event),
1657         (ev_view_button_release_event), (ev_view_init),
1658         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1659         (ev_view_set_cursor):
1660         * shell/ev-view.h:
1661         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1662         (ev_window_cmd_view_autoscroll):
1663         
1664         Autoscroll feature with the context menu. Fixes bug 
1665         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1666
1667 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1668
1669         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1670
1671         Disconnect also page-ready signal when removing a job because the
1672         page size has changed. Thanks to kripken
1673         <kripkensteiner@gmail.com>.
1674
1675 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1676
1677         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1678         
1679         Scroll pages in page entry with mouse wheel. Fixes bug
1680         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1681
1682 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1683
1684         * backend/dvi/Makefile.am:
1685         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1686         (mdvi_cairo_device_init):
1687         * backend/dvi/mdvi-lib/common.h:
1688         * backend/dvi/mdvi-lib/mdvi.h:
1689         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1690         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1691         (mdvi_build_path_from_cwd):
1692
1693         Add ps specials support in dvi backend when libspectre is
1694         present. Fixes bug #386005.
1695         
1696 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1697
1698         * configure.ac:
1699         * backend/ps/Makefile.am:
1700         * backend/ps/ev-spectre.[ch]:
1701         
1702         Use libspectre, if available, for the ps backend. Fixes bugs
1703         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1704
1705 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1706         
1707         * backend/comics/comics-document.c: (comics_document_load):
1708         
1709         Cygwin build issue fix.
1710
1711 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1712
1713         * shell/ev-view.c: (ev_view_set_zoom):
1714
1715         Do not limit the minimum zoom factor when sizing mode is best bit
1716         or fit width. Fixes bug #503805.
1717         
1718 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1719
1720         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1721         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1722         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1723         (ev_link_dest_get_property), (ev_link_dest_set_property),
1724         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1725         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1726         (ev_link_dest_new_fitr):
1727         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1728         (goto_fith_dest), (goto_xyz_dest):
1729
1730         Do not change left, top and zoom values when they are null in PDF
1731         destinations. Fixes bug #460658.
1732         
1733 2007-12-10  Christian Persch  <chpe@gnome.org>
1734
1735         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1736         (ev_view_accessible_class_init),
1737         (ev_view_accessible_idle_do_action),
1738         (ev_view_accessible_action_do_action),
1739         (ev_view_accessible_action_get_description),
1740         (ev_view_accessible_action_set_description),
1741         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1742         (ev_view_accessible_factory_init),
1743         (ev_view_accessible_factory_get_accessible_type):
1744         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1745         private data, and G_DEFINE_TYPE. Bug #502843.
1746
1747 2007-12-08  Christian Persch  <chpe@gnome.org>
1748
1749         * shell/ev-metadata-manager.c: (item_free),
1750         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1751         (value_free), (parse_value), (parseItem),
1752         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1753         (save_values): Use GSlice to allocate small amounts of memory. Bug
1754         #475972.
1755
1756 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1759
1760         Restore cursor to normal after a drag operation. Fixes bug
1761         #501603.
1762         
1763 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1764
1765         * NEWS:
1766         * configure.ac:
1767         
1768         Update for release 2.21.1
1769
1770 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1771
1772         * configure.ac:
1773         * cut-n-paste/gedit-message-area/Makefile.am:
1774         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1775         * shell/Makefile.am:
1776         * shell/ev-message-area.[ch]:
1777         * shell/ev-window.c: (ev_window_set_message_area),
1778         (ev_window_error_message_response_cb), (ev_window_error_message),
1779         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1780         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1781         (ev_attachment_popup_cmd_open_attachment),
1782         (attachment_save_dialog_response_cb), (ev_window_set_document),
1783         (ev_window_init):
1784
1785         Use a message area instead of a popup dialog for error
1786         notifications. Fixes bug #337495.
1787         
1788 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1789
1790         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1791         (ev_window_run_fullscreen):
1792
1793         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1794         
1795 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1796
1797         * ev-sidebar-thumbnails.c: (update_visible_range),
1798         (ev_sidebar_thumbnails_refresh),
1799         (ev_sidebar_thumbnails_set_document),
1800         (ev_sidebar_thumbnails_support_document):
1801
1802         Show thumbnails for documents with one page. Fixes bug #358751.
1803         
1804 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1805
1806         * shell/ev-window.c:
1807         (ev_window_load_print_settings_from_metadata),
1808         (ev_window_save_print_settings), (ev_window_print_finished),
1809         (ev_window_print_range):
1810
1811         Print settings that are specific to the document are now saved per
1812         document in the metadata file. Fixes bug #488806.
1813         
1814 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1815
1816         * backend/tiff/tiff-document.c: (tiff_document_render):
1817
1818         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1819         
1820 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * shell/ev-application.[ch]: (get_find_string_from_args),
1823         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1824         (ev_application_open_uri_list):
1825         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1826         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1827         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1828         (ev_window_cmd_recent_file_activate),
1829         (ev_window_open_recent_action_item_activated),
1830         (ev_window_print_send), (open_remote_link):
1831         * shell/main.c: (arguments_parse):
1832
1833         Add a command line option for search. Fixes bug #497710.
1834         
1835 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1836
1837         * shell/ev-jobs.c: (ev_job_print_new):
1838
1839         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1840         
1841 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1842
1843         * data/evince-toolbar.xml:
1844         * shell/Makefile.am:
1845         * shell/ev-application.c: (ev_application_init):
1846         * shell/ev-open-recent-action.[ch]:
1847         * shell/ev-window.c:
1848         (ev_window_open_recent_action_item_activated),
1849         (register_custom_actions):
1850
1851         Add an expander to the open toolbar item which pops up a dropdown
1852         menu with the recently used documents. Fixes bug #487215.
1853         
1854 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1855
1856         * shell/ev-window.c: (ev_window_open_uri),
1857         (ev_window_cmd_view_reload):
1858
1859         Do not jump to the first page when reloading by running evince
1860         from the command line. Fixes bug #490847.
1861         
1862 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1863
1864         * shell/ev-window.c: (ev_window_cmd_help_contents):
1865
1866         Plugged memory leak when help file is not found. Fixes bug
1867         #490762.
1868         
1869 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * configure.ac:
1872
1873         Enable djvu, dvi and comics backends by default. Fixes bug
1874         #437121.
1875         
1876 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1877
1878         * configure.ac:
1879         * cut-n-paste/Makefile.am:
1880         * cut-n-paste/recent-files/*: Removed
1881         * help/reference/Makefile.am:
1882         * shell/Makefile.am:
1883         * shell/ev-application.[ch]: (ev_application_shutdown),
1884         (ev_application_init):
1885         * shell/ev-window.c: (ev_window_add_recent),
1886         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1887
1888         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1889         
1890 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1891
1892         * shell/ev-window.c: (launch_external_uri):
1893
1894         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1895         and report error if the URL is not supported (#489910).
1896
1897 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1898
1899         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1900         (pdf_document_file_exporter_begin_page),
1901         (pdf_document_file_exporter_end_page):
1902
1903         Fix printing with poppler splash backend. Fixes bug #489774.
1904         
1905 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1906
1907         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1908         * shell/ev-print-job.c: (ev_print_job_class_init):
1909
1910         Fix a crash when printing with the gnome-print dialog. Fixes bug
1911         #488939.
1912         
1913 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1914
1915         * backend/pixbuf/pixbuf-document.c:
1916
1917         Fix an implicit function definition warning (#487655)
1918
1919 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1920
1921         * shell/ev-window.c:
1922
1923         Fix conflicting shortcut for view sade pane and presentation.
1924         
1925 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * backend/pdf/ev-poppler.cc:
1928         (pdf_document_file_exporter_begin_page),
1929         (pdf_document_file_exporter_do_page),
1930         (pdf_document_file_exporter_end_page),
1931         (pdf_document_file_exporter_iface_init):
1932         * libdocument/ev-file-exporter.[ch]:
1933         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1934         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1935         (ev_job_print_run):
1936
1937         When printing multiple pages per sheet in reverse option, do not
1938         invert the order of the pages in every sheet, but the order of the
1939         sheets. Do not print blank pages when page range is invalid. Fixes
1940         bugs #484857 and #485521.
1941         
1942 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1943
1944         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1945         (ev_job_print_run):
1946         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1947
1948         Respect ranges order when printing more than one range in random
1949         order.
1950         
1951 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1952
1953         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1954         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1955
1956         Rotate also the window icon when document is rotated. Fixes bug
1957         #474681.
1958         
1959 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1960
1961         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1962         (pdf_document_forms_get_form_fields):
1963
1964         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1965         Matthias Drochner.
1966         
1967 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1968
1969         * configure.ac:
1970         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1971
1972         Use poppler_page_render_for_printing() instead of
1973         poppler_page_render() if available when exporting to a ps or pdf
1974         file. Fixes bug #476627.
1975         
1976 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1977
1978         * shell/ev-window.c: (ev_window_run_fullscreen):
1979
1980         Do not show the toolbar in fullscreen mode if the main toolbar is
1981         not visible. Fixes bug #483048.
1982         
1983 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1984
1985         * shell/ev-view.c: (ev_view_button_press_event):
1986
1987         Give priority to form fields over images when deciding whether a
1988         button press event is over an image or form field. It allows edit
1989         form fields when they are over a background image. Fixes bug
1990         #477841.
1991         
1992 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1993
1994         * NEWS:
1995         * configure.ac:
1996         
1997         Update for release 2.20.0
1998
1999 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2000
2001         * backend/pdf/ev-poppler.cc:
2002
2003         Remove #ifdef HAVE_FORMS, so that forms support works again.
2004
2005 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2006
2007         * configure.ac:
2008         * data/evince.desktop.in.in:
2009         
2010         Fixes desktop file issues. See bug #473471.
2011
2012 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2013
2014         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2015         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2016         (ev_job_queue_remove_job):
2017         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2018         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2019         * shell/ev-window.c: (ev_window_clear_save_job),
2020         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2021         (ev_window_dispose):
2022
2023         Move save a copy task to its own job so that it's carried out in a
2024         thread avoiding another lock in the main thread. Use
2025         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2026         can be saved to a pathin another file system. Fixes bug #456891.
2027         
2028 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2029
2030         * NEWS:
2031         * configure.ac:
2032         
2033         Update for release 2.19.92
2034
2035 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2036
2037         * configure.ac:
2038         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2039         (pdf_selection_get_selection_region),
2040         (pdf_selection_get_selection_map),
2041         (ev_form_field_from_poppler_field):
2042
2043         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2044         and triple click selections are enabled again now.
2045
2046 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2047
2048         * shell/ev-window.c: (ev_window_add_history):
2049
2050         Make sure not to use the history with documents not supporting
2051         links. Fixes bug #468954.
2052
2053 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2054
2055         * shell/ev-window.c: (ev_window_load_job_cb):
2056
2057         Restart the search when reloading a document with the find bar
2058         visible. Fixes bug #461962.
2059
2060 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2061
2062         * shell/ev-window.c: (setup_document_from_metadata),
2063         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2064
2065         Do not jump to the first page when reloading a document from the
2066         last page.
2067
2068 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2069
2070         * shell/ev-window.c: (update_chrome_flag),
2071         (setup_sidebar_from_metadata),
2072         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2073         (ev_window_cmd_edit_find_next),
2074         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2075         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2076         (find_bar_close_cb), (view_actions_focus_in_cb):
2077
2078         Do not update visibility when changing a chrome flag so that it's
2079         possible to update several flags and update visibility only once
2080         for all of them.
2081
2082 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2083
2084         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2085
2086         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2087         supported by gtk+. Fixes bug #460907.
2088
2089 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2090
2091         * shell/ev-view.c: (view_update_range_and_current_page):
2092
2093         Make sure current-page <= end-page in continuous mode. Fixes bug
2094         #454950.
2095
2096 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * backend/pdf/ev-poppler.cc: (build_tree):
2099
2100         Ignore outline items without a title. Fixes bug #453913.
2101
2102 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2103
2104         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2105         (ev_view_button_release_event), (ev_view_leave_notify_event):
2106
2107         Use always drag mouse cursor during a drag operation. Fixes bug
2108         #470564.
2109
2110 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2111
2112         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2113         (pdf_selection_get_selection_region),
2114         (pdf_selection_get_selection_map):
2115
2116         Temporarily disable double and triple selections since it depends on
2117         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2118         released and the update of the external dependency minimal version
2119         approved.
2120
2121 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2122
2123         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2124         (pdf_document_file_exporter_do_page):
2125         * libdocument/ev-file-exporter.h:
2126         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2127         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2128
2129         Actually fix printing regressions. Remove orientation from
2130         EvPrintContext since it's redundant.
2131
2132 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2135         * backend/impress/impress-document.c:
2136         (impress_document_document_iface_init):
2137         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2138         * backend/djvu/djvu-document.c:
2139         (djvu_document_document_iface_init),
2140         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2141         * backend/tiff/tiff-document.c:
2142         (tiff_document_document_iface_init):
2143         * backend/pixbuf/pixbuf-document.c:
2144         (pixbuf_document_document_iface_init):
2145         * backend/comics/comics-document.c:
2146         (comics_document_document_iface_init):
2147         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2148         (pdf_selection_render_selection),
2149         (pdf_selection_get_selected_text),
2150         (pdf_selection_get_selection_region),
2151         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2152         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2153         (ev_selection_get_selection_region),
2154         (ev_selection_get_selection_map):
2155         * libdocument/ev-document.[ch]:
2156         * shell/ev-pixbuf-cache.[ch]: (add_job),
2157         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2158         * shell/ev-view-private.h:
2159         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2160         (ev_job_render_run):
2161         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2162         * shell/ev-view.c: (start_selection_for_event),
2163         (ev_view_button_press_event), (ev_view_drag_data_get),
2164         (ev_view_drag_data_received), (ev_view_button_release_event),
2165         (compute_new_selection_text), (compute_selections),
2166         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2167         (ev_view_primary_get_cb):
2168
2169         Add support for double and triple click selections.
2170
2171 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2172
2173         * NEWS:
2174         * configure.ac:
2175
2176         Update for release 2.19.4
2177
2178 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2179
2180         * shell/ev-view-private.h:
2181         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2182         (ev_view_set_highlight_search):
2183         * shell/ev-view.h:
2184         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2185         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2186         (find_bar_visibility_changed_cb):
2187         
2188         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2189
2190 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2193         (pdf_document_file_exporter_begin),
2194         (pdf_document_file_exporter_do_page):
2195         * shell/ev-jobs.c: (ev_job_print_run):
2196         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2197
2198         Create always a portrait cairo surface and rotate when needed for
2199         landscape. It fixes printing problems in real printers.
2200
2201 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2202
2203         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2204         * libdocument/ev-file-exporter.[ch]:
2205         (ev_file_exporter_get_capabilities):
2206         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2207         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2208
2209         Adjust number of pages per row according to page orientation when
2210         printing 2 or 6 pages per sheet.
2211
2212 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2213
2214         * shell/ev-window.c: (ev_window_print_send):
2215
2216         Reset also cups setting to 1 when printing multiple pages per
2217         sheet. Fixes bug #468853.
2218
2219 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2220
2221         * libdocument/ev-document-misc.c:
2222         (ev_document_misc_surface_rotate_and_scale):
2223
2224         Use directly cairo_surface_get_content() when creating a similar
2225         surface as suggested by Jeff Muizelaar. Thanks again.
2226
2227 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2228
2229         * backend/djvu/djvu-document.c: (djvu_document_render):
2230         * backend/tiff/tiff-document.c: (tiff_document_render):
2231         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2232         * libdocument/ev-document-misc.c:
2233         (ev_document_misc_surface_from_pixbuf),
2234         (ev_document_misc_surface_rotate_and_scale):
2235
2236         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2237         creating page surfaces. Fixes bug #453123. Thank you very much to
2238         Jeff Muizelaar <jeff@infidigm.net>.
2239
2240 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2241
2242         * shell/ev-page-cache.c: (ev_page_cache_new),
2243         (ev_page_cache_get_thumbnail_size):
2244         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2245         (ev_sidebar_thumbnails_set_loading_icon):
2246
2247         Also store in page-cache the dimensions of the thumbnails so that
2248         they can be used to create the correct loading icon in the side
2249         pane. Fixes bug #466857.
2250
2251 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * backend/pdf/ev-poppler.cc:
2254         (pdf_document_thumbnails_get_thumbnail):
2255
2256         Fix thumbnails rotation in pdf documents that include embedded 
2257         thumbnails.
2258
2259 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2260
2261         * backend/pdf/ev-poppler.cc:
2262
2263         Don't use #ifdef in macro expansion. Some compilers don't
2264         like that. Closes bug #467042.
2265
2266 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2267
2268         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2269         
2270         Fixes memory leak in djvu backend.
2271
2272 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2273
2274         * data/icons/32x32/Makefile.am:
2275         * data/icons/32x32/actions/Makefile.am:
2276         * data/icons/32x32/actions/view-page-cont.svg:
2277         * data/icons/32x32/actions/view-page-facing.svg:
2278         * data/icons/48x48/Makefile.am:
2279         * data/icons/48x48/actions/Makefile.am:
2280         * data/icons/48x48/actions/view-page-cont.svg:
2281         * data/icons/48x48/actions/view-page-facing.svg:
2282         
2283         Icons for a new sizes.
2284
2285 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2286
2287         * shell/ev-page-cache.c: (build_height_to_page),
2288         (ev_page_cache_get_height_to_page):
2289         
2290         Fixes invalid read, see bug #466401.
2291
2292 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2293
2294         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2295         (set_drag_cursor):
2296         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2297         (configure_item_cursor), (new_pixbuf_from_widget):
2298
2299         Fix multihead problems in toolbar editor. Fixes bug #382055.
2300
2301 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2302
2303         * shell/ev-window.c: (ev_window_cmd_file_open),
2304         (ev_window_cmd_save_as):
2305
2306         Use g_get_user_special_dir when available instead of
2307         xdg_user_dir_lookup.
2308
2309 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2310
2311         * MAINTAINERS:
2312         
2313         Updated according to request on desktop-devel.
2314
2315 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2316
2317         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2318
2319         Do not use cairo_rectangle and cairo_clip since we are
2320         not using cairo_fill but cairo_paint. Use the same cairo context
2321         for every page in the same expose event.
2322
2323 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2324
2325         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2326         leak.
2327
2328 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * configure.ac:
2331         * NEWS:
2332
2333         Release 0.9.3
2334
2335 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2336
2337         * libdocument/ev-document-info.h:
2338         * libdocument/ev-document.h:
2339         * shell/ev-page-action.h:
2340         * shell/ev-sidebar-links.h:
2341
2342         Fix a headers problem with ev-link
2343         
2344         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2345         * shell/ev-view-private.h:
2346         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2347         (get_link_area), (ev_view_query_tooltip),
2348         (ev_view_leave_notify_event), (ev_view_destroy),
2349         (ev_view_class_init):
2350
2351         Use new gtk tooltips when available instead of ev-tooltip.
2352         
2353 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * shell/ev-window.c: (update_chrome_visibility),
2356         (ev_window_sidebar_visibility_changed_cb):
2357
2358         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2359         
2360 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2361
2362         * shell/ev-navigation-action.c:
2363         (ev_navigation_action_history_changed),
2364         (ev_navigation_action_set_history):
2365         * shell/ev-navigation-action-widget.c:
2366         (ev_navigation_action_widget_init):
2367         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2368
2369         Fix compile warnings.
2370         
2371 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2372
2373         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2374         (egg_editable_toolbar_dispose):
2375
2376         Fix memory leak.
2377         
2378 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2379
2380         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2381         (screensaver_disable_x11):
2382         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2383         * shell/ev-window.c: (presentation_set_timeout):
2384         * shell/ev-view.c: (ev_view_presentation_transition_start):
2385
2386         Use g_timeout_add_seconds instead of g_timeout_add when
2387         available.
2388         
2389 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2390
2391         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2392
2393         Set horizontal scrollbar policy to AUTOMATIC instead of
2394         NEVER. Workaround for bug #449462.
2395         
2396 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2397
2398         * shell/ev-jobs.c: (ev_job_render_page_ready):
2399
2400         Add page_ready callback to main loop with high priority and hold
2401         a reference to job during idle.
2402         
2403 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2404
2405         * configure.ac:
2406         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2407         (pdf_document_file_exporter_begin),
2408         (pdf_document_file_exporter_do_page),
2409         (pdf_document_file_exporter_get_capabilities):
2410         * libdocument/ev-file-exporter.h:
2411         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2412         * shell/ev-window.c: (ev_window_print_send),
2413         (ev_window_print_dialog_response_cb):
2414
2415         Allow printing multiple pages per sheet. Fixes bug #395573.
2416         
2417 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2418
2419         * shell/ev-view.c: (tip_from_link):
2420         
2421         Check for NULL, fixes bug #460862.
2422
2423 2007-07-29  Christian Persch  <chpe@gnome.org>
2424
2425         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2426         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2427         (ev_window_cmd_preview_print):
2428         
2429         Fixes bug #437681 - blocks while enumerating printers.
2430
2431 2007-07-29  Christian Persch  <chpe@gnome.org>
2432
2433         * shell/ev-window.c: (ev_window_screen_changed):
2434         
2435         Don't use deprecated gtk+ function. See bug #460909.
2436
2437 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2438
2439         * shell/ev-utils.c: (get_num_monitors):
2440         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2441
2442         Do not use display before initializing it. Remove compile
2443         warnings.
2444
2445 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2446
2447         * shell/ev-view.c: (ev_view_class_init):
2448         
2449         Unix-like hjkl bindings added. See bug #458111.
2450
2451 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2452
2453         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2454         * shell/ev-utils.h:
2455         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2456         (ev_view_update_view_size):
2457         * shell/ev-view.h:
2458         * shell/ev-window.c: (ev_window_update_actions),
2459         (setup_view_from_metadata), (ev_window_screen_changed),
2460         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2461         (zoom_control_changed_cb):
2462         * shell/ev-window.h:
2463         
2464         Reorganizes utility functions.
2465
2466 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2469         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2470         (add_job), (ev_pixbuf_cache_get_surface),
2471         (ev_pixbuf_cache_get_link_mapping),
2472         (ev_pixbuf_cache_get_image_mapping),
2473         (ev_pixbuf_cache_get_form_field_mapping),
2474         (ev_pixbuf_cache_get_text_mapping):
2475         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2476         (notify_page_ready), (ev_job_render_page_ready),
2477         (ev_job_render_run):
2478
2479         Add page_ready signal to notify that page is ready as soon as
2480         possible even if other page elements like links, forms, images or
2481         text mapping are not ready yet.
2482
2483 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2484
2485         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2486         (dvi_document_file_exporter_do_page),
2487         (dvi_document_file_exporter_get_capabilities),
2488         (dvi_document_file_exporter_iface_init):
2489         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2490         (ps_document_file_exporter_do_page),
2491         (ps_document_file_exporter_get_capabilities),
2492         (ps_document_file_exporter_iface_init):
2493         * backend/djvu/djvu-document.c:
2494         (djvu_document_file_exporter_begin),
2495         (djvu_document_file_exporter_end),
2496         (djvu_document_file_exporter_get_capabilities),
2497         (djvu_document_file_exporter_iface_init):
2498         * backend/tiff/tiff-document.c:
2499         (tiff_document_file_exporter_begin),
2500         (tiff_document_file_exporter_get_capabilities),
2501         (tiff_document_document_file_exporter_iface_init):
2502         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2503         (pdf_document_file_exporter_do_page),
2504         (pdf_document_file_exporter_get_capabilities),
2505         (pdf_document_file_exporter_iface_init):
2506         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2507         (ev_file_exporter_get_capabilities):
2508         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2509         (idle_print_handler), (ev_print_job_print):
2510         * shell/ev-jobs.c: (ev_job_print_run):
2511         * shell/ev-window.c: (ev_window_print_send),
2512         (ev_window_print_range):
2513
2514         Use capabilities to know which options should be offered by the
2515         print dialog depending on the document backend.
2516
2517 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2518
2519         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2520
2521         Give priority to forms over text to set the cursor.
2522
2523 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2524
2525         * shell/ev-view-private.h:
2526         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2527         (ev_view_leave_notify_event), (ev_view_finalize),
2528         (ev_view_get_property), (ev_view_class_init):
2529
2530         Use IBEAM cursor for text form fields and NORMAL cursor for read
2531         only fields. Remove unused status attribute.
2532
2533 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2534
2535         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2536
2537         Update region for current selected items also for checkbox
2538         buttons, since they can behave as radio buttons when they are in a
2539         set.
2540
2541 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2542
2543         * configure.ac:
2544         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2545
2546         Get max length of text form fields.
2547
2548 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2549
2550         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2551         * libdocument/ev-form-field.h:
2552         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2553
2554         Fix build with current poppler cvs head.
2555
2556 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2559         * shell/eggfindbar.c: (egg_find_bar_init):
2560
2561         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2562         deprecation. Fixes bug #455667
2563
2564 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2565
2566         * NEWS:
2567         * configure.ac:
2568         
2569         Update for release 0.9.2
2570
2571 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2572
2573         * shell/ev-view.c: (ev_view_form_field_text_save),
2574         (ev_view_form_field_choice_save):
2575
2576         Fix a crash when closing whith a form widget visible.
2577
2578 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2579
2580         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2581
2582         Update also the region of the current selected button when
2583         clicking on another button if they are radio buttons.
2584
2585 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2586
2587         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2588         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2589         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2590         (ev_pixbuf_cache_get_link_mapping),
2591         (ev_pixbuf_cache_get_image_mapping),
2592         (ev_pixbuf_cache_get_form_field_mapping),
2593         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2594         * shell/ev-view.c: (ev_view_form_field_get_region),
2595         (ev_view_form_field_button_create_widget),
2596         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2597         (job_finished_cb):
2598
2599         Redraw only form field region instead of the whole page when
2600         reloading a page to show changes on the form field.
2601
2602 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2603
2604         * shell/ev-view.c: (ev_view_form_field_choice_save):
2605
2606         Fix selection of first item in list form fields.
2607
2608 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2611         (ev_pixbuf_cache_reload_page),
2612         (ev_pixbuf_cache_get_form_field_mapping):
2613
2614         Some refactoring to avoid duplicated code.
2615
2616 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2617
2618         * configure.ac:
2619         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2620         (ev_form_field_from_poppler_field),
2621         (pdf_document_forms_get_form_fields),
2622         (pdf_document_forms_form_field_text_get_text),
2623         (pdf_document_forms_form_field_text_set_text),
2624         (pdf_document_forms_form_field_button_set_state),
2625         (pdf_document_forms_form_field_button_get_state),
2626         (pdf_document_forms_form_field_choice_get_item),
2627         (pdf_document_forms_form_field_choice_get_n_items),
2628         (pdf_document_forms_form_field_choice_is_item_selected),
2629         (pdf_document_forms_form_field_choice_select_item),
2630         (pdf_document_forms_form_field_choice_toggle_item),
2631         (pdf_document_forms_form_field_choice_unselect_all),
2632         (pdf_document_forms_form_field_choice_set_text),
2633         (pdf_document_forms_form_field_choice_get_text),
2634         (pdf_document_document_forms_iface_init):
2635         * libdocument/Makefile.am:
2636         * libdocument/ev-form-field.[ch]:
2637         * libdocument/ev-document-forms.[ch]:
2638         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2639         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2640         (add_job), (ev_pixbuf_cache_reload_page),
2641         (ev_pixbuf_cache_get_form_field_mapping):
2642         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2643         * shell/ev-view-private.h:
2644         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2645         (ev_view_handle_cursor_over_xy),
2646         (ev_view_get_form_field_at_location),
2647         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2648         (ev_view_form_field_button_create_widget),
2649         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2650         (ev_view_form_field_text_create_widget),
2651         (ev_view_form_field_choice_save),
2652         (ev_view_form_field_choice_changed),
2653         (ev_view_form_field_choice_create_widget),
2654         (ev_view_handle_form_field), (ev_view_size_allocate),
2655         (ev_view_realize), (draw_end_presentation_page),
2656         (ev_view_button_press_event), (ev_view_remove_all),
2657         (ev_view_motion_notify_event), (ev_view_key_press_event),
2658         (ev_view_enter_notify_event), (highlight_find_results),
2659         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2660         (ev_view_class_init), (page_changed_cb),
2661         (on_adjustment_value_changed), (ev_view_set_presentation),
2662         (merge_selection_region), (ev_view_set_cursor),
2663         (ev_view_reset_presentation_state):
2664         
2665         Merge evince-forms branch.
2666
2667 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2668
2669         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2670
2671         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2672         This script also updates itself from libegg
2673
2674         * cut-n-paste/toolbar-editor/egg*:
2675         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2676         libegg
2677
2678 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2679
2680         * shell/ev-window.c:
2681         
2682         Adds a nice icon to page action during toolbar editing.
2683         See bug #452872.
2684
2685 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2686
2687         * data/evince-toolbar.xml:
2688         * shell/ev-window.c:
2689         
2690         Let user add a presentation and fullscreen icons on toolbar.
2691         See bug #449734.
2692
2693 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2694
2695         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2696
2697         new script to keep in sync with toolbareditor in libegg
2698
2699         * cut-n-paste/toolbar-editor/*: 
2700
2701         Run update-toolbareditor-from-libegg so we are in sync again. 
2702         Fixes bug #452850.
2703         
2704
2705 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2706
2707         * shell/ev-sidebar-links.c: (job_finished_callback):
2708
2709         Do not connect selection changed signal more than once. Fixes bug
2710         #349433.
2711
2712 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2713
2714         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2715
2716         Do not change sidebar chrome flag when pressing F9 key in
2717         presentation mode.
2718
2719 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2720
2721         * backend/pdf/ev-poppler.cc:
2722         (pdf_document_thumbnails_get_dimensions):
2723
2724         Make sure thumbnails width and height is not <= 0. Fixes a crash
2725         with some pdf documents which have really small pages.
2726
2727 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2728
2729         * shell/main.c: (main):
2730
2731         Fixes program description translation issue.
2732         Bug #450148.
2733
2734 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2735
2736         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2737
2738         Do not change current page when returning from black/white mode
2739         in presentation. Fixes bug #415032.
2740
2741 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2742
2743         * NEWS:
2744         * configure.ac:
2745         
2746         Update for release 0.9.1
2747
2748 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2749
2750         * backend/dvi/dvi-document.c:
2751         (dvi_document_finalize),
2752         (dvi_document_file_exporter_format_supported),
2753         (dvi_document_file_exporter_begin),
2754         (dvi_document_file_exporter_do_page),
2755         (dvi_document_file_exporter_end),
2756         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2757         
2758         PDF exporter for dvi documents. Fixes bug #441319.
2759
2760 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2761
2762         * shell/ev-window.c: (ev_window_clear_print_job):
2763
2764         Clear gtk print job when job has finished. Fixes bug #447612.
2765
2766 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2767
2768         * shell/ev-window.c: (ev_window_print_send),
2769         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2770
2771         Add preview button to print dialog. Fixes bug #445419.
2772
2773 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2774
2775         * backend/dvi/Makefile.am:
2776         * backend/dvi/pixbuf-device.[ch]: Removed
2777         * backend/dvi/cairo-device.[ch]: Added
2778         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2779         * backend/dvi/dvi-document.c: (dvi_document_load),
2780         (dvi_document_render), (dvi_document_finalize),
2781         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2782         (dvi_document_do_color_special):
2783         * libdocument/ev-document-misc.[ch]:
2784         (ev_document_misc_pixbuf_from_surface):
2785
2786         Port dvi backend to cairo and fix a problem with colors. 
2787
2788 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2789
2790         * shell/ev-view.c: (draw_one_page):
2791
2792         Draw only visible region.
2793
2794 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2795
2796         * backend/djvu/djvu-document.c: (djvu_document_render):
2797
2798         Fix rotation in djvu backend.
2799
2800 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2801
2802         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2803         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2804         (ev_pixbuf_cache_get_image_mapping),
2805         (ev_pixbuf_cache_get_text_mapping):
2806
2807         Redraw view every time we have a new surface. Fixes bug #443587.
2808
2809 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2810
2811         * libdocument/ev-document.c: (ev_document_info_free):
2812
2813         Fix memory leaks.
2814
2815 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2816
2817         * backend/dvi/dvi-document.c: (dvi_document_render),
2818         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2819         * backend/impress/impress-document.c:
2820         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2821         (impress_document_render), (impress_document_document_iface_init),
2822         (impress_document_thumbnails_get_thumbnail):
2823         * backend/djvu/djvu-document-private.h:
2824         * backend/djvu/djvu-document.c: (djvu_document_render),
2825         (djvu_document_finalize), (djvu_document_document_iface_init),
2826         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2827         * backend/tiff/tiff-document.c: (tiff_document_render),
2828         (tiff_document_render_pixbuf),
2829         (tiff_document_document_iface_init):
2830         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2831         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2832         (pdf_selection_render_selection):
2833         * backend/comics/comics-document.c:
2834         (comics_document_render_pixbuf), (comics_document_render),
2835         (comics_document_document_iface_init):
2836         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2837         (pixbuf_document_document_iface_init):
2838         * libdocument/ev-document-misc.[ch]:
2839         (ev_document_misc_surface_from_pixbuf),
2840         (ev_document_misc_surface_rotate_and_scale):
2841         * libdocument/ev-document.[ch]: (ev_document_render):
2842         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2843         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2844         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2845         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2846         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2847         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2848         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2849         (render_finished_cb), (ev_job_render_run):
2850         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2851         (merge_selection_region):
2852
2853         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2854         and selections.
2855
2856 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2857
2858         * shell/ev-window-title.c: (ev_window_title_update):
2859
2860         Fix memory leak.
2861
2862 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2863
2864         * shell/ev-view.c: (draw_loading_text):
2865
2866         Show loading text centered. Fixes bug #433061
2867
2868 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2869
2870         * shell/ev-sidebar-thumbnails.c:
2871         (ev_sidebar_thumbnails_set_loading_icon):
2872
2873         Remove a mutex in the main thread that blocks the UI in heavy
2874         documents.
2875
2876 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2879
2880         Set points_set to TRUE so that selections don't disappear after a
2881         zoom change.
2882
2883 2007-06-07  Michael Monreal  <infernux@web.de>
2884
2885         * data/icons/16x16/actions/Makefile.am:
2886         * data/icons/16x16/actions/zoom.svg:
2887         * data/icons/22x22/actions/Makefile.am:
2888         * data/icons/22x22/actions/zoom.svg:
2889         * data/icons/24x24/actions/Makefile.am:
2890         * shell/ev-stock-icons.c:
2891         * shell/ev-stock-icons.h:
2892         * shell/ev-window.c:
2893         
2894         Zoom icon artwork. See bug #444795.
2895
2896 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2897
2898         * shell/ev-metadata-manager.c: Remove extraneous function
2899         (Closes: #444386)
2900
2901 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2902
2903         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2904         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2905         (ev_metadata_manager_set), (ev_metadata_manager_save):
2906         Simplify the timeout, no need for modified anymore
2907
2908 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2909
2910         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2911         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2912         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2913         (ev_metadata_manager_save): Adapted patch from Arjan van de
2914         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2915         time, saves on power (Closes: #443851)
2916
2917 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * configure.ac:
2920         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2921         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2922
2923         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2924
2925 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2926
2927         * shell/ev-window.c: (ev_window_add_history):
2928
2929         Check if history is NULL
2930
2931 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2932
2933         * libdocument/ev-image.c: (ev_image_finalize):
2934         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2935         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2936         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2937         (ev_tmp_uri_unlink):
2938
2939         Add functions to delete temporary files created by evince in a safe
2940         way.
2941
2942         * shell/ev-window.c: (ev_window_clear_local_uri),
2943         (open_xfer_update_progress_callback),
2944         (save_xfer_update_progress_callback), (ev_window_save_remote),
2945         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2946         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2947         (attachment_save_dialog_response_cb),
2948         (ev_attachment_popup_cmd_save_attachment_as):
2949
2950         Allow saving a copy of a document, image or attachment to a remote
2951         location. Fixes bug #440754. 
2952
2953 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2954
2955         * configure.ac:
2956         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2957
2958         Fix build with current poppler from cvs head. 
2959
2960 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2961
2962         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2963
2964         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2965         directory exists.
2966
2967 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2968
2969         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2970         * shell/ev-window.c:
2971
2972         Change sidebar ordering. Fixes bug #439939.
2973
2974 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2975
2976         * backend/comics/Makefile.am:
2977         
2978         Fixes build with --without-libgnome.
2979
2980 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2981         
2982         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2983
2984         Update cursor and tooltip on page change and view scroll. Fixes bug
2985         #439217.
2986
2987 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2988
2989         * NEWS:
2990         * configure.ac:
2991         
2992         Update for release 0.9.0
2993
2994 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2995
2996         * backend/djvu/djvu-document-private.h:
2997         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2998         (djvu_document_finalize),
2999         (djvu_document_file_exporter_format_supported),
3000         (djvu_document_file_exporter_begin),
3001         (djvu_document_file_exporter_do_page),
3002         (djvu_document_file_exporter_end),
3003         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3004         
3005         Implemented printing with djvu. Bug #437998.
3006
3007 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3008
3009         * backend/impress/zip.c:
3010         Add missing ulong definition.
3011
3012         * backend/ps/ps-interpreter.c:
3013         Add missing headers.
3014
3015         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3016
3017 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3018
3019         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3020
3021         Add missing call to parent class dispose method. 
3022
3023 2007-05-12  Ross Burton  <ross@openedhand.com>
3024
3025         * shell/main.c:
3026         Sync keybindings manually when building without libgnome
3027         (#437925).
3028
3029 2007-05-12  Ross Burton  <ross@openedhand.com>
3030
3031         * shell/ev-window.c:
3032         Respect the screen when opening help (#437866).
3033
3034 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3035
3036         * data/evince-ui.xml:
3037         * shell/ev-application.[ch]: (get_print_settings_from_args),
3038         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3039         (ev_application_open_uri_list):
3040         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3041         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3042         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3043         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3044         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3045         (ev_window_dispose):
3046         * shell/main.c: (arguments_parse):
3047
3048         Add print button in preview mode. Fixes bug #396475. 
3049
3050 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3051
3052         * cut-n-paste/zoom-control/ephy-zoom.h:
3053         
3054         Fixes zoom level factors. See bug #408119 for details.
3055
3056 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3057
3058         * backend/comics/comics-document.c: (comics_regex_quote),
3059         (extract_argv):
3060         
3061         Correctly quote symbols. Fixes crash in the bug
3062         #415370.
3063
3064 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3065
3066         * shell/ev-navigation-action-widget.c:
3067         (ev_navigation_action_widget_init),
3068         (ev_navigation_action_widget_class_init),
3069         (ev_navigation_action_widget_button_press_event):
3070         
3071         Connect to button-press event on correct widget. Fixes
3072         bug #431988
3073
3074 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3075
3076         * shell/ev-application.c: (ev_application_open_window),
3077         (ev_application_add_icon_path_for_screen),
3078         (ev_application_open_uri_at_dest):
3079         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3080         * shell/ev-navigation-action.c: (build_menu):
3081         
3082         Add app-specific icons to our icon theme. Fixes bug
3083         #425508.
3084
3085 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3086
3087         * shell/ev-history.c: (ev_history_class_init),
3088         (ev_history_add_link):
3089         * shell/ev-history.h:
3090         * shell/ev-navigation-action.c:
3091         (ev_navigation_action_history_changed),
3092         (ev_navigation_action_set_history), (build_menu),
3093         (ev_navigation_action_finalize):
3094         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3095         
3096         Make navigation action unsensitive instead of showing
3097         menu with unsensitive word. Fixes bug #417392.
3098
3099 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3100
3101         * shell/ev-application.[ch]: (ev_application_shutdown),
3102         (ev_application_get_print_settings),
3103         (ev_application_set_print_settings):
3104         * shell/ev-window.c:
3105
3106         Remember print settings. Fixes bug #349102. 
3107
3108 2007-05-08  Christian Persch  <chpe@gnome.org>
3109
3110         * configure.ac:
3111         * properties/ev-properties-view.c:
3112
3113         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3114         Bug #382438.
3115
3116 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3117
3118         * configure.ac:
3119         * properties/ev-properties-view.c: (ev_regular_paper_size):
3120
3121         Use gtk+ builtin paper list to identify the document's paper size.
3122         Fixes bug #382438. 
3123
3124 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3125
3126         * configure.ac:
3127
3128         Fix build when compiling with thumbnailer and libgnome support. 
3129
3130 2007-05-04  Ross Burton  <ross@openedhand.com>
3131
3132         * configure.ac:
3133         Add --without-libgnome, check for libgnome and libgnomeui
3134         separately, and add them to the symbols as required.
3135
3136         * libdocument/ev-file-helpers.c:
3137         When building without libgnome, use g_get_user_config_dir instead
3138         of gnome_user_dir_get.
3139
3140         * shell/ev-application.c:
3141         When building without libgnome, don't use session management.
3142
3143         * shell/main.c:
3144         When building without libgnome, don't use GnomeProgram or
3145         initialise the authentication manager.
3146
3147         This fixes #328842.
3148
3149 2007-05-04  Ross Burton  <ross@openedhand.com>
3150
3151         * shell/ev-window.c:
3152         Don't use libgnome to open help, instead call Yelp directly.
3153
3154 2007-05-04  Ross Burton  <ross@openedhand.com>
3155
3156         * shell/ev-sidebar-attachments.c:
3157         Don't use libgnome to lookup icons for MIME types, instead copy
3158         code from GTK+ to do it manually.
3159
3160 2007-05-04  Ross Burton  <ross@openedhand.com>
3161
3162         * configure.ac:
3163         Add libxml to the dependencies for SHELL_CORE (#435818).
3164
3165 2007-05-02  Ross Burton  <ross@openedhand.com>
3166
3167         * configure.ac:
3168         * Makefile.am:
3169         Add --disable-thumbnailer (#434825)
3170
3171 2007-05-02  Ross Burton  <ross@openedhand.com>
3172
3173         * shell/ev-window.c:
3174         Add missing includes, fix indentation.
3175
3176         * shell/main.c:
3177         Fix indentation.
3178
3179 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3180
3181         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3182         ev_application_open_uri_at_dest instead of ev_application_open_uri
3183         preventing new document always being opened in a new window even if there
3184         is an empty window.
3185
3186 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3187
3188         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3189         (egg_recent_view_uimanager_finalize):
3190         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3191         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3192         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3193         (ev_pixbuf_cache_dispose):
3194         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3195         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3196         
3197         Add missing chain to parent class methods. Fixes
3198         bug #433128.
3199
3200 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3201
3202         * data/Makefile.am (update-icon-cache): Updates
3203         gtk-update-icon-cache in uninstall-hook.
3204
3205 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3206
3207         * shell/ev-window.c: (ev_window_setup_document),
3208         (ev_window_set_document), (ev_window_load_job_cb):
3209         * shell/ev-view.c: (setup_caches):
3210         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3211
3212         Start rendering pages before any other jobs. 
3213
3214 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3215
3216         * shell/ev-window.c: (ev_window_stop_fullscreen),
3217         (ev_window_stop_presentation):
3218
3219         Update chrome visibility before window unfullscreen. 
3220
3221 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * data/Makefile.am:
3224         * data/evince-ui.xml:
3225         * shell/ev-stock-icons.[ch]:
3226         * shell/ev-application.[ch]: (ev_application_shutdown),
3227         (ev_application_init), (ev_application_get_toolbars_model):
3228         * shell/ev-window.c: (update_chrome_visibility),
3229         (fullscreen_toolbar_setup_item_properties),
3230         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3231         (ev_window_run_presentation), (ev_window_stop_presentation),
3232         (ev_window_run_preview), (ev_window_screen_changed),
3233         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3234         (ev_window_dispose), (ev_window_init):
3235
3236         Make fullscreen toolbar always visible. Do not use egg toolbars for
3237         fullscreen and preview modes since such toolbars are not editables.
3238         Fixes bugs #300278, #338910 and #316188.  
3239
3240 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3241
3242         * shell/ev-application.c:
3243         * shell/ev-job-queue.c:
3244         * shell/ev-metadata-manager.c:
3245         * shell/ev-stock-icons.c:
3246         * shell/ev-window.c:
3247         * shell/main.c:
3248         
3249         Developers documentation updated.
3250
3251 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3252
3253         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3254
3255         Check whether uri is valid before launching it. Fixes bug #427664.
3256
3257 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3258
3259         * shell/ev-window.c:
3260
3261         Change key accelerator for Open a Copy menu entry which is in conflict
3262         with Close. Fixes bug #427321.
3263
3264 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3265
3266         * NEWS:
3267         * configure.ac:
3268         
3269         Update for release 0.8.1
3270
3271 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3272
3273         * shell/ev-window.c: (setup_size_from_metadata):
3274         
3275         Do not make window bigger than screen. Fixes bug 
3276         #388985.
3277
3278 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3279
3280         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3281         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3282
3283         Use default resolution when it's not provided by document. Fixes bug
3284         #408762.
3285
3286 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3287
3288         * configure.ac:
3289         * thumbnailer/Makefile.am:
3290         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3291         * thumbnailer/evince-thumbnailer.schemas.in:
3292         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3293
3294         Add support for ps, eps and compressed documents thumbnails. Do not
3295         ignore size parameter. 
3296
3297 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3298
3299         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3300         (dvi_document_do_color_special):
3301         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3302
3303         Implement font color specials in the DVI backend. Fixes bug #303651.
3304
3305 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3306
3307         Fixup the previous commit:
3308
3309         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3310         * shell/xdg-user-dir-lookup.c: Make the function non-static
3311         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3312
3313 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3314
3315         * shell/ev-window.c (file_open_dialog_response_cb): Use
3316         the xdg-user-dirs DOCUMENTS folder as default folder when
3317         opening a file chooser.  (#424858)
3318
3319         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3320         xdg-user-dirs.
3321
3322 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3323
3324         * shell/ev-window.c: (ev_window_load_job_cb):
3325
3326         Do not setup view from metadata on preview mode. 
3327
3328 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3329
3330         * shell/main.c:
3331
3332         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3333
3334 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3335
3336         * shell/ev-view.c: (ev_view_primary_get_cb):
3337
3338         Check pointer != NULL before using it. Fixes bug #416841. 
3339
3340 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3341
3342         * NEWS:
3343         * configure.ac:
3344         
3345         Release 0.8.0
3346
3347 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3348
3349         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3350
3351         Do not render thumbnails when sidebar thumbnail page is not visible
3352         at startup. Fixes bug #416447. 
3353
3354 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3355
3356         * data/evince.desktop.in.in:
3357
3358         "Application" is not a valid category in the freedesktop specification.
3359
3360 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3361
3362         * libdocument/ev-file-helpers.[ch]: (compression_run),
3363         (ev_file_uncompress), (ev_file_compress):
3364         * shell/ev-window.c: (file_save_dialog_response_cb):
3365
3366         Save document compressed when saving a copy of a compressed document.
3367         Fixes bug #334542.
3368
3369 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3370
3371         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3372
3373         Allow deleting in goto window entry in presentation mode. 
3374
3375 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3376
3377         * Makefile.am: Dist MAINTAINERS.
3378
3379 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * shell/ev-window.c: (ev_window_update_actions):
3382
3383         Fix zoom shortcut keys when searching. Fixes bug #409828.
3384
3385 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3386
3387         * shell/ev-window.c: (ev_window_setup_document):
3388
3389         Fix crash when loading documents with only one page. 
3390
3391 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3392
3393         * backend/dvi/dvi-document.c:
3394         (dvi_document_thumbnails_get_dimensions),
3395         (dvi_document_thumbnails_get_thumbnail):
3396         * backend/impress/impress-document.c:
3397         (impress_document_thumbnails_get_thumbnail),
3398         (impress_document_thumbnails_get_dimensions):
3399         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3400         (ps_document_thumbnails_get_dimensions):
3401         * backend/djvu/djvu-document.c:
3402         (djvu_document_thumbnails_get_dimensions),
3403         (djvu_document_thumbnails_get_thumbnail):
3404         * backend/tiff/tiff-document.c:
3405         (tiff_document_thumbnails_get_thumbnail),
3406         (tiff_document_thumbnails_get_dimensions):
3407         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3408         (pdf_document_thumbnails_get_thumbnail),
3409         (pdf_document_thumbnails_get_dimensions):
3410         * backend/comics/comics-document.c:
3411         (comics_document_thumbnails_get_thumbnail),
3412         (comics_document_thumbnails_get_dimensions):
3413         * backend/pixbuf/pixbuf-document.c:
3414         (pixbuf_document_thumbnails_get_thumbnail),
3415         (pixbuf_document_thumbnails_get_dimensions):
3416         * libdocument/ev-document-thumbnails.[ch]:
3417         (ev_document_thumbnails_get_thumbnail),
3418         (ev_document_thumbnails_get_dimensions):
3419         * libdocument/ev-document-misc.[ch]:
3420         (ev_document_misc_get_thumbnail_frame):
3421         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3422         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3423         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3424         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3425         (ev_sidebar_thumbnails_refresh):
3426         * shell/ev-window.c: (ev_window_setup_document):
3427         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3428
3429         Use an EvRenderContext for rendering thumbnails instead of a suggested
3430         width, so that different sized pages get sized proportionally.
3431
3432 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3433
3434         * shell/ev-view.c: (ev_view_button_press_event),
3435         (ev_view_key_press_event):
3436
3437         Fix critical warnings when there is no document loaded. 
3438
3439 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3440
3441         * shell/ev-page-action-widget.c:
3442         * shell/ev-navigation-action.c:
3443         * shell/ev-window.c:
3444
3445         Fix compile warnings. 
3446
3447 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3448
3449         * backend/djvu/djvu-text.h:
3450         * backend/djvu/djvu-document.c:
3451         * backend/djvu/djvu-text-page.c:
3452         * backend/djvu/djvu-links.c:
3453         * backend/djvu/djvu-text-page.h:
3454         * backend/djvu/djvu-text.c:
3455         
3456         Fix build on Mac. Fixes bug #392186. Patch by
3457         <ephraim_owns@hotmail.com>
3458
3459 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3460
3461         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3462
3463         Restore cairo context before rendering every page when printing a PDF
3464         document into a PDF file. 
3465
3466 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3467
3468         * backend/ps/gstypes.h:
3469         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3470         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3471         (ps_document_thumbnails_get_thumbnail):
3472
3473         Handle PostScript page orientation. Fixes bug #318568.
3474
3475 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3476
3477         * backend/ps/Makefile.am:
3478         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3479         (document_load), (ps_document_load), (save_document),
3480         (save_page_list), (ps_document_get_n_pages),
3481         (ps_document_get_page_size), (ps_document_get_info),
3482         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3483         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3484         (ps_document_thumbnails_get_thumbnail),
3485         (ps_document_thumbnails_get_dimensions),
3486         (ps_document_document_thumbnails_iface_init):
3487         * backend/ps/ps.[ch]: (psgetpagebox):
3488         * backend/ps/ps-interpreter.[ch]:
3489
3490         Add support for thumbnails in ps backend. Fixes bug #164755. 
3491
3492 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3493
3494         * NEWS:
3495         * configure.ac:
3496         
3497         Release 0.7.2
3498
3499 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3500
3501         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3502         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3503         (ev_window_dispose):
3504
3505         Use document thumbnail as window icon. Fixes bug #384442.
3506
3507 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3508
3509         * configure.ac:
3510
3511         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3512         duplicated adding application/x-bzpostscript instead. 
3513
3514 2007-02-11  Tom Parker  <palfrey@tevp.net>
3515
3516         * backend/ps/ps-document.c: (document_load):
3517
3518         Check return value of psscan before trying
3519         to use it. Fixes bug #372414.
3520
3521 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3524
3525         Fix invalid free in ev-page-cache. Fixes bug #404745.
3526
3527 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3528
3529         * test/Makefile.am:
3530         * test/test3.py:
3531         
3532         Added reload test case.
3533
3534 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3535
3536         * po/POTFILES.in:
3537         * backend/djvu/djvu-document.c: (djvu_document_load):
3538
3539         Check whether there are missing files in indirect multipage djvu
3540         documents. Fixes bug #361683. 
3541
3542 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3543
3544         * test/Makefile.am:
3545         * test/test-mime.bin:
3546         * test/test3.py:
3547         
3548         Added test for slow mime type
3549
3550 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3551
3552         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3553
3554         Add some checks and call parent_class->finalize. Fixes bug #404745.
3555
3556 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3557
3558         * shell/ev-navigation-action.c: (connect_proxy):
3559         
3560         Fixes dropdown history menu. Thanks a lot Carlos!
3561
3562 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3563
3564         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3565
3566         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3567         bug #373715.
3568
3569 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3570
3571         * backend/ps/ps.c: (psscan):
3572
3573         Fix memory leak. 
3574
3575 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3576
3577         * configure.ac:
3578         * libdocument/ev-file-helpers.c: 
3579
3580         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3581
3582 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3583
3584         * configure.ac:
3585         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3586         (ps_interpreter_start), (document_load), (save_document),
3587         (save_page_list):
3588         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3589         * libdocument/ev-document-factory.c:
3590         (ev_document_factory_get_from_mime), (get_document_from_uri),
3591         (free_uncompressed_uri), (ev_document_factory_get_document):
3592         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3593
3594         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3595
3596 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3597
3598         * libdocument/ev-document.h:
3599
3600         Fix typo in function name. 
3601
3602 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3603
3604         * backend/ps/ps-document.c: (ps_interpreter_finished),
3605         (ps_interpreter_start), (ps_interpreter_failed):
3606
3607         Handle ghostscript interpreter crashes. 
3608
3609 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3610
3611         * shell/ev-window.c: (ev_window_open_uri),
3612         (window_configure_event_cb):
3613
3614         Setup window size and position before showing it. Fixes bug #401711.
3615
3616 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3617
3618         * backend/ps/Makefile.am:
3619         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3620         (ps_document_dispose), (ps_document_class_init),
3621         (ps_interpreter_input), (ps_interpreter_output),
3622         (ps_interpreter_error), (setup_interpreter_env),
3623         (ps_interpreter_start), (ps_interpreter_stop),
3624         (ps_interpreter_failed), (ps_interpreter_is_ready),
3625         (check_filecompressed), (document_load), (ps_document_load),
3626         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3627         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3628         (render_page):
3629
3630         Rework ps-document. Code cleanups, remove deprecated code. 
3631
3632 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3633
3634         * shell/ev-view.c: (ev_view_button_press_event):
3635
3636         Do not start an image drag and drop operation when pointer is on 
3637         text, so that we can select text when the whole background is an
3638         image. 
3639
3640 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3641
3642         * shell/ev-window.c: (ev_window_update_actions): 
3643
3644         Disable all zoom related actions during presentation mode. 
3645
3646 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3647
3648         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3649
3650         Do not zoom in or out on presentation mode. Fixes bug #401305.
3651
3652 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3653
3654         * shell/ev-navigation-action.c: (connect_proxy),
3655         (create_menu_item), (ev_navigation_action_class_init):
3656         
3657         Correctly show menu and fix crash when navigaton 
3658         action is out of toolbar visible area.
3659
3660 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3661
3662         * data/Makefile.am:
3663         * data/evince.1:
3664         
3665         Added man file
3666
3667 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3668
3669         * help/reference/* :
3670         * configure.ac:
3671         
3672         Added gtk-doc based documentation for Evince.
3673         Still in initial state but I hope it will
3674         grow.
3675         
3676         * configure.ac:
3677         
3678         Lower dbus requirement to 0.70
3679
3680 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3681
3682         * shell/ev-window.c: (ev_window_add_history):
3683
3684         Fix memory leak. 
3685
3686 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3687
3688         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3689         * shell/ev-view.h:
3690         * shell/ev-window.c: (ev_window_add_history):
3691         
3692         Correctly handle named destination links
3693
3694 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3695
3696         * NOTES:
3697         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3698         * backend/pdf/ev-poppler.cc:
3699         * libdocument/ev-document-links.h:
3700         * libdocument/ev-link.c: (ev_link_get_page):
3701         * libdocument/ev-link.h:
3702         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3703         (ev_history_add_link):
3704         * shell/ev-history.h:
3705         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3706         (new_history_menu_item), (build_menu):
3707         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3708         * shell/ev-sidebar-links.c: (create_loading_model),
3709         (print_section_cb), (ev_sidebar_links_construct),
3710         (fill_page_labels), (update_page_callback_foreach),
3711         (update_page_callback), (job_finished_callback):
3712         * shell/ev-view.c: (ev_view_handle_link):
3713         * shell/ev-window.c: (ev_window_find_chapter),
3714         (ev_window_add_history), (view_handle_link_cb),
3715         (history_changed_cb):
3716         
3717         Implements another history variant
3718
3719 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3720
3721         * shell/ev-window.c: (view_external_link_cb):
3722         * shell/ev-view.c: (ev_view_button_release_event):
3723
3724         Open links in new window when clicking with middle button. 
3725
3726 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3727
3728         * shell/ev-navigation-action.c: (new_history_menu_item):
3729         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3730         * shell/ev-view.c: (ev_view_handle_link):
3731         * shell/ev-window.c:
3732         
3733         Store link before jump, not the destination. For me it 
3734         seems like more natural history behavior.
3735
3736 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3737
3738         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3739         (ev_navigation_action_class_init):
3740         * shell/ev-navigation-action.h:
3741         * shell/ev-page-action.c: (activate_cb):
3742         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3743         (ev_page_cache_set_current_page_history):
3744         * shell/ev-page-cache.h:
3745         * shell/ev-sidebar-thumbnails.c:
3746         (ev_sidebar_tree_selection_changed),
3747         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3748         * shell/ev-view-private.h:
3749         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3750         * shell/ev-view.h:
3751         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3752         (ev_window_setup_document), (ev_window_load_job_cb):
3753         * shell/ev-window.h:
3754         
3755         History finally works as expected.
3756
3757 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3758
3759         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3760
3761         Do not update links treeview if it doesn't have a model assigned yet. 
3762
3763 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3764
3765         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3766         (ev_sidebar_links_class_init), (update_page_callback):
3767
3768         Do not update links treeview when sidepane is not visible. 
3769
3770 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3771
3772         * shell/ev-marshal.list:
3773         * shell/ev-page-action.c: (activate_cb),
3774         (ev_page_action_class_init):
3775         * shell/ev-page-action.h:
3776         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3777         * shell/ev-window.c:
3778         
3779         Remove activate_link signal, not required.
3780
3781 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3782
3783         * shell/ev-navigation-action.c: (build_menu):
3784         
3785         Reorder menu items and build menu with fixed length.
3786
3787 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3788
3789         * shell/ev-view.c: (get_selected_text):
3790         
3791         Normalize text to fix ligatures problem. See bug
3792         #341947 for details.
3793
3794 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3795
3796         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3797
3798         Fix memory leak in ev-page-cache. 
3799
3800 2007-01-25  Tom Parker <palfrey@tevp.net>
3801
3802         * backend/impress/impress-document.c: (impress_document_load),
3803         (impress_document_finalize), (impress_document_init):
3804         * properties/ev-properties-main.c: (ev_properties_get_pages):
3805         
3806         Correctly handle impress document errors. Fixes nautilus
3807         crash in property page #370491.
3808
3809 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3810
3811         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3812         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3813         (ev_job_queue_remove_job):
3814         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3815         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3816         (ev_job_load_run):
3817         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3818         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3819         (ev_window_load_job_cb), (xfer_update_progress_callback),
3820         (ev_window_open_uri), (ev_window_dispose):
3821         * shell/main.c: (main):
3822
3823         Do file transfer asynchronously in the main thread instead of
3824         synchronously in the load thread. Fixes bugs #399694, #398307 and
3825         #343542.
3826
3827 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3828
3829         * shell/ev-jobs.c: (ev_job_xfer_run):
3830
3831         Load the document with the font-config lock held. 
3832
3833 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3834
3835         * backend/ps/ps-document.c: (start_interpreter):
3836
3837         Fix memory leaks in ps backend. 
3838
3839 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3840
3841         * backend/impress/impress-document.c:
3842         (impress_document_render_pixbuf):
3843
3844         Do not acquire fontconfig lock in impress backend, since it is using
3845         the main loop for rendering. 
3846
3847 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3848
3849         * po/POTFILES.in: 
3850
3851         Remove mdvi files that shouldn't be translated. 
3852
3853 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3854
3855         * shell/ev-view-private.h:
3856         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3857         (ev_view_set_zoom):
3858
3859         Render "loading..." text into a cairo surface instead of directly into
3860         the window so that fontconfig lock is only needed once and UI is not
3861         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3862
3863 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3864
3865         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3866         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3867
3868         Use icon theme associated with the window screen rather than default. 
3869
3870 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3871
3872         * configure.ac:
3873
3874         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3875
3876 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3877
3878         * data/icons/*/apps/evince.*:
3879
3880         Move Evince icons under new apps directory.
3881
3882         * data/icons/*/actions/*:
3883
3884         Add new custom themeable Evince icons: view-page-continuous, 
3885         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3886         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3887
3888         * configure.ac:
3889
3890         Add new directories to AC_CONFIG_FILES.
3891
3892         * shell/ev-stock-icons.c:
3893         * shell/ev-stock-icons.h:
3894
3895         Use new custom themeable icons.
3896
3897 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3898
3899         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3900
3901         Do not draw white background page in presentation mode. 
3902
3903 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3904
3905         * shell/ev-view.c: Remove unused gnome-vfs include.
3906
3907 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3908
3909         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3910         
3911         Format string is corrected, fixes bug #397129.
3912
3913 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3914
3915         * shell/ev-window.c: (ev_window_setup_recent):
3916
3917         Do not include in recent menu inexistent documents. Fixes
3918         bug #339171.
3919
3920 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3921
3922         * po/POTFILES.skip: 
3923
3924         Update POTFILES.skip file according to current source tree. 
3925
3926 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3927
3928         * shell/ev-window.c: (file_save_dialog_response_cb):
3929
3930         Do Save a copy in atomic way. Fixes bug #328266. 
3931
3932 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3933
3934         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3935
3936         Keep selected cell always visible in index treeview.
3937
3938 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3939         
3940         * shell/ev-view.c: (ev_view_size_allocate):
3941
3942         Restore horizontal scrollbar after switching to/from fullscreen
3943         or presentation mode. Fixes bug #331728.
3944
3945 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3946
3947         * shell/ev-view-private.h:
3948         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3949         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3950         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3951         (ev_view_can_zoom_out):
3952
3953         Use max and min scale values in the view iby taking dpi into account. 
3954
3955 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3956
3957         * configure.ac:
3958         * NEWS:
3959
3960         Release 0.7.1
3961
3962 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3963
3964         * shell/ev-window.c: (ev_window_print_send):
3965
3966         Send print job to printer with some settings set to default values,
3967         since we have already exported to a file according to such settings
3968         and they could be taken twice by some printers. 
3969
3970 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3971
3972         * shell/ev-jobs.c: (ev_job_xfer_run):
3973         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3974
3975         Show main window and load document with the font-config lock held. 
3976
3977 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3978
3979         * configure.ac:
3980         * shell/ev-application.c: (ev_application_register_service):
3981         * shell/main.c: (load_files_remote):
3982
3983         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3984
3985 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3986
3987         * doc/debugging.txt:
3988         
3989         Remove obsolete documentation.
3990
3991 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3992
3993         * Makefile.am:
3994         * backend/Makefile.am:
3995         * backend/comics/Makefile.am:
3996         * backend/djvu/Makefile.am:
3997         * backend/dvi/Makefile.am:
3998         * backend/ev-async-renderer.c:
3999         * backend/ev-async-renderer.h:
4000         * backend/ev-attachment.c:
4001         * backend/ev-attachment.h:
4002         * backend/ev-backend-marshal.c:
4003         * backend/ev-document-factory.c:
4004         * backend/ev-document-factory.h:
4005         * backend/ev-document-find.c:
4006         * backend/ev-document-find.h:
4007         * backend/ev-document-fonts.c:
4008         * backend/ev-document-fonts.h:
4009         * backend/ev-document-images.c:
4010         * backend/ev-document-images.h:
4011         * backend/ev-document-info.h:
4012         * backend/ev-document-links.c:
4013         * backend/ev-document-links.h:
4014         * backend/ev-document-misc.c:
4015         * backend/ev-document-misc.h:
4016         * backend/ev-document-security.c:
4017         * backend/ev-document-security.h:
4018         * backend/ev-document-thumbnails.c:
4019         * backend/ev-document-thumbnails.h:
4020         * backend/ev-document-transition.c:
4021         * backend/ev-document-transition.h:
4022         * backend/ev-document.c:
4023         * backend/ev-document.h:
4024         * backend/ev-file-exporter.c:
4025         * backend/ev-file-exporter.h:
4026         * backend/ev-image.c:
4027         * backend/ev-image.h:
4028         * backend/ev-link-action.c:
4029         * backend/ev-link-action.h:
4030         * backend/ev-link-dest.c:
4031         * backend/ev-link-dest.h:
4032         * backend/ev-link.c:
4033         * backend/ev-link.h:
4034         * backend/ev-render-context.c:
4035         * backend/ev-render-context.h:
4036         * backend/ev-selection.c:
4037         * backend/ev-selection.h:
4038         * backend/impress/Makefile.am:
4039         * backend/pdf/Makefile.am:
4040         * backend/pixbuf/Makefile.am:
4041         * backend/ps/Makefile.am:
4042         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4043         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4044         (start_interpreter), (stop_interpreter), (document_load),
4045         (ps_document_next_page), (render_page):
4046         * backend/tiff/Makefile.am:
4047         * comics/Makefile.am:
4048         * comics/comics-document.c:
4049         * comics/comics-document.h:
4050         * configure.ac:
4051         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4052         * djvu/Makefile.am:
4053         * djvu/djvu-document-private.h:
4054         * djvu/djvu-document.c:
4055         * djvu/djvu-document.h:
4056         * djvu/djvu-links.c:
4057         * djvu/djvu-links.h:
4058         * djvu/djvu-text-page.c:
4059         * djvu/djvu-text-page.h:
4060         * djvu/djvu-text.c:
4061         * djvu/djvu-text.h:
4062         * dvi/Makefile.am:
4063         * dvi/dvi-document.c:
4064         * dvi/dvi-document.h:
4065         * dvi/fonts.c:
4066         * dvi/fonts.h:
4067         * dvi/mdvi-lib/Makefile.am:
4068         * dvi/mdvi-lib/afmparse.c:
4069         * dvi/mdvi-lib/afmparse.h:
4070         * dvi/mdvi-lib/bitmap.c:
4071         * dvi/mdvi-lib/bitmap.h:
4072         * dvi/mdvi-lib/color.c:
4073         * dvi/mdvi-lib/color.h:
4074         * dvi/mdvi-lib/common.c:
4075         * dvi/mdvi-lib/common.h:
4076         * dvi/mdvi-lib/defaults.h:
4077         * dvi/mdvi-lib/dvimisc.c:
4078         * dvi/mdvi-lib/dviopcodes.h:
4079         * dvi/mdvi-lib/dviread.c:
4080         * dvi/mdvi-lib/files.c:
4081         * dvi/mdvi-lib/font.c:
4082         * dvi/mdvi-lib/fontmap.c:
4083         * dvi/mdvi-lib/fontmap.h:
4084         * dvi/mdvi-lib/fontsrch.c:
4085         * dvi/mdvi-lib/gf.c:
4086         * dvi/mdvi-lib/hash.c:
4087         * dvi/mdvi-lib/hash.h:
4088         * dvi/mdvi-lib/list.c:
4089         * dvi/mdvi-lib/mdvi.h:
4090         * dvi/mdvi-lib/pagesel.c:
4091         * dvi/mdvi-lib/paper.c:
4092         * dvi/mdvi-lib/paper.h:
4093         * dvi/mdvi-lib/pk.c:
4094         * dvi/mdvi-lib/private.h:
4095         * dvi/mdvi-lib/setup.c:
4096         * dvi/mdvi-lib/sp-epsf.c:
4097         * dvi/mdvi-lib/special.c:
4098         * dvi/mdvi-lib/sysdeps.h:
4099         * dvi/mdvi-lib/t1.c:
4100         * dvi/mdvi-lib/tfm.c:
4101         * dvi/mdvi-lib/tfmfile.c:
4102         * dvi/mdvi-lib/tt.c:
4103         * dvi/mdvi-lib/util.c:
4104         * dvi/mdvi-lib/vf.c:
4105         * dvi/pixbuf-device.c:
4106         * dvi/pixbuf-device.h:
4107         * impress/Makefile.am:
4108         * impress/common.h:
4109         * impress/document.c:
4110         * impress/f_oasis.c:
4111         * impress/f_oo13.c:
4112         * impress/iksemel.c:
4113         * impress/iksemel.h:
4114         * impress/imposter.h:
4115         * impress/impress-document.c:
4116         * impress/impress-document.h:
4117         * impress/internal.h:
4118         * impress/r_back.c:
4119         * impress/r_draw.c:
4120         * impress/r_geometry.c:
4121         * impress/r_gradient.c:
4122         * impress/r_style.c:
4123         * impress/r_text.c:
4124         * impress/render.c:
4125         * impress/render.h:
4126         * impress/zip.c:
4127         * impress/zip.h:
4128         * lib/Makefile.am:
4129         * lib/ev-debug.c:
4130         * lib/ev-debug.h:
4131         * lib/ev-file-helpers.c:
4132         * lib/ev-file-helpers.h:
4133         * lib/ev-gui.c:
4134         * lib/ev-gui.h:
4135         * lib/ev-tooltip.c:
4136         * lib/ev-tooltip.h:
4137         * libdocument/Makefile.am:
4138         * libdocument/ev-file-helpers.c:
4139         * pdf/Makefile.am:
4140         * pdf/ev-poppler.cc:
4141         * pdf/ev-poppler.h:
4142         * pixbuf/Makefile.am:
4143         * pixbuf/pixbuf-document.c:
4144         * pixbuf/pixbuf-document.h:
4145         * properties/Makefile.am:
4146         * ps/Makefile.am:
4147         * ps/gsdefaults.c:
4148         * ps/gsdefaults.h:
4149         * ps/gsio.c:
4150         * ps/gsio.h:
4151         * ps/gstypes.h:
4152         * ps/ps-document.c:
4153         * ps/ps-document.h:
4154         * ps/ps.c:
4155         * ps/ps.h:
4156         * shell/Makefile.am:
4157         * shell/ev-application.h:
4158         * shell/ev-sidebar-links.c:
4159         * shell/ev-sidebar-links.h:
4160         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4161         (ev_gui_menu_position_tree_selection):
4162         * shell/ev-utils.h:
4163         * shell/ev-view.c: (ev_view_finalize):
4164         * shell/ev-window.c:
4165         * shell/main.c: (main):
4166         * thumbnailer/Makefile.am:
4167         * tiff/Makefile.am:
4168         * tiff/tiff-document.c:
4169         * tiff/tiff-document.h:
4170         * tiff/tiff2ps.c:
4171         * tiff/tiff2ps.h:
4172         
4173         Reorganize source tree.
4174
4175 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4176
4177         * backend/ev-document-factory.c:
4178
4179         Do not include ev-poppler.h when pdf is disabled. 
4180
4181 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4182
4183         * configure.ac:
4184         * data/evince-ui.xml:
4185         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4186         (pdf_document_document_images_iface_init):
4187         * backend/Makefile.am:
4188         * backend/ev-document-images.[ch]:
4189         * backend/ev-image.[ch]:
4190         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4191         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4192         (ev_job_xfer_run):
4193         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4194         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4195         (ev_pixbuf_cache_get_image_mapping):
4196         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4197         (view_menu_popup_cb), (ev_window_dispose),
4198         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4199         (ev_view_popup_cmd_copy_image):
4200         * shell/ev-view-private.h:
4201         * shell/ev-view.c: (ev_view_get_image_at_location),
4202         (ev_view_do_popup_menu), (ev_view_popup_menu),
4203         (ev_view_button_press_event), (ev_view_drag_data_get),
4204         (ev_view_drag_motion), (ev_view_drag_data_received),
4205         (ev_view_motion_notify_event), (ev_view_button_release_event),
4206         (ev_view_finalize), (ev_view_class_init):
4207
4208         Add image handling support. Fixes bugs #310008 and #325047. Images
4209         selection is not supported yet. 
4210
4211 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4212
4213         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4214         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4215         (ev_view_init):
4216
4217         Move view drag and drop stuff to ev-view.
4218
4219 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4220
4221         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4222         * shell/ev-view.c: (clear_selection): 
4223
4224         Clear selection also in pixbuf cache.
4225
4226 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4227
4228         * data/evince.desktop.in.in:
4229         
4230         Change icon name in desktop file. See bug #390734
4231         for details.
4232
4233 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4234
4235         * thumbnailer/Makefile.am:
4236
4237         Use top_builddir instead top_srcdir for generated schema
4238         file installation. Fixes bug #390161.
4239
4240 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4241
4242         * configure.ac:
4243         * backend/Makefile.am:
4244         * backend/ev-document-transition.[ch]:
4245         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4246         (pdf_document_page_transition_iface_init):
4247         * shell/ev-view-private.h:
4248         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4249         (ev_view_set_presentation), (transition_next_page),
4250         (ev_view_presentation_transition_stop),
4251         (ev_view_presentation_transition_start), (ev_view_next_page):
4252
4253         Add page transition support in presentation mode. At the moment only
4254         page duration is supported, but not transition effects. Fixes bug
4255         #309815.
4256
4257 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4258
4259         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4260
4261         Run find_link_dest with document lock held, since it's called by links
4262         thread and main thread at the same time. 
4263
4264 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4265
4266         * shell/ev-view.c: (goto_dest):
4267
4268         Update page-cache when page is changed by the view, so that
4269         page-changed signal is emitted. 
4270
4271 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4272
4273         * test/test1.py:
4274         * test/test2.py:
4275
4276         Use C locale in tests. 
4277
4278 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4279
4280         * shell/ev-window.c: (ev_window_run_presentation):
4281         * shell/ev-view-private.h:
4282         * shell/ev-view.c: (ev_view_set_presentation):
4283
4284         Restore zoom settings when back from presentation mode. 
4285
4286 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4287
4288         * shell/ev-window.c: (ev_window_run_presentation):
4289
4290         Always use "best fit" zoom in presentation mode.
4291         Fixes bug #389195.
4292
4293 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4294
4295         * shell/ev-view.c: (ev_view_goto_window_create):
4296
4297         Show "Jump to page" label in the page jumping popup in
4298         presentation mode instead of just a GtkEntry.
4299
4300 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4301
4302         * shell/ev-window.c: (launch_external_uri):
4303
4304         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4305         #378085.
4306
4307 2006-12-22  Elijah Newren  <newren gmail com>
4308
4309         * configure.ac: explicitly check for libxml2.  Fixes #388795
4310
4311 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4312
4313         * shell/ev-view-private.h:
4314         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4315         (ev_view_goto_window_delete_event), (key_is_numeric),
4316         (ev_view_goto_window_key_press_event),
4317         (ev_view_goto_window_button_press_event),
4318         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4319         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4320         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4321
4322         Allow jumping to another page by typing a page number in presentation
4323         mode. It uses a popup window with an entry. Fixes bug #353625.
4324
4325 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4326
4327         * configure.ac:
4328         * properties/ev-properties-view.c: (ev_get_default_user_units),
4329         (ev_regular_paper_size):
4330         
4331         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4332         to Damien Carbery <damien.carbery@sun.com> and
4333         Yevgen Muntyan <muntyan@tamu.edu>.
4334
4335 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4336
4337         * shell/ev-window.c: (setup_document_from_metadata):
4338
4339         Make sure Evince doesn't restore the view on the last
4340         page when a document is reopened. Fixes bug #383381.
4341
4342 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4343
4344         * shell/ev-view.c: (draw_loading_text):
4345
4346         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4347
4348 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4349
4350         * configure.ac:
4351         * NEWS:
4352
4353         Release 0.7.0
4354
4355 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4356
4357         * configure.ac:
4358         * pdf/ev-poppler.cc: (pdf_print_context_free),
4359         (pdf_document_file_exporter_begin),
4360         (pdf_document_file_exporter_do_page):
4361
4362         Make cairo-pdf depedency optional. 
4363
4364 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4365
4366         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4367
4368         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4369
4370 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4371
4372         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4373         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4374         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4375         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4376         * shell/ev-view.c: (draw_loading_text):
4377         * shell/ev-window.c: (ev_window_cmd_file_properties):
4378
4379         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4380         related to using FontConfig from different threads.
4381         
4382 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4383
4384         * shell/ev-view.c: (draw_loading_text):
4385
4386         Acquire lock document when drawing "Loading..." text so that only one
4387         thread will use FontConfig at the same time. Fixes bug #374750.
4388
4389 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4390
4391         * shell/ev-page-action.[ch]: (activate_cb):
4392         * shell/ev-window.c: (activate_label_cb):
4393
4394         Check if text inserted in page entry is a valid page number when it
4395         doesn't match to any document page label. Fixes bug #383165.
4396
4397 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4398         * shell/ev-window.c:
4399
4400         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4401         available with GTK < 2.10. Added an ifdef to avoid compilation
4402         error.
4403
4404 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4405
4406         * configure.ac:
4407         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4408
4409         Fix ps backend in multihead systems.
4410
4411 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4412
4413         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4414         * shell/ev-window.c: (ev_window_get_screen_dpi),
4415         (ev_window_update_actions), (setup_view_from_metadata),
4416         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4417
4418         Take screen DPI into account when zooming. Fixes bug #318285.
4419
4420 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4421
4422         * data/Makefile.am:
4423
4424         Cleaned up/slightly refactored Makefile.am. Added GConf
4425         schemas uninstallation as well.
4426
4427 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4428
4429         * Makefile.am:
4430         * test/Makefile.am:
4431
4432         Fight with autotools to fix make check. Make distcheck
4433         works fine as well now!
4434
4435 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4436
4437         * shell/ev-view.c: (draw_end_presentation_page):
4438
4439         Corrected "end of presentation" string.
4440
4441 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4442
4443         * shell/ev-view.c: (ev_view_key_press_event):
4444
4445         Correctly propagate key press event so that up/down keys
4446         work as expected (correct behaviour was broken by
4447         black/white screen key bindings for presentations).
4448
4449 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4450
4451         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4452         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4453         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4454         (pdf_selection_get_selection_region),
4455         (pdf_selection_get_selection_map):
4456
4457         Add "static" to some private functions. 
4458
4459 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4460
4461         * lib/ev-tooltip.h:
4462         * properties/ev-properties-view.h:
4463         * shell/ev-jobs.h:
4464         * shell/ev-properties-dialog.h:
4465         * shell/ev-properties-fonts.h:
4466         * shell/ev-sidebar-links.h:
4467         * shell/ev-sidebar-thumbnails.h:
4468         * shell/ev-sidebar.h:
4469         * shell/ev-window.h:
4470         
4471         Fixes CHACK type in class casts. See bug #385343
4472         for details.
4473
4474 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4475
4476         * shell/ev-view-private.h:
4477         * shell/ev-view.c: (draw_end_presentation_page),
4478         (ev_view_expose_event), (ev_view_key_press_event),
4479         (ev_view_class_init), (ev_view_init):
4480
4481         Blank screen in presentation mode when pressing 'b' (filling with
4482         black) or 'w' (filling with white) keys. Fixes bug #358132.
4483
4484 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4485
4486         * data/evince-toolbar.xml:
4487         * shell/ev-window.c:
4488         
4489         Use stock icon for Select All action. Fixes
4490         bug #382652.
4491
4492 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4493
4494         * shell/ev-view.c: (get_doc_point_from_offset),
4495         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4496
4497         Add links support in rotated documents. Fixes bug #343733.
4498
4499 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4500
4501         * shell/ev-view-private.h:
4502         * shell/ev-view.c: (draw_end_presentation_page),
4503         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4504
4505         Show a blank page after the last page in presentation mode with a
4506         message indicating that presentation has finished and how to exit. 
4507
4508 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4509
4510         * shell/ev-window.c: (fullscreen_timeout_cb):
4511
4512         Hide cursor after a while in presentation mode. 
4513
4514 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4515
4516         * backend/ev-document-info.h:
4517         * data/evince-properties.glade:
4518         * pdf/ev-poppler.cc:
4519         * properties/ev-properties-view.c: (ev_regular_paper_size),
4520         (ev_properties_view_set_info):
4521         * ps/ps-document.c: (ps_document_get_info):
4522
4523         Adds a paper size field to the properties dialog. Fixes
4524         bug #307315. Patch by Kasper Svendsen (with some i18n
4525         changes done by me).
4526
4527 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4528
4529         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4530         (screensaver_init_dbus), (totem_scrsaver_new),
4531         (totem_scrsaver_init):
4532         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4533         * shell/ev-application.c: (ev_application_register_service),
4534         (ev_application_screensaver_enable),
4535         (ev_application_screensaver_disable):
4536         * shell/ev-application.h:
4537         * shell/ev-window.c: (ev_window_run_presentation),
4538         (ev_window_stop_presentation), (build_comments_string),
4539         (ev_window_init):
4540         
4541         Move screensaver handling to application. No more
4542         message on startup.
4543
4544 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4545
4546         * configure.ac:
4547         * backend/Makefile.am:
4548         * backend/ev-file-exporter.[ch]:
4549         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4550         * ps/ps-document.c: (ps_document_file_exporter_*):
4551         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4552         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4553         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4554         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4555
4556         Allow printing to PDF when suppoted by the backend.
4557         
4558 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4559
4560         * shell/ev-window.c: (build_comments_string):
4561
4562         Use always "Document Viewer" in about dialog. 
4563
4564 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4565
4566         * djvu/djvu-document.c: (djvu_document_get_page_size):
4567
4568         Display a warning message when get_pageinfo fails. 
4569
4570 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4571
4572         * Makefile.am:
4573         * backend/Makefile.am:
4574         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4575         * configure.ac:
4576         * shell/ev-window.c: (build_comments_string):
4577         
4578         Make pdf compilation optional. See bug #38007.
4579
4580 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4581
4582         * ps/ps.c: (get_next_text):
4583
4584         Fix CVE-2006-5864.
4585
4586 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4587
4588         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4589         * shell/ev-navigation-action.c: (connect_proxy),
4590         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4591         
4592         Do not call g_type_class_peek_parent twice.
4593
4594 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4595
4596         * configure.ac:
4597         * data/icons/24x24/.cvsignore:
4598         * data/icons/24x24/Makefile.am:
4599         * data/icons/24x24/evince.png:
4600         * data/icons/Makefile.am:
4601         
4602         Add 24x24 icon. Thanks to 
4603         Michael Monreal <infernux@web.de>.
4604
4605 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4606
4607         * configure.ac: Fix typo in configure.ac. Thanks
4608         to dmacks@netspace.org for notification.
4609
4610 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4611
4612         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4613         
4614         Drop dbus include, fixes compilation with older dbus.
4615
4616 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4617
4618         * configure.ac:
4619         * cut-n-paste/Makefile.am:
4620         * cut-n-paste/totem-screensaver/.cvsignore
4621         * cut-n-paste/totem-screensaver/Makefile.am:
4622         * cut-n-paste/totem-screensaver/README:
4623         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4624         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4625         * shell/Makefile.am:
4626         * shell/ev-window.c: (ev_window_run_presentation),
4627         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4628         (ev_window_init):
4629
4630         Implemented screensaver enabling/disabling for
4631         presentation mode (not fullscreen mode). Code stolen
4632         from Totem (with some minor tweaks). Fixes bug #338889.
4633
4634 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4635
4636         * configure.ac:
4637
4638         Bump gnome-icon-theme requirements. We use the rotation
4639         icons that appeared recently.
4640
4641 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4642
4643         * shell/ev-history.c: (ev_history_add_page):
4644         * shell/ev-history.h:
4645         * shell/ev-window.c: (page_changed_cb):
4646         
4647         Use page labels instead of numbers.
4648
4649 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4650
4651         * data/evince-toolbar.xml:
4652         * po/POTFILES.in:
4653         * shell/Makefile.am:
4654         * shell/ev-navigation-action-widget.c:
4655         (ev_navigation_action_widget_init),
4656         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4657         (menu_detacher), (ev_navigation_action_widget_set_menu),
4658         (menu_position_func), (popup_menu_under_arrow),
4659         (ev_navigation_action_widget_toggled),
4660         (ev_navigation_action_widget_button_press_event):
4661         * shell/ev-navigation-action-widget.h:
4662         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4663         (ev_navigation_action_set_window), (activate_menu_item_cb),
4664         (new_history_menu_item), (new_empty_history_menu_item),
4665         (build_menu), (menu_activated_cb), (connect_proxy),
4666         (create_tool_item), (ev_navigation_action_init),
4667         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4668         * shell/ev-navigation-action.h:
4669         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4670         (ev_page_action_widget_set_page_cache),
4671         (ev_page_action_widget_finalize),
4672         (ev_page_action_widget_class_init), (match_selected_cb),
4673         (display_completion_text), (match_completion), (build_new_tree_cb),
4674         (get_filter_model_from_model),
4675         (ev_page_action_widget_update_model):
4676         * shell/ev-page-action-widget.h:
4677         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4678         (connect_proxy):
4679         * shell/ev-page-action.h:
4680         * shell/ev-stock-icons.c:
4681         * shell/ev-stock-icons.h:
4682         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4683         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4684         (register_custom_actions):
4685         * shell/main.c:
4686         
4687         Preliminary history implementation
4688
4689 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4690
4691         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4692         (dvi_document_class_init), (dvi_document_init_params):
4693         * dvi/mdvi-lib/font.c: (font_reference):
4694         
4695         Add reference to subfont. Fixes bug #374277.
4696
4697 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4698
4699         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4700         (ev_window_cmd_file_open_copy_at_dest):
4701
4702         Fix a race condition when creating symlink. Increase the counter
4703         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4704         Mathias Hasselmann).
4705
4706 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4707
4708         * backend/Makefile.am:
4709         * backend/ev-attachment.c: (ev_attachment_open):
4710         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4711         (ev_tmp_dir), (ev_tmp_filename):
4712         * shell/ev-sidebar-attachments.c:
4713         (ev_sidebar_attachments_drag_data_get):
4714         * shell/ev-window.c: (ev_window_clear_temp_file):
4715
4716         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4717         in ensure_dir_exists. Abort without crashing when we can't create
4718         user's directory.
4719
4720 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4721
4722         * data/evince-ui.xml:
4723         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4724         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4725         (ev_window_cmd_file_open_copy_at_dest),
4726         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4727         (ev_view_popup_cmd_open_link_new_window):
4728
4729         Allow opening a copy of the current document in a new window. Fixes bug
4730         #357472
4731
4732 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4733
4734         * data/evince-toolbar.xml:
4735         
4736         Add rotate right and rotate left to available items for toolbar.
4737         
4738         * data/evince-ui.xml:
4739         * shell/ev-window.c: (ev_window_init):
4740         
4741         Customize toolbar with right click. Fixes bug #372451.
4742
4743 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4744
4745         * shell/ev-window.c: 
4746         
4747         Use "object-rotate-{left,right}" stock icons. Fixes 
4748         bug #373863.
4749
4750 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4751
4752         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4753         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4754         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4755         (ev_window_open_uri):
4756         * shell/main.c: (arguments_parse):
4757
4758         Remove temp file created when evince is used by GTK+ in
4759         preview mode. Fixes bug #365282. 
4760
4761 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4762
4763         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4764         
4765         Fixes bug #372474 - Side pane disabled when entering 
4766         and leaving fullscreen mode.
4767
4768 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4769
4770         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4771         * data/Makefile.am:
4772         * data/evince-preview-toolbar.xml:
4773         * data/evince-toolbar.xml:
4774         * shell/ev-application.c: (ev_application_shutdown),
4775         (ev_application_init), (ev_application_get_toolbars_model):
4776         * shell/ev-application.h:
4777         * shell/ev-window.c: (update_chrome_visibility),
4778         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4779         (ev_window_cmd_edit_toolbar), (ev_window_init):
4780         
4781         Fixes bug #364364 - toolbar editor shows zoom actions again.
4782
4783 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4784
4785         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4786
4787         Do not take margins into consideration for paper size when printing.
4788         Really fixes bug #350491.
4789
4790 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4791
4792         * data/evince-ui.xml:
4793         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4794         (ev_window_cmd_file_print_setup),
4795         (ev_window_print_dialog_response_cb),
4796         (ev_window_setup_action_sensitivity):
4797
4798         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4799
4800 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4801
4802         * shell/ev-window.c: (ev_window_print_range):
4803
4804         Revert my previuos commit, since printing to PDF is not supported by
4805         evince yet. 
4806
4807 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4808
4809         * shell/ev-window.c: (ev_window_print_range):
4810
4811         Enable print to a PDF. Fixes bug #332121.
4812
4813 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4814
4815         * shell/ev-application-service.xml:
4816         * shell/ev-application.[ch]: (ev_application_open_window),
4817         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4818         (ev_application_open_uri), (ev_application_open_uri_list):
4819         * shell/ev-window.c: (file_open_dialog_response_cb),
4820         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4821         (drag_data_received_cb), (open_remote_link):
4822         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4823
4824         Add support for multiscreen systems. Fixes bug #316206.
4825
4826 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4827
4828         * shell/ev-jobs.[ch]: (ev_job_print_new),
4829         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4830         (ev_job_print_do_page):
4831         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4832
4833         Allow printing only odd/even pages. Fixes bug #367289.
4834
4835 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4836
4837         * test/test1.py:
4838         * test/test2.py:
4839
4840         Re-add locale settings to test files.
4841
4842 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4843
4844         * data/evince-ui.xml:
4845         * shell/ev-window.c: (set_action_properties):
4846         
4847         Removed garbage from code and ui.
4848
4849 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4850
4851         * shell/ev-window.c: (ev_window_cmd_help_about):
4852
4853         Shamelessly add my name to the list of contributors.
4854
4855 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4856
4857         * test/test1.py:
4858         * test/test2.py:
4859
4860         Cleaned up the dogtail scripts.
4861
4862 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4863
4864         * shell/ev-view.c: (draw_loading_text): Don't render
4865         "loading..." text in presentation mode. Temporary
4866         workaround for bug #320352.
4867
4868 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4869
4870         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4871         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4872
4873         Use print settings scale, copies, collate and reverse which were
4874         ignored. Fixes bug #359032.
4875
4876 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4877
4878         * configure.ac:
4879         * data/evince-password.glade:
4880         * test/Makefile.am:
4881         * test/test-encrypt.pdf:
4882         * test/test-links.pdf:
4883         * test/test1.py:
4884         * test/test2.py:
4885
4886         Add automated UI tests for evince with dogtail. See
4887         bug #300948.    
4888
4889 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4890
4891         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4892
4893         Hide fullscreen toolbar when switching to another desktop workspace.
4894         Fixes bug #338871
4895
4896 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4897
4898         * shell/ev-window-title.c: 
4899         
4900         Test for .dvi in title of pdf documents.
4901
4902 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4903
4904         * shell/ev-view.c: (ev_view_scroll):
4905
4906         Page Up/Down should do page jumps in "Best fit" mode.
4907         If a user has explicitly chosen to view exactly one page
4908         at a time, scrolling just a part of the page when
4909         pressing Page Up/Down is not right. Fixes bug #323107.
4910
4911 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4912
4913         * NEWS:
4914         * configure.ac:
4915         
4916         Update for 0.6.1
4917
4918 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4919
4920         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4921         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4922         
4923         Correctly disconnect from job signals on destroy.
4924
4925 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4926
4927         * shell/ev-view-private.h:
4928         * shell/ev-view.c: (view_set_adjustment_values),
4929         (view_update_range_and_current_page),
4930         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4931         
4932         Fixes bug #343199, current page now follows find page.
4933
4934 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4935
4936         * backend/ev-document-factory.c:
4937         * configure.ac:
4938         Assigned OpenDocument presenation MIME type to the
4939         Impress backend. Added some missing (but harmless)
4940         #ifdefs in the document factory as well to make things
4941         consistent again. Fixes bug #360658.
4942
4943 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4944
4945         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4946         * backend/ev-document-find.c: (ev_document_find_get_type):
4947         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4948         * backend/ev-document-links.c: (ev_document_links_get_type):
4949         * backend/ev-document-security.c: (ev_document_security_get_type):
4950         * backend/ev-document-thumbnails.c:
4951         (ev_document_thumbnails_get_type):
4952         * backend/ev-document.c: (ev_document_get_type):
4953         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4954         * backend/ev-selection.c: (ev_selection_get_type):
4955         * cut-n-paste/recent-files/egg-recent-model.c:
4956         (egg_recent_model_get_type):
4957         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4958         (egg_recent_view_uimanager_get_type):
4959         * cut-n-paste/recent-files/egg-recent-view.c:
4960         (egg_recent_view_get_type):
4961         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4962         (egg_editable_toolbar_get_type):
4963         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4964         (egg_toolbar_editor_get_type):
4965         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4966         (egg_toolbars_model_get_type):
4967         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4968         (egg_tree_multi_drag_source_get_type):
4969         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4970         (ephy_zoom_action_get_type):
4971         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4972         (ephy_zoom_control_get_type):
4973         * impress/r_back.c: (_imp_fill_back):
4974         * properties/ev-properties-main.c:
4975         (ev_properties_plugin_register_type):
4976         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4977         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4978         (ev_view_accessible_factory_get_type):
4979
4980         Reduce relocations. Bug #360616.
4981
4982 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4983
4984         * backend/ev-document-factory.c:
4985         (ev_document_factory_get_document):
4986         
4987         Load document even if extension is wrong.
4988
4989 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4990
4991         * shell/ev-metadata-manager.c: (save_values):
4992         * shell/ev-window.c: (setup_size_from_metadata),
4993         (setup_view_from_metadata), (ev_window_setup_document),
4994         (ev_window_xfer_job_cb), (window_configure_event_cb):
4995         
4996         Set size according to the document size/page size ratio.
4997         That should correct rather wierd behaviour of the previous
4998         commit.
4999
5000 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5001
5002         * shell/ev-window.c: (setup_view_from_metadata):
5003         
5004         Set size for new windows from previous window size.
5005         See bugs #354968 and #168450 for details. Thanks
5006         to Meik Hellmund.
5007
5008 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5009
5010         * djvu/djvu-links.c: (build_tree):
5011
5012         Fix memory leak.
5013
5014 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5015
5016         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5017         
5018         Don't make sidebar close button insensitive. Fixes
5019         bug #357871.
5020
5021 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5022
5023         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5024         (ev_window_set_view_accels_sensitivity):
5025         
5026         Don't enable Slash on documents which don't support
5027         find. Fixes bug #358648.
5028
5029 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5030
5031         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5032         open dialog fall back to the current document uri if the
5033         filechooser hasn't been used before. Fixes bug #356980.
5034
5035 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5036
5037         * shell/ev-window.c: (ev_window_setup_recent), 
5038         (ev_window_get_recent_file_label):
5039
5040         Escape underscores in filenames of recent file items.
5041
5042 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5043
5044         * configure.ac:
5045         
5046         Bumped poppler requirements, really 0.5.3 is very 
5047         buggy, now we require 0.5.4.
5048
5049 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5050
5051         * djvu/Makefile.am:
5052         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5053         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5054         (djvu_document_document_links_iface_init):
5055         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5056         (number_from_string_10), (get_djvu_link_dest),
5057         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5058         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5059         (djvu_links_get_links), (djvu_links_find_link_dest),
5060         (djvu_links_get_links_model):
5061         * djvu/djvu-links.h:
5062         
5063         Add support for links and bookmarks in djvu documents. Thanks
5064         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5065         patch.
5066
5067 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5068
5069         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5070         
5071         Reopen should reload document. Fixes 
5072         bug 327951.
5073
5074 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5075
5076         * configure.ac:
5077         * data/Makefile.am:
5078         * data/evince-16.png:
5079         * data/evince-22.png:
5080         * data/evince.png:
5081         * data/evince.svg:
5082         * data/icons/16x16/Makefile.am:
5083         * data/icons/16x16/evince.png:
5084         * data/icons/22x22/Makefile.am:
5085         * data/icons/22x22/evince.png:
5086         * data/icons/48x48/Makefile.am:
5087         * data/icons/48x48/evince.png:
5088         * data/icons/Makefile.am:
5089         * data/icons/scalable/Makefile.am:
5090         * data/icons/scalable/evince.svg:
5091         
5092         Install icons with correct names. Fixes
5093         bug #354429.
5094
5095 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5096
5097         * shell/ev-view.c: (ev_view_button_release_event):
5098
5099         Don't open links with middle mouse button. Fixes bug #353649
5100
5101 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5102
5103         * NEWS:
5104         * configure.ac:
5105         
5106         Update for release 0.6.0
5107
5108 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5109
5110         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5111         Implement Close named action. Patch by Carlos Garcia Campos.
5112
5113 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5114
5115         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5116         
5117         Don't clear link mapping on copy_job_to_job_info. Fixes
5118         bug 346168.
5119
5120 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5121
5122         * shell/main.c: (main):
5123
5124         Revert my previous commit, gnome_program_init owns the option context.
5125         Fix another memory leak in main. Both caught by Christian Persch. 
5126
5127 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5128
5129         * shell/main.c: (main):
5130
5131         Fix memory leak.
5132
5133 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5134
5135         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5136
5137         Fix crash when opening a pdf with password protection. 
5138
5139 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5140
5141         * pdf/ev-poppler.cc: (pdf_document_search_free):
5142
5143         Fix memory leak. 
5144
5145 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5146
5147         * backend/ev-document-factory.c:
5148         (ev_document_factory_get_document):
5149         * tiff/tiff-document.c: (tiff_document_finalize):
5150         
5151         More correct handling of document loading. Fixes
5152         bug #349043.
5153
5154 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5155
5156         * backend/ev-attachment.c: (ev_attachment_save):
5157
5158         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5159         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5160
5161 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5162         
5163         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5164         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5165
5166 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5167
5168         * shell/ev-sidebar-thumbnails.c:
5169
5170         Do not render thumbnails unless thumbnails page is active in the
5171         sidebar.
5172
5173 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5174
5175         * shell/ev-properties-dialog.c:
5176
5177         Fix dialogue spacing. Bug #351370.
5178
5179 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5180
5181         * configure.ac:
5182
5183         Use lowercase gettext catalog file names (evince.mo
5184         instead of Evince.mo)
5185
5186 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5187
5188         * shell/ev-sidebar-attachments.c:
5189
5190         GtkIconTheme is now screen safe too. Fixes bug #350878
5191
5192 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5193
5194         * shell/ev-window.c:
5195
5196         GtkRecent manager is now screen safe. Fixes bug #350145
5197
5198 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5199
5200         * shell/ev-sidebar.c: (ev_sidebar_init):
5201         
5202         Make sidebar close icon smaller. Fix for bug 350177.
5203         See also bugs 350176 and 165770.
5204
5205 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5206
5207         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5208
5209         Ignore zoom for xyz destinations when it's <= 1, keeping user
5210         preferences instead. Set correct sizing-mode for fith and fitv
5211         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5212
5213 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5214
5215         * NEWS:
5216         * configure.ac:
5217         
5218         Update for release 0.5.5
5219
5220 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5221         
5222         * shell/ev-window.c: (ev_window_cmd_escape)
5223
5224         Escape unfocus page entry. Fixes bug #345809.
5225
5226 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5227
5228         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5229         (build_tree), (pdf_document_links_get_links),
5230         (pdf_document_links_find_link_dest):
5231         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5232         (goto_xyz_dest):
5233
5234         Convert from PDF style coordinates to X style coordinates in the
5235         backend rather than in the view. Fixes bug #338440
5236
5237 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5238
5239         * shell/ev-window.c:
5240         
5241         Remove Ctrl+Shift+T shortcut for toolbars. See
5242         the bug #350098.
5243
5244 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5245
5246         * configure.ac:
5247
5248         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5249         of this. 
5250
5251 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5252
5253         * configure.ac:
5254         * cut-n-paste/Makefile.am:
5255         * data/evince-ui.xml:
5256         * shell/Makefile.am:
5257         * shell/ev-application.[ch]:
5258         * shell/ev-window.c:
5259
5260         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5261         #349273
5262
5263 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5264
5265         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5266         findbar code: s/help/search/
5267
5268 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5269
5270         * shell/ev-window.c: (setup_document_from_metadata),
5271         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5272         (setup_view_from_metadata):
5273         
5274         Fix memory leaks.
5275
5276 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5277
5278         * autogen.sh, configure.ac: 
5279         
5280         Update automake usage. See bug 349292.
5281
5282 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5283
5284         * shell/eggfindbar.c: (egg_find_bar_class_init),
5285         (entry_activate_callback), (egg_find_bar_init),
5286         (egg_find_bar_set_status_text):
5287         * shell/eggfindbar.h:
5288         
5289         Unify Evince findbar with Epiphany. Nice patch
5290         from Fabricio Silva <silva@crans.org> and
5291         Frederic Peters <fpeters@entrouvert.com>. See
5292         bug #339966 for details.
5293
5294 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5295
5296         * data/evince.desktop.in.in:
5297         
5298         Correct information for bugzilla. Thanks to
5299         Olaf Vitters, see bug #348855.
5300
5301 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5302
5303         * shell/ev-jobs.[ch]:
5304         * shell/ev-sidebar-links.c:
5305         * shell/ev-window.[ch]:
5306
5307         GtkPrintJob doesn't support print ranges or current page, so we export
5308         to a ps file now when printing ranges or current page.
5309
5310 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5311
5312         * pdf/ev-poppler.cc:
5313         * shell/ev-window.c: (do_action_named):
5314
5315         We should be more clear about bugzilla. See the
5316         poppler bug #7623.
5317
5318 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5319
5320         * configure.ac:
5321         * shell/Makefile.am:
5322         * shell/ev-job-queue.c:
5323         * shell/ev-jobs.[ch]:
5324         * shell/ev-sidebar-links.c:
5325         * shell/ev-window.[ch]:
5326         
5327         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5328         #348422
5329
5330 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5331
5332         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5333         * shell/ev-application-service.xml:
5334         * shell/ev-application.[ch]:
5335         * shell/ev-jobs.[ch]:
5336         * shell/ev-window.[ch]: (ev_window_run_preview):
5337         * shell/main.c: 
5338
5339         Add preview mode to use evince as a printing previewer. It also adds
5340         other command line options for fullscreen and presentation modes.
5341         Fixes bugs #347822, #317031
5342
5343 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5344
5345         * NEWS:
5346         * configure.ac:
5347         
5348         Update for release 0.5.4
5349
5350 2006-07-11  Bastien Nocera <hadess@hadess.net>
5351
5352         * Makefile.am:
5353         * backend/Makefile.am:
5354         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5355         * backend/ev-document-factory.h:
5356         * configure.ac:
5357         * impress/.cvsignore:
5358         * impress/Makefile.am:
5359         * impress/common.h:
5360         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5361         (imp_get_page), (imp_next_page), (imp_prev_page),
5362         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5363         * impress/f_oasis.c: (render_object), (render_page),
5364         (get_geometry), (_imp_oasis_load):
5365         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5366         (_imp_oo13_load):
5367         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5368         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5369         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5370         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5371         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5372         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5373         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5374         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5375         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5376         (iks_new_within), (iks_insert), (iks_insert_cdata),
5377         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5378         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5379         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5380         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5381         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5382         (iks_cdata), (iks_cdata_size), (iks_has_children),
5383         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5384         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5385         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5386         (iks_tree), (iks_load), (iks_save):
5387         * impress/iksemel.h:
5388         * impress/imposter.h:
5389         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5390         (imp_render_draw_bezier_real), (imp_render_get_size),
5391         (imp_render_set_fg_color), (imp_render_draw_line),
5392         (imp_render_draw_rect), (imp_render_draw_polygon),
5393         (imp_render_draw_arc), (imp_render_draw_bezier),
5394         (imp_render_open_image), (imp_render_get_image_size),
5395         (imp_render_scale_image), (imp_render_draw_image),
5396         (imp_render_close_image), (imp_render_markup),
5397         (imp_render_get_text_size), (imp_render_draw_text),
5398         (impress_document_load), (impress_document_save),
5399         (impress_document_get_n_pages), (impress_document_get_page_size),
5400         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5401         (impress_document_finalize), (impress_document_class_init),
5402         (impress_document_can_get_text), (impress_document_get_info),
5403         (impress_document_document_iface_init),
5404         (impress_document_thumbnails_get_thumbnail),
5405         (impress_document_thumbnails_get_dimensions),
5406         (impress_document_document_thumbnails_iface_init),
5407         (impress_document_init):
5408         * impress/impress-document.h:
5409         * impress/internal.h:
5410         * impress/r_back.c: (_imp_fill_back):
5411         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5412         (_imp_draw_image), (_imp_tile_image):
5413         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5414         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5415         (r_polyline):
5416         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5417         (r_draw_gradient_complex), (r_draw_gradient):
5418         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5419         (r_get_bullet):
5420         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5421         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5422         (r_text):
5423         * impress/render.c: (imp_create_context), (imp_context_set_page),
5424         (imp_context_set_step), (imp_render), (imp_delete_context):
5425         * impress/render.h:
5426         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5427         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5428         (zip_load_xml), (zip_get_size), (zip_load):
5429         * impress/zip.h:
5430         * shell/ev-utils.c:
5431         
5432         New backend to support impress slides. Fixes bug #30867.
5433
5434 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5435
5436         * shell/ev-utils.c: (using_postscript_printer):
5437         
5438         Fixes crash when print using PAPI backend,
5439         bug #345012.
5440
5441 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5442
5443         * shell/ev-jobs.c: (ev_job_xfer_run):
5444         * shell/ev-window.c: (password_dialog_response),
5445         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5446         (ev_window_dispose):
5447         Fixes bug #344160: if the xfer job doesn't complete
5448         because a password is required, reload the existing
5449         instance instead of creating a new one.
5450
5451 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5452
5453         * shell/main.c: (main): Call gdk_threads_init. Thus
5454         we'll avoid errors in auth dialog. Fix for the bug
5455         #343347.
5456
5457 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5458
5459         * configure.ac: Advertise pixbuf support, fix
5460         for the bug 343317.
5461
5462 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5463
5464         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5465         (ev_sidebar_thumbnails_set_document):
5466         
5467         Update sidebar thumbnails after reloading.
5468
5469 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5470
5471         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5472         * shell/ev-jobs.h:
5473         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5474         (ev_window_cmd_view_reload), (ev_window_init):
5475         
5476         Don't crash on reload. Fix for the bug #343167.
5477
5478 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5479
5480         * shell/ev-jobs.c: (ev_job_render_run):
5481         
5482         Check for document links.
5483
5484 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5485
5486         * backend/ev-attachment.c: (ev_attachment_save),
5487         (ev_attachment_launch_app), (ev_attachment_open):
5488         * backend/ev-document-factory.c: (get_document_from_uri):
5489         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5490         (egg_recent_view_uimanager_set_list):
5491         * ps/ps-document.c: (check_filecompressed), (document_load),
5492         (ps_document_load):
5493         * shell/ev-metadata-manager.c: (load_values):
5494         * shell/ev-password.c: (ev_password_dialog_set_property):
5495         * shell/ev-view.c: (tip_from_link):
5496         * shell/ev-window.c: (file_save_dialog_response_cb),
5497         (ev_window_print_dialog_response_cb):
5498         
5499         Use consistent quoting style. Fix for the bug #320285.
5500
5501 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5502
5503         * shell/ev-jobs.c: (ev_job_xfer_run):
5504         * shell/main.c: (load_files):
5505                 
5506         Open links with anchors. Fix for the bug #339836.
5507
5508 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5509
5510         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5511         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5512         (ev_link_dest_set_property), (ev_link_dest_finalize),
5513         (ev_link_dest_class_init), (ev_link_dest_new_named),
5514         (ev_link_dest_new_page_label):
5515         * backend/ev-link-dest.h:
5516         * shell/ev-application.c: (ev_application_open_uri):
5517         * shell/ev-view.c: (goto_dest):
5518         * shell/ev-window.c:
5519         * shell/ev-window.h:
5520         
5521         Fix page-label command line option. Bug #342070.
5522
5523 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5524
5525         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5526         
5527         Don't show highlight rects if page can't be showed. Fix for 
5528         the bug #342076
5529
5530 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5531
5532         * shell/ev-window.c: (setup_sidebar_from_metadata),
5533         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5534         
5535         Setup sidebar from metadata even if there is no document
5536         loaded. Fix for the bug #342807.
5537
5538 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5539
5540         * cut-n-paste/toolbar-editor/Makefile.am:
5541         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5542         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5543         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5544         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5545         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5546         (popup_context_menu_cb), (button_press_event_cb),
5547         (configure_item_sensitivity), (configure_item_cursor),
5548         (configure_item_tooltip), (connect_widget_signals),
5549         (action_sensitive_cb), (create_item_from_action),
5550         (create_item_from_position), (toolbar_drag_data_received_cb),
5551         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5552         (toolbar_drag_leave_cb), (configure_drag_dest),
5553         (toggled_visibility_cb), (toolbar_visibility_refresh),
5554         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5555         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5556         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5557         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5558         (egg_editable_toolbar_dispose),
5559         (egg_editable_toolbar_set_ui_manager),
5560         (egg_editable_toolbar_get_selected),
5561         (egg_editable_toolbar_set_selected), (set_edit_mode),
5562         (egg_editable_toolbar_set_property),
5563         (egg_editable_toolbar_get_property),
5564         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5565         (egg_editable_toolbar_new_with_model),
5566         (egg_editable_toolbar_get_edit_mode),
5567         (egg_editable_toolbar_set_edit_mode),
5568         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5569         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5570         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5571         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5572         (item_added_or_removed_cb), (toolbar_removed_cb),
5573         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5574         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5575         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5576         (editor_create_item_from_name), (append_table),
5577         (update_editor_sheet), (egg_toolbar_editor_init):
5578         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5579         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5580         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5581         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5582         (toolbar_node_free), (egg_toolbars_model_get_flags),
5583         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5584         (egg_toolbars_model_get_name), (impl_add_item),
5585         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5586         (parse_data_list), (parse_item_list), (parse_toolbars),
5587         (egg_toolbars_model_load_toolbars), (parse_available_list),
5588         (parse_names), (egg_toolbars_model_load_names),
5589         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5590         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5591         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5592         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5593         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5594         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5595         (egg_toolbars_model_set_types), (fill_avail_array),
5596         (egg_toolbars_model_get_name_avail),
5597         (egg_toolbars_model_get_name_flags),
5598         (egg_toolbars_model_set_name_flags):
5599         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5600         * cut-n-paste/toolbar-editor/eggintl.h:
5601         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5602         (egg_tree_multi_drag_source_get_type),
5603         (egg_tree_multi_drag_source_row_draggable),
5604         (egg_tree_multi_drag_source_drag_data_delete),
5605         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5606         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5607         (path_list_free), (set_context_data), (get_context_data),
5608         (get_info), (egg_tree_multi_drag_drag_data_get),
5609         (egg_tree_multi_drag_motion_event),
5610         (egg_tree_multi_drag_button_press_event),
5611         (egg_tree_multi_drag_add_drag_support):
5612         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5613         * shell/ev-application.c: (ev_application_init),
5614         (ev_application_save_toolbars_model):
5615         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5616         (ev_window_cmd_edit_toolbar), (ev_window_init):
5617         
5618         Sync toolbareditor with epiphany and libegg
5619
5620 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5621
5622         * configure.ac: 
5623
5624         Depend on poppler 0.5.2
5625
5626 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5627
5628         * shell/ev-jobs.c: (ev_job_render_run):
5629         
5630         Check if document supports links iterface.
5631
5632 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5633
5634         * NEWS:
5635         * configure.ac:
5636         
5637         Update for release 0.5.3
5638
5639 2006-05-13  Michael Plump  <plumpy@skylab.org>
5640
5641         * configure.ac:
5642         * shell/Makefile.am:
5643         * shell/main.c: (main):
5644         
5645         Port to GOption command line parsing. Fix for the 
5646         bug #327518
5647
5648 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5649
5650         * shell/ev-window.c: (ev_window_cmd_help_about):
5651         
5652         Do not wrap license. Fix for the bug #309460.
5653
5654 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5655
5656         * configure.ac:
5657         * properties/ev-properties-main.c: (ev_properties_get_pages):
5658         * shell/ev-application.c: (ev_application_open_window),
5659         (ev_application_open_uri_at_dest):
5660         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5661         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5662         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5663         * shell/ev-utils.c: (save_print_config_to_file):
5664         * shell/ev-window.c: (ev_window_cmd_save_as),
5665         (ev_attachment_popup_cmd_save_attachment_as):
5666         * shell/main.c: (load_files_remote):
5667         
5668         Bump requirements to gtk 2.8 and drop all ifdefs used.
5669
5670 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5671
5672         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5673         * shell/ev-window.c: (ev_window_init):
5674         
5675         Show attachments page.
5676
5677 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5678
5679         * po/POTFILES.in:
5680         * shell/ev-attachment-bar.c:
5681         * shell/ev-attachment-bar.h:
5682         * shell/ev-sidebar-attachments.c:
5683         (ev_sidebar_attachments_icon_cache_add),
5684         (icon_theme_get_pixbuf_from_mime_type),
5685         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5686         (ev_sidebar_attachments_icon_cache_refresh),
5687         (ev_sidebar_attachments_get_attachment_at_pos),
5688         (ev_sidebar_attachments_popup_menu_show),
5689         (ev_sidebar_attachments_popup_menu),
5690         (ev_sidebar_attachments_button_press),
5691         (ev_sidebar_attachments_update_icons),
5692         (ev_sidebar_attachments_drag_data_get),
5693         (ev_sidebar_attachments_get_property),
5694         (ev_sidebar_attachments_destroy),
5695         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5696         (ev_sidebar_attachments_new),
5697         (ev_sidebar_attachments_set_document),
5698         (ev_sidebar_attachments_support_document),
5699         (ev_sidebar_attachments_get_label),
5700         (ev_sidebar_attachments_page_iface_init):
5701         * shell/ev-sidebar-attachments.h:
5702         * shell/ev-window.c: (update_chrome_visibility),
5703         (setup_sidebar_from_metadata), (ev_window_setup_document),
5704         (ev_window_sidebar_current_page_changed_cb),
5705         (attachment_bar_menu_popup_cb), (ev_window_init):
5706         
5707         Move attachments bar to sidebar.
5708
5709 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5710
5711         * pdf/ev-poppler.cc:
5712         * shell/ev-application.[ch]:
5713         * shell/main.c:
5714
5715         Fix some memory leaks.
5716
5717 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5718
5719         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5720
5721         Change the properties dialog response to
5722         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5723         will make the dialog go away when the user presses
5724         enter. With gtk+ >= 2.9 this will happen anyway, but for
5725         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5726         escape by default. Fixes bug #340539. See also bug
5727         #101293 for the gtk+ part.
5728
5729 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5730
5731         * shell/ev-view.c (tip_from_action_named): Replace some strings
5732         that were wrong. Closes #340970.
5733
5734 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5735
5736         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5737
5738         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5739         #341049
5740
5741 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5742
5743         * djvu/Makefile.am:
5744         * dvi/Makefile.am:
5745         * dvi/mdvi-lib/Makefile.am:
5746         * properties/Makefile.am:
5747         * ps/Makefile.am:
5748         * shell/Makefile.am:
5749         * thumbnailer/Makefile.am:
5750         
5751         Due to broken libtool that is unable to track dependencies
5752         of noinst libraries we are forced to explicitely point
5753         libraries for binary. Fix for the bug #333334.
5754
5755 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5756
5757         * data/evince.desktop.in.in:
5758         * shell/ev-view.c: (view_update_range_and_current_page),
5759         (ev_view_next_page), (ev_view_previous_page):
5760         * shell/ev-window.c: (update_chrome_visibility),
5761         (setup_sidebar_from_metadata), (ev_window_setup_document),
5762         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5763         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5764         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5765         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5766         (ev_window_stop_presentation), (ev_window_focus_in_event),
5767         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5768         (ev_window_init):
5769         * thumbnailer/Makefile.am:
5770         
5771         Update fullscreen and presentation timeout handling. Hide
5772         cursor in presentation after timeout. Fix for the bugs
5773         #136359 and #336981.
5774
5775 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5776
5777         * backend/ev-link-action.[ch]:
5778         * pdf/ev-poppler.cc: (ev_link_from_action):
5779         * shell/ev-view-private.h:
5780         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5781         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5782
5783         Add support for Named Action links
5784
5785 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5786
5787         * backend/Makefile.am:
5788         * backend/ev-document-links.[ch]:
5789         * backend/ev-document.[ch]:
5790         * backend/ev-link-action.[ch]:
5791         * backend/ev-link-dest.[ch]:
5792         * backend/ev-link.[ch]:
5793         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5794         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5795         * shell/ev-page-action.c: (build_new_tree_cb):
5796         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5797         (links_page_num_func), (update_page_callback):
5798         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5799         (tip_from_link):
5800         * shell/ev-jobs.c:
5801         * shell/ev-window.[ch]: (ev_window_open_uri),
5802         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5803         * shell/ev-application.[ch]: (ev_application_open_window),
5804         (ev_application_open_uri):
5805
5806         Rework links system, it adds support for remote links now and it makes
5807         easier to add new kinds of actions and destinations. Fixes bug #317292
5808
5809 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5810
5811         * data/Makefile.am:
5812         * data/evince.png:
5813         * data/evince-16.png:
5814         * data/evince-22.png:
5815         * data/evince.svg:
5816         * shell/main.c: (main):
5817         
5818         Evince use it's own icon. Fix for the bug #313392.
5819
5820         * shell/ev-window.c: (fullscreen_timeout_cb),
5821         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5822         (ev_window_cmd_help_about), (ev_window_dispose):
5823         
5824         Simplify fullscreen timeout code.
5825
5826 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5827
5828         * backend/ev-attachment.c: 
5829         * shell/ev-attachment-bar.c:
5830         * shell/ev-window.c:
5831
5832         Allow multiple selection of attachments
5833
5834 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5835
5836         * shell/ev-view.c: (view_update_range_and_current_page),
5837         (ev_view_scroll):
5838         
5839         Fix for the bug #312573 – Optimal selection of current 
5840         page among visible pages.
5841
5842 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5843
5844         * configure.ac:
5845         * djvu/Makefile.am:
5846         * djvu/djvu-text.h:
5847         
5848         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5849         for the bug 339868.
5850
5851 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5852
5853         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5854
5855 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5856
5857         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5858         dictated by the GNOME HIG. Fixes bug #339235.
5859
5860 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5861
5862         * data/evince-ui.xml:
5863         * shell/ev-view.c: (ev_view_can_find_previous):
5864         * shell/ev-view.h:
5865         * shell/ev-window.c: (ev_window_update_actions),
5866         (ev_window_cmd_edit_find_previous):
5867
5868         Add support for "Find Previous" as dictated by the GNOME HIG. A
5869         menu item is added and some glue code to make it all work is added
5870         to various files.
5871
5872 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5873
5874         * configure.ac: Award myself the "useless use of cat" award.
5875
5876 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5877
5878         * po/LINGUAS: New file listing all supported languages.
5879
5880         * configure.in: Use po/LINGUAS instead of including all languages
5881         directly in this file. See the wiki for more information:
5882         http://live.gnome.org/GnomeGoals/PoLinguas
5883
5884 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5885
5886         * backend/ev-document-factory.c:
5887
5888         Do not load the document twice when there isn't errors
5889
5890 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5891
5892         * backend/ev-attachment.c: 
5893
5894         Fix a crash when there isn't a default application to open an
5895         attachment
5896
5897 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5898
5899         * backend/ev-attachment.[ch]:
5900         * shell/ev-attachment-bar.[ch]:
5901
5902         Added missing files. 
5903
5904 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5905
5906         * backend/Makefile.am:
5907         * data/evince-ui.xml:
5908         * backend/ev-attachment.[ch]:
5909         * backend/ev-document.[ch]: (ev_document_has_attachments),
5910         (ev_document_get_attachments):
5911         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5912         (attachment_save_to_buffer), (pdf_document_get_attachments),
5913         (pdf_document_document_iface_init):
5914         * shell/Makefile.am:
5915         * shell/ev-attachment-bar.[ch]:
5916         * shell/ev-window.c:
5917
5918         Add support for PDF attachments. Fixes bug #325143
5919
5920 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5921
5922         * backend/ev-document-factory.c: (get_document_from_uri),
5923         (ev_document_factory_get_document):
5924         * backend/ev-document-factory.h:
5925         * properties/ev-properties-main.c: (ev_properties_get_pages):
5926         * shell/Makefile.am:
5927         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5928         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5929         (ev_job_queue_remove_job):
5930         * shell/ev-job-queue.h:
5931         * shell/ev-job-xfer.c:
5932         * shell/ev-job-xfer.h:
5933         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5934         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5935         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5936         (ev_job_xfer_run):
5937         * shell/ev-jobs.h:
5938         * shell/ev-window.c: (ev_window_is_empty),
5939         (password_dialog_response), (ev_window_clear_xfer_job),
5940         (ev_window_xfer_job_cb), (ev_window_open_uri),
5941         (ev_window_cmd_focus_page_selector),
5942         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5943         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5944         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5945         (ev_window_dispose):
5946         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5947         
5948         * Cleanup mime type detection on document load. Fix for the
5949         bug #336448.
5950
5951 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5952
5953         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5954         
5955         Fix crash on exit, described in the bug #336825.
5956
5957 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5958
5959         * backend/ev-document-factory.c:
5960         (ev_document_factory_get_from_mime),
5961         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5962         (ev_document_factory_get_document),
5963         (file_filter_add_mime_list_and_free),
5964         (ev_document_factory_add_filters):
5965         * backend/ev-document-factory.h:
5966         * properties/ev-properties-main.c: (ev_properties_get_pages):
5967         * shell/Makefile.am:
5968         * shell/ev-application.c:
5969         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5970         * shell/ev-window.c: (ev_window_cmd_file_open),
5971         (ev_window_cmd_save_as):
5972         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5973         
5974         Rework factory functions so they are placed now in a single 
5975         file ev-document-factory.c
5976
5977 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5978
5979         * shell/ev-window.c: (update_chrome_visibility):
5980         
5981         Fix for the bug 166566 - don't show menubar in fullscreen
5982         mode.
5983
5984 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5985
5986         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5987
5988 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5989
5990         * shell/ev-view.c: (ev_view_expose_event):
5991         
5992         More correctly draw loading text when document
5993         is empty.
5994
5995 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5996
5997         * shell/ev-view.c: (ev_view_scroll):
5998         
5999         Fix for the bug #334854, page down and page up switch
6000         pages in presentation mode.
6001
6002 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6003
6004         * shell/ev-window.c: (ev_window_set_action_sensitive),
6005         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6006         (ev_window_set_view_accels_sensitivity),
6007         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6008         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6009         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6010         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6011         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6012         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6013         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6014         (view_actions_focus_in_cb), (ev_window_init):
6015         
6016         Fix for the bug #333902, now it's possible to search
6017         words with slash.
6018
6019 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6020
6021         * configure.ac: Added Breton translation.
6022         * po/br.po: Added Breton translation.
6023
6024 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6025
6026         * shell/ev-window-title (ev_window_title_update):
6027
6028         Fix memory leak in window title. Fixes bug #333944
6029
6030 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6031
6032         * shell/ev-metadata-manager.c (parseItem):
6033
6034         Fix memory leaks. Fixes bug #333945
6035
6036 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6037         
6038         * NEWS, configure.ac, TODO:
6039         
6040         Update for release 0.5.2.
6041
6042 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6043
6044         * shell/ev-view.c: (view_update_range_and_current_page),
6045         (page_changed_cb):
6046         
6047         Don't jump on scrolling, fix for the bug #333127.
6048
6049 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6050
6051         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6052         
6053         Scroll by one page in presentation mode. Fix for the bug
6054         #332993.
6055
6056 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6057
6058         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6059
6060 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6061
6062         * configure.ac  Added lv in ALL_LINGUAS line.
6063
6064 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6065         
6066         * NEWS, configure.ac:
6067         
6068         Update for release 0.5.1
6069
6070 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6071
6072         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6073         * backend/ev-document-misc.h:
6074         * shell/ev-view.c: (draw_one_page):
6075         
6076          Clairfy what page the toolbar page number applies to. Fix
6077          for the bug #328102.
6078
6079 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6080
6081         * shell/ev-view-private.h:
6082         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6083         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6084         (ev_view_search_changed):
6085         * shell/ev-view.h:
6086         * shell/ev-window.c: (find_bar_search_changed_cb):
6087         
6088         Dont't jump to find result if window was scrolled during search.
6089         Fix for the bug #313266.
6090
6091 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6092
6093         * shell/eggfindbar.c: (egg_find_bar_class_init):
6094         * shell/eggfindbar.h:
6095         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6096         * shell/ev-view-private.h:
6097         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6098         (ev_view_class_init), (ev_sizing_mode_get_type),
6099         (ev_scroll_type_get_type):
6100         * shell/ev-view.h:
6101         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6102         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6103         (ev_window_init):
6104         
6105         Fix for the bug 319133 - Find entry should allow text scroll.
6106
6107 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6108
6109         * shell/ev-view-private.h:
6110         * shell/ev-view.c: (view_update_range_and_current_page),
6111         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6112         (ev_view_set_document), (update_find_status_message),
6113         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6114         (ev_view_find_previous):
6115         
6116         Fix for the bug #319137. Search now takes account for scrolling.
6117
6118 2006-02-19  Michael Hofmann <mh21@piware.de>
6119
6120         * configure.ac:
6121         * djvu/Makefile.am:
6122         * djvu/djvu-document-private.h:
6123         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6124         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6125         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6126         (djvu_document_can_get_text), (djvu_document_get_text),
6127         (djvu_document_document_iface_init),
6128         (djvu_document_thumbnails_get_thumbnail),
6129         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6130         (djvu_document_find_get_result),
6131         (djvu_document_find_page_has_results),
6132         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6133         (djvu_document_find_iface_init):
6134         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6135         (djvu_text_page_selection), (djvu_text_page_limits_process),
6136         (djvu_text_page_limits), (djvu_text_page_copy),
6137         (djvu_text_page_position), (djvu_text_page_union),
6138         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6139         (djvu_text_page_box), (djvu_text_page_append_text),
6140         (djvu_text_page_search), (djvu_text_page_prepare_search),
6141         (djvu_text_page_new), (djvu_text_page_free):
6142         * djvu/djvu-text-page.h:
6143         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6144         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6145         (djvu_text_n_results), (djvu_text_has_results),
6146         (djvu_text_get_result), (djvu_text_get_progress):
6147         * djvu/djvu-text.h:
6148         
6149         Text search in djvu. Fix for the bug #303415.
6150
6151 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6152
6153         * configure.ac:
6154         * shell/ev-window.c: (ev_window_cmd_save_as):
6155         
6156         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6157         Thanks to Gary Coady <gary@lyranthe.org>
6158
6159 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6160
6161         * shell/ev-print-job.c: (idle_print_handler):
6162         
6163         Inverse order printing, bug #320919.
6164
6165 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6166
6167         * data/evince-toolbar.xml:
6168         * shell/ev-window.c:
6169         
6170         Allow to add sidebar checkbutton on toolbar. Fix
6171         for the bug #144577.
6172
6173 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6174
6175         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6176         
6177         Add checks that have sense for empty ps document.
6178
6179 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6180
6181         * configure.ac: Include PS in mime types list. 
6182
6183 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6184
6185         * configure.ac:
6186         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6187         * ps/gsdefaults.h:
6188         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6189         
6190         Runtime check for gs interpreter. Fix for the bug #320868.
6191         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6192
6193 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6194
6195         * shell/ev-application.c: 
6196
6197         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6198         dbus>=0.60, so that the request is not queued. 
6199
6200 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6201
6202         * configure.ac:
6203         * shell/Makefile.am:
6204         * shell/ev-sidebar-links.c: (print_section_cb):
6205         * shell/ev-utils.c:
6206         * shell/ev-utils.h:
6207         * shell/ev-window.c: (update_action_sensitivity),
6208         (ev_window_close_dialogs), (ev_window_print):
6209         * shell/ev-window.h:
6210         
6211         Make printing support optional. Patch from Eduardo de Barros Lima
6212         <eduardo.lima@indt.org.br> for the bug #330546.
6213
6214 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6215
6216         * shell/ev-view-private.h:
6217         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6218         (ev_view_set_document):
6219         * shell/ev-view.h:
6220         * shell/ev-window.c: (ev_window_load_job_cb),
6221         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6222         (ev_window_init):
6223
6224         Draw Loading message during xfer job. Fix for the bug #329495.
6225
6226 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6227
6228         * comics/comics-document.c: (comics_regex_quote),
6229         (comics_document_load), (extract_argv):
6230         
6231         Correcly quote regexp before passing it to unzip.
6232
6233 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6234
6235         * shell/ev-page-cache.c: (build_height_to_page),
6236         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6237         (ev_page_cache_get_dual_even_left):
6238         * shell/ev-page-cache.h:
6239         * shell/ev-view.c: (view_update_range_and_current_page),
6240         (get_page_y_offset), (get_page_extents):
6241         
6242         Place even pages to the left if document has less then
6243         two pages. Fix for the bug #328856.
6244
6245 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6246
6247         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6248         
6249         Correct comics scheme. This make evince create thumbnails
6250         for comic books. Fix for the bug 329088.
6251
6252 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6253
6254         * data/evince-password.glade: Don't explicitly set
6255         invisible_char to the current default value in case
6256         the default changes; let GTK+ do its magic.
6257
6258 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6259
6260         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6261         real filename to tmp filename since often document
6262         type is determined by extension.
6263
6264 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6265
6266         * shell/ev-view.c: (add_scroll_binding_keypad),
6267         (ev_view_binding_activated), (ev_view_class_init):
6268         
6269         Add keybindings for percision-scrolling of display area. 
6270         Fix for the bug #314072.
6271
6272 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6273
6274         * data/evince.desktop.in.in:
6275         
6276         Add GTK to the list of categories. Fix for the bug #328034.
6277
6278 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6279
6280         * shell/ev-application.c: (ev_application_shutdown),
6281         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6282         * shell/ev-application.h:
6283         * shell/ev-window.c: (file_open_dialog_response_cb),
6284         (ev_window_cmd_file_open):
6285         
6286         Save last uri in file chooser dialog. Fix for the bug #327950.
6287
6288 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6289
6290         * NEWS:
6291         * README:
6292         
6293         Final update for release 0.5.0
6294         
6295         * shell/Makefile.am:
6296         
6297         Remove disable deprecated until we'll require libgnome-2.13.7
6298         and port to GOption argument parsing. See bug 327518.
6299
6300 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6301
6302         * comics/comics-document.c: (comics_document_save):
6303         * djvu/djvu-document.c: (djvu_document_save):
6304         * dvi/dvi-document.c: (dvi_document_save):
6305         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6306         * lib/ev-file-helpers.h:
6307         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6308         * tiff/tiff-document.c: (tiff_document_save):
6309         
6310         Use common save function for backends.
6311
6312 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6313
6314         * backend/ev-document-types.c:
6315         
6316         Fix crash on saving pixbuf.
6317
6318 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6319
6320         * cut-n-paste/recent-files/egg-recent-item.c:
6321         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6322         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6323         (parse_info_free), (valid_element), (start_element_handler),
6324         (end_element_handler), (text_handler), (egg_recent_model_filter),
6325         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6326         (egg_recent_model_monitor), (egg_recent_model_read),
6327         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6328         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6329         (egg_recent_model_set_property), (egg_recent_model_class_init),
6330         (egg_recent_model_init), (egg_recent_model_add_full),
6331         (egg_recent_model_delete), (egg_recent_model_get_list),
6332         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6333         (egg_recent_model_set_filter_mime_types),
6334         (egg_recent_model_clear_group_filter),
6335         (egg_recent_model_set_filter_groups),
6336         (egg_recent_model_clear_scheme_filter),
6337         (egg_recent_model_set_filter_uri_schemes),
6338         (egg_recent_model_remove_expired):
6339         * cut-n-paste/recent-files/egg-recent-util.c:
6340         (egg_recent_util_get_icon):
6341         * cut-n-paste/recent-files/egg-recent-util.h:
6342         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6343         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6344         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6345         (egg_recent_view_uimanager_set_property),
6346         (egg_recent_view_uimanager_get_property),
6347         (egg_recent_view_uimanager_class_init),
6348         (egg_recent_view_uimanager_init),
6349         (egg_recent_view_uimanager_set_label_width),
6350         (egg_recent_view_uimanager_get_label_width):
6351         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6352         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6353         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6354         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6355         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6356         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6357         
6358         Update from libegg.
6359
6360 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6361
6362         * shell/ev-page-cache.c: (build_height_to_page),
6363         (ev_page_cache_get_height_to_page):
6364         * shell/ev-page-cache.h:
6365         * shell/ev-view.c: (view_update_range_and_current_page),
6366         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6367         (ev_view_previous_page):
6368         
6369         Dual mode places even pages to the left. Fix for the bug #309393.
6370
6371         * shell/ev-view.h:
6372         * shell/ev-window.c: (update_action_sensitivity),
6373         (setup_view_from_metadata), (view_menu_popup_cb):
6374         
6375         Don't restore presentation in empty windows, more intelligent
6376         next page behaviour in dual mode.
6377
6378         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6379         (ev_pixbuf_cache_clear_job_sizes):
6380         
6381         Cleanup job callback on removal. Fix for the bug #325886.
6382
6383 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6384
6385         * ps/ps.c: (psscan):
6386         
6387         Commit workaround Mozilla problem. Fix for the bug #325919
6388         
6389         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6390         (save_item):
6391         
6392         Fix for year 2038 problem.
6393
6394 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6395
6396         * shell/ev-window.c: (setup_document_from_metadata),
6397         (ev_window_cmd_view_reload):
6398
6399         Clamp page recieved from metadata in valid values. Fix
6400         for the bug #325986.
6401
6402 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6403
6404         * MAINTAINERS: 
6405         Add MAINTAINERS as requested on desktop-devel-list.
6406
6407 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6408
6409         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6410         (mime_type_supported_by_gdk_pixbuf),
6411         (ev_document_factory_get_mime_types),
6412         (ev_document_factory_get_all_mime_types):
6413         
6414         Don't add pixbuf mime types if pixbuf backend is disabled.
6415         
6416         * shell/ev-application.c: (ev_application_get_uri_window):
6417         
6418         Fix for the bug 325815 - unhandled MIME type message doesn't 
6419         appear a second time. 
6420         
6421         * shell/ev-document-types.c: (ev_document_types_add_filters):
6422         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6423         (password_dialog_response), (ev_window_popup_password_dialog),
6424         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6425         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6426         (ev_window_run_presentation), (ev_window_stop_presentation),
6427         (save_sizing_mode), (ev_window_zoom_changed_cb),
6428         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6429         (ev_window_dual_mode_changed_cb),
6430         (ev_window_sidebar_current_page_changed_cb),
6431         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6432         (window_state_event_cb), (window_configure_event_cb):
6433         
6434         Cleanup additional uris holded by EvWindow.
6435
6436 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6437
6438         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6439         (ev_view_can_previous_page), (ev_view_can_next_page):
6440         * shell/ev-view.h:
6441         * shell/ev-window.c: (update_action_sensitivity):
6442         
6443         Two page scrolling with Space and PageUp in dual mode. Second fix 
6444         for the bug #316608.
6445
6446 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6447
6448         * shell/ev-view.c: (scroll_to_current_page):
6449         
6450         Correctly clamp adjustment value. Fix for the bug
6451         #325808.
6452
6453 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6454
6455         * shell/ev-sidebar-links.c: (print_section_cb):
6456         * shell/ev-window.c: (ev_window_get_uri),
6457         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6458         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6459         (ev_window_dispose):
6460         
6461         Make print dialog non-modal. Fix for the bug #325622.
6462
6463 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6464
6465         * shell/ev-metadata-manager.c:
6466         * shell/ev-utils.c: (using_pdf_printer),
6467         (using_postscript_printer), (load_print_config_from_file),
6468         (save_print_config_to_file):
6469         * shell/ev-utils.h:
6470         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6471         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6472         (setup_view_from_metadata), (ev_window_setup_document),
6473         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6474         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6475         (ev_window_run_presentation), (ev_window_stop_presentation),
6476         (save_sizing_mode), (ev_window_zoom_changed_cb),
6477         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6478         (ev_window_dual_mode_changed_cb),
6479         (ev_window_sidebar_current_page_changed_cb),
6480         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6481         (window_state_event_cb), (window_configure_event_cb),
6482         (ev_window_init):
6483         
6484         Setting saving behaviour fixes.
6485
6486 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6487
6488         * configure.ac:
6489         
6490         Make antialiasing gs options better and allow
6491         to change them during configure. Fix for the 
6492         bug #319049.
6493
6494 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6495
6496         * shell/ev-window.c: (setup_view_from_metadata):
6497         
6498         Remember if last window was maximized. Fix for the
6499         bug #323797.
6500
6501 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6502
6503         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6504
6505 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6506
6507         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6508         * shell/ev-page-action.c: (build_new_tree_cb):
6509         * shell/ev-sidebar-links.c: (links_page_num_func),
6510         (update_page_callback_foreach), (update_page_callback):
6511         * shell/ev-view.c: (scroll_to_current_page):
6512         
6513         Fix for the bug #325067 with more intelligent selection
6514         of current link in sidebar. Make sidebar handle links
6515         of FITR-like type more correctly.
6516
6517         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6518         (dvi_pixbuf_put_pixel):
6519         
6520         Fix memory consumtion with disabled alpha channel.
6521
6522 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6523
6524         * data/evince-ui.xml:
6525         * shell/ev-window.c: (view_menu_popup_cb),
6526         (ev_popup_cmd_open_link), (ev_window_init):
6527         
6528         Update context menu for internal links. Fix for the bug
6529         #325066.
6530
6531 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6532
6533         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6534         
6535         Bind context menu to keyboard also. Fix for the bug
6536         #325065.
6537
6538 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6539
6540         * shell/ev-view.c: (selection_scroll_timeout_cb):
6541         
6542         Horizontal scroll on selection also.
6543
6544 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6545
6546         * shell/ev-metadata-manager.c: (parse_value):
6547         * shell/ev-view.c: (goto_xyz_link):
6548         
6549         Correct zoom setup and metadata save broken in 
6550         some locales.
6551
6552 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6553
6554         * shell/ev-view-private.h:
6555         * shell/ev-view.c: (scroll_to_current_page),
6556         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6557         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6558         (page_changed_cb), (ev_view_set_continuous),
6559         (ev_view_set_dual_page), (ev_view_set_presentation):
6560         
6561         Delay scroll until allocation to correctly position page. Fix
6562         for the bug #317334.
6563
6564 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6565
6566         * NEWS:
6567         * configure.ac:
6568         
6569         Update NEWS and require poppler 0.5.0.
6570
6571 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6572         
6573         * data/evince-ui.xml:
6574         * shell/ev-view-private.h:
6575         * shell/ev-view.c: (ev_view_get_link_at_location),
6576         (handle_link_over_xy), (ev_view_button_press_event),
6577         (ev_view_button_release_event), (ev_view_class_init):
6578         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6579         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6580         (ev_window_init):
6581         
6582         Implement right-click context menu.
6583
6584 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6585
6586         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6587         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6588         (mdvi_pixbuf_device_render):
6589         * pdf/ev-poppler.cc:
6590
6591         Don't generate thumbnails with alpha. See bug #324077.
6592         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6593
6594 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6595
6596         * shell/ev-window.c: (setup_chrome_from_metadata):
6597         
6598         Fix typo that was hiding toolbar.
6599
6600 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6601
6602         * shell/ev-view-private.h:
6603         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6604         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6605         (ev_view_button_release_event), (ev_view_destroy):
6606         
6607         Small cleanup and autoscrolling during selection. Thanks to 
6608         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6609
6610 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6611
6612         * configure.ac:
6613         
6614         Correctly check for comics option.
6615
6616 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6617         * Makefile.am:
6618         * configure.ac:
6619         * backend/Makefile.am:
6620         * backend/ev-document-factory.c:
6621         * shell/ev-document-types.c:
6622
6623         Included option in configure to make ps backend 
6624         compilation optional with --disable-ps.
6625
6626 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6627
6628         * backend/ev-document-factory.c:
6629         * comics/Makefile.am:
6630         * comics/comics-document.c: (comics_document_load):
6631         * comics/ev-cbr-mime.xml:
6632         * configure.ac:
6633         
6634         Comics mime types are added to shared-mime-info CVS. Now
6635         we don't need to install our own mime types.
6636
6637 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6638
6639         * shell/ev-window.c:
6640         
6641         Add shortcut for "save a copy" menu entry. Fix for
6642         the bug #324582.
6643
6644 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6645
6646         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6647         (job_finished_cb), (new_selection_pixbuf_needed),
6648         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6649         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6650         
6651         Rework selection job info logic and fix critical warning.
6652
6653 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6654
6655         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6656
6657 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6658
6659         * data/evince-ui.xml:
6660         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6661         
6662         Enter as shortcut key for next page. Fix for the bug
6663         #321394.
6664
6665 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6666
6667         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6668
6669 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6670
6671         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6672         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6673         (new_selection_pixbuf_needed),
6674         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6675         (clear_job_selection):
6676         
6677         Too early for 0.5. Pixbuf cache code cleaned a bit.
6678
6679 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6680
6681         * NEWS:
6682         * configure.ac:
6683         
6684         Release 0.5.0 preparation
6685
6686 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6687
6688         * comics/Makefile.am:
6689         * configure.ac:
6690         * shell/ev-document-types.c: (ev_document_types_add_filters):
6691         
6692         More advanced handling of custom mime type installation.
6693
6694 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6695
6696         * data/evince.schemas.in:
6697         * shell/ev-metadata-manager.c: (value_free),
6698         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6699         (ev_metadata_manager_get), (ev_metadata_manager_set):
6700         * shell/ev-metadata-manager.h:
6701         * shell/ev-window.c: (update_chrome_flag),
6702         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6703         (setup_document_from_metadata), (setup_chrome_from_metadata),
6704         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6705         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6706         (ev_window_view_toolbar_cb),
6707         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6708         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6709         
6710         Save last document settings and reuse them for new documents.
6711
6712 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6713
6714         * Makefile.am:
6715         * backend/Makefile.am:
6716         * backend/ev-document-factory.c:
6717         * backend/ev-document-factory.h:
6718         * comics/Makefile.am:
6719         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6720         (comics_document_load), (comics_document_save),
6721         (comics_document_get_n_pages), (comics_document_get_page_size),
6722         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6723         (comics_document_class_init), (comics_document_can_get_text),
6724         (comics_document_get_info), (comics_document_document_iface_init),
6725         (comics_document_init), (get_supported_image_extensions),
6726         (comics_document_thumbnails_get_geometry),
6727         (comics_document_thumbnails_get_thumbnail),
6728         (comics_document_thumbnails_get_dimensions),
6729         (comics_document_document_thumbnails_iface_init), (extract_argv):
6730         * comics/comics-document.h:
6731         * comics/ev-cbr-mime.xml:
6732         * configure.ac:
6733         * po/POTFILES.in:
6734         * shell/ev-application.c: (ev_application_register_service):
6735         * shell/ev-document-types.c: (ev_document_types_add_filters):
6736         * thumbnailer/Makefile.am:
6737         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6738         
6739         New CBR/CBZ backend for comic books.
6740
6741 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6742
6743         * shell/main.c: (load_files_remote):
6744
6745         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6746         warning on startup of second instance is fixed. It
6747         is bug #320353.
6748
6749 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6750
6751         * shell/ev-window.c: (ev_window_finalize):
6752         
6753         Fix double free that cause crash.
6754
6755 2005-10-29  Bastien Nocera <hadess@hadess.net>
6756
6757         * tiff/tiff-document.c: (tiff_document_load):
6758         
6759         Fix memory leak.
6760
6761 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6762
6763         * po/POTFILES.in:
6764         * shell/Makefile.am:
6765         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6766         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6767         (ev_view_accessible_get_text),
6768         (ev_view_accessible_get_character_at_offset),
6769         (ev_view_accessible_get_text_before_offset),
6770         (ev_view_accessible_get_text_at_offset),
6771         (ev_view_accessible_get_text_after_offset),
6772         (ev_view_accessible_get_character_count),
6773         (ev_view_accessible_get_caret_offset),
6774         (ev_view_accessible_set_caret_offset),
6775         (ev_view_accessible_get_run_attributes),
6776         (ev_view_accessible_get_default_attributes),
6777         (ev_view_accessible_get_character_extents),
6778         (ev_view_accessible_get_offset_at_point),
6779         (ev_view_accessible_get_n_selections),
6780         (ev_view_accessible_get_selection),
6781         (ev_view_accessible_add_selection),
6782         (ev_view_accessible_remove_selection),
6783         (ev_view_accessible_set_selection),
6784         (ev_view_accessible_text_iface_init),
6785         (ev_view_accessible_idle_do_action),
6786         (ev_view_accessible_action_do_action),
6787         (ev_view_accessible_action_get_n_actions),
6788         (ev_view_accessible_action_get_description),
6789         (ev_view_accessible_action_get_name),
6790         (ev_view_accessible_action_set_description),
6791         (ev_view_accessible_action_iface_init),
6792         (ev_view_accessible_get_type), (ev_view_accessible_new),
6793         (ev_view_accessible_factory_get_accessible_type),
6794         (ev_view_accessible_factory_create_accessible),
6795         (ev_view_accessible_factory_class_init),
6796         (ev_view_accessible_factory_get_type):
6797         * shell/ev-view-accessible.h:
6798         * shell/ev-view-private.h:
6799         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6800         * shell/ev-view.h:
6801         
6802         Initial accessibility support.
6803
6804 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6805
6806         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6807
6808 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6809
6810         * shell/ev-print-job.c: (idle_print_handler):
6811         
6812         Fix for bug Bug 318916: Printing multiple pages.
6813
6814 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6815
6816         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6817
6818 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6819
6820         * pdf/ev-poppler.cc:
6821         
6822         Thumnail dimensions unified with other backends.
6823         
6824         * shell/ev-window-title.c: (ev_window_title_update):
6825         
6826         Fix warning.
6827
6828 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6829
6830         * data/ev-stock-zoom-fit-width.png:
6831         
6832         Remove unused file.
6833
6834 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6835
6836         * configure.ac:
6837         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6838         (djvu_document_finalize):
6839         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6840         (dvi_document_finalize):
6841         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6842         (pixbuf_document_save), (pixbuf_document_finalize):
6843         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6844         (tiff_document_finalize):
6845         
6846         Save a copy implemented for various backends.
6847
6848 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6849
6850         * configure.ac:
6851         
6852         Don't link with ltiff if tiff is disabled.
6853
6854 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6855
6856         * pdf/GDKSplashOutputDev.cc:
6857         * pdf/GDKSplashOutputDev.h:
6858         * pdf/Thumb.cc:
6859         * pdf/Thumb.h:
6860         * pdf/pdf-document.cc:
6861         * pdf/pdf-document.h:
6862         * pdf/test-gdk-output-dev.cc:
6863         
6864         Remove old unused files.
6865
6866 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6867
6868         * shell/ev-window.c: (ev_window_setup_document):
6869         
6870         Fixed warnings on reload and probably crash reason.
6871
6872 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6873
6874         * properties/ev-properties-view.c:
6875         (ev_properties_view_format_date):
6876         
6877         Check if date is invalid. Fix for bug 318134.
6878
6879 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6880
6881         * shell/ev-window-title.c:
6882         
6883         Add .indd files (Adobe Indesign) to the list of "bad
6884         extensions".
6885
6886 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6887
6888         * data/evince-ui.xml:
6889         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6890         
6891         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6892
6893 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6894
6895         * shell/ev-window.c: (launch_link), (launch_external_uri),
6896         (view_external_link_cb):
6897
6898         URL-escape link before passing it to gnome_vfs_url_show.
6899
6900 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6901
6902         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6903         there isn't text selected.
6904
6905 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6906
6907         * shell/ev-view.c: (handle_link_over_xy):
6908
6909         Check tooltip is valid utf8 before showing it
6910
6911 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6912
6913         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6914
6915 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6916
6917         * shell/ev-window-title.c: (ev_window_title_update):
6918
6919         Guard against using g_strstrip on NULL. Fixes bug #317291.
6920
6921 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6922
6923         * pdf/ev-poppler.cc:
6924
6925         Show title even for unknown links
6926
6927 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6928
6929         * shell/ev-window-title.c: (ev_window_title_update):
6930
6931         Strip the title string
6932
6933 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6934
6935         * shell/ev-window-title.c:
6936
6937         Add .rtf to the bad extensions list
6938
6939 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6940
6941         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6942         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6943
6944         Ignore link coordinates if they are outside page bounds
6945
6946 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6947
6948         * backend/ev-link.c: (ev_link_type_get_type),
6949         (ev_link_get_filename), (ev_link_get_params),
6950         (ev_link_get_property), (ev_link_set_property),
6951         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6952         * backend/ev-link.h:
6953         * pdf/ev-poppler.cc:
6954         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6955         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6956         (ev_window_init):
6957
6958         Implement launch links. Delegate external link opening to
6959         the window.
6960
6961 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6962
6963         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6964         (ev_link_get_right), (ev_link_get_property),
6965         (ev_link_set_property), (ev_link_class_init),
6966         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6967         * backend/ev-link.h:
6968         * pdf/ev-poppler.cc:
6969         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6970
6971         Implement fitr links
6972
6973 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6974
6975         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6976         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6977         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6978         (ev_view_size_request_continuous),
6979         (ev_view_size_request_dual_page),
6980         (ev_view_size_request_single_page), (ev_view_size_allocate),
6981         (ev_view_zoom_for_size_continuous_and_dual_page),
6982         (ev_view_zoom_for_size_continuous),
6983         (ev_view_zoom_for_size_dual_page),
6984         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6985         (ev_sizing_mode_get_type):
6986         * shell/ev-view.h:
6987         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6988
6989         Do not use modes for link, we need to calculate size ad hoc.
6990         Still not perfect because of the usual scrollbar issues grrr.
6991
6992 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6993
6994         * backend/ev-link.c: (ev_link_type_get_type),
6995         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6996         * backend/ev-link.h:
6997         * pdf/ev-poppler.cc:
6998         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6999         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7000         (ev_view_size_request_continuous),
7001         (ev_view_size_request_dual_page),
7002         (ev_view_size_request_single_page), (ev_view_size_allocate),
7003         (zoom_for_size_fit_height),
7004         (ev_view_zoom_for_size_continuous_and_dual_page),
7005         (ev_view_zoom_for_size_continuous),
7006         (ev_view_zoom_for_size_dual_page),
7007         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7008         (ev_sizing_mode_get_type):
7009         * shell/ev-view.h:
7010         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7011
7012         Implement FIT_HEIGHT mode (only for links).
7013         Implement FITH links
7014
7015 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7016
7017         * shell/ev-window-title.c: (get_filename_from_uri),
7018         (ev_window_title_sanitize_extension), (ev_window_title_update),
7019         (ev_window_title_set_document), (ev_window_title_set_uri),
7020         (ev_window_title_free):
7021         * shell/ev-window-title.h:
7022         * shell/ev-window.c: (ev_window_setup_document),
7023         (ev_window_popup_password_dialog):
7024
7025         Refactor window title building while fixing it for
7026         password documents.
7027
7028 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7029
7030         * pdf/ev-poppler.cc:
7031
7032         Escape link title before setting it in the model
7033
7034 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7035
7036         * shell/ev-application.c: (removed_from_session), (save_session),
7037         (init_session), (ev_application_get_empty_window),
7038         (ev_application_init), (ev_application_get_windows):
7039         * shell/ev-application.h:
7040         * shell/ev-window.c: (ev_window_finalize):
7041
7042         Add a function to retrieve window list and share it where
7043         necessary.
7044         Implement session handling, works pretty well thanks to the
7045         metadata system.
7046
7047 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7048
7049         * shell/ev-password.c: (ev_password_item_created_callback),
7050         (ev_password_dialog_save_password):
7051         
7052         Fix for bug 316972. Use async gnome-keyring API.
7053
7054 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7055
7056         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7057         Remove unused unrealize handler. Add scroll handling to
7058         ev_view_scroll_event for presentation mode (bug #316708),
7059         and fix the event state checks there.
7060
7061 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7062
7063         * shell/ev-page-action.c: (page_changed_cb):
7064
7065         "marco, maybe we should be crazy and jump right to 6! :)"
7066
7067         Bryan Clark, Sep 2005
7068
7069 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7070
7071         * ps/ps-document.c: (save_document), (ps_document_save),
7072         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7073         (ps_document_ps_export_end):
7074
7075         Fix unstructured documents save and print
7076
7077 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7078
7079         * shell/ev-application.c: (ev_application_open_uri):
7080
7081         Fix window size persistance
7082
7083 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7084
7085         * shell/ev-view.c: (ev_view_button_release_event):
7086
7087         Based on a patch from carlosgc@gnome.org. Mouse buttons
7088         switch pages in presentation mode.
7089
7090 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7091
7092         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7093
7094         Dont cast to int before scaling
7095
7096 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7097
7098         * backend/ev-link.c: (ev_link_type_get_type),
7099         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7100         (ev_link_new_page_fith):
7101         * backend/ev-link.h:
7102         * pdf/ev-poppler.cc:
7103         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7104
7105         Implement FIT and FITH links
7106
7107 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7108
7109         * pdf/ev-poppler.cc:
7110
7111         Return 0 results when search is not in progress.
7112
7113         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7114         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7115
7116         Update menu sensitivity when cancelling search
7117
7118 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7119
7120         * shell/ev-view.c: (ev_view_can_find_next):
7121
7122         Take all pages in consideration, not just current one
7123
7124 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7125
7126         * shell/ev-page-cache.c:
7127         * shell/ev-page-cache.h:
7128         * shell/ev-view.c: (ev_view_binding_activated),
7129         (ev_view_next_page), (ev_view_previous_page),
7130         (ev_sizing_mode_get_type):
7131         * shell/ev-view.h:
7132         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7133         (ev_window_cmd_go_next_page):
7134
7135         Move page next/previous functions from page chace to
7136         view and change it to move by 2 page steps in dual mode.
7137
7138 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7139
7140         * shell/ev-window.c: (update_sidebar_visibility),
7141         (setup_sidebar_from_metadata), (ev_window_setup_document),
7142         (setup_view_from_metadata):
7143
7144         Show the index by default when there is one     
7145
7146 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7147
7148         * shell/ev-window-title.c: (ev_window_title_set_document):
7149
7150         Missing null check
7151
7152 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7153
7154         * shell/ev-view.c: (view_update_range_and_current_page):
7155         
7156         Allow display of last odd page in dual view. Fix for 316347.
7157
7158 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7159
7160         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7161         
7162         Make close button default. Fix for 316383.
7163
7164 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7165
7166         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7167         
7168         Mark close button as default. Fix for 316381.
7169
7170 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7171
7172         * backend/ev-link.c: (ev_link_class_init):
7173
7174         Allow negative doubles in left/top properties
7175
7176 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7177
7178         * shell/ev-window.c:
7179
7180         Remove a bunch of strings that was used only
7181         by the statusbar.
7182
7183 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7184
7185         * shell/ev-window-title.c: (get_filename_from_uri),
7186         (ev_window_title_set_document):
7187
7188         When title has a confusing extension, show also
7189         the document filename inside ()
7190
7191 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7192
7193         * shell/Makefile.am:
7194         * shell/ev-window-title.c: (ev_window_title_new),
7195         (ev_window_title_update), (ev_window_title_set_type),
7196         (ev_window_title_set_document), (ev_window_title_free):
7197         * shell/ev-window-title.h:
7198         * shell/ev-window.c: (ev_window_setup_document),
7199         (password_dialog_response), (ev_window_popup_password_dialog),
7200         (ev_window_dispose), (ev_window_init):
7201
7202         Factor out and cleanup window title code
7203
7204 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7205
7206         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7207         (unable_to_load):
7208
7209         Make dialog transient so it doesnt block other windows
7210
7211 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7212
7213         * pdf/ev-poppler.cc:
7214         
7215         Fix pdf thumbnails rendering.
7216
7217 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7218
7219         * shell/ev-window.c: (fullscreen_set_timeout):
7220         
7221         Increase timeout to hide full screen popup. Bug 
7222         316123. 
7223
7224 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7225
7226         * data/evince.schemas.in:
7227         * shell/ev-window.c: (update_action_sensitivity):
7228
7229         Allow the user to override document restrictions. Fix for bug
7230         305818.
7231
7232 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7233
7234         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7235         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7236         (ev_window_class_init): Fix multihead behaviour of fullscreen
7237         toolbar popup. Fixes bug #315451.
7238
7239 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7240
7241         * configure.ac:
7242         * data/evince-password.glade:
7243         * shell/ev-password.c: (ev_password_dialog_set_property),
7244         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7245         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7246         (ev_password_dialog_entry_changed_cb),
7247         (ev_password_dialog_entry_activated_cb),
7248         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7249         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7250         (ev_password_dialog_set_bad_pass):
7251         * shell/ev-password.h:
7252         * shell/ev-window.c: (password_dialog_response),
7253         (ev_window_popup_password_dialog):
7254         
7255         Support for gnome-keyring for encrypted PDF's.
7256
7257 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7258
7259         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7260         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7261         (ev_view_enter_notify_event), (ev_view_class_init):
7262         
7263         More precise handling of enter_notify/leave_notify events
7264         in EvView. Fix for bug 315470.
7265
7266 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7267
7268         * shell/ev-window.c: (fullscreen_timeout_cb),
7269         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7270         (ev_window_dispose):
7271
7272         leak fix: unref fullscreen_timeout_source before clearing it
7273
7274 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7275
7276         * configure.ac, dvi/mdvi/Makefile.am: 
7277         
7278         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7279
7280 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7281
7282         * backend/ev-link.c: (ev_link_new_page_xyz):
7283         * pdf/ev-poppler.cc:
7284         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7285
7286         Fix some bugs with xyz links, respect zoom
7287
7288 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7289
7290         * shell/ev-window.c: (page_changed_cb),
7291         (setup_document_from_metadata), (update_sidebar_visibility),
7292         (setup_view_from_metadata), (ev_window_run_fullscreen),
7293         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7294         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7295         (ev_window_dual_mode_changed_cb),
7296         (ev_window_sidebar_current_page_changed_cb):
7297
7298         null check uri before setting and getting metadata
7299
7300 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7301
7302         * dvi/Makefile.am:
7303         * properties/Makefile.am:
7304         * shell/Makefile.am:
7305         * thumbnailer/Makefile.am:
7306
7307         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7308
7309 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7310
7311         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7312         (selection_changed_callback):
7313         * shell/ev-sidebar-links.h:
7314
7315         Add a signal for link activation.
7316
7317         * shell/ev-view.c: (ev_view_goto_link),
7318         (ev_view_button_release_event):
7319         * shell/ev-view.h:
7320         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7321         (ev_window_init):
7322
7323         Implement the signal so that we can handle all link types.
7324
7325         * shell/ev-page-cache.c:
7326
7327         Remove unused set_link function
7328
7329 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7330
7331         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7332
7333         Add some space from the cursor, hardcoded but I couldnt
7334         find a better way.
7335
7336 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7337
7338         * lib/ev-tooltip.c:
7339
7340         Use mozilla style vs gtk style, way better for links.
7341
7342         * shell/ev-view.c: (ev_view_motion_notify_event),
7343         (ev_view_destroy), (ev_view_init):
7344
7345         Deactive tooltip when the link hovered is changed.
7346
7347 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7348
7349         * backend/ev-document.h:
7350         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7351         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7352         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7353         (ev_link_new_page), (ev_link_new_page_xyz):
7354         * backend/ev-link.h:
7355         * pdf/ev-poppler.cc:
7356         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7357         (go_to_link), (tip_from_link):
7358
7359         Implement xyz links, still not functional. Links are a total
7360         mess, will need to refactor and bugfix a lot :(
7361
7362 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7363
7364         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7365
7366 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7367
7368         * data/evince-ui.xml:
7369         * data/evince.schemas.in:
7370         * shell/Makefile.am:
7371         * shell/ev-window.c: (update_chrome_visibility),
7372         (password_dialog_response), (ev_window_load_job_cb),
7373         (ev_window_xfer_job_cb), (ev_window_open_uri),
7374         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7375         (ev_window_init):
7376
7377         Remove the statusbar. This regress loading feedback, need to
7378         check with Bryan what we want to do there...
7379
7380 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7381
7382         * lib/ev-tooltip.c: (ev_tooltip_init):
7383
7384         Fix tooltip border and size handling
7385
7386 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7387
7388         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7389         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7390         (ev_tooltip_timeout), (ev_tooltip_activate),
7391         (ev_tooltip_deactivate):
7392         * lib/ev-tooltip.h:
7393         * shell/ev-view.c: (ev_view_motion_notify_event):
7394
7395         Delay popup showing. Mirror gtk logic/times.
7396
7397 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7398
7399         * lib/Makefile.am:
7400         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7401         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7402         (ev_tooltip_set_text), (ev_tooltip_set_position):
7403         * lib/ev-tooltip.h:
7404
7405         Simple widget to show tooltips at a custom position
7406
7407         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7408         (ev_view_destroy):
7409
7410         Use it for links. First go, needs work
7411
7412 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7413
7414         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7415         HIG fixes.  Use title capitalization for window title. Use 12 
7416         pixels of space between the dialog's vbox and action area.
7417
7418 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7419
7420         * shell/ev-window.c: (file_open_dialog_response_cb),
7421         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7422         (ev_window_cmd_save_as):
7423
7424         Make file pickers not modal and refactor code some
7425
7426 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7427
7428         * shell/ev-sidebar.h:
7429         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7430         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7431         (ev_sidebar_class_init), (ev_sidebar_select_page),
7432         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7433         (ev_sidebar_set_page):
7434
7435         Add a current page property and allow to get/set it
7436
7437         * shell/ev-window.c: (setup_view_from_metadata),
7438         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7439
7440         Persist current sidebar page per document
7441
7442 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7443
7444         * data/evince.schemas.in:
7445         * shell/ev-window.c: (update_chrome_visibility),
7446         (setup_document_from_metadata), (update_sidebar_visibility),
7447         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7448         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7449         (ev_window_run_presentation), (ev_window_stop_presentation),
7450         (ev_window_view_sidebar_cb),
7451         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7452         (load_chrome), (ev_window_init):
7453
7454         Persist size/visibility of sidebar per document
7455
7456 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7457
7458         * shell/ev-view.c (draw_loading_text): Draw loading text.
7459
7460 2005-09-02  Dan Damian  <dand@gnome.ro>
7461
7462         * configure.in: Added "ro" to ALL_LINGUAS.
7463
7464 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7465
7466         * shell/ev-view.c: (clear_caches):
7467
7468         ev_page_cache_get doesnt return a reference,
7469         dont try to unref it.
7470
7471 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7472
7473         * shell/main.c: (load_files_remote):
7474
7475         Fix timestamp parameter with dbus <= 0.33
7476
7477 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7478
7479         * data/evince.schemas.in:
7480
7481         Add missing full stop
7482
7483 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7484
7485         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7486         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7487
7488         Plug some memory leaks
7489
7490 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7491
7492         * configure.ac:
7493         * lib/ev-debug.c: (trap_handler):
7494
7495         Check for execinfo.h and use it only if it exists.
7496         Ported from Epiphany (bug #314776).
7497
7498 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7499
7500         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7501
7502 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7503
7504         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7505         * po/id.po      : Added Indonesian translation
7506
7507 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7508
7509         * shell/main.c:
7510         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7511         * NEWS: Release 0.4.0
7512
7513 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7514
7515         * configure.ac: catch another gtk+-2.8ism
7516         * shell/main.c: Make work with gtk+-2.6
7517
7518 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7519
7520         * shell/ev-application-service.xml: Add 'timestamp' argument to
7521           ev_application_open_window and ev_application_open_uri methods.
7522
7523         * shell/ev-application.h: Add 'timestamp' argument to
7524           ev_application_open_window, ev_application_open_uri,
7525           and ev_application_open_uri_list functions.
7526
7527         * shell/ev-application.c (ev_application_open_window,
7528           ev_application_open_uri, ev_application_open_uri_list): Change
7529           functions that show/present windows to use a timestamp if one
7530           is passed in.
7531
7532         * shell/ev-window.c (ev_window_cmd_file_open,
7533           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7534         * shell/main.c (load_files): Modify calls to ev_application to
7535           include GDK_CURRENT_TIME as timestamp.
7536
7537         * shell/main.c (load_files_remote): Obtain timestamp for client
7538           instance from GDK and pass to server instance so new windows are
7539           focused properly.  Fix dbus_g_proxy_call() calls by including second
7540           G_TYPE_INVALID.
7541           
7542         Closes bug #314475.
7543
7544 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7545
7546         * shell/ev-window.c (ev_window_finalize): Check for
7547         avail. EvWindows when quiting to handle the finalize better,
7548         #314497
7549
7550 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7551         
7552         * properties/ev-properties-view.c: 
7553         
7554         Set textdomain to libglade. Fixes translation problem in property page.
7555
7556 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7557
7558         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7559         * dvi/Makefile.am:
7560         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7561         * dvi/mdvi-lib/Makefile.am:
7562         
7563         Fix rotation of thumbnails, ported to new API. Moved library
7564         dependencies earlier, probably it will fix linkage problem.
7565
7566 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7567
7568         * backend/ev-document-misc.c:
7569         (ev_document_misc_get_thumbnail_frame):
7570         * backend/ev-document-misc.h:
7571         * configure.ac:
7572         * pdf/ev-poppler.cc:
7573         * shell/Makefile.am:
7574         * shell/ev-sidebar-thumbnails.c: (add_range),
7575         (ev_sidebar_thumbnails_set_loading_icon),
7576         (ev_sidebar_thumbnails_refresh),
7577         (ev_sidebar_thumbnails_set_document):
7578         * shell/ev-sidebar-thumbnails.h:
7579         * shell/ev-view.c: (ev_view_motion_notify_event),
7580         (ev_view_set_property), (ev_view_get_property),
7581         (ev_view_class_init), (ev_view_set_rotation):
7582         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7583         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7584         (ev_window_init):
7585         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7586         Redo rotation (again).  prepare for 0.4.0
7587
7588 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7589
7590         * configure.ac: Bump poppler requirement to 0.4.1.
7591
7592         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7593         argument to poppler_page_render_selection() call.
7594
7595 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7596
7597         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7598         (djvu_document_thumbnails_get_thumbnail):
7599         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7600         (dvi_document_thumbnails_get_thumbnail):
7601         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7602         (pixbuf_document_thumbnails_get_thumbnail):
7603         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7604         
7605         Update rotation direction of backends to fit with pdf and ps.
7606
7607 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7608
7609         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7610         * backend/ev-async-renderer.h:
7611         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7612         (setup_page), (ps_document_get_page_size),
7613         (ps_async_renderer_render_pixbuf):
7614         * ps/ps-document.h:
7615         * shell/ev-jobs.c: (ev_job_render_run):
7616
7617         Fix orientation in the postscript document
7618
7619 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7620
7621         * pdf/ev-poppler.cc:
7622         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7623         * shell/ev-view.c: (highlight_find_results):
7624
7625         Adapt to the new poppler rotation API. Fix text maps on landscape
7626         documents.
7627
7628 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7629
7630         * shell/ev-view.c (compute_new_selection_text): get the correct
7631         region when selecting in modes other than continuous.
7632
7633 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7634
7635         * shell/main.c (main): remove redundant g_warnings.
7636
7637 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7638
7639         * shell/Makefile.am: Don't include autogenerated
7640         file ev-application-service.h into distribution, since
7641         it causes dbus crash. Fix for bugs 313724 and 313443. 
7642
7643 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7644
7645         * configure.ac: Fix sed expression for FreeBSD. Thanks
7646         to Joe Marcus Clark <marcus@freebsd.org>
7647         
7648         * shell/eggfindbar.c: (entry_activate_callback),
7649         (entry_changed_callback), (egg_find_bar_init),
7650         (egg_find_bar_set_search_string):
7651         
7652         Made findbar buttons unsensitive if there is no text in
7653         entry. Fix for the bug 313285.
7654
7655 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7656
7657         * ps/ps-document.c: Use g_filename_display_name for displaying
7658         filenames and revert string freeze breackage
7659
7660 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7661
7662         * NEWS:
7663         * configure.ac:
7664
7665         Update for 0.3.4
7666
7667         * shell/Makefile.am:
7668
7669         Add ev-application-service.xml to extra dist
7670
7671         * shell/ev-view.c: (find_page_at_location):
7672
7673         Remove unused function (fix warning)
7674
7675 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7676
7677         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7678         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7679         
7680         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7681         bug 313623.
7682
7683 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7684
7685         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7686         * shell/ev-window.c:
7687         Fix build warnings
7688
7689 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7690
7691         * configure.ac: Update script to get dbus version.
7692         Fix for the bug #313443.
7693
7694 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7695
7696         * shell/ev-window.c: (ev_window_cmd_escape):
7697         
7698         Return focus back to view on escape. Fix for bug 313295.
7699
7700 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7701
7702         * shell/ev-window.c: (update_window_title),
7703         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7704         (ev_window_cmd_save_as):
7705         
7706         Correct conversion from uri to displayable string. Fix for
7707         bug 313296.
7708
7709 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7710
7711         * ps/ps-document.c: convert filename to utf8 when there is an error
7712         loading document. Fixes #309915
7713
7714 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7715
7716         * configure.ac:
7717
7718         We depend on poppler 0.4.0
7719
7720 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7721
7722         * configure.ac:
7723         * NEWS: Release 0.3.3.
7724         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7725
7726 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7727
7728         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7729         add a couple missing mnemonics to menu items, use title 
7730         capitalization for menu items and window titles, and add 
7731         ellipsis to open menu item.     
7732
7733 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7734
7735         * pdf/ev-poppler.cc:
7736         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7737         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7738         (ev_view_get_rotation):
7739         * shell/ev-view.h:
7740         * shell/ev-window.c: (setup_view_from_metadata),
7741         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7742         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7743         disk.
7744
7745 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7746
7747         * configure.ac: Added tr to ALL_LINGUAS
7748
7749 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7750
7751         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7752         requires several clicks to find word. Thanks to 
7753         Colin Slater <kiltedtaco@gmail.com>.
7754
7755 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7756
7757         * data/evince.desktop.in.in: Hide menu entry and
7758         rename it to "Document Viewer". Fix for bug 
7759         #312399.
7760
7761 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7762
7763         * shell/ev-page-action.c (ev_page_action_class_init): 
7764
7765         Point to the correct function in constructor of the
7766         activate_label signal
7767
7768 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7769
7770         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7771         * shell/ev-jobs.h: Make thread safe.
7772
7773 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7774
7775         * shell/ev-view.c: (view_update_range_and_current_page):
7776         Don't update page range if we are scrolling to some document
7777         point.
7778
7779 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7780
7781         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7782         when getting max_page_width, fix drawing in dual mode.
7783
7784 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7785
7786         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7787         getting the area for select_all.
7788
7789 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7790
7791         * backend/ev-selection.c: (ev_selection_render_selection):
7792         * backend/ev-selection.h:
7793         * pdf/ev-poppler.cc:
7794         * shell/ev-jobs.c: (ev_job_render_new):
7795         * shell/ev-jobs.h:
7796         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7797         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7798         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7799         (ev_view_class_init):
7800
7801         Change selection color on focus in and focus out events.  Also,
7802         poppler now uses GdkColor for specifying the selection colors, so
7803         drop some awkward conversion code.
7804
7805 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7806
7807         * configure.ac: Added Hebrew translation
7808
7809 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7810
7811         * NOTES:
7812         * backend/ev-selection.c: (ev_selection_render_selection):
7813         * backend/ev-selection.h:
7814         * pdf/ev-poppler.cc:
7815         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7816         (ev_job_render_run):
7817         * shell/ev-jobs.h:
7818         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7819         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7820         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7821         (ev_pixbuf_cache_style_changed),
7822         (ev_pixbuf_cache_get_selection_pixbuf),
7823         (ev_pixbuf_cache_set_selection_list),
7824         (ev_pixbuf_cache_get_selection_list):
7825         * shell/ev-pixbuf-cache.h:
7826         * shell/ev-utils.c: (ev_print_region_contents):
7827         * shell/ev-utils.h:
7828         * shell/ev-view.c: (ev_view_queue_draw_page),
7829         (selection_update_idle_cb), (ev_view_motion_notify_event),
7830         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7831         (setup_caches), (ev_view_find_next), (merge_selection_region),
7832         (selection_free):
7833         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7834
7835         Clean up selection to be much smoother!
7836
7837 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7838
7839         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7840         to poppler_page_render_selection().
7841
7842 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7843
7844         * ps/ps-document.c: (save_page_list): Use
7845         unzipped document when printing. Thanks to 
7846         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7847         311016.
7848
7849 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7850
7851         * shell/ev-window.c: (update_action_sensitivity):
7852         
7853         Disable print and save respect to lockdown gconf keys. Fix
7854         for 312342.
7855
7856 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7857
7858         * configure.ac:
7859         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7860         (write_to_temp_file), (ev_file_set_contents):
7861         * shell/ev-utils.h:
7862         * shell/ev-window.c: (save_print_config_to_file):
7863         
7864         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7865         Fix for bug 312238
7866
7867 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7868
7869         * shell/ev-window.c: (load_print_config_from_file),
7870         (save_print_config_to_file), (ev_window_print_range):
7871
7872         Persist the print settings. Fixes bug #311578.
7873
7874 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7875
7876         * djvu/djvu-document.c: (djvu_document_get_page_size),
7877         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7878         (djvu_document_thumbnails_get_thumbnail):
7879         * dvi/dvi-document.c: (dvi_document_get_page_size),
7880         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7881         (dvi_document_thumbnails_get_dimensions),
7882         (dvi_document_thumbnails_get_thumbnail):
7883         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7884         (pixbuf_document_render_pixbuf),
7885         (pixbuf_document_document_iface_init),
7886         (pixbuf_document_thumbnails_get_thumbnail):
7887         
7888         Update backends to make them build with new rotation system.
7889
7890 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7891
7892         * help/C/figures/evince_start_window.png:
7893         
7894         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7895
7896 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7897
7898         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7899         * shell/ev-pixbuf-cache.h:
7900         * shell/ev-sidebar-thumbnails.c:
7901         (ev_sidebar_thumbnails_get_property), (add_range),
7902         (adjustment_changed_cb):
7903         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7904         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7905         we were thumbnailing the entire docment on startup, slowing us
7906         down hugely. 
7907
7908 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7909
7910         * shell/ev-page-cache.c: (ev_page_cache_new):
7911         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7912         == 0, fixes #310306.
7913
7914 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7915
7916         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7917         (ev_view_rotate_left):
7918
7919         Account rotation in doc_rect_to_view_rect.
7920         Ensure rotation doesnt go out of bounds.
7921
7922 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7923
7924         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7925
7926         Correct and cleanup w/h swapping
7927
7928 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7929
7930         * backend/ev-document-thumbnails.c:
7931         (ev_document_thumbnails_get_thumbnail):
7932         * backend/ev-document-thumbnails.h:
7933         * backend/ev-document.c:
7934         * backend/ev-document.h:
7935         * backend/ev-render-context.c: (ev_render_context_new),
7936         (ev_render_context_set_rotation):
7937         * backend/ev-render-context.h:
7938         * pdf/ev-poppler.cc:
7939         * ps/ps-document.c: (ps_document_document_iface_init):
7940         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7941         * shell/ev-jobs.h:
7942         * shell/ev-page-cache.c: (build_height_to_page),
7943         (ev_page_cache_new), (ev_page_cache_get_size),
7944         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7945         (ev_page_cache_get_height_to_page):
7946         * shell/ev-page-cache.h:
7947         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7948         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7949         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7950         (ev_pixbuf_cache_get_selection_pixbuf):
7951         * shell/ev-pixbuf-cache.h:
7952         * shell/ev-print-job.c: (idle_print_handler):
7953         * shell/ev-sidebar-thumbnails.c: (add_range):
7954         * shell/ev-view.c: (view_update_range_and_current_page),
7955         (get_page_y_offset), (get_page_extents),
7956         (ev_view_size_request_continuous_dual_page),
7957         (ev_view_size_request_continuous),
7958         (ev_view_size_request_dual_page),
7959         (ev_view_size_request_single_page), (draw_one_page),
7960         (ev_view_set_rotation), (ev_view_rotate_right),
7961         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7962         (ev_view_zoom_for_size_continuous_and_dual_page),
7963         (ev_view_zoom_for_size_continuous),
7964         (ev_view_zoom_for_size_dual_page),
7965         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7966         (ev_view_select_all):
7967         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7968         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7969         (tiff_document_document_iface_init),
7970         (tiff_document_thumbnails_get_thumbnail):
7971
7972         Use rotation rather than orientation. It's easier and enough
7973         for our needs.
7974
7975 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7976
7977         * shell/ev-page-cache.c: (build_height_to_page),
7978         (ev_page_cache_new), (ev_page_cache_get_size),
7979         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7980         (ev_page_cache_get_height_to_page):
7981         * shell/ev-page-cache.h:
7982         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7983         (ev_view_size_request_continuous_dual_page),
7984         (ev_view_size_request_continuous),
7985         (ev_view_zoom_for_size_continuous_and_dual_page),
7986         (ev_view_zoom_for_size_continuous):
7987
7988         Make the page cache aware of page orientation.
7989
7990 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7991
7992         * backend/ev-document-thumbnails.c:
7993         (ev_document_thumbnails_get_thumbnail):
7994         * backend/ev-document-thumbnails.h:
7995         * backend/ev-document.c:
7996         * backend/ev-document.h:
7997         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7998         * backend/ev-ps-exporter.h:
7999         * pdf/ev-poppler.cc:
8000         * ps/ps-document.c: (ps_document_document_iface_init),
8001         (ps_document_ps_export_do_page):
8002         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8003         * shell/ev-jobs.h:
8004         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8005         (ev_page_cache_get):
8006         * shell/ev-page-cache.h:
8007         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8008         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8009         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8010         * shell/ev-pixbuf-cache.h:
8011         * shell/ev-print-job.c: (idle_print_handler):
8012         * shell/ev-sidebar-thumbnails.c: (add_range):
8013         * shell/ev-view.c: (view_update_range_and_current_page),
8014         (get_page_extents), (ev_view_size_request_dual_page),
8015         (ev_view_size_request_single_page), (draw_one_page),
8016         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8017         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8018         (ev_view_zoom_for_size_dual_page),
8019         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8020         (ev_view_select_all):
8021         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8022         * tiff/tiff-document.c: (tiff_document_get_page_size),
8023         (tiff_document_get_orientation), (rotate_pixbuf),
8024         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8025         (tiff_document_thumbnails_get_thumbnail),
8026         (tiff_document_ps_export_do_page), (tiff_document_init):
8027
8028         Really make use of the orientation bit of the render context.
8029         Use the render context in a few more places in the backend API.
8030         This regress orientation, but now it's done right. Will try to
8031         fix it up asap...
8032
8033 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8034
8035         * shell/ev-view.c: (ensure_rectangle_is_visible):
8036
8037         Patch by Nickolay V. Shmyrev to fix find flickering
8038
8039 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8040
8041         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8042         duplex parameters to ::begin.
8043
8044         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8045         * shell/ev-print-job.c (idle_print_handler): 
8046         * ps/ps-document.c (ps_document_ps_export_begin): 
8047         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8048         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8049         implementations. Poppler backend needs poppler cvs. Rest has
8050         unchanged behavior.
8051
8052 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8053
8054         * shell/ev-window.c (using_pdf_printer): new function.
8055         (ev_window_print_range): print a less techy message if someone
8056         tries to print to PDF.
8057
8058 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8059
8060         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8061         from "unknown font" string. Bug #311431
8062
8063 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8064
8065         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8066
8067 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8068
8069         Bug #311280
8070         
8071         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8072         name for PopplerFontTypes
8073         (pdf_document_fonts_fill_model): add font type to the detail column
8074
8075         * backend/ev-document-fonts.h: added
8076         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8077
8078         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8079         font name and font details, add a little markup.
8080         (ev_properties_fonts_init): use the new cell data func, specify ypad
8081         property for the cell renderer.
8082         (ev_properties_fonts_set_document): add the details column.
8083
8084 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8085
8086         * configure.ac: Added "pl" to ALL_LINGUAS.
8087
8088 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8089
8090         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8091
8092 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8093
8094         * help/ChangeLog: Started this for translations of manual.
8095         * configure.ac, autogen.sh, .cvsignore: Migrated to
8096         gnome-doc-utils. Patch in bug #311222.
8097
8098 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8099
8100         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8101         #ifdef this away to fix an unused-function warning.
8102
8103 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8104
8105         * configure.ac: Added 'gl' to ALL_LINGUAS.
8106
8107 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8108
8109         * configure.ac: Added ne in ALL_LINGUAS
8110         
8111 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8112
8113         * shell/ev-view.c: (ev_view_leave_notify_event):
8114         
8115         Clear status message when pointer leaves view. Fix for bug
8116         #310818 
8117
8118 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8119
8120         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8121
8122 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8123
8124         * shell/ev-view.c: (ev_view_leave_notify_event),
8125         (ev_view_class_init):
8126         
8127         Set cursor to normal then leaving view.
8128
8129 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8130
8131         * configure.ac:
8132         
8133         Fix required djvulibre version.
8134
8135 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8136
8137         *configure.ac: Hindi (hi) language added
8138
8139 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8140
8141         *configure.ac: Punjabi (pa) Language added
8142
8143 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8144
8145         * data/evince-ui.xml, shell/ev-window.c:
8146         
8147         Add keypad accelerators for zooming. Fix for bug 308128.
8148
8149 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8150
8151         * Makefile.am:
8152         * backend/Makefile.am:
8153         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8154         * configure.ac:
8155         * shell/ev-document-types.c: (ev_document_types_add_filters):
8156
8157         Allow to enable/disable the pixbuf backend.
8158         Default to off for now. If we want it enabled we should
8159         really put mime types in the desktop, implement properties etc.
8160
8161         * properties/evince-properties.c:
8162
8163         Initialize error to NULL.
8164         Check error is not NULL before freeing.
8165
8166 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8167
8168         * shell/ev-window.c:
8169
8170         Use F5 as presentation accell
8171
8172 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8173
8174         * shell/ev-window.c: (update_chrome_visibility),
8175         (ev_window_create_fullscreen_popup), (ev_window_init):
8176
8177         Do not leak the fullscreen toolbar
8178
8179 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8180
8181         * shell/ev-window.c: (view_actions_focus_in_cb),
8182         (view_actions_focus_out_cb):
8183
8184         These has a return value! Fix totally random focus
8185         issues we was seeing.
8186
8187 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8188
8189         * shell/main.c: (load_files_remote):
8190
8191         Allow open more than one file
8192
8193 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8194
8195         * shell/main.c: (load_files_remote):
8196
8197         Fix for dbus 0.33. bug #309975
8198
8199 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8200
8201         * properties/ev-properties-main.c: (ev_properties_get_pages):
8202
8203         Actually return NULL for types we dont support
8204
8205 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8206
8207         * po/POTFILES.in:
8208
8209         Remove empty lines.
8210
8211 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8212
8213         * backend/ev-document-factory.c:
8214         (ev_document_factory_get_document):
8215
8216         Do not try to create the object if type
8217         is invalid.
8218
8219 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8220
8221         * ps/ps-document.c: (ps_document_dispose),
8222         (ps_async_renderer_render_pixbuf):
8223         * ps/ps-document.h:
8224
8225         Do not leak the target window
8226
8227 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8228
8229         * shell/ev-application.c: (ev_application_init):
8230
8231         Let tbe check file existence for us.
8232         Add a comment about eggrecent mime filter.
8233
8234 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8235
8236         * data/evince-ui.xml:
8237         * shell/ev-application.c: (ev_application_shutdown),
8238         (ev_application_init), (ev_application_get_toolbars_model),
8239         (ev_application_get_recent_model),
8240         (ev_application_save_toolbars_model):
8241         * shell/ev-application.h:
8242         * shell/ev-window.c: (ev_window_add_recent),
8243         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8244         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8245         (ev_window_init):
8246
8247         Use common toolbar and recent models for all windows.
8248         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8249
8250 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8251
8252         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8253         successfully check for gtk_icon_view_get_visible_range.
8254
8255 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8256
8257         * djvu/Makefile.am:
8258         * dvi/Makefile.am:
8259         
8260         Fix djvu and dvi backend build.
8261
8262 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8263
8264         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8265         (new_separator_pixbuf):
8266
8267         Don't leak windows.
8268
8269 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8270
8271         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8272
8273         HIGification of toolbar editor dialogue.
8274
8275 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8276
8277         * configure.ac:
8278         * shell/Makefile.am:
8279
8280         Ever build metadata manager since it's just
8281         disabled at runtime now.
8282
8283 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8284
8285         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8286         (ev_metadata_manager_get), (ev_metadata_manager_set):
8287         * shell/ev-metadata-manager.h:
8288
8289         Add an _init functions that enabled metadata management
8290         at runtime.
8291
8292         * shell/ev-window.c: (page_changed_cb),
8293         (setup_document_from_metadata), (ev_window_setup_document),
8294         (setup_view_from_metadata), (ev_window_open_uri),
8295         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8296         (ev_window_run_presentation), (ev_window_stop_presentation),
8297         (save_sizing_mode), (ev_window_zoom_changed_cb),
8298         (ev_window_continuous_changed_cb),
8299         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8300         (window_configure_event_cb):
8301
8302         Remove all ugly metadata define since we deal with it
8303         at runtime now.
8304
8305         * shell/main.c: (load_files_remote), (main):
8306
8307         Add support for dbus cvs head. Hopefully didnt break one
8308         of the other versions now!
8309
8310         If we dont get a response from the dbus server just
8311         give up with it and not enable metadata.
8312
8313 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8314
8315         * Makefile.am:
8316         * backend/Makefile.am:
8317         * configure.ac:
8318         * cut-n-paste/recent-files/Makefile.am:
8319         * cut-n-paste/toolbar-editor/Makefile.am:
8320         * cut-n-paste/zoom-control/Makefile.am:
8321         * lib/Makefile.am:
8322         * pdf/Makefile.am:
8323         * pixbuf/Makefile.am:
8324         * properties/Makefile.am:
8325         * ps/Makefile.am:
8326         * shell/Makefile.am:
8327         * thumbnailer/Makefile.am:
8328         * tiff/Makefile.am:
8329
8330         Make frontends depend on just libev.
8331         Rework and group CFLAGS/LIBS definitions.
8332         Cleanups.
8333
8334 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8335
8336         * shell/ev-window:
8337
8338         do not unnecessarily save zoom
8339
8340         * configure.ac:
8341         * lib/ev-file-helpers.c: (ev_dot_dir):
8342         * shell/Makefile.am:
8343         * shell/dummy.cc:
8344
8345         Some cleanups
8346
8347 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8348
8349         * configure.ac:
8350         
8351         Remove unnecessary dependencies
8352
8353 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8354
8355         * properties/Makefile.am:
8356         * thumbnailer/Makefile.am:
8357         * tiff/Makefile.am:
8358
8359         Some more cleanups. Was really necessary
8360         but I probably introduced bugs, feel free
8361         to flame :)
8362
8363 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8364
8365         * backend/Makefile.am:
8366         * configure.ac:
8367         * cut-n-paste/recent-files/Makefile.am:
8368         * cut-n-paste/toolbar-editor/Makefile.am:
8369         * cut-n-paste/zoom-control/Makefile.am:
8370         * lib/Makefile.am:
8371         * pdf/Makefile.am:
8372         * pixbuf/Makefile.am:
8373         * properties/Makefile.am:
8374         * ps/Makefile.am:
8375         * shell/Makefile.am:
8376         * thumbnailer/Makefile.am:
8377         * tiff/Makefile.am:
8378
8379         Use gnome-common macros when possible.
8380         Cleanup dependencies.
8381         Actually disable deprecated where possible.
8382
8383 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8384
8385         * Makefile.am:
8386         * backend/Makefile.am:
8387         * properties/Makefile.am:
8388         * shell/Makefile.am:
8389         * thumbnailer/Makefile.am:
8390
8391         This should solve the circular dep without
8392         requiring dir reorg!
8393
8394         * shell/ev-window.c: (setup_view_from_metadata):
8395
8396         Never restore window size/position when the
8397         window is already visible.
8398
8399 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8400
8401         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8402
8403         Return a boolean from timeout func. Fix ported from gedit.
8404
8405 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8406
8407         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8408
8409 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8410
8411         * shell/ev-document-types.c: set "All Documents" as default filter in
8412         open dialog
8413
8414 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8415
8416         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8417         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8418         (ev_metadata_manager_set_boolean): fix value/val thinko.
8419
8420 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8421
8422         * shell/ev-window.c: (setup_view_from_metadata),
8423         (window_state_event_cb), (window_configure_event_cb),
8424         (ev_window_init):
8425
8426         Remember window position and maximized state
8427
8428 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8429
8430         * configure.ac:
8431
8432         Fix DBUS configure checks.
8433
8434         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8435         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8436         (ev_metadata_manager_set_boolean):
8437
8438         Plug mem leaks.
8439
8440         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8441         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8442         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8443         (ev_window_continuous_changed_cb),
8444         (ev_window_dual_mode_changed_cb), (ev_window_new):
8445
8446         Fix the build without DBUS.
8447
8448 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8449
8450         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8451         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8452         (ev_metadata_manager_set_string),
8453         (ev_metadata_manager_set_boolean):
8454         * shell/ev-metadata-manager.h:
8455
8456         Add support for some more types
8457
8458         * shell/ev-view.c: (scroll_to_current_page),
8459         (ev_view_get_continuous), (ev_view_set_continuous),
8460         (ev_view_get_dual_page):
8461         * shell/ev-view.h:
8462         * shell/ev-window.c: (page_changed_cb),
8463         (setup_document_from_metadata), (ev_window_setup_document),
8464         (setup_view_from_metadata), (ev_window_open_uri),
8465         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8466         (ev_window_run_presentation), (ev_window_stop_presentation),
8467         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8468         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8469         (ev_window_update_dual_page_action),
8470         (ev_window_continuous_changed_cb),
8471         (ev_window_dual_mode_changed_cb), (ev_window_init):
8472
8473         Remember a bunch of view/document properties. Prolly some
8474         are still missing but it's getting interesting.
8475
8476 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8477
8478         * configure.ac: check if dbus-binding-tool is installed. Not the
8479         case on current Ubuntu breezy, it seems.
8480
8481 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8482
8483         * data/evince.desktop.in.in:
8484         
8485         Allow open uri lists and add TryExec field.
8486
8487 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8488
8489         * configure.ac:
8490
8491         Enable dbus when available, do not require a configure
8492         option.
8493
8494 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8495
8496         * configure.ac:
8497
8498         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8499         disabled.
8500
8501 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8502         Marco Pesenti Gritti  <mpg@redhat.com>
8503
8504         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8505         
8506         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8507         functions to the format required by dbus
8508
8509         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8510         errors. Use the RPC parameters in the expected way
8511
8512 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8513
8514         * Makefile.am:
8515         * properties/Makefile.am:
8516         * properties/ev-properties-main.c: (ev_properties_get_pages):
8517
8518         Support all mime types
8519
8520         * shell/Makefile.am:
8521         * thumbnailer/Makefile.am:
8522         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8523         (evince_thumbnail_pngenc_get):
8524
8525         Use the document factory
8526
8527 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8528
8529         * backend/Makefile.am:
8530         * backend/ev-document-factory.c:
8531         (mime_type_supported_by_gdk_pixbuf),
8532         (ev_document_type_get_from_mime),
8533         (ev_document_factory_get_document),
8534         (ev_document_factory_get_backend),
8535         (ev_document_factory_get_mime_types),
8536         (ev_document_factory_get_all_mime_types):
8537         * backend/ev-document-factory.h:
8538         * shell/Makefile.am:
8539         * shell/ev-document-types.c: (get_document_from_uri),
8540         (ev_document_types_get_document),
8541         (file_filter_add_mime_list_and_free),
8542         (ev_document_types_add_filters):
8543         * shell/ev-document-types.h:
8544         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8545         * shell/ev-properties-dialog.c:
8546         (ev_properties_dialog_set_document):
8547         * shell/ev-window.c: (ev_window_cmd_file_open),
8548         (ev_window_cmd_save_as):
8549         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8550
8551         Rework document types managing to avoid code duplication
8552         and actually abstract from backend implementations.
8553         Also provide a minimal factory api that can be used by
8554         thumbnailer/properties.
8555
8556 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8557
8558         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8559         Plug a mem leak.
8560         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8561         HIG spacings.
8562
8563 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8564
8565         * shell/ev-properties-dialog.c
8566         (ev_properties_dialog_set_document): only call
8567         ev_properties_fonts_set_document() if the document implements the
8568         fonts interface
8569
8570 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8571
8572         * configure.ac:
8573         * properties/Makefile.am:
8574         * properties/ev-properties-view.c:
8575         (ev_properties_view_register_type):
8576         * properties/ev-properties-view.h:
8577         * properties/ev-properties-main.h:
8578
8579         Implement nautilus plugin for properties.
8580         Works only for pdf atm, I need to rework the
8581         document types stuff to get this to work
8582         for all backends...
8583
8584 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8585
8586         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8587         (ev_properties_fonts_set_document): use
8588         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8589
8590 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8591
8592         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8593         them
8594         (PlaceImage, tiff2ps_process_page): use
8595         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8596
8597
8598 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8599
8600         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8601         (main): to call gnome_authentication_manager_init. Should fix
8602         Bug #308510
8603
8604         * configure.ac: that requires libgnomeui 2.6.0.
8605
8606 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8607
8608         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8609         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8610         use the new tiff2ps interfaces
8611
8612         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8613         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8614
8615         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8616         structure instead of global variables.  Remove use of static
8617         variables in functions.
8618
8619 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8620
8621         * shell/ev-page-action.c: unref the completion after setting it to the
8622         entry
8623
8624 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8625
8626         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8627         postscript files
8628
8629 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8630
8631         * shell/ev-window.c (update_action_sensitivity): disable
8632         File->Print if the document does not implement the ps exporter
8633         interface
8634
8635 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8636
8637         * Makefile.am:
8638         * configure.ac:
8639         * data/evince-properties.glade:
8640         * properties/.cvsignore:
8641         * properties/Makefile.am:
8642         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8643         (ev_properties_view_class_init), (ev_properties_view_format_date),
8644         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8645         (ev_properties_view_init), (ev_properties_view_new):
8646         * properties/ev-properties-view.h:
8647         * shell/Makefile.am:
8648         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8649         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8650         (ev_properties_dialog_new):
8651         * shell/ev-properties-dialog.h:
8652         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8653         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8654         (update_progress_label), (job_fonts_finished_cb),
8655         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8656         * shell/ev-properties-fonts.h:
8657         * shell/ev-properties.c:
8658         * shell/ev-properties.h:
8659         * shell/ev-window.c: (ev_window_setup_document),
8660         (ev_window_cmd_file_properties):
8661
8662         Split the properties pages in two different objects, depend
8663         only on the backend where possible, use widgets instead
8664         of gobject for the glade part, reimplement the dialog
8665         itself with gtk.
8666         I need this to implement nautilus properties page.
8667
8668 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8669
8670         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8671         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8672         (tiff_document_document_ps_exporter_iface_init): implement the ps
8673         exporter interface for tiff documents
8674
8675         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8676         libtiff to implement TIFF postscript export
8677
8678         * tiff/tiff2ps.h: added a header file for external tiff2ps
8679         functions.
8680
8681         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8682         tiff2ps.h
8683
8684 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8685
8686         * shell/ev-view.c: (scroll_to_current_page),
8687         (ev_view_set_fullscreen), (ev_view_set_presentation):
8688         
8689         Scroll to current page when exit from presentation
8690
8691 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8692
8693         * shell/ev-window.c: (update_document_mode),
8694         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8695         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8696         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8697         
8698         Exit from fullscreen mode when switch to presentation. Fix for
8699         bug 309365
8700
8701 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8702
8703         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8704         return NULL if the document does not implement the selection
8705         interface.
8706
8707 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8708
8709         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8710         reported height by using the resolution aspect ratio
8711         (tiff_document_render_pixbuf): scale the pixbuf using the
8712         resolution aspect ratio
8713
8714 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8715
8716         * configure.ac:
8717         
8718         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8719         <kiltedaco@gmail.com>
8720         
8721         * djvu/djvu-document.c: (djvu_document_get_orientation),
8722         (djvu_document_set_orientation), (djvu_document_get_page_size),
8723         (rotate_pixbuf), (djvu_document_render_pixbuf),
8724         (djvu_document_document_iface_init):
8725         * dvi/dvi-document.c: (dvi_document_get_orientation),
8726         (dvi_document_set_orientation), (dvi_document_get_page_size),
8727         (rotate_pixbuf), (dvi_document_render_pixbuf),
8728         (dvi_document_document_iface_init):
8729         
8730         Dvi and djvu backends are ported to new API
8731
8732 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8733
8734         * backend/ev-selection.c: (ev_selection_get_selection_region),
8735         (ev_selection_get_selection_map):
8736         * backend/ev-selection.h:
8737         * pdf/ev-poppler.cc:
8738         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8739         * shell/ev-jobs.h:
8740         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8741         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8742         (ev_pixbuf_cache_get_text_mapping):
8743         * shell/ev-pixbuf-cache.h:
8744         * shell/ev-view.c: (location_in_text),
8745         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8746         support to EvView.  Now we can see where we can select!  Sweet!
8747
8748 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8749
8750         * shell/ev-view.c (ev_view_button_press_event): Fix
8751         event->y + view->scroll_x typo.
8752
8753 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8754
8755         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8756         sub-GdkPixbuf instead of passing dest_x and dest_y.
8757         
8758         * shell/ev-view.c: (view_point_to_doc_point),
8759         (view_rect_to_doc_rect), (ev_view_button_press_event),
8760         (ev_view_motion_notify_event), (compute_new_selection_rect),
8761         (gdk_rectangle_point_in), (compute_new_selection_text),
8762         (compute_selections): Update selection code to keep the selection
8763         around as two points and not as a normalized rectangle, and fix
8764         page level selection in two-column mode.
8765
8766 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8767
8768         * shell/ev-window.c: (window_configure_event_cb): 
8769         
8770         Fix compilation
8771         
8772 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8773
8774         * pdf/ev-poppler.cc:
8775
8776         Fix compilation
8777
8778 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8779
8780         * shell/Makefile.am:
8781         * shell/ev-metadata-manager.c: (item_free),
8782         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8783         (parse_value), (parseItem), (load_values),
8784         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8785         (save_values), (save_item), (get_oldest), (resize_items),
8786         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8787         * shell/ev-metadata-manager.h:
8788
8789         Metadata manager from gedit but modified to use GValue, so that
8790         we dont need to keep converting from strings.
8791
8792         * configure.ac:
8793
8794         ENABLE_METADATA conditional, on when dbus is on
8795
8796         * shell/ev-application.c: (ev_application_open_uri):
8797
8798         Show the window after load so that we can initialize
8799         window size before it's showed.
8800
8801         * shell/ev-window.c: (ev_window_setup_from_metadata),
8802         (ev_window_open_uri), (window_configure_event_cb),
8803         (ev_window_init):
8804
8805         Save and load metadata information about window size.
8806         Not yet keeping states in account.
8807
8808         * shell/main.c: (main):
8809
8810         Shutdown metadata manager.
8811
8812 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8813
8814         * shell/ev-application-service.xml:
8815         * configure.ac:
8816         * shell/Makefile.am:
8817         * shell/ev-application.c:
8818         * shell/ev-application.h:
8819         * shell/ev-window.c:
8820         * shell/ev-window.h:
8821         * shell/main.c:
8822
8823         Add an optional dbus interface (--enable-dbus).
8824         Rework application code, mainly to be easier to
8825         use "remotely".
8826         Do not open multiple windows with the same document,
8827         spatial evince!
8828
8829 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8830
8831         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8832         pixbuf iff it exists.
8833
8834 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8835
8836         * shell/*:
8837         * backend/ev-render-context.[ch]:
8838         * backend/ev-selection.[ch]:
8839
8840         Massive changes.  We now support text selection of pdfs, and not
8841         just rectangular selection.  This is pretty broken still, but I
8842         want to get something into CVS.
8843
8844 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8845
8846         * pdf/ev-poppler.cc:
8847         
8848         Fix for Bug 309080: crash on window close.
8849         
8850         * shell/ev-page-action.c: (page_changed_cb):
8851         
8852         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8853         jensgr@gmx.net (Jens Granseuer).
8854
8855 2005-06-25  Marcel Telka  <marcel@telka.sk>
8856
8857         * configure.in (ALL_LINGUAS): Added sk.
8858
8859 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8860
8861         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8862         not a document open
8863
8864 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8865
8866         * NEWS:
8867         * configure.ac:
8868
8869         Release 0.3.2
8870
8871         * cut-n-paste/recent-files/Makefile.am:
8872
8873         Fix make distcheck
8874
8875 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8876
8877         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8878         (pixbuf_document_set_orientation), (rotate_pixbuf),
8879         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8880         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8881
8882         Implement rotation and cleanup the code a bit.
8883
8884         * tiff/tiff-document.c: (tiff_document_get_page_size),
8885         (tiff_document_get_orientation), (tiff_document_set_orientation),
8886         (rotate_pixbuf), (tiff_document_render_pixbuf),
8887         (tiff_document_document_iface_init), (tiff_document_init):
8888
8889         Implement rotation. Was the quicker solution for the release
8890         but we really need to share this code in the shell.
8891
8892 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8893
8894         * pdf/ev-poppler.cc:
8895
8896         Enable rotation, require poppler cvs. Fix a leak.
8897
8898 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8899
8900         * shell/ev-window.c: (update_action_sensitivity):
8901         
8902         Make properties unsensitive if document backend doesn't provide
8903         any info
8904
8905 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8906
8907         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8908         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8909         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8910         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8911         (bitmap_flip_rotate_counter_clockwise):
8912         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8913         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8914         (buff_gets):
8915         * dvi/mdvi-lib/common.h:
8916         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8917         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8918         (opendvi), (mdvi_reload), (mdvi_init_context),
8919         (mdvi_destroy_context), (mdvi_dopage), (special):
8920         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8921         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8922         (file_hash_free), (register_encoding), (parse_spec),
8923         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8924         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8925         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8926         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8927         (mdvi_register_font_type), (mdvi_unregister_font_type),
8928         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8929         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8930         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8931         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8932         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8933         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8934         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8935         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8936         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8937         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8938         (mdvi_unregister_special), (mdvi_flush_specials):
8939         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8940         (t1_font_remove):
8941         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8942         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8943         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8944         (free_font_metrics), (flush_font_metrics):
8945         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8946         (tt_font_remove):
8947         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8948         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8949         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8950         (dstring_insert), (dstring_new), (dstring_reset):
8951         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8952         
8953         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8954         avoid conflict with libtool on FC4
8955         
8956         * shell/ev-window.c: (ev_window_cmd_help_about):
8957         
8958         Update copyright year. Fix for bug 308828.
8959
8960 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8961
8962         * shell/ev-view.c: (add_scroll_binding_keypad),
8963         (ev_view_binding_activated), (ev_view_class_init),
8964         (on_adjustment_value_changed):
8965         
8966         Bug 170874: Arrow keys switch pages in presentation mode
8967
8968 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8969
8970         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8971         
8972         Fix for Bug 308265: Sidebar dissappears coming out of 
8973         Presentation mode
8974
8975 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8976
8977         * shell/ev-application.c: (ev_application_open):
8978         * shell/ev-document-types.c: (ev_document_types_add_filters),
8979         (ev_document_types_add_filters_for_type):
8980         * shell/ev-document-types.h:
8981         * shell/ev-window.c: (ev_window_cmd_save_as):
8982         
8983         Suggest basename as template when saving, provide filters
8984         for save dialog. It's bug 308402
8985
8986 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8987
8988         * pdf/ev-poppler.cc:
8989         * shell/ev-sidebar-links.c: (job_finished_callback):
8990         * shell/ev-view.c: (update_find_status_message):
8991         
8992         Some leaks fixed
8993
8994 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8995
8996         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8997         (egg_recent_view_uimanager_set_list):
8998
8999         Fix buglet in !show_numbers case.
9000
9001 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9002
9003         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9004         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9005
9006         Use pango ellipsisation.
9007
9008         * pdf/ev-poppler.cc:
9009
9010         Fix refcount leak, from nsh.
9011
9012 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9013
9014         * cut-n-paste/recent-files/Makefile.am:
9015         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9016         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9017         
9018         Removed EggRecentViewGtk
9019         
9020         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9021         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9022         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9023         (ev_window_setup_recent):
9024         
9025         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9026         with other projects
9027
9028 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9029
9030         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9031         (egg_recent_view_gtk_finalize):
9032
9033         Fix memory leak
9034
9035         * cut-n-paste/toolbar-editor/Makefile.am:
9036         
9037         Fix location of cursor icon.
9038         
9039         * pdf/ev-poppler.cc:
9040         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9041         (display_completion_text), (match_completion):
9042         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9043         (selection_changed_callback), (create_loading_model),
9044         (print_section_cb), (links_page_num_func),
9045         (update_page_callback_foreach):
9046         * shell/ev-window.c: (ev_window_dispose):
9047         
9048         Small memory fixes. Links model now store objects instead
9049         of pointers to improve memory management. 
9050
9051 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9052
9053         * shell/ev-window.c: (zoom_control_changed_cb):
9054         
9055         Fix update of zoom control (bug 308268).
9056
9057 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9058
9059         * shell/ev-properties.c (set_property): escape the text correctly.
9060         Handles non-UTF-8 properties and escaped properties.  Also, sets
9061         the text to "<i>None</i>" if the property isn't set.
9062
9063         * data/evince-properties.glade: Change the label to be ellipsized,
9064         and give it a minimum size.
9065
9066 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9067
9068         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9069         * shell/ev-sidebar-links.c: (create_loading_model):
9070         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9071         * shell/ev-view.c: (ev_view_set_document):
9072         * shell/ev-window.c: (ev_window_dispose):
9073         
9074         Various small fixes, mostly memory leaks. Thanks to valgrind.
9075
9076 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9077
9078         * ps/ps-document.c: remove the locale.h include again ;-). And
9079         kill the (bogus) setlocale/savelocale business.
9080
9081 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9082
9083         * ps/ps-document.c:
9084         
9085         Include locale.h to fix build
9086         
9087         * shell/ev-sidebar.c:
9088         
9089         Remove unnecessary includes
9090
9091 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9092
9093         * dvi/dvi-document.c: (dvi_document_load):
9094         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9095         * po/POTFILES.in:
9096         
9097         Check for incorrect dvi files. Fix parsing dvi on AMD64
9098         platform. Thanks to tester@tester.ca (Olivier Crete).
9099
9100 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9101
9102         * shell/ev-page-action.c: (match_selected_cb),
9103         (display_completion_text), (match_completion), (update_model):
9104         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9105         (expand_open_links):
9106         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9107         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9108         (ev_sidebar_set_document):
9109         * shell/ev-window.c: (ev_window_xfer_job_cb),
9110         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9111         
9112         Fixed lot's of memory leaks, for example, memory leak on reload, 
9113         described in bug 307793.
9114
9115 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9116
9117         * pdf/ev-poppler.cc:
9118         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9119         (update_visible_range), (adjustment_changed_cb),
9120         (ev_sidebar_thumbnails_fill_model),
9121         (ev_sidebar_thumbnails_refresh),
9122         (ev_sidebar_tree_selection_changed),
9123         (ev_sidebar_icon_selection_changed),
9124         (ev_sidebar_thumbnails_use_icon_view),
9125         (ev_sidebar_thumbnails_set_document):
9126         * shell/ev-sidebar-thumbnails.h:
9127         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9128         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9129
9130         Refresh thumbnails when changing orientation. Not fully
9131         working yet becuase of a sidebar bug.
9132
9133         Set page orientation to poppler page everywhere. This sucks
9134         really need to fix poppler.
9135
9136 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9137
9138         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9139         (egg_recent_view_gtk_new_menu_item),
9140         (egg_recent_view_gtk_set_property),
9141         (egg_recent_view_gtk_get_property),
9142         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9143         (egg_recent_view_gtk_set_tooltip_func),
9144         (egg_recent_view_gtk_set_label_width),
9145         (egg_recent_view_gtk_get_label_width):
9146         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9147
9148         Sync with libegg (ellipsize labels)
9149
9150 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9151
9152         * data/evince-ui.xml:
9153         * shell/ev-window.c: (ev_window_cmd_go_forward),
9154         (ev_window_cmd_go_backward):
9155         
9156         Shift + PageUp moves 10 Pages. Fix for 306125
9157
9158 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9159
9160         * pdf/ev-poppler.cc:
9161
9162         Add a flag to check if orientation has been overriden
9163
9164 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9165
9166         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9167         field if necessary.
9168
9169         * ps/ps.h: add creator field to document.
9170
9171         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9172         set creator field.
9173
9174 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9175
9176         * data/evince-properties.glade:
9177         * shell/ev-properties.c: (ev_properties_set_document):
9178
9179         s/PDF Version/Format
9180
9181 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9182
9183         * shell/ev-properties.c: (ev_properties_set_document):
9184
9185         Remove unnecessary translations
9186
9187 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9188
9189         * cut-n-paste/toolbar-editor/Makefile.am:
9190
9191         Correct library name    
9192
9193 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9194
9195         * configure.ac:
9196         * cut-n-paste/recent-files/egg-recent-model.c:
9197         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9198         (egg_recent_model_unlock_file):
9199         * cut-n-paste/recent-files/egg-recent-util.c:
9200         (egg_recent_util_get_unique_id):
9201         * cut-n-paste/recent-files/update-from-egg.sh:
9202         * cut-n-paste/toolbar-editor/Makefile.am:
9203         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9204         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9205         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9206         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9207         (egg_toolbars_model_get_type):
9208         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9209
9210         Better makefile for toolbar editor and update everything
9211         to latest libegg.
9212
9213 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9214
9215         * shell/ev-window.c: (update_document_mode):
9216
9217         Prefer presentation mode when the document
9218         require fullscreen.
9219
9220 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9221
9222         * data/evince-ui.xml:
9223         * shell/ev-window.c:
9224
9225         Add control-equal for zooming
9226
9227 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9228
9229         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9230
9231 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9232
9233         * backend/ev-document.c: (ev_document_get_orientation):
9234         * backend/ev-document.h:
9235         * pdf/ev-poppler.cc:
9236         * ps/ps-document.c: (ps_document_get_orientation),
9237         (ps_document_set_orientation), (ps_document_document_iface_init):
9238
9239         Add a get_orientation api. Improve set_orientation.
9240
9241         * data/evince-ui.xml:
9242         * shell/ev-view.c: (ev_view_set_orientation),
9243         (ev_view_rotate_right), (ev_view_rotate_left):
9244         * shell/ev-view.h:
9245         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9246         (ev_window_cmd_edit_rotate_right):
9247
9248         Better ui for changing document orientation
9249
9250 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9251
9252         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9253         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9254         * shell/ev-sidebar-links.h:
9255         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9256         (ev_sidebar_page_iface_init):
9257         * shell/ev-sidebar-page.h:
9258         * shell/ev-sidebar-thumbnails.c:
9259         (ev_sidebar_thumbnails_get_property),
9260         (ev_sidebar_thumbnails_class_init),
9261         (ev_sidebar_thumbnails_set_document):
9262         * shell/ev-sidebar-thumbnails.h:
9263         * shell/ev-view.c: (ev_view_motion_notify_event):
9264         * shell/ev-window.c: (update_chrome_visibility),
9265         (ev_window_cmd_focus_page_selector),
9266         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9267         (sidebar_page_main_widget_update_cb), (ev_window_init):
9268         
9269         Autoraise toolbar on GoToPage binding and fix bindings in
9270         EvSidebarThumbnails page.
9271
9272 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9273
9274         * shell/ev-properties.c: (update_progress_label):
9275
9276         Hide the progress label when finished; bug #307697.
9277
9278 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9279
9280         * pdf/ev-poppler.cc:
9281
9282         Enable is_open for links, you will need poppler cvs
9283
9284         * shell/ev-properties.c: (job_fonts_finished_cb):
9285
9286         Get a lock on the document when filling the tree view
9287
9288 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9289
9290         * backend/ev-document-links.h:
9291         * pdf/ev-poppler.cc:
9292         * shell/ev-sidebar-links.c: (create_loading_model),
9293         (expand_open_links), (job_finished_callback):
9294
9295         Expand links when specified by the document.
9296         Depend on a poppler api (defined out for now)
9297
9298 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9299
9300         * shell/ev-properties.c: (ev_properties_dispose),
9301         (ev_properties_class_init), (dialog_destroy_cb),
9302         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9303         (ev_properties_set_document), (ev_properties_new),
9304         (ev_properties_show):
9305         * shell/ev-properties.h:
9306
9307         Make it an object, cleanup the code, api to show it as transient
9308         and to set the document.
9309
9310         * shell/ev-window.c: (ev_window_setup_document),
9311         (ev_window_cmd_file_properties):
9312
9313         Adapt to EvProperties changes, do not show multiple
9314         times, update it when document changes.
9315
9316 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9317
9318         * ps/gstypes.h:
9319         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9320         (ps_document_set_orientation), (ps_document_document_iface_init):
9321         * ps/ps-document.h:
9322
9323         Implement orientation here too
9324
9325         * shell/ev-properties.c: (ev_properties_new):
9326         * data/evince-properties.glade:
9327
9328         Hide the fonts page for backends that doesnt
9329         support it.     
9330
9331 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9332
9333         * backend/ev-document.c: (ev_document_set_orientation):
9334         * backend/ev-document.h:
9335         * pdf/ev-poppler.cc:
9336
9337         Add orientation api. Currently poppler api is not optimal,
9338         we need to set orientation every time we _get a page.
9339         I will try to fix that at some point.
9340
9341         * data/evince-ui.xml:
9342         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9343         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9344
9345         Add orientation menu items
9346
9347         * shell/ev-page-cache.c: (ev_page_cache_clear):
9348         * shell/ev-page-cache.h:
9349
9350         Add api to clear the cache
9351
9352         * shell/ev-view.c: (setup_caches), (clear_caches),
9353         (ev_view_set_document), (ev_view_zoom_out),
9354         (ev_view_set_orientation):
9355         * shell/ev-view.h:
9356
9357         Implement orientation changing
9358
9359 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9360
9361         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9362         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9363         * backend/ev-document-fonts.h:
9364
9365         Separate scan and fill so that we can incrementally fill from
9366         the main thread. Add a progress api.
9367
9368         * data/evince-properties.glade:
9369         * pdf/ev-poppler.cc:
9370         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9371         * shell/ev-jobs.h:
9372         * shell/ev-properties.c: (update_progress_label),
9373         (job_fonts_finished_cb), (setup_fonts_view):
9374
9375         Incrementally feel the list and show the progress
9376         percentage in a label like acrobat does.
9377
9378         You are going to need poppler cvs
9379
9380 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9381
9382         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9383         * backend/ev-document-fonts.h:
9384         * pdf/ev-poppler.cc:
9385
9386         Make fonts model fill incrementally.
9387
9388         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9389         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9390         (ev_job_queue_remove_job):
9391         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9392         (ev_job_fonts_new), (ev_job_fonts_run):
9393         * shell/ev-jobs.h:
9394
9395         New job for fonts scanning
9396
9397         * shell/ev-properties.c: (job_fonts_finished_cb),
9398         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9399         * shell/ev-properties.h:
9400         * shell/ev-window.c: (ev_window_cmd_file_properties):
9401
9402         Incrementally feel the treeview using the new job. Show Loading...
9403         message until scanning is completed.
9404
9405         Hopefully I didnt break the build without the poppler patch.
9406
9407 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9408
9409         * shell/ev-application.c: (ev_application_open):
9410         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9411         (ev_document_type_get_type), (ev_document_type_lookup):
9412         * shell/ev-document-types.h:
9413         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9414         * shell/ev-job-xfer.h:
9415         * shell/ev-window.c: (ev_window_clear_local_uri),
9416         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9417         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9418         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9419         
9420         Transfer remote documents to tmp directory to display them later.
9421
9422 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9423
9424         * backend/ev-document-info.h:
9425         * shell/ev-properties.c: (ev_properties_new):
9426
9427         s/GTime*/GTime. Not sure why we was using a pointer
9428         at all there!
9429
9430 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9431
9432         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9433         situations.  That situation is that you're using GTK+-HEAD with
9434         the patch at #306726 is applied, and you have a document with <
9435         1500 pages in it.  It's not quite as uniformly nice as the
9436         TreeView, but should be better in the long run.
9437
9438         I'm pretty sure I guarded against breaking compilation with
9439         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9440         I missed some.
9441
9442         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9443         widget yet, so I commented that code out
9444         enable_view_actions_for_widget() for now.  Need to figure this
9445         out.
9446
9447         * shell/ev-page-action.c (match_selected_cb): emit the right
9448         signals.  Our cool C-l completion now works.
9449
9450 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9451
9452         * backend/Makefile.am:
9453         * backend/ev-document-fonts.c:
9454         * backend/ev-document-links.c:
9455         * backend/ev-document.c: (ev_document_load):
9456         * backend/ev-document.h:
9457         * backend/ev-job-queue.c:
9458         * backend/ev-job-queue.h:
9459         * backend/ev-jobs.c:
9460         * backend/ev-jobs.h:
9461         * backend/ev-page-cache.c:
9462         * backend/ev-page-cache.h:
9463
9464         EvPageCache and EvJobs are moved to shell.
9465
9466         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9467         (ev_tmp_filename):
9468         * lib/ev-file-helpers.h:
9469         
9470         New helper to work with temporary files
9471         
9472         * shell/Makefile.am:
9473         * shell/ev-application.c: (ev_application_open):
9474         * shell/ev-application.h:
9475         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9476         (remove_job_from_async_queue), (add_job_to_async_queue),
9477         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9478         (handle_job), (search_for_jobs_unlocked),
9479         (no_jobs_available_unlocked), (ev_render_thread),
9480         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9481         (ev_job_queue_add_job), (move_job_async), (move_job),
9482         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9483         * shell/ev-job-queue.h:
9484         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9485         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9486         * shell/ev-job-xfer.h:
9487         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9488         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9489         (ev_job_links_class_init), (ev_job_render_init),
9490         (ev_job_render_dispose), (ev_job_render_class_init),
9491         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9492         (ev_job_thumbnail_class_init), (ev_job_load_init),
9493         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9494         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9495         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9496         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9497         * shell/ev-jobs.h:
9498         * shell/ev-page-action.c: (ev_page_action_set_document):
9499         * shell/ev-page-cache.c: (ev_page_cache_init),
9500         (ev_page_cache_class_init), (ev_page_cache_finalize),
9501         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9502         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9503         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9504         (ev_page_cache_get_title), (ev_page_cache_get_size),
9505         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9506         (ev_page_cache_get_height_to_page),
9507         (ev_page_cache_get_max_label_chars),
9508         (ev_page_cache_get_page_label),
9509         (ev_page_cache_has_nonnumeric_page_labels),
9510         (ev_page_cache_get_info), (ev_page_cache_next_page),
9511         (ev_page_cache_prev_page), (ev_page_cache_get):
9512         * shell/ev-page-cache.h:
9513         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9514         (ev_pixbuf_cache_clear_job_sizes),
9515         (ev_pixbuf_cache_add_jobs_if_needed),
9516         (ev_pixbuf_cache_set_page_range):
9517         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9518         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9519         * shell/ev-sidebar-thumbnails.c:
9520         (ev_sidebar_tree_selection_changed),
9521         (ev_sidebar_thumbnails_set_document):
9522         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9523         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9524         (ev_statusbar_get_context_id), (ev_statusbar_push),
9525         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9526         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9527         (ev_statusbar_set_progress):
9528         * shell/ev-statusbar.h:
9529         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9530         (ev_view_find_previous):
9531         * shell/ev-window.c: (ev_window_is_empty),
9532         (ev_window_setup_document), (password_dialog_response),
9533         (ev_window_clear_jobs), (ev_window_load_job_cb),
9534         (ev_window_xfer_job_cb), (ev_window_open_uri),
9535         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9536         (ev_window_print), (ev_window_print_range),
9537         (ev_window_state_event), (ev_window_cmd_view_reload),
9538         (menu_item_select_cb), (menu_item_deselect_cb),
9539         (view_status_changed_cb), (ev_window_dispose),
9540         (drag_data_received_cb), (ev_window_init):
9541         * shell/ev-window.h:
9542         * shell/main.c: (load_files):
9543         
9544         New statusbar to show progress on idle. Two new jobs - 
9545         xfer job and load job to load document in background. And update
9546         of page_cache clients to new location of code.
9547
9548 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9549
9550         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9551         selection in open dialog. It also remembers the last visited directory 
9552         in the current session.
9553
9554 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9555
9556         * shell/ev-properties.c: (ev_properties_new):
9557         * shell/ev-properties.h:
9558         * shell/ev-window.c: (ev_window_cmd_file_properties):
9559         
9560         Get document info from page cache instead of document itself.
9561         This should fix crash related to race conditions described in
9562         bug 306545.
9563
9564 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9565
9566         * ps/ps-document.c: (ps_document_init),
9567         (send_ps), (get_page_box), (output), (catchPipe), (input),
9568         (stop_interpreter), (file_length), (file_readable),
9569         (check_filecompressedb), (ps_document_enable_interpreter),
9570         (document_load), (ps_async_renderer_render_pixbuf):
9571         * ps/ps-document.h:
9572
9573         Big cleanup of the ps code
9574
9575 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9576
9577         * backend/Makefile.am:
9578         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9579         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9580         * backend/ev-async-renderer.h:
9581
9582         Add an async renderer interface (method + callback) which
9583         is useful for backends like ps.
9584
9585         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9586         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9587         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9588         (ev_job_queue_add_job), (move_job_async), (move_job),
9589         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9590
9591         Add queues for async renderer, these are executed on the
9592         main thread.
9593
9594         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9595         (ev_job_render_run):
9596         * backend/ev-jobs.h:
9597
9598         If the backend support async renderer interface use it.
9599
9600         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9601         (setup_pixmap), (ps_document_get_type),
9602         (ps_async_renderer_render_pixbuf),
9603         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9604
9605         Implement async renderer interface.
9606
9607 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9608
9609         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9610
9611         Cleanup links job on exit.
9612
9613 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9614
9615         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9616         (drag_data_get_cb), (drag_data_received_cb):
9617         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9618         (drag_data_get_cb), (parse_item_list),
9619         (egg_toolbar_editor_load_actions):
9620         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9621         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9622         (parse_item_list), (parse_toolbars):
9623         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9624         (dvi_pixbuf_put_pixel):
9625         
9626         Fix gcc 4.0 warnings
9627
9628 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9629
9630         * ps/ps-document.c: (start_interpreter):
9631
9632         Fix warning when loading ps
9633
9634 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9635
9636         * ps/ps-document.c: (output):
9637
9638         Fix crash when priting gs error messages.
9639
9640 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9641
9642         * backend/ev-page-cache.c: (_ev_page_cache_new):
9643         * backend/ev-page-cache.h:
9644
9645         Use a const to return title so that we dont double
9646         free it. Small cleanup and fix a leak.
9647
9648         * shell/ev-window.c: (update_window_title):
9649
9650         strdup value from get_title.
9651
9652 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9653
9654         * shell/ev-sidebar-links.c: (job_finished_callback),
9655         (ev_sidebar_links_set_document):
9656
9657         Cleanup the old job when changing document
9658
9659 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9660
9661         * shell/ev-stock-icons.c:
9662         * shell/ev-stock-icons.h:
9663         * shell/ev-window.c:
9664         
9665         Add stock icons for actions that can appear in toolbar. Fix for
9666         bug 306566.
9667
9668 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9669
9670         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9671         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9672         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9673         * backend/ev-page-cache.h:
9674         * shell/ev-view.c: (scroll_to_current_page),
9675         (view_update_range_and_current_page), (get_page_y_offset),
9676         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9677         (ev_view_size_request_continuous),
9678         (ev_view_zoom_for_size_continuous_and_dual_page),
9679         (ev_view_zoom_for_size_continuous):
9680         
9681         More compact EvView layout in document with pages of different size.
9682
9683 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9684
9685         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9686         compilation.
9687
9688 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9689
9690         * shell/ev-view.c: (view_set_adjustment_values):
9691         * shell/ev-window.c: (ev_window_cmd_file_properties):
9692         
9693         A bit different fix for rounding problem but it has no
9694         problems on startup. Make properties window transient to parent.
9695
9696 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9697
9698         * pdf/ev-poppler.cc:
9699         
9700         More commenting of font stuff.
9701
9702 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9703
9704         * pdf/ev-poppler.cc:
9705
9706         Comment out some more fonts stuff. Should really
9707         work without the poppler patch now.
9708
9709 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9710
9711         * pdf/ev-poppler.cc:
9712
9713         Adapt to api change
9714
9715 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9716
9717         * data/evince-properties.glade:
9718         * pdf/ev-poppler.cc:
9719         * shell/ev-properties.c: (setup_fonts_view):
9720
9721         Set the column title. Show the dialog only
9722         once everything is setup.
9723         Getting font info can be very slow... will
9724         prolly need to make this threaded too.
9725
9726 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9727
9728         * backend/Makefile.am:
9729         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9730         (ev_document_fonts_get_fonts_model):
9731         * backend/ev-document-fonts.h:
9732         * data/evince-properties.glade:
9733         * pdf/ev-poppler.cc:
9734         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9735         * shell/ev-properties.h:
9736         * shell/ev-window.c: (ev_window_cmd_file_properties):
9737
9738         Implement fonts list. Defined out for now, since it depends
9739         on a not yet committed poppler patch.
9740
9741 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9742
9743         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9744         page + 1.
9745
9746         * shell/ev-window.c: Make sure we add the timeout when we get a
9747         focus-in event.
9748
9749         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9750         adjustment->value before calculating the zoom factor to average
9751         out all of our rounding errors.  The page no longer 'drifts' when
9752         resizing.
9753
9754 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9755
9756         * data/evince-properties.glade:
9757         * shell/ev-properties.c: (ev_properties_format_date),
9758         (set_property):
9759         
9760         Labels don't expand when the dialogue is resized.
9761         strftime result needs to be converted to UTF-8. Thanks
9762         to Christian Persch <chpe@gnome.org>.
9763
9764 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9765
9766         * data/evince-properties.glade:
9767
9768         Hide the fonts tab
9769
9770 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9771
9772         * backend/ev-document-info.h:
9773         * backend/ev-document.c: (ev_document_info_free):
9774         * data/evince-properties.glade:
9775         * pdf/ev-poppler.cc:
9776         * ps/ps-document.c: (ps_document_get_info):
9777         * shell/ev-properties.c: (ev_properties_format_date),
9778         (set_property), (ev_properties_new):
9779         * shell/ev-properties.h:
9780         * shell/ev-window.c: (ev_window_cmd_file_properties):
9781
9782         Rework properties code to take only EvPropertyInfo
9783         in the constructor so that it can be useful for
9784         nautilus plugin too.
9785
9786         Deal with backends that doesnt support some properties.
9787         Make set property code generic.
9788
9789 2005-06-04  Christian Persch <chpe@gnome.org>
9790
9791         * data/evince-properties.glade:
9792
9793         fix spacings, make resizeable, and make data labels
9794         selectable + ellipsised
9795
9796 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9797
9798         * backend/ev-document-info.h:
9799         * data/Makefile.am:
9800         * data/evince-ui.xml:
9801         * pdf/ev-poppler.cc:
9802         * shell/Makefile.am:
9803         * shell/ev-window.c: (update_action_sensitivity),
9804         (ev_window_cmd_file_properties):
9805
9806         Initial go at file properties. Patch by
9807         Emil Soleyman-Zomalan <emil@soleyman.com>.
9808         Needs love see #169583
9809
9810 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9811
9812         * ps/ps-document.c: (output):
9813         * ps/ps.c: (psscan):
9814
9815         Try to render even if psscan fails.
9816
9817 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9818
9819         * ps/ps.c: (psscan), (pscopydoc):
9820
9821         Port buffered reading code from gv
9822
9823 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9824
9825         * ps/ps-document.c: (interpreter_message), (output):
9826
9827         Do not fail on interpreter messages
9828
9829 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9830
9831         * backend/ev-document-misc.c:
9832         (ev_document_misc_get_thumbnail_frame):
9833
9834         Pages can be 0 x 0, dont assert on this case
9835
9836 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9837
9838         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9839         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9840
9841         Correctly manage our reference on document. Finally the reload
9842         huge leak is gone...
9843
9844 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9845
9846         * ps/ps-document.c: (ps_document_dispose):
9847
9848         Forgot to chain it to the parent. Thanks chpe.
9849
9850 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9851
9852         * ps/ps-document.c: (ps_document_dispose),
9853         (ps_document_class_init), (stop_interpreter), (document_load):
9854
9855         Cleanup dispose a bit. Dont leak the whole pixmap.
9856
9857 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9858
9859         * pdf/ev-poppler.cc:
9860
9861         Release the poppler document on dispose
9862
9863 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9864
9865         * shell/ev-view.c: (ev_view_set_document):
9866
9867         Release ref on the pixbuf cache when changing
9868         document.
9869
9870 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9871
9872         * ps/ps-document.c: (ps_document_get_info):
9873
9874         Fix a double free
9875
9876 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9877
9878         * backend/ev-page-cache.c: (ev_page_cache_init),
9879         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9880         * backend/ev-page-cache.h:
9881         * shell/ev-page-action.c: (page_changed_cb):
9882         
9883         Set page action entry width depending on labels width. Fix
9884         for bug 305202.
9885
9886 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9887
9888         * backend/ev-link.c: (ev_link_class_init):
9889
9890         Allow -1 as page value (error)
9891
9892 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9893
9894         * shell/ev-sidebar-thumbnails.c:
9895         (ev_sidebar_thumbnails_set_document):
9896         * shell/ev-view.c: (scroll_to_current_page),
9897         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9898         (page_changed_cb), (on_adjustment_value_changed),
9899         (ev_view_set_document):
9900
9901         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9902         Fix bug 305377
9903
9904 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9905
9906         * configure.ac:
9907         * djvu/djvu-document.c: (djvu_document_get_page_size):
9908
9909         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9910         bug 301993.
9911
9912 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9913
9914         * shell/ev-view.c (draw_one_page): modify the expose handling to
9915         get the shadows.
9916
9917         * shell/ev-window.c (update_action_sensitivity): Respect
9918         permissions field.  Kowtow to the man.
9919
9920         * pdf/ev-poppler.cc: Get the permissions field.
9921
9922         * tiff/*c: Make a tiny bit more robust.
9923
9924 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9925
9926         * djvu/djvu-document.c:
9927         
9928         Pop messages from djvu context message queue.
9929
9930 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9931
9932         * configure.ac, Makefile.am, shell/Makefile.am:
9933         * tiff/Makefile.am, shell/ev-document-types.c:
9934         
9935         Cleanup tiff configure checks. Fix for bug 305218.
9936
9937 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9938
9939         * configure.ac: Added "uk" to ALL_LINGUAS.
9940
9941 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9942
9943         * cut-n-paste/zoom-control/ephy-zoom.c:
9944         (ephy_zoom_get_changed_zoom_level):
9945         * cut-n-paste/zoom-control/ephy-zoom.h:
9946         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9947         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9948         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9949         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9950         (zoom_control_changed_cb), (ev_window_init):
9951         
9952         Fix minor points related to moving best fit up. Introduce
9953         "zoom" property and make zoom control change it's value on
9954         notify::zoom signals. Fix for 305080.
9955
9956 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9957
9958         * data/evince-ui.xml:
9959         * shell/ev-window.c: (set_view_actions_sensitivity):
9960         
9961         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9962
9963 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9964
9965         * configure.ac:
9966
9967         Depends on poppler 0.3.2
9968
9969 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9970
9971         * cut-n-paste/recent-files/egg-recent-item.c:
9972         (egg_recent_item_get_short_name):
9973         * cut-n-paste/toolbar-editor/Makefile.am:
9974         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9975         (new_pixbuf_from_widget):
9976         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9977         * cut-n-paste/toolbar-editor/egg-marshal.c:
9978         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9979         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9980
9981         Sync
9982
9983 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9984
9985         * tiff/tiff-document.c: Rough TIFF backend.
9986
9987 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9988
9989         * NEWS:
9990         * configure.ac:
9991         * cut-n-paste/toolbar-editor/Makefile.am:
9992
9993         Release 0.3.1
9994
9995 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9996
9997         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9998         (ev_view_find_next), (ev_view_find_previous):
9999
10000         Remove the locks around get_n_results   
10001
10002 2005-05-21  Juerg Billeter  <j@bitron.ch>
10003
10004         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10005
10006         Pass correct number of pages to poppler.
10007
10008 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10009
10010         * configure.ac:
10011         * data/Makefile.am:
10012         * data/evince.desktop.in: 
10013         * data/evince.desktop.in.in:
10014         * po/POTFILES.in:
10015         
10016         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10017
10018 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10019
10020         * shell/ev-view.c: (view_update_adjustments),
10021         (view_set_adjustment_values): cast adjustmen->value to (int)
10022         before using it.  Otherwise, we get off by a pixel in some
10023         situations.
10024
10025         (draw_one_page): Draw the border on expose.
10026
10027 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10028
10029         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10030         adjustment when the mode changes, #304923
10031
10032 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10033
10034         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10035         flickering on resize but still use gdk_window_scroll on
10036         scrolling
10037
10038 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10039
10040         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10041         option, #170458
10042
10043 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10044
10045         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10046         second page on page_changed if possible, #304669
10047
10048 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10049
10050         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10051         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10052
10053 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10054
10055         * .cvsignore:
10056         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10057         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10058         (ev_view_zoom_for_size_presentation),
10059         (ev_view_zoom_for_size_continuous_and_dual_page),
10060         (ev_view_zoom_for_size_continuous),
10061         (ev_view_zoom_for_size_dual_page),
10062         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10063         * shell/ev-view.h:
10064         * shell/ev-window.c: (update_view_size),
10065         (ev_window_sizing_mode_changed_cb):
10066
10067         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10068         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10069         an infinite loop, #304769
10070
10071
10072 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10073
10074         * data/evince-ui.xml:
10075         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10076         * shell/ev-window.c: (set_view_actions_sensitivity):
10077
10078         Make PgUp/Down behave like Space
10079
10080 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10081
10082         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10083         * backend/ev-ps-exporter.h:
10084         * pdf/ev-poppler.cc:
10085         * ps/ps-document.c: (ps_document_ps_export_begin):
10086         * shell/ev-print-job.c: (idle_print_handler):
10087
10088         Adapt to new poppler api
10089
10090 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10091
10092         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10093         (ephy_zoom_control_init):
10094
10095         Translate zoom levels
10096
10097 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10098
10099         * cut-n-paste/zoom-control/ephy-zoom.c:
10100         (ephy_zoom_get_zoom_level_index):
10101
10102         Fix current zoom -> zoom control match
10103
10104 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10105
10106         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10107         rather than the scrolled_window that it's in. Fixes bug #304655.
10108
10109 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10110
10111         * shell/ev-view.c: (view_update_adjustments),
10112         (view_set_adjustment_values), (view_update_range_and_current_page),
10113         (view_scroll_to_page), (set_scroll_adjustment),
10114         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10115         (ev_view_scroll), (ev_view_scroll_view),
10116         (ensure_rectangle_is_visible), (find_page_at_location),
10117         (get_link_at_location), (go_to_link), (status_message_from_link),
10118         (ev_view_size_request_continuous_dual_page),
10119         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10120         (ev_view_unrealize), (ev_view_expose_event),
10121         (ev_view_button_press_event), (ev_view_motion_notify_event),
10122         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10123         (draw_rubberband), (highlight_find_results), (draw_one_page),
10124         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10125         (ev_view_init), (find_changed_cb), (page_changed_cb),
10126         (on_adjustment_value_changed), (ev_view_new),
10127         (ev_view_set_document), (ev_view_set_zoom),
10128         (ev_view_set_continuous), (ev_view_set_dual_page),
10129         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10130         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10131         (ev_view_zoom_for_size_presentation),
10132         (ev_view_zoom_for_size_continuous_dual_page),
10133         (ev_view_zoom_for_size_continuous),
10134         (ev_view_zoom_for_size_dual_page),
10135         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10136         (ev_view_get_status), (ev_view_set_status),
10137         (update_find_status_message), (ev_view_get_find_status),
10138         (ev_view_set_find_status), (jump_to_find_result),
10139         (jump_to_find_page), (compute_selections), (clear_selection),
10140         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10141         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10142         (ev_view_update_primary_selection),
10143         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10144         * shell/ev-view.h:
10145         * shell/ev-window.c: (ev_window_open_page_label),
10146         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10147         (ev_window_init):
10148         * shell/ev-window.h:
10149         * shell/main.c: (load_files):
10150
10151         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10152         when resizing.  Remove the bin_window().  Also, patch from James
10153         Bowes to fix command line page, #300641
10154         
10155 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10156
10157         * data/evince-ui.xml:
10158         * shell/ev-view.c:
10159         * shell/ev-view.h:
10160         * shell/ev-window.c: (update_action_sensitivity):
10161
10162         Get rid of View->Normal Size, it's just confusing
10163
10164 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10165
10166         * backend/ev-document-info.h:
10167         * backend/ev-document.c: (ev_document_info_free): Free the
10168         EvDocumentInfo.
10169
10170         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10171         (clear_range), (add_range), (update_visible_range),
10172         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10173         (ev_sidebar_thumbnails_set_document):
10174         * shell/ev-window.c: (ev_window_setup_document): Only render the
10175         visible thumbnails.  It takes an instant to render, but it uses
10176         much less memory.
10177
10178 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10179
10180         * shell/ev-sidebar-links.c: (popup_menu_cb):
10181
10182         Select first item
10183
10184 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10185
10186         * lib/Makefile.am:
10187         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10188         (button_press_cb), (ev_sidebar_links_construct):
10189
10190         Show the popup menu also on keybindings
10191
10192 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10193
10194         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10195         * shell/ev-window.h:
10196
10197         Expose api to print a range (with dialog). Make private _print use
10198         it.
10199
10200         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10201         (ev_sidebar_links_construct):
10202
10203         Show a print context menu on linkx, it prints the selected
10204         section.
10205
10206 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10207
10208         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10209         button.
10210
10211 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10212
10213         * AUTHORS:
10214
10215         Update
10216
10217         * shell/ev-window.c: (build_comments_string),
10218         (ev_window_cmd_help_about):
10219
10220         Show poppler version/backend and authors
10221
10222 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10223
10224         * cut-n-paste/zoom-control/ephy-zoom.c:
10225         (ephy_zoom_get_zoom_level_index):
10226         * cut-n-paste/zoom-control/ephy-zoom.h:
10227
10228         Move the best fit items at the top of the list
10229
10230 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10231
10232         * shell/ev-marshal.list:
10233         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10234         (activate_cb), (match_selected_cb), (activate_link_cb),
10235         (connect_proxy), (ev_page_action_class_init):
10236         * shell/ev-page-action.h:
10237
10238         Use signals to notify action activation. Hopefully
10239         I did not break completion since I cant test...
10240
10241         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10242         (register_custom_actions):
10243
10244         Connect to page selector actions and also grab focus on
10245         the view when activated.
10246
10247 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10248
10249         * pdf/ev-poppler.cc:
10250         * backend/ev-page-cache.c: make page size calculation consistent
10251         and set it to (int)( width * scale + 0.5).  This makes the weird
10252         line going through the middle of the page go away.
10253
10254         * shell/ev-view.c: move painting the background page after
10255         checking the expose area covers us.
10256
10257 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10258
10259         * data/evince-password.glade:
10260         
10261         Mark labels as not translatable. Fix for bug 302842.
10262
10263 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10264
10265         * configure.ac: Added "es" to ALL_LINGUAS.
10266
10267 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10268
10269         * data/evince-toolbar.xml:
10270         * shell/ev-window.c: (update_action_sensitivity),
10271         (ev_window_setup_document), (ev_window_set_page_mode),
10272         (ev_window_init):
10273
10274         Remove some leftover code from jrb first continous
10275         attempt. Use the new actions, we still need good icons
10276         though...
10277
10278 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10279
10280         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10281
10282         Update label when connecting proxy. Fix a warning with NULL
10283         page_cache.
10284
10285 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10286
10287         * data/evince-ui.xml:
10288         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10289         * shell/ev-page-action.h:
10290         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10291
10292         Add mnemonic for edit toolbar.
10293         ctrl+l focus the page entry.
10294
10295 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10296
10297         * lib/Makefile.am:
10298         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10299         (ev_window_init):
10300         * shell/main.c: (main):
10301
10302         Put the toolbar xml in evince own dot dir
10303
10304 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10305
10306         * shell/ev-window.c: (ev_window_init):
10307
10308         Make the toolbar not removable
10309
10310 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10311
10312         * data/evince-ui.xml:
10313         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10314         * shell/ev-sidebar-links.h:
10315         * shell/ev-sidebar-thumbnails.c:
10316         (ev_sidebar_thumbnails_get_treeview):
10317         * shell/ev-sidebar-thumbnails.h:
10318         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10319         (ev_view_class_init):
10320         * shell/ev-view.h:
10321         * shell/ev-window.c: (update_action_sensitivity),
10322         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10323         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10324         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10325         (ev_window_init):
10326
10327         This is evil... Make space/backspace global accelerators but
10328         enable them only for some widgets (sidebars and view).
10329         I dont like it, but I dont know a better way... :/
10330
10331 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10332
10333         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10334         (ev_page_action_widget_finalize),
10335         (ev_page_action_widget_class_init), (update_page_cache):
10336
10337         Keep a weak reference on proxy->page_cache so that we
10338         dont try to disconnect the signal if the object is already
10339         gone. Maybe there is a better way to cleanup reference handling
10340         in page action though...
10341
10342 2005-05-10  Juerg Billeter  <j@bitron.ch>
10343
10344         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10345         * backend/ev-ps-exporter.h:
10346         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10347         * ps/ps-document.c: (ps_document_ps_export_begin):
10348         
10349         Change api to pass print range to ps_exporter_begin. The pdf backend
10350         requires this information.
10351         
10352         * shell/ev-print-job.c: (idle_print_handler):
10353         
10354         Adapt to api change
10355
10356 2005-05-10  Juerg Billeter  <j@bitron.ch>
10357
10358         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10359         (idle_print_handler)
10360         * shell/ev-window.c: (ev_window_print):
10361
10362         Support printing page range, based on patch by Amaury Jacquot
10363
10364 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10365
10366         * data/evince-toolbar.xml:
10367
10368         Add zoom control to available items
10369
10370 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10371
10372         * shell/ev-window.c: (update_action_sensitivity):
10373
10374         Set slash action insensitive when appropriate
10375
10376 2005-05-10  Christian Persch <chpe@gnome.org>
10377
10378         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10379
10380         Fix warning on the overflow menu
10381
10382 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10383
10384         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10385
10386         Check for uri correctness/existence
10387
10388 2005-05-09  Juerg Billeter  <j@bitron.ch>
10389
10390         * shell/ev-window.c: (using_postscript_printer):
10391
10392         LPD printers use postscript, too
10393
10394 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10395
10396         * shell/ev-window.c: (register_custom_actions):
10397
10398         The zoom one is actually sort of useful,
10399         put it back
10400
10401 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10402
10403         * shell/ev-window.c: (register_custom_actions):
10404
10405         Hide page/zoom controls from overflow, they
10406         are useless.
10407
10408 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10409
10410         * cut-n-paste/update-from-egg.sh:
10411         
10412         Share it between all cut-n-paste subdirs
10413
10414         * cut-n-paste/recent-files/Makefile.am:
10415
10416         Fix to use "global" update-from-egg.sh
10417
10418         * cut-n-paste/recent-files/egg-recent-model.c:
10419         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10420         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10421         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10422         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10423
10424         Update from libegg
10425
10426         * cut-n-paste/toolbar-editor/Makefile.am:
10427
10428         Fix to use "global" update-from-egg.sh
10429
10430         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10431
10432         Update from libegg
10433
10434 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10435
10436         * configure.ac:
10437         * cut-n-paste/Makefile.am:
10438         * cut-n-paste/recent-files/Makefile.am:
10439         * cut-n-paste/toolbar-editor/.cvsignore:
10440         * cut-n-paste/toolbar-editor/Makefile.am:
10441         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10442         (egg_editable_toolbar_get_type), (get_toolbar_position),
10443         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10444         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10445         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10446         (set_item_drag_source), (create_item_from_action), (create_item),
10447         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10448         (popup_toolbar_context_menu_cb), (free_dragged_item),
10449         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10450         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10451         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10452         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10453         (item_added_cb), (item_removed_cb),
10454         (egg_editable_toolbar_construct),
10455         (egg_editable_toolbar_disconnect_model),
10456         (egg_editable_toolbar_deconstruct),
10457         (egg_editable_toolbar_set_model),
10458         (egg_editable_toolbar_set_ui_manager),
10459         (egg_editable_toolbar_set_property),
10460         (egg_editable_toolbar_get_property),
10461         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10462         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10463         (egg_editable_toolbar_new_with_model),
10464         (egg_editable_toolbar_get_edit_mode),
10465         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10466         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10467         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10468         (new_pixbuf_from_widget), (new_separator_pixbuf),
10469         (update_separator_image), (style_set_cb),
10470         (_egg_editable_toolbar_new_separator_image),
10471         (egg_editable_toolbar_get_model):
10472         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10473         * cut-n-paste/toolbar-editor/egg-marshal.c:
10474         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10475         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10476         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10477         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10478         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10479         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10480         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10481         (editor_drag_data_delete_cb), (drag_data_get_cb),
10482         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10483         (editor_create_item), (update_editor_sheet), (setup_editor),
10484         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10485         (parse_item_list), (model_has_action), (update_actions_list),
10486         (egg_toolbar_editor_load_actions):
10487         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10488         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10489         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10490         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10491         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10492         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10493         (egg_toolbars_model_add_separator), (impl_add_item),
10494         (parse_item_list), (egg_toolbars_model_add_toolbar),
10495         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10496         (impl_get_item_data), (impl_get_item_type),
10497         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10498         (egg_toolbars_model_init), (free_toolbar),
10499         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10500         (egg_toolbars_model_remove_toolbar),
10501         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10502         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10503         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10504         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10505         (egg_toolbars_model_get_item_data),
10506         (egg_toolbars_model_get_item_type):
10507         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10508         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10509         * data/Makefile.am:
10510         * data/evince-toolbar.xml:
10511         * data/evince-ui.xml:
10512         * data/hand-open.png:
10513         * po/POTFILES.in:
10514         * shell/Makefile.am:
10515         * shell/ev-window.c: (update_chrome_visibility),
10516         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10517         (ev_window_dispose), (ev_window_init):
10518
10519         Implement epiphany like toolbar editor. Based on patch by
10520         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10521
10522 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10523
10524         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10525
10526         Use set_cursor instead of set_selection, so that
10527         the keyboard focus moves too.
10528
10529 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10530
10531         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10532
10533         Fix infinite loop when loading Type1 fonts
10534
10535 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10536
10537         * data/evince-ui.xml:
10538         * shell/ev-window.c:
10539
10540         Slash -> Find
10541
10542 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10543
10544         * configure.ac:
10545
10546         Make --disable really disable
10547
10548 2005-05-07  Juerg Billeter  <j@bitron.ch>
10549
10550         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10551
10552         Compare page labels even without has_labels set, fixes setting page
10553         with entry
10554
10555 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10556
10557         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10558         (ev_view_set_cursor), (ev_view_button_press_event),
10559         (ev_view_motion_notify_event), (ev_view_button_release_event),
10560         (ev_view_init):
10561
10562         Implement middle button scrolling. Based on a patch
10563         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10564
10565 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10566
10567         * shell/ev-document-types.c: (get_slow_mime_type),
10568         (get_document_type_from_mime), (ev_document_type_lookup):
10569         * shell/ev-document-types.h:
10570
10571         Change api to lookup from uri. Do fast lookup first, if the
10572         type is unknown try with data sniffing.
10573
10574         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10575         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10576
10577         Adapt to api change
10578
10579 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10580
10581         * thumbnailer/Makefile.am:
10582
10583         Fix distcheck
10584
10585 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10586
10587         * NEWS:
10588         * configure.ac:
10589
10590         Release 0.3.0
10591
10592         * data/evince-ui.xml:
10593
10594         Hide presentation mode for now
10595
10596         * shell/ev-view.c: (highlight_find_results):
10597
10598         Show current find selection only on current page
10599
10600 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10601
10602         * shell/ev-view.c: (ev_view_select_all):
10603
10604         Compute size of the actual page, not of
10605         the current one.
10606
10607 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10608
10609         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10610         (view_rect_to_doc_rect), (compute_selections),
10611         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10612         (ev_view_copy), (ev_view_primary_get_cb),
10613         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10614         (ev_view_button_press_event), (ev_view_motion_notify_event),
10615         (ev_view_button_release_event), (page_changed_cb):
10616
10617         Fix text selection
10618
10619 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10620
10621         * shell/ev-view.c: (compute_border), (get_page_extents),
10622         (doc_rect_to_view_rect), (highlight_find_results),
10623         (ev_view_bin_expose), (ev_view_select_all),
10624         (ev_view_motion_notify_event), (update_find_status_message),
10625         (jump_to_find_result), (jump_to_find_page):
10626
10627         First go at fixing search, still buggy
10628
10629 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10630
10631         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10632         dropdown box and button at the top of the sidebar.
10633
10634 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10635
10636         * configure.ac: Output zoom-control Makefile.
10637         * cut-n-paste/Makefile.am: build zoom-control subdir.
10638         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10639         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10640         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10641         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10642         * cut-n-paste/zoom-control/ephy-zoom.c:
10643         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10644         from epiphany, and modified to add a separator into the menu.
10645         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10646         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10647         zoom-control action.
10648         * shell/Makefile.am: Include zoom-control flags.
10649         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10650         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10651         (ev_view_zoom_for_size_presentation),
10652         (ev_view_zoom_for_size_continuous_and_dual_page),
10653         (ev_view_zoom_for_size_continuous),
10654         (ev_view_zoom_for_size_dual_page),
10655         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10656         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10657         ev_view_get_zoom and ev_view_get_sizing_mode.
10658         * shell/ev-view.h:
10659         * shell/ev-window.c: (update_action_sensitivity),
10660         (update_sizing_buttons), (zoom_control_changed_cb),
10661         (register_custom_actions): Initialize and use the zoom-control 
10662         widget.
10663
10664 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10665
10666         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10667         preview cache back to 1.  Don't know when it got set to 0.
10668         
10669         * shell/ev-view.c: (compute_border), (ev_view_realize),
10670         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10671         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10672         (ev_view_get_fullscreen), (ev_view_set_presentation),
10673         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10674         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10675         * shell/ev-view.h:
10676         * shell/ev-window.c:
10677         (update_chrome_visibility),
10678         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10679         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10680         (update_document_mode), (ev_window_update_fullscreen_action),
10681         (ev_window_fullscreen), (ev_window_unfullscreen),
10682         (ev_window_cmd_view_fullscreen),
10683         (ev_window_update_presentation_action),
10684         (ev_window_run_presentation), (ev_window_stop_presentation),
10685         (ev_window_cmd_view_presentation), (ev_window_state_event),
10686         (ev_window_focus_in_event), (ev_window_focus_out_event),
10687         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10688         * data/evince-ui.xml: Initial presentation mode.  We should
10689         probably hide this until it's done, as it's quite rough.  Also,
10690         change full-screen to fullscreen and add two getters to EvView.
10691
10692 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10693
10694         * shell/ev-page-action.c: (update_page_cache),
10695         (ev_page_action_dispose):
10696         * shell/ev-window.c: (destroy_fullscreen_popup),
10697         (ev_window_create_fullscreen_popup):
10698
10699         Use connect_object rather than explicitly
10700         disconnect on dispose.
10701
10702 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10703
10704         * shell/ev-page-action.c: (update_page_cache),
10705         (ev_page_action_dispose):
10706
10707 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10708
10709         * backend/ev-page-cache.c: (_ev_page_cache_new),
10710         (ev_page_cache_set_page_label),
10711         (ev_page_cache_has_nonnumeric_page_labels):
10712         * backend/ev-page-cache.h:
10713         * shell/ev-page-action.c: (update_pages_label):
10714         
10715         If all page labels are numeric, fallback to default
10716         way to display number of pages. See bug 173185.
10717
10718 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10719
10720         * shell/ev-page-action.c: (ev_page_action_dispose):
10721         * shell/ev-view.c: (view_update_range_and_current_page):
10722         * shell/ev-window.c: (ev_window_dispose):
10723         
10724         Set page on scroll in continuous mode. Fixes bug 301986.
10725         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10726
10727 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10728
10729         * configure.ac:
10730
10731         Require poppler 0.3.0
10732
10733 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10734         
10735         * shell/Makefile.am, configure.ac: Fix build problems
10736         with t1lib. Bug 301996.
10737
10738 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10739
10740         * shell/ev-view.c: (ev_view_scroll_event):
10741         
10742         Scroll up increase zoom
10743
10744 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10745
10746         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10747         (ev_view_set_sizing_mode),
10748         (ev_view_zoom_for_size_continuous_and_dual_page),
10749         (ev_view_zoom_for_size_continuous):
10750         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10751         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10752         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10753         (ev_window_init):
10754
10755         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10756         Fix for 165473 and 165472.
10757
10758 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10759
10760         * po/POTFILES.in:
10761         * thumbnailer/Makefile.am:
10762         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10763         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10764         * thumbnailer/evince-thumbnailer.schemas.in:
10765         
10766         Make thumbnailer schemas translatable. Fix for bug 301773
10767         
10768         * thumbnailer/evince-thumbnailer-djvu.schemas:
10769         * thumbnailer/evince-thumbnailer-dvi.schemas:
10770         * thumbnailer/evince-thumbnailer.schemas:
10771
10772         Removed files
10773
10774 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10775
10776         * shell/ev-view.c (ev_view_init): forgot to set this.
10777
10778 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10779
10780         * shell/ev-view.c: (find_page_at_location),
10781         (get_link_at_location),
10782         (ev_view_set_show_border), (ev_view_set_spacing),
10783         (ev_view_zoom_for_size_continuous_and_dual_page),
10784         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10785         Also, add a quick fix measuring of widths.  Also, removed
10786         ev_view_set_spacing and ev_view_set_show_border.
10787         
10788         * shell/ev-window.c: (ev_window_unfullscreen),
10789         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10790
10791 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10792
10793         * shell/ev-view.c: (view_update_range_and_current_page),
10794         (page_changed_cb):
10795         
10796         Fix crash on exit and scrolling to page in continuous view.
10797
10798 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10799
10800         * TODO:
10801         * backend/ev-page-cache.c: (_ev_page_cache_new),
10802         (ev_page_cache_get_max_width_size),
10803         (ev_page_cache_get_max_height_size):
10804         * backend/ev-page-cache.h:
10805         * data/evince-ui.xml:
10806         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10807         * shell/ev-view.c: (view_update_adjustments),
10808         (view_update_range_and_current_page), (get_bounding_box_size),
10809         (ev_view_size_request_continuous_and_dual_page),
10810         (ev_view_size_request_continuous),
10811         (ev_view_size_request_dual_page),
10812         (ev_view_size_request_single_page), (ev_view_size_request),
10813         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10814         (ev_view_bin_expose), (ev_view_expose_event),
10815         (ev_view_set_property), (ev_view_get_property),
10816         (ev_view_class_init), (ev_view_init), (ev_view_new),
10817         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10818         (ev_view_set_dual_page), (ev_view_set_full_screen),
10819         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10820         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10821         (ev_view_zoom_out), (zoom_for_size_fit_width),
10822         (zoom_for_size_best_fit),
10823         (ev_view_zoom_for_size_continuous_and_dual_page),
10824         (ev_view_zoom_for_size_continuous),
10825         (ev_view_zoom_for_size_dual_page),
10826         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10827         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10828         * shell/ev-view.h:
10829         * shell/ev-window.c: (update_action_sensitivity),
10830         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10831         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10832         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10833         (ev_window_cmd_view_zoom_out), (update_view_size),
10834         (ev_window_set_sizing_mode), (ev_window_init):
10835
10836         Add Continuous and Dual page modes.
10837
10838 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10839
10840         * dvi/dvi-document.c: (dvi_document_load),
10841         (dvi_document_thumbnails_get_thumbnail),
10842         (dvi_document_init_params): Fix up some mixups between
10843         width and height to correct thumbnail rendering.
10844
10845 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10846
10847         * dvi/mdvi-lib/private.h:
10848         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10849         
10850         Suppess output for kpathsea during font generation. Thanks to
10851         James Bowes
10852
10853 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10854
10855         * NEWS:
10856         * configure.ac:
10857
10858         Release 0.2.1
10859
10860         * Makefile.am: fix distcheck.
10861
10862 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10863
10864         * shell/ev-sidebar-links.c: (selection_changed_callback),
10865         (update_page_callback), (row_activated_callback),
10866         (job_finished_callback), (ev_sidebar_links_set_document):
10867         
10868         Fix for bug #169901. Double click on links expands tree.
10869
10870 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10871
10872         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10873         hard-coded style. Fix for bug 170111
10874
10875 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10876
10877         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10878         locking.
10879
10880 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10881
10882         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10883
10884 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10885
10886         * pdf/ev-poppler.cc:
10887         * shell/ev-view.c: (highlight_find_results):
10888
10889         Fix find on single page documents
10890
10891 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10892
10893         * data/evince.schemas.in: fix for bug 301390
10894
10895 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10896
10897         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10898         (ev_view_zoom_out), (ev_view_zoom_normal):
10899         * shell/ev-view.h:
10900         * shell/ev-window.c: (update_action_sensitivity),
10901         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10902         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10903         (ev_window_cmd_view_normal_size):
10904
10905         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10906         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10907         better than oom. 
10908
10909 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10910
10911         * configure.ac:
10912
10913         Depend on 2.57, 2.59 doesnt seem to be necessary
10914
10915 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10916
10917         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10918         (create_tool_item):
10919
10920         Put back total number of pages as (1 of 1234)
10921
10922 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10923
10924         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10925         remove the job.
10926
10927         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10928         function.  This helps debugging.
10929
10930 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10931
10932         * djvu/djvu-document.c: (djvu_document_class_init),
10933         (djvu_document_get_info), (djvu_document_document_iface_init):
10934         * dvi/dvi-document.c: (dvi_document_class_init),
10935         (dvi_document_get_info), (dvi_document_document_iface_init):
10936
10937         Dummy implementation of get_info method for dvi and
10938         djvu. Fix crashes with those backends
10939
10940 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10941
10942         * data/evince.desktop.in:
10943
10944         Add application/x-gzpostscript
10945
10946 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10947
10948         * data/evince.schemas.in: Added real long descriptions, 
10949         closes bug 172496 
10950
10951         * README: Added actual text, closes bug 171869
10952
10953 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10954
10955         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10956
10957         Thumbnail page 0
10958
10959 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10960
10961         * backend/ev-document-info.h:
10962
10963         s/GDate */GDate so we can just use g_free
10964
10965 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10966
10967         * shell/ev-window.c: (update_document_mode),
10968         (ev_window_setup_document):
10969
10970         Show the window in fullscreen when specified by
10971         the document
10972
10973 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10974
10975         * backend/ev-document.c: (ev_document_class_init),
10976         (ev_document_get_info), (ev_document_render_pixbuf):
10977         * backend/ev-document.h:
10978         * backend/ev-page-cache.c: (_ev_page_cache_new):
10979         * pdf/ev-poppler.cc:
10980         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10981         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10982         * ps/ps-document.c: (ps_document_class_init), (document_load),
10983         (ps_document_get_info), (ps_document_document_iface_init):
10984
10985         Remove get_title from the interface, we can just use document info
10986
10987 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10988
10989         * backend/Makefile.am:
10990         * backend/ev-document.c: (ev_document_render_get_info):
10991         * backend/ev-document.h:
10992         * pdf/ev-poppler.cc:
10993
10994         Initial support for document info. Based on jrb patch.
10995
10996 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10997
10998         * shell/ev-window.c: (ev_window_state_event),
10999         (ev_window_class_init), (ev_window_init):
11000         
11001         Doesn't show resize grip when maximized. See bug #301053
11002
11003 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11004
11005         * po/POTFILES.in:
11006         
11007         ev-sidebar-thumbnails now has translatable labels
11008         
11009         * shell/Makefile.am:
11010         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11011         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11012         (ev_sidebar_links_page_iface_init):
11013         * shell/ev-sidebar-links.h:
11014         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11015         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11016         (ev_sidebar_page_get_label):
11017         * shell/ev-sidebar-page.h:
11018         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11019         (ev_sidebar_thumbnails_set_document),
11020         (ev_sidebar_thumbnails_support_document),
11021         (ev_sidebar_thumbnails_get_label),
11022         (ev_sidebar_thumbnails_page_iface_init):
11023         * shell/ev-sidebar-thumbnails.h:
11024         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11025         (ev_sidebar_set_document):
11026         * shell/ev-sidebar.h:
11027         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11028         
11029         Small rework of sidebar code. Now sidebar pages should implement
11030         EvSidebarPage interface. That makes page management in EvSidebar
11031         easier. See bug #164811 for details
11032
11033 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11034
11035         * shell/ev-application.c: (ev_application_open):
11036         * shell/ev-document-types.c:
11037         
11038         Fix build error and small problem with application exit
11039
11040 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11041
11042         * thumbnailer/Makefile.am:
11043         * thumbnailer/evince-thumbnailer-djvu.schemas:
11044         * thumbnailer/evince-thumbnailer-dvi.schemas:
11045         
11046         Conditionally install schemas for djvu/dvi thumbnailer
11047
11048 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11049
11050         * shell/ev-document-types.h: 
11051         * shell/ev-document-types.c: 
11052         New files, handling the mapping from mimetypes to backends
11053         
11054         * shell/ev-window.c: 
11055         * thumbnailer/evince-thumbnailer.c:     
11056         Use the ev-document-types code
11057         
11058         * shell/Makefile.am: 
11059         Added new convenience library libevbackendfactory_la, containing
11060         the new mimetype->backend logic; moved the backends into it.
11061
11062         * thumbnailer/Makefile.am:
11063         Make the thumbnailer link with the libevbackend.la convenience
11064         library, rather than having a duplicate of the backend logic here.
11065
11066 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11067
11068         * shell/ev-stock-icons.c: constify some vars.
11069         * shell/ev-window.c: ditto.
11070
11071 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11072
11073         * ps/ps-document.c (get_page_orientation):
11074
11075         Respect document orientation 
11076
11077 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11078
11079         * djvu/Makefile.am:
11080         * dvi/Makefile.am:
11081         * shell/Makefile.am:
11082         
11083         Move library dependencies to components.
11084         
11085         * shell/ev-window.c: (update_window_title),
11086         (start_loading_document):
11087         
11088         Fix display of uris with spaces. Bug 168358.
11089
11090 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11091
11092         * shell/ev-sidebar-links.c: (selection_changed_cb):
11093         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11094         (ev_view_button_release_event), (ev_view_set_document):
11095         * shell/ev-view.h:
11096         * shell/ev-window.c: (find_bar_search_changed_cb):
11097         * shell/ev-window.h: Minor cleanups removing some dead code.
11098
11099 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11100
11101         * backend/ev-page-cache.c: (_ev_page_cache_new):
11102         
11103         Set current page to 0 if document has pages.
11104
11105 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11106
11107         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11108
11109         Initialize GError to NULL, fix a crash when loading fails.
11110
11111 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11112
11113         * shell/ev-window.c: (update_view_size):
11114
11115         Calculate shadow size only when there is actually
11116         a shadow.
11117
11118 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11119
11120         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11121         * shell/ev-view.h:
11122
11123         Allow setting view spacing, default to 0
11124
11125         * shell/ev-window.c: (ev_window_unfullscreen),
11126         (ev_window_cmd_view_fullscreen), (ev_window_init):
11127
11128         Remove spacing in fullscreen mode
11129
11130 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11131
11132         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11133         (ev_view_size_request), (expose_bin_window),
11134         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11135         * shell/ev-view.h:
11136         * shell/ev-window.c: (ev_window_unfullscreen),
11137         (ev_window_cmd_view_fullscreen):
11138
11139         Do not draw the border in fulscreen
11140
11141 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11142
11143         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11144         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11145         (find_page_at_location), (page_changed_cb):
11146
11147         Rework border calculation, so that I can more easily disable it.
11148         Code somewhat cleaner too.
11149
11150 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11151
11152         * backend/ev-page-cache.c: (ev_page_cache_init),
11153         (_ev_page_cache_new):
11154
11155         Remove some assertions, documents can have 0 pages.
11156         Make initial current page -1.
11157
11158         * shell/ev-page-action.c: (page_changed_cb):
11159
11160         Show "" if current page is -1
11161
11162         * shell/ev-window.c: (update_action_sensitivity),
11163         (ev_window_setup_document):
11164
11165         When document has 0 pages do not set the view
11166         and make nearly everything insensitive.
11167
11168 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11169
11170         * shell/ev-page-view.c:
11171         * shell/ev-page-view.h:
11172
11173         Remove unused files.
11174         
11175         * shell/ev-sidebar-thumbnails.c:
11176         (ev_sidebar_thumbnails_set_document):
11177         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11178         (ev_sidebar_supports_document):
11179         * shell/ev-sidebar.h:
11180         * shell/ev-window.c: (ev_window_setup_document):
11181         
11182         Doesn't show thumbnails if document has 1 page. Make
11183         sidebar menu entries sensitive only if if they have 
11184         sense. Fix bug 164811. 
11185
11186 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11187
11188         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11189         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11190         (ev_view_zoom_out), (ev_view_set_size):
11191
11192         Rework sizing to deal with documents with not uniform page
11193         size.
11194
11195 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11196
11197         * backend/ev-page-cache.c: (_ev_page_cache_new):
11198
11199         Fix several page size caching bugs
11200
11201 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11202
11203         * shell/ev-window.c: (set_action_properties):
11204
11205         Make all toolbar items translatable
11206
11207 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11208
11209         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11210         (save_page_list), (ps_document_save),
11211         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11212         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11213         (ps_document_ps_exporter_iface_init):
11214         * ps/ps-document.h:
11215
11216         Based on a patch by J�rg Billeter <j@bitron.ch>
11217         
11218         Implement print and save a copy for the ps backend.
11219
11220 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11221
11222         * backend/ev-document.h:
11223         * djvu/djvu-document.c: (djvu_document_can_get_text),
11224         (djvu_document_document_iface_init):
11225         * dvi/dvi-document.c: (dvi_document_can_get_text),
11226         (dvi_document_document_iface_init):
11227         * pdf/ev-poppler.cc:
11228         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11229         (pixbuf_document_document_iface_init):
11230         * ps/ps-document.c: (ps_document_can_get_text),
11231         (ps_document_document_iface_init):
11232         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11233         * shell/ev-window.c: (update_action_sensitivity):
11234
11235         Fix the crash when trying to copy in backends that doesnt
11236         support it. We can implement a better solution once we
11237         do real text selection.
11238
11239 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11240
11241         * data/evince-ui.xml:
11242         * shell/ev-window.c: (ev_window_cmd_escape):
11243         
11244         Work around the Escape conflict (find bar and unfullscreen)
11245
11246 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11247
11248         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11249         
11250         Fix for #300233. Next page correctly handles document end.
11251         
11252         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11253         (ev_sidebar_thumbnails_class_init),
11254         (ev_sidebar_thumbnails_set_document),
11255         (ev_sidebar_thumbnails_clear_job),
11256         (ev_sidebar_thumbnails_clear_model):
11257         
11258         Cleanup thumbnail jobs on document changes.
11259         
11260         * shell/ev-view.c: (add_scroll_binding_keypad),
11261         (add_scroll_binding_shifted), (ev_view_class_init):
11262         
11263         Shift + Space scrolls up. Fix for #173184
11264         
11265         * shell/ev-window.c: (ev_window_open_page),
11266         (ev_window_cmd_view_reload):
11267         
11268         Fix reload (Bug #300094)
11269
11270 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11271
11272         
11273         * dvi/mdvi-lib/assoc.c:
11274         * dvi/mdvi-lib/assoc.h: Removed garbage files
11275         
11276         * dvi/mdvi-lib/bitmap.c:
11277         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11278         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11279         * dvi/mdvi-lib/color.h: Antialias of rules
11280         
11281         * dvi/mdvi-lib/common.h:
11282         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11283         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11284         * dvi/mdvi-lib/files.c:
11285         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11286         * dvi/mdvi-lib/mdvi.h:
11287         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11288         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11289         * dvi/mdvi-lib/util.c: Fix compile warnings
11290         
11291         * dvi/dvi-document.c:
11292         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11293         (dvi_document_thumbnails_get_thumbnail),
11294         (dvi_document_document_thumbnails_iface_init):
11295         * dvi/mdvi-lib/Makefile.am:
11296         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11297         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11298         
11299         Dvi backend now renders thumbnails
11300
11301 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11302
11303         * shell/main.c: (main): 
11304         
11305         Save accelerators on exit. Fixes bug #172095.
11306
11307 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11308
11309         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11310         update priority" comment.
11311
11312         * backend/ev-job-queue.c: Give a way to change priority.
11313
11314 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11315
11316         * shell/ev-page-action.c: Fix logic.
11317
11318 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11319
11320         * shell/ev-view.c: (ev_view_can_find_next):
11321         * shell/ev-window.c: (ev_window_setup_document):
11322
11323         Check that the document supports find
11324
11325 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11326
11327         * data/evince-ui.xml:
11328         * shell/ev-view.c: (ev_view_can_find_next):
11329         * shell/ev-view.h:
11330         * shell/ev-window.c: (update_action_sensitivity),
11331         (find_changed_cb), (ev_window_setup_document),
11332         (ev_window_cmd_edit_find_next):
11333
11334         Add Edit->Find Next
11335
11336 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11337
11338         * pdf/ev-poppler.cc:
11339         * shell/ev-print-job.c: (idle_print_handler):
11340
11341         Make printing work again
11342
11343 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11344
11345         * shell/ev-page-action.h:
11346         * shell/ev-page-action.c: (ev_page_action_widget_init),
11347         (ev_page_action_widget_class_init), (page_changed_cb),
11348         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11349         (get_filter_model_from_model), (match_selected_cb),
11350         (display_completion_text), (match_completion), (update_model),
11351         (connect_proxy), (ev_page_action_set_property),
11352         (ev_page_action_get_property), (ev_page_action_set_document),
11353         (ev_page_action_set_model), (ev_page_action_class_init): Big
11354         reworking to make completions work iff we have >= GTK-2.7.0
11355                 
11356         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11357         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11358         (job_finished_cb): We now have a 'model' property that is set when
11359         the links are loaded.  This can be caught with "notify::model"
11360
11361         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11362         listen for the model to be set, and propagate it to the action.
11363
11364 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11365
11366         * cut-n-paste/recent-files/egg-recent-item.c:
11367         (egg_recent_item_set_uri), (make_valid_utf8),
11368         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11369         * cut-n-paste/recent-files/egg-recent-item.h:
11370         
11371         Update egg-recent from libegg. This should fix long
11372         startup problem. For details see
11373         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11374
11375 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11376
11377         * cut-n-paste/recent-files/Makefile.am:
11378         * data/evince-ui.xml, shell/Makefile.am:
11379         * shell/ev-application.c, shell/ev-application.h:
11380         * shell/ev-window.c: Recent files support.
11381         
11382         * configure.ac: Added "ru" to ALL_LINGUAS.
11383         
11384         * dvju: new backend to support DJVU files.
11385         * dvi: new backend to support DVI.
11386
11387         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11388         * ev-application.c: Support for new backends.
11389         
11390         * help, ev-window.c, main.c shell/Makefile.am: 
11391         Evince user documentation.
11392
11393 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11394
11395         * po/POTFILES.in:
11396         * shell/ev-window.c:
11397         * thumbnailer/evince-thumbnailer.c:
11398
11399         s/pdf-document/ev-poppler
11400
11401 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11402
11403         * NEWS:
11404         * configure.ac:
11405
11406         Release 0.2.0
11407
11408         * ps/ps-document.c: (setup_pixmap):
11409
11410         Remove debug code
11411
11412 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11413
11414         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11415         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11416         (ev_window_cmd_go_first_page): Fix of by one errors.
11417
11418 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11419
11420         * ps/ps-document.c: (get_page_box):
11421
11422         Fix page size calculation
11423
11424 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11425
11426         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11427         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11428         (get_page_orientation), (setup_page), (document_load),
11429         (ps_document_get_page_size), (render_pixbuf_idle):
11430         * ps/ps-document.h:
11431
11432         More refactoring to adapt to EvDocument changes
11433
11434 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11435
11436         * ps/ps-document.c: (start_interpreter):
11437
11438         Actually add alpha args
11439
11440 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11441
11442         * pdf/ev-poppler.cc:
11443
11444         Make clipboard work again
11445
11446 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11447
11448         Make searching work again.
11449         
11450         * backend/ev-document.c:
11451         * backend/ev-document.h:
11452         * backend/ev-document-find.c:
11453         * backend/ev-document-find.h: Change EvDocumentIface so we no
11454         longer store the current page or zoom level in the document.  The
11455         consequence is that all calls that operate on the current page now
11456         instead take the page number as an extra argument, and all
11457         coordinates are now doubles in document coordinate system.
11458
11459         * pdf/ev-poppler.cc:
11460         * pixbuf/pixbuf-document.c:
11461         * ps/ps-document.c: Update backends accordingly.
11462
11463 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11464
11465         * autogen.sh:
11466
11467         Add required gettext version
11468
11469 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11470
11471         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11472         make F1 bring up non-existent help.
11473
11474         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11475         epiphany's find bar, #167477
11476
11477         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11478         <emil@nishra.com> to add space-bar scrolling, 
11479
11480         * shell/ev-window.c (static GtkActionEntry entries): add default
11481         keybinding for Help (F1)
11482         Fixes #171068
11483
11484         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11485         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11486         170110
11487
11488 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11489
11490         * Makefile.am: 
11491         * pixbuf/pixbuf-document.c: 
11492
11493         Got pixbuf backend working again
11494
11495 2005-04-01  Steve Murphy  <murf@e-tools.com>
11496
11497         * configure.in: Added "rw" to ALL_LINGUAS.
11498
11499 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11500
11501         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11502         model types, noticed by Martin Kretzschmar.
11503
11504 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11505
11506         * pdf/ev-poppler.cc: Implement search based on
11507         poppler_page_find_text().  Currently a bit crude since we remember
11508         all matches from all pages.  Also, we grab the big document lock
11509         when we search since searching changes the underlying stream and
11510         thus conflicts with the rendering thread.
11511         
11512         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11513         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11514         (ev_view_find_previous): Fix some page indexes to be 0 based,
11515         offset rubber band by view offset,
11516
11517 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11518
11519         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11520
11521 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11522
11523         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11524         completely because I didn't understand GtkActions.  I should
11525         read Marco's code more carefully in the future.
11526
11527         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11528         function
11529
11530 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11531
11532         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11533         PopplerRectangle change from poppler CVS.
11534
11535 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11536
11537         * backend/ev-document.c: (ev_document_get_page_label):
11538         * backend/ev-document.h:
11539         * backend/ev-page-cache.c: (_ev_page_cache_new),
11540         (ev_page_cache_get_page_label):
11541         * backend/ev-page-cache.h:
11542         * pdf/ev-poppler.cc:
11543         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11544         (links_page_num_func):
11545         * shell/ev-sidebar-thumbnails.c:
11546         (ev_sidebar_thumbnails_set_document):
11547         * shell/ev-view.c: (status_message_from_link),
11548         (ev_view_motion_notify_event):
11549         * shell/ev-window.c: (document_supports_sidebar): Add in page
11550         label support.  It's not perfect yet, but it's the first 'feature'
11551         in a while.
11552         Also, fix a bogus comment noticed by crispin. 
11553
11554 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11555
11556         * Makefile.am: Remove pixbuf backend for now
11557
11558         * configure.ac: Require poppler-glib instead of just poppler.
11559
11560         * backend/ev-document-thumbnails.h: Add a comment
11561
11562         * backend/ev-document.h:
11563         * backend/ev-document.c: (ev_document_class_init),
11564         (ev_document_load), (ev_document_get_link),
11565         (ev_document_get_links): Remove 3 methods and add get_links.
11566         Also, made 0 based.
11567
11568         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11569         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11570
11571         * backend/ev-link.c: (ev_link_set_title),
11572         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11573         (ev_link_mapping_find):
11574         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11575         
11576         * backend/ev-page-cache.c: (ev_page_cache_init),
11577         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11578         (ev_page_cache_get_size), (ev_page_cache_next_page),
11579         (ev_page_cache_prev_page): Fix to be 0 based.
11580
11581         * pdf/Makefile.am: 
11582         * pdf/ev-poppler.h:
11583         * pdf/ev-poppler.cc: New backend.
11584         
11585         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11586         (ps_document_get_page), (ps_document_document_iface_init):
11587
11588         * shell/ev-pixbuf-cache.h:
11589         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11590         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11591         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11592         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11593         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11594         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11595         based.
11596         
11597         * shell/ev-sidebar-thumbnails.c:
11598         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11599         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11600
11601         * shell/ev-view.c: (status_message_from_link),
11602         (find_page_at_location), (get_link_at_location),
11603         (ev_view_motion_notify_event), (ev_view_button_release_event),
11604         (ev_view_init): Use the new link code.  Fix to be 0 based.
11605
11606         * shell/ev-window.c: (update_action_sensitivity),
11607         (document_supports_sidebar): 0 based.
11608
11609 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11610
11611         * pdf/pdf-document.cc: Patch from Fernando Herrera
11612         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11613         *blush*
11614
11615 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11616
11617         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11618         1 to the page, as this seems to be 1 based.  I thought we has this
11619         fixed.  grump.
11620
11621 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11622
11623         * TODO:
11624         * backend/Makefile.am:
11625         * backend/ev-document-links.c:
11626         (ev_document_links_has_document_links),
11627         (ev_document_links_get_links_model):
11628         * backend/ev-document-links.h:
11629         * backend/ev-document.c: (ev_document_get_page_cache),
11630         (ev_document_get_doc_mutex), (ev_document_load),
11631         (ev_document_save), (ev_document_get_title),
11632         (ev_document_get_n_pages), (ev_document_set_page),
11633         (ev_document_get_page), (ev_document_set_target),
11634         (ev_document_set_scale), (ev_document_set_page_offset),
11635         (ev_document_get_page_size), (ev_document_get_text),
11636         (ev_document_get_link), (ev_document_render),
11637         (ev_document_render_pixbuf), (ev_document_scale_changed):
11638         * backend/ev-document.h:
11639         * backend/ev-job-queue.c: (remove_object_from_queue),
11640         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11641         (no_jobs_available_unlocked), (ev_render_thread),
11642         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11643         (ev_job_queue_remove_job):
11644         * backend/ev-job-queue.h:
11645         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11646         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11647         (ev_job_links_class_init), (ev_job_render_init),
11648         (ev_job_render_dispose), (ev_job_render_class_init),
11649         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11650         (ev_job_thumbnail_class_init), (ev_job_finished),
11651         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11652         (ev_job_render_run), (ev_job_thumbnail_new),
11653         (ev_job_thumbnail_run):
11654         * backend/ev-jobs.h:
11655         * backend/ev-link.c:
11656         * backend/ev-link.h:
11657         * backend/ev-page-cache.c: (ev_page_cache_init),
11658         (ev_page_cache_class_init), (ev_page_cache_finalize),
11659         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11660         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11661         (ev_page_cache_set_link), (ev_page_cache_get_title),
11662         (ev_page_cache_get_size), (ev_page_cache_next_page),
11663         (ev_page_cache_prev_page):
11664         * backend/ev-page-cache.h:
11665         * pdf/pdf-document.cc:
11666         * ps/gsdefaults.c:
11667         * ps/gsdefaults.h:
11668         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11669         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11670         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11671         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11672         (is_interpreter_ready), (output), (catchPipe), (input),
11673         (start_interpreter), (check_filecompressed), (compute_dimensions),
11674         (ps_document_enable_interpreter), (document_load),
11675         (ps_document_next_page), (render_page), (ps_document_set_page),
11676         (ps_document_set_scale), (render_pixbuf_idle),
11677         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11678         * ps/ps-document.h:
11679         * shell/Makefile.am:
11680         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11681         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11682         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11683         (ev_pixbuf_cache_new), (job_finished_cb),
11684         (check_job_size_and_unref), (move_one_job),
11685         (ev_pixbuf_cache_update_range), (find_job_cache),
11686         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11687         (ev_pixbuf_cache_add_jobs_if_needed),
11688         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11689         * shell/ev-pixbuf-cache.h:
11690         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11691         (idle_print_handler):
11692         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11693         (selection_changed_cb), (create_loading_model),
11694         (ev_sidebar_links_construct), (links_page_num_func),
11695         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11696         (update_page_callback), (job_finished_cb),
11697         (ev_sidebar_links_set_document):
11698         * shell/ev-sidebar-thumbnails.c:
11699         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11700         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11701         (page_changed_cb), (thumbnail_job_completed_callback),
11702         (ev_sidebar_thumbnails_set_document):
11703         * shell/ev-sidebar-thumbnails.h:
11704         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11705         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11706         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11707         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11708         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11709         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11710         (ev_view_button_release_event), (ev_view_scroll_view),
11711         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11712         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11713         (ev_view_new), (job_finished_cb), (page_changed_cb),
11714         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11715         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11716         (ev_view_find_previous):
11717         * shell/ev-view.h:
11718         * shell/ev-window.c: (update_action_sensitivity),
11719         (ev_window_open_page), (update_window_title), (update_total_pages),
11720         (page_changed_cb), (ev_window_setup_document),
11721         (password_dialog_response), (ev_window_cmd_save_as),
11722         (ev_window_print), (ev_window_cmd_go_previous_page),
11723         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11724         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11725         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11726         * shell/main.c: (main):
11727
11728         Merge evince-threads branch
11729
11730 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11731
11732         * configure.ac: Added "lt" to ALL_LINGUAS.
11733
11734 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11735
11736         * NEWS:
11737         * configure.ac:
11738
11739         Release 0.1.9
11740
11741 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11742
11743         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11744
11745         Fix here also the thumbnails 1-basedness :)
11746
11747 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11748
11749         * NEWS:
11750         * configure.ac:
11751
11752         Release 0.1.8
11753
11754 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11755
11756         * pdf/pdf-document.cc:
11757         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11758         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11759
11760         Fix the mess we did with thumbnails and 1-basedness
11761
11762 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11763
11764         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11765
11766 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11767
11768         * NEWS:
11769         * configure.ac:
11770
11771         Release 0.1.7
11772
11773 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11774
11775         * ps/Makefile.am:
11776         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11777         (gtk_gs_defaults_get_alpha_parameters),
11778         (gtk_gs_defaults_get_ungzip_cmd),
11779         (gtk_gs_defaults_get_unbzip2_cmd):
11780         * ps/gsdefaults.h:
11781         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11782         (ps_document_get_orientation), (document_load),
11783         (ps_document_goto_page), (ps_document_set_page_size):
11784         * ps/ps-document.h:
11785
11786         Some more sanitization of the ps backend. Remove a lot
11787         of unused code and do not base our defaults on ggv
11788         preferences (ugh!)
11789
11790 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11791
11792         * thumbnailer/evince-thumbnailer.schemas:
11793         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11794         (main): add -s option for thumbnail size.
11795
11796 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11797
11798         * configure.ac:
11799
11800         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11801         remove it.
11802
11803 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11804
11805         * pdf/pdf-document.cc:
11806
11807         Remove 4 pixels of useless border from the
11808         thumbnail.
11809
11810 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11811
11812         * backend/ev-document-thumbnails.c:
11813         (ev_document_thumbnails_get_thumbnail):
11814         * backend/ev-document-thumbnails.h:
11815
11816         Rework API a bit. Add a border flag and
11817         change sizing logic (now the size we specify
11818         applies to the bigger dimension).
11819
11820         * pdf/pdf-document.cc:
11821         * pixbuf/pixbuf-document.c:
11822         (pixbuf_document_thumbnails_get_thumbnail):
11823         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11824         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11825
11826         Adapt to the new API and do not draw a border for nautilus
11827         thumbnailer.
11828
11829 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11830
11831         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11832         take thumbnails from page "0" instead of "1". Added a copyright header.
11833
11834 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11835
11836         * ps/ps-document.c: (set_up_page), (start_interpreter):
11837
11838         Make it C89 compliant
11839
11840 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11841
11842         * Makefile.am:
11843         * configure.ac:
11844         * pdf/.cvsignore:
11845         * pdf/pdf-document.cc:
11846         * thumbnailer/Makefile.am:
11847         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11848         (main):
11849         * thumbnailer/evince-thumbnailer.schemas:
11850         * thumbnailer/pdf-icon.png:
11851
11852         Add a nautilus thumbnailer.
11853         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11854
11855 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11856
11857         * NEWS:
11858         * configure.ac:
11859         * po/POTFILES.in:
11860
11861         Release 0.1.6
11862
11863 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11864
11865         Use poppler instead of including xpdf source code.  Poppler is a
11866         fork of xpdf to build it as a shared library. See
11867         http://freedesktop.org/wiki/Software/poppler.
11868
11869         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11870         xpdf fork.
11871         
11872         * pdf/Makefile.am: Build libpdfdocument.a here.
11873         
11874         * pdf/GDKSplashOutputDev.cc:
11875         * pdf/GDKSplashOutputDev.h:
11876         * pdf/GnomeVFSStream.cc:
11877         * pdf/GnomeVFSStream.h:
11878         * pdf-document.cc:
11879         * pdf-document.h:
11880         * test-gdk-output-dev.cc
11881         * Thumb.cc:
11882         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11883         against poppler.
11884
11885 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11886
11887         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11888
11889         Clear idle stack before unsetting the document
11890
11891 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11892
11893         * ps/ps-document.c: (ps_document_widget_event),
11894         (ps_document_set_target), (ps_document_finalize),
11895         (ps_document_get_page):
11896
11897         Disconnect the widget event signal on finalize.
11898         Some code cleanups.
11899
11900 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11901
11902         * ps/ps-document.c: (set_up_page):
11903
11904         If there is no bpixmap create one, even if size
11905         is not changed.
11906
11907 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11908
11909         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11910         (set_up_page), (document_load), (ps_document_set_zoom):
11911
11912         Default page is 0. Calculate size even when we have no
11913         target yet.
11914
11915 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11916
11917         * shell/ev-sidebar.c: expand the selection widget to be always as
11918         wide as the sidebar
11919
11920 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11921
11922         * shell/ev-sidebar-thumbnails.c:
11923         (ev_sidebar_thumbnails_set_document):
11924
11925         Clear the list store when setting document
11926
11927 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11928
11929         * shell/ev-page-action.c: (update_entry), (sync_entry),
11930         (activate_cb), (entry_size_request_cb), (create_tool_item),
11931         (connect_proxy):
11932
11933         Use an entry for the page control instead of spinbuttons
11934
11935 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11936
11937         * data/evince.schemas.in:
11938
11939         Correct confusing string
11940
11941 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11942
11943         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11944         for real.  Gosh, how long has this been broken.
11945
11946         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11947         check for a NULL link.  We crash otherwise.
11948
11949 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11950
11951         * NEWS:
11952         * configure.ac:
11953
11954         Release 0.1.5
11955
11956 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11957
11958         * configure.ac: add the french translation.
11959
11960 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11961
11962         * shell/ev-window.c:
11963
11964         Remove unused header -> fix distcheck
11965
11966 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11967
11968         * shell/ev-window.c: (update_window_title),
11969         (ev_window_popup_password_dialog):
11970
11971         Unescape filename for display
11972
11973 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11974
11975         * pdf/xpdf/pdf-document.cc:
11976
11977         In get_page_size deal with rotation. Also
11978         cleanup the function a bit.
11979
11980 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11981
11982         * pdf/xpdf/pdf-document.cc:
11983
11984         Fix crash when opening in new window
11985
11986 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11987
11988         * configure.ac:
11989
11990         Check ghostscript >= 7
11991
11992 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11993
11994         * shell/ev-window.c:
11995
11996         Make page width the default sizing mode
11997
11998 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11999         Marco Pesenti Gritti <marco@gnome.org>
12000
12001         * shell/ev-window.c: Remember the sidebar size
12002
12003         * data/evince.schemas.in: Add a new gconf key to store the size of
12004         the sidebar
12005
12006 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12007
12008         * data/evince-ui.xml:
12009         * shell/ev-window.c: (update_action_sensitivity),
12010         (ev_window_cmd_view_reload):
12011         
12012         Add a "Reload" action and menu entry
12013
12014 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12015
12016         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12017         iff the type doesn't support thumbnailing and indexing.
12018
12019 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12020
12021         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12022
12023 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12024
12025         * pdf/splash/Splash.cc:
12026
12027         Port fix for a crasher from kde bug
12028         http://bugs.kde.org/show_bug.cgi?id=97131
12029
12030 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12031
12032         * pdf/xpdf/pdf-document.cc:
12033
12034         Return a link even if it's of an unrecognized
12035         type. Otherwise we go in an infinte cycle.
12036
12037 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12038
12039         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12040         (size_allocate_cb), (ev_window_set_sizing_mode):
12041
12042         Update size when switching mode
12043
12044 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12045
12046         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12047         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12048         (ev_window_cmd_view_normal_size):
12049
12050         Fix size toggle buttons behavior
12051
12052 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12053
12054         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12055         (doc_rect_to_view_rect), (ev_view_size_allocate),
12056         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12057         (scale_changed_callback):
12058
12059         Do not cache offsets in size_allocate.
12060
12061 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12062
12063         * shell/ev-view.c: (ev_view_size_allocate):
12064
12065         Calculate offsets before calling the parent
12066         class (which does a redraw)
12067
12068 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12069
12070         * pdf/xpdf/pdf-document.cc:
12071
12072         Fix a crasher on exit. Unused code, put a TODO
12073
12074 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12075
12076         * backend/ev-document.c: (ev_document_class_init),
12077         (ev_document_page_changed), (ev_document_scale_changed):
12078         * backend/ev-document.h:
12079
12080         Separate page/scale notifications
12081
12082         * pdf/xpdf/pdf-document.cc:
12083
12084         Emit the new signals.
12085         Do not display the pdf page in _render, do it
12086         when scale/page are requested.
12087
12088         * ps/ps-document.c: (ps_document_set_zoom),
12089         (ps_document_widget_event):
12090         * ps/ps-document.h:
12091
12092         Emit the new signals.
12093
12094         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12095         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12096         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12097         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12098         * shell/ev-view.h:
12099         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12100         (ev_window_cmd_view_page_width), (size_allocate_cb),
12101         (ev_window_set_sizing_mode):
12102
12103         Rework sizing to be pixel based.
12104         There are bugs but should be already way better.
12105
12106 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12107
12108         * shell/ev-window.c: (ev_window_init):
12109
12110         Do not allow to shrink sidebar smaller then
12111         child requisition
12112
12113 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12114
12115         * shell/ev-sidebar.[ch]
12116         * shell/ev-window.c:
12117
12118         Improved sidebar widget. Fixes #166683
12119
12120 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12121
12122         * shell/ev-view.c (update_find_status_message): Give translators
12123         more flexibility with ngettext plural handling.
12124
12125 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12126
12127         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12128         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12129         page when we get the page size.
12130
12131 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12132
12133         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12134
12135         ps pages are 0 based, convert 
12136
12137 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12138
12139         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12140
12141         Initialize correct parent class. Set GError on document load
12142
12143 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12144
12145         * pdf/xpdf/pdf-document.cc:
12146
12147         Fixup selection offset calculation
12148
12149         * shell/ev-view.c: (view_rect_to_doc_rect),
12150         (doc_rect_to_view_rect), (ev_view_size_allocate),
12151         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12152         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12153
12154         Store selection as document relative, so that zooming
12155         and offset changing doesnt break it.
12156
12157 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12158
12159         * shell/ev-view.c: (ev_view_best_fit):
12160
12161         Do not try to best fit if the view is not realized
12162
12163 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12164           
12165         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12166
12167 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12168
12169         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12170
12171 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12172
12173         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12174         the popup window.  That prevents it resizing when in full screen
12175         mode.
12176
12177         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12178         multiple rerenders.  This pretty much sucks.
12179
12180         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12181         rest of the toolbar.
12182
12183 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12184
12185         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12186
12187 2005-02-17  Alexander Shopov  <ash@contact.bg>
12188
12189         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12190
12191 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12192
12193         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12194
12195 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12196
12197         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12198         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12199         (set_document_page), (document_changed_callback),
12200         (ev_view_set_document), (ev_view_find_previous),
12201         (ev_view_hide_cursor), (ev_view_show_cursor):
12202         * shell/ev-view.h:
12203         * shell/ev-window.c: (update_chrome_visibility),
12204         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12205         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12206         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12207         (ev_window_unfullscreen):
12208         * shell/main.c: (main):
12209
12210         Automatically hide the fullscreen button.
12211         Patch by Kristian Høgsberg <krh@redhat.com>
12212
12213 2005-02-16  Vincent Noel  <vnoel@cox.net>
12214
12215         * shell/main.c (main): Specify an icon for the window. Patch by
12216         Jaap A. Haitsma. Fixes #166177.
12217
12218 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12219
12220         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12221
12222 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12223
12224         * backend/ev-document-misc.h:
12225         * backend/ev-document-misc.c:
12226         (ev_document_misc_get_page_border_size),
12227         (ev_document_misc_paint_one_page): New function to canonicalize
12228         sizing/painting a border.
12229
12230         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12231         used.
12232
12233         * pdf/xpdf/pdf-document.cc: use new function
12234
12235         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12236         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12237         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12238         shell/ev-window.c: (update_sizing_buttons),
12239         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12240         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12241         (ev_window_cmd_view_page_width), (size_allocate_cb),
12242         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12243         and "fit width" values act as toggle buttons so they stay
12244         toggled.  It's not 100% perfect, and it's a little slow, but it's
12245         good enough to commit I think.
12246
12247 2005-02-15  David Lodge  <dave@cirt.net>
12248
12249         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12250
12251 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12252
12253         * shell/ev-window.c (update_window_title): replace newlines in
12254         the title by spaces. Bug #166107.
12255
12256 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12257
12258         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12259         parameters providing allocation width and height without
12260         scrollbars and width of a possible vertical scrollbar. With this
12261         additional information the functions can work as
12262         intended. Unfortunately they're not idempotent. We should
12263         transform these commands to toggles. Fixes Bug #164976
12264         Initial patch by Stephane Loeuillet, then heavily modified.
12265
12266         * shell/ev-view.h: update prototypes.
12267
12268         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12269         (ev_window_cmd_view_page_width): provide EvView fit functions with
12270         all the information they need. Formulas to calculate this
12271         information taken from GtkScrolledWindow.
12272
12273 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12274
12275         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12276         created a thumbnail, the list store is updated to know
12277         that the thumbnail is set. Fixes bug #166792
12278
12279 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12280
12281         * shell/ev-window.c: fixed typo, closes bug 166897
12282
12283         * TODO: updated TODO with bug numbers that are relevant
12284
12285 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12286
12287         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12288
12289 2005-02-09  Vincent Noel  <vnoel@cox.net>
12290
12291         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12292         and "Next" toolbar buttons as important to make them stand out.
12293
12294 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12295
12296         * lib/ev-debug.c:
12297         * lib/ev-debug.h:
12298         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12299         (start_interpreter), (stop_interpreter), (document_load),
12300         (ps_document_next_page), (ps_document_goto_page),
12301         (ps_document_set_page_size), (ps_document_widget_event),
12302         (ps_document_render):
12303         * shell/ev-page-view.c: (ev_page_view_dispose):
12304         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12305
12306         Fix compilation on non-gcc platforms
12307
12308 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12309
12310         * NEWS:
12311         * configure.ac:
12312
12313         Release 0.1.4
12314
12315         * pdf/xpdf/Catalog.cc:
12316         * pdf/xpdf/XRef.cc:
12317
12318         Fix the fix for CAN-2004-0888
12319
12320 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12321
12322         * data/Makefile.am:
12323         * data/evince-ui.xml:
12324         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12325         * shell/ev-stock-icons.h:
12326         * shell/ev-window.c: (update_action_sensitivity),
12327         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12328         (set_action_properties):
12329
12330         Improve toolbar layout/icons
12331
12332 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12333
12334         * pdf/xpdf/pdf-document.cc:
12335
12336         Add warnings about unimplemented/unknown link
12337         types.
12338
12339 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12340
12341         * ps/ps-document.c: (set_up_page):
12342
12343         Log gs property
12344
12345 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12346
12347         * ps/ps-document.c: (start_interpreter):
12348
12349         Log gs env var
12350
12351 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12352
12353         * shell/ev-page-view.c: (ev_page_view_dispose):
12354         * shell/ev-view.c: (ev_view_finalize):
12355         * shell/ev-window.c: (ev_window_setup_document),
12356         (ev_window_dispose), (ev_window_init):
12357
12358         Solve more refs issues.
12359
12360         I commented out the page_view initialization for now:
12361         it was never destroyed (because it's never added
12362         to a container). Because of that we was leaking
12363         gs processes. Couldnt think to a clean fix.
12364         We need to figure this out, password view has the
12365         same issue probably.
12366
12367 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12368
12369         * ps/ps-document.c: (ps_document_finalize),
12370         (ps_document_get_n_pages), (ps_document_get_page):
12371
12372         Some cleanups, stop the interpreter on finalize
12373
12374         * shell/ev-page-view.c: (ev_page_view_dispose),
12375         (ev_page_view_class_init):
12376
12377         Release our reference on the document
12378
12379 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12380
12381         * Makefile.am:
12382         * configure.ac:
12383         * doc/debugging.txt:
12384         * lib/.cvsignore:
12385         * lib/Makefile.am:
12386         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12387         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12388         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12389         * lib/ev-debug.h:
12390
12391         Add debugging helpers
12392
12393         * ps/Makefile.am:
12394         * ps/ps-document.c: (set_up_page), (start_interpreter),
12395         (stop_interpreter), (document_load), (ps_document_next_page),
12396         (ps_document_goto_page), (ps_document_set_page_size),
12397         (ps_document_widget_event), (ps_document_render):
12398         * shell/Makefile.am:
12399         * shell/ev-view.c: (expose_bin_window):
12400         * shell/main.c: (main):
12401
12402         Add some logs
12403         
12404 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12405
12406         * ps/ps-document.c: (ps_document_widget_event):
12407
12408         Initialize message_window, this should make ps
12409         rendering really work! (Never noticed because I was
12410         testing with a ps that is causing gs to exit every time!)
12411
12412 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12413
12414         * data/evince.schemas.in: updated simple error in applyto closing tag
12415
12416 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12417
12418         * Makefile.am:
12419         * configure.ac:
12420         * data/.cvsignore:
12421         * data/Makefile.am:
12422         * data/evince-ui.xml:
12423         A data/evince.schemas.in:
12424         * po/POTFILES.in:
12425         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12426         * shell/ev-stock-icons.h:
12427         * shell/ev-window.c: (update_chrome_visibility),
12428         (update_chrome_flag), (ev_window_cmd_edit_find),
12429         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12430         (ev_window_unfullscreen), (ev_window_focus_in_event),
12431         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12432         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12433         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12434         (ev_window_dispose), (ev_window_class_init),
12435         (set_action_properties), (set_chrome_actions), (load_chrome),
12436         (ev_window_init):
12437
12438         Implement fullscreen mode changes from bug #164776.
12439         Also implement persistent chrome toggles.
12440
12441 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12442
12443         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12444
12445 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12446
12447         * NEWS:
12448         * configure.ac:
12449         * shell/ev-view.c:
12450
12451         Add another check for find interface
12452
12453         Release 0.1.3
12454
12455 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12456
12457         * shell/ev-application.c: (ev_application_open):
12458         * shell/ev-window.c: (ev_window_open):
12459
12460         Open gzipped ps documents
12461
12462 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12463
12464         * TODO:
12465         * shell/ev-view.c: (set_document_page):
12466
12467         Clamp page number, dont try to move to
12468         not existant pages.
12469
12470 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12471
12472         * backend/ev-document-find.c: (ev_document_find_changed):
12473         * backend/ev-document-find.h:
12474         * pdf/xpdf/pdf-document.cc:
12475         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12476         * shell/ev-window.c: (find_bar_search_changed_cb):
12477
12478         Fix several bugs with find
12479
12480 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12481
12482         * shell/ev-sidebar-thumbnails.c
12483         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12484         document. Prevents warning from scroll_to_cell.
12485
12486 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12487
12488         * configure.ac: Add «nb» to ALL_LINGUAS too.
12489
12490 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12491
12492         * NOTES: New file with some random thoughts.
12493
12494         * TODO: Update.
12495
12496         * backend/ev-document-misc.c:
12497         (ev_document_misc_get_page_border_size): New function to
12498         canonicalize shadow drawing sizes.  Possibly goofy.
12499
12500         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12501         (ev_view_best_fit), (ev_view_fit_width):
12502         * pdf/xpdf/pdf-document.cc:
12503         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12504         * ps/ps-document.c: (ps_document_get_page_size):
12505         * backend/ev-document-misc.h:
12506         * backend/ev-document.c: (ev_document_get_page_size):
12507         * backend/ev-document.h: get_page_size now takes a page number
12508         parameter.  Made all the backends/frontends honor it.
12509
12510         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12511         see.  Doesn't work yet.
12512
12513         * shell/Makefile.am:
12514         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12515         Doesn't do anything yet.
12516
12517         * shell/ev-sidebar-thumbnails.c:
12518         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12519         [0..n_pages-1]
12520
12521         * shell/ev-window.c: (update_action_sensitivity),
12522         (ev_window_setup_document), (ev_window_set_page_mode),
12523         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12524         view-swapping code a bit so we can have multiple views on a
12525         document.  Add the multi-page view, though it can't be turned on
12526         yet.
12527
12528 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12529
12530         * shell/ev-application.c: (ev_application_open):
12531         * shell/ev-view.c: (expose_bin_window):
12532         * shell/ev-window.c: (ev_window_open):
12533
12534         Support eps and check document supports find
12535         before drawing highlightings in expose.
12536
12537 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12538
12539         * pixbuf/pixbuf-document.c:
12540         (pixbuf_document_thumbnails_get_dimensions),
12541         (pixbuf_document_document_thumbnails_iface_init):
12542
12543         implement get_dimensions
12544
12545 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12546
12547         * NEWS:
12548         * configure.ac:
12549
12550         Release 0.1.2
12551
12552 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12553
12554         * shell/ev-view.c: (set_document_page):
12555
12556         Scroll at the top of the page when changing page
12557
12558 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12559
12560         * shell/ev-view.c: (ev_view_motion_notify_event):
12561
12562         Do not redraw unnecessarily
12563
12564 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12565
12566         * pdf/xpdf/pdf-document.cc:
12567         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12568         (expose_bin_window), (find_changed_cb):
12569
12570         Yay! find works now... Now to find bugs...
12571
12572 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12573
12574         * backend/ev-document-find.c: (ev_document_find_base_init),
12575         (ev_document_find_changed):
12576         * backend/ev-document-find.h:
12577         * pdf/xpdf/pdf-document.cc:
12578         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12579         (expose_bin_window), (ev_view_init), (set_document_page),
12580         (ensure_rectangle_is_visible), (jump_to_find_result),
12581         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12582         (ev_view_find_next), (ev_view_find_previous):
12583         * shell/ev-view.h:
12584         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12585
12586         More work on find implementation, mostly there now
12587
12588 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12589
12590         * backend/ev-backend-marshalers.list:
12591         * backend/ev-document-find.c: (ev_document_find_base_init),
12592         (ev_document_find_cancel), (ev_document_find_page_has_results),
12593         (ev_document_find_get_n_results), (ev_document_find_get_result),
12594         (ev_document_find_get_progress), (ev_document_find_changed):
12595         * backend/ev-document-find.h:
12596
12597         Enanche the find interface to be really able to do
12598         multi page find.
12599
12600         * pdf/xpdf/pdf-document.cc:
12601
12602         Implement
12603
12604         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12605         (expose_bin_window), (ev_view_init),
12606         (ev_view_get_find_status_message), (find_changed_cb),
12607         (ev_view_set_document), (set_document_page):
12608
12609         Adapt to the new interface. A few things are regressed sorry,
12610         I will finish it soon.
12611
12612 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12613
12614         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12615         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12616         ev_sidebar_thumbnails_parent_class variable, don't define another
12617         parent_class variable.
12618
12619         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12620         (ev_page_action_class_init): ditto.
12621
12622         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12623         (pixbuf_document_class_init): ditto.
12624
12625         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12626         ditto.
12627
12628         * .cvsignore: ignore various valgrind output files.
12629
12630 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12631
12632         * data/evince-ui.xml:
12633         * shell/Makefile.am:
12634         * shell/ev-history.c:
12635         * shell/ev-history.h:
12636         * shell/ev-navigation-action.c:
12637         * shell/ev-navigation-action.h:
12638         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12639         (ev_view_set_page), (ev_view_fit_width):
12640         * shell/ev-view.h:
12641         * shell/ev-window.c: (update_action_sensitivity),
12642         (ev_window_setup_document), (register_custom_actions):
12643
12644         Kill session history
12645
12646 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12647
12648         * shell/ev-window.c: (update_action_sensitivity):
12649
12650         Fix inverted up/down buttons
12651
12652 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12653
12654         * shell/ev-sidebar-thumbnails.c
12655         (ev_sidebar_thumbnails_select_page): make sure the selected
12656         thumbnail stays visible.
12657
12658 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12659
12660         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12661         scrolled window for Federico.
12662
12663 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12664
12665         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12666
12667 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12668
12669         * configure.ac:
12670         * pdf/splash/SplashFTFontEngine.cc:
12671
12672         Fix CID fonts with freetype 2.1.9
12673
12674 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12675
12676         * TODO: added item for desktop icon thumbnailer
12677
12678 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12679
12680         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12681         unloaded docs when the title is accessed.
12682
12683         * shell/ev-password-view.[hc]: New widget for displaying password
12684         state.
12685
12686         * shell/ev-window.[ch]: Refactor password handling code to handle
12687         the new view.
12688
12689 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12690
12691         * NEWS:
12692         * configure.ac:
12693         * data/Makefile.am:
12694
12695         Release 0.1.1
12696
12697 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12698
12699         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12700         ignore page offset here, to make search results independent of it,
12701
12702         * shell/ev-view.c (expose_bin_window): but take offsets into
12703         account here. Bug #164932
12704
12705         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12706         scale at the right time. Bug #164996
12707
12708 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12709
12710         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12711         fix the problem. Now I just removed the Adobe font names and hope
12712         that the URW fonts are always in outline format. Bug #164934
12713
12714         * shell/ev-window.c (update_window_title): empty titles are
12715         useless, use filename in that case too.
12716
12717         * NEWS: Add some content.
12718
12719 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12720
12721         * TODO: added one more TODO item and a TODONE section :)
12722
12723 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12724
12725         * ps/ps-document.h: add page_[xy]_offset fields.
12726
12727         * ps/ps-document.c (ps_document_set_page_offset)
12728         (ps_document_render): Keep offset in consideration in a few
12729         places. Bug #164752 "postscript documents are not centered in
12730         window"
12731
12732         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12733         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12734
12735         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12736         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12737         stub out missing methods for complete EvDocument implementation.
12738         Fixes segfaults with Save A Copy and Copy actions.
12739
12740         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12741         (ps_document_document_iface_init): ditto.
12742         
12743 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12744
12745         * data/.cvsignore:
12746         * data/Makefile.am:
12747         * data/evince.desktop.in:
12748
12749         Add desktop file
12750
12751 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12752
12753         * shell/ev-view.c: (ev_view_button_press_event),
12754         (ev_view_motion_notify_event):
12755
12756         Make selection work in any direction
12757
12758 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12759
12760         * TODO:
12761         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12762
12763         Use shorter labels for some of the toolbars items
12764
12765 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12766
12767         * pdf/xpdf/pdf-document.cc:
12768
12769         Check the links info is initialized before
12770         using it. Should fix a crash on startup.
12771
12772 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12773
12774         * pixbuf/pixbuf-document.c
12775         (pixbuf_document_thumbnails_get_dimensions): force floating point
12776         division to calculate page_ratio. Fixes crash with landscape
12777         format pixbufs.
12778
12779 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12780
12781         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12782
12783 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12784
12785         * shell/ev-view.c (set_document_page): unset has_selection when
12786         the page changes.
12787         (set_document_page): handle paper size changes when the page
12788         changes (test with Free Culture, page 2).
12789
12790 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12791
12792         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12793         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12794
12795         Use normal style color for the widget background and
12796         draw a black box around the page.
12797
12798 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12799
12800         * pdf/xpdf/pdf-document.cc:
12801
12802         Keep offset in consideration in a few places
12803
12804         * shell/ev-view.c: (expose_bin_window):
12805
12806         Set the offsets so that the document is ever centered
12807
12808 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12809
12810         * TODO: Added TODO items and finished off the first todo item
12811
12812         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12813         reflect current authors
12814
12815 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12816
12817         * pdf/xpdf/pdf-document.cc:
12818         * shell/ev-view.c: (ev_view_set_cursor),
12819         (ev_view_motion_notify_event), (document_changed_callback),
12820         (set_document_page):
12821
12822         Show a wait cursor while the page is rendering
12823
12824 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12825
12826         * shell/ev-sidebar-thumbnails.c:
12827         (ev_sidebar_tree_selection_changed),
12828         (ev_sidebar_thumbnails_select_page):
12829         * shell/ev-sidebar-thumbnails.h:
12830         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12831         (ev_view_can_go_forward):
12832         * shell/ev-window.c: (ev_window_open_page),
12833         (ev_window_setup_document), (update_current_page),
12834         (view_page_changed_cb), (ev_window_init):
12835         * shell/ev-window.h:
12836
12837         Ensure thumbnails selection, toolbar page control and
12838         current page are in sync.
12839
12840 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12841
12842         * pdf/xpdf/XRef.cc:
12843
12844         Fix CAN-2005-0064
12845
12846 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12847
12848         * backend/Makefile.am:
12849         * backend/ev-document-links.h:
12850         * backend/ev-document-security.c: (ev_document_security_get_type),
12851         (ev_document_security_has_document_security),
12852         (ev_document_security_set_password):
12853         * backend/ev-document-security.h:
12854         * backend/ev-document.c: (ev_document_error_quark):
12855         * backend/ev-document.h:
12856         * data/Makefile.am:
12857         * data/evince-password.glade:
12858         * pdf/xpdf/pdf-document.cc:
12859         * shell/Makefile.am:
12860         * shell/ev-password.c: (ev_password_set_bad_password_label),
12861         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12862         (ev_password_dialog_get_password),
12863         (ev_password_dialog_set_bad_pass):
12864         * shell/ev-password.h:
12865         * shell/ev-window.c: (ev_window_get_attribute),
12866         (ev_window_set_property), (update_action_sensitivity),
12867         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12868         (ev_window_setup_document), (ev_window_get_password),
12869         (ev_window_open), (ev_window_cmd_save_as),
12870         (using_postscript_printer), (ev_window_print),
12871         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12872         (update_fullscreen_popup), (ev_window_fullscreen),
12873         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12874         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12875         (menu_item_select_cb), (find_bar_search_changed_cb),
12876         (ev_window_dispose), (ev_window_init):
12877
12878         Add initial support for password-supported dialogs.  This could be
12879         a lot cooler, but it'll do for now.
12880
12881 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12882
12883         * pdf/xpdf/pdf-document.cc:
12884         * shell/ev-view.c: (status_message_from_link),
12885         (ev_view_set_status), (ev_view_set_cursor),
12886         (ev_view_motion_notify_event), (ev_view_init):
12887         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12888
12889         Fix bugs in the links implementation and change cursor
12890         when hovering a link.
12891
12892 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12893
12894         * viewer/.cvsignore: added cvsignore file for viewer directory
12895
12896         * TODO: created TODO document
12897
12898 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12899
12900         * shell/ev-view.h:
12901         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12902         new functions to help with implementation of sensitivity code
12903         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12904         of all actions that might require it.  Fixes a crash when you
12905         click on the Zoom actions in a window lacking a document.
12906
12907 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12908
12909         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12910         of the Find action
12911
12912 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12913
12914         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12915         (pixbuf_document_document_iface_init):
12916         * ps/ps-document.c: (ps_document_get_link),
12917         (ps_document_document_iface_init):
12918         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12919         (status_message_from_link), (ev_view_set_status),
12920         (ev_view_set_find_status), (ev_view_motion_notify_event),
12921         (ev_view_button_release_event), (ev_view_set_property),
12922         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12923         (ev_view_get_find_status_message), (update_find_results),
12924         (ev_view_get_status), (ev_view_get_find_status):
12925         * shell/ev-view.h:
12926         * shell/ev-window.c: (view_status_changed_cb),
12927         (view_find_status_changed_cb), (ev_window_init):
12928
12929         View status message support, use it to show the links.
12930         Needs work...
12931
12932 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12933
12934         * backend/ev-document.c: (ev_document_get_link):
12935         * backend/ev-document.h:
12936         * pdf/xpdf/pdf-document.cc:
12937         * shell/ev-application.c: (ev_application_open):
12938         * shell/ev-application.h:
12939         * shell/ev-sidebar-links.c: (selection_changed_cb):
12940         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12941         (ev_view_go_to_link):
12942
12943         Add support for document links
12944
12945 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12946
12947         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12948         (create_tool_item):
12949         Set the spin button limits correctly.
12950         
12951         * shell/ev-sidebar-thumbnails.c:
12952         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12953         Support changing pages by clicking on the thumbnails.
12954         
12955 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12956
12957         * pixbuf/pixbuf-document.c:
12958         (pixbuf_document_thumbnails_get_dimensions),
12959         (pixbuf_document_document_thumbnails_iface_init):
12960
12961         implement get_dimensions
12962
12963 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12964
12965         * ps/ps-document.c: (ps_document_goto_page):
12966
12967         Fix page switching on multipage documents
12968
12969 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12970
12971         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12972         
12973         check for NULL before assigning to width and height parameters
12974
12975 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12976
12977         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12978         (pixbuf_document_set_property), (pixbuf_document_get_property):
12979
12980         implement get/set properties
12981
12982 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12983
12984         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12985         
12986         return NULL instead of "Unknown", letting the title get set to
12987         the filename when the pdf has no title.
12988
12989 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12990
12991         * ps/ps-document.c: (ps_document_get_page_count),
12992         (ps_document_goto_page):
12993
12994 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12995
12996         * shell/ev-history.c: (ev_history_get_property),
12997         (ev_history_set_property), (ev_history_class_init),
12998         (ev_history_add_page), (ev_history_set_current_index):
12999         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13000         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13001         (ev_navigation_action_finalize):
13002         * shell/ev-navigation-action.h:
13003         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13004         (ev_view_go_forward), (ev_view_get_find_status_message),
13005         (history_index_changed_cb), (ev_view_set_history):
13006         * shell/ev-view.h:
13007         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13008         (update_current_page), (register_custom_actions):
13009
13010         Implement history dropdowns
13011
13012 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13013
13014         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13015         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13016         (ev_view_go_forward):
13017         * shell/ev-window.c: (register_custom_actions):
13018
13019         Fix several history bugs
13020
13021 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13022
13023         * configure.ac: Add «nb» to ALL_LINGUAS.
13024
13025 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13026
13027         * backend/Makefile.am:
13028         * backend/ev-bookmark.c:
13029         * backend/ev-bookmark.h:
13030         * backend/ev-document-bookmarks.c:
13031         * backend/ev-document-bookmarks.h:
13032         * backend/ev-document-links.c: (ev_document_links_get_type),
13033         (ev_document_links_has_document_links),
13034         (ev_document_links_begin_read), (ev_document_links_get_link),
13035         (ev_document_links_get_child), (ev_document_links_next),
13036         (ev_document_links_free_iter):
13037         * backend/ev-document-links.h:
13038         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13039         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13040         (ev_link_get_link_type), (ev_link_set_link_type),
13041         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13042         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13043         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13044         (ev_link_new_external):
13045         * backend/ev-link.h:
13046         * pdf/xpdf/pdf-document.cc:
13047         * shell/Makefile.am:
13048         * shell/ev-application.c: (ev_application_open_link):
13049         * shell/ev-application.h:
13050         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13051         (ev_history_get_link_nth):
13052         * shell/ev-history.h:
13053         * shell/ev-sidebar-bookmarks.c:
13054         * shell/ev-sidebar-bookmarks.h:
13055         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13056         (ev_sidebar_links_class_init), (selection_changed_cb),
13057         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13058         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13059         (do_one_iteration), (populate_links_idle),
13060         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13061         * shell/ev-sidebar-links.h:
13062         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13063         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13064         (go_to_index):
13065         * shell/ev-view.h:
13066         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13067         * shell/ev-window.h:
13068
13069         Rename bookmark to link, and use "Index" for the sidebar panel.
13070
13071 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13072
13073         * shell/Makefile.am:
13074         * shell/ev-application.c: (ev_application_open_bookmark):
13075         * shell/ev-application.h:
13076         * shell/ev-history.c: (ev_history_init), (free_links_list),
13077         (ev_history_finalize), (ev_history_class_init),
13078         (ev_history_add_link), (ev_history_add_page),
13079         (ev_history_get_link_nth), (ev_history_get_n_links),
13080         (ev_history_get_current_index), (ev_history_set_current_index),
13081         (ev_history_new):
13082         * shell/ev-history.h:
13083         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13084         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13085         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13086         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13087         (ev_view_set_page):
13088         * shell/ev-view.h:
13089         * shell/ev-window.c: (ev_window_open_bookmark),
13090         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13091         (goto_page_cb), (register_custom_actions):
13092         * shell/ev-window.h:
13093
13094         Initial history implementation. Needs work.
13095
13096 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13097
13098         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13099
13100 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13101
13102         * cut-n-paste/recent-files/egg-recent-item.c:
13103         * cut-n-paste/recent-files/egg-recent-item.h:
13104         * cut-n-paste/recent-files/egg-recent-model.c:
13105         * cut-n-paste/recent-files/egg-recent-util.c:
13106         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13107         * cut-n-paste/recent-files/egg-recent-view.c:
13108
13109         Update
13110
13111 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13112
13113         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13114         (fillGlyph, fillImageMask, drawImage):
13115         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13116         pdf/splash/SplashTypes.h:
13117         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13118         packed mode for Splash.
13119
13120         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13121         RGB8 packed mode, eliminates the pixbuf data creation loop.
13122
13123         * shell/ev-print-job.c (ev_print_job_finalize)
13124         (ev_print_job_set_property, ev_print_job_get_property)
13125         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13126         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13127         (print_closure_finalize, ev_print_job_print): implement
13128         printing (for backends with EvPsExporter)
13129
13130         * shell/ev_print_job.h: update prototypes.
13131
13132         * shell/ev-window.c (ev_window_print): unref print job after
13133         printing.
13134
13135         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13136         unless the document implements the EvDocumentFind interface.
13137
13138 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13139
13140         * configure.ac: Added ja to ALL_LINGUAS.
13141
13142 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13143
13144         * pdf/xpdf/pdf-document.cc:
13145
13146         add a FIXME. We should probably not allocate
13147         a bookmark object every time
13148
13149 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13150
13151         * shell/ev-application.c: (ev_application_open),
13152         (ev_application_open_bookmark):
13153         * shell/ev-application.h:
13154         
13155         Add a way to open bookmarks
13156
13157         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13158         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13159         (ev_bookmark_set_property), (ev_bookmark_class_init),
13160         (ev_bookmark_new_title), (ev_bookmark_new_link),
13161         (ev_bookmark_new_external):
13162
13163         Support for external uris, better constructors.
13164
13165         * backend/ev-bookmark.h:
13166         * pdf/xpdf/pdf-document.cc:
13167         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13168
13169         Handle external uris
13170
13171 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13172
13173         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13174         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13175
13176         Hook up bookmarks navigation
13177
13178 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13179
13180         * backend/Makefile.am:
13181         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13182         (ev_bookmark_get_title), (ev_bookmark_set_title),
13183         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13184         (ev_bookmark_get_page), (ev_bookmark_set_page),
13185         (ev_bookmark_get_property), (ev_bookmark_set_property),
13186         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13187         (ev_bookmark_new):
13188         * backend/ev-bookmark.h:
13189         * backend/ev-document-bookmarks.c:
13190         (ev_document_bookmarks_get_bookmark):
13191         * backend/ev-document-bookmarks.h:
13192         * pdf/xpdf/pdf-document.cc:
13193         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13194
13195         Add a bookmark object to the backend and use it instead of get_values
13196
13197 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13198
13199         * data/evince-ui.xml:
13200
13201         Cleanup and add select all.
13202
13203         * shell/ev-view.c: (ev_view_select_all),
13204         (ev_view_button_press_event):
13205         * shell/ev-view.h:
13206         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13207
13208         Add select all.
13209         Clear selection on click.
13210
13211 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13212
13213         * shell/ev-sidebar-thumbnails.c
13214         (ev_sidebar_thumbnails_set_document): forgot to unref the
13215         loading_icon.
13216
13217 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13218
13219         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13220         at the visible page, not just linearly.  This makes it look fast.
13221
13222 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13223
13224         * backend/ev-document-misc.c
13225         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13226         white.
13227         * backend/ev-document-thumbnails.h: New interface to get the size
13228         of a page.
13229
13230 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13231
13232         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13233         make dist works
13234
13235 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13236
13237         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13238         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13239         things up a bit.
13240
13241         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13242
13243 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13244
13245         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13246         fonts. Should fix font problems on systems that have the base
13247         fonts in bitmap format. Reported by James Henstridge
13248         <james@jamesh.id.au>.
13249
13250 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13251
13252         * pdf/xpdf/Gfx.cc:
13253         * pdf/xpdf/GfxState.cc:
13254
13255         Fix for CAN-2004-1125
13256
13257 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13258
13259         * shell/ev-view.c: (ev_view_copy):
13260         * shell/ev-view.h:
13261         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13262
13263         Implement Edit->Copy
13264
13265 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13266
13267         * backend/ev-document.c: (ev_document_get_text):
13268         * backend/ev-document.h:
13269         * pdf/xpdf/pdf-document.cc:
13270         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13271         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13272         (ev_view_update_primary_selection), (ev_view_button_press_event),
13273         (ev_view_motion_notify_event), (ev_view_button_release_event):
13274
13275         Beginnings of clipboard support. Incomplete but primary sort
13276         of work.
13277
13278 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13279
13280         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13281         (expose_bin_window):
13282
13283         Nicer rubberband drawing, from GtkIconView.
13284
13285 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13286
13287         * backend/ev-document.c: (ev_document_save):
13288         * backend/ev-document.h:
13289         * data/evince-ui.xml:
13290         * pdf/xpdf/pdf-document.cc:
13291         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13292
13293         Implement "Save a copy..." menu item
13294
13295 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13296
13297         * shell/ev-view.c: (ev_view_zoom):
13298
13299         Queue a resize when zoom changes
13300
13301 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13302
13303         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13304         shadows.
13305
13306         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13307         thumbnails..
13308
13309 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13310
13311         * pdf/xpdf/pdf-document.cc
13312         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13313
13314 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13315
13316         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13317         It's slow, but I'll speed it up next!
13318
13319 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13320
13321         * shell/main.c (load_files):
13322
13323         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13324         from the command line and because it seems more appropriate.
13325
13326 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13327
13328         * data/evince-ui.xml:
13329         * shell/ev-window.c: (update_action_sensitivity),
13330         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13331
13332         s/next page/page down
13333         s/previous page/page up
13334
13335 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13336
13337         * data/evince-ui.xml:
13338
13339         Change the layout to match clarkbw design.
13340
13341         * shell/Makefile.am:
13342         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13343         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13344         (ev_navigation_action_finalize),
13345         (ev_navigation_action_set_property),
13346         (ev_navigation_action_get_property),
13347         (ev_navigation_action_class_init):
13348         * shell/ev-navigation-action.h:
13349
13350         Implement clarkbw toolbar navigation controls (incomplete)
13351
13352         * shell/ev-page-action.c: (update_label), (update_spin),
13353         (value_changed_cb), (create_tool_item), (connect_proxy),
13354         (ev_page_action_init), (ev_page_action_finalize),
13355         (ev_page_action_set_property), (ev_page_action_get_property),
13356         (ev_page_action_set_current_page),
13357         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13358         * shell/ev-page-action.h:
13359
13360         Implement a page switcher in the toolbar
13361
13362         * shell/ev-view.c: (ev_view_scroll_view):
13363         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13364         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13365         (register_custom_actions), (ev_window_init):
13366
13367         Change page on PageUp/Down.
13368
13369 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13370
13371         * pdf/xpdf/pdf-document.cc
13372         (pdf_document_thumbnails_get_thumbnail): initial stab at
13373         implementing thumbnail support for pdfs.  It only does documents
13374         with precached pdfs now.
13375
13376 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13377
13378         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13379         thumbnail code into a time-based idle as well.  Also, turn off the
13380         shadow temporarily as it's really slow.
13381
13382 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13383
13384         * backend/ev-document.c: (ev_document_class_init):
13385         * pdf/xpdf/pdf-document.cc:
13386         * shell/ev-window.c: (ev_window_open):
13387
13388         Fix document title bugs and fallback to
13389         filename when not available.
13390
13391 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13392
13393         * backend/ev-document.c: (ev_document_get_type),
13394         (ev_document_class_init), (ev_document_load),
13395         (ev_document_get_title):
13396         * backend/ev-document.h:
13397         * pdf/xpdf/pdf-document.cc:
13398         * ps/ps-document.c: (ps_document_set_property),
13399         (ps_document_get_property), (ps_document_class_init),
13400         (document_load):
13401         * ps/ps-document.h:
13402         * ps/ps.h:
13403         * shell/ev-window.c: (update_window_title), (ev_window_open),
13404         (ev_window_init):
13405
13406         Initial support for document title. Not working yet.
13407
13408 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13409
13410         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13411
13412         Grab focus on the view when clicking it
13413
13414 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13415
13416         * shell/ev-marshal.list:
13417         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13418         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13419
13420         Add key bindings to the view. Now if the focus would work
13421         right...
13422
13423 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13424
13425         * Makefile.am:
13426         * backend/Makefile.am:
13427         * data/Makefile.am:
13428         * dvi/Makefile.am:
13429         * dvi/dvilib/Makefile.am:
13430         * pdf/xpdf/Makefile.am:
13431         * po/POTFILES.in:
13432         * ps/Makefile.am:
13433
13434         Fix distcheck
13435
13436 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13437
13438         * shell/ev-view.c: (ev_view_realize):
13439
13440         Fix mouse wheel scrolling
13441
13442 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13443
13444         * ps/Makefile.am:
13445         * ps/gstypes.h:
13446         * ps/gtkgs.c:
13447         * ps/gtkgs.h:
13448         * ps/ps-document.c: (catchPipe), (ps_document_init),
13449         (ps_document_class_init), (ps_document_cleanup),
13450         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13451         (set_up_page), (close_pipe), (is_interpreter_ready),
13452         (interpreter_failed), (output), (input), (start_interpreter),
13453         (stop_interpreter), (file_length), (file_readable),
13454         (check_filecompressed), (check_pdf), (compute_xdpi),
13455         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13456         (ps_document_get_type), (ps_document_emit_error_msg),
13457         (document_load), (ps_document_next_page),
13458         (ps_document_get_current_page), (ps_document_get_page_count),
13459         (ps_document_goto_page), (ps_document_set_page_size),
13460         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13461         (ps_document_load), (ps_document_get_n_pages),
13462         (ps_document_set_page), (ps_document_get_page),
13463         (ps_document_widget_event), (ps_document_set_target),
13464         (ps_document_set_scale), (ps_document_set_page_offset),
13465         (ps_document_get_page_size), (ps_document_render),
13466         (ps_document_document_iface_init):
13467         * ps/ps-document.h:
13468         * ps/ps.c:
13469         * shell/ev-window.c: (ev_window_open):
13470
13471         Rename GtkGS to PSDocument
13472
13473 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13474
13475         * ps/gtkgs.c: (gtk_gs_class_init):
13476         * ps/gtkgs.h:
13477
13478         Some more leftover...
13479
13480 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13481
13482         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13483         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13484         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13485         * ps/gtkgs.h:
13486
13487         Remove unused code and make a lot of stuff private
13488
13489 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13490
13491         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13492         (gtk_gs_defaults_changed):
13493         * ps/gsdefaults.h:
13494         * ps/gtkgs.c:
13495         * ps/gtkgs.h:
13496         * ps/ps.h:
13497
13498         Cleanup headers dependencies
13499
13500 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13501
13502         * ps/Makefile.am:
13503         * ps/ggvutils.c:
13504         * ps/ggvutils.h:
13505         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13506         * ps/gsdefaults.h:
13507         * ps/gtkgs.c: (file_length), (file_readable),
13508         (check_filecompressed), (check_pdf), (gtk_gs_load),
13509         (gtk_gs_get_postscript):
13510
13511         Get rid of ggvutils
13512
13513 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13514
13515         * ps/ggvutils.c:
13516         * ps/ggvutils.h:
13517         * ps/gsio.h:
13518         * ps/gtkgs.c: (gtk_gs_set_zoom):
13519
13520         Cleanups
13521
13522 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13523
13524         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13525
13526         Ensure the page is rerendered when changing zoom
13527
13528 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13529
13530         * backend/ev-document.c: (ev_document_base_init),
13531         (ev_document_changed):
13532         * backend/ev-document.h:
13533
13534         Add a changed event that is emitted when the page content
13535         changes. This is necessary to deal with the fact that
13536         in ps backend rendering happen asycrounously.
13537         This makes the ps backend mostly work.
13538
13539         * pdf/xpdf/pdf-document.cc:
13540
13541         Emit changed event
13542
13543         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13544         (ps_document_set_target):
13545
13546         Emit changed event
13547
13548         * shell/ev-view.c: (document_changed_callback),
13549         (ev_view_set_document), (ev_view_set_page):
13550
13551         Redraw on the changed signal
13552
13553 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13554
13555         * configure.ac: Added pt_BR to ALL_LINGUAS.
13556
13557 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13558
13559         * backend/ev-document-bookmarks.c:
13560         (ev_document_bookmarks_get_child): *
13561         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13562         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13563         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13564         (ev_sidebar_bookmarks_destroy),
13565         (ev_sidebar_bookmarks_class_init),
13566         (ev_sidebar_bookmarks_construct), (stack_data_free),
13567         (do_one_iteration), (populate_bookmarks_idle),
13568         (ev_sidebar_bookmarks_clear_document),
13569         (ev_sidebar_bookmarks_set_document): *
13570         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13571         (ev_sidebar_add_page),
13572         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13573         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13574         it displays both the topics and the page numbers.
13575
13576 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13577
13578         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13579         toggle.
13580         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13581         visible.
13582
13583 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13584
13585         * configure.ac: Added en_CA to ALL_LINGUAS.
13586
13587 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13588
13589         * ChangeLog: replace bottom of this ChangeLog (merged history of
13590         ggv and gpdf; where all paths were wrong and most of the files are
13591         not even in this tree) with ChangeLog (from arch) of the shell
13592         code.
13593
13594 2004-12-23  Havoc Pennington  <hp@redhat.com>
13595
13596         * shell/ev-window.c: hook up potentially-questionable "find
13597         results status text" feature - something involving the sidebar or
13598         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13599         might be better in the end.
13600
13601         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13602         with corresponding signal when it should be updated
13603
13604         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13605
13606 2004-12-22  Havoc Pennington  <hp@redhat.com>
13607
13608         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13609         find stuff on other pages, sort of (only returns one result on
13610         invisible pages, to show they have results; updates full results
13611         for a page when you view it). Currently repaints the current page
13612         every time a new result is found on any page, which isn't so nice.
13613
13614 2004-12-22  Havoc Pennington  <hp@redhat.com>
13615
13616         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13617         the document doesn't support find (better ideas?)
13618         (find_bar_search_changed_cb): handle missing document or document
13619         that doesn't support find
13620
13621         * pdf/xpdf/pdf-document.cc: port to implement the new
13622         EvDocumentFindIface
13623
13624         * backend/ev-document-find.c: create a new interface for searching
13625
13626         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13627
13628 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13629
13630         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13631         libevbackend.la.
13632
13633         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13634         EvPrintJob constructor arguments.
13635
13636         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13637         for documents that can export PostScript (page by page).
13638
13639         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13640         
13641         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13642         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13643         (pdf_document_ps_exporter_iface_init:
13644         Implement EvPSExporter.
13645
13646         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13647
13648 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13649
13650         * backend/Makefile.am:
13651         * backend/ev-document-thumbnails.c:
13652         (ev_document_thumbnails_get_type),
13653         (ev_document_thumbnails_get_thumbnail):
13654         * backend/ev-document-thumbnails.h:
13655         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13656         (pixbuf_document_thumbnails_get_thumbnail),
13657         (pixbuf_document_document_thumbnails_iface_init):
13658         * shell/Makefile.am:
13659         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13660         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13661         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13662         * shell/ev-sidebar-thumbnails.h:
13663         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13664         (ev_sidebar_set_document):
13665         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13666         (create_shadow), (ev_pixbuf_add_shadow):
13667         * shell/ev-utils.h:
13668         Add thumbnail support.
13669         
13670 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13671
13672         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13673         (using_postscript_printer): Set up a print dialog for "PostScript
13674         injection" method.
13675
13676         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13677         EvPrintJob.
13678
13679         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13680
13681 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13682
13683         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13684         (ps_document_set_target), (ps_document_get_page_size),
13685         (ps_document_render):
13686         * ps/gtkgs.h:
13687
13688         Fix a few bugs
13689
13690 2004-12-22  Christian Rose  <menthos@menthos.com>
13691
13692         * configure.ac: Added "sv" to ALL_LINGUAS.
13693
13694 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13695
13696         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13697         document supports bookmarks.
13698
13699 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13700
13701         * ps/ggvutils.c: (ggv_file_readable):
13702         * ps/ggvutils.h:
13703         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13704         (gtk_gs_get_postscript):
13705
13706         Remove unused utils
13707
13708 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13709
13710         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13711         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13712         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13713         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13714         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13715         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13716         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13717         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13718         (gtk_gs_set_antialiasing), (ps_document_load),
13719         (ps_document_render):
13720         * ps/gtkgs.h:
13721
13722         Another check point for the ps backend. Now I can get it to show
13723         pages!
13724
13725 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13726
13727         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13728         document setting code.
13729
13730 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13731
13732         * shell/eggfindbar.c: (entry_activate_callback):
13733         Animate the next button when activate is pressed.
13734         
13735 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13736
13737         * shell/ev-window.c: (ev_window_cmd_edit_find),
13738         (update_fullscreen_popup), (ev_window_fullscreen),
13739         (ev_window_unfullscreen), (ev_window_state_event_cb),
13740         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13741         Fix bugs in fullscreen code.
13742         
13743 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13744
13745         * Makefile.am:
13746         * configure.ac:
13747         * pixbuf/Makefile.am:
13748         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13749         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13750         (pixbuf_document_set_page), (pixbuf_document_get_page),
13751         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13752         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13753         (pixbuf_document_render), (pixbuf_document_begin_find),
13754         (pixbuf_document_end_find), (pixbuf_document_finalize),
13755         (pixbuf_document_class_init),
13756         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13757         * pixbuf/pixbuf-document.h:
13758         * shell/Makefile.am:
13759         * shell/ev-application.c: (ev_application_open):
13760         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13761         (ev_window_open):
13762         Add pixbuf backend.
13763         
13764 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13765
13766         * Makefile.am: 
13767         * dvi/dvilib/Makefile.am:
13768         * dvi/Makefile.am:
13769         * configure.ac: Auto*ify dvi and dvi/dvilib
13770
13771         * dvi/Makefile: Remove from CVS
13772         
13773         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13774         confusion.
13775
13776         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13777         
13778         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13779         
13780 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13781
13782         * ps/Makefile.am:
13783         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13784         (gtk_gs_value_adjustment_changed), (compute_size),
13785         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13786         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13787         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13788         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13789         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13790         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13791         (ps_document_load), (ps_document_get_n_pages),
13792         (ps_document_set_page), (ps_document_get_page),
13793         (ps_document_set_target), (ps_document_set_scale),
13794         (ps_document_set_page_offset), (ps_document_get_page_size),
13795         (ps_document_render), (ps_document_begin_find),
13796         (ps_document_end_find), (ps_document_document_iface_init):
13797         * ps/gtkgs.h:
13798         * shell/Makefile.am:
13799         * shell/ev-window.c: (ev_window_open):
13800
13801         Some work to integrate gtkgs with EvDocument
13802
13803 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13804
13805         * shell/ev-window.c: (update_fullscreen_popup),
13806         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13807         (exit_fullscreen_button_clicked_cb),
13808         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13809         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13810         (ev_window_state_event_cb), (ev_window_init):
13811         Add fullscreen support from Epiphany.
13812         
13813 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13814
13815         * data/ev-stock-zoom-fit-width.png: fit-width
13816         stock icon from gpdf.
13817         
13818         * shell/ev-stock-icons.[ch]: copied from gpdf.
13819         
13820         * shell/main.c: (main): init stock icons.
13821         
13822         * shell/ev-window.c: use the fit-width icon.
13823         
13824         * data/evince-ui.xml: add zooming toolbar items.
13825
13826 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13827
13828         * shell/ev-view.c: 
13829         (ev_view_best_fit), (ev_view_fit_width): because
13830         get_page_size() returns the scaled page size, we
13831         need to calculate the scale factor relative to
13832         the previous scale factor. Should really just
13833         add get_real_page_size().
13834
13835 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13836
13837         * shell/ev-view.[ch]:
13838         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13839         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13840         add zooming.
13841         
13842         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13843         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13844         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13845         hook it up.
13846         
13847         * pdf/xpdf/pdf-document.cc:
13848         (pdf_document_begin_find),
13849         (pdf_document_end_find): make static.
13850
13851 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13852
13853         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13854
13855         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13856         names to fontconfig patterns.
13857         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13858
13859         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13860         setupBaseFontsFc.
13861
13862 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13863
13864         * Makefile.am:
13865         * configure.ac:
13866         * ps/Makefile.am:
13867         * ps/ggvutils.c:
13868         * ps/ggvutils.h:
13869         * ps/gsdefaults.c:
13870         * ps/gsdefaults.h:
13871         * ps/gsio.c:
13872         * ps/gsio.h:
13873         * ps/gtkgs.c:
13874         * ps/gtkgs.h:
13875         * ps/ps.c:
13876         * ps/ps.h:
13877
13878         Import ggv backend. Not hooked up yet.
13879
13880 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13881
13882         * shell/main.c: (load_files), (main): load files
13883         from the command line.
13884
13885 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13886
13887         * configure.ac: don't require bonobo.
13888         
13889         * cut-n-paste/recent-files/*: kill bonobo recent
13890         view.
13891
13892         * shell/ev-window.c:
13893         (ev_window_is_empty): upd.
13894         (unable_to_load), (ev_window_open): load backend
13895         based on the mime type.
13896
13897 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13898
13899         * backend/.cvsignore: ignore generated marshalers source.
13900
13901         * shell/main.c (main): this is not epiphany.
13902
13903 2004-12-22  Havoc Pennington  <hp@redhat.com>
13904
13905         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13906         (expose_bin_window): draw find highlights
13907
13908         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13909         
13910         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13911         (pdf_document_end_find): implement this interface
13912
13913         * backend/ev-document.c (ev_document_found): add this to emit
13914         signal
13915
13916 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13917
13918         * data/evince-ui.xml: Add a few more toolbar items.
13919
13920         * shell/ev-window.c: Hook up page navigation toolbar 
13921         items.
13922
13923         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13924         a page-changed signal.
13925
13926         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13927         Add ev_document_get_page().
13928
13929         * shell/ev-window.c: Sensitize/desensitize navigation
13930         actions.
13931
13932 2004-12-21  Havoc Pennington  <hp@redhat.com>
13933
13934         * backend/ev-backend-marshal.c,
13935         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13936         marshaler-generator thingy. I'm sure there's a better way to do
13937         this in the modern world.
13938
13939         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13940         end_find methods and "found" signal.
13941
13942         * configure.ac: find glib-genmarshal
13943
13944 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13945
13946         * shell/ev-sidebar.c: Construct an actual sidebar.
13947         * shell/ev-sidebar-bookmarks.[ch]:
13948         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13949
13950 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13951
13952         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13953         Redo size handling.
13954         
13955         * shell/ev-view.c: Track the size from the document.
13956
13957 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13958
13959         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13960         constructor assumes ownership of the string passed in.
13961         
13962         * shell/ev-window.c (ev_window_open): Destroy the error
13963         dialog once we've displayed it.
13964
13965 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13966
13967         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13968         a bit, it works! (sort of)
13969
13970         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13971         Move to .cc since we need to use C++ in the implementation.
13972
13973         * shell/dummy.cc: Add a CC file to force evince
13974         to be linked as a C++ program.
13975
13976 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13977
13978         * shell/ev-view.[ch]: Start of content-area widget.
13979
13980         * shell/ev-window.c: Create a EvView, update it
13981         as we change documents.
13982
13983         * shell/Makefile.am shell/ev-marshal.list: Add
13984         generated marshalers.
13985
13986 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13987
13988         * Makefile.am (SUBDIRS): move shell.
13989
13990 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13991
13992         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13993         .a to libtool convenience libraries.
13994
13995         * shell/ev-window.c (ev_window_open): Hard code loading
13996         a PDF document.
13997         
13998         * backend/ev-document.h: Add a boolean return to load(),
13999         fix GError * to GError **.
14000
14001         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14002         object for a PDF backend EvDocument.
14003
14004 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14005
14006         * dvi/*: New directory with the beginning of a .dvi backend.
14007
14008 2004-12-21  Havoc Pennington  <hp@redhat.com>
14009
14010         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14011         previous/next instead of back/forward
14012
14013 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14014
14015         * backend/ev-document.[ch]: Fix a couple of problems so
14016         it compile.
14017
14018 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14019
14020         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14021         to backend/ directory, rename EvViewer to EvDocument.
14022
14023 2004-12-21  Havoc Pennington  <hp@redhat.com>
14024
14025         * shell/ev-window.c: hook up the find bar widget; now we just need
14026         a document to find things in
14027
14028         * shell/eggfindbar.c: a find bar widget
14029
14030 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14031
14032         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14033
14034 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14035
14036         * pdf/**: Import of xpdf code from gpdf. 
14037
14038         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14039
14040         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14041         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14042         Fix FreeType includes.
14043
14044         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14045         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14046         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14047         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14048         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14049         Include xpdfconfig.h
14050         
14051 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14052
14053         * shell/ev-window.c (ev_window_dispose): dispose can be called
14054         multiple times.
14055
14056 2004-12-21  Havoc Pennington  <hp@redhat.com>
14057
14058         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14059         rather than Evince
14060
14061         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14062         items; really they should be synced with the strings, etc. from
14063         current gpdf, but just getting the boring typing out of the way 
14064
14065 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14066
14067         * po/POTFILES.in:
14068         * shell/ev-application.c: (window_destroy_cb):
14069         * shell/ev-window.c:
14070         * shell/main.c: (main):
14071
14072         Actually show the window...
14073
14074 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14075
14076         * Makefile.am:
14077         * shell/Makefile.am:
14078         * shell/ev-application.c: (ev_application_class_init):
14079         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14080
14081         Make it build again
14082
14083 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14084
14085         Import to gnome cvs.
14086         
14087         * Remove copies of gpdf and ggv trees.
14088         * Rip out all the recursive configure code.
14089         * Remove bonobo machinery.
14090         * viewer/*: GInterfaces that backends should/can implement.
14091
14092 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14093
14094         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14095         typo
14096
14097 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14098
14099         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14100         (ev_application_finalize, ev_application_class_init)
14101         (ev_application_init): use GType instance private data for priv.
14102
14103         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14104         (ev_window_finalize, ev_window_class_init)
14105         (ev_window_init): ditto.
14106
14107 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14108
14109         * shell/ev-application.c (ev_application_new_window): make public
14110         (ev_application_show_initial_window): kill.
14111
14112         * shell/ev-application.h: update prototypes.
14113
14114         * shell/main.cc (main): inline ev_application_show_initial_window.
14115
14116 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14117
14118         * shell/ev-application.c (ev_application_new_window): impl.
14119         (ev_application_show_initial_window): use it.
14120         (is_window_empty, ev_application_get_empty_window): returns an
14121         existing empty window or a new one.
14122         (ev_application_open): from ev_window_cmd_file_open.
14123
14124         * shell/ev-application.h: update prototypes
14125
14126         * shell/ev-window.c (ev_window_is_empty): impl.
14127         (ev_window_open): make public.
14128         (ev_window_cmd_file_open): use ev_application_open
14129
14130         * shell/ev-window.h: update prototypes, remove unused.
14131
14132 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14133
14134         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14135         move destroy handler out of here...
14136
14137         * shell/ev-application.c, shell/ev-application.h: ...into this new
14138         class. Also handles initial window creation.
14139
14140         * shell/main.cc (main): use EvApplication to create initial
14141         window.
14142
14143 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14144
14145         * Makefile.am (SUBDIRS): add cut-n-paste
14146
14147         * cut-n-paste/Makefile.am: add
14148
14149         * configure.ac: generate Makefiles in cut-n-paste
14150
14151 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14152
14153         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14154         (ev_window_class_init): install ev_window_dispose.
14155
14156 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14157
14158         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14159         char (gchar looks stupid).
14160
14161 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14162
14163         * po/de.po: updated German translation.
14164
14165 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14166
14167         * configure.ac: add more pkg-config library checks for gnome-vfs,
14168         bonobo etc.
14169
14170         * gpdf/configure.in: temporarily disable libpaper
14171         checks. Otherwise I'd have to add the checks for the shell, too.
14172
14173 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14174
14175         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14176         and * file filters to the file choose.
14177
14178 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14179
14180         * po/de.po: Updated German translation.
14181
14182 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14183
14184         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14185
14186 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14187
14188         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14189
14190         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14191         (ev_window_init): implement those menuitems.
14192
14193 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14194
14195         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14196
14197         * shell/ev-window.c (ev_window_init): use the toolbar.
14198
14199 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14200
14201         * shell/ev-window.c (ev_window_init): use menu translations
14202
14203 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14204
14205         * configure.ac: add "de" to ALL_LINGUAS.
14206
14207         * po/de.po: add German translation.
14208
14209 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14210
14211         * Makefile.am (SUBDIRS): add po
14212
14213         * configure.ac: check intltool, glib-gettext etc, generate
14214         po/Makefile.in
14215
14216         * po, po/POTFILES.in, po/POTFILES.skip: new.
14217
14218 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14219
14220         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14221         already use (#ifdef ENABLE_NLS)
14222
14223         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14224         pointer indirection thinko.
14225
14226         * shell/main.c: include gi18n.h for bindtextdomain etc.
14227
14228 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14229
14230         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14231         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14232         tooltips for menu items in the statusbar.
14233
14234 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14235
14236         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14237         pkgdatadir drop UIDIR
14238
14239 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14240
14241         * data/evince-ui.xml: Add File->Open menu item
14242
14243         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14244         chooser), hook it up in the ui manager.
14245
14246 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14247
14248         * shell/ev-window.c: fix Help->About tooltip.
14249
14250 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14251
14252         * configure.ac: set CFLAGS for libevprivate.
14253
14254         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14255         definitions, factory etc.
14256
14257         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14258
14259         * shell/Makefile.am: link against libevprivate.a.
14260
14261         * shell/ev-window.c (entries): add stock icon to Help->About.
14262
14263         * shell/main.c (main): init stock icon code.
14264
14265 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14266
14267         * lib/recent-files: egg recent files code
14268
14269         * lib/Makefile.am: add.
14270
14271         * Makefile.am: add lib subdir.
14272
14273         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14274         set CFLAGS for recent-files.
14275
14276 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14277
14278         * configure.ac: disable -ansi and -pedantic gcc flags. They
14279         disable POSIX stuff in stdio.h, but egg-recent uses them.
14280
14281 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14282
14283         * configure.ac: add --disable-deprecated flag (defaults to on in
14284         "cvs" builds).
14285
14286         * shell/Makefile.am (INCLUDES): use it.
14287
14288 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14289
14290         * shell/main.c: add missing #include.
14291
14292         * shell/ev-window.c: fix for pedantic gcc.
14293         (ev_window_cmd_help_about): split license into paragraphs for
14294         translators and pedantic compilers.
14295
14296 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14297
14298         * configure.ac: add more warning flags if compiling with gcc from
14299         cvs (or explicitly requested with --enable-more-warnings).
14300
14301 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14302
14303         * data/evince-ui.xml: add File and File->Close menu.
14304
14305         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14306         (ev_window_destroy): quit after destroy.
14307         (ev_window_class_init): override GtkObject::destroy.
14308         (entries): install close_window callback.
14309
14310 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14311
14312         * Makefile.am (SUBDIRS): add data subdir.
14313
14314         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14315         gtk+ 2.5.0 for GtkAboutDialog.
14316
14317         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14318         main window.
14319
14320         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14321
14322         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14323         manager.
14324         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14325
14326 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14327
14328         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14329
14330 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14331
14332         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14333
14334 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14335
14336         * shell/*: Added shell directory boilerplate, build it.
14337
14338 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14339
14340         * configure.ac, Makefile.am: Added top-level configure.ac and
14341         Makefile.am