]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fix zip mime-type in comics backend. Patch by Juanjo Marín.
[evince.git] / ChangeLog
1 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/comics/comics-document.c: (comics_document_load):
4
5         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
6         
7 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * NEWS:
10         * configure.ac:
11
12         Update for release 2.25.2
13         
14 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * configure.ac:
17         * shell/Makefile.am:
18         * shell/ev-keyring.[ch]:
19         * shell/ev-password.[ch]: Removed
20         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
21         (ev_password_view_class_init), (ev_password_view_clicked_cb),
22         (ev_password_view_init), (ev_password_view_set_uri),
23         (ev_password_dialog_got_response),
24         (ev_password_dialog_remember_button_toggled),
25         (ev_password_dialog_entry_changed_cb),
26         (ev_password_dialog_entry_activated_cb),
27         (ev_password_view_ask_password), (ev_password_view_get_password),
28         (ev_password_view_get_password_save_flags),
29         (ev_password_view_new):
30         * shell/ev-window.c: (ev_window_password_view_unlock),
31         (ev_window_load_job_cb), (ev_window_close_dialogs),
32         (ev_window_init):
33
34         Rework the password view. When the password is in the keyring it's
35         used automatically without showing the password dialog and it's  
36         only stored in the keyring when we are sure it's correct. The
37         password dialog has been reworked too, in order to make it
38         more hig compliant and consistent with the GTK+ dialog used in
39         gtkmountoperation. Fixes bug #562496. 
40         
41 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * backend/comics/comics-document.c: (comics_document_load):
44
45         Do not trust file extensions when getting the command needed to
46         uncompress comic documents. Fixes bug #562143.
47         
48 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
49
50         * libdocument/ev-document-factory.c: (get_document_from_uri),
51         (ev_document_factory_get_document):
52         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
53         (get_mime_type_from_data), (ev_file_get_mime_type):
54
55         Move mime-type functions from document-facrory to file-helpers so
56         that it can be reused.
57         
58 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
59
60         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
61         (window_open_file_copy_ready_cb), (ev_window_reload_local),
62         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
63         (ev_window_reload_remote), (ev_window_reload_document):
64
65         Add support for reloading remote documents. Fixes bug #555399.
66         
67 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
68
69         * shell/ev-view.c: (ev_view_find_previous):
70
71         Make sure find_result is never < 0 which causes a crash while
72         searching. Fixes bug #558377.
73         
74 2008-11-19  Marek Kašík <mkasik@redhat.com>
75
76         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
77         (ev_pixbuf_cache_get_selection_surface):
78         
79         Fixes crash on fast scrolling with simultaneous text selection.
80
81 2008-11-19  Marek Kašík <mkasik@redhat.com>
82
83         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
84         * shell/ev-window.c (launch_external_uri):
85         
86         Fixes assertion fail on selecting text. See bug #561393.
87
88 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * shell/Makefile.am:
91         * shell/ev-jobs.[ch]: (ev_job_layers_init),
92         (ev_job_layers_dispose), (ev_job_layers_run),
93         (ev_job_layers_class_init), (ev_job_layers_new):
94         * shell/ev-sidebar-layers.[ch]:
95         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
96         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
97         (ev_view_reload_page), (ev_view_reload):
98         * shell/ev-window.c: (setup_sidebar_from_metadata),
99         (ev_window_sidebar_current_page_changed_cb),
100         (sidebar_layers_visibility_changed), (ev_window_init):
101
102         Add layers support.
103         
104 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
105
106         * data/icons/22x22/actions/Makefile.am:
107         * data/icons/22x22/actions/eye.png:
108         * shell/ev-stock-icons.[ch]:
109         
110         Add eye icon from gimp to hide/show layers.
111         
112 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
113
114         * configure.ac:
115         * cut-n-paste/Makefile.am:
116         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
117         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
118         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
119
120         Add GimpCellRendererToggle from gimp slightly modified to fit our
121         needs. 
122         
123 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
124
125         * configure.ac:
126         * backend/pdf/ev-poppler.cc:
127
128         Implement layers interface in PDF backend.
129         
130 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
131
132         * libdocument/Makefile.am:
133         * libdocument/ev-document-layers.[ch]:
134         * libdocument/ev-layer.[ch]:
135
136         Add optional content (layers) interface.
137         
138 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
139
140         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
141         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
142
143         Removes unused code.
144
145 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
146
147         * NEWS:
148         * configure.ac:
149
150         Update for 2.25.1 release
151
152 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
153
154         * shell/ev-window.c:
155
156         Fix build with GTK+ < 2.14
157
158 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
159
160         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
161         
162         Makes menu label translatable. Fixes bug #559129.
163
164 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
165
166         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
167         (t1_transform_font):
168         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
169         
170         More renames of warning to mdvi_warning in follow up to the
171         fix of the bug #553369. Fix for the bug #559257 by
172         Tuxce <tuxce.net@gmail.com>.
173         
174 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
175
176         * shell/ev-application.c: (ev_application_init_session):
177         * shell/main.c: (main):
178
179         Move the egg_set_desktop_file() call to main and remove
180         gtk_window_set_default_icon_name() since it's already called by
181         egg_set_desktop_file()
182         
183 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
184
185         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
186
187         Initialize GError to NULL.
188         
189 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
190
191         * shell/ev-window.c: (window_save_file_copy_ready_cb),
192         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
193         (ev_window_preview_print_finished), (launch_action):
194
195         Do not use popup dialogs to show error messages anymore, use the
196         message area instead.
197         
198 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * shell/ev-window.c: (ev_window_error_message),
201         (ev_window_warning_message), (ev_window_set_document),
202         (ev_window_load_job_cb), (ev_window_load_remote_failed),
203         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
204         (ev_window_cmd_help_contents), (launch_external_uri),
205         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
206         (ev_attachment_popup_cmd_open_attachment),
207         (attachment_save_dialog_response_cb):
208
209         Use a message format (with printf()-style) in
210         ev_window_error_message and ev_window_warning_message.
211
212 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
213
214         * shell/ev-window.c: (ev_window_error_message),
215         (ev_window_warning_message), (ev_window_set_document),
216         (ev_window_load_job_cb), (ev_window_load_remote_failed),
217         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
218         (ev_window_cmd_help_contents), (launch_external_uri),
219         (image_save_dialog_response_cb),
220         (ev_attachment_popup_cmd_open_attachment),
221         (attachment_save_dialog_response_cb):
222
223         Change ev_window_error_message and ev_window_warning_message to
224         receive a EvWindow instead of a GtkWindow. It's more consistent
225         and avoids unneeded casts.
226         
227 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * shell/ev-window.c: (ev_window_cmd_help_contents):
230
231         Use gtk_show_uri() when availale to display help contents.
232         
233 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * configure.ac:
236         * backend/pdf/ev-poppler.cc:
237         * properties/ev-properties-view.c:
238         * shell/Makefile.am:
239         * shell/ev-tooltip.[ch]: Removed
240         * shell/ev-view-private.h
241         * shell/eggfindbar.c:
242         * shell/ev-application.c:
243         * shell/ev-open-recent-action.c:
244         * shell/ev-sidebar-thumbnails.c:
245         * shell/ev-view.c:
246         * shell/ev-window.c:
247
248         Bump GTK+ requirement to 2.12.
249         
250 2008-10-27 Christian Persch <chpe@gnome.org>
251
252         * backend/djvu/djvu-document.c
253         * backend/dvi/cairo-device.c
254         * cut-n-paste/evmountoperation/ev-mount-operation.h
255         * cut-n-paste/gedit-message-area/gedit-message-area.h
256         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
257         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
258         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
259         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
260         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
261         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
262         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
263         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
264         * cut-n-paste/zoom-control/ephy-zoom-action.c
265         * cut-n-paste/zoom-control/ephy-zoom-action.h
266         * cut-n-paste/zoom-control/ephy-zoom-control.c
267         * cut-n-paste/zoom-control/ephy-zoom-control.h
268         * libdocument/ev-async-renderer.h
269         * libdocument/ev-document-factory.c
270         * libdocument/ev-document-misc.h
271         * libdocument/ev-image.h
272         * libdocument/ev-selection.h
273         * shell/ev-properties-fonts.h
274         * shell/ev-stock-icons.h
275         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
276         directly. Bug #558064.
277
278 2008-10-27 Christian Persch <chpe@gnome.org>
279
280         * cut-and-paste/smclient/*: Update from libegg.
281
282 2008-10-27 Christian Persch <chpe@gnome.org>
283
284         * backend/djvu/djvu-document.c
285         * backend/ps/ev-spectre.c
286         * shell/ev-jobs.c: Use printf safely. Bug #558066.
287
288 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
289
290         * shell/ev-view.c (ev_view_change_page),
291         (ev_view_transition_animation_finish),
292         (ev_view_transition_animation_cancel), (page_changed_cb),
293         (ev_view_set_presentation), (ev_view_next_page),
294         (ev_view_previous_page):
295         
296         Cancel the animation without scheduling transition start
297         and proceed to the next page to fix bug #516749.
298
299 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
300
301         * NEWS:
302         * configure.ac:
303
304         Update for release 2.24.1
305         
306 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * shell/ev-window.c: (ev_window_cmd_view_presentation):
309
310         Disable toggle function of F5 when in presentation mode. Patch by
311         Dave Neary. Fixes bug #556162.
312         
313 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
314
315         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
316         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
317         (ev_sidebar_thumbnails_fill_model),
318         (ev_sidebar_thumbnails_refresh),
319         (ev_sidebar_thumbnails_set_document):
320
321         Instead of using only one loading icon for thumbnails based on the
322         size of the first page, create an icon for every different page
323         size. Fixes bug #556264.
324         
325 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
326
327         * shell/ev-page-cache.c: (ev_page_cache_finalize):
328
329         Fix memory leak.
330         
331 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
332
333         * shell/ev-window-title.c (ev_window_title_sanitize_title):
334
335         Removes bad prefixes from window title. Patch by 
336         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
337         
338 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
339
340         * shell/ev-window.c: (launch_external_uri):
341
342         Do not consider mailto links as http uris. Fixes bug #555801.
343         
344 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * shell/ev-view.c: (merge_selection_region), (clear_selection):
347
348         Fix memory leak. Fixes bug #555134.
349         
350 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
353
354         Emit the job finished signal when the job is handled before the
355         page_ready callback.
356         
357 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
358
359         * shell/ev-window.c: (launch_action):
360
361         Use GdkAppLaunchContext when available to launch external
362         applications.
363         
364 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
365
366         * shell/ev-window.c: (launch_action):
367
368         Fix launching external applications for launch actions which seems
369         to be broken since the gio port. Fixes bug #554500.
370         
371 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
372
373         * backend/dvi/Makefile.am:
374         * backend/dvi/cairo-device.c:
375         * backend/dvi/dvi-document.c:
376         * backend/dvi/mdvi-lib/Makefile.am:
377
378         Fix several compile warnings in the dvi backend.
379         
380 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
381
382         * backend/dvi/mdvi-lib/common.h:
383         * backend/dvi/mdvi-lib/dviread.c:
384         * backend/dvi/mdvi-lib/font.c:
385         * backend/dvi/mdvi-lib/fontmap.c:
386         * backend/dvi/mdvi-lib/fontsrch.c:
387         * backend/dvi/mdvi-lib/gf.c:
388         * backend/dvi/mdvi-lib/pagesel.c:
389         * backend/dvi/mdvi-lib/pk.c:
390         * backend/dvi/mdvi-lib/sp-epsf.c:
391         * backend/dvi/mdvi-lib/special.c:
392         * backend/dvi/mdvi-lib/tfm.c:
393         * backend/dvi/mdvi-lib/tfmfile.c:
394         * backend/dvi/mdvi-lib/util.c:
395         * backend/dvi/mdvi-lib/vf.c:
396
397         Rename error as mdvi_error to avoid symbol conflicts with the libc
398         error. Rename also message, crash, fatal and warning for
399         consistency. Fixes bug #553369.
400         
401 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * backend/dvi/dvi-document.c: (dvi_document_load):
404
405         Fix memory leak.
406         
407 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
408
409         * backend/dvi/dvi-document.c:
410
411         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
412         G_IMPLEMENT_INTERFACE.
413         
414 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
417
418         Make sure copy_job_page_and_selection_to_job_info is always called
419         before copy_job_to_job_info. Fixes bug #552382.
420         
421 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * NEWS:
424         * configure.ac:
425
426         Update for release 2.24.0
427         
428 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
429
430         * shell/ev-window.c: (launch_external_uri):
431
432         Use GdkAppLaunchContext when available to launch external uris.
433         
434 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
435
436         * shell/ev-window.c: (launch_external_uri):
437
438         Use the message area to show errors when lauching external uris
439         instead of a popup window.
440         
441 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
442
443         * shell/ev-window.c: (launch_external_uri):
444
445         Assume invalid uris are http uris. Fixes bug #552071.
446         
447 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
448
449         * NEWS:
450         * configure.ac:
451
452         Update for release 2.23.92.
453         
454 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * shell/eggfindbar.c: (egg_find_bar_class_init):
457
458         Allow page scrolling with PageUp/PageDown keys when find bar is
459         active. Fixes bug #529833.
460         
461 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
462
463         * shell/ev-view-private.h:
464         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
465         (ev_view_scroll), (ev_view_class_init):
466         * shell/ev-view-accessible.c:
467         (ev_view_accessible_action_do_action):
468         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
469         (ev_window_cmd_scroll_backward):
470
471         Use GtkScrollType instead of EvScrollType.
472         
473 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
474
475         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
476         
477         Patch for case unsensitive page label match by Michael Lee.
478         See bug #550136.
479         
480         * shell/ev-page-action.c (create_tool_item):    
481         * test/Makefile.am:
482         * test/test1.py:
483         * test/test4.py:
484         * test/test5.py:
485         
486         Added test for the above and updated other tests.
487
488 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
489
490         * shell/ev-window.c: (image_save_dialog_response_cb):
491
492         Do not append the file extension twice when saving an image.
493         
494 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
495
496         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
497
498         Remove an invalid ifdef.
499         
500 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
501
502         * shell/ev-view.c: (ev_view_motion_notify_event):
503
504         Make sure the cursor is correctly restored after showing the right
505         click menu.
506         
507 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
508
509         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
510         (ev_attachment_open):
511         * shell/ev-sidebar-attachments.c:
512         (ev_sidebar_attachments_button_press):
513         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
514
515         Use GdkAppLaunchContext when available to open attachments.
516         
517 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
518
519         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
520
521         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
522         by Eric Piel.
523         
524 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * shell/ev-application.c: (ev_application_get_media_keys):
527         * shell/ev-media-player-keys.[ch]:
528         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
529         (ev_media_player_keys_grab_keys),
530         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
531         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
532         * shell/ev-window.[ch]: (ev_window_dispose),
533         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
534         (ev_window_init):
535
536         Clean up the media player keys stuff.
537         
538 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
539
540         * NEWS:
541         * configure.ac:
542
543         Update for release 2.23.91.
544         
545 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
546
547         * cut-n-paste/smclient/eggsmclient-xsmp.c:
548         (sm_client_xsmp_set_initial_properties):
549
550         Fix memory leak.
551         
552 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
553
554         * shell/ev-application.c: (ev_application_open_window),
555         (ev_application_open_uri_at_dest):
556
557         Make sure evince starts up in the right workspace when resuming a
558         previous session.
559         
560 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * shell/ev-application.[ch]: (ev_application_open_window),
563         (ev_application_add_icon_path_for_screen),
564         (ev_application_open_uri_at_dest):
565
566         Fix window manager warnings shown in ~/.xsession-errors
567         
568 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
569
570         * configure.ac:
571         * cut-n-paste/Makefile.am:
572         * cut-n-paste/smclient/Makefile.am:
573         * cut-n-paste/smclient/eggdesktopfile.[ch]:
574         * cut-n-paste/smclient/eggsmclient-private.h:
575         * cut-n-paste/smclient/eggsmclient-xsmp.c:
576         * cut-n-paste/smclient/eggsmclient.[ch]:
577
578         EggSMClient copied from libegg
579
580         * libdocument/ev-file-helpers.c: (ev_dot_dir):
581         * shell/Makefile.am:
582         * shell/ev-application.[ch]: (ev_application_load_session),
583         (smclient_save_state_cb), (smclient_quit_cb),
584         (ev_application_init_session), (ev_application_shutdown),
585         (ev_application_init):
586         * shell/main.c: (main):
587
588         Use EggSMClient instead of gnome-client and remove libgnome and
589         libgnomeui dependencies.
590         
591 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * shell/main.c: (main):
594
595         Remove gnome_authentication_manager_init.
596         
597 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
598
599         * shell/ev-view.c: (ev_view_goto_window_create):
600
601         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
602         since it's now deprecated.
603         
604 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
605
606         * backend/djvu/Makefile.am:
607         * backend/djvu/djvu-document-private.h:
608         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
609         (djvu_document_find_iface_init):
610         * backend/djvu/djvu-text-page.[ch]:
611         * backend/djvu/djvu-text.[ch]: Removed
612         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
613         (pdf_document_find_iface_init):
614         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
615         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
616         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
617         (ev_job_find_get_n_results), (ev_job_find_get_progress),
618         (ev_job_find_has_results), (ev_job_find_get_results):
619         * shell/ev-view-private.h:
620         * shell/ev-view.[ch]: (ev_view_expose_event),
621         (highlight_find_results), (ev_view_finalize),
622         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
623         (ev_view_set_document), (ev_view_find_get_n_results),
624         (ev_view_find_get_result), (jump_to_find_result),
625         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
626         (ev_view_find_previous), (ev_view_find_search_changed),
627         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
628         * shell/ev-window.c: (ev_window_update_actions),
629         (page_changed_cb), (ev_window_setup_document),
630         (ev_window_update_find_status_message),
631         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
632         (ev_window_clear_find_job), (find_bar_close_cb),
633         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
634         (ev_window_dispose), (ev_window_init):
635
636         Rework find interface. The find logic has been moved from backends
637         to the shell avoiding a lot of duplicated code in the backends and
638         making easier to implement the find interface in the backends.
639         
640 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * backend/pdf/ev-poppler.cc:
643         (pdf_document_thumbnails_get_dimensions):
644
645         Make sure thumbnail size returned by the PDF is actually
646         valid. Fixes bug #548462.
647         
648 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
649
650         * shell/ev-window.c: (ev_window_setup_document),
651         (ev_window_set_document), (ev_window_dispose):
652
653         Remove the idle function for setting the document up when the
654         window is destroyed. Fixes bug #549163.
655         
656 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
657
658         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
659         (ev_job_attachments_dispose), (ev_job_attachments_run),
660         (ev_job_attachments_class_init), (ev_job_attachments_new):
661         * shell/ev-sidebar-attachments.c:
662         (ev_sidebar_attachments_set_document):
663
664         Add a new job to get the attachments in a thread with the document
665         lock held. Fixes bug #548653.
666         
667 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
668
669         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
670         (tiff_document_document_iface_init):
671
672         Implement document_get_page_label in tiff backend.
673         
674 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
675
676         * backend/tiff/tiff-document.c: (tiff_document_render):
677
678         Handle document orientation in tiff backend. Fixes bug #548444.
679         
680 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
681
682         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
683
684         Do not crash when adjustment page size is 0. Fixes bug #547440.
685         
686 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * cut-n-paste/evmountoperation/ev-mount-operation.c:
689
690         Sync with current GTK+.
691         
692 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
693
694         * configure.ac:
695         
696         Update for release 2.23.6.
697
698 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
701         (ev_job_load_set_password):
702         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
703         * shell/ev-window.c: (password_dialog_response),
704         (ev_window_load_job_cb):
705
706         Fix loading encrypted documents since I broke it with the jobs
707         rework.
708         
709 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
710
711         * NEWS:
712
713         Update NEWS for 2.23.6 release.
714         
715 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
716
717         * backend/impress/impress-document.c:
718         * backend/impress/render.h:
719         * libdocument/ev-document-factory.c:
720         * libdocument/ev-document-factory.h:
721         * libdocument/ev-document-links.h:
722         * libdocument/ev-document-misc.c:
723         * libdocument/ev-document-misc.h:
724         * properties/ev-properties-main.c:
725         * properties/ev-properties-view.c:
726         * properties/ev-properties-view.h:
727         * shell/eggfindbar.c:
728         * shell/eggfindbar.h:
729         * shell/ev-application.c:
730         * shell/ev-application.h:
731         * shell/ev-jobs.h:
732         * shell/ev-message-area.h:
733         * shell/ev-navigation-action.c:
734         * shell/ev-navigation-action.h:
735         * shell/ev-open-recent-action.c:
736         * shell/ev-open-recent-action.h:
737         * shell/ev-page-action-widget.c:
738         * shell/ev-page-action.c:
739         * shell/ev-page-action.h:
740         * shell/ev-page-cache.h:
741         * shell/ev-password-view.h:
742         * shell/ev-password.h:
743         * shell/ev-pixbuf-cache.h:
744         * shell/ev-properties-fonts.c:
745         * shell/ev-sidebar-attachments.c:
746         * shell/ev-sidebar-links.c:
747         * shell/ev-sidebar-links.h:
748         * shell/ev-sidebar-thumbnails.c:
749         * shell/ev-sidebar-thumbnails.h:
750         * shell/ev-sidebar.c:
751         * shell/ev-sidebar.h:
752         * shell/ev-stock-icons.c:
753         * shell/ev-tooltip.h:
754         * shell/ev-view.c:
755         * shell/ev-view.h:
756         * shell/ev-window.c:
757         * shell/ev-window.h:
758         * shell/main.c:
759
760         More #include cleanups. Again: reordering, single gtk.h
761         includes and other stuff.
762
763 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
764
765         * shell/eggfindbar.c:
766         * shell/ev-application.c:
767         * shell/ev-message-area.c:
768         * shell/ev-navigation-action.c:
769         * shell/ev-open-recent-action.c:
770         * shell/ev-page-action-widget.c:
771         * shell/ev-page-action.c:
772         * shell/ev-password-view.c:
773         * shell/ev-properties-dialog.c:
774         * shell/ev-properties-fonts.c:
775         * shell/ev-sidebar-attachments.c:
776         * shell/ev-sidebar-page.c:
777         * shell/ev-sidebar-thumbnails.c:
778         * shell/ev-stock-icons.c:
779         * shell/ev-tooltip.c:
780         * shell/ev-view.c:
781         * shell/ev-window.c:
782         * shell/main.c:
783
784         Cleanup many #include statements: reorder so that a
785         generic-to-specific order is used, use single gtk.h
786         includes, and some other cleanups.
787
788 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * shell/ev-jobs.h:
791
792         Add gio header.
793         
794 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
795
796         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
797         (ev_document_fc_mutex_trylock):
798         * shell/Makefile.am:
799         * shell/ev-job-queue.[ch]:
800         * shell/ev-job-scheduler.[ch]:
801         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
802         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
803         (ev_job_run), (ev_job_cancel), (ev_job_failed),
804         (ev_job_failed_from_error), (ev_job_succeeded),
805         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
806         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
807         (ev_job_links_class_init), (ev_job_render_init),
808         (notify_page_ready), (ev_job_render_page_ready),
809         (ev_job_render_run), (ev_job_render_class_init),
810         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
811         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
812         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
813         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
814         (ev_job_save_dispose), (ev_job_save_run),
815         (ev_job_save_class_init), (ev_job_print_init),
816         (ev_job_print_dispose), (ev_job_print_run),
817         (ev_job_print_class_init):
818         * shell/ev-page-cache.c:
819         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
820         (check_job_size_and_unref), (move_one_job),
821         (copy_job_to_job_info), (add_job),
822         (ev_pixbuf_cache_add_jobs_if_needed):
823         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
824         (job_fonts_finished_cb), (job_fonts_updated_cb),
825         (ev_properties_fonts_set_document):
826         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
827         (ev_sidebar_links_set_document):
828         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
829         (ev_sidebar_thumbnails_set_document),
830         (ev_sidebar_thumbnails_clear_job):
831         * shell/ev-view-private.h:
832         * shell/ev-view.c:
833         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
834         (ev_window_refresh_window_thumbnail), (password_dialog_response),
835         (ev_window_clear_load_job), (ev_window_clear_reload_job),
836         (ev_window_load_job_cb), (ev_window_reload_job_cb),
837         (window_open_file_copy_ready_cb), (ev_window_open_uri),
838         (ev_window_reload_document), (ev_window_clear_save_job),
839         (ev_window_save_job_cb), (file_save_dialog_response_cb),
840         (ev_window_clear_print_job), (ev_window_print_job_cb),
841         (ev_window_print_dialog_response_cb):
842         * shell/main.c: (main):
843
844         Rework the jobs system in order to make it simpler and more
845         extensible. It allows to run jobs in the main loop instead of
846         using a thread when it's appropriate like the fonts job. Now it's
847         also possible to cancel jobs that are currently running. 
848         
849 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * libdocument/ev-debug.c: (profile_init):
852
853         Create the hash table also when profiling service is enabled for
854         all sections.
855         
856 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
857
858         * libdocument/ev-debug.[ch]: (ev_profiler_start),
859         (ev_profiler_stop):
860         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
861         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
862         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
863         (ev_job_print_run):
864         * shell/main.c: (main):
865
866         Add a profile mode available when debug is enabled. Add profilers
867         in ev-jobs.
868         
869 2008-07-23  Götz Waschk <waschk@mandriva.org>
870
871         * configure.ac: Correctly build desktop file. Fixes
872         bug #544237.
873
874 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
875
876         * configure.ac:
877         
878         Update for release 2.23.5.
879
880 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
881
882         * NEWS:
883
884         Update NEWS for 2.23.5 release.
885         
886 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
887
888         * shell/ev-window.c: (ev_window_state_event),
889         (ev_window_class_init):
890
891         Intercept window manager's fullscreen request in order to run/stop
892         fullscreen mode. Fixes bug #493541.
893         
894 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
895
896         * shell/ev-window.c: (find_bar_visibility_changed_cb):
897
898         Restart the job search when the find bar is opened for the second
899         time. Fixes bug #531956.
900         
901 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
902
903         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
904         (get_document_from_uri):
905
906         Make sure we always return a valid error struct when
907         get_document_from_uri fails. Fixes nautilus crash, see bug
908         #542548.
909         
910 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
911
912         * libdocument/ev-transition-effect.c
913         (ev_transition_effect_type_get_type),
914         (ev_transition_effect_alignment_get_type),
915         (ev_transition_effect_direction_get_type):
916         
917         Fixes bug #542924. Makes enums static to fix Solaris build.
918
919 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
920
921         * shell/ev-view.c: (ev_view_key_press_event):
922
923         Add '.' keybinding for blanking the screen in presentation
924         mode. Fixes bug #542001.
925         
926 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
927
928         * libdocument/ev-document-misc.c:
929         (ev_document_misc_pixbuf_from_surface):
930
931         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
932         #540950.
933         
934 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
935
936         * backend/comics/comics-document.c (comics_document_load):
937         * backend/comics/comicsdocument.evince-backend.in:
938         * configure.ac:
939         * thumbnailer/evince-thumbnailer-comics.schemas.in:
940         
941         Added support for 7-zip based cb7 comic book. Patch by
942         Kartik Rustagi. Fixes bug #532312.
943
944 2008-06-24  Bastien Nocera  <hadess@hadess.net>
945
946         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
947         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
948         Fixes bug #539972.
949
950 2008-06-24  Bastien Nocera  <hadess@hadess.net>
951
952         * shell/Makefile.am:
953         * shell/ev-application.c (ev_application_init),
954         (ev_application_get_media_keys):
955         * shell/ev-application.h:
956         * shell/ev-marshal.list:
957         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
958         (proxy_destroy), (on_media_player_key_pressed),
959         (ev_media_player_keys_init), (ev_media_player_keys_focused),
960         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
961         * shell/ev-media-player-keys.h:
962         * shell/ev-window.c (ev_window_go_previous_page),
963         (ev_window_go_next_page), (ev_window_go_first_page),
964         (ev_window_go_last_page), (ev_window_start_presentation),
965         (ev_window_dispose), (view_actions_focus_in_cb):
966         * shell/ev-window.h: When building with D-Bus support, listen
967         for multimedia key events from gnome-settings-daemon. This allows
968         to go to the next/previous/first/last pages using, respectively,
969         Next/Previous/Rewing/Fast Forward. The Play button is used to start
970         a presentation. Fixes bug #539971.
971
972 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
973
974         * configure.ac:
975         
976         Update for release 2.23.4.
977
978 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
979
980         * NEWS:
981
982         Update news for 2.23.4 release.
983         
984 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
987         * shell/ev-sidebar-thumbnails.c:
988         (ev_sidebar_thumbnails_set_loading_icon),
989         (ev_sidebar_thumbnails_refresh):
990         * shell/ev-window.c: (ev_window_error_message),
991         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
992         (ev_window_set_document):
993
994         Do not crash opening documents with no pages and show a warning
995         message in the message area. Fixes bugs #537574 and #171588.
996         
997 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * shell/Makefile.am:
1000         * shell/ev-file-monitor.[ch]:
1001         * shell/ev-window.c: (ev_window_document_changed),
1002         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1003         (ev_window_reload_job_cb), (ev_window_open_uri),
1004         (ev_window_reload_document), (ev_window_cmd_view_reload),
1005         (ev_window_dispose):
1006
1007         Automaticly reload the document when the file has changed on
1008         disk. Bug #304249.
1009         
1010 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1011
1012         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1013         * libdocument/ev-image.c: (ev_image_save_tmp):
1014         * libdocument/ev-module.c: (ev_module_load):
1015         * shell/ev-application.c: (ev_application_shutdown),
1016         (ev_application_get_print_settings):
1017         * shell/ev-sidebar-attachments.c:
1018         (ev_sidebar_attachments_button_press),
1019         (ev_sidebar_attachments_drag_data_get):
1020         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1021         (ev_window_print_finished), (ev_window_print_send),
1022         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1023         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1024         (ev_window_cmd_preview_print):
1025         * shell/main.c: (load_files_remote):
1026         Fix some build warnings under GCC 4.3.0. (#537535).
1027
1028 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * shell/ev-jobs.c: (ev_job_render_dispose):
1031
1032         Fix a crash in debug mode. Patch by Daniel M German.
1033         
1034 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * shell/ev-window.c:
1037
1038         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1039         
1040 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1041
1042         * shell/ev-window.c: (ev_window_print_send),
1043         (ev_window_do_preview_print):
1044
1045         Use the window title as print job name instead of just
1046         "evince-print". Fixes bug #534493.
1047         
1048 2008-05-19  Frederic Peters  <fpeters@0d.be>
1049
1050         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1051         Bug #533897.
1052
1053 2008-05-19  Frederic Peters  <fpeters@0d.be>
1054
1055         * help/reference/Makefile.am: added missing libevmountoperation to
1056         gtkdoc-scanobj libraries.  Bug #533896.
1057
1058 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1059
1060         * properties/ev-properties-view.c (get_default_user_units):
1061         Fixes check for default units string translation. Bug #533323.
1062
1063 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1064
1065         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1066         be an iks_free(). Fix an array overflow in the XML parser that
1067         would occur whenever the number of attributes in a tag was greater
1068         than 0 and divisible by 6. Fixes GNOME bug #530852.
1069
1070 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1071
1072         * backend/djvu/djvu-document-private.h:
1073         * backend/djvu/djvu-links.c:
1074         * backend/djvu/djvu-text.c:
1075         * backend/djvu/djvu-document.c: (djvu_handle_events),
1076         (djvu_wait_for_message), (djvu_document_load),
1077         (document_get_page_size), (djvu_document_render),
1078         (djvu_document_thumbnails_get_thumbnail),
1079         (djvu_document_file_exporter_end):
1080
1081         Make sure load job doesn't finish successfully when the document
1082         is not successfully decoded by libdjvu. Fixes bug #530202.
1083         
1084 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * configure.ac:
1087         * libdocument/Makefile.am:
1088         * libdocument/ev-debug.[ch]:
1089         * libdocument/ev-document.c:
1090         * shell/ev-jobs.c: (ev_job_links_dispose),
1091         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1092         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1093         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1094         (ev_job_render_page_ready), (ev_job_render_run),
1095         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1096         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1097         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1098         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1099         (ev_job_print_new), (ev_job_print_run):
1100         * shell/main.c: (main):
1101
1102         Add debug mode based on gedit code. Add debug messages in
1103         ev-jobs.
1104         
1105 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * libdocument/ev-document-factory.c: (get_document_from_uri):
1108
1109         Fix memory leak.
1110         
1111 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1112
1113         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1114         (get_mime_type_from_data), (get_document_from_uri),
1115         (ev_document_factory_get_document):
1116         
1117         Improved error message about file opening failture.
1118         Bug #529129.
1119
1120 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1121
1122         * data/evince-toolbar.xml:
1123         
1124         Allow to add SaveAs to toolbar.
1125
1126 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1127
1128         * shell/ev-view-private.h:
1129         * shell/ev-view.[ch]: (ev_view_button_release_event),
1130         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1131         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1132         (ev_view_update_primary_selection), (clear_link_selected),
1133         (ev_view_copy_link_address):
1134         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1135
1136         Update also the primary selection when copying a link
1137         address. Fixes bug #520855.
1138         
1139 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1140
1141         * libdocument/ev-document-factory.c: (get_document_from_uri):
1142
1143         Use the pixbuf backend only when the mime type is not supported by
1144         any of the other backend so that tiff documents, for instance, are
1145         handled by the tiff backend instead of the pixbuf backend. fixes
1146         bug #520290.
1147         
1148 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1149
1150         * cut-n-paste/Makefile.am:
1151
1152         Add evmountoperation to subdirs list.
1153         
1154 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1155
1156         * configure.ac:
1157
1158         Fix libspectre check in configure script. Fixes bug #528549.
1159         
1160 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1161
1162         * configure.ac:
1163         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1164         * shell/Makefile.am:
1165         * shell/ev-window.c: (ev_window_load_remote_failed),
1166         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1167
1168         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1169         open documents in remote locations that are not mounted.
1170         
1171 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1172
1173         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1174         (bitmap_convert_msb8):
1175         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1176         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1177
1178         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1179         
1180 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1181
1182         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1183         (ev_job_render_new), (ev_job_render_set_selection_info),
1184         (ev_job_render_run):
1185         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1186         (check_job_size_and_unref),
1187         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1188         (add_job), (ev_pixbuf_cache_get_selection_surface):
1189
1190         Create the render context needed for rendering a page in the render
1191         thread so that we don't block the main thread. Simplify
1192         EvJobRender API.
1193         
1194 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1195
1196         * libdocument/Makefile.am:
1197         * libdocument/ev-page.[ch]:
1198         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1199         (ev_render_context_new), (ev_render_context_set_page):
1200         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1201         (ev_form_field_finalize), (ev_form_field_class_init):
1202         * libdocument/ev-document-forms.[ch]:
1203         (ev_document_forms_get_form_fields):
1204         * libdocument/ev-document.[ch]: (ev_document_get_page),
1205         (ev_document_get_page_size), (ev_document_get_page_label):
1206         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1207         (ev_job_render_run), (ev_job_thumbnail_new),
1208         (ev_job_thumbnail_run), (ev_job_print_run):
1209         * shell/ev-page-cache.c: (ev_page_cache_new):
1210         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1211         (check_job_size_and_unref), (add_job):
1212         * shell/ev-sidebar-thumbnails.c: (add_range):
1213         * shell/ev-view.c: (ev_view_form_field_get_region),
1214         (ev_view_form_field_button_create_widget),
1215         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1216         (ev_view_handle_form_field), (ev_view_size_allocate),
1217         (get_selected_text):
1218         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1219         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1220         (pdf_document_get_page), (pdf_document_get_page_label),
1221         (pdf_document_render), (pdf_document_get_info),
1222         (pdf_document_document_iface_init),
1223         (pdf_document_thumbnails_get_thumbnail),
1224         (pdf_document_thumbnails_get_dimensions),
1225         (pdf_document_file_exporter_do_page),
1226         (pdf_selection_render_selection),
1227         (pdf_selection_get_selected_text),
1228         (pdf_selection_get_selection_region),
1229         (pdf_selection_get_selection_map),
1230         (pdf_document_forms_get_form_fields),
1231         (pdf_document_forms_form_field_text_get_text),
1232         (pdf_document_forms_form_field_text_set_text),
1233         (pdf_document_forms_form_field_button_set_state),
1234         (pdf_document_forms_form_field_button_get_state),
1235         (pdf_document_forms_form_field_choice_get_item),
1236         (pdf_document_forms_form_field_choice_get_n_items),
1237         (pdf_document_forms_form_field_choice_is_item_selected),
1238         (pdf_document_forms_form_field_choice_select_item),
1239         (pdf_document_forms_form_field_choice_toggle_item),
1240         (pdf_document_forms_form_field_choice_unselect_all),
1241         (pdf_document_forms_form_field_choice_set_text),
1242         (pdf_document_forms_form_field_choice_get_text):
1243         * backend/ps/ev-spectre.c: (ps_document_get_page),
1244         (ps_document_get_page_size), (ps_document_get_page_label),
1245         (ps_document_render), (ps_document_document_iface_init),
1246         (ps_document_file_exporter_do_page):
1247         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1248         (tiff_document_render), (tiff_document_render_pixbuf),
1249         (tiff_document_file_exporter_do_page):
1250         * backend/pixbuf/pixbuf-document.c:
1251         (pixbuf_document_get_page_size):
1252         * backend/comics/comics-document.c:
1253         (comics_document_get_page_size), (comics_document_render_pixbuf):
1254         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1255         (djvu_document_render), (djvu_selection_get_selected_text),
1256         (djvu_document_thumbnails_get_thumbnail),
1257         (djvu_document_file_exporter_do_page),
1258         (djvu_document_find_get_result):
1259         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1260         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1261         (dvi_document_thumbnails_get_thumbnail),
1262         (dvi_document_file_exporter_do_page):
1263         * backend/impress/impress-document.c:
1264         (impress_document_get_page_size),
1265         (impress_document_render_pixbuf):
1266         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1267
1268         Add EvPage so that we can hold a reference to the backend
1269         page. Form fields keep now a reference to the poppler page
1270         improving performance since we don't have to create/destroy the
1271         poppler field for every form operation. This will be needed for
1272         annotations too.
1273         
1274 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1275
1276         * data/evince-ui.xml:
1277         * shell/ev-window.c:
1278
1279         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1280         
1281 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * configure.ac:
1284         * backend/ps/Makefile.am:
1285
1286         Remove gs stuff from ps backend.
1287         
1288 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1289
1290         * configure.ac:
1291         * backend/pdf/ev-poppler.cc:
1292
1293         Bump poppler requirement to 0.8.0.
1294         
1295 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1296
1297         * NEWS:
1298         * configure.ac:
1299
1300         Update for release 2.22.1.1
1301
1302 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1303
1304         * configure.ac:
1305
1306         Fix build (again) when poppler version is 0.6
1307         
1308 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1309
1310         * backend/djvu/djvu-links.c: (build_tree):
1311
1312         Make sure link title is a valid utf8 string. Fixes bug #526517.
1313         
1314 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1315
1316         * configure.ac:
1317
1318         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1319         #526799.
1320         
1321 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1322
1323         * configure.ac:
1324         
1325         Update for release 2.22.1.
1326
1327 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1328
1329         * NEWS:
1330
1331         Update for upcoming release.
1332
1333 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * configure.ac:
1336         * backend/dvi/dvidocument.evince-backend.in:
1337
1338         Add compressed dvi to the list of supported mime types. Patch by
1339         Ed Catmur. Fixes bug #307087.
1340
1341 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1342
1343         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1344
1345         Fix a crash when printing a range that doesn't specify the start or
1346         end page. Fixes bug #524288.
1347
1348 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1349
1350         * shell/ev-window.c: (ev_window_cmd_continuous),
1351         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1352         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1353         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1354         (ev_window_run_presentation), (ev_window_stop_presentation),
1355         (ev_window_cmd_view_presentation),
1356         (ev_window_cmd_leave_fullscreen),
1357         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1358
1359         Do not unfullscreen and fullscreen again the window when changing
1360         from fullscreen to presentation mode and vice versa. Fixes bug
1361         #524112.
1362         
1363 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1364
1365         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1366
1367         Do not crash when thumbnail failed to render in PS backend. Fixes
1368         bug #525015.
1369         
1370 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1373         (ev_window_load_file_remote), (ev_window_open_uri):
1374
1375         Handle errors when opening remote files.
1376         
1377 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1378
1379         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1380
1381         Only grab the focus for the current visible proxy widget. Fixes
1382         bug #521224.
1383         
1384 2008-03-30  Emil Soleyman  <emil@nishra.com>
1385
1386         * shell/ev-window.c: (launch_external_uri):
1387         
1388         Reuse g_app_info_launch_default_for_uri to
1389         save some code and fix bug #525009.
1390
1391 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1392
1393         * shell/ev-window.c (image_save_dialog_response_cb):
1394
1395         Use g_str_has_suffix. See bug #523069.
1396
1397 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1398
1399         * configure.ac:
1400
1401         Add a configure option to enable/diable DBus. Patch by Rémi
1402         Cardona. Fixes bug 521797.
1403
1404 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1405
1406         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1407
1408         Fix printing in documents with rotated pages. Patch by Eugen
1409         Dedu. Fixes bug #512648.
1410         
1411 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1412
1413         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1414         (ev_link_from_action):
1415
1416         Fix warning messages.
1417         
1418 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1419
1420         * shell/ev-window.c: (image_save_dialog_response_cb):
1421
1422         Do not append the extension to filename when saving an image
1423         if the filename alredy contains the extension. Fixes bug #523069.
1424         
1425 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1426
1427         * shell/ev-view.[ch]: (ev_view_find_cancel):
1428         * shell/ev-window.c: (find_bar_close_cb):
1429
1430         Cancel the find operation when the find bar is closed. Fixes bug
1431         #508845.
1432         
1433 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1434
1435         * backend/ps/psdocument.evince-backend.in:
1436
1437         Make ps backend module resident. Fixes bug #520607.
1438         
1439 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1440
1441         * shell/ev-jobs.c: (ev_job_print_run):
1442
1443         Invert collate action in order to work as expected, fix reverse
1444         printing so that it doesn't start with a blank page and fix number
1445         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1446         
1447 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1448
1449         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1450
1451         Fix build with poppler <= 0.7.2
1452         
1453 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1454
1455         * libdocument/ev-document-misc.c:
1456         (ev_document_misc_surface_from_pixbuf):
1457
1458         Fix selections with poppler-splash.
1459         
1460 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * configure.ac:
1463         * backend/pdf/ev-poppler.cc:
1464
1465         Fix build with poppler >= 0.7.2
1466         
1467 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1468
1469         * configure.ac:
1470         
1471         Update for release 2.22.0
1472
1473 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * NEWS:
1476
1477         Update for upcoming release.
1478
1479 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1480
1481         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1482
1483         Bug 495107 – Handle print dialog responses correctly
1484
1485         Correctly handle print dialog response. Properly fixes
1486         the above mentioned bug.
1487
1488 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1489
1490         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1491
1492         Make sure print job is only run when the print button is
1493         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1494         
1495 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1496
1497         * backend/pdf/pdfdocument.evince-backend.in:
1498         * libdocument/ev-backends-manager.c:
1499         (ev_backends_manager_load_backend),
1500         (ev_backends_manager_get_document):
1501         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1502
1503         Allow making backend modules resident. This is needed only for
1504         some backends like pdf to avoid registering glib types more than
1505         once.
1506         
1507 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * backend/comics/comics-document.c:
1510         * backend/djvu/djvu-document.c:
1511         * backend/impress/impress-document.c:
1512         * backend/pdf/ev-poppler.cc:
1513         * backend/pixbuf/pixbuf-document.c:
1514         * backend/ps/ev-spectre.c:
1515         * backend/ps/ps-document.c:
1516         * backend/tiff/tiff-document.c:
1517         * libdocument/ev-document.h:
1518         * properties/ev-properties-main.c:
1519
1520         Use g_type_module_add_interface instead of
1521         g_type_add_interface_static. Fixes bug #519679.
1522         
1523 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1524
1525         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1526         Added. Returns whether the animation has everything necessary to run.
1527         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1528         is ready just because it's been created. Fixes #519106.
1529         (draw_one_page): Do not show the "Loading..." text in presentation
1530         mode, there was a slim probability that this could happen.
1531
1532 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1533
1534         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1535
1536         Duplicate mime_type string before freeing it so that it doesn't
1537         always fail when getting mime type from uri. Fixes bug #518874.
1538         
1539 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1542
1543         Fix a crash when a choice form field doesn't have any item
1544         selected. Fixes bug #518831
1545         
1546 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1547
1548         * shell/ev-window.c (ev_window_clear_temp_file):
1549         Use g_file_has_prefix instead of renamed
1550         g_file_contains_file.
1551
1552         * configure.ac:
1553         Require new glib for above change.
1554         
1555 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * libdocument/ev-image.c: (ev_image_finalize),
1558         (ev_image_save_tmp):
1559
1560         Return a real uri instead of a filename when saving an
1561         image. Fixes images drag an drop from evince to nautilus. 
1562         
1563 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * backend/pdf/ev-poppler.cc:
1566         (pdf_document_images_get_image_mapping):
1567
1568         Return the image list in the right order. Fixes bug #516237.
1569         
1570 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1571
1572         * backend/impress/impress-document.c:
1573         (impress_document_thumbnails_get_thumbnail):
1574
1575         Remove unused variable to avoid a compiler warning.
1576
1577 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1578
1579         * configure.ac:
1580         
1581         Update for release 2.21.91.
1582
1583 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1584
1585         * configure.ac:
1586         * shell/Makefile.am:
1587         * shell/ev-application.[ch]:
1588         * shell/ev-sidebar-links.c:
1589         * shell/ev-utils.[ch]:
1590         * shell/ev-window.[ch]:
1591
1592         Remove libgnomeprint support. Fixes bug #512370.
1593         
1594 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1595
1596         * thumbnailer/evince-thumbnailer.c: (main):
1597
1598         Initialize glib type system before using it. Fixes bug #513934.
1599         
1600 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * properties/ev-properties-main.c:
1603
1604         Add missing #include.
1605         
1606 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1607
1608         * configure.ac:
1609         * backend/djvu/djvu-document.c: (djvu_document_render):
1610         * backend/tiff/tiff-document.c: (tiff_document_render):
1611
1612         Use the new cairo function cairo_format_stride_for_width when
1613         available. Fixes bug #482720.
1614
1615 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1616
1617         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1618         (get_mime_type_from_data), (get_document_from_uri):
1619
1620         Use g_content_type_guess() only when slow is true in
1621         get_document_from_uri(). Fix several memory leaks.
1622         
1623 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1624
1625         * libdocument/ev-document-factory.c:
1626         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1627         (get_document_from_uri):
1628
1629         Use g_content_type_guess () to get mimetype for files.
1630         Bug #510401.
1631
1632 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1633
1634         * thumbnailer/Makefile.am:
1635
1636         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1637         
1638 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1639
1640         * configure.ac:
1641
1642         Fix build with --without-libgnome. Fixes bug #512771.
1643         
1644 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1645
1646         * backend/dvi/Makefile.am: Install only dvi
1647         module. Fixes bug #512718.
1648
1649 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1650
1651         * properties/ev-properties-main.c: (nautilus_module_initialize):
1652         
1653         Initialize backends in properties tab. Fixes bug
1654         #512720.
1655
1656 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1657
1658         * properties/Makefile.am: No need to link with 
1659         libraries. Fixes bug #512719.
1660
1661 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1662
1663         * NEWS:
1664         * configure.ac:
1665         
1666         Update for release 2.21.90.
1667
1668 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1669
1670         * shell/ev-window.c: (ev_window_cmd_escape):
1671
1672         Fix compile warning.
1673         
1674 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1675
1676         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1677
1678         Fix printing in dvi backend when filename contains white
1679         espaces. Fixes bug #502839.
1680         
1681 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1682
1683         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1684         (screensaver_disable_x11):
1685         * shell/Makefile.am:
1686         * shell/xdg-user-dir-lookup.c: Removed
1687         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1688         * shell/ev-view.c: (ev_view_presentation_transition_start):
1689         * shell/ev-window.c: (ev_window_cmd_file_open),
1690         (ev_window_cmd_save_as), (presentation_set_timeout):
1691
1692         Remove #ifdefs that are no longer needed.
1693         
1694 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1695
1696         * shell/ev-view.[ch]: (ev_view_button_release_event),
1697         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1698         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1699         (ev_window_cmd_escape):
1700
1701         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1702         
1703 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1704
1705         * configure.ac:
1706         * backend/comics/comics-document.c: (comics_document_load):
1707         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1708         (ev_attachment_set_property), (ev_attachment_init),
1709         (ev_attachment_save), (ev_attachment_launch_app),
1710         (ev_attachment_open):
1711         * libdocument/ev-document-factory.c: (get_document_from_uri):
1712         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1713         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1714         * shell/ev-jobs.c:
1715         * shell/ev-password.c: (ev_password_dialog_set_property),
1716         (ev_password_dialog_save_password):
1717         * shell/ev-sidebar-attachments.c:
1718         (ev_sidebar_attachments_drag_data_get):
1719         * shell/ev-window-title.c: (get_filename_from_uri):
1720         * shell/ev-window.c: (ev_window_clear_temp_file),
1721         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1722         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1723         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1724         (launch_external_uri), (image_save_dialog_response_cb),
1725         (attachment_save_dialog_response_cb):
1726         * shell/main.c: (load_files), (load_files_remote), (main):
1727         * thumbnailer/evince-thumbnailer.c: (main):
1728
1729         Port to gio and drop gnome-vfs dependency. Fixes bug
1730         #510401. Based on patch by Cosimo Cecchi.
1731         
1732 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1733
1734         * NEWS:
1735
1736         Fixed formatting inconsistencies (spaces vs. tabs)
1737
1738 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1739
1740         * shell/ev-window.c:
1741
1742         Use top/up/bottom/down arrows instead of
1743         first/left/last/right in the toolbar and menu actions.
1744         This fixes issues with RTL languages and is visually
1745         consistent with the page view. Fixes bug #170081.
1746
1747 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1748
1749         * NEWS:
1750
1751         Fixed some inaccuracies pointed out by Carlos Garcia
1752         Campos.
1753
1754 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1755
1756         * NEWS:
1757         * data/evince.schemas.in:
1758         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1759
1760         Override PDF restrictions by default. Fixes bug #382700.
1761
1762 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1763
1764         * NEWS: Updated for upcoming release
1765
1766 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1767
1768         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1769
1770         Fix memory leak.
1771         
1772 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1773
1774         * shell/ev-window.c: (register_custom_actions):
1775         
1776         Added comment for translators
1777
1778 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1779
1780         * shell/ev-view.c: (ev_view_button_release_event):
1781
1782         Do not create the idle function for kinetic scrolling if we are
1783         not in a drag operation.
1784
1785 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1786
1787         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1788         (ev_view_button_press_event), (ev_view_motion_notify_event),
1789         (ev_view_button_release_event):
1790
1791         Restore cursor after autoscrolling. Fixes bug #509958.
1792
1793 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * configure.ac:
1796         * backend/pdf/ev-poppler.cc:
1797         (pdf_document_images_get_image_mapping),
1798         (pdf_document_images_get_image),
1799         (pdf_document_document_images_iface_init):
1800         * libdocument/ev-document-images.[ch]:
1801         (ev_document_images_get_image_mapping),
1802         (ev_document_images_get_image):
1803         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1804         (ev_image_get_id), (ev_image_save_tmp):
1805         * shell/ev-jobs.c: (ev_job_render_run):
1806         * shell/ev-view.c: (ev_view_drag_data_get):
1807         * shell/ev-window.c: (image_save_dialog_response_cb),
1808         (ev_view_popup_cmd_copy_image):
1809
1810         Do not render images when rendering the page but on demand. It
1811         reduces the memory comsumption.
1812         
1813 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1814
1815         * configure.a:
1816         * shell/ev-password.c:
1817
1818         Make gnome-keyring optional. Fixes bug #509676.
1819         
1820 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * shell/ev-pixbuf-cache.c: (add_job):
1823
1824         Initialize include_images variable as FALSE instead of TRUE.
1825         
1826 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1827
1828         * configure.ac:
1829         * cut-n-paste/Makefile.am:
1830         * cut-n-paste/fileformatchooser/Makefile.am:
1831         * cut-n-paste/fileformatchooser/egg-macros.h:
1832         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1833         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1834         * shell/Makefile.am:
1835         * shell/ev-utils.c:
1836         (file_chooser_dialog_add_writable_pixbuf_formats),
1837         (get_gdk_pixbuf_format_by_extension):
1838         * shell/ev-utils.h:
1839         * shell/ev-window.c: (ev_window_error_message),
1840         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1841         
1842         Simplify image format selection on save.
1843
1844 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1845
1846         * shell/ev-view.c: (ev_view_scroll_event):
1847         
1848         Repair gorizontal scrolling with shift. Fixes
1849         bug #483412.
1850
1851 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1852         
1853         * MAINTAINERS:
1854
1855         Fix formatting issues.
1856         
1857 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1858
1859         * backend/comics/comics-document.c: (comics_regex_quote):
1860         
1861         Don't overquote special chars except of '. See bug 
1862         502500. Thanks to Tom Parker.
1863
1864 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1865
1866         * MAINTAINERS:
1867         
1868         Added Nickolay and Carlos, since they're doing most of
1869         the releases nowadays.
1870
1871 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1872
1873         * properties/Makefile.am:
1874
1875         Get the nautilus extension dir properly instead of using
1876         a hack. Fixes bug #505359.
1877
1878 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1879
1880         * properties/Makefile.am:
1881         
1882         Install nautilus extension into new place. See bug
1883         #505359. Thanks to Matthias Clasen, Brian Pepple and
1884         Damien Carbery.
1885
1886 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1887
1888         * shell/ev-window.c: (ev_window_get_recent_file_label):
1889         
1890         RTL marker in recent file list. See bug #509076.
1891
1892 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1893
1894         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1895         * shell/ev-window.c: (image_save_dialog_response_cb):
1896
1897         Fix compile warnings due to unused variables.
1898         
1899 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1900
1901         * configure.ac:
1902         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1903         * backend/ps/ev-spectre.c: (ps_document_render):
1904
1905         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1906
1907 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1908
1909         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1910         (ev_transition_animation_paint): Implement "fade" effect.
1911
1912 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1913
1914         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1915         (ev_transition_animation_paint): Implement "uncover" effect.
1916
1917 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1918
1919         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1920         (ev_transition_animation_paint): Implement "cover" effect.
1921
1922 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1923
1924         * shell/ev-transition-animation.c (ev_transition_animation_push)
1925         (ev_transition_animation_paint): Implement "push" effect.
1926
1927 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1928
1929         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1930         (ev_transition_animation_paint): Implement "dissolve" effect.
1931
1932 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1933
1934         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1935         (ev_transition_animation_paint): Implement "wipe" effect.
1936
1937 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1938
1939         * shell/ev-transition-animation.c (ev_transition_animation_box)
1940         (ev_transition_animation_paint): Implement "box" effect.
1941
1942 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1943
1944         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1945         (ev_transition_animation_paint): Implement "blinds" effect.
1946
1947 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1948
1949         * shell/ev-transition-animation.c (ev_transition_animation_split)
1950         (ev_transition_animation_paint): Implement "split" effect.
1951
1952 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1953
1954         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1955         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1956         (ev_view_transition_animation_start) 
1957         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1958         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1959         (ev_view_next_page) (ev_view_previous_page):
1960         
1961         Use EvTransitionAnimation to drive page changes in the presentation
1962         mode, the animation will wait to start until both the origin and 
1963         destination page surfaces are available. Fixes #458460.
1964
1965         (draw_loading_text):
1966
1967         Remove workaround for bug #320352, it's now fixed properly.
1968
1969
1970 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1971
1972         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1973         will contain the implementations for page transition animations, at
1974         the moment it just has the "replace" effect.
1975         * shell/Makefile.am: Added these files to build.
1976
1977 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1978
1979         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1980         animations.
1981         * shell/Makefile.am: Added these files to build.
1982
1983 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1984
1985         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1986         implementation to get_effect() in EvDocumentTransitionIface.
1987
1988 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1989
1990         * libdocument/ev-transition-effect.[ch]: New files, define a page
1991         transition effect, at the moment it maps PopplerPageTransition to a
1992         GObject.
1993         * libdocument/Makefile.am: Added these files to build.
1994         * libdocument/ev-document-transition.[ch]
1995         (ev_document_transition_get_effect): New method, gets the
1996         EvTransitionEffect returned by the interface implementation, with
1997         fallback to the "replace" effect.
1998
1999 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2000
2001         * configure.ac:
2002         * cut-n-paste/Makefile.am:
2003         * cut-n-paste/fileformatchooser/Makefile.am:
2004         * cut-n-paste/fileformatchooser/egg-macros.h:
2005         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2006         * shell/Makefile.am:
2007         * shell/ev-window.c: (image_save_dialog_response_cb),
2008         (ev_view_popup_cmd_save_image_as):
2009
2010         Allow exporting images in any format supported by
2011         GdkPixbuf. Fixes bug #500209.
2012         
2013 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2014
2015         * backend/pixbuf/pixbuf-document.c:
2016
2017         More warnings fixed.
2018         
2019 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2020
2021         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2022         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2023         * backend/djvu/djvu-text.h:
2024         * backend/tiff/tiff-document.c: (tiff_document_render):
2025
2026         Fix compile warnings.
2027         
2028 2007-12-28  Christian Persch  <chpe@gnome.org>
2029
2030         * **/*.c: Include config.h. Bug #504721.
2031
2032 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2033
2034         * configure.ac:
2035         * Makefile.am:
2036         * po/POTFILES.in:
2037         * backend/comics/Makefile.am:
2038         * backend/comics/comics-document.[ch]:
2039         * backend/comics/comicsdocument.evince-backend.in:
2040         * backend/djvu/Makefile.am:
2041         * backend/djvu/djvu-document.[ch]:
2042         * backend/djvu/djvudocument.evince-backend.in:
2043         * backend/dvi/Makefile.am:
2044         * backend/dvi/dvi-document.[c]:
2045         * backend/dvi/dvidocument.evince-backend.in:
2046         * backend/impress/Makefile.am:
2047         * backend/impress/impress-document.[ch]:
2048         * backend/impress/impressdocument.evince-backend.in:
2049         * backend/pdf/Makefile.am:
2050         * backend/pdf/ev-poppler.cc:
2051         * backend/pdf/ev-poppler.h:
2052         * backend/pdf/pdfdocument.evince-backend.in:
2053         * backend/pixbuf/Makefile.am:
2054         * backend/pixbuf/pixbuf-document.[ch]:
2055         * backend/pixbuf/pixbufdocument.evince-backend.in:
2056         * backend/ps/Makefile.am:
2057         * backend/ps/ev-spectre.[ch]:
2058         * backend/ps/ps-document.[ch]:
2059         * backend/ps/psdocument.evince-backend.in:
2060         * backend/tiff/Makefile.am:
2061         * backend/tiff/tiff-document.[ch]:
2062         * backend/tiff/tiffdocument.evince-backend.in:
2063         * libdocument/Makefile.am:
2064         * libdocument/ev-backends-manager.[ch]:
2065         * libdocument/ev-module.[ch]:
2066         * libdocument/ev-document.h:
2067         * libdocument/ev-document-factory.[ch]:
2068         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2069         (get_compression_from_mime_type), (get_document_from_uri),
2070         (ev_document_factory_get_document), (file_filter_add_mime_types),
2071         (ev_document_factory_add_filters):
2072         * shell/Makefile.am:
2073         * shell/ev-window-title.c: (get_filename_from_uri):
2074         * shell/main.c: (main):
2075         * thumbnailer/Makefile.am:
2076         * thumbnailer/evince-thumbnailer.c: (main):
2077
2078         Plugin system for backends. Fixes bug #351348.
2079         
2080 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2081
2082         * shell/ev-view-private.h:
2083         * shell/ev-view.c: (ev_view_drag_update_momentum),
2084         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2085         (ev_view_button_release_event), (ev_view_destroy):
2086         
2087         Kinetic scrolling implemented as requested in
2088         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2089
2090 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2091
2092         * data/evince-toolbar.xml:
2093         * data/evince-ui.xml:
2094         * shell/ev-view-private.h:
2095         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2096         (ev_view_button_press_event), (ev_view_motion_notify_event),
2097         (ev_view_button_release_event), (ev_view_init),
2098         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2099         (ev_view_set_cursor):
2100         * shell/ev-view.h:
2101         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2102         (ev_window_cmd_view_autoscroll):
2103         
2104         Autoscroll feature with the context menu. Fixes bug 
2105         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2106
2107 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2108
2109         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2110
2111         Disconnect also page-ready signal when removing a job because the
2112         page size has changed. Thanks to kripken
2113         <kripkensteiner@gmail.com>.
2114
2115 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2116
2117         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2118         
2119         Scroll pages in page entry with mouse wheel. Fixes bug
2120         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2121
2122 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2123
2124         * backend/dvi/Makefile.am:
2125         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2126         (mdvi_cairo_device_init):
2127         * backend/dvi/mdvi-lib/common.h:
2128         * backend/dvi/mdvi-lib/mdvi.h:
2129         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2130         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2131         (mdvi_build_path_from_cwd):
2132
2133         Add ps specials support in dvi backend when libspectre is
2134         present. Fixes bug #386005.
2135         
2136 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2137
2138         * configure.ac:
2139         * backend/ps/Makefile.am:
2140         * backend/ps/ev-spectre.[ch]:
2141         
2142         Use libspectre, if available, for the ps backend. Fixes bugs
2143         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2144
2145 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2146         
2147         * backend/comics/comics-document.c: (comics_document_load):
2148         
2149         Cygwin build issue fix.
2150
2151 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2152
2153         * shell/ev-view.c: (ev_view_set_zoom):
2154
2155         Do not limit the minimum zoom factor when sizing mode is best bit
2156         or fit width. Fixes bug #503805.
2157         
2158 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2159
2160         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2161         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2162         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2163         (ev_link_dest_get_property), (ev_link_dest_set_property),
2164         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2165         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2166         (ev_link_dest_new_fitr):
2167         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2168         (goto_fith_dest), (goto_xyz_dest):
2169
2170         Do not change left, top and zoom values when they are null in PDF
2171         destinations. Fixes bug #460658.
2172         
2173 2007-12-10  Christian Persch  <chpe@gnome.org>
2174
2175         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2176         (ev_view_accessible_class_init),
2177         (ev_view_accessible_idle_do_action),
2178         (ev_view_accessible_action_do_action),
2179         (ev_view_accessible_action_get_description),
2180         (ev_view_accessible_action_set_description),
2181         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2182         (ev_view_accessible_factory_init),
2183         (ev_view_accessible_factory_get_accessible_type):
2184         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2185         private data, and G_DEFINE_TYPE. Bug #502843.
2186
2187 2007-12-08  Christian Persch  <chpe@gnome.org>
2188
2189         * shell/ev-metadata-manager.c: (item_free),
2190         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2191         (value_free), (parse_value), (parseItem),
2192         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2193         (save_values): Use GSlice to allocate small amounts of memory. Bug
2194         #475972.
2195
2196 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2197
2198         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2199
2200         Restore cursor to normal after a drag operation. Fixes bug
2201         #501603.
2202         
2203 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2204
2205         * NEWS:
2206         * configure.ac:
2207         
2208         Update for release 2.21.1
2209
2210 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2211
2212         * configure.ac:
2213         * cut-n-paste/gedit-message-area/Makefile.am:
2214         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2215         * shell/Makefile.am:
2216         * shell/ev-message-area.[ch]:
2217         * shell/ev-window.c: (ev_window_set_message_area),
2218         (ev_window_error_message_response_cb), (ev_window_error_message),
2219         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2220         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2221         (ev_attachment_popup_cmd_open_attachment),
2222         (attachment_save_dialog_response_cb), (ev_window_set_document),
2223         (ev_window_init):
2224
2225         Use a message area instead of a popup dialog for error
2226         notifications. Fixes bug #337495.
2227         
2228 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2229
2230         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2231         (ev_window_run_fullscreen):
2232
2233         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2234         
2235 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2236
2237         * ev-sidebar-thumbnails.c: (update_visible_range),
2238         (ev_sidebar_thumbnails_refresh),
2239         (ev_sidebar_thumbnails_set_document),
2240         (ev_sidebar_thumbnails_support_document):
2241
2242         Show thumbnails for documents with one page. Fixes bug #358751.
2243         
2244 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2245
2246         * shell/ev-window.c:
2247         (ev_window_load_print_settings_from_metadata),
2248         (ev_window_save_print_settings), (ev_window_print_finished),
2249         (ev_window_print_range):
2250
2251         Print settings that are specific to the document are now saved per
2252         document in the metadata file. Fixes bug #488806.
2253         
2254 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2255
2256         * backend/tiff/tiff-document.c: (tiff_document_render):
2257
2258         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2259         
2260 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2261
2262         * shell/ev-application.[ch]: (get_find_string_from_args),
2263         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2264         (ev_application_open_uri_list):
2265         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2266         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2267         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2268         (ev_window_cmd_recent_file_activate),
2269         (ev_window_open_recent_action_item_activated),
2270         (ev_window_print_send), (open_remote_link):
2271         * shell/main.c: (arguments_parse):
2272
2273         Add a command line option for search. Fixes bug #497710.
2274         
2275 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2276
2277         * shell/ev-jobs.c: (ev_job_print_new):
2278
2279         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2280         
2281 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2282
2283         * data/evince-toolbar.xml:
2284         * shell/Makefile.am:
2285         * shell/ev-application.c: (ev_application_init):
2286         * shell/ev-open-recent-action.[ch]:
2287         * shell/ev-window.c:
2288         (ev_window_open_recent_action_item_activated),
2289         (register_custom_actions):
2290
2291         Add an expander to the open toolbar item which pops up a dropdown
2292         menu with the recently used documents. Fixes bug #487215.
2293         
2294 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * shell/ev-window.c: (ev_window_open_uri),
2297         (ev_window_cmd_view_reload):
2298
2299         Do not jump to the first page when reloading by running evince
2300         from the command line. Fixes bug #490847.
2301         
2302 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2303
2304         * shell/ev-window.c: (ev_window_cmd_help_contents):
2305
2306         Plugged memory leak when help file is not found. Fixes bug
2307         #490762.
2308         
2309 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2310
2311         * configure.ac:
2312
2313         Enable djvu, dvi and comics backends by default. Fixes bug
2314         #437121.
2315         
2316 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2317
2318         * configure.ac:
2319         * cut-n-paste/Makefile.am:
2320         * cut-n-paste/recent-files/*: Removed
2321         * help/reference/Makefile.am:
2322         * shell/Makefile.am:
2323         * shell/ev-application.[ch]: (ev_application_shutdown),
2324         (ev_application_init):
2325         * shell/ev-window.c: (ev_window_add_recent),
2326         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2327
2328         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2329         
2330 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2331
2332         * shell/ev-window.c: (launch_external_uri):
2333
2334         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2335         and report error if the URL is not supported (#489910).
2336
2337 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2338
2339         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2340         (pdf_document_file_exporter_begin_page),
2341         (pdf_document_file_exporter_end_page):
2342
2343         Fix printing with poppler splash backend. Fixes bug #489774.
2344         
2345 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2346
2347         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2348         * shell/ev-print-job.c: (ev_print_job_class_init):
2349
2350         Fix a crash when printing with the gnome-print dialog. Fixes bug
2351         #488939.
2352         
2353 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2354
2355         * backend/pixbuf/pixbuf-document.c:
2356
2357         Fix an implicit function definition warning (#487655)
2358
2359 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2360
2361         * shell/ev-window.c:
2362
2363         Fix conflicting shortcut for view sade pane and presentation.
2364         
2365 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2366
2367         * backend/pdf/ev-poppler.cc:
2368         (pdf_document_file_exporter_begin_page),
2369         (pdf_document_file_exporter_do_page),
2370         (pdf_document_file_exporter_end_page),
2371         (pdf_document_file_exporter_iface_init):
2372         * libdocument/ev-file-exporter.[ch]:
2373         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2374         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2375         (ev_job_print_run):
2376
2377         When printing multiple pages per sheet in reverse option, do not
2378         invert the order of the pages in every sheet, but the order of the
2379         sheets. Do not print blank pages when page range is invalid. Fixes
2380         bugs #484857 and #485521.
2381         
2382 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2383
2384         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2385         (ev_job_print_run):
2386         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2387
2388         Respect ranges order when printing more than one range in random
2389         order.
2390         
2391 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2392
2393         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2394         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2395
2396         Rotate also the window icon when document is rotated. Fixes bug
2397         #474681.
2398         
2399 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2400
2401         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2402         (pdf_document_forms_get_form_fields):
2403
2404         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2405         Matthias Drochner.
2406         
2407 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2408
2409         * configure.ac:
2410         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2411
2412         Use poppler_page_render_for_printing() instead of
2413         poppler_page_render() if available when exporting to a ps or pdf
2414         file. Fixes bug #476627.
2415         
2416 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2417
2418         * shell/ev-window.c: (ev_window_run_fullscreen):
2419
2420         Do not show the toolbar in fullscreen mode if the main toolbar is
2421         not visible. Fixes bug #483048.
2422         
2423 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2424
2425         * shell/ev-view.c: (ev_view_button_press_event):
2426
2427         Give priority to form fields over images when deciding whether a
2428         button press event is over an image or form field. It allows edit
2429         form fields when they are over a background image. Fixes bug
2430         #477841.
2431         
2432 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2433
2434         * NEWS:
2435         * configure.ac:
2436         
2437         Update for release 2.20.0
2438
2439 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * backend/pdf/ev-poppler.cc:
2442
2443         Remove #ifdef HAVE_FORMS, so that forms support works again.
2444
2445 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2446
2447         * configure.ac:
2448         * data/evince.desktop.in.in:
2449         
2450         Fixes desktop file issues. See bug #473471.
2451
2452 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2453
2454         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2455         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2456         (ev_job_queue_remove_job):
2457         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2458         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2459         * shell/ev-window.c: (ev_window_clear_save_job),
2460         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2461         (ev_window_dispose):
2462
2463         Move save a copy task to its own job so that it's carried out in a
2464         thread avoiding another lock in the main thread. Use
2465         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2466         can be saved to a pathin another file system. Fixes bug #456891.
2467         
2468 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2469
2470         * NEWS:
2471         * configure.ac:
2472         
2473         Update for release 2.19.92
2474
2475 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * configure.ac:
2478         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2479         (pdf_selection_get_selection_region),
2480         (pdf_selection_get_selection_map),
2481         (ev_form_field_from_poppler_field):
2482
2483         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2484         and triple click selections are enabled again now.
2485
2486 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * shell/ev-window.c: (ev_window_add_history):
2489
2490         Make sure not to use the history with documents not supporting
2491         links. Fixes bug #468954.
2492
2493 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2494
2495         * shell/ev-window.c: (ev_window_load_job_cb):
2496
2497         Restart the search when reloading a document with the find bar
2498         visible. Fixes bug #461962.
2499
2500 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2501
2502         * shell/ev-window.c: (setup_document_from_metadata),
2503         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2504
2505         Do not jump to the first page when reloading a document from the
2506         last page.
2507
2508 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2509
2510         * shell/ev-window.c: (update_chrome_flag),
2511         (setup_sidebar_from_metadata),
2512         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2513         (ev_window_cmd_edit_find_next),
2514         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2515         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2516         (find_bar_close_cb), (view_actions_focus_in_cb):
2517
2518         Do not update visibility when changing a chrome flag so that it's
2519         possible to update several flags and update visibility only once
2520         for all of them.
2521
2522 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2523
2524         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2525
2526         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2527         supported by gtk+. Fixes bug #460907.
2528
2529 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2530
2531         * shell/ev-view.c: (view_update_range_and_current_page):
2532
2533         Make sure current-page <= end-page in continuous mode. Fixes bug
2534         #454950.
2535
2536 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * backend/pdf/ev-poppler.cc: (build_tree):
2539
2540         Ignore outline items without a title. Fixes bug #453913.
2541
2542 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2543
2544         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2545         (ev_view_button_release_event), (ev_view_leave_notify_event):
2546
2547         Use always drag mouse cursor during a drag operation. Fixes bug
2548         #470564.
2549
2550 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2553         (pdf_selection_get_selection_region),
2554         (pdf_selection_get_selection_map):
2555
2556         Temporarily disable double and triple selections since it depends on
2557         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2558         released and the update of the external dependency minimal version
2559         approved.
2560
2561 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2562
2563         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2564         (pdf_document_file_exporter_do_page):
2565         * libdocument/ev-file-exporter.h:
2566         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2567         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2568
2569         Actually fix printing regressions. Remove orientation from
2570         EvPrintContext since it's redundant.
2571
2572 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2573
2574         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2575         * backend/impress/impress-document.c:
2576         (impress_document_document_iface_init):
2577         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2578         * backend/djvu/djvu-document.c:
2579         (djvu_document_document_iface_init),
2580         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2581         * backend/tiff/tiff-document.c:
2582         (tiff_document_document_iface_init):
2583         * backend/pixbuf/pixbuf-document.c:
2584         (pixbuf_document_document_iface_init):
2585         * backend/comics/comics-document.c:
2586         (comics_document_document_iface_init):
2587         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2588         (pdf_selection_render_selection),
2589         (pdf_selection_get_selected_text),
2590         (pdf_selection_get_selection_region),
2591         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2592         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2593         (ev_selection_get_selection_region),
2594         (ev_selection_get_selection_map):
2595         * libdocument/ev-document.[ch]:
2596         * shell/ev-pixbuf-cache.[ch]: (add_job),
2597         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2598         * shell/ev-view-private.h:
2599         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2600         (ev_job_render_run):
2601         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2602         * shell/ev-view.c: (start_selection_for_event),
2603         (ev_view_button_press_event), (ev_view_drag_data_get),
2604         (ev_view_drag_data_received), (ev_view_button_release_event),
2605         (compute_new_selection_text), (compute_selections),
2606         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2607         (ev_view_primary_get_cb):
2608
2609         Add support for double and triple click selections.
2610
2611 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2612
2613         * NEWS:
2614         * configure.ac:
2615
2616         Update for release 2.19.4
2617
2618 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2619
2620         * shell/ev-view-private.h:
2621         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2622         (ev_view_set_highlight_search):
2623         * shell/ev-view.h:
2624         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2625         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2626         (find_bar_visibility_changed_cb):
2627         
2628         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2629
2630 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2631
2632         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2633         (pdf_document_file_exporter_begin),
2634         (pdf_document_file_exporter_do_page):
2635         * shell/ev-jobs.c: (ev_job_print_run):
2636         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2637
2638         Create always a portrait cairo surface and rotate when needed for
2639         landscape. It fixes printing problems in real printers.
2640
2641 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2642
2643         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2644         * libdocument/ev-file-exporter.[ch]:
2645         (ev_file_exporter_get_capabilities):
2646         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2647         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2648
2649         Adjust number of pages per row according to page orientation when
2650         printing 2 or 6 pages per sheet.
2651
2652 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2653
2654         * shell/ev-window.c: (ev_window_print_send):
2655
2656         Reset also cups setting to 1 when printing multiple pages per
2657         sheet. Fixes bug #468853.
2658
2659 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2660
2661         * libdocument/ev-document-misc.c:
2662         (ev_document_misc_surface_rotate_and_scale):
2663
2664         Use directly cairo_surface_get_content() when creating a similar
2665         surface as suggested by Jeff Muizelaar. Thanks again.
2666
2667 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2668
2669         * backend/djvu/djvu-document.c: (djvu_document_render):
2670         * backend/tiff/tiff-document.c: (tiff_document_render):
2671         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2672         * libdocument/ev-document-misc.c:
2673         (ev_document_misc_surface_from_pixbuf),
2674         (ev_document_misc_surface_rotate_and_scale):
2675
2676         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2677         creating page surfaces. Fixes bug #453123. Thank you very much to
2678         Jeff Muizelaar <jeff@infidigm.net>.
2679
2680 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2681
2682         * shell/ev-page-cache.c: (ev_page_cache_new),
2683         (ev_page_cache_get_thumbnail_size):
2684         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2685         (ev_sidebar_thumbnails_set_loading_icon):
2686
2687         Also store in page-cache the dimensions of the thumbnails so that
2688         they can be used to create the correct loading icon in the side
2689         pane. Fixes bug #466857.
2690
2691 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2692
2693         * backend/pdf/ev-poppler.cc:
2694         (pdf_document_thumbnails_get_thumbnail):
2695
2696         Fix thumbnails rotation in pdf documents that include embedded 
2697         thumbnails.
2698
2699 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2700
2701         * backend/pdf/ev-poppler.cc:
2702
2703         Don't use #ifdef in macro expansion. Some compilers don't
2704         like that. Closes bug #467042.
2705
2706 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2707
2708         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2709         
2710         Fixes memory leak in djvu backend.
2711
2712 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2713
2714         * data/icons/32x32/Makefile.am:
2715         * data/icons/32x32/actions/Makefile.am:
2716         * data/icons/32x32/actions/view-page-cont.svg:
2717         * data/icons/32x32/actions/view-page-facing.svg:
2718         * data/icons/48x48/Makefile.am:
2719         * data/icons/48x48/actions/Makefile.am:
2720         * data/icons/48x48/actions/view-page-cont.svg:
2721         * data/icons/48x48/actions/view-page-facing.svg:
2722         
2723         Icons for a new sizes.
2724
2725 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2726
2727         * shell/ev-page-cache.c: (build_height_to_page),
2728         (ev_page_cache_get_height_to_page):
2729         
2730         Fixes invalid read, see bug #466401.
2731
2732 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2733
2734         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2735         (set_drag_cursor):
2736         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2737         (configure_item_cursor), (new_pixbuf_from_widget):
2738
2739         Fix multihead problems in toolbar editor. Fixes bug #382055.
2740
2741 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2742
2743         * shell/ev-window.c: (ev_window_cmd_file_open),
2744         (ev_window_cmd_save_as):
2745
2746         Use g_get_user_special_dir when available instead of
2747         xdg_user_dir_lookup.
2748
2749 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2750
2751         * MAINTAINERS:
2752         
2753         Updated according to request on desktop-devel.
2754
2755 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2756
2757         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2758
2759         Do not use cairo_rectangle and cairo_clip since we are
2760         not using cairo_fill but cairo_paint. Use the same cairo context
2761         for every page in the same expose event.
2762
2763 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2764
2765         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2766         leak.
2767
2768 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2769
2770         * configure.ac:
2771         * NEWS:
2772
2773         Release 0.9.3
2774
2775 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2776
2777         * libdocument/ev-document-info.h:
2778         * libdocument/ev-document.h:
2779         * shell/ev-page-action.h:
2780         * shell/ev-sidebar-links.h:
2781
2782         Fix a headers problem with ev-link
2783         
2784         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2785         * shell/ev-view-private.h:
2786         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2787         (get_link_area), (ev_view_query_tooltip),
2788         (ev_view_leave_notify_event), (ev_view_destroy),
2789         (ev_view_class_init):
2790
2791         Use new gtk tooltips when available instead of ev-tooltip.
2792         
2793 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2794
2795         * shell/ev-window.c: (update_chrome_visibility),
2796         (ev_window_sidebar_visibility_changed_cb):
2797
2798         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2799         
2800 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2801
2802         * shell/ev-navigation-action.c:
2803         (ev_navigation_action_history_changed),
2804         (ev_navigation_action_set_history):
2805         * shell/ev-navigation-action-widget.c:
2806         (ev_navigation_action_widget_init):
2807         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2808
2809         Fix compile warnings.
2810         
2811 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2812
2813         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2814         (egg_editable_toolbar_dispose):
2815
2816         Fix memory leak.
2817         
2818 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2819
2820         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2821         (screensaver_disable_x11):
2822         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2823         * shell/ev-window.c: (presentation_set_timeout):
2824         * shell/ev-view.c: (ev_view_presentation_transition_start):
2825
2826         Use g_timeout_add_seconds instead of g_timeout_add when
2827         available.
2828         
2829 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2830
2831         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2832
2833         Set horizontal scrollbar policy to AUTOMATIC instead of
2834         NEVER. Workaround for bug #449462.
2835         
2836 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2837
2838         * shell/ev-jobs.c: (ev_job_render_page_ready):
2839
2840         Add page_ready callback to main loop with high priority and hold
2841         a reference to job during idle.
2842         
2843 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2844
2845         * configure.ac:
2846         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2847         (pdf_document_file_exporter_begin),
2848         (pdf_document_file_exporter_do_page),
2849         (pdf_document_file_exporter_get_capabilities):
2850         * libdocument/ev-file-exporter.h:
2851         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2852         * shell/ev-window.c: (ev_window_print_send),
2853         (ev_window_print_dialog_response_cb):
2854
2855         Allow printing multiple pages per sheet. Fixes bug #395573.
2856         
2857 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2858
2859         * shell/ev-view.c: (tip_from_link):
2860         
2861         Check for NULL, fixes bug #460862.
2862
2863 2007-07-29  Christian Persch  <chpe@gnome.org>
2864
2865         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2866         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2867         (ev_window_cmd_preview_print):
2868         
2869         Fixes bug #437681 - blocks while enumerating printers.
2870
2871 2007-07-29  Christian Persch  <chpe@gnome.org>
2872
2873         * shell/ev-window.c: (ev_window_screen_changed):
2874         
2875         Don't use deprecated gtk+ function. See bug #460909.
2876
2877 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2878
2879         * shell/ev-utils.c: (get_num_monitors):
2880         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2881
2882         Do not use display before initializing it. Remove compile
2883         warnings.
2884
2885 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2886
2887         * shell/ev-view.c: (ev_view_class_init):
2888         
2889         Unix-like hjkl bindings added. See bug #458111.
2890
2891 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2892
2893         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2894         * shell/ev-utils.h:
2895         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2896         (ev_view_update_view_size):
2897         * shell/ev-view.h:
2898         * shell/ev-window.c: (ev_window_update_actions),
2899         (setup_view_from_metadata), (ev_window_screen_changed),
2900         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2901         (zoom_control_changed_cb):
2902         * shell/ev-window.h:
2903         
2904         Reorganizes utility functions.
2905
2906 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2907
2908         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2909         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2910         (add_job), (ev_pixbuf_cache_get_surface),
2911         (ev_pixbuf_cache_get_link_mapping),
2912         (ev_pixbuf_cache_get_image_mapping),
2913         (ev_pixbuf_cache_get_form_field_mapping),
2914         (ev_pixbuf_cache_get_text_mapping):
2915         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2916         (notify_page_ready), (ev_job_render_page_ready),
2917         (ev_job_render_run):
2918
2919         Add page_ready signal to notify that page is ready as soon as
2920         possible even if other page elements like links, forms, images or
2921         text mapping are not ready yet.
2922
2923 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2926         (dvi_document_file_exporter_do_page),
2927         (dvi_document_file_exporter_get_capabilities),
2928         (dvi_document_file_exporter_iface_init):
2929         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2930         (ps_document_file_exporter_do_page),
2931         (ps_document_file_exporter_get_capabilities),
2932         (ps_document_file_exporter_iface_init):
2933         * backend/djvu/djvu-document.c:
2934         (djvu_document_file_exporter_begin),
2935         (djvu_document_file_exporter_end),
2936         (djvu_document_file_exporter_get_capabilities),
2937         (djvu_document_file_exporter_iface_init):
2938         * backend/tiff/tiff-document.c:
2939         (tiff_document_file_exporter_begin),
2940         (tiff_document_file_exporter_get_capabilities),
2941         (tiff_document_document_file_exporter_iface_init):
2942         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2943         (pdf_document_file_exporter_do_page),
2944         (pdf_document_file_exporter_get_capabilities),
2945         (pdf_document_file_exporter_iface_init):
2946         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2947         (ev_file_exporter_get_capabilities):
2948         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2949         (idle_print_handler), (ev_print_job_print):
2950         * shell/ev-jobs.c: (ev_job_print_run):
2951         * shell/ev-window.c: (ev_window_print_send),
2952         (ev_window_print_range):
2953
2954         Use capabilities to know which options should be offered by the
2955         print dialog depending on the document backend.
2956
2957 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2958
2959         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2960
2961         Give priority to forms over text to set the cursor.
2962
2963 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2964
2965         * shell/ev-view-private.h:
2966         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2967         (ev_view_leave_notify_event), (ev_view_finalize),
2968         (ev_view_get_property), (ev_view_class_init):
2969
2970         Use IBEAM cursor for text form fields and NORMAL cursor for read
2971         only fields. Remove unused status attribute.
2972
2973 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2974
2975         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2976
2977         Update region for current selected items also for checkbox
2978         buttons, since they can behave as radio buttons when they are in a
2979         set.
2980
2981 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2982
2983         * configure.ac:
2984         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2985
2986         Get max length of text form fields.
2987
2988 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2989
2990         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2991         * libdocument/ev-form-field.h:
2992         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2993
2994         Fix build with current poppler cvs head.
2995
2996 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2997
2998         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2999         * shell/eggfindbar.c: (egg_find_bar_init):
3000
3001         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3002         deprecation. Fixes bug #455667
3003
3004 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3005
3006         * NEWS:
3007         * configure.ac:
3008         
3009         Update for release 0.9.2
3010
3011 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3012
3013         * shell/ev-view.c: (ev_view_form_field_text_save),
3014         (ev_view_form_field_choice_save):
3015
3016         Fix a crash when closing whith a form widget visible.
3017
3018 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3019
3020         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3021
3022         Update also the region of the current selected button when
3023         clicking on another button if they are radio buttons.
3024
3025 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3026
3027         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3028         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3029         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3030         (ev_pixbuf_cache_get_link_mapping),
3031         (ev_pixbuf_cache_get_image_mapping),
3032         (ev_pixbuf_cache_get_form_field_mapping),
3033         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3034         * shell/ev-view.c: (ev_view_form_field_get_region),
3035         (ev_view_form_field_button_create_widget),
3036         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3037         (job_finished_cb):
3038
3039         Redraw only form field region instead of the whole page when
3040         reloading a page to show changes on the form field.
3041
3042 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3043
3044         * shell/ev-view.c: (ev_view_form_field_choice_save):
3045
3046         Fix selection of first item in list form fields.
3047
3048 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3049
3050         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3051         (ev_pixbuf_cache_reload_page),
3052         (ev_pixbuf_cache_get_form_field_mapping):
3053
3054         Some refactoring to avoid duplicated code.
3055
3056 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3057
3058         * configure.ac:
3059         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3060         (ev_form_field_from_poppler_field),
3061         (pdf_document_forms_get_form_fields),
3062         (pdf_document_forms_form_field_text_get_text),
3063         (pdf_document_forms_form_field_text_set_text),
3064         (pdf_document_forms_form_field_button_set_state),
3065         (pdf_document_forms_form_field_button_get_state),
3066         (pdf_document_forms_form_field_choice_get_item),
3067         (pdf_document_forms_form_field_choice_get_n_items),
3068         (pdf_document_forms_form_field_choice_is_item_selected),
3069         (pdf_document_forms_form_field_choice_select_item),
3070         (pdf_document_forms_form_field_choice_toggle_item),
3071         (pdf_document_forms_form_field_choice_unselect_all),
3072         (pdf_document_forms_form_field_choice_set_text),
3073         (pdf_document_forms_form_field_choice_get_text),
3074         (pdf_document_document_forms_iface_init):
3075         * libdocument/Makefile.am:
3076         * libdocument/ev-form-field.[ch]:
3077         * libdocument/ev-document-forms.[ch]:
3078         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3079         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3080         (add_job), (ev_pixbuf_cache_reload_page),
3081         (ev_pixbuf_cache_get_form_field_mapping):
3082         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3083         * shell/ev-view-private.h:
3084         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3085         (ev_view_handle_cursor_over_xy),
3086         (ev_view_get_form_field_at_location),
3087         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3088         (ev_view_form_field_button_create_widget),
3089         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3090         (ev_view_form_field_text_create_widget),
3091         (ev_view_form_field_choice_save),
3092         (ev_view_form_field_choice_changed),
3093         (ev_view_form_field_choice_create_widget),
3094         (ev_view_handle_form_field), (ev_view_size_allocate),
3095         (ev_view_realize), (draw_end_presentation_page),
3096         (ev_view_button_press_event), (ev_view_remove_all),
3097         (ev_view_motion_notify_event), (ev_view_key_press_event),
3098         (ev_view_enter_notify_event), (highlight_find_results),
3099         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3100         (ev_view_class_init), (page_changed_cb),
3101         (on_adjustment_value_changed), (ev_view_set_presentation),
3102         (merge_selection_region), (ev_view_set_cursor),
3103         (ev_view_reset_presentation_state):
3104         
3105         Merge evince-forms branch.
3106
3107 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3108
3109         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3110
3111         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3112         This script also updates itself from libegg
3113
3114         * cut-n-paste/toolbar-editor/egg*:
3115         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3116         libegg
3117
3118 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3119
3120         * shell/ev-window.c:
3121         
3122         Adds a nice icon to page action during toolbar editing.
3123         See bug #452872.
3124
3125 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3126
3127         * data/evince-toolbar.xml:
3128         * shell/ev-window.c:
3129         
3130         Let user add a presentation and fullscreen icons on toolbar.
3131         See bug #449734.
3132
3133 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3134
3135         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3136
3137         new script to keep in sync with toolbareditor in libegg
3138
3139         * cut-n-paste/toolbar-editor/*: 
3140
3141         Run update-toolbareditor-from-libegg so we are in sync again. 
3142         Fixes bug #452850.
3143         
3144
3145 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3146
3147         * shell/ev-sidebar-links.c: (job_finished_callback):
3148
3149         Do not connect selection changed signal more than once. Fixes bug
3150         #349433.
3151
3152 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3153
3154         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3155
3156         Do not change sidebar chrome flag when pressing F9 key in
3157         presentation mode.
3158
3159 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3160
3161         * backend/pdf/ev-poppler.cc:
3162         (pdf_document_thumbnails_get_dimensions):
3163
3164         Make sure thumbnails width and height is not <= 0. Fixes a crash
3165         with some pdf documents which have really small pages.
3166
3167 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3168
3169         * shell/main.c: (main):
3170
3171         Fixes program description translation issue.
3172         Bug #450148.
3173
3174 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3175
3176         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3177
3178         Do not change current page when returning from black/white mode
3179         in presentation. Fixes bug #415032.
3180
3181 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3182
3183         * NEWS:
3184         * configure.ac:
3185         
3186         Update for release 0.9.1
3187
3188 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3189
3190         * backend/dvi/dvi-document.c:
3191         (dvi_document_finalize),
3192         (dvi_document_file_exporter_format_supported),
3193         (dvi_document_file_exporter_begin),
3194         (dvi_document_file_exporter_do_page),
3195         (dvi_document_file_exporter_end),
3196         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3197         
3198         PDF exporter for dvi documents. Fixes bug #441319.
3199
3200 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3201
3202         * shell/ev-window.c: (ev_window_clear_print_job):
3203
3204         Clear gtk print job when job has finished. Fixes bug #447612.
3205
3206 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3207
3208         * shell/ev-window.c: (ev_window_print_send),
3209         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3210
3211         Add preview button to print dialog. Fixes bug #445419.
3212
3213 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3214
3215         * backend/dvi/Makefile.am:
3216         * backend/dvi/pixbuf-device.[ch]: Removed
3217         * backend/dvi/cairo-device.[ch]: Added
3218         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3219         * backend/dvi/dvi-document.c: (dvi_document_load),
3220         (dvi_document_render), (dvi_document_finalize),
3221         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3222         (dvi_document_do_color_special):
3223         * libdocument/ev-document-misc.[ch]:
3224         (ev_document_misc_pixbuf_from_surface):
3225
3226         Port dvi backend to cairo and fix a problem with colors. 
3227
3228 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3229
3230         * shell/ev-view.c: (draw_one_page):
3231
3232         Draw only visible region.
3233
3234 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3235
3236         * backend/djvu/djvu-document.c: (djvu_document_render):
3237
3238         Fix rotation in djvu backend.
3239
3240 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3241
3242         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3243         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3244         (ev_pixbuf_cache_get_image_mapping),
3245         (ev_pixbuf_cache_get_text_mapping):
3246
3247         Redraw view every time we have a new surface. Fixes bug #443587.
3248
3249 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * libdocument/ev-document.c: (ev_document_info_free):
3252
3253         Fix memory leaks.
3254
3255 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3256
3257         * backend/dvi/dvi-document.c: (dvi_document_render),
3258         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3259         * backend/impress/impress-document.c:
3260         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3261         (impress_document_render), (impress_document_document_iface_init),
3262         (impress_document_thumbnails_get_thumbnail):
3263         * backend/djvu/djvu-document-private.h:
3264         * backend/djvu/djvu-document.c: (djvu_document_render),
3265         (djvu_document_finalize), (djvu_document_document_iface_init),
3266         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3267         * backend/tiff/tiff-document.c: (tiff_document_render),
3268         (tiff_document_render_pixbuf),
3269         (tiff_document_document_iface_init):
3270         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3271         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3272         (pdf_selection_render_selection):
3273         * backend/comics/comics-document.c:
3274         (comics_document_render_pixbuf), (comics_document_render),
3275         (comics_document_document_iface_init):
3276         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3277         (pixbuf_document_document_iface_init):
3278         * libdocument/ev-document-misc.[ch]:
3279         (ev_document_misc_surface_from_pixbuf),
3280         (ev_document_misc_surface_rotate_and_scale):
3281         * libdocument/ev-document.[ch]: (ev_document_render):
3282         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3283         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3284         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3285         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3286         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3287         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3288         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3289         (render_finished_cb), (ev_job_render_run):
3290         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3291         (merge_selection_region):
3292
3293         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3294         and selections.
3295
3296 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3297
3298         * shell/ev-window-title.c: (ev_window_title_update):
3299
3300         Fix memory leak.
3301
3302 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3303
3304         * shell/ev-view.c: (draw_loading_text):
3305
3306         Show loading text centered. Fixes bug #433061
3307
3308 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3309
3310         * shell/ev-sidebar-thumbnails.c:
3311         (ev_sidebar_thumbnails_set_loading_icon):
3312
3313         Remove a mutex in the main thread that blocks the UI in heavy
3314         documents.
3315
3316 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3317
3318         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3319
3320         Set points_set to TRUE so that selections don't disappear after a
3321         zoom change.
3322
3323 2007-06-07  Michael Monreal  <infernux@web.de>
3324
3325         * data/icons/16x16/actions/Makefile.am:
3326         * data/icons/16x16/actions/zoom.svg:
3327         * data/icons/22x22/actions/Makefile.am:
3328         * data/icons/22x22/actions/zoom.svg:
3329         * data/icons/24x24/actions/Makefile.am:
3330         * shell/ev-stock-icons.c:
3331         * shell/ev-stock-icons.h:
3332         * shell/ev-window.c:
3333         
3334         Zoom icon artwork. See bug #444795.
3335
3336 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3337
3338         * shell/ev-metadata-manager.c: Remove extraneous function
3339         (Closes: #444386)
3340
3341 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3342
3343         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3344         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3345         (ev_metadata_manager_set), (ev_metadata_manager_save):
3346         Simplify the timeout, no need for modified anymore
3347
3348 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3349
3350         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3351         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3352         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3353         (ev_metadata_manager_save): Adapted patch from Arjan van de
3354         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3355         time, saves on power (Closes: #443851)
3356
3357 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3358
3359         * configure.ac:
3360         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3361         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3362
3363         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3364
3365 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3366
3367         * shell/ev-window.c: (ev_window_add_history):
3368
3369         Check if history is NULL
3370
3371 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3372
3373         * libdocument/ev-image.c: (ev_image_finalize):
3374         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3375         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3376         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3377         (ev_tmp_uri_unlink):
3378
3379         Add functions to delete temporary files created by evince in a safe
3380         way.
3381
3382         * shell/ev-window.c: (ev_window_clear_local_uri),
3383         (open_xfer_update_progress_callback),
3384         (save_xfer_update_progress_callback), (ev_window_save_remote),
3385         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3386         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3387         (attachment_save_dialog_response_cb),
3388         (ev_attachment_popup_cmd_save_attachment_as):
3389
3390         Allow saving a copy of a document, image or attachment to a remote
3391         location. Fixes bug #440754. 
3392
3393 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3394
3395         * configure.ac:
3396         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3397
3398         Fix build with current poppler from cvs head. 
3399
3400 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3401
3402         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3403
3404         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3405         directory exists.
3406
3407 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3408
3409         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3410         * shell/ev-window.c:
3411
3412         Change sidebar ordering. Fixes bug #439939.
3413
3414 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3415
3416         * backend/comics/Makefile.am:
3417         
3418         Fixes build with --without-libgnome.
3419
3420 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3421         
3422         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3423
3424         Update cursor and tooltip on page change and view scroll. Fixes bug
3425         #439217.
3426
3427 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3428
3429         * NEWS:
3430         * configure.ac:
3431         
3432         Update for release 0.9.0
3433
3434 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3435
3436         * backend/djvu/djvu-document-private.h:
3437         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3438         (djvu_document_finalize),
3439         (djvu_document_file_exporter_format_supported),
3440         (djvu_document_file_exporter_begin),
3441         (djvu_document_file_exporter_do_page),
3442         (djvu_document_file_exporter_end),
3443         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3444         
3445         Implemented printing with djvu. Bug #437998.
3446
3447 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3448
3449         * backend/impress/zip.c:
3450         Add missing ulong definition.
3451
3452         * backend/ps/ps-interpreter.c:
3453         Add missing headers.
3454
3455         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3456
3457 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3458
3459         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3460
3461         Add missing call to parent class dispose method. 
3462
3463 2007-05-12  Ross Burton  <ross@openedhand.com>
3464
3465         * shell/main.c:
3466         Sync keybindings manually when building without libgnome
3467         (#437925).
3468
3469 2007-05-12  Ross Burton  <ross@openedhand.com>
3470
3471         * shell/ev-window.c:
3472         Respect the screen when opening help (#437866).
3473
3474 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3475
3476         * data/evince-ui.xml:
3477         * shell/ev-application.[ch]: (get_print_settings_from_args),
3478         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3479         (ev_application_open_uri_list):
3480         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3481         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3482         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3483         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3484         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3485         (ev_window_dispose):
3486         * shell/main.c: (arguments_parse):
3487
3488         Add print button in preview mode. Fixes bug #396475. 
3489
3490 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3491
3492         * cut-n-paste/zoom-control/ephy-zoom.h:
3493         
3494         Fixes zoom level factors. See bug #408119 for details.
3495
3496 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3497
3498         * backend/comics/comics-document.c: (comics_regex_quote),
3499         (extract_argv):
3500         
3501         Correctly quote symbols. Fixes crash in the bug
3502         #415370.
3503
3504 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3505
3506         * shell/ev-navigation-action-widget.c:
3507         (ev_navigation_action_widget_init),
3508         (ev_navigation_action_widget_class_init),
3509         (ev_navigation_action_widget_button_press_event):
3510         
3511         Connect to button-press event on correct widget. Fixes
3512         bug #431988
3513
3514 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3515
3516         * shell/ev-application.c: (ev_application_open_window),
3517         (ev_application_add_icon_path_for_screen),
3518         (ev_application_open_uri_at_dest):
3519         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3520         * shell/ev-navigation-action.c: (build_menu):
3521         
3522         Add app-specific icons to our icon theme. Fixes bug
3523         #425508.
3524
3525 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3526
3527         * shell/ev-history.c: (ev_history_class_init),
3528         (ev_history_add_link):
3529         * shell/ev-history.h:
3530         * shell/ev-navigation-action.c:
3531         (ev_navigation_action_history_changed),
3532         (ev_navigation_action_set_history), (build_menu),
3533         (ev_navigation_action_finalize):
3534         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3535         
3536         Make navigation action unsensitive instead of showing
3537         menu with unsensitive word. Fixes bug #417392.
3538
3539 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3540
3541         * shell/ev-application.[ch]: (ev_application_shutdown),
3542         (ev_application_get_print_settings),
3543         (ev_application_set_print_settings):
3544         * shell/ev-window.c:
3545
3546         Remember print settings. Fixes bug #349102. 
3547
3548 2007-05-08  Christian Persch  <chpe@gnome.org>
3549
3550         * configure.ac:
3551         * properties/ev-properties-view.c:
3552
3553         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3554         Bug #382438.
3555
3556 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3557
3558         * configure.ac:
3559         * properties/ev-properties-view.c: (ev_regular_paper_size):
3560
3561         Use gtk+ builtin paper list to identify the document's paper size.
3562         Fixes bug #382438. 
3563
3564 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3565
3566         * configure.ac:
3567
3568         Fix build when compiling with thumbnailer and libgnome support. 
3569
3570 2007-05-04  Ross Burton  <ross@openedhand.com>
3571
3572         * configure.ac:
3573         Add --without-libgnome, check for libgnome and libgnomeui
3574         separately, and add them to the symbols as required.
3575
3576         * libdocument/ev-file-helpers.c:
3577         When building without libgnome, use g_get_user_config_dir instead
3578         of gnome_user_dir_get.
3579
3580         * shell/ev-application.c:
3581         When building without libgnome, don't use session management.
3582
3583         * shell/main.c:
3584         When building without libgnome, don't use GnomeProgram or
3585         initialise the authentication manager.
3586
3587         This fixes #328842.
3588
3589 2007-05-04  Ross Burton  <ross@openedhand.com>
3590
3591         * shell/ev-window.c:
3592         Don't use libgnome to open help, instead call Yelp directly.
3593
3594 2007-05-04  Ross Burton  <ross@openedhand.com>
3595
3596         * shell/ev-sidebar-attachments.c:
3597         Don't use libgnome to lookup icons for MIME types, instead copy
3598         code from GTK+ to do it manually.
3599
3600 2007-05-04  Ross Burton  <ross@openedhand.com>
3601
3602         * configure.ac:
3603         Add libxml to the dependencies for SHELL_CORE (#435818).
3604
3605 2007-05-02  Ross Burton  <ross@openedhand.com>
3606
3607         * configure.ac:
3608         * Makefile.am:
3609         Add --disable-thumbnailer (#434825)
3610
3611 2007-05-02  Ross Burton  <ross@openedhand.com>
3612
3613         * shell/ev-window.c:
3614         Add missing includes, fix indentation.
3615
3616         * shell/main.c:
3617         Fix indentation.
3618
3619 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3620
3621         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3622         ev_application_open_uri_at_dest instead of ev_application_open_uri
3623         preventing new document always being opened in a new window even if there
3624         is an empty window.
3625
3626 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3627
3628         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3629         (egg_recent_view_uimanager_finalize):
3630         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3631         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3632         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3633         (ev_pixbuf_cache_dispose):
3634         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3635         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3636         
3637         Add missing chain to parent class methods. Fixes
3638         bug #433128.
3639
3640 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3641
3642         * data/Makefile.am (update-icon-cache): Updates
3643         gtk-update-icon-cache in uninstall-hook.
3644
3645 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3646
3647         * shell/ev-window.c: (ev_window_setup_document),
3648         (ev_window_set_document), (ev_window_load_job_cb):
3649         * shell/ev-view.c: (setup_caches):
3650         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3651
3652         Start rendering pages before any other jobs. 
3653
3654 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3655
3656         * shell/ev-window.c: (ev_window_stop_fullscreen),
3657         (ev_window_stop_presentation):
3658
3659         Update chrome visibility before window unfullscreen. 
3660
3661 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3662
3663         * data/Makefile.am:
3664         * data/evince-ui.xml:
3665         * shell/ev-stock-icons.[ch]:
3666         * shell/ev-application.[ch]: (ev_application_shutdown),
3667         (ev_application_init), (ev_application_get_toolbars_model):
3668         * shell/ev-window.c: (update_chrome_visibility),
3669         (fullscreen_toolbar_setup_item_properties),
3670         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3671         (ev_window_run_presentation), (ev_window_stop_presentation),
3672         (ev_window_run_preview), (ev_window_screen_changed),
3673         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3674         (ev_window_dispose), (ev_window_init):
3675
3676         Make fullscreen toolbar always visible. Do not use egg toolbars for
3677         fullscreen and preview modes since such toolbars are not editables.
3678         Fixes bugs #300278, #338910 and #316188.  
3679
3680 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3681
3682         * shell/ev-application.c:
3683         * shell/ev-job-queue.c:
3684         * shell/ev-metadata-manager.c:
3685         * shell/ev-stock-icons.c:
3686         * shell/ev-window.c:
3687         * shell/main.c:
3688         
3689         Developers documentation updated.
3690
3691 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3694
3695         Check whether uri is valid before launching it. Fixes bug #427664.
3696
3697 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3698
3699         * shell/ev-window.c:
3700
3701         Change key accelerator for Open a Copy menu entry which is in conflict
3702         with Close. Fixes bug #427321.
3703
3704 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3705
3706         * NEWS:
3707         * configure.ac:
3708         
3709         Update for release 0.8.1
3710
3711 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3712
3713         * shell/ev-window.c: (setup_size_from_metadata):
3714         
3715         Do not make window bigger than screen. Fixes bug 
3716         #388985.
3717
3718 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3719
3720         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3721         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3722
3723         Use default resolution when it's not provided by document. Fixes bug
3724         #408762.
3725
3726 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3727
3728         * configure.ac:
3729         * thumbnailer/Makefile.am:
3730         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3731         * thumbnailer/evince-thumbnailer.schemas.in:
3732         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3733
3734         Add support for ps, eps and compressed documents thumbnails. Do not
3735         ignore size parameter. 
3736
3737 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3738
3739         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3740         (dvi_document_do_color_special):
3741         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3742
3743         Implement font color specials in the DVI backend. Fixes bug #303651.
3744
3745 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3746
3747         Fixup the previous commit:
3748
3749         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3750         * shell/xdg-user-dir-lookup.c: Make the function non-static
3751         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3752
3753 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3754
3755         * shell/ev-window.c (file_open_dialog_response_cb): Use
3756         the xdg-user-dirs DOCUMENTS folder as default folder when
3757         opening a file chooser.  (#424858)
3758
3759         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3760         xdg-user-dirs.
3761
3762 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3763
3764         * shell/ev-window.c: (ev_window_load_job_cb):
3765
3766         Do not setup view from metadata on preview mode. 
3767
3768 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3769
3770         * shell/main.c:
3771
3772         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3773
3774 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3775
3776         * shell/ev-view.c: (ev_view_primary_get_cb):
3777
3778         Check pointer != NULL before using it. Fixes bug #416841. 
3779
3780 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3781
3782         * NEWS:
3783         * configure.ac:
3784         
3785         Release 0.8.0
3786
3787 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3788
3789         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3790
3791         Do not render thumbnails when sidebar thumbnail page is not visible
3792         at startup. Fixes bug #416447. 
3793
3794 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3795
3796         * data/evince.desktop.in.in:
3797
3798         "Application" is not a valid category in the freedesktop specification.
3799
3800 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3801
3802         * libdocument/ev-file-helpers.[ch]: (compression_run),
3803         (ev_file_uncompress), (ev_file_compress):
3804         * shell/ev-window.c: (file_save_dialog_response_cb):
3805
3806         Save document compressed when saving a copy of a compressed document.
3807         Fixes bug #334542.
3808
3809 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3810
3811         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3812
3813         Allow deleting in goto window entry in presentation mode. 
3814
3815 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3816
3817         * Makefile.am: Dist MAINTAINERS.
3818
3819 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3820
3821         * shell/ev-window.c: (ev_window_update_actions):
3822
3823         Fix zoom shortcut keys when searching. Fixes bug #409828.
3824
3825 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3826
3827         * shell/ev-window.c: (ev_window_setup_document):
3828
3829         Fix crash when loading documents with only one page. 
3830
3831 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3832
3833         * backend/dvi/dvi-document.c:
3834         (dvi_document_thumbnails_get_dimensions),
3835         (dvi_document_thumbnails_get_thumbnail):
3836         * backend/impress/impress-document.c:
3837         (impress_document_thumbnails_get_thumbnail),
3838         (impress_document_thumbnails_get_dimensions):
3839         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3840         (ps_document_thumbnails_get_dimensions):
3841         * backend/djvu/djvu-document.c:
3842         (djvu_document_thumbnails_get_dimensions),
3843         (djvu_document_thumbnails_get_thumbnail):
3844         * backend/tiff/tiff-document.c:
3845         (tiff_document_thumbnails_get_thumbnail),
3846         (tiff_document_thumbnails_get_dimensions):
3847         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3848         (pdf_document_thumbnails_get_thumbnail),
3849         (pdf_document_thumbnails_get_dimensions):
3850         * backend/comics/comics-document.c:
3851         (comics_document_thumbnails_get_thumbnail),
3852         (comics_document_thumbnails_get_dimensions):
3853         * backend/pixbuf/pixbuf-document.c:
3854         (pixbuf_document_thumbnails_get_thumbnail),
3855         (pixbuf_document_thumbnails_get_dimensions):
3856         * libdocument/ev-document-thumbnails.[ch]:
3857         (ev_document_thumbnails_get_thumbnail),
3858         (ev_document_thumbnails_get_dimensions):
3859         * libdocument/ev-document-misc.[ch]:
3860         (ev_document_misc_get_thumbnail_frame):
3861         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3862         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3863         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3864         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3865         (ev_sidebar_thumbnails_refresh):
3866         * shell/ev-window.c: (ev_window_setup_document):
3867         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3868
3869         Use an EvRenderContext for rendering thumbnails instead of a suggested
3870         width, so that different sized pages get sized proportionally.
3871
3872 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3873
3874         * shell/ev-view.c: (ev_view_button_press_event),
3875         (ev_view_key_press_event):
3876
3877         Fix critical warnings when there is no document loaded. 
3878
3879 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3880
3881         * shell/ev-page-action-widget.c:
3882         * shell/ev-navigation-action.c:
3883         * shell/ev-window.c:
3884
3885         Fix compile warnings. 
3886
3887 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3888
3889         * backend/djvu/djvu-text.h:
3890         * backend/djvu/djvu-document.c:
3891         * backend/djvu/djvu-text-page.c:
3892         * backend/djvu/djvu-links.c:
3893         * backend/djvu/djvu-text-page.h:
3894         * backend/djvu/djvu-text.c:
3895         
3896         Fix build on Mac. Fixes bug #392186. Patch by
3897         <ephraim_owns@hotmail.com>
3898
3899 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3900
3901         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3902
3903         Restore cairo context before rendering every page when printing a PDF
3904         document into a PDF file. 
3905
3906 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3907
3908         * backend/ps/gstypes.h:
3909         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3910         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3911         (ps_document_thumbnails_get_thumbnail):
3912
3913         Handle PostScript page orientation. Fixes bug #318568.
3914
3915 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3916
3917         * backend/ps/Makefile.am:
3918         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3919         (document_load), (ps_document_load), (save_document),
3920         (save_page_list), (ps_document_get_n_pages),
3921         (ps_document_get_page_size), (ps_document_get_info),
3922         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3923         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3924         (ps_document_thumbnails_get_thumbnail),
3925         (ps_document_thumbnails_get_dimensions),
3926         (ps_document_document_thumbnails_iface_init):
3927         * backend/ps/ps.[ch]: (psgetpagebox):
3928         * backend/ps/ps-interpreter.[ch]:
3929
3930         Add support for thumbnails in ps backend. Fixes bug #164755. 
3931
3932 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3933
3934         * NEWS:
3935         * configure.ac:
3936         
3937         Release 0.7.2
3938
3939 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3940
3941         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3942         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3943         (ev_window_dispose):
3944
3945         Use document thumbnail as window icon. Fixes bug #384442.
3946
3947 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3948
3949         * configure.ac:
3950
3951         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3952         duplicated adding application/x-bzpostscript instead. 
3953
3954 2007-02-11  Tom Parker  <palfrey@tevp.net>
3955
3956         * backend/ps/ps-document.c: (document_load):
3957
3958         Check return value of psscan before trying
3959         to use it. Fixes bug #372414.
3960
3961 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3962
3963         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3964
3965         Fix invalid free in ev-page-cache. Fixes bug #404745.
3966
3967 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3968
3969         * test/Makefile.am:
3970         * test/test3.py:
3971         
3972         Added reload test case.
3973
3974 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3975
3976         * po/POTFILES.in:
3977         * backend/djvu/djvu-document.c: (djvu_document_load):
3978
3979         Check whether there are missing files in indirect multipage djvu
3980         documents. Fixes bug #361683. 
3981
3982 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3983
3984         * test/Makefile.am:
3985         * test/test-mime.bin:
3986         * test/test3.py:
3987         
3988         Added test for slow mime type
3989
3990 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3991
3992         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3993
3994         Add some checks and call parent_class->finalize. Fixes bug #404745.
3995
3996 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3997
3998         * shell/ev-navigation-action.c: (connect_proxy):
3999         
4000         Fixes dropdown history menu. Thanks a lot Carlos!
4001
4002 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4003
4004         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4005
4006         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4007         bug #373715.
4008
4009 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4010
4011         * backend/ps/ps.c: (psscan):
4012
4013         Fix memory leak. 
4014
4015 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4016
4017         * configure.ac:
4018         * libdocument/ev-file-helpers.c: 
4019
4020         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4021
4022 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4023
4024         * configure.ac:
4025         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4026         (ps_interpreter_start), (document_load), (save_document),
4027         (save_page_list):
4028         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4029         * libdocument/ev-document-factory.c:
4030         (ev_document_factory_get_from_mime), (get_document_from_uri),
4031         (free_uncompressed_uri), (ev_document_factory_get_document):
4032         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4033
4034         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4035
4036 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4037
4038         * libdocument/ev-document.h:
4039
4040         Fix typo in function name. 
4041
4042 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4043
4044         * backend/ps/ps-document.c: (ps_interpreter_finished),
4045         (ps_interpreter_start), (ps_interpreter_failed):
4046
4047         Handle ghostscript interpreter crashes. 
4048
4049 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4050
4051         * shell/ev-window.c: (ev_window_open_uri),
4052         (window_configure_event_cb):
4053
4054         Setup window size and position before showing it. Fixes bug #401711.
4055
4056 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4057
4058         * backend/ps/Makefile.am:
4059         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4060         (ps_document_dispose), (ps_document_class_init),
4061         (ps_interpreter_input), (ps_interpreter_output),
4062         (ps_interpreter_error), (setup_interpreter_env),
4063         (ps_interpreter_start), (ps_interpreter_stop),
4064         (ps_interpreter_failed), (ps_interpreter_is_ready),
4065         (check_filecompressed), (document_load), (ps_document_load),
4066         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4067         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4068         (render_page):
4069
4070         Rework ps-document. Code cleanups, remove deprecated code. 
4071
4072 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4073
4074         * shell/ev-view.c: (ev_view_button_press_event):
4075
4076         Do not start an image drag and drop operation when pointer is on 
4077         text, so that we can select text when the whole background is an
4078         image. 
4079
4080 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4081
4082         * shell/ev-window.c: (ev_window_update_actions): 
4083
4084         Disable all zoom related actions during presentation mode. 
4085
4086 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4087
4088         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4089
4090         Do not zoom in or out on presentation mode. Fixes bug #401305.
4091
4092 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4093
4094         * shell/ev-navigation-action.c: (connect_proxy),
4095         (create_menu_item), (ev_navigation_action_class_init):
4096         
4097         Correctly show menu and fix crash when navigaton 
4098         action is out of toolbar visible area.
4099
4100 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4101
4102         * data/Makefile.am:
4103         * data/evince.1:
4104         
4105         Added man file
4106
4107 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4108
4109         * help/reference/* :
4110         * configure.ac:
4111         
4112         Added gtk-doc based documentation for Evince.
4113         Still in initial state but I hope it will
4114         grow.
4115         
4116         * configure.ac:
4117         
4118         Lower dbus requirement to 0.70
4119
4120 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4121
4122         * shell/ev-window.c: (ev_window_add_history):
4123
4124         Fix memory leak. 
4125
4126 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4127
4128         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4129         * shell/ev-view.h:
4130         * shell/ev-window.c: (ev_window_add_history):
4131         
4132         Correctly handle named destination links
4133
4134 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4135
4136         * NOTES:
4137         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4138         * backend/pdf/ev-poppler.cc:
4139         * libdocument/ev-document-links.h:
4140         * libdocument/ev-link.c: (ev_link_get_page):
4141         * libdocument/ev-link.h:
4142         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4143         (ev_history_add_link):
4144         * shell/ev-history.h:
4145         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4146         (new_history_menu_item), (build_menu):
4147         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4148         * shell/ev-sidebar-links.c: (create_loading_model),
4149         (print_section_cb), (ev_sidebar_links_construct),
4150         (fill_page_labels), (update_page_callback_foreach),
4151         (update_page_callback), (job_finished_callback):
4152         * shell/ev-view.c: (ev_view_handle_link):
4153         * shell/ev-window.c: (ev_window_find_chapter),
4154         (ev_window_add_history), (view_handle_link_cb),
4155         (history_changed_cb):
4156         
4157         Implements another history variant
4158
4159 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4160
4161         * shell/ev-window.c: (view_external_link_cb):
4162         * shell/ev-view.c: (ev_view_button_release_event):
4163
4164         Open links in new window when clicking with middle button. 
4165
4166 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4167
4168         * shell/ev-navigation-action.c: (new_history_menu_item):
4169         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4170         * shell/ev-view.c: (ev_view_handle_link):
4171         * shell/ev-window.c:
4172         
4173         Store link before jump, not the destination. For me it 
4174         seems like more natural history behavior.
4175
4176 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4177
4178         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4179         (ev_navigation_action_class_init):
4180         * shell/ev-navigation-action.h:
4181         * shell/ev-page-action.c: (activate_cb):
4182         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4183         (ev_page_cache_set_current_page_history):
4184         * shell/ev-page-cache.h:
4185         * shell/ev-sidebar-thumbnails.c:
4186         (ev_sidebar_tree_selection_changed),
4187         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4188         * shell/ev-view-private.h:
4189         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4190         * shell/ev-view.h:
4191         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4192         (ev_window_setup_document), (ev_window_load_job_cb):
4193         * shell/ev-window.h:
4194         
4195         History finally works as expected.
4196
4197 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4198
4199         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4200
4201         Do not update links treeview if it doesn't have a model assigned yet. 
4202
4203 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4204
4205         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4206         (ev_sidebar_links_class_init), (update_page_callback):
4207
4208         Do not update links treeview when sidepane is not visible. 
4209
4210 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4211
4212         * shell/ev-marshal.list:
4213         * shell/ev-page-action.c: (activate_cb),
4214         (ev_page_action_class_init):
4215         * shell/ev-page-action.h:
4216         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4217         * shell/ev-window.c:
4218         
4219         Remove activate_link signal, not required.
4220
4221 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4222
4223         * shell/ev-navigation-action.c: (build_menu):
4224         
4225         Reorder menu items and build menu with fixed length.
4226
4227 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4228
4229         * shell/ev-view.c: (get_selected_text):
4230         
4231         Normalize text to fix ligatures problem. See bug
4232         #341947 for details.
4233
4234 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4235
4236         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4237
4238         Fix memory leak in ev-page-cache. 
4239
4240 2007-01-25  Tom Parker <palfrey@tevp.net>
4241
4242         * backend/impress/impress-document.c: (impress_document_load),
4243         (impress_document_finalize), (impress_document_init):
4244         * properties/ev-properties-main.c: (ev_properties_get_pages):
4245         
4246         Correctly handle impress document errors. Fixes nautilus
4247         crash in property page #370491.
4248
4249 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4250
4251         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4252         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4253         (ev_job_queue_remove_job):
4254         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4255         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4256         (ev_job_load_run):
4257         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4258         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4259         (ev_window_load_job_cb), (xfer_update_progress_callback),
4260         (ev_window_open_uri), (ev_window_dispose):
4261         * shell/main.c: (main):
4262
4263         Do file transfer asynchronously in the main thread instead of
4264         synchronously in the load thread. Fixes bugs #399694, #398307 and
4265         #343542.
4266
4267 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4268
4269         * shell/ev-jobs.c: (ev_job_xfer_run):
4270
4271         Load the document with the font-config lock held. 
4272
4273 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4274
4275         * backend/ps/ps-document.c: (start_interpreter):
4276
4277         Fix memory leaks in ps backend. 
4278
4279 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4280
4281         * backend/impress/impress-document.c:
4282         (impress_document_render_pixbuf):
4283
4284         Do not acquire fontconfig lock in impress backend, since it is using
4285         the main loop for rendering. 
4286
4287 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4288
4289         * po/POTFILES.in: 
4290
4291         Remove mdvi files that shouldn't be translated. 
4292
4293 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4294
4295         * shell/ev-view-private.h:
4296         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4297         (ev_view_set_zoom):
4298
4299         Render "loading..." text into a cairo surface instead of directly into
4300         the window so that fontconfig lock is only needed once and UI is not
4301         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4302
4303 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4304
4305         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4306         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4307
4308         Use icon theme associated with the window screen rather than default. 
4309
4310 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4311
4312         * configure.ac:
4313
4314         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4315
4316 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4317
4318         * data/icons/*/apps/evince.*:
4319
4320         Move Evince icons under new apps directory.
4321
4322         * data/icons/*/actions/*:
4323
4324         Add new custom themeable Evince icons: view-page-continuous, 
4325         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4326         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4327
4328         * configure.ac:
4329
4330         Add new directories to AC_CONFIG_FILES.
4331
4332         * shell/ev-stock-icons.c:
4333         * shell/ev-stock-icons.h:
4334
4335         Use new custom themeable icons.
4336
4337 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4338
4339         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4340
4341         Do not draw white background page in presentation mode. 
4342
4343 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4344
4345         * shell/ev-view.c: Remove unused gnome-vfs include.
4346
4347 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4348
4349         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4350         
4351         Format string is corrected, fixes bug #397129.
4352
4353 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4354
4355         * shell/ev-window.c: (ev_window_setup_recent):
4356
4357         Do not include in recent menu inexistent documents. Fixes
4358         bug #339171.
4359
4360 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4361
4362         * po/POTFILES.skip: 
4363
4364         Update POTFILES.skip file according to current source tree. 
4365
4366 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4367
4368         * shell/ev-window.c: (file_save_dialog_response_cb):
4369
4370         Do Save a copy in atomic way. Fixes bug #328266. 
4371
4372 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4373
4374         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4375
4376         Keep selected cell always visible in index treeview.
4377
4378 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4379         
4380         * shell/ev-view.c: (ev_view_size_allocate):
4381
4382         Restore horizontal scrollbar after switching to/from fullscreen
4383         or presentation mode. Fixes bug #331728.
4384
4385 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4386
4387         * shell/ev-view-private.h:
4388         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4389         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4390         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4391         (ev_view_can_zoom_out):
4392
4393         Use max and min scale values in the view iby taking dpi into account. 
4394
4395 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4396
4397         * configure.ac:
4398         * NEWS:
4399
4400         Release 0.7.1
4401
4402 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4403
4404         * shell/ev-window.c: (ev_window_print_send):
4405
4406         Send print job to printer with some settings set to default values,
4407         since we have already exported to a file according to such settings
4408         and they could be taken twice by some printers. 
4409
4410 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4411
4412         * shell/ev-jobs.c: (ev_job_xfer_run):
4413         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4414
4415         Show main window and load document with the font-config lock held. 
4416
4417 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4418
4419         * configure.ac:
4420         * shell/ev-application.c: (ev_application_register_service):
4421         * shell/main.c: (load_files_remote):
4422
4423         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4424
4425 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4426
4427         * doc/debugging.txt:
4428         
4429         Remove obsolete documentation.
4430
4431 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4432
4433         * Makefile.am:
4434         * backend/Makefile.am:
4435         * backend/comics/Makefile.am:
4436         * backend/djvu/Makefile.am:
4437         * backend/dvi/Makefile.am:
4438         * backend/ev-async-renderer.c:
4439         * backend/ev-async-renderer.h:
4440         * backend/ev-attachment.c:
4441         * backend/ev-attachment.h:
4442         * backend/ev-backend-marshal.c:
4443         * backend/ev-document-factory.c:
4444         * backend/ev-document-factory.h:
4445         * backend/ev-document-find.c:
4446         * backend/ev-document-find.h:
4447         * backend/ev-document-fonts.c:
4448         * backend/ev-document-fonts.h:
4449         * backend/ev-document-images.c:
4450         * backend/ev-document-images.h:
4451         * backend/ev-document-info.h:
4452         * backend/ev-document-links.c:
4453         * backend/ev-document-links.h:
4454         * backend/ev-document-misc.c:
4455         * backend/ev-document-misc.h:
4456         * backend/ev-document-security.c:
4457         * backend/ev-document-security.h:
4458         * backend/ev-document-thumbnails.c:
4459         * backend/ev-document-thumbnails.h:
4460         * backend/ev-document-transition.c:
4461         * backend/ev-document-transition.h:
4462         * backend/ev-document.c:
4463         * backend/ev-document.h:
4464         * backend/ev-file-exporter.c:
4465         * backend/ev-file-exporter.h:
4466         * backend/ev-image.c:
4467         * backend/ev-image.h:
4468         * backend/ev-link-action.c:
4469         * backend/ev-link-action.h:
4470         * backend/ev-link-dest.c:
4471         * backend/ev-link-dest.h:
4472         * backend/ev-link.c:
4473         * backend/ev-link.h:
4474         * backend/ev-render-context.c:
4475         * backend/ev-render-context.h:
4476         * backend/ev-selection.c:
4477         * backend/ev-selection.h:
4478         * backend/impress/Makefile.am:
4479         * backend/pdf/Makefile.am:
4480         * backend/pixbuf/Makefile.am:
4481         * backend/ps/Makefile.am:
4482         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4483         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4484         (start_interpreter), (stop_interpreter), (document_load),
4485         (ps_document_next_page), (render_page):
4486         * backend/tiff/Makefile.am:
4487         * comics/Makefile.am:
4488         * comics/comics-document.c:
4489         * comics/comics-document.h:
4490         * configure.ac:
4491         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4492         * djvu/Makefile.am:
4493         * djvu/djvu-document-private.h:
4494         * djvu/djvu-document.c:
4495         * djvu/djvu-document.h:
4496         * djvu/djvu-links.c:
4497         * djvu/djvu-links.h:
4498         * djvu/djvu-text-page.c:
4499         * djvu/djvu-text-page.h:
4500         * djvu/djvu-text.c:
4501         * djvu/djvu-text.h:
4502         * dvi/Makefile.am:
4503         * dvi/dvi-document.c:
4504         * dvi/dvi-document.h:
4505         * dvi/fonts.c:
4506         * dvi/fonts.h:
4507         * dvi/mdvi-lib/Makefile.am:
4508         * dvi/mdvi-lib/afmparse.c:
4509         * dvi/mdvi-lib/afmparse.h:
4510         * dvi/mdvi-lib/bitmap.c:
4511         * dvi/mdvi-lib/bitmap.h:
4512         * dvi/mdvi-lib/color.c:
4513         * dvi/mdvi-lib/color.h:
4514         * dvi/mdvi-lib/common.c:
4515         * dvi/mdvi-lib/common.h:
4516         * dvi/mdvi-lib/defaults.h:
4517         * dvi/mdvi-lib/dvimisc.c:
4518         * dvi/mdvi-lib/dviopcodes.h:
4519         * dvi/mdvi-lib/dviread.c:
4520         * dvi/mdvi-lib/files.c:
4521         * dvi/mdvi-lib/font.c:
4522         * dvi/mdvi-lib/fontmap.c:
4523         * dvi/mdvi-lib/fontmap.h:
4524         * dvi/mdvi-lib/fontsrch.c:
4525         * dvi/mdvi-lib/gf.c:
4526         * dvi/mdvi-lib/hash.c:
4527         * dvi/mdvi-lib/hash.h:
4528         * dvi/mdvi-lib/list.c:
4529         * dvi/mdvi-lib/mdvi.h:
4530         * dvi/mdvi-lib/pagesel.c:
4531         * dvi/mdvi-lib/paper.c:
4532         * dvi/mdvi-lib/paper.h:
4533         * dvi/mdvi-lib/pk.c:
4534         * dvi/mdvi-lib/private.h:
4535         * dvi/mdvi-lib/setup.c:
4536         * dvi/mdvi-lib/sp-epsf.c:
4537         * dvi/mdvi-lib/special.c:
4538         * dvi/mdvi-lib/sysdeps.h:
4539         * dvi/mdvi-lib/t1.c:
4540         * dvi/mdvi-lib/tfm.c:
4541         * dvi/mdvi-lib/tfmfile.c:
4542         * dvi/mdvi-lib/tt.c:
4543         * dvi/mdvi-lib/util.c:
4544         * dvi/mdvi-lib/vf.c:
4545         * dvi/pixbuf-device.c:
4546         * dvi/pixbuf-device.h:
4547         * impress/Makefile.am:
4548         * impress/common.h:
4549         * impress/document.c:
4550         * impress/f_oasis.c:
4551         * impress/f_oo13.c:
4552         * impress/iksemel.c:
4553         * impress/iksemel.h:
4554         * impress/imposter.h:
4555         * impress/impress-document.c:
4556         * impress/impress-document.h:
4557         * impress/internal.h:
4558         * impress/r_back.c:
4559         * impress/r_draw.c:
4560         * impress/r_geometry.c:
4561         * impress/r_gradient.c:
4562         * impress/r_style.c:
4563         * impress/r_text.c:
4564         * impress/render.c:
4565         * impress/render.h:
4566         * impress/zip.c:
4567         * impress/zip.h:
4568         * lib/Makefile.am:
4569         * lib/ev-debug.c:
4570         * lib/ev-debug.h:
4571         * lib/ev-file-helpers.c:
4572         * lib/ev-file-helpers.h:
4573         * lib/ev-gui.c:
4574         * lib/ev-gui.h:
4575         * lib/ev-tooltip.c:
4576         * lib/ev-tooltip.h:
4577         * libdocument/Makefile.am:
4578         * libdocument/ev-file-helpers.c:
4579         * pdf/Makefile.am:
4580         * pdf/ev-poppler.cc:
4581         * pdf/ev-poppler.h:
4582         * pixbuf/Makefile.am:
4583         * pixbuf/pixbuf-document.c:
4584         * pixbuf/pixbuf-document.h:
4585         * properties/Makefile.am:
4586         * ps/Makefile.am:
4587         * ps/gsdefaults.c:
4588         * ps/gsdefaults.h:
4589         * ps/gsio.c:
4590         * ps/gsio.h:
4591         * ps/gstypes.h:
4592         * ps/ps-document.c:
4593         * ps/ps-document.h:
4594         * ps/ps.c:
4595         * ps/ps.h:
4596         * shell/Makefile.am:
4597         * shell/ev-application.h:
4598         * shell/ev-sidebar-links.c:
4599         * shell/ev-sidebar-links.h:
4600         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4601         (ev_gui_menu_position_tree_selection):
4602         * shell/ev-utils.h:
4603         * shell/ev-view.c: (ev_view_finalize):
4604         * shell/ev-window.c:
4605         * shell/main.c: (main):
4606         * thumbnailer/Makefile.am:
4607         * tiff/Makefile.am:
4608         * tiff/tiff-document.c:
4609         * tiff/tiff-document.h:
4610         * tiff/tiff2ps.c:
4611         * tiff/tiff2ps.h:
4612         
4613         Reorganize source tree.
4614
4615 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4616
4617         * backend/ev-document-factory.c:
4618
4619         Do not include ev-poppler.h when pdf is disabled. 
4620
4621 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4622
4623         * configure.ac:
4624         * data/evince-ui.xml:
4625         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4626         (pdf_document_document_images_iface_init):
4627         * backend/Makefile.am:
4628         * backend/ev-document-images.[ch]:
4629         * backend/ev-image.[ch]:
4630         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4631         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4632         (ev_job_xfer_run):
4633         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4634         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4635         (ev_pixbuf_cache_get_image_mapping):
4636         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4637         (view_menu_popup_cb), (ev_window_dispose),
4638         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4639         (ev_view_popup_cmd_copy_image):
4640         * shell/ev-view-private.h:
4641         * shell/ev-view.c: (ev_view_get_image_at_location),
4642         (ev_view_do_popup_menu), (ev_view_popup_menu),
4643         (ev_view_button_press_event), (ev_view_drag_data_get),
4644         (ev_view_drag_motion), (ev_view_drag_data_received),
4645         (ev_view_motion_notify_event), (ev_view_button_release_event),
4646         (ev_view_finalize), (ev_view_class_init):
4647
4648         Add image handling support. Fixes bugs #310008 and #325047. Images
4649         selection is not supported yet. 
4650
4651 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4652
4653         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4654         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4655         (ev_view_init):
4656
4657         Move view drag and drop stuff to ev-view.
4658
4659 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4660
4661         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4662         * shell/ev-view.c: (clear_selection): 
4663
4664         Clear selection also in pixbuf cache.
4665
4666 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4667
4668         * data/evince.desktop.in.in:
4669         
4670         Change icon name in desktop file. See bug #390734
4671         for details.
4672
4673 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4674
4675         * thumbnailer/Makefile.am:
4676
4677         Use top_builddir instead top_srcdir for generated schema
4678         file installation. Fixes bug #390161.
4679
4680 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4681
4682         * configure.ac:
4683         * backend/Makefile.am:
4684         * backend/ev-document-transition.[ch]:
4685         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4686         (pdf_document_page_transition_iface_init):
4687         * shell/ev-view-private.h:
4688         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4689         (ev_view_set_presentation), (transition_next_page),
4690         (ev_view_presentation_transition_stop),
4691         (ev_view_presentation_transition_start), (ev_view_next_page):
4692
4693         Add page transition support in presentation mode. At the moment only
4694         page duration is supported, but not transition effects. Fixes bug
4695         #309815.
4696
4697 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4698
4699         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4700
4701         Run find_link_dest with document lock held, since it's called by links
4702         thread and main thread at the same time. 
4703
4704 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4705
4706         * shell/ev-view.c: (goto_dest):
4707
4708         Update page-cache when page is changed by the view, so that
4709         page-changed signal is emitted. 
4710
4711 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4712
4713         * test/test1.py:
4714         * test/test2.py:
4715
4716         Use C locale in tests. 
4717
4718 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4719
4720         * shell/ev-window.c: (ev_window_run_presentation):
4721         * shell/ev-view-private.h:
4722         * shell/ev-view.c: (ev_view_set_presentation):
4723
4724         Restore zoom settings when back from presentation mode. 
4725
4726 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4727
4728         * shell/ev-window.c: (ev_window_run_presentation):
4729
4730         Always use "best fit" zoom in presentation mode.
4731         Fixes bug #389195.
4732
4733 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4734
4735         * shell/ev-view.c: (ev_view_goto_window_create):
4736
4737         Show "Jump to page" label in the page jumping popup in
4738         presentation mode instead of just a GtkEntry.
4739
4740 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4741
4742         * shell/ev-window.c: (launch_external_uri):
4743
4744         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4745         #378085.
4746
4747 2006-12-22  Elijah Newren  <newren gmail com>
4748
4749         * configure.ac: explicitly check for libxml2.  Fixes #388795
4750
4751 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4752
4753         * shell/ev-view-private.h:
4754         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4755         (ev_view_goto_window_delete_event), (key_is_numeric),
4756         (ev_view_goto_window_key_press_event),
4757         (ev_view_goto_window_button_press_event),
4758         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4759         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4760         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4761
4762         Allow jumping to another page by typing a page number in presentation
4763         mode. It uses a popup window with an entry. Fixes bug #353625.
4764
4765 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4766
4767         * configure.ac:
4768         * properties/ev-properties-view.c: (ev_get_default_user_units),
4769         (ev_regular_paper_size):
4770         
4771         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4772         to Damien Carbery <damien.carbery@sun.com> and
4773         Yevgen Muntyan <muntyan@tamu.edu>.
4774
4775 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4776
4777         * shell/ev-window.c: (setup_document_from_metadata):
4778
4779         Make sure Evince doesn't restore the view on the last
4780         page when a document is reopened. Fixes bug #383381.
4781
4782 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4783
4784         * shell/ev-view.c: (draw_loading_text):
4785
4786         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4787
4788 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4789
4790         * configure.ac:
4791         * NEWS:
4792
4793         Release 0.7.0
4794
4795 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4796
4797         * configure.ac:
4798         * pdf/ev-poppler.cc: (pdf_print_context_free),
4799         (pdf_document_file_exporter_begin),
4800         (pdf_document_file_exporter_do_page):
4801
4802         Make cairo-pdf depedency optional. 
4803
4804 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4805
4806         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4807
4808         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4809
4810 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4811
4812         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4813         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4814         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4815         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4816         * shell/ev-view.c: (draw_loading_text):
4817         * shell/ev-window.c: (ev_window_cmd_file_properties):
4818
4819         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4820         related to using FontConfig from different threads.
4821         
4822 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4823
4824         * shell/ev-view.c: (draw_loading_text):
4825
4826         Acquire lock document when drawing "Loading..." text so that only one
4827         thread will use FontConfig at the same time. Fixes bug #374750.
4828
4829 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4830
4831         * shell/ev-page-action.[ch]: (activate_cb):
4832         * shell/ev-window.c: (activate_label_cb):
4833
4834         Check if text inserted in page entry is a valid page number when it
4835         doesn't match to any document page label. Fixes bug #383165.
4836
4837 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4838         * shell/ev-window.c:
4839
4840         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4841         available with GTK < 2.10. Added an ifdef to avoid compilation
4842         error.
4843
4844 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4845
4846         * configure.ac:
4847         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4848
4849         Fix ps backend in multihead systems.
4850
4851 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4852
4853         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4854         * shell/ev-window.c: (ev_window_get_screen_dpi),
4855         (ev_window_update_actions), (setup_view_from_metadata),
4856         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4857
4858         Take screen DPI into account when zooming. Fixes bug #318285.
4859
4860 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4861
4862         * data/Makefile.am:
4863
4864         Cleaned up/slightly refactored Makefile.am. Added GConf
4865         schemas uninstallation as well.
4866
4867 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4868
4869         * Makefile.am:
4870         * test/Makefile.am:
4871
4872         Fight with autotools to fix make check. Make distcheck
4873         works fine as well now!
4874
4875 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4876
4877         * shell/ev-view.c: (draw_end_presentation_page):
4878
4879         Corrected "end of presentation" string.
4880
4881 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4882
4883         * shell/ev-view.c: (ev_view_key_press_event):
4884
4885         Correctly propagate key press event so that up/down keys
4886         work as expected (correct behaviour was broken by
4887         black/white screen key bindings for presentations).
4888
4889 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4890
4891         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4892         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4893         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4894         (pdf_selection_get_selection_region),
4895         (pdf_selection_get_selection_map):
4896
4897         Add "static" to some private functions. 
4898
4899 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4900
4901         * lib/ev-tooltip.h:
4902         * properties/ev-properties-view.h:
4903         * shell/ev-jobs.h:
4904         * shell/ev-properties-dialog.h:
4905         * shell/ev-properties-fonts.h:
4906         * shell/ev-sidebar-links.h:
4907         * shell/ev-sidebar-thumbnails.h:
4908         * shell/ev-sidebar.h:
4909         * shell/ev-window.h:
4910         
4911         Fixes CHACK type in class casts. See bug #385343
4912         for details.
4913
4914 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4915
4916         * shell/ev-view-private.h:
4917         * shell/ev-view.c: (draw_end_presentation_page),
4918         (ev_view_expose_event), (ev_view_key_press_event),
4919         (ev_view_class_init), (ev_view_init):
4920
4921         Blank screen in presentation mode when pressing 'b' (filling with
4922         black) or 'w' (filling with white) keys. Fixes bug #358132.
4923
4924 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4925
4926         * data/evince-toolbar.xml:
4927         * shell/ev-window.c:
4928         
4929         Use stock icon for Select All action. Fixes
4930         bug #382652.
4931
4932 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4933
4934         * shell/ev-view.c: (get_doc_point_from_offset),
4935         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4936
4937         Add links support in rotated documents. Fixes bug #343733.
4938
4939 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4940
4941         * shell/ev-view-private.h:
4942         * shell/ev-view.c: (draw_end_presentation_page),
4943         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4944
4945         Show a blank page after the last page in presentation mode with a
4946         message indicating that presentation has finished and how to exit. 
4947
4948 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4949
4950         * shell/ev-window.c: (fullscreen_timeout_cb):
4951
4952         Hide cursor after a while in presentation mode. 
4953
4954 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4955
4956         * backend/ev-document-info.h:
4957         * data/evince-properties.glade:
4958         * pdf/ev-poppler.cc:
4959         * properties/ev-properties-view.c: (ev_regular_paper_size),
4960         (ev_properties_view_set_info):
4961         * ps/ps-document.c: (ps_document_get_info):
4962
4963         Adds a paper size field to the properties dialog. Fixes
4964         bug #307315. Patch by Kasper Svendsen (with some i18n
4965         changes done by me).
4966
4967 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4968
4969         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4970         (screensaver_init_dbus), (totem_scrsaver_new),
4971         (totem_scrsaver_init):
4972         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4973         * shell/ev-application.c: (ev_application_register_service),
4974         (ev_application_screensaver_enable),
4975         (ev_application_screensaver_disable):
4976         * shell/ev-application.h:
4977         * shell/ev-window.c: (ev_window_run_presentation),
4978         (ev_window_stop_presentation), (build_comments_string),
4979         (ev_window_init):
4980         
4981         Move screensaver handling to application. No more
4982         message on startup.
4983
4984 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4985
4986         * configure.ac:
4987         * backend/Makefile.am:
4988         * backend/ev-file-exporter.[ch]:
4989         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4990         * ps/ps-document.c: (ps_document_file_exporter_*):
4991         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4992         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4993         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4994         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4995
4996         Allow printing to PDF when suppoted by the backend.
4997         
4998 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4999
5000         * shell/ev-window.c: (build_comments_string):
5001
5002         Use always "Document Viewer" in about dialog. 
5003
5004 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5005
5006         * djvu/djvu-document.c: (djvu_document_get_page_size):
5007
5008         Display a warning message when get_pageinfo fails. 
5009
5010 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5011
5012         * Makefile.am:
5013         * backend/Makefile.am:
5014         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5015         * configure.ac:
5016         * shell/ev-window.c: (build_comments_string):
5017         
5018         Make pdf compilation optional. See bug #38007.
5019
5020 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5021
5022         * ps/ps.c: (get_next_text):
5023
5024         Fix CVE-2006-5864.
5025
5026 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5027
5028         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5029         * shell/ev-navigation-action.c: (connect_proxy),
5030         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5031         
5032         Do not call g_type_class_peek_parent twice.
5033
5034 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5035
5036         * configure.ac:
5037         * data/icons/24x24/.cvsignore:
5038         * data/icons/24x24/Makefile.am:
5039         * data/icons/24x24/evince.png:
5040         * data/icons/Makefile.am:
5041         
5042         Add 24x24 icon. Thanks to 
5043         Michael Monreal <infernux@web.de>.
5044
5045 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5046
5047         * configure.ac: Fix typo in configure.ac. Thanks
5048         to dmacks@netspace.org for notification.
5049
5050 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5051
5052         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5053         
5054         Drop dbus include, fixes compilation with older dbus.
5055
5056 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5057
5058         * configure.ac:
5059         * cut-n-paste/Makefile.am:
5060         * cut-n-paste/totem-screensaver/.cvsignore
5061         * cut-n-paste/totem-screensaver/Makefile.am:
5062         * cut-n-paste/totem-screensaver/README:
5063         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5064         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5065         * shell/Makefile.am:
5066         * shell/ev-window.c: (ev_window_run_presentation),
5067         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5068         (ev_window_init):
5069
5070         Implemented screensaver enabling/disabling for
5071         presentation mode (not fullscreen mode). Code stolen
5072         from Totem (with some minor tweaks). Fixes bug #338889.
5073
5074 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5075
5076         * configure.ac:
5077
5078         Bump gnome-icon-theme requirements. We use the rotation
5079         icons that appeared recently.
5080
5081 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5082
5083         * shell/ev-history.c: (ev_history_add_page):
5084         * shell/ev-history.h:
5085         * shell/ev-window.c: (page_changed_cb):
5086         
5087         Use page labels instead of numbers.
5088
5089 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5090
5091         * data/evince-toolbar.xml:
5092         * po/POTFILES.in:
5093         * shell/Makefile.am:
5094         * shell/ev-navigation-action-widget.c:
5095         (ev_navigation_action_widget_init),
5096         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5097         (menu_detacher), (ev_navigation_action_widget_set_menu),
5098         (menu_position_func), (popup_menu_under_arrow),
5099         (ev_navigation_action_widget_toggled),
5100         (ev_navigation_action_widget_button_press_event):
5101         * shell/ev-navigation-action-widget.h:
5102         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5103         (ev_navigation_action_set_window), (activate_menu_item_cb),
5104         (new_history_menu_item), (new_empty_history_menu_item),
5105         (build_menu), (menu_activated_cb), (connect_proxy),
5106         (create_tool_item), (ev_navigation_action_init),
5107         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5108         * shell/ev-navigation-action.h:
5109         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5110         (ev_page_action_widget_set_page_cache),
5111         (ev_page_action_widget_finalize),
5112         (ev_page_action_widget_class_init), (match_selected_cb),
5113         (display_completion_text), (match_completion), (build_new_tree_cb),
5114         (get_filter_model_from_model),
5115         (ev_page_action_widget_update_model):
5116         * shell/ev-page-action-widget.h:
5117         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5118         (connect_proxy):
5119         * shell/ev-page-action.h:
5120         * shell/ev-stock-icons.c:
5121         * shell/ev-stock-icons.h:
5122         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5123         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5124         (register_custom_actions):
5125         * shell/main.c:
5126         
5127         Preliminary history implementation
5128
5129 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5130
5131         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5132         (dvi_document_class_init), (dvi_document_init_params):
5133         * dvi/mdvi-lib/font.c: (font_reference):
5134         
5135         Add reference to subfont. Fixes bug #374277.
5136
5137 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5138
5139         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5140         (ev_window_cmd_file_open_copy_at_dest):
5141
5142         Fix a race condition when creating symlink. Increase the counter
5143         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5144         Mathias Hasselmann).
5145
5146 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5147
5148         * backend/Makefile.am:
5149         * backend/ev-attachment.c: (ev_attachment_open):
5150         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5151         (ev_tmp_dir), (ev_tmp_filename):
5152         * shell/ev-sidebar-attachments.c:
5153         (ev_sidebar_attachments_drag_data_get):
5154         * shell/ev-window.c: (ev_window_clear_temp_file):
5155
5156         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5157         in ensure_dir_exists. Abort without crashing when we can't create
5158         user's directory.
5159
5160 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5161
5162         * data/evince-ui.xml:
5163         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5164         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5165         (ev_window_cmd_file_open_copy_at_dest),
5166         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5167         (ev_view_popup_cmd_open_link_new_window):
5168
5169         Allow opening a copy of the current document in a new window. Fixes bug
5170         #357472
5171
5172 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5173
5174         * data/evince-toolbar.xml:
5175         
5176         Add rotate right and rotate left to available items for toolbar.
5177         
5178         * data/evince-ui.xml:
5179         * shell/ev-window.c: (ev_window_init):
5180         
5181         Customize toolbar with right click. Fixes bug #372451.
5182
5183 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5184
5185         * shell/ev-window.c: 
5186         
5187         Use "object-rotate-{left,right}" stock icons. Fixes 
5188         bug #373863.
5189
5190 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5191
5192         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5193         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5194         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5195         (ev_window_open_uri):
5196         * shell/main.c: (arguments_parse):
5197
5198         Remove temp file created when evince is used by GTK+ in
5199         preview mode. Fixes bug #365282. 
5200
5201 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5202
5203         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5204         
5205         Fixes bug #372474 - Side pane disabled when entering 
5206         and leaving fullscreen mode.
5207
5208 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5209
5210         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5211         * data/Makefile.am:
5212         * data/evince-preview-toolbar.xml:
5213         * data/evince-toolbar.xml:
5214         * shell/ev-application.c: (ev_application_shutdown),
5215         (ev_application_init), (ev_application_get_toolbars_model):
5216         * shell/ev-application.h:
5217         * shell/ev-window.c: (update_chrome_visibility),
5218         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5219         (ev_window_cmd_edit_toolbar), (ev_window_init):
5220         
5221         Fixes bug #364364 - toolbar editor shows zoom actions again.
5222
5223 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5224
5225         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5226
5227         Do not take margins into consideration for paper size when printing.
5228         Really fixes bug #350491.
5229
5230 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5231
5232         * data/evince-ui.xml:
5233         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5234         (ev_window_cmd_file_print_setup),
5235         (ev_window_print_dialog_response_cb),
5236         (ev_window_setup_action_sensitivity):
5237
5238         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5239
5240 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5241
5242         * shell/ev-window.c: (ev_window_print_range):
5243
5244         Revert my previuos commit, since printing to PDF is not supported by
5245         evince yet. 
5246
5247 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5248
5249         * shell/ev-window.c: (ev_window_print_range):
5250
5251         Enable print to a PDF. Fixes bug #332121.
5252
5253 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5254
5255         * shell/ev-application-service.xml:
5256         * shell/ev-application.[ch]: (ev_application_open_window),
5257         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5258         (ev_application_open_uri), (ev_application_open_uri_list):
5259         * shell/ev-window.c: (file_open_dialog_response_cb),
5260         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5261         (drag_data_received_cb), (open_remote_link):
5262         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5263
5264         Add support for multiscreen systems. Fixes bug #316206.
5265
5266 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5267
5268         * shell/ev-jobs.[ch]: (ev_job_print_new),
5269         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5270         (ev_job_print_do_page):
5271         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5272
5273         Allow printing only odd/even pages. Fixes bug #367289.
5274
5275 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5276
5277         * test/test1.py:
5278         * test/test2.py:
5279
5280         Re-add locale settings to test files.
5281
5282 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5283
5284         * data/evince-ui.xml:
5285         * shell/ev-window.c: (set_action_properties):
5286         
5287         Removed garbage from code and ui.
5288
5289 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5290
5291         * shell/ev-window.c: (ev_window_cmd_help_about):
5292
5293         Shamelessly add my name to the list of contributors.
5294
5295 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5296
5297         * test/test1.py:
5298         * test/test2.py:
5299
5300         Cleaned up the dogtail scripts.
5301
5302 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5303
5304         * shell/ev-view.c: (draw_loading_text): Don't render
5305         "loading..." text in presentation mode. Temporary
5306         workaround for bug #320352.
5307
5308 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5309
5310         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5311         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5312
5313         Use print settings scale, copies, collate and reverse which were
5314         ignored. Fixes bug #359032.
5315
5316 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5317
5318         * configure.ac:
5319         * data/evince-password.glade:
5320         * test/Makefile.am:
5321         * test/test-encrypt.pdf:
5322         * test/test-links.pdf:
5323         * test/test1.py:
5324         * test/test2.py:
5325
5326         Add automated UI tests for evince with dogtail. See
5327         bug #300948.    
5328
5329 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5330
5331         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5332
5333         Hide fullscreen toolbar when switching to another desktop workspace.
5334         Fixes bug #338871
5335
5336 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5337
5338         * shell/ev-window-title.c: 
5339         
5340         Test for .dvi in title of pdf documents.
5341
5342 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5343
5344         * shell/ev-view.c: (ev_view_scroll):
5345
5346         Page Up/Down should do page jumps in "Best fit" mode.
5347         If a user has explicitly chosen to view exactly one page
5348         at a time, scrolling just a part of the page when
5349         pressing Page Up/Down is not right. Fixes bug #323107.
5350
5351 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5352
5353         * NEWS:
5354         * configure.ac:
5355         
5356         Update for 0.6.1
5357
5358 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5359
5360         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5361         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5362         
5363         Correctly disconnect from job signals on destroy.
5364
5365 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5366
5367         * shell/ev-view-private.h:
5368         * shell/ev-view.c: (view_set_adjustment_values),
5369         (view_update_range_and_current_page),
5370         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5371         
5372         Fixes bug #343199, current page now follows find page.
5373
5374 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5375
5376         * backend/ev-document-factory.c:
5377         * configure.ac:
5378         Assigned OpenDocument presenation MIME type to the
5379         Impress backend. Added some missing (but harmless)
5380         #ifdefs in the document factory as well to make things
5381         consistent again. Fixes bug #360658.
5382
5383 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5384
5385         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5386         * backend/ev-document-find.c: (ev_document_find_get_type):
5387         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5388         * backend/ev-document-links.c: (ev_document_links_get_type):
5389         * backend/ev-document-security.c: (ev_document_security_get_type):
5390         * backend/ev-document-thumbnails.c:
5391         (ev_document_thumbnails_get_type):
5392         * backend/ev-document.c: (ev_document_get_type):
5393         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5394         * backend/ev-selection.c: (ev_selection_get_type):
5395         * cut-n-paste/recent-files/egg-recent-model.c:
5396         (egg_recent_model_get_type):
5397         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5398         (egg_recent_view_uimanager_get_type):
5399         * cut-n-paste/recent-files/egg-recent-view.c:
5400         (egg_recent_view_get_type):
5401         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5402         (egg_editable_toolbar_get_type):
5403         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5404         (egg_toolbar_editor_get_type):
5405         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5406         (egg_toolbars_model_get_type):
5407         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5408         (egg_tree_multi_drag_source_get_type):
5409         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5410         (ephy_zoom_action_get_type):
5411         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5412         (ephy_zoom_control_get_type):
5413         * impress/r_back.c: (_imp_fill_back):
5414         * properties/ev-properties-main.c:
5415         (ev_properties_plugin_register_type):
5416         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5417         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5418         (ev_view_accessible_factory_get_type):
5419
5420         Reduce relocations. Bug #360616.
5421
5422 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5423
5424         * backend/ev-document-factory.c:
5425         (ev_document_factory_get_document):
5426         
5427         Load document even if extension is wrong.
5428
5429 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5430
5431         * shell/ev-metadata-manager.c: (save_values):
5432         * shell/ev-window.c: (setup_size_from_metadata),
5433         (setup_view_from_metadata), (ev_window_setup_document),
5434         (ev_window_xfer_job_cb), (window_configure_event_cb):
5435         
5436         Set size according to the document size/page size ratio.
5437         That should correct rather wierd behaviour of the previous
5438         commit.
5439
5440 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5441
5442         * shell/ev-window.c: (setup_view_from_metadata):
5443         
5444         Set size for new windows from previous window size.
5445         See bugs #354968 and #168450 for details. Thanks
5446         to Meik Hellmund.
5447
5448 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5449
5450         * djvu/djvu-links.c: (build_tree):
5451
5452         Fix memory leak.
5453
5454 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5455
5456         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5457         
5458         Don't make sidebar close button insensitive. Fixes
5459         bug #357871.
5460
5461 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5462
5463         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5464         (ev_window_set_view_accels_sensitivity):
5465         
5466         Don't enable Slash on documents which don't support
5467         find. Fixes bug #358648.
5468
5469 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5470
5471         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5472         open dialog fall back to the current document uri if the
5473         filechooser hasn't been used before. Fixes bug #356980.
5474
5475 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5476
5477         * shell/ev-window.c: (ev_window_setup_recent), 
5478         (ev_window_get_recent_file_label):
5479
5480         Escape underscores in filenames of recent file items.
5481
5482 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5483
5484         * configure.ac:
5485         
5486         Bumped poppler requirements, really 0.5.3 is very 
5487         buggy, now we require 0.5.4.
5488
5489 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5490
5491         * djvu/Makefile.am:
5492         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5493         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5494         (djvu_document_document_links_iface_init):
5495         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5496         (number_from_string_10), (get_djvu_link_dest),
5497         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5498         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5499         (djvu_links_get_links), (djvu_links_find_link_dest),
5500         (djvu_links_get_links_model):
5501         * djvu/djvu-links.h:
5502         
5503         Add support for links and bookmarks in djvu documents. Thanks
5504         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5505         patch.
5506
5507 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5508
5509         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5510         
5511         Reopen should reload document. Fixes 
5512         bug 327951.
5513
5514 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5515
5516         * configure.ac:
5517         * data/Makefile.am:
5518         * data/evince-16.png:
5519         * data/evince-22.png:
5520         * data/evince.png:
5521         * data/evince.svg:
5522         * data/icons/16x16/Makefile.am:
5523         * data/icons/16x16/evince.png:
5524         * data/icons/22x22/Makefile.am:
5525         * data/icons/22x22/evince.png:
5526         * data/icons/48x48/Makefile.am:
5527         * data/icons/48x48/evince.png:
5528         * data/icons/Makefile.am:
5529         * data/icons/scalable/Makefile.am:
5530         * data/icons/scalable/evince.svg:
5531         
5532         Install icons with correct names. Fixes
5533         bug #354429.
5534
5535 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5536
5537         * shell/ev-view.c: (ev_view_button_release_event):
5538
5539         Don't open links with middle mouse button. Fixes bug #353649
5540
5541 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5542
5543         * NEWS:
5544         * configure.ac:
5545         
5546         Update for release 0.6.0
5547
5548 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5549
5550         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5551         Implement Close named action. Patch by Carlos Garcia Campos.
5552
5553 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5554
5555         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5556         
5557         Don't clear link mapping on copy_job_to_job_info. Fixes
5558         bug 346168.
5559
5560 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5561
5562         * shell/main.c: (main):
5563
5564         Revert my previous commit, gnome_program_init owns the option context.
5565         Fix another memory leak in main. Both caught by Christian Persch. 
5566
5567 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5568
5569         * shell/main.c: (main):
5570
5571         Fix memory leak.
5572
5573 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5574
5575         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5576
5577         Fix crash when opening a pdf with password protection. 
5578
5579 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5580
5581         * pdf/ev-poppler.cc: (pdf_document_search_free):
5582
5583         Fix memory leak. 
5584
5585 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5586
5587         * backend/ev-document-factory.c:
5588         (ev_document_factory_get_document):
5589         * tiff/tiff-document.c: (tiff_document_finalize):
5590         
5591         More correct handling of document loading. Fixes
5592         bug #349043.
5593
5594 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5595
5596         * backend/ev-attachment.c: (ev_attachment_save):
5597
5598         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5599         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5600
5601 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5602         
5603         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5604         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5605
5606 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5607
5608         * shell/ev-sidebar-thumbnails.c:
5609
5610         Do not render thumbnails unless thumbnails page is active in the
5611         sidebar.
5612
5613 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5614
5615         * shell/ev-properties-dialog.c:
5616
5617         Fix dialogue spacing. Bug #351370.
5618
5619 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5620
5621         * configure.ac:
5622
5623         Use lowercase gettext catalog file names (evince.mo
5624         instead of Evince.mo)
5625
5626 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5627
5628         * shell/ev-sidebar-attachments.c:
5629
5630         GtkIconTheme is now screen safe too. Fixes bug #350878
5631
5632 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5633
5634         * shell/ev-window.c:
5635
5636         GtkRecent manager is now screen safe. Fixes bug #350145
5637
5638 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5639
5640         * shell/ev-sidebar.c: (ev_sidebar_init):
5641         
5642         Make sidebar close icon smaller. Fix for bug 350177.
5643         See also bugs 350176 and 165770.
5644
5645 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5646
5647         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5648
5649         Ignore zoom for xyz destinations when it's <= 1, keeping user
5650         preferences instead. Set correct sizing-mode for fith and fitv
5651         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5652
5653 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5654
5655         * NEWS:
5656         * configure.ac:
5657         
5658         Update for release 0.5.5
5659
5660 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5661         
5662         * shell/ev-window.c: (ev_window_cmd_escape)
5663
5664         Escape unfocus page entry. Fixes bug #345809.
5665
5666 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5667
5668         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5669         (build_tree), (pdf_document_links_get_links),
5670         (pdf_document_links_find_link_dest):
5671         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5672         (goto_xyz_dest):
5673
5674         Convert from PDF style coordinates to X style coordinates in the
5675         backend rather than in the view. Fixes bug #338440
5676
5677 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5678
5679         * shell/ev-window.c:
5680         
5681         Remove Ctrl+Shift+T shortcut for toolbars. See
5682         the bug #350098.
5683
5684 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5685
5686         * configure.ac:
5687
5688         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5689         of this. 
5690
5691 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5692
5693         * configure.ac:
5694         * cut-n-paste/Makefile.am:
5695         * data/evince-ui.xml:
5696         * shell/Makefile.am:
5697         * shell/ev-application.[ch]:
5698         * shell/ev-window.c:
5699
5700         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5701         #349273
5702
5703 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5704
5705         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5706         findbar code: s/help/search/
5707
5708 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5709
5710         * shell/ev-window.c: (setup_document_from_metadata),
5711         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5712         (setup_view_from_metadata):
5713         
5714         Fix memory leaks.
5715
5716 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5717
5718         * autogen.sh, configure.ac: 
5719         
5720         Update automake usage. See bug 349292.
5721
5722 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5723
5724         * shell/eggfindbar.c: (egg_find_bar_class_init),
5725         (entry_activate_callback), (egg_find_bar_init),
5726         (egg_find_bar_set_status_text):
5727         * shell/eggfindbar.h:
5728         
5729         Unify Evince findbar with Epiphany. Nice patch
5730         from Fabricio Silva <silva@crans.org> and
5731         Frederic Peters <fpeters@entrouvert.com>. See
5732         bug #339966 for details.
5733
5734 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5735
5736         * data/evince.desktop.in.in:
5737         
5738         Correct information for bugzilla. Thanks to
5739         Olaf Vitters, see bug #348855.
5740
5741 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5742
5743         * shell/ev-jobs.[ch]:
5744         * shell/ev-sidebar-links.c:
5745         * shell/ev-window.[ch]:
5746
5747         GtkPrintJob doesn't support print ranges or current page, so we export
5748         to a ps file now when printing ranges or current page.
5749
5750 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5751
5752         * pdf/ev-poppler.cc:
5753         * shell/ev-window.c: (do_action_named):
5754
5755         We should be more clear about bugzilla. See the
5756         poppler bug #7623.
5757
5758 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5759
5760         * configure.ac:
5761         * shell/Makefile.am:
5762         * shell/ev-job-queue.c:
5763         * shell/ev-jobs.[ch]:
5764         * shell/ev-sidebar-links.c:
5765         * shell/ev-window.[ch]:
5766         
5767         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5768         #348422
5769
5770 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5771
5772         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5773         * shell/ev-application-service.xml:
5774         * shell/ev-application.[ch]:
5775         * shell/ev-jobs.[ch]:
5776         * shell/ev-window.[ch]: (ev_window_run_preview):
5777         * shell/main.c: 
5778
5779         Add preview mode to use evince as a printing previewer. It also adds
5780         other command line options for fullscreen and presentation modes.
5781         Fixes bugs #347822, #317031
5782
5783 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5784
5785         * NEWS:
5786         * configure.ac:
5787         
5788         Update for release 0.5.4
5789
5790 2006-07-11  Bastien Nocera <hadess@hadess.net>
5791
5792         * Makefile.am:
5793         * backend/Makefile.am:
5794         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5795         * backend/ev-document-factory.h:
5796         * configure.ac:
5797         * impress/.cvsignore:
5798         * impress/Makefile.am:
5799         * impress/common.h:
5800         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5801         (imp_get_page), (imp_next_page), (imp_prev_page),
5802         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5803         * impress/f_oasis.c: (render_object), (render_page),
5804         (get_geometry), (_imp_oasis_load):
5805         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5806         (_imp_oo13_load):
5807         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5808         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5809         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5810         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5811         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5812         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5813         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5814         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5815         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5816         (iks_new_within), (iks_insert), (iks_insert_cdata),
5817         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5818         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5819         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5820         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5821         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5822         (iks_cdata), (iks_cdata_size), (iks_has_children),
5823         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5824         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5825         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5826         (iks_tree), (iks_load), (iks_save):
5827         * impress/iksemel.h:
5828         * impress/imposter.h:
5829         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5830         (imp_render_draw_bezier_real), (imp_render_get_size),
5831         (imp_render_set_fg_color), (imp_render_draw_line),
5832         (imp_render_draw_rect), (imp_render_draw_polygon),
5833         (imp_render_draw_arc), (imp_render_draw_bezier),
5834         (imp_render_open_image), (imp_render_get_image_size),
5835         (imp_render_scale_image), (imp_render_draw_image),
5836         (imp_render_close_image), (imp_render_markup),
5837         (imp_render_get_text_size), (imp_render_draw_text),
5838         (impress_document_load), (impress_document_save),
5839         (impress_document_get_n_pages), (impress_document_get_page_size),
5840         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5841         (impress_document_finalize), (impress_document_class_init),
5842         (impress_document_can_get_text), (impress_document_get_info),
5843         (impress_document_document_iface_init),
5844         (impress_document_thumbnails_get_thumbnail),
5845         (impress_document_thumbnails_get_dimensions),
5846         (impress_document_document_thumbnails_iface_init),
5847         (impress_document_init):
5848         * impress/impress-document.h:
5849         * impress/internal.h:
5850         * impress/r_back.c: (_imp_fill_back):
5851         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5852         (_imp_draw_image), (_imp_tile_image):
5853         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5854         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5855         (r_polyline):
5856         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5857         (r_draw_gradient_complex), (r_draw_gradient):
5858         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5859         (r_get_bullet):
5860         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5861         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5862         (r_text):
5863         * impress/render.c: (imp_create_context), (imp_context_set_page),
5864         (imp_context_set_step), (imp_render), (imp_delete_context):
5865         * impress/render.h:
5866         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5867         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5868         (zip_load_xml), (zip_get_size), (zip_load):
5869         * impress/zip.h:
5870         * shell/ev-utils.c:
5871         
5872         New backend to support impress slides. Fixes bug #30867.
5873
5874 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5875
5876         * shell/ev-utils.c: (using_postscript_printer):
5877         
5878         Fixes crash when print using PAPI backend,
5879         bug #345012.
5880
5881 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5882
5883         * shell/ev-jobs.c: (ev_job_xfer_run):
5884         * shell/ev-window.c: (password_dialog_response),
5885         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5886         (ev_window_dispose):
5887         Fixes bug #344160: if the xfer job doesn't complete
5888         because a password is required, reload the existing
5889         instance instead of creating a new one.
5890
5891 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5892
5893         * shell/main.c: (main): Call gdk_threads_init. Thus
5894         we'll avoid errors in auth dialog. Fix for the bug
5895         #343347.
5896
5897 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5898
5899         * configure.ac: Advertise pixbuf support, fix
5900         for the bug 343317.
5901
5902 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5903
5904         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5905         (ev_sidebar_thumbnails_set_document):
5906         
5907         Update sidebar thumbnails after reloading.
5908
5909 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5910
5911         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5912         * shell/ev-jobs.h:
5913         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5914         (ev_window_cmd_view_reload), (ev_window_init):
5915         
5916         Don't crash on reload. Fix for the bug #343167.
5917
5918 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5919
5920         * shell/ev-jobs.c: (ev_job_render_run):
5921         
5922         Check for document links.
5923
5924 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5925
5926         * backend/ev-attachment.c: (ev_attachment_save),
5927         (ev_attachment_launch_app), (ev_attachment_open):
5928         * backend/ev-document-factory.c: (get_document_from_uri):
5929         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5930         (egg_recent_view_uimanager_set_list):
5931         * ps/ps-document.c: (check_filecompressed), (document_load),
5932         (ps_document_load):
5933         * shell/ev-metadata-manager.c: (load_values):
5934         * shell/ev-password.c: (ev_password_dialog_set_property):
5935         * shell/ev-view.c: (tip_from_link):
5936         * shell/ev-window.c: (file_save_dialog_response_cb),
5937         (ev_window_print_dialog_response_cb):
5938         
5939         Use consistent quoting style. Fix for the bug #320285.
5940
5941 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5942
5943         * shell/ev-jobs.c: (ev_job_xfer_run):
5944         * shell/main.c: (load_files):
5945                 
5946         Open links with anchors. Fix for the bug #339836.
5947
5948 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5949
5950         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5951         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5952         (ev_link_dest_set_property), (ev_link_dest_finalize),
5953         (ev_link_dest_class_init), (ev_link_dest_new_named),
5954         (ev_link_dest_new_page_label):
5955         * backend/ev-link-dest.h:
5956         * shell/ev-application.c: (ev_application_open_uri):
5957         * shell/ev-view.c: (goto_dest):
5958         * shell/ev-window.c:
5959         * shell/ev-window.h:
5960         
5961         Fix page-label command line option. Bug #342070.
5962
5963 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5964
5965         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5966         
5967         Don't show highlight rects if page can't be showed. Fix for 
5968         the bug #342076
5969
5970 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5971
5972         * shell/ev-window.c: (setup_sidebar_from_metadata),
5973         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5974         
5975         Setup sidebar from metadata even if there is no document
5976         loaded. Fix for the bug #342807.
5977
5978 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5979
5980         * cut-n-paste/toolbar-editor/Makefile.am:
5981         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5982         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5983         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5984         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5985         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5986         (popup_context_menu_cb), (button_press_event_cb),
5987         (configure_item_sensitivity), (configure_item_cursor),
5988         (configure_item_tooltip), (connect_widget_signals),
5989         (action_sensitive_cb), (create_item_from_action),
5990         (create_item_from_position), (toolbar_drag_data_received_cb),
5991         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5992         (toolbar_drag_leave_cb), (configure_drag_dest),
5993         (toggled_visibility_cb), (toolbar_visibility_refresh),
5994         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5995         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5996         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5997         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5998         (egg_editable_toolbar_dispose),
5999         (egg_editable_toolbar_set_ui_manager),
6000         (egg_editable_toolbar_get_selected),
6001         (egg_editable_toolbar_set_selected), (set_edit_mode),
6002         (egg_editable_toolbar_set_property),
6003         (egg_editable_toolbar_get_property),
6004         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6005         (egg_editable_toolbar_new_with_model),
6006         (egg_editable_toolbar_get_edit_mode),
6007         (egg_editable_toolbar_set_edit_mode),
6008         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6009         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6010         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6011         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6012         (item_added_or_removed_cb), (toolbar_removed_cb),
6013         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6014         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6015         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6016         (editor_create_item_from_name), (append_table),
6017         (update_editor_sheet), (egg_toolbar_editor_init):
6018         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6019         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6020         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6021         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6022         (toolbar_node_free), (egg_toolbars_model_get_flags),
6023         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6024         (egg_toolbars_model_get_name), (impl_add_item),
6025         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6026         (parse_data_list), (parse_item_list), (parse_toolbars),
6027         (egg_toolbars_model_load_toolbars), (parse_available_list),
6028         (parse_names), (egg_toolbars_model_load_names),
6029         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6030         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6031         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6032         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6033         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6034         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6035         (egg_toolbars_model_set_types), (fill_avail_array),
6036         (egg_toolbars_model_get_name_avail),
6037         (egg_toolbars_model_get_name_flags),
6038         (egg_toolbars_model_set_name_flags):
6039         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6040         * cut-n-paste/toolbar-editor/eggintl.h:
6041         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6042         (egg_tree_multi_drag_source_get_type),
6043         (egg_tree_multi_drag_source_row_draggable),
6044         (egg_tree_multi_drag_source_drag_data_delete),
6045         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6046         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6047         (path_list_free), (set_context_data), (get_context_data),
6048         (get_info), (egg_tree_multi_drag_drag_data_get),
6049         (egg_tree_multi_drag_motion_event),
6050         (egg_tree_multi_drag_button_press_event),
6051         (egg_tree_multi_drag_add_drag_support):
6052         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6053         * shell/ev-application.c: (ev_application_init),
6054         (ev_application_save_toolbars_model):
6055         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6056         (ev_window_cmd_edit_toolbar), (ev_window_init):
6057         
6058         Sync toolbareditor with epiphany and libegg
6059
6060 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6061
6062         * configure.ac: 
6063
6064         Depend on poppler 0.5.2
6065
6066 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6067
6068         * shell/ev-jobs.c: (ev_job_render_run):
6069         
6070         Check if document supports links iterface.
6071
6072 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6073
6074         * NEWS:
6075         * configure.ac:
6076         
6077         Update for release 0.5.3
6078
6079 2006-05-13  Michael Plump  <plumpy@skylab.org>
6080
6081         * configure.ac:
6082         * shell/Makefile.am:
6083         * shell/main.c: (main):
6084         
6085         Port to GOption command line parsing. Fix for the 
6086         bug #327518
6087
6088 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6089
6090         * shell/ev-window.c: (ev_window_cmd_help_about):
6091         
6092         Do not wrap license. Fix for the bug #309460.
6093
6094 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6095
6096         * configure.ac:
6097         * properties/ev-properties-main.c: (ev_properties_get_pages):
6098         * shell/ev-application.c: (ev_application_open_window),
6099         (ev_application_open_uri_at_dest):
6100         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6101         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6102         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6103         * shell/ev-utils.c: (save_print_config_to_file):
6104         * shell/ev-window.c: (ev_window_cmd_save_as),
6105         (ev_attachment_popup_cmd_save_attachment_as):
6106         * shell/main.c: (load_files_remote):
6107         
6108         Bump requirements to gtk 2.8 and drop all ifdefs used.
6109
6110 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6111
6112         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6113         * shell/ev-window.c: (ev_window_init):
6114         
6115         Show attachments page.
6116
6117 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6118
6119         * po/POTFILES.in:
6120         * shell/ev-attachment-bar.c:
6121         * shell/ev-attachment-bar.h:
6122         * shell/ev-sidebar-attachments.c:
6123         (ev_sidebar_attachments_icon_cache_add),
6124         (icon_theme_get_pixbuf_from_mime_type),
6125         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6126         (ev_sidebar_attachments_icon_cache_refresh),
6127         (ev_sidebar_attachments_get_attachment_at_pos),
6128         (ev_sidebar_attachments_popup_menu_show),
6129         (ev_sidebar_attachments_popup_menu),
6130         (ev_sidebar_attachments_button_press),
6131         (ev_sidebar_attachments_update_icons),
6132         (ev_sidebar_attachments_drag_data_get),
6133         (ev_sidebar_attachments_get_property),
6134         (ev_sidebar_attachments_destroy),
6135         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6136         (ev_sidebar_attachments_new),
6137         (ev_sidebar_attachments_set_document),
6138         (ev_sidebar_attachments_support_document),
6139         (ev_sidebar_attachments_get_label),
6140         (ev_sidebar_attachments_page_iface_init):
6141         * shell/ev-sidebar-attachments.h:
6142         * shell/ev-window.c: (update_chrome_visibility),
6143         (setup_sidebar_from_metadata), (ev_window_setup_document),
6144         (ev_window_sidebar_current_page_changed_cb),
6145         (attachment_bar_menu_popup_cb), (ev_window_init):
6146         
6147         Move attachments bar to sidebar.
6148
6149 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6150
6151         * pdf/ev-poppler.cc:
6152         * shell/ev-application.[ch]:
6153         * shell/main.c:
6154
6155         Fix some memory leaks.
6156
6157 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6158
6159         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6160
6161         Change the properties dialog response to
6162         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6163         will make the dialog go away when the user presses
6164         enter. With gtk+ >= 2.9 this will happen anyway, but for
6165         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6166         escape by default. Fixes bug #340539. See also bug
6167         #101293 for the gtk+ part.
6168
6169 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6170
6171         * shell/ev-view.c (tip_from_action_named): Replace some strings
6172         that were wrong. Closes #340970.
6173
6174 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6175
6176         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6177
6178         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6179         #341049
6180
6181 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6182
6183         * djvu/Makefile.am:
6184         * dvi/Makefile.am:
6185         * dvi/mdvi-lib/Makefile.am:
6186         * properties/Makefile.am:
6187         * ps/Makefile.am:
6188         * shell/Makefile.am:
6189         * thumbnailer/Makefile.am:
6190         
6191         Due to broken libtool that is unable to track dependencies
6192         of noinst libraries we are forced to explicitely point
6193         libraries for binary. Fix for the bug #333334.
6194
6195 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6196
6197         * data/evince.desktop.in.in:
6198         * shell/ev-view.c: (view_update_range_and_current_page),
6199         (ev_view_next_page), (ev_view_previous_page):
6200         * shell/ev-window.c: (update_chrome_visibility),
6201         (setup_sidebar_from_metadata), (ev_window_setup_document),
6202         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6203         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6204         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6205         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6206         (ev_window_stop_presentation), (ev_window_focus_in_event),
6207         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6208         (ev_window_init):
6209         * thumbnailer/Makefile.am:
6210         
6211         Update fullscreen and presentation timeout handling. Hide
6212         cursor in presentation after timeout. Fix for the bugs
6213         #136359 and #336981.
6214
6215 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6216
6217         * backend/ev-link-action.[ch]:
6218         * pdf/ev-poppler.cc: (ev_link_from_action):
6219         * shell/ev-view-private.h:
6220         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6221         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6222
6223         Add support for Named Action links
6224
6225 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6226
6227         * backend/Makefile.am:
6228         * backend/ev-document-links.[ch]:
6229         * backend/ev-document.[ch]:
6230         * backend/ev-link-action.[ch]:
6231         * backend/ev-link-dest.[ch]:
6232         * backend/ev-link.[ch]:
6233         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6234         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6235         * shell/ev-page-action.c: (build_new_tree_cb):
6236         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6237         (links_page_num_func), (update_page_callback):
6238         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6239         (tip_from_link):
6240         * shell/ev-jobs.c:
6241         * shell/ev-window.[ch]: (ev_window_open_uri),
6242         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6243         * shell/ev-application.[ch]: (ev_application_open_window),
6244         (ev_application_open_uri):
6245
6246         Rework links system, it adds support for remote links now and it makes
6247         easier to add new kinds of actions and destinations. Fixes bug #317292
6248
6249 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6250
6251         * data/Makefile.am:
6252         * data/evince.png:
6253         * data/evince-16.png:
6254         * data/evince-22.png:
6255         * data/evince.svg:
6256         * shell/main.c: (main):
6257         
6258         Evince use it's own icon. Fix for the bug #313392.
6259
6260         * shell/ev-window.c: (fullscreen_timeout_cb),
6261         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6262         (ev_window_cmd_help_about), (ev_window_dispose):
6263         
6264         Simplify fullscreen timeout code.
6265
6266 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6267
6268         * backend/ev-attachment.c: 
6269         * shell/ev-attachment-bar.c:
6270         * shell/ev-window.c:
6271
6272         Allow multiple selection of attachments
6273
6274 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6275
6276         * shell/ev-view.c: (view_update_range_and_current_page),
6277         (ev_view_scroll):
6278         
6279         Fix for the bug #312573 – Optimal selection of current 
6280         page among visible pages.
6281
6282 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6283
6284         * configure.ac:
6285         * djvu/Makefile.am:
6286         * djvu/djvu-text.h:
6287         
6288         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6289         for the bug 339868.
6290
6291 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6292
6293         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6294
6295 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6296
6297         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6298         dictated by the GNOME HIG. Fixes bug #339235.
6299
6300 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6301
6302         * data/evince-ui.xml:
6303         * shell/ev-view.c: (ev_view_can_find_previous):
6304         * shell/ev-view.h:
6305         * shell/ev-window.c: (ev_window_update_actions),
6306         (ev_window_cmd_edit_find_previous):
6307
6308         Add support for "Find Previous" as dictated by the GNOME HIG. A
6309         menu item is added and some glue code to make it all work is added
6310         to various files.
6311
6312 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6313
6314         * configure.ac: Award myself the "useless use of cat" award.
6315
6316 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6317
6318         * po/LINGUAS: New file listing all supported languages.
6319
6320         * configure.in: Use po/LINGUAS instead of including all languages
6321         directly in this file. See the wiki for more information:
6322         http://live.gnome.org/GnomeGoals/PoLinguas
6323
6324 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6325
6326         * backend/ev-document-factory.c:
6327
6328         Do not load the document twice when there isn't errors
6329
6330 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6331
6332         * backend/ev-attachment.c: 
6333
6334         Fix a crash when there isn't a default application to open an
6335         attachment
6336
6337 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6338
6339         * backend/ev-attachment.[ch]:
6340         * shell/ev-attachment-bar.[ch]:
6341
6342         Added missing files. 
6343
6344 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6345
6346         * backend/Makefile.am:
6347         * data/evince-ui.xml:
6348         * backend/ev-attachment.[ch]:
6349         * backend/ev-document.[ch]: (ev_document_has_attachments),
6350         (ev_document_get_attachments):
6351         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6352         (attachment_save_to_buffer), (pdf_document_get_attachments),
6353         (pdf_document_document_iface_init):
6354         * shell/Makefile.am:
6355         * shell/ev-attachment-bar.[ch]:
6356         * shell/ev-window.c:
6357
6358         Add support for PDF attachments. Fixes bug #325143
6359
6360 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6361
6362         * backend/ev-document-factory.c: (get_document_from_uri),
6363         (ev_document_factory_get_document):
6364         * backend/ev-document-factory.h:
6365         * properties/ev-properties-main.c: (ev_properties_get_pages):
6366         * shell/Makefile.am:
6367         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6368         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6369         (ev_job_queue_remove_job):
6370         * shell/ev-job-queue.h:
6371         * shell/ev-job-xfer.c:
6372         * shell/ev-job-xfer.h:
6373         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6374         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6375         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6376         (ev_job_xfer_run):
6377         * shell/ev-jobs.h:
6378         * shell/ev-window.c: (ev_window_is_empty),
6379         (password_dialog_response), (ev_window_clear_xfer_job),
6380         (ev_window_xfer_job_cb), (ev_window_open_uri),
6381         (ev_window_cmd_focus_page_selector),
6382         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6383         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6384         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6385         (ev_window_dispose):
6386         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6387         
6388         * Cleanup mime type detection on document load. Fix for the
6389         bug #336448.
6390
6391 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6392
6393         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6394         
6395         Fix crash on exit, described in the bug #336825.
6396
6397 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6398
6399         * backend/ev-document-factory.c:
6400         (ev_document_factory_get_from_mime),
6401         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6402         (ev_document_factory_get_document),
6403         (file_filter_add_mime_list_and_free),
6404         (ev_document_factory_add_filters):
6405         * backend/ev-document-factory.h:
6406         * properties/ev-properties-main.c: (ev_properties_get_pages):
6407         * shell/Makefile.am:
6408         * shell/ev-application.c:
6409         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6410         * shell/ev-window.c: (ev_window_cmd_file_open),
6411         (ev_window_cmd_save_as):
6412         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6413         
6414         Rework factory functions so they are placed now in a single 
6415         file ev-document-factory.c
6416
6417 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6418
6419         * shell/ev-window.c: (update_chrome_visibility):
6420         
6421         Fix for the bug 166566 - don't show menubar in fullscreen
6422         mode.
6423
6424 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6425
6426         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6427
6428 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6429
6430         * shell/ev-view.c: (ev_view_expose_event):
6431         
6432         More correctly draw loading text when document
6433         is empty.
6434
6435 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6436
6437         * shell/ev-view.c: (ev_view_scroll):
6438         
6439         Fix for the bug #334854, page down and page up switch
6440         pages in presentation mode.
6441
6442 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6443
6444         * shell/ev-window.c: (ev_window_set_action_sensitive),
6445         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6446         (ev_window_set_view_accels_sensitivity),
6447         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6448         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6449         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6450         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6451         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6452         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6453         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6454         (view_actions_focus_in_cb), (ev_window_init):
6455         
6456         Fix for the bug #333902, now it's possible to search
6457         words with slash.
6458
6459 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6460
6461         * configure.ac: Added Breton translation.
6462         * po/br.po: Added Breton translation.
6463
6464 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6465
6466         * shell/ev-window-title (ev_window_title_update):
6467
6468         Fix memory leak in window title. Fixes bug #333944
6469
6470 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6471
6472         * shell/ev-metadata-manager.c (parseItem):
6473
6474         Fix memory leaks. Fixes bug #333945
6475
6476 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6477         
6478         * NEWS, configure.ac, TODO:
6479         
6480         Update for release 0.5.2.
6481
6482 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6483
6484         * shell/ev-view.c: (view_update_range_and_current_page),
6485         (page_changed_cb):
6486         
6487         Don't jump on scrolling, fix for the bug #333127.
6488
6489 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6490
6491         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6492         
6493         Scroll by one page in presentation mode. Fix for the bug
6494         #332993.
6495
6496 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6497
6498         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6499
6500 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6501
6502         * configure.ac  Added lv in ALL_LINGUAS line.
6503
6504 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6505         
6506         * NEWS, configure.ac:
6507         
6508         Update for release 0.5.1
6509
6510 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6511
6512         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6513         * backend/ev-document-misc.h:
6514         * shell/ev-view.c: (draw_one_page):
6515         
6516          Clairfy what page the toolbar page number applies to. Fix
6517          for the bug #328102.
6518
6519 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6520
6521         * shell/ev-view-private.h:
6522         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6523         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6524         (ev_view_search_changed):
6525         * shell/ev-view.h:
6526         * shell/ev-window.c: (find_bar_search_changed_cb):
6527         
6528         Dont't jump to find result if window was scrolled during search.
6529         Fix for the bug #313266.
6530
6531 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6532
6533         * shell/eggfindbar.c: (egg_find_bar_class_init):
6534         * shell/eggfindbar.h:
6535         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6536         * shell/ev-view-private.h:
6537         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6538         (ev_view_class_init), (ev_sizing_mode_get_type),
6539         (ev_scroll_type_get_type):
6540         * shell/ev-view.h:
6541         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6542         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6543         (ev_window_init):
6544         
6545         Fix for the bug 319133 - Find entry should allow text scroll.
6546
6547 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6548
6549         * shell/ev-view-private.h:
6550         * shell/ev-view.c: (view_update_range_and_current_page),
6551         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6552         (ev_view_set_document), (update_find_status_message),
6553         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6554         (ev_view_find_previous):
6555         
6556         Fix for the bug #319137. Search now takes account for scrolling.
6557
6558 2006-02-19  Michael Hofmann <mh21@piware.de>
6559
6560         * configure.ac:
6561         * djvu/Makefile.am:
6562         * djvu/djvu-document-private.h:
6563         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6564         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6565         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6566         (djvu_document_can_get_text), (djvu_document_get_text),
6567         (djvu_document_document_iface_init),
6568         (djvu_document_thumbnails_get_thumbnail),
6569         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6570         (djvu_document_find_get_result),
6571         (djvu_document_find_page_has_results),
6572         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6573         (djvu_document_find_iface_init):
6574         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6575         (djvu_text_page_selection), (djvu_text_page_limits_process),
6576         (djvu_text_page_limits), (djvu_text_page_copy),
6577         (djvu_text_page_position), (djvu_text_page_union),
6578         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6579         (djvu_text_page_box), (djvu_text_page_append_text),
6580         (djvu_text_page_search), (djvu_text_page_prepare_search),
6581         (djvu_text_page_new), (djvu_text_page_free):
6582         * djvu/djvu-text-page.h:
6583         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6584         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6585         (djvu_text_n_results), (djvu_text_has_results),
6586         (djvu_text_get_result), (djvu_text_get_progress):
6587         * djvu/djvu-text.h:
6588         
6589         Text search in djvu. Fix for the bug #303415.
6590
6591 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6592
6593         * configure.ac:
6594         * shell/ev-window.c: (ev_window_cmd_save_as):
6595         
6596         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6597         Thanks to Gary Coady <gary@lyranthe.org>
6598
6599 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6600
6601         * shell/ev-print-job.c: (idle_print_handler):
6602         
6603         Inverse order printing, bug #320919.
6604
6605 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6606
6607         * data/evince-toolbar.xml:
6608         * shell/ev-window.c:
6609         
6610         Allow to add sidebar checkbutton on toolbar. Fix
6611         for the bug #144577.
6612
6613 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6614
6615         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6616         
6617         Add checks that have sense for empty ps document.
6618
6619 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6620
6621         * configure.ac: Include PS in mime types list. 
6622
6623 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6624
6625         * configure.ac:
6626         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6627         * ps/gsdefaults.h:
6628         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6629         
6630         Runtime check for gs interpreter. Fix for the bug #320868.
6631         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6632
6633 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6634
6635         * shell/ev-application.c: 
6636
6637         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6638         dbus>=0.60, so that the request is not queued. 
6639
6640 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6641
6642         * configure.ac:
6643         * shell/Makefile.am:
6644         * shell/ev-sidebar-links.c: (print_section_cb):
6645         * shell/ev-utils.c:
6646         * shell/ev-utils.h:
6647         * shell/ev-window.c: (update_action_sensitivity),
6648         (ev_window_close_dialogs), (ev_window_print):
6649         * shell/ev-window.h:
6650         
6651         Make printing support optional. Patch from Eduardo de Barros Lima
6652         <eduardo.lima@indt.org.br> for the bug #330546.
6653
6654 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6655
6656         * shell/ev-view-private.h:
6657         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6658         (ev_view_set_document):
6659         * shell/ev-view.h:
6660         * shell/ev-window.c: (ev_window_load_job_cb),
6661         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6662         (ev_window_init):
6663
6664         Draw Loading message during xfer job. Fix for the bug #329495.
6665
6666 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6667
6668         * comics/comics-document.c: (comics_regex_quote),
6669         (comics_document_load), (extract_argv):
6670         
6671         Correcly quote regexp before passing it to unzip.
6672
6673 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6674
6675         * shell/ev-page-cache.c: (build_height_to_page),
6676         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6677         (ev_page_cache_get_dual_even_left):
6678         * shell/ev-page-cache.h:
6679         * shell/ev-view.c: (view_update_range_and_current_page),
6680         (get_page_y_offset), (get_page_extents):
6681         
6682         Place even pages to the left if document has less then
6683         two pages. Fix for the bug #328856.
6684
6685 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6686
6687         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6688         
6689         Correct comics scheme. This make evince create thumbnails
6690         for comic books. Fix for the bug 329088.
6691
6692 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6693
6694         * data/evince-password.glade: Don't explicitly set
6695         invisible_char to the current default value in case
6696         the default changes; let GTK+ do its magic.
6697
6698 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6699
6700         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6701         real filename to tmp filename since often document
6702         type is determined by extension.
6703
6704 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6705
6706         * shell/ev-view.c: (add_scroll_binding_keypad),
6707         (ev_view_binding_activated), (ev_view_class_init):
6708         
6709         Add keybindings for percision-scrolling of display area. 
6710         Fix for the bug #314072.
6711
6712 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6713
6714         * data/evince.desktop.in.in:
6715         
6716         Add GTK to the list of categories. Fix for the bug #328034.
6717
6718 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6719
6720         * shell/ev-application.c: (ev_application_shutdown),
6721         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6722         * shell/ev-application.h:
6723         * shell/ev-window.c: (file_open_dialog_response_cb),
6724         (ev_window_cmd_file_open):
6725         
6726         Save last uri in file chooser dialog. Fix for the bug #327950.
6727
6728 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6729
6730         * NEWS:
6731         * README:
6732         
6733         Final update for release 0.5.0
6734         
6735         * shell/Makefile.am:
6736         
6737         Remove disable deprecated until we'll require libgnome-2.13.7
6738         and port to GOption argument parsing. See bug 327518.
6739
6740 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6741
6742         * comics/comics-document.c: (comics_document_save):
6743         * djvu/djvu-document.c: (djvu_document_save):
6744         * dvi/dvi-document.c: (dvi_document_save):
6745         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6746         * lib/ev-file-helpers.h:
6747         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6748         * tiff/tiff-document.c: (tiff_document_save):
6749         
6750         Use common save function for backends.
6751
6752 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6753
6754         * backend/ev-document-types.c:
6755         
6756         Fix crash on saving pixbuf.
6757
6758 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6759
6760         * cut-n-paste/recent-files/egg-recent-item.c:
6761         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6762         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6763         (parse_info_free), (valid_element), (start_element_handler),
6764         (end_element_handler), (text_handler), (egg_recent_model_filter),
6765         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6766         (egg_recent_model_monitor), (egg_recent_model_read),
6767         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6768         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6769         (egg_recent_model_set_property), (egg_recent_model_class_init),
6770         (egg_recent_model_init), (egg_recent_model_add_full),
6771         (egg_recent_model_delete), (egg_recent_model_get_list),
6772         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6773         (egg_recent_model_set_filter_mime_types),
6774         (egg_recent_model_clear_group_filter),
6775         (egg_recent_model_set_filter_groups),
6776         (egg_recent_model_clear_scheme_filter),
6777         (egg_recent_model_set_filter_uri_schemes),
6778         (egg_recent_model_remove_expired):
6779         * cut-n-paste/recent-files/egg-recent-util.c:
6780         (egg_recent_util_get_icon):
6781         * cut-n-paste/recent-files/egg-recent-util.h:
6782         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6783         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6784         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6785         (egg_recent_view_uimanager_set_property),
6786         (egg_recent_view_uimanager_get_property),
6787         (egg_recent_view_uimanager_class_init),
6788         (egg_recent_view_uimanager_init),
6789         (egg_recent_view_uimanager_set_label_width),
6790         (egg_recent_view_uimanager_get_label_width):
6791         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6792         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6793         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6794         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6795         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6796         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6797         
6798         Update from libegg.
6799
6800 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6801
6802         * shell/ev-page-cache.c: (build_height_to_page),
6803         (ev_page_cache_get_height_to_page):
6804         * shell/ev-page-cache.h:
6805         * shell/ev-view.c: (view_update_range_and_current_page),
6806         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6807         (ev_view_previous_page):
6808         
6809         Dual mode places even pages to the left. Fix for the bug #309393.
6810
6811         * shell/ev-view.h:
6812         * shell/ev-window.c: (update_action_sensitivity),
6813         (setup_view_from_metadata), (view_menu_popup_cb):
6814         
6815         Don't restore presentation in empty windows, more intelligent
6816         next page behaviour in dual mode.
6817
6818         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6819         (ev_pixbuf_cache_clear_job_sizes):
6820         
6821         Cleanup job callback on removal. Fix for the bug #325886.
6822
6823 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6824
6825         * ps/ps.c: (psscan):
6826         
6827         Commit workaround Mozilla problem. Fix for the bug #325919
6828         
6829         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6830         (save_item):
6831         
6832         Fix for year 2038 problem.
6833
6834 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6835
6836         * shell/ev-window.c: (setup_document_from_metadata),
6837         (ev_window_cmd_view_reload):
6838
6839         Clamp page recieved from metadata in valid values. Fix
6840         for the bug #325986.
6841
6842 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6843
6844         * MAINTAINERS: 
6845         Add MAINTAINERS as requested on desktop-devel-list.
6846
6847 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6848
6849         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6850         (mime_type_supported_by_gdk_pixbuf),
6851         (ev_document_factory_get_mime_types),
6852         (ev_document_factory_get_all_mime_types):
6853         
6854         Don't add pixbuf mime types if pixbuf backend is disabled.
6855         
6856         * shell/ev-application.c: (ev_application_get_uri_window):
6857         
6858         Fix for the bug 325815 - unhandled MIME type message doesn't 
6859         appear a second time. 
6860         
6861         * shell/ev-document-types.c: (ev_document_types_add_filters):
6862         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6863         (password_dialog_response), (ev_window_popup_password_dialog),
6864         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6865         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6866         (ev_window_run_presentation), (ev_window_stop_presentation),
6867         (save_sizing_mode), (ev_window_zoom_changed_cb),
6868         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6869         (ev_window_dual_mode_changed_cb),
6870         (ev_window_sidebar_current_page_changed_cb),
6871         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6872         (window_state_event_cb), (window_configure_event_cb):
6873         
6874         Cleanup additional uris holded by EvWindow.
6875
6876 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6877
6878         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6879         (ev_view_can_previous_page), (ev_view_can_next_page):
6880         * shell/ev-view.h:
6881         * shell/ev-window.c: (update_action_sensitivity):
6882         
6883         Two page scrolling with Space and PageUp in dual mode. Second fix 
6884         for the bug #316608.
6885
6886 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6887
6888         * shell/ev-view.c: (scroll_to_current_page):
6889         
6890         Correctly clamp adjustment value. Fix for the bug
6891         #325808.
6892
6893 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6894
6895         * shell/ev-sidebar-links.c: (print_section_cb):
6896         * shell/ev-window.c: (ev_window_get_uri),
6897         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6898         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6899         (ev_window_dispose):
6900         
6901         Make print dialog non-modal. Fix for the bug #325622.
6902
6903 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6904
6905         * shell/ev-metadata-manager.c:
6906         * shell/ev-utils.c: (using_pdf_printer),
6907         (using_postscript_printer), (load_print_config_from_file),
6908         (save_print_config_to_file):
6909         * shell/ev-utils.h:
6910         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6911         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6912         (setup_view_from_metadata), (ev_window_setup_document),
6913         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6914         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6915         (ev_window_run_presentation), (ev_window_stop_presentation),
6916         (save_sizing_mode), (ev_window_zoom_changed_cb),
6917         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6918         (ev_window_dual_mode_changed_cb),
6919         (ev_window_sidebar_current_page_changed_cb),
6920         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6921         (window_state_event_cb), (window_configure_event_cb),
6922         (ev_window_init):
6923         
6924         Setting saving behaviour fixes.
6925
6926 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6927
6928         * configure.ac:
6929         
6930         Make antialiasing gs options better and allow
6931         to change them during configure. Fix for the 
6932         bug #319049.
6933
6934 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6935
6936         * shell/ev-window.c: (setup_view_from_metadata):
6937         
6938         Remember if last window was maximized. Fix for the
6939         bug #323797.
6940
6941 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6942
6943         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6944
6945 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6946
6947         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6948         * shell/ev-page-action.c: (build_new_tree_cb):
6949         * shell/ev-sidebar-links.c: (links_page_num_func),
6950         (update_page_callback_foreach), (update_page_callback):
6951         * shell/ev-view.c: (scroll_to_current_page):
6952         
6953         Fix for the bug #325067 with more intelligent selection
6954         of current link in sidebar. Make sidebar handle links
6955         of FITR-like type more correctly.
6956
6957         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6958         (dvi_pixbuf_put_pixel):
6959         
6960         Fix memory consumtion with disabled alpha channel.
6961
6962 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6963
6964         * data/evince-ui.xml:
6965         * shell/ev-window.c: (view_menu_popup_cb),
6966         (ev_popup_cmd_open_link), (ev_window_init):
6967         
6968         Update context menu for internal links. Fix for the bug
6969         #325066.
6970
6971 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6972
6973         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6974         
6975         Bind context menu to keyboard also. Fix for the bug
6976         #325065.
6977
6978 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6979
6980         * shell/ev-view.c: (selection_scroll_timeout_cb):
6981         
6982         Horizontal scroll on selection also.
6983
6984 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6985
6986         * shell/ev-metadata-manager.c: (parse_value):
6987         * shell/ev-view.c: (goto_xyz_link):
6988         
6989         Correct zoom setup and metadata save broken in 
6990         some locales.
6991
6992 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6993
6994         * shell/ev-view-private.h:
6995         * shell/ev-view.c: (scroll_to_current_page),
6996         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6997         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6998         (page_changed_cb), (ev_view_set_continuous),
6999         (ev_view_set_dual_page), (ev_view_set_presentation):
7000         
7001         Delay scroll until allocation to correctly position page. Fix
7002         for the bug #317334.
7003
7004 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7005
7006         * NEWS:
7007         * configure.ac:
7008         
7009         Update NEWS and require poppler 0.5.0.
7010
7011 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7012         
7013         * data/evince-ui.xml:
7014         * shell/ev-view-private.h:
7015         * shell/ev-view.c: (ev_view_get_link_at_location),
7016         (handle_link_over_xy), (ev_view_button_press_event),
7017         (ev_view_button_release_event), (ev_view_class_init):
7018         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7019         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7020         (ev_window_init):
7021         
7022         Implement right-click context menu.
7023
7024 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7025
7026         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7027         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7028         (mdvi_pixbuf_device_render):
7029         * pdf/ev-poppler.cc:
7030
7031         Don't generate thumbnails with alpha. See bug #324077.
7032         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7033
7034 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7035
7036         * shell/ev-window.c: (setup_chrome_from_metadata):
7037         
7038         Fix typo that was hiding toolbar.
7039
7040 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7041
7042         * shell/ev-view-private.h:
7043         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7044         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7045         (ev_view_button_release_event), (ev_view_destroy):
7046         
7047         Small cleanup and autoscrolling during selection. Thanks to 
7048         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7049
7050 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7051
7052         * configure.ac:
7053         
7054         Correctly check for comics option.
7055
7056 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7057         * Makefile.am:
7058         * configure.ac:
7059         * backend/Makefile.am:
7060         * backend/ev-document-factory.c:
7061         * shell/ev-document-types.c:
7062
7063         Included option in configure to make ps backend 
7064         compilation optional with --disable-ps.
7065
7066 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7067
7068         * backend/ev-document-factory.c:
7069         * comics/Makefile.am:
7070         * comics/comics-document.c: (comics_document_load):
7071         * comics/ev-cbr-mime.xml:
7072         * configure.ac:
7073         
7074         Comics mime types are added to shared-mime-info CVS. Now
7075         we don't need to install our own mime types.
7076
7077 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7078
7079         * shell/ev-window.c:
7080         
7081         Add shortcut for "save a copy" menu entry. Fix for
7082         the bug #324582.
7083
7084 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7085
7086         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7087         (job_finished_cb), (new_selection_pixbuf_needed),
7088         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7089         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7090         
7091         Rework selection job info logic and fix critical warning.
7092
7093 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7094
7095         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7096
7097 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7098
7099         * data/evince-ui.xml:
7100         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7101         
7102         Enter as shortcut key for next page. Fix for the bug
7103         #321394.
7104
7105 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7106
7107         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7108
7109 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7110
7111         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7112         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7113         (new_selection_pixbuf_needed),
7114         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7115         (clear_job_selection):
7116         
7117         Too early for 0.5. Pixbuf cache code cleaned a bit.
7118
7119 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7120
7121         * NEWS:
7122         * configure.ac:
7123         
7124         Release 0.5.0 preparation
7125
7126 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7127
7128         * comics/Makefile.am:
7129         * configure.ac:
7130         * shell/ev-document-types.c: (ev_document_types_add_filters):
7131         
7132         More advanced handling of custom mime type installation.
7133
7134 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7135
7136         * data/evince.schemas.in:
7137         * shell/ev-metadata-manager.c: (value_free),
7138         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7139         (ev_metadata_manager_get), (ev_metadata_manager_set):
7140         * shell/ev-metadata-manager.h:
7141         * shell/ev-window.c: (update_chrome_flag),
7142         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7143         (setup_document_from_metadata), (setup_chrome_from_metadata),
7144         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7145         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7146         (ev_window_view_toolbar_cb),
7147         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7148         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7149         
7150         Save last document settings and reuse them for new documents.
7151
7152 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7153
7154         * Makefile.am:
7155         * backend/Makefile.am:
7156         * backend/ev-document-factory.c:
7157         * backend/ev-document-factory.h:
7158         * comics/Makefile.am:
7159         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7160         (comics_document_load), (comics_document_save),
7161         (comics_document_get_n_pages), (comics_document_get_page_size),
7162         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7163         (comics_document_class_init), (comics_document_can_get_text),
7164         (comics_document_get_info), (comics_document_document_iface_init),
7165         (comics_document_init), (get_supported_image_extensions),
7166         (comics_document_thumbnails_get_geometry),
7167         (comics_document_thumbnails_get_thumbnail),
7168         (comics_document_thumbnails_get_dimensions),
7169         (comics_document_document_thumbnails_iface_init), (extract_argv):
7170         * comics/comics-document.h:
7171         * comics/ev-cbr-mime.xml:
7172         * configure.ac:
7173         * po/POTFILES.in:
7174         * shell/ev-application.c: (ev_application_register_service):
7175         * shell/ev-document-types.c: (ev_document_types_add_filters):
7176         * thumbnailer/Makefile.am:
7177         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7178         
7179         New CBR/CBZ backend for comic books.
7180
7181 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7182
7183         * shell/main.c: (load_files_remote):
7184
7185         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7186         warning on startup of second instance is fixed. It
7187         is bug #320353.
7188
7189 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7190
7191         * shell/ev-window.c: (ev_window_finalize):
7192         
7193         Fix double free that cause crash.
7194
7195 2005-10-29  Bastien Nocera <hadess@hadess.net>
7196
7197         * tiff/tiff-document.c: (tiff_document_load):
7198         
7199         Fix memory leak.
7200
7201 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7202
7203         * po/POTFILES.in:
7204         * shell/Makefile.am:
7205         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7206         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7207         (ev_view_accessible_get_text),
7208         (ev_view_accessible_get_character_at_offset),
7209         (ev_view_accessible_get_text_before_offset),
7210         (ev_view_accessible_get_text_at_offset),
7211         (ev_view_accessible_get_text_after_offset),
7212         (ev_view_accessible_get_character_count),
7213         (ev_view_accessible_get_caret_offset),
7214         (ev_view_accessible_set_caret_offset),
7215         (ev_view_accessible_get_run_attributes),
7216         (ev_view_accessible_get_default_attributes),
7217         (ev_view_accessible_get_character_extents),
7218         (ev_view_accessible_get_offset_at_point),
7219         (ev_view_accessible_get_n_selections),
7220         (ev_view_accessible_get_selection),
7221         (ev_view_accessible_add_selection),
7222         (ev_view_accessible_remove_selection),
7223         (ev_view_accessible_set_selection),
7224         (ev_view_accessible_text_iface_init),
7225         (ev_view_accessible_idle_do_action),
7226         (ev_view_accessible_action_do_action),
7227         (ev_view_accessible_action_get_n_actions),
7228         (ev_view_accessible_action_get_description),
7229         (ev_view_accessible_action_get_name),
7230         (ev_view_accessible_action_set_description),
7231         (ev_view_accessible_action_iface_init),
7232         (ev_view_accessible_get_type), (ev_view_accessible_new),
7233         (ev_view_accessible_factory_get_accessible_type),
7234         (ev_view_accessible_factory_create_accessible),
7235         (ev_view_accessible_factory_class_init),
7236         (ev_view_accessible_factory_get_type):
7237         * shell/ev-view-accessible.h:
7238         * shell/ev-view-private.h:
7239         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7240         * shell/ev-view.h:
7241         
7242         Initial accessibility support.
7243
7244 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7245
7246         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7247
7248 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7249
7250         * shell/ev-print-job.c: (idle_print_handler):
7251         
7252         Fix for bug Bug 318916: Printing multiple pages.
7253
7254 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7255
7256         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7257
7258 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7259
7260         * pdf/ev-poppler.cc:
7261         
7262         Thumnail dimensions unified with other backends.
7263         
7264         * shell/ev-window-title.c: (ev_window_title_update):
7265         
7266         Fix warning.
7267
7268 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7269
7270         * data/ev-stock-zoom-fit-width.png:
7271         
7272         Remove unused file.
7273
7274 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7275
7276         * configure.ac:
7277         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7278         (djvu_document_finalize):
7279         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7280         (dvi_document_finalize):
7281         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7282         (pixbuf_document_save), (pixbuf_document_finalize):
7283         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7284         (tiff_document_finalize):
7285         
7286         Save a copy implemented for various backends.
7287
7288 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7289
7290         * configure.ac:
7291         
7292         Don't link with ltiff if tiff is disabled.
7293
7294 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7295
7296         * pdf/GDKSplashOutputDev.cc:
7297         * pdf/GDKSplashOutputDev.h:
7298         * pdf/Thumb.cc:
7299         * pdf/Thumb.h:
7300         * pdf/pdf-document.cc:
7301         * pdf/pdf-document.h:
7302         * pdf/test-gdk-output-dev.cc:
7303         
7304         Remove old unused files.
7305
7306 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7307
7308         * shell/ev-window.c: (ev_window_setup_document):
7309         
7310         Fixed warnings on reload and probably crash reason.
7311
7312 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7313
7314         * properties/ev-properties-view.c:
7315         (ev_properties_view_format_date):
7316         
7317         Check if date is invalid. Fix for bug 318134.
7318
7319 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7320
7321         * shell/ev-window-title.c:
7322         
7323         Add .indd files (Adobe Indesign) to the list of "bad
7324         extensions".
7325
7326 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7327
7328         * data/evince-ui.xml:
7329         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7330         
7331         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7332
7333 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7334
7335         * shell/ev-window.c: (launch_link), (launch_external_uri),
7336         (view_external_link_cb):
7337
7338         URL-escape link before passing it to gnome_vfs_url_show.
7339
7340 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7341
7342         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7343         there isn't text selected.
7344
7345 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7346
7347         * shell/ev-view.c: (handle_link_over_xy):
7348
7349         Check tooltip is valid utf8 before showing it
7350
7351 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7352
7353         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7354
7355 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7356
7357         * shell/ev-window-title.c: (ev_window_title_update):
7358
7359         Guard against using g_strstrip on NULL. Fixes bug #317291.
7360
7361 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7362
7363         * pdf/ev-poppler.cc:
7364
7365         Show title even for unknown links
7366
7367 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7368
7369         * shell/ev-window-title.c: (ev_window_title_update):
7370
7371         Strip the title string
7372
7373 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7374
7375         * shell/ev-window-title.c:
7376
7377         Add .rtf to the bad extensions list
7378
7379 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7380
7381         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7382         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7383
7384         Ignore link coordinates if they are outside page bounds
7385
7386 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7387
7388         * backend/ev-link.c: (ev_link_type_get_type),
7389         (ev_link_get_filename), (ev_link_get_params),
7390         (ev_link_get_property), (ev_link_set_property),
7391         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7392         * backend/ev-link.h:
7393         * pdf/ev-poppler.cc:
7394         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7395         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7396         (ev_window_init):
7397
7398         Implement launch links. Delegate external link opening to
7399         the window.
7400
7401 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7402
7403         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7404         (ev_link_get_right), (ev_link_get_property),
7405         (ev_link_set_property), (ev_link_class_init),
7406         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7407         * backend/ev-link.h:
7408         * pdf/ev-poppler.cc:
7409         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7410
7411         Implement fitr links
7412
7413 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7414
7415         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7416         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7417         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7418         (ev_view_size_request_continuous),
7419         (ev_view_size_request_dual_page),
7420         (ev_view_size_request_single_page), (ev_view_size_allocate),
7421         (ev_view_zoom_for_size_continuous_and_dual_page),
7422         (ev_view_zoom_for_size_continuous),
7423         (ev_view_zoom_for_size_dual_page),
7424         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7425         (ev_sizing_mode_get_type):
7426         * shell/ev-view.h:
7427         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7428
7429         Do not use modes for link, we need to calculate size ad hoc.
7430         Still not perfect because of the usual scrollbar issues grrr.
7431
7432 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7433
7434         * backend/ev-link.c: (ev_link_type_get_type),
7435         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7436         * backend/ev-link.h:
7437         * pdf/ev-poppler.cc:
7438         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7439         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7440         (ev_view_size_request_continuous),
7441         (ev_view_size_request_dual_page),
7442         (ev_view_size_request_single_page), (ev_view_size_allocate),
7443         (zoom_for_size_fit_height),
7444         (ev_view_zoom_for_size_continuous_and_dual_page),
7445         (ev_view_zoom_for_size_continuous),
7446         (ev_view_zoom_for_size_dual_page),
7447         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7448         (ev_sizing_mode_get_type):
7449         * shell/ev-view.h:
7450         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7451
7452         Implement FIT_HEIGHT mode (only for links).
7453         Implement FITH links
7454
7455 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7456
7457         * shell/ev-window-title.c: (get_filename_from_uri),
7458         (ev_window_title_sanitize_extension), (ev_window_title_update),
7459         (ev_window_title_set_document), (ev_window_title_set_uri),
7460         (ev_window_title_free):
7461         * shell/ev-window-title.h:
7462         * shell/ev-window.c: (ev_window_setup_document),
7463         (ev_window_popup_password_dialog):
7464
7465         Refactor window title building while fixing it for
7466         password documents.
7467
7468 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7469
7470         * pdf/ev-poppler.cc:
7471
7472         Escape link title before setting it in the model
7473
7474 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7475
7476         * shell/ev-application.c: (removed_from_session), (save_session),
7477         (init_session), (ev_application_get_empty_window),
7478         (ev_application_init), (ev_application_get_windows):
7479         * shell/ev-application.h:
7480         * shell/ev-window.c: (ev_window_finalize):
7481
7482         Add a function to retrieve window list and share it where
7483         necessary.
7484         Implement session handling, works pretty well thanks to the
7485         metadata system.
7486
7487 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7488
7489         * shell/ev-password.c: (ev_password_item_created_callback),
7490         (ev_password_dialog_save_password):
7491         
7492         Fix for bug 316972. Use async gnome-keyring API.
7493
7494 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7495
7496         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7497         Remove unused unrealize handler. Add scroll handling to
7498         ev_view_scroll_event for presentation mode (bug #316708),
7499         and fix the event state checks there.
7500
7501 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7502
7503         * shell/ev-page-action.c: (page_changed_cb):
7504
7505         "marco, maybe we should be crazy and jump right to 6! :)"
7506
7507         Bryan Clark, Sep 2005
7508
7509 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7510
7511         * ps/ps-document.c: (save_document), (ps_document_save),
7512         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7513         (ps_document_ps_export_end):
7514
7515         Fix unstructured documents save and print
7516
7517 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7518
7519         * shell/ev-application.c: (ev_application_open_uri):
7520
7521         Fix window size persistance
7522
7523 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7524
7525         * shell/ev-view.c: (ev_view_button_release_event):
7526
7527         Based on a patch from carlosgc@gnome.org. Mouse buttons
7528         switch pages in presentation mode.
7529
7530 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7531
7532         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7533
7534         Dont cast to int before scaling
7535
7536 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7537
7538         * backend/ev-link.c: (ev_link_type_get_type),
7539         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7540         (ev_link_new_page_fith):
7541         * backend/ev-link.h:
7542         * pdf/ev-poppler.cc:
7543         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7544
7545         Implement FIT and FITH links
7546
7547 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7548
7549         * pdf/ev-poppler.cc:
7550
7551         Return 0 results when search is not in progress.
7552
7553         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7554         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7555
7556         Update menu sensitivity when cancelling search
7557
7558 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7559
7560         * shell/ev-view.c: (ev_view_can_find_next):
7561
7562         Take all pages in consideration, not just current one
7563
7564 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7565
7566         * shell/ev-page-cache.c:
7567         * shell/ev-page-cache.h:
7568         * shell/ev-view.c: (ev_view_binding_activated),
7569         (ev_view_next_page), (ev_view_previous_page),
7570         (ev_sizing_mode_get_type):
7571         * shell/ev-view.h:
7572         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7573         (ev_window_cmd_go_next_page):
7574
7575         Move page next/previous functions from page chace to
7576         view and change it to move by 2 page steps in dual mode.
7577
7578 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7579
7580         * shell/ev-window.c: (update_sidebar_visibility),
7581         (setup_sidebar_from_metadata), (ev_window_setup_document),
7582         (setup_view_from_metadata):
7583
7584         Show the index by default when there is one     
7585
7586 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7587
7588         * shell/ev-window-title.c: (ev_window_title_set_document):
7589
7590         Missing null check
7591
7592 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7593
7594         * shell/ev-view.c: (view_update_range_and_current_page):
7595         
7596         Allow display of last odd page in dual view. Fix for 316347.
7597
7598 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7599
7600         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7601         
7602         Make close button default. Fix for 316383.
7603
7604 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7605
7606         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7607         
7608         Mark close button as default. Fix for 316381.
7609
7610 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7611
7612         * backend/ev-link.c: (ev_link_class_init):
7613
7614         Allow negative doubles in left/top properties
7615
7616 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7617
7618         * shell/ev-window.c:
7619
7620         Remove a bunch of strings that was used only
7621         by the statusbar.
7622
7623 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7624
7625         * shell/ev-window-title.c: (get_filename_from_uri),
7626         (ev_window_title_set_document):
7627
7628         When title has a confusing extension, show also
7629         the document filename inside ()
7630
7631 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7632
7633         * shell/Makefile.am:
7634         * shell/ev-window-title.c: (ev_window_title_new),
7635         (ev_window_title_update), (ev_window_title_set_type),
7636         (ev_window_title_set_document), (ev_window_title_free):
7637         * shell/ev-window-title.h:
7638         * shell/ev-window.c: (ev_window_setup_document),
7639         (password_dialog_response), (ev_window_popup_password_dialog),
7640         (ev_window_dispose), (ev_window_init):
7641
7642         Factor out and cleanup window title code
7643
7644 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7645
7646         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7647         (unable_to_load):
7648
7649         Make dialog transient so it doesnt block other windows
7650
7651 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7652
7653         * pdf/ev-poppler.cc:
7654         
7655         Fix pdf thumbnails rendering.
7656
7657 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7658
7659         * shell/ev-window.c: (fullscreen_set_timeout):
7660         
7661         Increase timeout to hide full screen popup. Bug 
7662         316123. 
7663
7664 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7665
7666         * data/evince.schemas.in:
7667         * shell/ev-window.c: (update_action_sensitivity):
7668
7669         Allow the user to override document restrictions. Fix for bug
7670         305818.
7671
7672 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7673
7674         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7675         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7676         (ev_window_class_init): Fix multihead behaviour of fullscreen
7677         toolbar popup. Fixes bug #315451.
7678
7679 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7680
7681         * configure.ac:
7682         * data/evince-password.glade:
7683         * shell/ev-password.c: (ev_password_dialog_set_property),
7684         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7685         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7686         (ev_password_dialog_entry_changed_cb),
7687         (ev_password_dialog_entry_activated_cb),
7688         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7689         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7690         (ev_password_dialog_set_bad_pass):
7691         * shell/ev-password.h:
7692         * shell/ev-window.c: (password_dialog_response),
7693         (ev_window_popup_password_dialog):
7694         
7695         Support for gnome-keyring for encrypted PDF's.
7696
7697 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7698
7699         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7700         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7701         (ev_view_enter_notify_event), (ev_view_class_init):
7702         
7703         More precise handling of enter_notify/leave_notify events
7704         in EvView. Fix for bug 315470.
7705
7706 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7707
7708         * shell/ev-window.c: (fullscreen_timeout_cb),
7709         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7710         (ev_window_dispose):
7711
7712         leak fix: unref fullscreen_timeout_source before clearing it
7713
7714 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7715
7716         * configure.ac, dvi/mdvi/Makefile.am: 
7717         
7718         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7719
7720 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7721
7722         * backend/ev-link.c: (ev_link_new_page_xyz):
7723         * pdf/ev-poppler.cc:
7724         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7725
7726         Fix some bugs with xyz links, respect zoom
7727
7728 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7729
7730         * shell/ev-window.c: (page_changed_cb),
7731         (setup_document_from_metadata), (update_sidebar_visibility),
7732         (setup_view_from_metadata), (ev_window_run_fullscreen),
7733         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7734         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7735         (ev_window_dual_mode_changed_cb),
7736         (ev_window_sidebar_current_page_changed_cb):
7737
7738         null check uri before setting and getting metadata
7739
7740 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7741
7742         * dvi/Makefile.am:
7743         * properties/Makefile.am:
7744         * shell/Makefile.am:
7745         * thumbnailer/Makefile.am:
7746
7747         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7748
7749 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7750
7751         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7752         (selection_changed_callback):
7753         * shell/ev-sidebar-links.h:
7754
7755         Add a signal for link activation.
7756
7757         * shell/ev-view.c: (ev_view_goto_link),
7758         (ev_view_button_release_event):
7759         * shell/ev-view.h:
7760         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7761         (ev_window_init):
7762
7763         Implement the signal so that we can handle all link types.
7764
7765         * shell/ev-page-cache.c:
7766
7767         Remove unused set_link function
7768
7769 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7770
7771         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7772
7773         Add some space from the cursor, hardcoded but I couldnt
7774         find a better way.
7775
7776 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7777
7778         * lib/ev-tooltip.c:
7779
7780         Use mozilla style vs gtk style, way better for links.
7781
7782         * shell/ev-view.c: (ev_view_motion_notify_event),
7783         (ev_view_destroy), (ev_view_init):
7784
7785         Deactive tooltip when the link hovered is changed.
7786
7787 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7788
7789         * backend/ev-document.h:
7790         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7791         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7792         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7793         (ev_link_new_page), (ev_link_new_page_xyz):
7794         * backend/ev-link.h:
7795         * pdf/ev-poppler.cc:
7796         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7797         (go_to_link), (tip_from_link):
7798
7799         Implement xyz links, still not functional. Links are a total
7800         mess, will need to refactor and bugfix a lot :(
7801
7802 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7803
7804         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7805
7806 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7807
7808         * data/evince-ui.xml:
7809         * data/evince.schemas.in:
7810         * shell/Makefile.am:
7811         * shell/ev-window.c: (update_chrome_visibility),
7812         (password_dialog_response), (ev_window_load_job_cb),
7813         (ev_window_xfer_job_cb), (ev_window_open_uri),
7814         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7815         (ev_window_init):
7816
7817         Remove the statusbar. This regress loading feedback, need to
7818         check with Bryan what we want to do there...
7819
7820 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7821
7822         * lib/ev-tooltip.c: (ev_tooltip_init):
7823
7824         Fix tooltip border and size handling
7825
7826 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7827
7828         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7829         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7830         (ev_tooltip_timeout), (ev_tooltip_activate),
7831         (ev_tooltip_deactivate):
7832         * lib/ev-tooltip.h:
7833         * shell/ev-view.c: (ev_view_motion_notify_event):
7834
7835         Delay popup showing. Mirror gtk logic/times.
7836
7837 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7838
7839         * lib/Makefile.am:
7840         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7841         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7842         (ev_tooltip_set_text), (ev_tooltip_set_position):
7843         * lib/ev-tooltip.h:
7844
7845         Simple widget to show tooltips at a custom position
7846
7847         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7848         (ev_view_destroy):
7849
7850         Use it for links. First go, needs work
7851
7852 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7853
7854         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7855         HIG fixes.  Use title capitalization for window title. Use 12 
7856         pixels of space between the dialog's vbox and action area.
7857
7858 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7859
7860         * shell/ev-window.c: (file_open_dialog_response_cb),
7861         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7862         (ev_window_cmd_save_as):
7863
7864         Make file pickers not modal and refactor code some
7865
7866 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7867
7868         * shell/ev-sidebar.h:
7869         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7870         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7871         (ev_sidebar_class_init), (ev_sidebar_select_page),
7872         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7873         (ev_sidebar_set_page):
7874
7875         Add a current page property and allow to get/set it
7876
7877         * shell/ev-window.c: (setup_view_from_metadata),
7878         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7879
7880         Persist current sidebar page per document
7881
7882 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7883
7884         * data/evince.schemas.in:
7885         * shell/ev-window.c: (update_chrome_visibility),
7886         (setup_document_from_metadata), (update_sidebar_visibility),
7887         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7888         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7889         (ev_window_run_presentation), (ev_window_stop_presentation),
7890         (ev_window_view_sidebar_cb),
7891         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7892         (load_chrome), (ev_window_init):
7893
7894         Persist size/visibility of sidebar per document
7895
7896 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7897
7898         * shell/ev-view.c (draw_loading_text): Draw loading text.
7899
7900 2005-09-02  Dan Damian  <dand@gnome.ro>
7901
7902         * configure.in: Added "ro" to ALL_LINGUAS.
7903
7904 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7905
7906         * shell/ev-view.c: (clear_caches):
7907
7908         ev_page_cache_get doesnt return a reference,
7909         dont try to unref it.
7910
7911 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7912
7913         * shell/main.c: (load_files_remote):
7914
7915         Fix timestamp parameter with dbus <= 0.33
7916
7917 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7918
7919         * data/evince.schemas.in:
7920
7921         Add missing full stop
7922
7923 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7924
7925         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7926         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7927
7928         Plug some memory leaks
7929
7930 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7931
7932         * configure.ac:
7933         * lib/ev-debug.c: (trap_handler):
7934
7935         Check for execinfo.h and use it only if it exists.
7936         Ported from Epiphany (bug #314776).
7937
7938 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7939
7940         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7941
7942 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7943
7944         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7945         * po/id.po      : Added Indonesian translation
7946
7947 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7948
7949         * shell/main.c:
7950         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7951         * NEWS: Release 0.4.0
7952
7953 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7954
7955         * configure.ac: catch another gtk+-2.8ism
7956         * shell/main.c: Make work with gtk+-2.6
7957
7958 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7959
7960         * shell/ev-application-service.xml: Add 'timestamp' argument to
7961           ev_application_open_window and ev_application_open_uri methods.
7962
7963         * shell/ev-application.h: Add 'timestamp' argument to
7964           ev_application_open_window, ev_application_open_uri,
7965           and ev_application_open_uri_list functions.
7966
7967         * shell/ev-application.c (ev_application_open_window,
7968           ev_application_open_uri, ev_application_open_uri_list): Change
7969           functions that show/present windows to use a timestamp if one
7970           is passed in.
7971
7972         * shell/ev-window.c (ev_window_cmd_file_open,
7973           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7974         * shell/main.c (load_files): Modify calls to ev_application to
7975           include GDK_CURRENT_TIME as timestamp.
7976
7977         * shell/main.c (load_files_remote): Obtain timestamp for client
7978           instance from GDK and pass to server instance so new windows are
7979           focused properly.  Fix dbus_g_proxy_call() calls by including second
7980           G_TYPE_INVALID.
7981           
7982         Closes bug #314475.
7983
7984 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7985
7986         * shell/ev-window.c (ev_window_finalize): Check for
7987         avail. EvWindows when quiting to handle the finalize better,
7988         #314497
7989
7990 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7991         
7992         * properties/ev-properties-view.c: 
7993         
7994         Set textdomain to libglade. Fixes translation problem in property page.
7995
7996 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7997
7998         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7999         * dvi/Makefile.am:
8000         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8001         * dvi/mdvi-lib/Makefile.am:
8002         
8003         Fix rotation of thumbnails, ported to new API. Moved library
8004         dependencies earlier, probably it will fix linkage problem.
8005
8006 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8007
8008         * backend/ev-document-misc.c:
8009         (ev_document_misc_get_thumbnail_frame):
8010         * backend/ev-document-misc.h:
8011         * configure.ac:
8012         * pdf/ev-poppler.cc:
8013         * shell/Makefile.am:
8014         * shell/ev-sidebar-thumbnails.c: (add_range),
8015         (ev_sidebar_thumbnails_set_loading_icon),
8016         (ev_sidebar_thumbnails_refresh),
8017         (ev_sidebar_thumbnails_set_document):
8018         * shell/ev-sidebar-thumbnails.h:
8019         * shell/ev-view.c: (ev_view_motion_notify_event),
8020         (ev_view_set_property), (ev_view_get_property),
8021         (ev_view_class_init), (ev_view_set_rotation):
8022         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8023         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8024         (ev_window_init):
8025         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8026         Redo rotation (again).  prepare for 0.4.0
8027
8028 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8029
8030         * configure.ac: Bump poppler requirement to 0.4.1.
8031
8032         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8033         argument to poppler_page_render_selection() call.
8034
8035 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8036
8037         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8038         (djvu_document_thumbnails_get_thumbnail):
8039         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8040         (dvi_document_thumbnails_get_thumbnail):
8041         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8042         (pixbuf_document_thumbnails_get_thumbnail):
8043         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8044         
8045         Update rotation direction of backends to fit with pdf and ps.
8046
8047 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8048
8049         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8050         * backend/ev-async-renderer.h:
8051         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8052         (setup_page), (ps_document_get_page_size),
8053         (ps_async_renderer_render_pixbuf):
8054         * ps/ps-document.h:
8055         * shell/ev-jobs.c: (ev_job_render_run):
8056
8057         Fix orientation in the postscript document
8058
8059 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8060
8061         * pdf/ev-poppler.cc:
8062         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8063         * shell/ev-view.c: (highlight_find_results):
8064
8065         Adapt to the new poppler rotation API. Fix text maps on landscape
8066         documents.
8067
8068 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8069
8070         * shell/ev-view.c (compute_new_selection_text): get the correct
8071         region when selecting in modes other than continuous.
8072
8073 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8074
8075         * shell/main.c (main): remove redundant g_warnings.
8076
8077 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8078
8079         * shell/Makefile.am: Don't include autogenerated
8080         file ev-application-service.h into distribution, since
8081         it causes dbus crash. Fix for bugs 313724 and 313443. 
8082
8083 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8084
8085         * configure.ac: Fix sed expression for FreeBSD. Thanks
8086         to Joe Marcus Clark <marcus@freebsd.org>
8087         
8088         * shell/eggfindbar.c: (entry_activate_callback),
8089         (entry_changed_callback), (egg_find_bar_init),
8090         (egg_find_bar_set_search_string):
8091         
8092         Made findbar buttons unsensitive if there is no text in
8093         entry. Fix for the bug 313285.
8094
8095 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8096
8097         * ps/ps-document.c: Use g_filename_display_name for displaying
8098         filenames and revert string freeze breackage
8099
8100 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8101
8102         * NEWS:
8103         * configure.ac:
8104
8105         Update for 0.3.4
8106
8107         * shell/Makefile.am:
8108
8109         Add ev-application-service.xml to extra dist
8110
8111         * shell/ev-view.c: (find_page_at_location):
8112
8113         Remove unused function (fix warning)
8114
8115 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8116
8117         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8118         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8119         
8120         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8121         bug 313623.
8122
8123 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8124
8125         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8126         * shell/ev-window.c:
8127         Fix build warnings
8128
8129 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8130
8131         * configure.ac: Update script to get dbus version.
8132         Fix for the bug #313443.
8133
8134 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8135
8136         * shell/ev-window.c: (ev_window_cmd_escape):
8137         
8138         Return focus back to view on escape. Fix for bug 313295.
8139
8140 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8141
8142         * shell/ev-window.c: (update_window_title),
8143         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8144         (ev_window_cmd_save_as):
8145         
8146         Correct conversion from uri to displayable string. Fix for
8147         bug 313296.
8148
8149 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8150
8151         * ps/ps-document.c: convert filename to utf8 when there is an error
8152         loading document. Fixes #309915
8153
8154 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8155
8156         * configure.ac:
8157
8158         We depend on poppler 0.4.0
8159
8160 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8161
8162         * configure.ac:
8163         * NEWS: Release 0.3.3.
8164         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8165
8166 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8167
8168         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8169         add a couple missing mnemonics to menu items, use title 
8170         capitalization for menu items and window titles, and add 
8171         ellipsis to open menu item.     
8172
8173 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8174
8175         * pdf/ev-poppler.cc:
8176         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8177         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8178         (ev_view_get_rotation):
8179         * shell/ev-view.h:
8180         * shell/ev-window.c: (setup_view_from_metadata),
8181         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8182         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8183         disk.
8184
8185 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8186
8187         * configure.ac: Added tr to ALL_LINGUAS
8188
8189 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8190
8191         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8192         requires several clicks to find word. Thanks to 
8193         Colin Slater <kiltedtaco@gmail.com>.
8194
8195 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8196
8197         * data/evince.desktop.in.in: Hide menu entry and
8198         rename it to "Document Viewer". Fix for bug 
8199         #312399.
8200
8201 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8202
8203         * shell/ev-page-action.c (ev_page_action_class_init): 
8204
8205         Point to the correct function in constructor of the
8206         activate_label signal
8207
8208 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8209
8210         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8211         * shell/ev-jobs.h: Make thread safe.
8212
8213 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8214
8215         * shell/ev-view.c: (view_update_range_and_current_page):
8216         Don't update page range if we are scrolling to some document
8217         point.
8218
8219 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8220
8221         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8222         when getting max_page_width, fix drawing in dual mode.
8223
8224 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8225
8226         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8227         getting the area for select_all.
8228
8229 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8230
8231         * backend/ev-selection.c: (ev_selection_render_selection):
8232         * backend/ev-selection.h:
8233         * pdf/ev-poppler.cc:
8234         * shell/ev-jobs.c: (ev_job_render_new):
8235         * shell/ev-jobs.h:
8236         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8237         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8238         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8239         (ev_view_class_init):
8240
8241         Change selection color on focus in and focus out events.  Also,
8242         poppler now uses GdkColor for specifying the selection colors, so
8243         drop some awkward conversion code.
8244
8245 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8246
8247         * configure.ac: Added Hebrew translation
8248
8249 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8250
8251         * NOTES:
8252         * backend/ev-selection.c: (ev_selection_render_selection):
8253         * backend/ev-selection.h:
8254         * pdf/ev-poppler.cc:
8255         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8256         (ev_job_render_run):
8257         * shell/ev-jobs.h:
8258         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8259         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8260         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8261         (ev_pixbuf_cache_style_changed),
8262         (ev_pixbuf_cache_get_selection_pixbuf),
8263         (ev_pixbuf_cache_set_selection_list),
8264         (ev_pixbuf_cache_get_selection_list):
8265         * shell/ev-pixbuf-cache.h:
8266         * shell/ev-utils.c: (ev_print_region_contents):
8267         * shell/ev-utils.h:
8268         * shell/ev-view.c: (ev_view_queue_draw_page),
8269         (selection_update_idle_cb), (ev_view_motion_notify_event),
8270         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8271         (setup_caches), (ev_view_find_next), (merge_selection_region),
8272         (selection_free):
8273         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8274
8275         Clean up selection to be much smoother!
8276
8277 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8278
8279         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8280         to poppler_page_render_selection().
8281
8282 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8283
8284         * ps/ps-document.c: (save_page_list): Use
8285         unzipped document when printing. Thanks to 
8286         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8287         311016.
8288
8289 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8290
8291         * shell/ev-window.c: (update_action_sensitivity):
8292         
8293         Disable print and save respect to lockdown gconf keys. Fix
8294         for 312342.
8295
8296 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8297
8298         * configure.ac:
8299         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8300         (write_to_temp_file), (ev_file_set_contents):
8301         * shell/ev-utils.h:
8302         * shell/ev-window.c: (save_print_config_to_file):
8303         
8304         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8305         Fix for bug 312238
8306
8307 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8308
8309         * shell/ev-window.c: (load_print_config_from_file),
8310         (save_print_config_to_file), (ev_window_print_range):
8311
8312         Persist the print settings. Fixes bug #311578.
8313
8314 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8315
8316         * djvu/djvu-document.c: (djvu_document_get_page_size),
8317         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8318         (djvu_document_thumbnails_get_thumbnail):
8319         * dvi/dvi-document.c: (dvi_document_get_page_size),
8320         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8321         (dvi_document_thumbnails_get_dimensions),
8322         (dvi_document_thumbnails_get_thumbnail):
8323         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8324         (pixbuf_document_render_pixbuf),
8325         (pixbuf_document_document_iface_init),
8326         (pixbuf_document_thumbnails_get_thumbnail):
8327         
8328         Update backends to make them build with new rotation system.
8329
8330 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8331
8332         * help/C/figures/evince_start_window.png:
8333         
8334         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8335
8336 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8337
8338         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8339         * shell/ev-pixbuf-cache.h:
8340         * shell/ev-sidebar-thumbnails.c:
8341         (ev_sidebar_thumbnails_get_property), (add_range),
8342         (adjustment_changed_cb):
8343         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8344         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8345         we were thumbnailing the entire docment on startup, slowing us
8346         down hugely. 
8347
8348 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8349
8350         * shell/ev-page-cache.c: (ev_page_cache_new):
8351         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8352         == 0, fixes #310306.
8353
8354 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8355
8356         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8357         (ev_view_rotate_left):
8358
8359         Account rotation in doc_rect_to_view_rect.
8360         Ensure rotation doesnt go out of bounds.
8361
8362 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8363
8364         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8365
8366         Correct and cleanup w/h swapping
8367
8368 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8369
8370         * backend/ev-document-thumbnails.c:
8371         (ev_document_thumbnails_get_thumbnail):
8372         * backend/ev-document-thumbnails.h:
8373         * backend/ev-document.c:
8374         * backend/ev-document.h:
8375         * backend/ev-render-context.c: (ev_render_context_new),
8376         (ev_render_context_set_rotation):
8377         * backend/ev-render-context.h:
8378         * pdf/ev-poppler.cc:
8379         * ps/ps-document.c: (ps_document_document_iface_init):
8380         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8381         * shell/ev-jobs.h:
8382         * shell/ev-page-cache.c: (build_height_to_page),
8383         (ev_page_cache_new), (ev_page_cache_get_size),
8384         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8385         (ev_page_cache_get_height_to_page):
8386         * shell/ev-page-cache.h:
8387         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8388         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8389         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8390         (ev_pixbuf_cache_get_selection_pixbuf):
8391         * shell/ev-pixbuf-cache.h:
8392         * shell/ev-print-job.c: (idle_print_handler):
8393         * shell/ev-sidebar-thumbnails.c: (add_range):
8394         * shell/ev-view.c: (view_update_range_and_current_page),
8395         (get_page_y_offset), (get_page_extents),
8396         (ev_view_size_request_continuous_dual_page),
8397         (ev_view_size_request_continuous),
8398         (ev_view_size_request_dual_page),
8399         (ev_view_size_request_single_page), (draw_one_page),
8400         (ev_view_set_rotation), (ev_view_rotate_right),
8401         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8402         (ev_view_zoom_for_size_continuous_and_dual_page),
8403         (ev_view_zoom_for_size_continuous),
8404         (ev_view_zoom_for_size_dual_page),
8405         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8406         (ev_view_select_all):
8407         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8408         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8409         (tiff_document_document_iface_init),
8410         (tiff_document_thumbnails_get_thumbnail):
8411
8412         Use rotation rather than orientation. It's easier and enough
8413         for our needs.
8414
8415 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8416
8417         * shell/ev-page-cache.c: (build_height_to_page),
8418         (ev_page_cache_new), (ev_page_cache_get_size),
8419         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8420         (ev_page_cache_get_height_to_page):
8421         * shell/ev-page-cache.h:
8422         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8423         (ev_view_size_request_continuous_dual_page),
8424         (ev_view_size_request_continuous),
8425         (ev_view_zoom_for_size_continuous_and_dual_page),
8426         (ev_view_zoom_for_size_continuous):
8427
8428         Make the page cache aware of page orientation.
8429
8430 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8431
8432         * backend/ev-document-thumbnails.c:
8433         (ev_document_thumbnails_get_thumbnail):
8434         * backend/ev-document-thumbnails.h:
8435         * backend/ev-document.c:
8436         * backend/ev-document.h:
8437         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8438         * backend/ev-ps-exporter.h:
8439         * pdf/ev-poppler.cc:
8440         * ps/ps-document.c: (ps_document_document_iface_init),
8441         (ps_document_ps_export_do_page):
8442         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8443         * shell/ev-jobs.h:
8444         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8445         (ev_page_cache_get):
8446         * shell/ev-page-cache.h:
8447         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8448         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8449         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8450         * shell/ev-pixbuf-cache.h:
8451         * shell/ev-print-job.c: (idle_print_handler):
8452         * shell/ev-sidebar-thumbnails.c: (add_range):
8453         * shell/ev-view.c: (view_update_range_and_current_page),
8454         (get_page_extents), (ev_view_size_request_dual_page),
8455         (ev_view_size_request_single_page), (draw_one_page),
8456         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8457         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8458         (ev_view_zoom_for_size_dual_page),
8459         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8460         (ev_view_select_all):
8461         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8462         * tiff/tiff-document.c: (tiff_document_get_page_size),
8463         (tiff_document_get_orientation), (rotate_pixbuf),
8464         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8465         (tiff_document_thumbnails_get_thumbnail),
8466         (tiff_document_ps_export_do_page), (tiff_document_init):
8467
8468         Really make use of the orientation bit of the render context.
8469         Use the render context in a few more places in the backend API.
8470         This regress orientation, but now it's done right. Will try to
8471         fix it up asap...
8472
8473 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8474
8475         * shell/ev-view.c: (ensure_rectangle_is_visible):
8476
8477         Patch by Nickolay V. Shmyrev to fix find flickering
8478
8479 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8480
8481         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8482         duplex parameters to ::begin.
8483
8484         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8485         * shell/ev-print-job.c (idle_print_handler): 
8486         * ps/ps-document.c (ps_document_ps_export_begin): 
8487         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8488         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8489         implementations. Poppler backend needs poppler cvs. Rest has
8490         unchanged behavior.
8491
8492 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8493
8494         * shell/ev-window.c (using_pdf_printer): new function.
8495         (ev_window_print_range): print a less techy message if someone
8496         tries to print to PDF.
8497
8498 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8499
8500         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8501         from "unknown font" string. Bug #311431
8502
8503 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8504
8505         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8506
8507 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8508
8509         Bug #311280
8510         
8511         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8512         name for PopplerFontTypes
8513         (pdf_document_fonts_fill_model): add font type to the detail column
8514
8515         * backend/ev-document-fonts.h: added
8516         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8517
8518         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8519         font name and font details, add a little markup.
8520         (ev_properties_fonts_init): use the new cell data func, specify ypad
8521         property for the cell renderer.
8522         (ev_properties_fonts_set_document): add the details column.
8523
8524 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8525
8526         * configure.ac: Added "pl" to ALL_LINGUAS.
8527
8528 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8529
8530         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8531
8532 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8533
8534         * help/ChangeLog: Started this for translations of manual.
8535         * configure.ac, autogen.sh, .cvsignore: Migrated to
8536         gnome-doc-utils. Patch in bug #311222.
8537
8538 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8539
8540         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8541         #ifdef this away to fix an unused-function warning.
8542
8543 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8544
8545         * configure.ac: Added 'gl' to ALL_LINGUAS.
8546
8547 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8548
8549         * configure.ac: Added ne in ALL_LINGUAS
8550         
8551 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8552
8553         * shell/ev-view.c: (ev_view_leave_notify_event):
8554         
8555         Clear status message when pointer leaves view. Fix for bug
8556         #310818 
8557
8558 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8559
8560         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8561
8562 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8563
8564         * shell/ev-view.c: (ev_view_leave_notify_event),
8565         (ev_view_class_init):
8566         
8567         Set cursor to normal then leaving view.
8568
8569 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8570
8571         * configure.ac:
8572         
8573         Fix required djvulibre version.
8574
8575 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8576
8577         *configure.ac: Hindi (hi) language added
8578
8579 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8580
8581         *configure.ac: Punjabi (pa) Language added
8582
8583 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8584
8585         * data/evince-ui.xml, shell/ev-window.c:
8586         
8587         Add keypad accelerators for zooming. Fix for bug 308128.
8588
8589 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8590
8591         * Makefile.am:
8592         * backend/Makefile.am:
8593         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8594         * configure.ac:
8595         * shell/ev-document-types.c: (ev_document_types_add_filters):
8596
8597         Allow to enable/disable the pixbuf backend.
8598         Default to off for now. If we want it enabled we should
8599         really put mime types in the desktop, implement properties etc.
8600
8601         * properties/evince-properties.c:
8602
8603         Initialize error to NULL.
8604         Check error is not NULL before freeing.
8605
8606 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8607
8608         * shell/ev-window.c:
8609
8610         Use F5 as presentation accell
8611
8612 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8613
8614         * shell/ev-window.c: (update_chrome_visibility),
8615         (ev_window_create_fullscreen_popup), (ev_window_init):
8616
8617         Do not leak the fullscreen toolbar
8618
8619 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8620
8621         * shell/ev-window.c: (view_actions_focus_in_cb),
8622         (view_actions_focus_out_cb):
8623
8624         These has a return value! Fix totally random focus
8625         issues we was seeing.
8626
8627 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8628
8629         * shell/main.c: (load_files_remote):
8630
8631         Allow open more than one file
8632
8633 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8634
8635         * shell/main.c: (load_files_remote):
8636
8637         Fix for dbus 0.33. bug #309975
8638
8639 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8640
8641         * properties/ev-properties-main.c: (ev_properties_get_pages):
8642
8643         Actually return NULL for types we dont support
8644
8645 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8646
8647         * po/POTFILES.in:
8648
8649         Remove empty lines.
8650
8651 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8652
8653         * backend/ev-document-factory.c:
8654         (ev_document_factory_get_document):
8655
8656         Do not try to create the object if type
8657         is invalid.
8658
8659 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8660
8661         * ps/ps-document.c: (ps_document_dispose),
8662         (ps_async_renderer_render_pixbuf):
8663         * ps/ps-document.h:
8664
8665         Do not leak the target window
8666
8667 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8668
8669         * shell/ev-application.c: (ev_application_init):
8670
8671         Let tbe check file existence for us.
8672         Add a comment about eggrecent mime filter.
8673
8674 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8675
8676         * data/evince-ui.xml:
8677         * shell/ev-application.c: (ev_application_shutdown),
8678         (ev_application_init), (ev_application_get_toolbars_model),
8679         (ev_application_get_recent_model),
8680         (ev_application_save_toolbars_model):
8681         * shell/ev-application.h:
8682         * shell/ev-window.c: (ev_window_add_recent),
8683         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8684         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8685         (ev_window_init):
8686
8687         Use common toolbar and recent models for all windows.
8688         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8689
8690 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8691
8692         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8693         successfully check for gtk_icon_view_get_visible_range.
8694
8695 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8696
8697         * djvu/Makefile.am:
8698         * dvi/Makefile.am:
8699         
8700         Fix djvu and dvi backend build.
8701
8702 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8703
8704         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8705         (new_separator_pixbuf):
8706
8707         Don't leak windows.
8708
8709 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8710
8711         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8712
8713         HIGification of toolbar editor dialogue.
8714
8715 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8716
8717         * configure.ac:
8718         * shell/Makefile.am:
8719
8720         Ever build metadata manager since it's just
8721         disabled at runtime now.
8722
8723 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8724
8725         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8726         (ev_metadata_manager_get), (ev_metadata_manager_set):
8727         * shell/ev-metadata-manager.h:
8728
8729         Add an _init functions that enabled metadata management
8730         at runtime.
8731
8732         * shell/ev-window.c: (page_changed_cb),
8733         (setup_document_from_metadata), (ev_window_setup_document),
8734         (setup_view_from_metadata), (ev_window_open_uri),
8735         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8736         (ev_window_run_presentation), (ev_window_stop_presentation),
8737         (save_sizing_mode), (ev_window_zoom_changed_cb),
8738         (ev_window_continuous_changed_cb),
8739         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8740         (window_configure_event_cb):
8741
8742         Remove all ugly metadata define since we deal with it
8743         at runtime now.
8744
8745         * shell/main.c: (load_files_remote), (main):
8746
8747         Add support for dbus cvs head. Hopefully didnt break one
8748         of the other versions now!
8749
8750         If we dont get a response from the dbus server just
8751         give up with it and not enable metadata.
8752
8753 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8754
8755         * Makefile.am:
8756         * backend/Makefile.am:
8757         * configure.ac:
8758         * cut-n-paste/recent-files/Makefile.am:
8759         * cut-n-paste/toolbar-editor/Makefile.am:
8760         * cut-n-paste/zoom-control/Makefile.am:
8761         * lib/Makefile.am:
8762         * pdf/Makefile.am:
8763         * pixbuf/Makefile.am:
8764         * properties/Makefile.am:
8765         * ps/Makefile.am:
8766         * shell/Makefile.am:
8767         * thumbnailer/Makefile.am:
8768         * tiff/Makefile.am:
8769
8770         Make frontends depend on just libev.
8771         Rework and group CFLAGS/LIBS definitions.
8772         Cleanups.
8773
8774 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8775
8776         * shell/ev-window:
8777
8778         do not unnecessarily save zoom
8779
8780         * configure.ac:
8781         * lib/ev-file-helpers.c: (ev_dot_dir):
8782         * shell/Makefile.am:
8783         * shell/dummy.cc:
8784
8785         Some cleanups
8786
8787 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8788
8789         * configure.ac:
8790         
8791         Remove unnecessary dependencies
8792
8793 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8794
8795         * properties/Makefile.am:
8796         * thumbnailer/Makefile.am:
8797         * tiff/Makefile.am:
8798
8799         Some more cleanups. Was really necessary
8800         but I probably introduced bugs, feel free
8801         to flame :)
8802
8803 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8804
8805         * backend/Makefile.am:
8806         * configure.ac:
8807         * cut-n-paste/recent-files/Makefile.am:
8808         * cut-n-paste/toolbar-editor/Makefile.am:
8809         * cut-n-paste/zoom-control/Makefile.am:
8810         * lib/Makefile.am:
8811         * pdf/Makefile.am:
8812         * pixbuf/Makefile.am:
8813         * properties/Makefile.am:
8814         * ps/Makefile.am:
8815         * shell/Makefile.am:
8816         * thumbnailer/Makefile.am:
8817         * tiff/Makefile.am:
8818
8819         Use gnome-common macros when possible.
8820         Cleanup dependencies.
8821         Actually disable deprecated where possible.
8822
8823 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8824
8825         * Makefile.am:
8826         * backend/Makefile.am:
8827         * properties/Makefile.am:
8828         * shell/Makefile.am:
8829         * thumbnailer/Makefile.am:
8830
8831         This should solve the circular dep without
8832         requiring dir reorg!
8833
8834         * shell/ev-window.c: (setup_view_from_metadata):
8835
8836         Never restore window size/position when the
8837         window is already visible.
8838
8839 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8840
8841         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8842
8843         Return a boolean from timeout func. Fix ported from gedit.
8844
8845 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8846
8847         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8848
8849 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8850
8851         * shell/ev-document-types.c: set "All Documents" as default filter in
8852         open dialog
8853
8854 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8855
8856         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8857         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8858         (ev_metadata_manager_set_boolean): fix value/val thinko.
8859
8860 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8861
8862         * shell/ev-window.c: (setup_view_from_metadata),
8863         (window_state_event_cb), (window_configure_event_cb),
8864         (ev_window_init):
8865
8866         Remember window position and maximized state
8867
8868 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8869
8870         * configure.ac:
8871
8872         Fix DBUS configure checks.
8873
8874         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8875         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8876         (ev_metadata_manager_set_boolean):
8877
8878         Plug mem leaks.
8879
8880         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8881         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8882         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8883         (ev_window_continuous_changed_cb),
8884         (ev_window_dual_mode_changed_cb), (ev_window_new):
8885
8886         Fix the build without DBUS.
8887
8888 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8889
8890         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8891         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8892         (ev_metadata_manager_set_string),
8893         (ev_metadata_manager_set_boolean):
8894         * shell/ev-metadata-manager.h:
8895
8896         Add support for some more types
8897
8898         * shell/ev-view.c: (scroll_to_current_page),
8899         (ev_view_get_continuous), (ev_view_set_continuous),
8900         (ev_view_get_dual_page):
8901         * shell/ev-view.h:
8902         * shell/ev-window.c: (page_changed_cb),
8903         (setup_document_from_metadata), (ev_window_setup_document),
8904         (setup_view_from_metadata), (ev_window_open_uri),
8905         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8906         (ev_window_run_presentation), (ev_window_stop_presentation),
8907         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8908         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8909         (ev_window_update_dual_page_action),
8910         (ev_window_continuous_changed_cb),
8911         (ev_window_dual_mode_changed_cb), (ev_window_init):
8912
8913         Remember a bunch of view/document properties. Prolly some
8914         are still missing but it's getting interesting.
8915
8916 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8917
8918         * configure.ac: check if dbus-binding-tool is installed. Not the
8919         case on current Ubuntu breezy, it seems.
8920
8921 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8922
8923         * data/evince.desktop.in.in:
8924         
8925         Allow open uri lists and add TryExec field.
8926
8927 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8928
8929         * configure.ac:
8930
8931         Enable dbus when available, do not require a configure
8932         option.
8933
8934 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8935
8936         * configure.ac:
8937
8938         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8939         disabled.
8940
8941 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8942         Marco Pesenti Gritti  <mpg@redhat.com>
8943
8944         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8945         
8946         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8947         functions to the format required by dbus
8948
8949         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8950         errors. Use the RPC parameters in the expected way
8951
8952 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8953
8954         * Makefile.am:
8955         * properties/Makefile.am:
8956         * properties/ev-properties-main.c: (ev_properties_get_pages):
8957
8958         Support all mime types
8959
8960         * shell/Makefile.am:
8961         * thumbnailer/Makefile.am:
8962         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8963         (evince_thumbnail_pngenc_get):
8964
8965         Use the document factory
8966
8967 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8968
8969         * backend/Makefile.am:
8970         * backend/ev-document-factory.c:
8971         (mime_type_supported_by_gdk_pixbuf),
8972         (ev_document_type_get_from_mime),
8973         (ev_document_factory_get_document),
8974         (ev_document_factory_get_backend),
8975         (ev_document_factory_get_mime_types),
8976         (ev_document_factory_get_all_mime_types):
8977         * backend/ev-document-factory.h:
8978         * shell/Makefile.am:
8979         * shell/ev-document-types.c: (get_document_from_uri),
8980         (ev_document_types_get_document),
8981         (file_filter_add_mime_list_and_free),
8982         (ev_document_types_add_filters):
8983         * shell/ev-document-types.h:
8984         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8985         * shell/ev-properties-dialog.c:
8986         (ev_properties_dialog_set_document):
8987         * shell/ev-window.c: (ev_window_cmd_file_open),
8988         (ev_window_cmd_save_as):
8989         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8990
8991         Rework document types managing to avoid code duplication
8992         and actually abstract from backend implementations.
8993         Also provide a minimal factory api that can be used by
8994         thumbnailer/properties.
8995
8996 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8997
8998         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8999         Plug a mem leak.
9000         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9001         HIG spacings.
9002
9003 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9004
9005         * shell/ev-properties-dialog.c
9006         (ev_properties_dialog_set_document): only call
9007         ev_properties_fonts_set_document() if the document implements the
9008         fonts interface
9009
9010 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9011
9012         * configure.ac:
9013         * properties/Makefile.am:
9014         * properties/ev-properties-view.c:
9015         (ev_properties_view_register_type):
9016         * properties/ev-properties-view.h:
9017         * properties/ev-properties-main.h:
9018
9019         Implement nautilus plugin for properties.
9020         Works only for pdf atm, I need to rework the
9021         document types stuff to get this to work
9022         for all backends...
9023
9024 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9025
9026         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9027         (ev_properties_fonts_set_document): use
9028         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9029
9030 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9031
9032         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9033         them
9034         (PlaceImage, tiff2ps_process_page): use
9035         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9036
9037
9038 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9039
9040         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9041         (main): to call gnome_authentication_manager_init. Should fix
9042         Bug #308510
9043
9044         * configure.ac: that requires libgnomeui 2.6.0.
9045
9046 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9047
9048         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9049         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9050         use the new tiff2ps interfaces
9051
9052         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9053         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9054
9055         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9056         structure instead of global variables.  Remove use of static
9057         variables in functions.
9058
9059 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9060
9061         * shell/ev-page-action.c: unref the completion after setting it to the
9062         entry
9063
9064 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9065
9066         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9067         postscript files
9068
9069 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9070
9071         * shell/ev-window.c (update_action_sensitivity): disable
9072         File->Print if the document does not implement the ps exporter
9073         interface
9074
9075 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9076
9077         * Makefile.am:
9078         * configure.ac:
9079         * data/evince-properties.glade:
9080         * properties/.cvsignore:
9081         * properties/Makefile.am:
9082         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9083         (ev_properties_view_class_init), (ev_properties_view_format_date),
9084         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9085         (ev_properties_view_init), (ev_properties_view_new):
9086         * properties/ev-properties-view.h:
9087         * shell/Makefile.am:
9088         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9089         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9090         (ev_properties_dialog_new):
9091         * shell/ev-properties-dialog.h:
9092         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9093         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9094         (update_progress_label), (job_fonts_finished_cb),
9095         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9096         * shell/ev-properties-fonts.h:
9097         * shell/ev-properties.c:
9098         * shell/ev-properties.h:
9099         * shell/ev-window.c: (ev_window_setup_document),
9100         (ev_window_cmd_file_properties):
9101
9102         Split the properties pages in two different objects, depend
9103         only on the backend where possible, use widgets instead
9104         of gobject for the glade part, reimplement the dialog
9105         itself with gtk.
9106         I need this to implement nautilus properties page.
9107
9108 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9109
9110         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9111         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9112         (tiff_document_document_ps_exporter_iface_init): implement the ps
9113         exporter interface for tiff documents
9114
9115         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9116         libtiff to implement TIFF postscript export
9117
9118         * tiff/tiff2ps.h: added a header file for external tiff2ps
9119         functions.
9120
9121         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9122         tiff2ps.h
9123
9124 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9125
9126         * shell/ev-view.c: (scroll_to_current_page),
9127         (ev_view_set_fullscreen), (ev_view_set_presentation):
9128         
9129         Scroll to current page when exit from presentation
9130
9131 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9132
9133         * shell/ev-window.c: (update_document_mode),
9134         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9135         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9136         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9137         
9138         Exit from fullscreen mode when switch to presentation. Fix for
9139         bug 309365
9140
9141 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9142
9143         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9144         return NULL if the document does not implement the selection
9145         interface.
9146
9147 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9148
9149         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9150         reported height by using the resolution aspect ratio
9151         (tiff_document_render_pixbuf): scale the pixbuf using the
9152         resolution aspect ratio
9153
9154 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9155
9156         * configure.ac:
9157         
9158         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9159         <kiltedaco@gmail.com>
9160         
9161         * djvu/djvu-document.c: (djvu_document_get_orientation),
9162         (djvu_document_set_orientation), (djvu_document_get_page_size),
9163         (rotate_pixbuf), (djvu_document_render_pixbuf),
9164         (djvu_document_document_iface_init):
9165         * dvi/dvi-document.c: (dvi_document_get_orientation),
9166         (dvi_document_set_orientation), (dvi_document_get_page_size),
9167         (rotate_pixbuf), (dvi_document_render_pixbuf),
9168         (dvi_document_document_iface_init):
9169         
9170         Dvi and djvu backends are ported to new API
9171
9172 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9173
9174         * backend/ev-selection.c: (ev_selection_get_selection_region),
9175         (ev_selection_get_selection_map):
9176         * backend/ev-selection.h:
9177         * pdf/ev-poppler.cc:
9178         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9179         * shell/ev-jobs.h:
9180         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9181         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9182         (ev_pixbuf_cache_get_text_mapping):
9183         * shell/ev-pixbuf-cache.h:
9184         * shell/ev-view.c: (location_in_text),
9185         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9186         support to EvView.  Now we can see where we can select!  Sweet!
9187
9188 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9189
9190         * shell/ev-view.c (ev_view_button_press_event): Fix
9191         event->y + view->scroll_x typo.
9192
9193 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9194
9195         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9196         sub-GdkPixbuf instead of passing dest_x and dest_y.
9197         
9198         * shell/ev-view.c: (view_point_to_doc_point),
9199         (view_rect_to_doc_rect), (ev_view_button_press_event),
9200         (ev_view_motion_notify_event), (compute_new_selection_rect),
9201         (gdk_rectangle_point_in), (compute_new_selection_text),
9202         (compute_selections): Update selection code to keep the selection
9203         around as two points and not as a normalized rectangle, and fix
9204         page level selection in two-column mode.
9205
9206 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9207
9208         * shell/ev-window.c: (window_configure_event_cb): 
9209         
9210         Fix compilation
9211         
9212 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9213
9214         * pdf/ev-poppler.cc:
9215
9216         Fix compilation
9217
9218 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9219
9220         * shell/Makefile.am:
9221         * shell/ev-metadata-manager.c: (item_free),
9222         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9223         (parse_value), (parseItem), (load_values),
9224         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9225         (save_values), (save_item), (get_oldest), (resize_items),
9226         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9227         * shell/ev-metadata-manager.h:
9228
9229         Metadata manager from gedit but modified to use GValue, so that
9230         we dont need to keep converting from strings.
9231
9232         * configure.ac:
9233
9234         ENABLE_METADATA conditional, on when dbus is on
9235
9236         * shell/ev-application.c: (ev_application_open_uri):
9237
9238         Show the window after load so that we can initialize
9239         window size before it's showed.
9240
9241         * shell/ev-window.c: (ev_window_setup_from_metadata),
9242         (ev_window_open_uri), (window_configure_event_cb),
9243         (ev_window_init):
9244
9245         Save and load metadata information about window size.
9246         Not yet keeping states in account.
9247
9248         * shell/main.c: (main):
9249
9250         Shutdown metadata manager.
9251
9252 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9253
9254         * shell/ev-application-service.xml:
9255         * configure.ac:
9256         * shell/Makefile.am:
9257         * shell/ev-application.c:
9258         * shell/ev-application.h:
9259         * shell/ev-window.c:
9260         * shell/ev-window.h:
9261         * shell/main.c:
9262
9263         Add an optional dbus interface (--enable-dbus).
9264         Rework application code, mainly to be easier to
9265         use "remotely".
9266         Do not open multiple windows with the same document,
9267         spatial evince!
9268
9269 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9270
9271         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9272         pixbuf iff it exists.
9273
9274 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9275
9276         * shell/*:
9277         * backend/ev-render-context.[ch]:
9278         * backend/ev-selection.[ch]:
9279
9280         Massive changes.  We now support text selection of pdfs, and not
9281         just rectangular selection.  This is pretty broken still, but I
9282         want to get something into CVS.
9283
9284 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9285
9286         * pdf/ev-poppler.cc:
9287         
9288         Fix for Bug 309080: crash on window close.
9289         
9290         * shell/ev-page-action.c: (page_changed_cb):
9291         
9292         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9293         jensgr@gmx.net (Jens Granseuer).
9294
9295 2005-06-25  Marcel Telka  <marcel@telka.sk>
9296
9297         * configure.in (ALL_LINGUAS): Added sk.
9298
9299 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9300
9301         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9302         not a document open
9303
9304 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9305
9306         * NEWS:
9307         * configure.ac:
9308
9309         Release 0.3.2
9310
9311         * cut-n-paste/recent-files/Makefile.am:
9312
9313         Fix make distcheck
9314
9315 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9316
9317         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9318         (pixbuf_document_set_orientation), (rotate_pixbuf),
9319         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9320         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9321
9322         Implement rotation and cleanup the code a bit.
9323
9324         * tiff/tiff-document.c: (tiff_document_get_page_size),
9325         (tiff_document_get_orientation), (tiff_document_set_orientation),
9326         (rotate_pixbuf), (tiff_document_render_pixbuf),
9327         (tiff_document_document_iface_init), (tiff_document_init):
9328
9329         Implement rotation. Was the quicker solution for the release
9330         but we really need to share this code in the shell.
9331
9332 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9333
9334         * pdf/ev-poppler.cc:
9335
9336         Enable rotation, require poppler cvs. Fix a leak.
9337
9338 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9339
9340         * shell/ev-window.c: (update_action_sensitivity):
9341         
9342         Make properties unsensitive if document backend doesn't provide
9343         any info
9344
9345 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9346
9347         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9348         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9349         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9350         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9351         (bitmap_flip_rotate_counter_clockwise):
9352         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9353         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9354         (buff_gets):
9355         * dvi/mdvi-lib/common.h:
9356         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9357         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9358         (opendvi), (mdvi_reload), (mdvi_init_context),
9359         (mdvi_destroy_context), (mdvi_dopage), (special):
9360         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9361         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9362         (file_hash_free), (register_encoding), (parse_spec),
9363         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9364         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9365         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9366         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9367         (mdvi_register_font_type), (mdvi_unregister_font_type),
9368         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9369         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9370         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9371         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9372         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9373         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9374         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9375         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9376         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9377         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9378         (mdvi_unregister_special), (mdvi_flush_specials):
9379         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9380         (t1_font_remove):
9381         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9382         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9383         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9384         (free_font_metrics), (flush_font_metrics):
9385         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9386         (tt_font_remove):
9387         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9388         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9389         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9390         (dstring_insert), (dstring_new), (dstring_reset):
9391         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9392         
9393         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9394         avoid conflict with libtool on FC4
9395         
9396         * shell/ev-window.c: (ev_window_cmd_help_about):
9397         
9398         Update copyright year. Fix for bug 308828.
9399
9400 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9401
9402         * shell/ev-view.c: (add_scroll_binding_keypad),
9403         (ev_view_binding_activated), (ev_view_class_init),
9404         (on_adjustment_value_changed):
9405         
9406         Bug 170874: Arrow keys switch pages in presentation mode
9407
9408 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9409
9410         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9411         
9412         Fix for Bug 308265: Sidebar dissappears coming out of 
9413         Presentation mode
9414
9415 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9416
9417         * shell/ev-application.c: (ev_application_open):
9418         * shell/ev-document-types.c: (ev_document_types_add_filters),
9419         (ev_document_types_add_filters_for_type):
9420         * shell/ev-document-types.h:
9421         * shell/ev-window.c: (ev_window_cmd_save_as):
9422         
9423         Suggest basename as template when saving, provide filters
9424         for save dialog. It's bug 308402
9425
9426 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9427
9428         * pdf/ev-poppler.cc:
9429         * shell/ev-sidebar-links.c: (job_finished_callback):
9430         * shell/ev-view.c: (update_find_status_message):
9431         
9432         Some leaks fixed
9433
9434 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9435
9436         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9437         (egg_recent_view_uimanager_set_list):
9438
9439         Fix buglet in !show_numbers case.
9440
9441 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9442
9443         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9444         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9445
9446         Use pango ellipsisation.
9447
9448         * pdf/ev-poppler.cc:
9449
9450         Fix refcount leak, from nsh.
9451
9452 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9453
9454         * cut-n-paste/recent-files/Makefile.am:
9455         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9456         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9457         
9458         Removed EggRecentViewGtk
9459         
9460         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9461         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9462         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9463         (ev_window_setup_recent):
9464         
9465         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9466         with other projects
9467
9468 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9469
9470         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9471         (egg_recent_view_gtk_finalize):
9472
9473         Fix memory leak
9474
9475         * cut-n-paste/toolbar-editor/Makefile.am:
9476         
9477         Fix location of cursor icon.
9478         
9479         * pdf/ev-poppler.cc:
9480         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9481         (display_completion_text), (match_completion):
9482         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9483         (selection_changed_callback), (create_loading_model),
9484         (print_section_cb), (links_page_num_func),
9485         (update_page_callback_foreach):
9486         * shell/ev-window.c: (ev_window_dispose):
9487         
9488         Small memory fixes. Links model now store objects instead
9489         of pointers to improve memory management. 
9490
9491 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9492
9493         * shell/ev-window.c: (zoom_control_changed_cb):
9494         
9495         Fix update of zoom control (bug 308268).
9496
9497 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9498
9499         * shell/ev-properties.c (set_property): escape the text correctly.
9500         Handles non-UTF-8 properties and escaped properties.  Also, sets
9501         the text to "<i>None</i>" if the property isn't set.
9502
9503         * data/evince-properties.glade: Change the label to be ellipsized,
9504         and give it a minimum size.
9505
9506 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9507
9508         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9509         * shell/ev-sidebar-links.c: (create_loading_model):
9510         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9511         * shell/ev-view.c: (ev_view_set_document):
9512         * shell/ev-window.c: (ev_window_dispose):
9513         
9514         Various small fixes, mostly memory leaks. Thanks to valgrind.
9515
9516 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9517
9518         * ps/ps-document.c: remove the locale.h include again ;-). And
9519         kill the (bogus) setlocale/savelocale business.
9520
9521 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9522
9523         * ps/ps-document.c:
9524         
9525         Include locale.h to fix build
9526         
9527         * shell/ev-sidebar.c:
9528         
9529         Remove unnecessary includes
9530
9531 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9532
9533         * dvi/dvi-document.c: (dvi_document_load):
9534         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9535         * po/POTFILES.in:
9536         
9537         Check for incorrect dvi files. Fix parsing dvi on AMD64
9538         platform. Thanks to tester@tester.ca (Olivier Crete).
9539
9540 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9541
9542         * shell/ev-page-action.c: (match_selected_cb),
9543         (display_completion_text), (match_completion), (update_model):
9544         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9545         (expand_open_links):
9546         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9547         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9548         (ev_sidebar_set_document):
9549         * shell/ev-window.c: (ev_window_xfer_job_cb),
9550         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9551         
9552         Fixed lot's of memory leaks, for example, memory leak on reload, 
9553         described in bug 307793.
9554
9555 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9556
9557         * pdf/ev-poppler.cc:
9558         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9559         (update_visible_range), (adjustment_changed_cb),
9560         (ev_sidebar_thumbnails_fill_model),
9561         (ev_sidebar_thumbnails_refresh),
9562         (ev_sidebar_tree_selection_changed),
9563         (ev_sidebar_icon_selection_changed),
9564         (ev_sidebar_thumbnails_use_icon_view),
9565         (ev_sidebar_thumbnails_set_document):
9566         * shell/ev-sidebar-thumbnails.h:
9567         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9568         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9569
9570         Refresh thumbnails when changing orientation. Not fully
9571         working yet becuase of a sidebar bug.
9572
9573         Set page orientation to poppler page everywhere. This sucks
9574         really need to fix poppler.
9575
9576 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9577
9578         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9579         (egg_recent_view_gtk_new_menu_item),
9580         (egg_recent_view_gtk_set_property),
9581         (egg_recent_view_gtk_get_property),
9582         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9583         (egg_recent_view_gtk_set_tooltip_func),
9584         (egg_recent_view_gtk_set_label_width),
9585         (egg_recent_view_gtk_get_label_width):
9586         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9587
9588         Sync with libegg (ellipsize labels)
9589
9590 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9591
9592         * data/evince-ui.xml:
9593         * shell/ev-window.c: (ev_window_cmd_go_forward),
9594         (ev_window_cmd_go_backward):
9595         
9596         Shift + PageUp moves 10 Pages. Fix for 306125
9597
9598 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9599
9600         * pdf/ev-poppler.cc:
9601
9602         Add a flag to check if orientation has been overriden
9603
9604 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9605
9606         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9607         field if necessary.
9608
9609         * ps/ps.h: add creator field to document.
9610
9611         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9612         set creator field.
9613
9614 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9615
9616         * data/evince-properties.glade:
9617         * shell/ev-properties.c: (ev_properties_set_document):
9618
9619         s/PDF Version/Format
9620
9621 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9622
9623         * shell/ev-properties.c: (ev_properties_set_document):
9624
9625         Remove unnecessary translations
9626
9627 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9628
9629         * cut-n-paste/toolbar-editor/Makefile.am:
9630
9631         Correct library name    
9632
9633 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9634
9635         * configure.ac:
9636         * cut-n-paste/recent-files/egg-recent-model.c:
9637         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9638         (egg_recent_model_unlock_file):
9639         * cut-n-paste/recent-files/egg-recent-util.c:
9640         (egg_recent_util_get_unique_id):
9641         * cut-n-paste/recent-files/update-from-egg.sh:
9642         * cut-n-paste/toolbar-editor/Makefile.am:
9643         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9644         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9645         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9646         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9647         (egg_toolbars_model_get_type):
9648         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9649
9650         Better makefile for toolbar editor and update everything
9651         to latest libegg.
9652
9653 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9654
9655         * shell/ev-window.c: (update_document_mode):
9656
9657         Prefer presentation mode when the document
9658         require fullscreen.
9659
9660 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9661
9662         * data/evince-ui.xml:
9663         * shell/ev-window.c:
9664
9665         Add control-equal for zooming
9666
9667 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9668
9669         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9670
9671 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9672
9673         * backend/ev-document.c: (ev_document_get_orientation):
9674         * backend/ev-document.h:
9675         * pdf/ev-poppler.cc:
9676         * ps/ps-document.c: (ps_document_get_orientation),
9677         (ps_document_set_orientation), (ps_document_document_iface_init):
9678
9679         Add a get_orientation api. Improve set_orientation.
9680
9681         * data/evince-ui.xml:
9682         * shell/ev-view.c: (ev_view_set_orientation),
9683         (ev_view_rotate_right), (ev_view_rotate_left):
9684         * shell/ev-view.h:
9685         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9686         (ev_window_cmd_edit_rotate_right):
9687
9688         Better ui for changing document orientation
9689
9690 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9691
9692         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9693         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9694         * shell/ev-sidebar-links.h:
9695         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9696         (ev_sidebar_page_iface_init):
9697         * shell/ev-sidebar-page.h:
9698         * shell/ev-sidebar-thumbnails.c:
9699         (ev_sidebar_thumbnails_get_property),
9700         (ev_sidebar_thumbnails_class_init),
9701         (ev_sidebar_thumbnails_set_document):
9702         * shell/ev-sidebar-thumbnails.h:
9703         * shell/ev-view.c: (ev_view_motion_notify_event):
9704         * shell/ev-window.c: (update_chrome_visibility),
9705         (ev_window_cmd_focus_page_selector),
9706         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9707         (sidebar_page_main_widget_update_cb), (ev_window_init):
9708         
9709         Autoraise toolbar on GoToPage binding and fix bindings in
9710         EvSidebarThumbnails page.
9711
9712 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9713
9714         * shell/ev-properties.c: (update_progress_label):
9715
9716         Hide the progress label when finished; bug #307697.
9717
9718 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9719
9720         * pdf/ev-poppler.cc:
9721
9722         Enable is_open for links, you will need poppler cvs
9723
9724         * shell/ev-properties.c: (job_fonts_finished_cb):
9725
9726         Get a lock on the document when filling the tree view
9727
9728 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9729
9730         * backend/ev-document-links.h:
9731         * pdf/ev-poppler.cc:
9732         * shell/ev-sidebar-links.c: (create_loading_model),
9733         (expand_open_links), (job_finished_callback):
9734
9735         Expand links when specified by the document.
9736         Depend on a poppler api (defined out for now)
9737
9738 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9739
9740         * shell/ev-properties.c: (ev_properties_dispose),
9741         (ev_properties_class_init), (dialog_destroy_cb),
9742         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9743         (ev_properties_set_document), (ev_properties_new),
9744         (ev_properties_show):
9745         * shell/ev-properties.h:
9746
9747         Make it an object, cleanup the code, api to show it as transient
9748         and to set the document.
9749
9750         * shell/ev-window.c: (ev_window_setup_document),
9751         (ev_window_cmd_file_properties):
9752
9753         Adapt to EvProperties changes, do not show multiple
9754         times, update it when document changes.
9755
9756 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9757
9758         * ps/gstypes.h:
9759         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9760         (ps_document_set_orientation), (ps_document_document_iface_init):
9761         * ps/ps-document.h:
9762
9763         Implement orientation here too
9764
9765         * shell/ev-properties.c: (ev_properties_new):
9766         * data/evince-properties.glade:
9767
9768         Hide the fonts page for backends that doesnt
9769         support it.     
9770
9771 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9772
9773         * backend/ev-document.c: (ev_document_set_orientation):
9774         * backend/ev-document.h:
9775         * pdf/ev-poppler.cc:
9776
9777         Add orientation api. Currently poppler api is not optimal,
9778         we need to set orientation every time we _get a page.
9779         I will try to fix that at some point.
9780
9781         * data/evince-ui.xml:
9782         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9783         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9784
9785         Add orientation menu items
9786
9787         * shell/ev-page-cache.c: (ev_page_cache_clear):
9788         * shell/ev-page-cache.h:
9789
9790         Add api to clear the cache
9791
9792         * shell/ev-view.c: (setup_caches), (clear_caches),
9793         (ev_view_set_document), (ev_view_zoom_out),
9794         (ev_view_set_orientation):
9795         * shell/ev-view.h:
9796
9797         Implement orientation changing
9798
9799 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9800
9801         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9802         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9803         * backend/ev-document-fonts.h:
9804
9805         Separate scan and fill so that we can incrementally fill from
9806         the main thread. Add a progress api.
9807
9808         * data/evince-properties.glade:
9809         * pdf/ev-poppler.cc:
9810         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9811         * shell/ev-jobs.h:
9812         * shell/ev-properties.c: (update_progress_label),
9813         (job_fonts_finished_cb), (setup_fonts_view):
9814
9815         Incrementally feel the list and show the progress
9816         percentage in a label like acrobat does.
9817
9818         You are going to need poppler cvs
9819
9820 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9821
9822         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9823         * backend/ev-document-fonts.h:
9824         * pdf/ev-poppler.cc:
9825
9826         Make fonts model fill incrementally.
9827
9828         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9829         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9830         (ev_job_queue_remove_job):
9831         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9832         (ev_job_fonts_new), (ev_job_fonts_run):
9833         * shell/ev-jobs.h:
9834
9835         New job for fonts scanning
9836
9837         * shell/ev-properties.c: (job_fonts_finished_cb),
9838         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9839         * shell/ev-properties.h:
9840         * shell/ev-window.c: (ev_window_cmd_file_properties):
9841
9842         Incrementally feel the treeview using the new job. Show Loading...
9843         message until scanning is completed.
9844
9845         Hopefully I didnt break the build without the poppler patch.
9846
9847 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9848
9849         * shell/ev-application.c: (ev_application_open):
9850         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9851         (ev_document_type_get_type), (ev_document_type_lookup):
9852         * shell/ev-document-types.h:
9853         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9854         * shell/ev-job-xfer.h:
9855         * shell/ev-window.c: (ev_window_clear_local_uri),
9856         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9857         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9858         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9859         
9860         Transfer remote documents to tmp directory to display them later.
9861
9862 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9863
9864         * backend/ev-document-info.h:
9865         * shell/ev-properties.c: (ev_properties_new):
9866
9867         s/GTime*/GTime. Not sure why we was using a pointer
9868         at all there!
9869
9870 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9871
9872         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9873         situations.  That situation is that you're using GTK+-HEAD with
9874         the patch at #306726 is applied, and you have a document with <
9875         1500 pages in it.  It's not quite as uniformly nice as the
9876         TreeView, but should be better in the long run.
9877
9878         I'm pretty sure I guarded against breaking compilation with
9879         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9880         I missed some.
9881
9882         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9883         widget yet, so I commented that code out
9884         enable_view_actions_for_widget() for now.  Need to figure this
9885         out.
9886
9887         * shell/ev-page-action.c (match_selected_cb): emit the right
9888         signals.  Our cool C-l completion now works.
9889
9890 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9891
9892         * backend/Makefile.am:
9893         * backend/ev-document-fonts.c:
9894         * backend/ev-document-links.c:
9895         * backend/ev-document.c: (ev_document_load):
9896         * backend/ev-document.h:
9897         * backend/ev-job-queue.c:
9898         * backend/ev-job-queue.h:
9899         * backend/ev-jobs.c:
9900         * backend/ev-jobs.h:
9901         * backend/ev-page-cache.c:
9902         * backend/ev-page-cache.h:
9903
9904         EvPageCache and EvJobs are moved to shell.
9905
9906         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9907         (ev_tmp_filename):
9908         * lib/ev-file-helpers.h:
9909         
9910         New helper to work with temporary files
9911         
9912         * shell/Makefile.am:
9913         * shell/ev-application.c: (ev_application_open):
9914         * shell/ev-application.h:
9915         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9916         (remove_job_from_async_queue), (add_job_to_async_queue),
9917         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9918         (handle_job), (search_for_jobs_unlocked),
9919         (no_jobs_available_unlocked), (ev_render_thread),
9920         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9921         (ev_job_queue_add_job), (move_job_async), (move_job),
9922         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9923         * shell/ev-job-queue.h:
9924         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9925         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9926         * shell/ev-job-xfer.h:
9927         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9928         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9929         (ev_job_links_class_init), (ev_job_render_init),
9930         (ev_job_render_dispose), (ev_job_render_class_init),
9931         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9932         (ev_job_thumbnail_class_init), (ev_job_load_init),
9933         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9934         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9935         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9936         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9937         * shell/ev-jobs.h:
9938         * shell/ev-page-action.c: (ev_page_action_set_document):
9939         * shell/ev-page-cache.c: (ev_page_cache_init),
9940         (ev_page_cache_class_init), (ev_page_cache_finalize),
9941         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9942         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9943         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9944         (ev_page_cache_get_title), (ev_page_cache_get_size),
9945         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9946         (ev_page_cache_get_height_to_page),
9947         (ev_page_cache_get_max_label_chars),
9948         (ev_page_cache_get_page_label),
9949         (ev_page_cache_has_nonnumeric_page_labels),
9950         (ev_page_cache_get_info), (ev_page_cache_next_page),
9951         (ev_page_cache_prev_page), (ev_page_cache_get):
9952         * shell/ev-page-cache.h:
9953         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9954         (ev_pixbuf_cache_clear_job_sizes),
9955         (ev_pixbuf_cache_add_jobs_if_needed),
9956         (ev_pixbuf_cache_set_page_range):
9957         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9958         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9959         * shell/ev-sidebar-thumbnails.c:
9960         (ev_sidebar_tree_selection_changed),
9961         (ev_sidebar_thumbnails_set_document):
9962         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9963         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9964         (ev_statusbar_get_context_id), (ev_statusbar_push),
9965         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9966         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9967         (ev_statusbar_set_progress):
9968         * shell/ev-statusbar.h:
9969         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9970         (ev_view_find_previous):
9971         * shell/ev-window.c: (ev_window_is_empty),
9972         (ev_window_setup_document), (password_dialog_response),
9973         (ev_window_clear_jobs), (ev_window_load_job_cb),
9974         (ev_window_xfer_job_cb), (ev_window_open_uri),
9975         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9976         (ev_window_print), (ev_window_print_range),
9977         (ev_window_state_event), (ev_window_cmd_view_reload),
9978         (menu_item_select_cb), (menu_item_deselect_cb),
9979         (view_status_changed_cb), (ev_window_dispose),
9980         (drag_data_received_cb), (ev_window_init):
9981         * shell/ev-window.h:
9982         * shell/main.c: (load_files):
9983         
9984         New statusbar to show progress on idle. Two new jobs - 
9985         xfer job and load job to load document in background. And update
9986         of page_cache clients to new location of code.
9987
9988 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9989
9990         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9991         selection in open dialog. It also remembers the last visited directory 
9992         in the current session.
9993
9994 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9995
9996         * shell/ev-properties.c: (ev_properties_new):
9997         * shell/ev-properties.h:
9998         * shell/ev-window.c: (ev_window_cmd_file_properties):
9999         
10000         Get document info from page cache instead of document itself.
10001         This should fix crash related to race conditions described in
10002         bug 306545.
10003
10004 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10005
10006         * ps/ps-document.c: (ps_document_init),
10007         (send_ps), (get_page_box), (output), (catchPipe), (input),
10008         (stop_interpreter), (file_length), (file_readable),
10009         (check_filecompressedb), (ps_document_enable_interpreter),
10010         (document_load), (ps_async_renderer_render_pixbuf):
10011         * ps/ps-document.h:
10012
10013         Big cleanup of the ps code
10014
10015 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10016
10017         * backend/Makefile.am:
10018         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10019         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10020         * backend/ev-async-renderer.h:
10021
10022         Add an async renderer interface (method + callback) which
10023         is useful for backends like ps.
10024
10025         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10026         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10027         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10028         (ev_job_queue_add_job), (move_job_async), (move_job),
10029         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10030
10031         Add queues for async renderer, these are executed on the
10032         main thread.
10033
10034         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10035         (ev_job_render_run):
10036         * backend/ev-jobs.h:
10037
10038         If the backend support async renderer interface use it.
10039
10040         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10041         (setup_pixmap), (ps_document_get_type),
10042         (ps_async_renderer_render_pixbuf),
10043         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10044
10045         Implement async renderer interface.
10046
10047 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10048
10049         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10050
10051         Cleanup links job on exit.
10052
10053 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10054
10055         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10056         (drag_data_get_cb), (drag_data_received_cb):
10057         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10058         (drag_data_get_cb), (parse_item_list),
10059         (egg_toolbar_editor_load_actions):
10060         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10061         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10062         (parse_item_list), (parse_toolbars):
10063         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10064         (dvi_pixbuf_put_pixel):
10065         
10066         Fix gcc 4.0 warnings
10067
10068 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10069
10070         * ps/ps-document.c: (start_interpreter):
10071
10072         Fix warning when loading ps
10073
10074 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10075
10076         * ps/ps-document.c: (output):
10077
10078         Fix crash when priting gs error messages.
10079
10080 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10081
10082         * backend/ev-page-cache.c: (_ev_page_cache_new):
10083         * backend/ev-page-cache.h:
10084
10085         Use a const to return title so that we dont double
10086         free it. Small cleanup and fix a leak.
10087
10088         * shell/ev-window.c: (update_window_title):
10089
10090         strdup value from get_title.
10091
10092 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10093
10094         * shell/ev-sidebar-links.c: (job_finished_callback),
10095         (ev_sidebar_links_set_document):
10096
10097         Cleanup the old job when changing document
10098
10099 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10100
10101         * shell/ev-stock-icons.c:
10102         * shell/ev-stock-icons.h:
10103         * shell/ev-window.c:
10104         
10105         Add stock icons for actions that can appear in toolbar. Fix for
10106         bug 306566.
10107
10108 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10109
10110         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10111         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10112         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10113         * backend/ev-page-cache.h:
10114         * shell/ev-view.c: (scroll_to_current_page),
10115         (view_update_range_and_current_page), (get_page_y_offset),
10116         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10117         (ev_view_size_request_continuous),
10118         (ev_view_zoom_for_size_continuous_and_dual_page),
10119         (ev_view_zoom_for_size_continuous):
10120         
10121         More compact EvView layout in document with pages of different size.
10122
10123 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10124
10125         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10126         compilation.
10127
10128 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10129
10130         * shell/ev-view.c: (view_set_adjustment_values):
10131         * shell/ev-window.c: (ev_window_cmd_file_properties):
10132         
10133         A bit different fix for rounding problem but it has no
10134         problems on startup. Make properties window transient to parent.
10135
10136 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10137
10138         * pdf/ev-poppler.cc:
10139         
10140         More commenting of font stuff.
10141
10142 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10143
10144         * pdf/ev-poppler.cc:
10145
10146         Comment out some more fonts stuff. Should really
10147         work without the poppler patch now.
10148
10149 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10150
10151         * pdf/ev-poppler.cc:
10152
10153         Adapt to api change
10154
10155 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10156
10157         * data/evince-properties.glade:
10158         * pdf/ev-poppler.cc:
10159         * shell/ev-properties.c: (setup_fonts_view):
10160
10161         Set the column title. Show the dialog only
10162         once everything is setup.
10163         Getting font info can be very slow... will
10164         prolly need to make this threaded too.
10165
10166 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10167
10168         * backend/Makefile.am:
10169         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10170         (ev_document_fonts_get_fonts_model):
10171         * backend/ev-document-fonts.h:
10172         * data/evince-properties.glade:
10173         * pdf/ev-poppler.cc:
10174         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10175         * shell/ev-properties.h:
10176         * shell/ev-window.c: (ev_window_cmd_file_properties):
10177
10178         Implement fonts list. Defined out for now, since it depends
10179         on a not yet committed poppler patch.
10180
10181 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10182
10183         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10184         page + 1.
10185
10186         * shell/ev-window.c: Make sure we add the timeout when we get a
10187         focus-in event.
10188
10189         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10190         adjustment->value before calculating the zoom factor to average
10191         out all of our rounding errors.  The page no longer 'drifts' when
10192         resizing.
10193
10194 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10195
10196         * data/evince-properties.glade:
10197         * shell/ev-properties.c: (ev_properties_format_date),
10198         (set_property):
10199         
10200         Labels don't expand when the dialogue is resized.
10201         strftime result needs to be converted to UTF-8. Thanks
10202         to Christian Persch <chpe@gnome.org>.
10203
10204 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10205
10206         * data/evince-properties.glade:
10207
10208         Hide the fonts tab
10209
10210 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10211
10212         * backend/ev-document-info.h:
10213         * backend/ev-document.c: (ev_document_info_free):
10214         * data/evince-properties.glade:
10215         * pdf/ev-poppler.cc:
10216         * ps/ps-document.c: (ps_document_get_info):
10217         * shell/ev-properties.c: (ev_properties_format_date),
10218         (set_property), (ev_properties_new):
10219         * shell/ev-properties.h:
10220         * shell/ev-window.c: (ev_window_cmd_file_properties):
10221
10222         Rework properties code to take only EvPropertyInfo
10223         in the constructor so that it can be useful for
10224         nautilus plugin too.
10225
10226         Deal with backends that doesnt support some properties.
10227         Make set property code generic.
10228
10229 2005-06-04  Christian Persch <chpe@gnome.org>
10230
10231         * data/evince-properties.glade:
10232
10233         fix spacings, make resizeable, and make data labels
10234         selectable + ellipsised
10235
10236 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10237
10238         * backend/ev-document-info.h:
10239         * data/Makefile.am:
10240         * data/evince-ui.xml:
10241         * pdf/ev-poppler.cc:
10242         * shell/Makefile.am:
10243         * shell/ev-window.c: (update_action_sensitivity),
10244         (ev_window_cmd_file_properties):
10245
10246         Initial go at file properties. Patch by
10247         Emil Soleyman-Zomalan <emil@soleyman.com>.
10248         Needs love see #169583
10249
10250 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10251
10252         * ps/ps-document.c: (output):
10253         * ps/ps.c: (psscan):
10254
10255         Try to render even if psscan fails.
10256
10257 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10258
10259         * ps/ps.c: (psscan), (pscopydoc):
10260
10261         Port buffered reading code from gv
10262
10263 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10264
10265         * ps/ps-document.c: (interpreter_message), (output):
10266
10267         Do not fail on interpreter messages
10268
10269 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10270
10271         * backend/ev-document-misc.c:
10272         (ev_document_misc_get_thumbnail_frame):
10273
10274         Pages can be 0 x 0, dont assert on this case
10275
10276 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10277
10278         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10279         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10280
10281         Correctly manage our reference on document. Finally the reload
10282         huge leak is gone...
10283
10284 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10285
10286         * ps/ps-document.c: (ps_document_dispose):
10287
10288         Forgot to chain it to the parent. Thanks chpe.
10289
10290 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10291
10292         * ps/ps-document.c: (ps_document_dispose),
10293         (ps_document_class_init), (stop_interpreter), (document_load):
10294
10295         Cleanup dispose a bit. Dont leak the whole pixmap.
10296
10297 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10298
10299         * pdf/ev-poppler.cc:
10300
10301         Release the poppler document on dispose
10302
10303 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10304
10305         * shell/ev-view.c: (ev_view_set_document):
10306
10307         Release ref on the pixbuf cache when changing
10308         document.
10309
10310 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10311
10312         * ps/ps-document.c: (ps_document_get_info):
10313
10314         Fix a double free
10315
10316 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10317
10318         * backend/ev-page-cache.c: (ev_page_cache_init),
10319         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10320         * backend/ev-page-cache.h:
10321         * shell/ev-page-action.c: (page_changed_cb):
10322         
10323         Set page action entry width depending on labels width. Fix
10324         for bug 305202.
10325
10326 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10327
10328         * backend/ev-link.c: (ev_link_class_init):
10329
10330         Allow -1 as page value (error)
10331
10332 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10333
10334         * shell/ev-sidebar-thumbnails.c:
10335         (ev_sidebar_thumbnails_set_document):
10336         * shell/ev-view.c: (scroll_to_current_page),
10337         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10338         (page_changed_cb), (on_adjustment_value_changed),
10339         (ev_view_set_document):
10340
10341         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10342         Fix bug 305377
10343
10344 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10345
10346         * configure.ac:
10347         * djvu/djvu-document.c: (djvu_document_get_page_size):
10348
10349         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10350         bug 301993.
10351
10352 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10353
10354         * shell/ev-view.c (draw_one_page): modify the expose handling to
10355         get the shadows.
10356
10357         * shell/ev-window.c (update_action_sensitivity): Respect
10358         permissions field.  Kowtow to the man.
10359
10360         * pdf/ev-poppler.cc: Get the permissions field.
10361
10362         * tiff/*c: Make a tiny bit more robust.
10363
10364 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10365
10366         * djvu/djvu-document.c:
10367         
10368         Pop messages from djvu context message queue.
10369
10370 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10371
10372         * configure.ac, Makefile.am, shell/Makefile.am:
10373         * tiff/Makefile.am, shell/ev-document-types.c:
10374         
10375         Cleanup tiff configure checks. Fix for bug 305218.
10376
10377 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10378
10379         * configure.ac: Added "uk" to ALL_LINGUAS.
10380
10381 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10382
10383         * cut-n-paste/zoom-control/ephy-zoom.c:
10384         (ephy_zoom_get_changed_zoom_level):
10385         * cut-n-paste/zoom-control/ephy-zoom.h:
10386         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10387         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10388         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10389         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10390         (zoom_control_changed_cb), (ev_window_init):
10391         
10392         Fix minor points related to moving best fit up. Introduce
10393         "zoom" property and make zoom control change it's value on
10394         notify::zoom signals. Fix for 305080.
10395
10396 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10397
10398         * data/evince-ui.xml:
10399         * shell/ev-window.c: (set_view_actions_sensitivity):
10400         
10401         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10402
10403 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10404
10405         * configure.ac:
10406
10407         Depends on poppler 0.3.2
10408
10409 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10410
10411         * cut-n-paste/recent-files/egg-recent-item.c:
10412         (egg_recent_item_get_short_name):
10413         * cut-n-paste/toolbar-editor/Makefile.am:
10414         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10415         (new_pixbuf_from_widget):
10416         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10417         * cut-n-paste/toolbar-editor/egg-marshal.c:
10418         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10419         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10420
10421         Sync
10422
10423 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10424
10425         * tiff/tiff-document.c: Rough TIFF backend.
10426
10427 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10428
10429         * NEWS:
10430         * configure.ac:
10431         * cut-n-paste/toolbar-editor/Makefile.am:
10432
10433         Release 0.3.1
10434
10435 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10436
10437         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10438         (ev_view_find_next), (ev_view_find_previous):
10439
10440         Remove the locks around get_n_results   
10441
10442 2005-05-21  Juerg Billeter  <j@bitron.ch>
10443
10444         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10445
10446         Pass correct number of pages to poppler.
10447
10448 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10449
10450         * configure.ac:
10451         * data/Makefile.am:
10452         * data/evince.desktop.in: 
10453         * data/evince.desktop.in.in:
10454         * po/POTFILES.in:
10455         
10456         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10457
10458 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10459
10460         * shell/ev-view.c: (view_update_adjustments),
10461         (view_set_adjustment_values): cast adjustmen->value to (int)
10462         before using it.  Otherwise, we get off by a pixel in some
10463         situations.
10464
10465         (draw_one_page): Draw the border on expose.
10466
10467 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10468
10469         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10470         adjustment when the mode changes, #304923
10471
10472 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10473
10474         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10475         flickering on resize but still use gdk_window_scroll on
10476         scrolling
10477
10478 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10479
10480         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10481         option, #170458
10482
10483 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10484
10485         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10486         second page on page_changed if possible, #304669
10487
10488 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10489
10490         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10491         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10492
10493 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10494
10495         * .cvsignore:
10496         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10497         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10498         (ev_view_zoom_for_size_presentation),
10499         (ev_view_zoom_for_size_continuous_and_dual_page),
10500         (ev_view_zoom_for_size_continuous),
10501         (ev_view_zoom_for_size_dual_page),
10502         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10503         * shell/ev-view.h:
10504         * shell/ev-window.c: (update_view_size),
10505         (ev_window_sizing_mode_changed_cb):
10506
10507         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10508         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10509         an infinite loop, #304769
10510
10511
10512 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10513
10514         * data/evince-ui.xml:
10515         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10516         * shell/ev-window.c: (set_view_actions_sensitivity):
10517
10518         Make PgUp/Down behave like Space
10519
10520 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10521
10522         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10523         * backend/ev-ps-exporter.h:
10524         * pdf/ev-poppler.cc:
10525         * ps/ps-document.c: (ps_document_ps_export_begin):
10526         * shell/ev-print-job.c: (idle_print_handler):
10527
10528         Adapt to new poppler api
10529
10530 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10531
10532         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10533         (ephy_zoom_control_init):
10534
10535         Translate zoom levels
10536
10537 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10538
10539         * cut-n-paste/zoom-control/ephy-zoom.c:
10540         (ephy_zoom_get_zoom_level_index):
10541
10542         Fix current zoom -> zoom control match
10543
10544 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10545
10546         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10547         rather than the scrolled_window that it's in. Fixes bug #304655.
10548
10549 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10550
10551         * shell/ev-view.c: (view_update_adjustments),
10552         (view_set_adjustment_values), (view_update_range_and_current_page),
10553         (view_scroll_to_page), (set_scroll_adjustment),
10554         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10555         (ev_view_scroll), (ev_view_scroll_view),
10556         (ensure_rectangle_is_visible), (find_page_at_location),
10557         (get_link_at_location), (go_to_link), (status_message_from_link),
10558         (ev_view_size_request_continuous_dual_page),
10559         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10560         (ev_view_unrealize), (ev_view_expose_event),
10561         (ev_view_button_press_event), (ev_view_motion_notify_event),
10562         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10563         (draw_rubberband), (highlight_find_results), (draw_one_page),
10564         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10565         (ev_view_init), (find_changed_cb), (page_changed_cb),
10566         (on_adjustment_value_changed), (ev_view_new),
10567         (ev_view_set_document), (ev_view_set_zoom),
10568         (ev_view_set_continuous), (ev_view_set_dual_page),
10569         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10570         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10571         (ev_view_zoom_for_size_presentation),
10572         (ev_view_zoom_for_size_continuous_dual_page),
10573         (ev_view_zoom_for_size_continuous),
10574         (ev_view_zoom_for_size_dual_page),
10575         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10576         (ev_view_get_status), (ev_view_set_status),
10577         (update_find_status_message), (ev_view_get_find_status),
10578         (ev_view_set_find_status), (jump_to_find_result),
10579         (jump_to_find_page), (compute_selections), (clear_selection),
10580         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10581         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10582         (ev_view_update_primary_selection),
10583         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10584         * shell/ev-view.h:
10585         * shell/ev-window.c: (ev_window_open_page_label),
10586         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10587         (ev_window_init):
10588         * shell/ev-window.h:
10589         * shell/main.c: (load_files):
10590
10591         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10592         when resizing.  Remove the bin_window().  Also, patch from James
10593         Bowes to fix command line page, #300641
10594         
10595 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10596
10597         * data/evince-ui.xml:
10598         * shell/ev-view.c:
10599         * shell/ev-view.h:
10600         * shell/ev-window.c: (update_action_sensitivity):
10601
10602         Get rid of View->Normal Size, it's just confusing
10603
10604 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10605
10606         * backend/ev-document-info.h:
10607         * backend/ev-document.c: (ev_document_info_free): Free the
10608         EvDocumentInfo.
10609
10610         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10611         (clear_range), (add_range), (update_visible_range),
10612         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10613         (ev_sidebar_thumbnails_set_document):
10614         * shell/ev-window.c: (ev_window_setup_document): Only render the
10615         visible thumbnails.  It takes an instant to render, but it uses
10616         much less memory.
10617
10618 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10619
10620         * shell/ev-sidebar-links.c: (popup_menu_cb):
10621
10622         Select first item
10623
10624 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10625
10626         * lib/Makefile.am:
10627         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10628         (button_press_cb), (ev_sidebar_links_construct):
10629
10630         Show the popup menu also on keybindings
10631
10632 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10633
10634         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10635         * shell/ev-window.h:
10636
10637         Expose api to print a range (with dialog). Make private _print use
10638         it.
10639
10640         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10641         (ev_sidebar_links_construct):
10642
10643         Show a print context menu on linkx, it prints the selected
10644         section.
10645
10646 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10647
10648         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10649         button.
10650
10651 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10652
10653         * AUTHORS:
10654
10655         Update
10656
10657         * shell/ev-window.c: (build_comments_string),
10658         (ev_window_cmd_help_about):
10659
10660         Show poppler version/backend and authors
10661
10662 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10663
10664         * cut-n-paste/zoom-control/ephy-zoom.c:
10665         (ephy_zoom_get_zoom_level_index):
10666         * cut-n-paste/zoom-control/ephy-zoom.h:
10667
10668         Move the best fit items at the top of the list
10669
10670 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10671
10672         * shell/ev-marshal.list:
10673         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10674         (activate_cb), (match_selected_cb), (activate_link_cb),
10675         (connect_proxy), (ev_page_action_class_init):
10676         * shell/ev-page-action.h:
10677
10678         Use signals to notify action activation. Hopefully
10679         I did not break completion since I cant test...
10680
10681         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10682         (register_custom_actions):
10683
10684         Connect to page selector actions and also grab focus on
10685         the view when activated.
10686
10687 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10688
10689         * pdf/ev-poppler.cc:
10690         * backend/ev-page-cache.c: make page size calculation consistent
10691         and set it to (int)( width * scale + 0.5).  This makes the weird
10692         line going through the middle of the page go away.
10693
10694         * shell/ev-view.c: move painting the background page after
10695         checking the expose area covers us.
10696
10697 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10698
10699         * data/evince-password.glade:
10700         
10701         Mark labels as not translatable. Fix for bug 302842.
10702
10703 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10704
10705         * configure.ac: Added "es" to ALL_LINGUAS.
10706
10707 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10708
10709         * data/evince-toolbar.xml:
10710         * shell/ev-window.c: (update_action_sensitivity),
10711         (ev_window_setup_document), (ev_window_set_page_mode),
10712         (ev_window_init):
10713
10714         Remove some leftover code from jrb first continous
10715         attempt. Use the new actions, we still need good icons
10716         though...
10717
10718 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10719
10720         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10721
10722         Update label when connecting proxy. Fix a warning with NULL
10723         page_cache.
10724
10725 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10726
10727         * data/evince-ui.xml:
10728         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10729         * shell/ev-page-action.h:
10730         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10731
10732         Add mnemonic for edit toolbar.
10733         ctrl+l focus the page entry.
10734
10735 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10736
10737         * lib/Makefile.am:
10738         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10739         (ev_window_init):
10740         * shell/main.c: (main):
10741
10742         Put the toolbar xml in evince own dot dir
10743
10744 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10745
10746         * shell/ev-window.c: (ev_window_init):
10747
10748         Make the toolbar not removable
10749
10750 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10751
10752         * data/evince-ui.xml:
10753         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10754         * shell/ev-sidebar-links.h:
10755         * shell/ev-sidebar-thumbnails.c:
10756         (ev_sidebar_thumbnails_get_treeview):
10757         * shell/ev-sidebar-thumbnails.h:
10758         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10759         (ev_view_class_init):
10760         * shell/ev-view.h:
10761         * shell/ev-window.c: (update_action_sensitivity),
10762         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10763         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10764         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10765         (ev_window_init):
10766
10767         This is evil... Make space/backspace global accelerators but
10768         enable them only for some widgets (sidebars and view).
10769         I dont like it, but I dont know a better way... :/
10770
10771 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10772
10773         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10774         (ev_page_action_widget_finalize),
10775         (ev_page_action_widget_class_init), (update_page_cache):
10776
10777         Keep a weak reference on proxy->page_cache so that we
10778         dont try to disconnect the signal if the object is already
10779         gone. Maybe there is a better way to cleanup reference handling
10780         in page action though...
10781
10782 2005-05-10  Juerg Billeter  <j@bitron.ch>
10783
10784         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10785         * backend/ev-ps-exporter.h:
10786         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10787         * ps/ps-document.c: (ps_document_ps_export_begin):
10788         
10789         Change api to pass print range to ps_exporter_begin. The pdf backend
10790         requires this information.
10791         
10792         * shell/ev-print-job.c: (idle_print_handler):
10793         
10794         Adapt to api change
10795
10796 2005-05-10  Juerg Billeter  <j@bitron.ch>
10797
10798         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10799         (idle_print_handler)
10800         * shell/ev-window.c: (ev_window_print):
10801
10802         Support printing page range, based on patch by Amaury Jacquot
10803
10804 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10805
10806         * data/evince-toolbar.xml:
10807
10808         Add zoom control to available items
10809
10810 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10811
10812         * shell/ev-window.c: (update_action_sensitivity):
10813
10814         Set slash action insensitive when appropriate
10815
10816 2005-05-10  Christian Persch <chpe@gnome.org>
10817
10818         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10819
10820         Fix warning on the overflow menu
10821
10822 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10823
10824         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10825
10826         Check for uri correctness/existence
10827
10828 2005-05-09  Juerg Billeter  <j@bitron.ch>
10829
10830         * shell/ev-window.c: (using_postscript_printer):
10831
10832         LPD printers use postscript, too
10833
10834 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10835
10836         * shell/ev-window.c: (register_custom_actions):
10837
10838         The zoom one is actually sort of useful,
10839         put it back
10840
10841 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10842
10843         * shell/ev-window.c: (register_custom_actions):
10844
10845         Hide page/zoom controls from overflow, they
10846         are useless.
10847
10848 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10849
10850         * cut-n-paste/update-from-egg.sh:
10851         
10852         Share it between all cut-n-paste subdirs
10853
10854         * cut-n-paste/recent-files/Makefile.am:
10855
10856         Fix to use "global" update-from-egg.sh
10857
10858         * cut-n-paste/recent-files/egg-recent-model.c:
10859         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10860         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10861         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10862         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10863
10864         Update from libegg
10865
10866         * cut-n-paste/toolbar-editor/Makefile.am:
10867
10868         Fix to use "global" update-from-egg.sh
10869
10870         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10871
10872         Update from libegg
10873
10874 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10875
10876         * configure.ac:
10877         * cut-n-paste/Makefile.am:
10878         * cut-n-paste/recent-files/Makefile.am:
10879         * cut-n-paste/toolbar-editor/.cvsignore:
10880         * cut-n-paste/toolbar-editor/Makefile.am:
10881         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10882         (egg_editable_toolbar_get_type), (get_toolbar_position),
10883         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10884         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10885         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10886         (set_item_drag_source), (create_item_from_action), (create_item),
10887         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10888         (popup_toolbar_context_menu_cb), (free_dragged_item),
10889         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10890         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10891         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10892         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10893         (item_added_cb), (item_removed_cb),
10894         (egg_editable_toolbar_construct),
10895         (egg_editable_toolbar_disconnect_model),
10896         (egg_editable_toolbar_deconstruct),
10897         (egg_editable_toolbar_set_model),
10898         (egg_editable_toolbar_set_ui_manager),
10899         (egg_editable_toolbar_set_property),
10900         (egg_editable_toolbar_get_property),
10901         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10902         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10903         (egg_editable_toolbar_new_with_model),
10904         (egg_editable_toolbar_get_edit_mode),
10905         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10906         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10907         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10908         (new_pixbuf_from_widget), (new_separator_pixbuf),
10909         (update_separator_image), (style_set_cb),
10910         (_egg_editable_toolbar_new_separator_image),
10911         (egg_editable_toolbar_get_model):
10912         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10913         * cut-n-paste/toolbar-editor/egg-marshal.c:
10914         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10915         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10916         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10917         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10918         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10919         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10920         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10921         (editor_drag_data_delete_cb), (drag_data_get_cb),
10922         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10923         (editor_create_item), (update_editor_sheet), (setup_editor),
10924         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10925         (parse_item_list), (model_has_action), (update_actions_list),
10926         (egg_toolbar_editor_load_actions):
10927         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10928         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10929         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10930         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10931         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10932         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10933         (egg_toolbars_model_add_separator), (impl_add_item),
10934         (parse_item_list), (egg_toolbars_model_add_toolbar),
10935         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10936         (impl_get_item_data), (impl_get_item_type),
10937         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10938         (egg_toolbars_model_init), (free_toolbar),
10939         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10940         (egg_toolbars_model_remove_toolbar),
10941         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10942         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10943         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10944         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10945         (egg_toolbars_model_get_item_data),
10946         (egg_toolbars_model_get_item_type):
10947         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10948         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10949         * data/Makefile.am:
10950         * data/evince-toolbar.xml:
10951         * data/evince-ui.xml:
10952         * data/hand-open.png:
10953         * po/POTFILES.in:
10954         * shell/Makefile.am:
10955         * shell/ev-window.c: (update_chrome_visibility),
10956         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10957         (ev_window_dispose), (ev_window_init):
10958
10959         Implement epiphany like toolbar editor. Based on patch by
10960         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10961
10962 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10963
10964         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10965
10966         Use set_cursor instead of set_selection, so that
10967         the keyboard focus moves too.
10968
10969 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10970
10971         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10972
10973         Fix infinite loop when loading Type1 fonts
10974
10975 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10976
10977         * data/evince-ui.xml:
10978         * shell/ev-window.c:
10979
10980         Slash -> Find
10981
10982 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10983
10984         * configure.ac:
10985
10986         Make --disable really disable
10987
10988 2005-05-07  Juerg Billeter  <j@bitron.ch>
10989
10990         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10991
10992         Compare page labels even without has_labels set, fixes setting page
10993         with entry
10994
10995 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10996
10997         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10998         (ev_view_set_cursor), (ev_view_button_press_event),
10999         (ev_view_motion_notify_event), (ev_view_button_release_event),
11000         (ev_view_init):
11001
11002         Implement middle button scrolling. Based on a patch
11003         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11004
11005 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11006
11007         * shell/ev-document-types.c: (get_slow_mime_type),
11008         (get_document_type_from_mime), (ev_document_type_lookup):
11009         * shell/ev-document-types.h:
11010
11011         Change api to lookup from uri. Do fast lookup first, if the
11012         type is unknown try with data sniffing.
11013
11014         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11015         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11016
11017         Adapt to api change
11018
11019 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11020
11021         * thumbnailer/Makefile.am:
11022
11023         Fix distcheck
11024
11025 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11026
11027         * NEWS:
11028         * configure.ac:
11029
11030         Release 0.3.0
11031
11032         * data/evince-ui.xml:
11033
11034         Hide presentation mode for now
11035
11036         * shell/ev-view.c: (highlight_find_results):
11037
11038         Show current find selection only on current page
11039
11040 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11041
11042         * shell/ev-view.c: (ev_view_select_all):
11043
11044         Compute size of the actual page, not of
11045         the current one.
11046
11047 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11048
11049         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11050         (view_rect_to_doc_rect), (compute_selections),
11051         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11052         (ev_view_copy), (ev_view_primary_get_cb),
11053         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11054         (ev_view_button_press_event), (ev_view_motion_notify_event),
11055         (ev_view_button_release_event), (page_changed_cb):
11056
11057         Fix text selection
11058
11059 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11060
11061         * shell/ev-view.c: (compute_border), (get_page_extents),
11062         (doc_rect_to_view_rect), (highlight_find_results),
11063         (ev_view_bin_expose), (ev_view_select_all),
11064         (ev_view_motion_notify_event), (update_find_status_message),
11065         (jump_to_find_result), (jump_to_find_page):
11066
11067         First go at fixing search, still buggy
11068
11069 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11070
11071         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11072         dropdown box and button at the top of the sidebar.
11073
11074 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11075
11076         * configure.ac: Output zoom-control Makefile.
11077         * cut-n-paste/Makefile.am: build zoom-control subdir.
11078         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11079         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11080         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11081         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11082         * cut-n-paste/zoom-control/ephy-zoom.c:
11083         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11084         from epiphany, and modified to add a separator into the menu.
11085         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11086         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11087         zoom-control action.
11088         * shell/Makefile.am: Include zoom-control flags.
11089         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11090         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11091         (ev_view_zoom_for_size_presentation),
11092         (ev_view_zoom_for_size_continuous_and_dual_page),
11093         (ev_view_zoom_for_size_continuous),
11094         (ev_view_zoom_for_size_dual_page),
11095         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11096         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11097         ev_view_get_zoom and ev_view_get_sizing_mode.
11098         * shell/ev-view.h:
11099         * shell/ev-window.c: (update_action_sensitivity),
11100         (update_sizing_buttons), (zoom_control_changed_cb),
11101         (register_custom_actions): Initialize and use the zoom-control 
11102         widget.
11103
11104 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11105
11106         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11107         preview cache back to 1.  Don't know when it got set to 0.
11108         
11109         * shell/ev-view.c: (compute_border), (ev_view_realize),
11110         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11111         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11112         (ev_view_get_fullscreen), (ev_view_set_presentation),
11113         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11114         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11115         * shell/ev-view.h:
11116         * shell/ev-window.c:
11117         (update_chrome_visibility),
11118         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11119         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11120         (update_document_mode), (ev_window_update_fullscreen_action),
11121         (ev_window_fullscreen), (ev_window_unfullscreen),
11122         (ev_window_cmd_view_fullscreen),
11123         (ev_window_update_presentation_action),
11124         (ev_window_run_presentation), (ev_window_stop_presentation),
11125         (ev_window_cmd_view_presentation), (ev_window_state_event),
11126         (ev_window_focus_in_event), (ev_window_focus_out_event),
11127         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11128         * data/evince-ui.xml: Initial presentation mode.  We should
11129         probably hide this until it's done, as it's quite rough.  Also,
11130         change full-screen to fullscreen and add two getters to EvView.
11131
11132 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11133
11134         * shell/ev-page-action.c: (update_page_cache),
11135         (ev_page_action_dispose):
11136         * shell/ev-window.c: (destroy_fullscreen_popup),
11137         (ev_window_create_fullscreen_popup):
11138
11139         Use connect_object rather than explicitly
11140         disconnect on dispose.
11141
11142 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11143
11144         * shell/ev-page-action.c: (update_page_cache),
11145         (ev_page_action_dispose):
11146
11147 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11148
11149         * backend/ev-page-cache.c: (_ev_page_cache_new),
11150         (ev_page_cache_set_page_label),
11151         (ev_page_cache_has_nonnumeric_page_labels):
11152         * backend/ev-page-cache.h:
11153         * shell/ev-page-action.c: (update_pages_label):
11154         
11155         If all page labels are numeric, fallback to default
11156         way to display number of pages. See bug 173185.
11157
11158 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11159
11160         * shell/ev-page-action.c: (ev_page_action_dispose):
11161         * shell/ev-view.c: (view_update_range_and_current_page):
11162         * shell/ev-window.c: (ev_window_dispose):
11163         
11164         Set page on scroll in continuous mode. Fixes bug 301986.
11165         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11166
11167 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11168
11169         * configure.ac:
11170
11171         Require poppler 0.3.0
11172
11173 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11174         
11175         * shell/Makefile.am, configure.ac: Fix build problems
11176         with t1lib. Bug 301996.
11177
11178 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11179
11180         * shell/ev-view.c: (ev_view_scroll_event):
11181         
11182         Scroll up increase zoom
11183
11184 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11185
11186         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11187         (ev_view_set_sizing_mode),
11188         (ev_view_zoom_for_size_continuous_and_dual_page),
11189         (ev_view_zoom_for_size_continuous):
11190         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11191         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11192         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11193         (ev_window_init):
11194
11195         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11196         Fix for 165473 and 165472.
11197
11198 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11199
11200         * po/POTFILES.in:
11201         * thumbnailer/Makefile.am:
11202         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11203         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11204         * thumbnailer/evince-thumbnailer.schemas.in:
11205         
11206         Make thumbnailer schemas translatable. Fix for bug 301773
11207         
11208         * thumbnailer/evince-thumbnailer-djvu.schemas:
11209         * thumbnailer/evince-thumbnailer-dvi.schemas:
11210         * thumbnailer/evince-thumbnailer.schemas:
11211
11212         Removed files
11213
11214 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11215
11216         * shell/ev-view.c (ev_view_init): forgot to set this.
11217
11218 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11219
11220         * shell/ev-view.c: (find_page_at_location),
11221         (get_link_at_location),
11222         (ev_view_set_show_border), (ev_view_set_spacing),
11223         (ev_view_zoom_for_size_continuous_and_dual_page),
11224         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11225         Also, add a quick fix measuring of widths.  Also, removed
11226         ev_view_set_spacing and ev_view_set_show_border.
11227         
11228         * shell/ev-window.c: (ev_window_unfullscreen),
11229         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11230
11231 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11232
11233         * shell/ev-view.c: (view_update_range_and_current_page),
11234         (page_changed_cb):
11235         
11236         Fix crash on exit and scrolling to page in continuous view.
11237
11238 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11239
11240         * TODO:
11241         * backend/ev-page-cache.c: (_ev_page_cache_new),
11242         (ev_page_cache_get_max_width_size),
11243         (ev_page_cache_get_max_height_size):
11244         * backend/ev-page-cache.h:
11245         * data/evince-ui.xml:
11246         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11247         * shell/ev-view.c: (view_update_adjustments),
11248         (view_update_range_and_current_page), (get_bounding_box_size),
11249         (ev_view_size_request_continuous_and_dual_page),
11250         (ev_view_size_request_continuous),
11251         (ev_view_size_request_dual_page),
11252         (ev_view_size_request_single_page), (ev_view_size_request),
11253         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11254         (ev_view_bin_expose), (ev_view_expose_event),
11255         (ev_view_set_property), (ev_view_get_property),
11256         (ev_view_class_init), (ev_view_init), (ev_view_new),
11257         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11258         (ev_view_set_dual_page), (ev_view_set_full_screen),
11259         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11260         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11261         (ev_view_zoom_out), (zoom_for_size_fit_width),
11262         (zoom_for_size_best_fit),
11263         (ev_view_zoom_for_size_continuous_and_dual_page),
11264         (ev_view_zoom_for_size_continuous),
11265         (ev_view_zoom_for_size_dual_page),
11266         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11267         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11268         * shell/ev-view.h:
11269         * shell/ev-window.c: (update_action_sensitivity),
11270         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11271         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11272         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11273         (ev_window_cmd_view_zoom_out), (update_view_size),
11274         (ev_window_set_sizing_mode), (ev_window_init):
11275
11276         Add Continuous and Dual page modes.
11277
11278 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11279
11280         * dvi/dvi-document.c: (dvi_document_load),
11281         (dvi_document_thumbnails_get_thumbnail),
11282         (dvi_document_init_params): Fix up some mixups between
11283         width and height to correct thumbnail rendering.
11284
11285 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11286
11287         * dvi/mdvi-lib/private.h:
11288         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11289         
11290         Suppess output for kpathsea during font generation. Thanks to
11291         James Bowes
11292
11293 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11294
11295         * NEWS:
11296         * configure.ac:
11297
11298         Release 0.2.1
11299
11300         * Makefile.am: fix distcheck.
11301
11302 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11303
11304         * shell/ev-sidebar-links.c: (selection_changed_callback),
11305         (update_page_callback), (row_activated_callback),
11306         (job_finished_callback), (ev_sidebar_links_set_document):
11307         
11308         Fix for bug #169901. Double click on links expands tree.
11309
11310 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11311
11312         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11313         hard-coded style. Fix for bug 170111
11314
11315 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11316
11317         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11318         locking.
11319
11320 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11321
11322         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11323
11324 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11325
11326         * pdf/ev-poppler.cc:
11327         * shell/ev-view.c: (highlight_find_results):
11328
11329         Fix find on single page documents
11330
11331 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11332
11333         * data/evince.schemas.in: fix for bug 301390
11334
11335 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11336
11337         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11338         (ev_view_zoom_out), (ev_view_zoom_normal):
11339         * shell/ev-view.h:
11340         * shell/ev-window.c: (update_action_sensitivity),
11341         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11342         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11343         (ev_window_cmd_view_normal_size):
11344
11345         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11346         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11347         better than oom. 
11348
11349 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11350
11351         * configure.ac:
11352
11353         Depend on 2.57, 2.59 doesnt seem to be necessary
11354
11355 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11356
11357         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11358         (create_tool_item):
11359
11360         Put back total number of pages as (1 of 1234)
11361
11362 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11363
11364         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11365         remove the job.
11366
11367         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11368         function.  This helps debugging.
11369
11370 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11371
11372         * djvu/djvu-document.c: (djvu_document_class_init),
11373         (djvu_document_get_info), (djvu_document_document_iface_init):
11374         * dvi/dvi-document.c: (dvi_document_class_init),
11375         (dvi_document_get_info), (dvi_document_document_iface_init):
11376
11377         Dummy implementation of get_info method for dvi and
11378         djvu. Fix crashes with those backends
11379
11380 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11381
11382         * data/evince.desktop.in:
11383
11384         Add application/x-gzpostscript
11385
11386 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11387
11388         * data/evince.schemas.in: Added real long descriptions, 
11389         closes bug 172496 
11390
11391         * README: Added actual text, closes bug 171869
11392
11393 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11394
11395         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11396
11397         Thumbnail page 0
11398
11399 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11400
11401         * backend/ev-document-info.h:
11402
11403         s/GDate */GDate so we can just use g_free
11404
11405 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11406
11407         * shell/ev-window.c: (update_document_mode),
11408         (ev_window_setup_document):
11409
11410         Show the window in fullscreen when specified by
11411         the document
11412
11413 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11414
11415         * backend/ev-document.c: (ev_document_class_init),
11416         (ev_document_get_info), (ev_document_render_pixbuf):
11417         * backend/ev-document.h:
11418         * backend/ev-page-cache.c: (_ev_page_cache_new):
11419         * pdf/ev-poppler.cc:
11420         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11421         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11422         * ps/ps-document.c: (ps_document_class_init), (document_load),
11423         (ps_document_get_info), (ps_document_document_iface_init):
11424
11425         Remove get_title from the interface, we can just use document info
11426
11427 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11428
11429         * backend/Makefile.am:
11430         * backend/ev-document.c: (ev_document_render_get_info):
11431         * backend/ev-document.h:
11432         * pdf/ev-poppler.cc:
11433
11434         Initial support for document info. Based on jrb patch.
11435
11436 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11437
11438         * shell/ev-window.c: (ev_window_state_event),
11439         (ev_window_class_init), (ev_window_init):
11440         
11441         Doesn't show resize grip when maximized. See bug #301053
11442
11443 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11444
11445         * po/POTFILES.in:
11446         
11447         ev-sidebar-thumbnails now has translatable labels
11448         
11449         * shell/Makefile.am:
11450         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11451         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11452         (ev_sidebar_links_page_iface_init):
11453         * shell/ev-sidebar-links.h:
11454         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11455         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11456         (ev_sidebar_page_get_label):
11457         * shell/ev-sidebar-page.h:
11458         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11459         (ev_sidebar_thumbnails_set_document),
11460         (ev_sidebar_thumbnails_support_document),
11461         (ev_sidebar_thumbnails_get_label),
11462         (ev_sidebar_thumbnails_page_iface_init):
11463         * shell/ev-sidebar-thumbnails.h:
11464         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11465         (ev_sidebar_set_document):
11466         * shell/ev-sidebar.h:
11467         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11468         
11469         Small rework of sidebar code. Now sidebar pages should implement
11470         EvSidebarPage interface. That makes page management in EvSidebar
11471         easier. See bug #164811 for details
11472
11473 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11474
11475         * shell/ev-application.c: (ev_application_open):
11476         * shell/ev-document-types.c:
11477         
11478         Fix build error and small problem with application exit
11479
11480 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11481
11482         * thumbnailer/Makefile.am:
11483         * thumbnailer/evince-thumbnailer-djvu.schemas:
11484         * thumbnailer/evince-thumbnailer-dvi.schemas:
11485         
11486         Conditionally install schemas for djvu/dvi thumbnailer
11487
11488 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11489
11490         * shell/ev-document-types.h: 
11491         * shell/ev-document-types.c: 
11492         New files, handling the mapping from mimetypes to backends
11493         
11494         * shell/ev-window.c: 
11495         * thumbnailer/evince-thumbnailer.c:     
11496         Use the ev-document-types code
11497         
11498         * shell/Makefile.am: 
11499         Added new convenience library libevbackendfactory_la, containing
11500         the new mimetype->backend logic; moved the backends into it.
11501
11502         * thumbnailer/Makefile.am:
11503         Make the thumbnailer link with the libevbackend.la convenience
11504         library, rather than having a duplicate of the backend logic here.
11505
11506 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11507
11508         * shell/ev-stock-icons.c: constify some vars.
11509         * shell/ev-window.c: ditto.
11510
11511 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11512
11513         * ps/ps-document.c (get_page_orientation):
11514
11515         Respect document orientation 
11516
11517 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11518
11519         * djvu/Makefile.am:
11520         * dvi/Makefile.am:
11521         * shell/Makefile.am:
11522         
11523         Move library dependencies to components.
11524         
11525         * shell/ev-window.c: (update_window_title),
11526         (start_loading_document):
11527         
11528         Fix display of uris with spaces. Bug 168358.
11529
11530 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11531
11532         * shell/ev-sidebar-links.c: (selection_changed_cb):
11533         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11534         (ev_view_button_release_event), (ev_view_set_document):
11535         * shell/ev-view.h:
11536         * shell/ev-window.c: (find_bar_search_changed_cb):
11537         * shell/ev-window.h: Minor cleanups removing some dead code.
11538
11539 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11540
11541         * backend/ev-page-cache.c: (_ev_page_cache_new):
11542         
11543         Set current page to 0 if document has pages.
11544
11545 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11546
11547         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11548
11549         Initialize GError to NULL, fix a crash when loading fails.
11550
11551 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11552
11553         * shell/ev-window.c: (update_view_size):
11554
11555         Calculate shadow size only when there is actually
11556         a shadow.
11557
11558 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11559
11560         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11561         * shell/ev-view.h:
11562
11563         Allow setting view spacing, default to 0
11564
11565         * shell/ev-window.c: (ev_window_unfullscreen),
11566         (ev_window_cmd_view_fullscreen), (ev_window_init):
11567
11568         Remove spacing in fullscreen mode
11569
11570 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11571
11572         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11573         (ev_view_size_request), (expose_bin_window),
11574         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11575         * shell/ev-view.h:
11576         * shell/ev-window.c: (ev_window_unfullscreen),
11577         (ev_window_cmd_view_fullscreen):
11578
11579         Do not draw the border in fulscreen
11580
11581 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11582
11583         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11584         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11585         (find_page_at_location), (page_changed_cb):
11586
11587         Rework border calculation, so that I can more easily disable it.
11588         Code somewhat cleaner too.
11589
11590 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11591
11592         * backend/ev-page-cache.c: (ev_page_cache_init),
11593         (_ev_page_cache_new):
11594
11595         Remove some assertions, documents can have 0 pages.
11596         Make initial current page -1.
11597
11598         * shell/ev-page-action.c: (page_changed_cb):
11599
11600         Show "" if current page is -1
11601
11602         * shell/ev-window.c: (update_action_sensitivity),
11603         (ev_window_setup_document):
11604
11605         When document has 0 pages do not set the view
11606         and make nearly everything insensitive.
11607
11608 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11609
11610         * shell/ev-page-view.c:
11611         * shell/ev-page-view.h:
11612
11613         Remove unused files.
11614         
11615         * shell/ev-sidebar-thumbnails.c:
11616         (ev_sidebar_thumbnails_set_document):
11617         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11618         (ev_sidebar_supports_document):
11619         * shell/ev-sidebar.h:
11620         * shell/ev-window.c: (ev_window_setup_document):
11621         
11622         Doesn't show thumbnails if document has 1 page. Make
11623         sidebar menu entries sensitive only if if they have 
11624         sense. Fix bug 164811. 
11625
11626 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11627
11628         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11629         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11630         (ev_view_zoom_out), (ev_view_set_size):
11631
11632         Rework sizing to deal with documents with not uniform page
11633         size.
11634
11635 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11636
11637         * backend/ev-page-cache.c: (_ev_page_cache_new):
11638
11639         Fix several page size caching bugs
11640
11641 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11642
11643         * shell/ev-window.c: (set_action_properties):
11644
11645         Make all toolbar items translatable
11646
11647 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11648
11649         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11650         (save_page_list), (ps_document_save),
11651         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11652         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11653         (ps_document_ps_exporter_iface_init):
11654         * ps/ps-document.h:
11655
11656         Based on a patch by J�rg Billeter <j@bitron.ch>
11657         
11658         Implement print and save a copy for the ps backend.
11659
11660 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11661
11662         * backend/ev-document.h:
11663         * djvu/djvu-document.c: (djvu_document_can_get_text),
11664         (djvu_document_document_iface_init):
11665         * dvi/dvi-document.c: (dvi_document_can_get_text),
11666         (dvi_document_document_iface_init):
11667         * pdf/ev-poppler.cc:
11668         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11669         (pixbuf_document_document_iface_init):
11670         * ps/ps-document.c: (ps_document_can_get_text),
11671         (ps_document_document_iface_init):
11672         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11673         * shell/ev-window.c: (update_action_sensitivity):
11674
11675         Fix the crash when trying to copy in backends that doesnt
11676         support it. We can implement a better solution once we
11677         do real text selection.
11678
11679 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11680
11681         * data/evince-ui.xml:
11682         * shell/ev-window.c: (ev_window_cmd_escape):
11683         
11684         Work around the Escape conflict (find bar and unfullscreen)
11685
11686 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11687
11688         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11689         
11690         Fix for #300233. Next page correctly handles document end.
11691         
11692         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11693         (ev_sidebar_thumbnails_class_init),
11694         (ev_sidebar_thumbnails_set_document),
11695         (ev_sidebar_thumbnails_clear_job),
11696         (ev_sidebar_thumbnails_clear_model):
11697         
11698         Cleanup thumbnail jobs on document changes.
11699         
11700         * shell/ev-view.c: (add_scroll_binding_keypad),
11701         (add_scroll_binding_shifted), (ev_view_class_init):
11702         
11703         Shift + Space scrolls up. Fix for #173184
11704         
11705         * shell/ev-window.c: (ev_window_open_page),
11706         (ev_window_cmd_view_reload):
11707         
11708         Fix reload (Bug #300094)
11709
11710 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11711
11712         
11713         * dvi/mdvi-lib/assoc.c:
11714         * dvi/mdvi-lib/assoc.h: Removed garbage files
11715         
11716         * dvi/mdvi-lib/bitmap.c:
11717         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11718         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11719         * dvi/mdvi-lib/color.h: Antialias of rules
11720         
11721         * dvi/mdvi-lib/common.h:
11722         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11723         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11724         * dvi/mdvi-lib/files.c:
11725         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11726         * dvi/mdvi-lib/mdvi.h:
11727         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11728         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11729         * dvi/mdvi-lib/util.c: Fix compile warnings
11730         
11731         * dvi/dvi-document.c:
11732         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11733         (dvi_document_thumbnails_get_thumbnail),
11734         (dvi_document_document_thumbnails_iface_init):
11735         * dvi/mdvi-lib/Makefile.am:
11736         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11737         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11738         
11739         Dvi backend now renders thumbnails
11740
11741 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11742
11743         * shell/main.c: (main): 
11744         
11745         Save accelerators on exit. Fixes bug #172095.
11746
11747 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11748
11749         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11750         update priority" comment.
11751
11752         * backend/ev-job-queue.c: Give a way to change priority.
11753
11754 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11755
11756         * shell/ev-page-action.c: Fix logic.
11757
11758 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11759
11760         * shell/ev-view.c: (ev_view_can_find_next):
11761         * shell/ev-window.c: (ev_window_setup_document):
11762
11763         Check that the document supports find
11764
11765 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11766
11767         * data/evince-ui.xml:
11768         * shell/ev-view.c: (ev_view_can_find_next):
11769         * shell/ev-view.h:
11770         * shell/ev-window.c: (update_action_sensitivity),
11771         (find_changed_cb), (ev_window_setup_document),
11772         (ev_window_cmd_edit_find_next):
11773
11774         Add Edit->Find Next
11775
11776 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11777
11778         * pdf/ev-poppler.cc:
11779         * shell/ev-print-job.c: (idle_print_handler):
11780
11781         Make printing work again
11782
11783 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11784
11785         * shell/ev-page-action.h:
11786         * shell/ev-page-action.c: (ev_page_action_widget_init),
11787         (ev_page_action_widget_class_init), (page_changed_cb),
11788         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11789         (get_filter_model_from_model), (match_selected_cb),
11790         (display_completion_text), (match_completion), (update_model),
11791         (connect_proxy), (ev_page_action_set_property),
11792         (ev_page_action_get_property), (ev_page_action_set_document),
11793         (ev_page_action_set_model), (ev_page_action_class_init): Big
11794         reworking to make completions work iff we have >= GTK-2.7.0
11795                 
11796         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11797         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11798         (job_finished_cb): We now have a 'model' property that is set when
11799         the links are loaded.  This can be caught with "notify::model"
11800
11801         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11802         listen for the model to be set, and propagate it to the action.
11803
11804 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11805
11806         * cut-n-paste/recent-files/egg-recent-item.c:
11807         (egg_recent_item_set_uri), (make_valid_utf8),
11808         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11809         * cut-n-paste/recent-files/egg-recent-item.h:
11810         
11811         Update egg-recent from libegg. This should fix long
11812         startup problem. For details see
11813         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11814
11815 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11816
11817         * cut-n-paste/recent-files/Makefile.am:
11818         * data/evince-ui.xml, shell/Makefile.am:
11819         * shell/ev-application.c, shell/ev-application.h:
11820         * shell/ev-window.c: Recent files support.
11821         
11822         * configure.ac: Added "ru" to ALL_LINGUAS.
11823         
11824         * dvju: new backend to support DJVU files.
11825         * dvi: new backend to support DVI.
11826
11827         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11828         * ev-application.c: Support for new backends.
11829         
11830         * help, ev-window.c, main.c shell/Makefile.am: 
11831         Evince user documentation.
11832
11833 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11834
11835         * po/POTFILES.in:
11836         * shell/ev-window.c:
11837         * thumbnailer/evince-thumbnailer.c:
11838
11839         s/pdf-document/ev-poppler
11840
11841 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11842
11843         * NEWS:
11844         * configure.ac:
11845
11846         Release 0.2.0
11847
11848         * ps/ps-document.c: (setup_pixmap):
11849
11850         Remove debug code
11851
11852 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11853
11854         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11855         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11856         (ev_window_cmd_go_first_page): Fix of by one errors.
11857
11858 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11859
11860         * ps/ps-document.c: (get_page_box):
11861
11862         Fix page size calculation
11863
11864 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11865
11866         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11867         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11868         (get_page_orientation), (setup_page), (document_load),
11869         (ps_document_get_page_size), (render_pixbuf_idle):
11870         * ps/ps-document.h:
11871
11872         More refactoring to adapt to EvDocument changes
11873
11874 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11875
11876         * ps/ps-document.c: (start_interpreter):
11877
11878         Actually add alpha args
11879
11880 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11881
11882         * pdf/ev-poppler.cc:
11883
11884         Make clipboard work again
11885
11886 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11887
11888         Make searching work again.
11889         
11890         * backend/ev-document.c:
11891         * backend/ev-document.h:
11892         * backend/ev-document-find.c:
11893         * backend/ev-document-find.h: Change EvDocumentIface so we no
11894         longer store the current page or zoom level in the document.  The
11895         consequence is that all calls that operate on the current page now
11896         instead take the page number as an extra argument, and all
11897         coordinates are now doubles in document coordinate system.
11898
11899         * pdf/ev-poppler.cc:
11900         * pixbuf/pixbuf-document.c:
11901         * ps/ps-document.c: Update backends accordingly.
11902
11903 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11904
11905         * autogen.sh:
11906
11907         Add required gettext version
11908
11909 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11910
11911         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11912         make F1 bring up non-existent help.
11913
11914         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11915         epiphany's find bar, #167477
11916
11917         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11918         <emil@nishra.com> to add space-bar scrolling, 
11919
11920         * shell/ev-window.c (static GtkActionEntry entries): add default
11921         keybinding for Help (F1)
11922         Fixes #171068
11923
11924         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11925         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11926         170110
11927
11928 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11929
11930         * Makefile.am: 
11931         * pixbuf/pixbuf-document.c: 
11932
11933         Got pixbuf backend working again
11934
11935 2005-04-01  Steve Murphy  <murf@e-tools.com>
11936
11937         * configure.in: Added "rw" to ALL_LINGUAS.
11938
11939 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11940
11941         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11942         model types, noticed by Martin Kretzschmar.
11943
11944 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11945
11946         * pdf/ev-poppler.cc: Implement search based on
11947         poppler_page_find_text().  Currently a bit crude since we remember
11948         all matches from all pages.  Also, we grab the big document lock
11949         when we search since searching changes the underlying stream and
11950         thus conflicts with the rendering thread.
11951         
11952         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11953         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11954         (ev_view_find_previous): Fix some page indexes to be 0 based,
11955         offset rubber band by view offset,
11956
11957 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11958
11959         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11960
11961 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11962
11963         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11964         completely because I didn't understand GtkActions.  I should
11965         read Marco's code more carefully in the future.
11966
11967         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11968         function
11969
11970 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11971
11972         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11973         PopplerRectangle change from poppler CVS.
11974
11975 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11976
11977         * backend/ev-document.c: (ev_document_get_page_label):
11978         * backend/ev-document.h:
11979         * backend/ev-page-cache.c: (_ev_page_cache_new),
11980         (ev_page_cache_get_page_label):
11981         * backend/ev-page-cache.h:
11982         * pdf/ev-poppler.cc:
11983         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11984         (links_page_num_func):
11985         * shell/ev-sidebar-thumbnails.c:
11986         (ev_sidebar_thumbnails_set_document):
11987         * shell/ev-view.c: (status_message_from_link),
11988         (ev_view_motion_notify_event):
11989         * shell/ev-window.c: (document_supports_sidebar): Add in page
11990         label support.  It's not perfect yet, but it's the first 'feature'
11991         in a while.
11992         Also, fix a bogus comment noticed by crispin. 
11993
11994 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11995
11996         * Makefile.am: Remove pixbuf backend for now
11997
11998         * configure.ac: Require poppler-glib instead of just poppler.
11999
12000         * backend/ev-document-thumbnails.h: Add a comment
12001
12002         * backend/ev-document.h:
12003         * backend/ev-document.c: (ev_document_class_init),
12004         (ev_document_load), (ev_document_get_link),
12005         (ev_document_get_links): Remove 3 methods and add get_links.
12006         Also, made 0 based.
12007
12008         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12009         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12010
12011         * backend/ev-link.c: (ev_link_set_title),
12012         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12013         (ev_link_mapping_find):
12014         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12015         
12016         * backend/ev-page-cache.c: (ev_page_cache_init),
12017         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12018         (ev_page_cache_get_size), (ev_page_cache_next_page),
12019         (ev_page_cache_prev_page): Fix to be 0 based.
12020
12021         * pdf/Makefile.am: 
12022         * pdf/ev-poppler.h:
12023         * pdf/ev-poppler.cc: New backend.
12024         
12025         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12026         (ps_document_get_page), (ps_document_document_iface_init):
12027
12028         * shell/ev-pixbuf-cache.h:
12029         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12030         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12031         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12032         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12033         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12034         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12035         based.
12036         
12037         * shell/ev-sidebar-thumbnails.c:
12038         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12039         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12040
12041         * shell/ev-view.c: (status_message_from_link),
12042         (find_page_at_location), (get_link_at_location),
12043         (ev_view_motion_notify_event), (ev_view_button_release_event),
12044         (ev_view_init): Use the new link code.  Fix to be 0 based.
12045
12046         * shell/ev-window.c: (update_action_sensitivity),
12047         (document_supports_sidebar): 0 based.
12048
12049 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12050
12051         * pdf/pdf-document.cc: Patch from Fernando Herrera
12052         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12053         *blush*
12054
12055 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12056
12057         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12058         1 to the page, as this seems to be 1 based.  I thought we has this
12059         fixed.  grump.
12060
12061 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12062
12063         * TODO:
12064         * backend/Makefile.am:
12065         * backend/ev-document-links.c:
12066         (ev_document_links_has_document_links),
12067         (ev_document_links_get_links_model):
12068         * backend/ev-document-links.h:
12069         * backend/ev-document.c: (ev_document_get_page_cache),
12070         (ev_document_get_doc_mutex), (ev_document_load),
12071         (ev_document_save), (ev_document_get_title),
12072         (ev_document_get_n_pages), (ev_document_set_page),
12073         (ev_document_get_page), (ev_document_set_target),
12074         (ev_document_set_scale), (ev_document_set_page_offset),
12075         (ev_document_get_page_size), (ev_document_get_text),
12076         (ev_document_get_link), (ev_document_render),
12077         (ev_document_render_pixbuf), (ev_document_scale_changed):
12078         * backend/ev-document.h:
12079         * backend/ev-job-queue.c: (remove_object_from_queue),
12080         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12081         (no_jobs_available_unlocked), (ev_render_thread),
12082         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12083         (ev_job_queue_remove_job):
12084         * backend/ev-job-queue.h:
12085         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12086         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12087         (ev_job_links_class_init), (ev_job_render_init),
12088         (ev_job_render_dispose), (ev_job_render_class_init),
12089         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12090         (ev_job_thumbnail_class_init), (ev_job_finished),
12091         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12092         (ev_job_render_run), (ev_job_thumbnail_new),
12093         (ev_job_thumbnail_run):
12094         * backend/ev-jobs.h:
12095         * backend/ev-link.c:
12096         * backend/ev-link.h:
12097         * backend/ev-page-cache.c: (ev_page_cache_init),
12098         (ev_page_cache_class_init), (ev_page_cache_finalize),
12099         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12100         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12101         (ev_page_cache_set_link), (ev_page_cache_get_title),
12102         (ev_page_cache_get_size), (ev_page_cache_next_page),
12103         (ev_page_cache_prev_page):
12104         * backend/ev-page-cache.h:
12105         * pdf/pdf-document.cc:
12106         * ps/gsdefaults.c:
12107         * ps/gsdefaults.h:
12108         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12109         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12110         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12111         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12112         (is_interpreter_ready), (output), (catchPipe), (input),
12113         (start_interpreter), (check_filecompressed), (compute_dimensions),
12114         (ps_document_enable_interpreter), (document_load),
12115         (ps_document_next_page), (render_page), (ps_document_set_page),
12116         (ps_document_set_scale), (render_pixbuf_idle),
12117         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12118         * ps/ps-document.h:
12119         * shell/Makefile.am:
12120         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12121         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12122         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12123         (ev_pixbuf_cache_new), (job_finished_cb),
12124         (check_job_size_and_unref), (move_one_job),
12125         (ev_pixbuf_cache_update_range), (find_job_cache),
12126         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12127         (ev_pixbuf_cache_add_jobs_if_needed),
12128         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12129         * shell/ev-pixbuf-cache.h:
12130         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12131         (idle_print_handler):
12132         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12133         (selection_changed_cb), (create_loading_model),
12134         (ev_sidebar_links_construct), (links_page_num_func),
12135         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12136         (update_page_callback), (job_finished_cb),
12137         (ev_sidebar_links_set_document):
12138         * shell/ev-sidebar-thumbnails.c:
12139         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12140         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12141         (page_changed_cb), (thumbnail_job_completed_callback),
12142         (ev_sidebar_thumbnails_set_document):
12143         * shell/ev-sidebar-thumbnails.h:
12144         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12145         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12146         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12147         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12148         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12149         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12150         (ev_view_button_release_event), (ev_view_scroll_view),
12151         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12152         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12153         (ev_view_new), (job_finished_cb), (page_changed_cb),
12154         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12155         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12156         (ev_view_find_previous):
12157         * shell/ev-view.h:
12158         * shell/ev-window.c: (update_action_sensitivity),
12159         (ev_window_open_page), (update_window_title), (update_total_pages),
12160         (page_changed_cb), (ev_window_setup_document),
12161         (password_dialog_response), (ev_window_cmd_save_as),
12162         (ev_window_print), (ev_window_cmd_go_previous_page),
12163         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12164         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12165         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12166         * shell/main.c: (main):
12167
12168         Merge evince-threads branch
12169
12170 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12171
12172         * configure.ac: Added "lt" to ALL_LINGUAS.
12173
12174 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12175
12176         * NEWS:
12177         * configure.ac:
12178
12179         Release 0.1.9
12180
12181 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12182
12183         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12184
12185         Fix here also the thumbnails 1-basedness :)
12186
12187 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12188
12189         * NEWS:
12190         * configure.ac:
12191
12192         Release 0.1.8
12193
12194 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12195
12196         * pdf/pdf-document.cc:
12197         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12198         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12199
12200         Fix the mess we did with thumbnails and 1-basedness
12201
12202 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12203
12204         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12205
12206 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12207
12208         * NEWS:
12209         * configure.ac:
12210
12211         Release 0.1.7
12212
12213 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12214
12215         * ps/Makefile.am:
12216         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12217         (gtk_gs_defaults_get_alpha_parameters),
12218         (gtk_gs_defaults_get_ungzip_cmd),
12219         (gtk_gs_defaults_get_unbzip2_cmd):
12220         * ps/gsdefaults.h:
12221         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12222         (ps_document_get_orientation), (document_load),
12223         (ps_document_goto_page), (ps_document_set_page_size):
12224         * ps/ps-document.h:
12225
12226         Some more sanitization of the ps backend. Remove a lot
12227         of unused code and do not base our defaults on ggv
12228         preferences (ugh!)
12229
12230 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12231
12232         * thumbnailer/evince-thumbnailer.schemas:
12233         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12234         (main): add -s option for thumbnail size.
12235
12236 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12237
12238         * configure.ac:
12239
12240         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12241         remove it.
12242
12243 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12244
12245         * pdf/pdf-document.cc:
12246
12247         Remove 4 pixels of useless border from the
12248         thumbnail.
12249
12250 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12251
12252         * backend/ev-document-thumbnails.c:
12253         (ev_document_thumbnails_get_thumbnail):
12254         * backend/ev-document-thumbnails.h:
12255
12256         Rework API a bit. Add a border flag and
12257         change sizing logic (now the size we specify
12258         applies to the bigger dimension).
12259
12260         * pdf/pdf-document.cc:
12261         * pixbuf/pixbuf-document.c:
12262         (pixbuf_document_thumbnails_get_thumbnail):
12263         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12264         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12265
12266         Adapt to the new API and do not draw a border for nautilus
12267         thumbnailer.
12268
12269 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12270
12271         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12272         take thumbnails from page "0" instead of "1". Added a copyright header.
12273
12274 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12275
12276         * ps/ps-document.c: (set_up_page), (start_interpreter):
12277
12278         Make it C89 compliant
12279
12280 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12281
12282         * Makefile.am:
12283         * configure.ac:
12284         * pdf/.cvsignore:
12285         * pdf/pdf-document.cc:
12286         * thumbnailer/Makefile.am:
12287         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12288         (main):
12289         * thumbnailer/evince-thumbnailer.schemas:
12290         * thumbnailer/pdf-icon.png:
12291
12292         Add a nautilus thumbnailer.
12293         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12294
12295 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12296
12297         * NEWS:
12298         * configure.ac:
12299         * po/POTFILES.in:
12300
12301         Release 0.1.6
12302
12303 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12304
12305         Use poppler instead of including xpdf source code.  Poppler is a
12306         fork of xpdf to build it as a shared library. See
12307         http://freedesktop.org/wiki/Software/poppler.
12308
12309         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12310         xpdf fork.
12311         
12312         * pdf/Makefile.am: Build libpdfdocument.a here.
12313         
12314         * pdf/GDKSplashOutputDev.cc:
12315         * pdf/GDKSplashOutputDev.h:
12316         * pdf/GnomeVFSStream.cc:
12317         * pdf/GnomeVFSStream.h:
12318         * pdf-document.cc:
12319         * pdf-document.h:
12320         * test-gdk-output-dev.cc
12321         * Thumb.cc:
12322         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12323         against poppler.
12324
12325 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12326
12327         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12328
12329         Clear idle stack before unsetting the document
12330
12331 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12332
12333         * ps/ps-document.c: (ps_document_widget_event),
12334         (ps_document_set_target), (ps_document_finalize),
12335         (ps_document_get_page):
12336
12337         Disconnect the widget event signal on finalize.
12338         Some code cleanups.
12339
12340 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12341
12342         * ps/ps-document.c: (set_up_page):
12343
12344         If there is no bpixmap create one, even if size
12345         is not changed.
12346
12347 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12348
12349         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12350         (set_up_page), (document_load), (ps_document_set_zoom):
12351
12352         Default page is 0. Calculate size even when we have no
12353         target yet.
12354
12355 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12356
12357         * shell/ev-sidebar.c: expand the selection widget to be always as
12358         wide as the sidebar
12359
12360 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12361
12362         * shell/ev-sidebar-thumbnails.c:
12363         (ev_sidebar_thumbnails_set_document):
12364
12365         Clear the list store when setting document
12366
12367 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12368
12369         * shell/ev-page-action.c: (update_entry), (sync_entry),
12370         (activate_cb), (entry_size_request_cb), (create_tool_item),
12371         (connect_proxy):
12372
12373         Use an entry for the page control instead of spinbuttons
12374
12375 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12376
12377         * data/evince.schemas.in:
12378
12379         Correct confusing string
12380
12381 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12382
12383         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12384         for real.  Gosh, how long has this been broken.
12385
12386         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12387         check for a NULL link.  We crash otherwise.
12388
12389 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12390
12391         * NEWS:
12392         * configure.ac:
12393
12394         Release 0.1.5
12395
12396 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12397
12398         * configure.ac: add the french translation.
12399
12400 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12401
12402         * shell/ev-window.c:
12403
12404         Remove unused header -> fix distcheck
12405
12406 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12407
12408         * shell/ev-window.c: (update_window_title),
12409         (ev_window_popup_password_dialog):
12410
12411         Unescape filename for display
12412
12413 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12414
12415         * pdf/xpdf/pdf-document.cc:
12416
12417         In get_page_size deal with rotation. Also
12418         cleanup the function a bit.
12419
12420 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12421
12422         * pdf/xpdf/pdf-document.cc:
12423
12424         Fix crash when opening in new window
12425
12426 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12427
12428         * configure.ac:
12429
12430         Check ghostscript >= 7
12431
12432 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12433
12434         * shell/ev-window.c:
12435
12436         Make page width the default sizing mode
12437
12438 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12439         Marco Pesenti Gritti <marco@gnome.org>
12440
12441         * shell/ev-window.c: Remember the sidebar size
12442
12443         * data/evince.schemas.in: Add a new gconf key to store the size of
12444         the sidebar
12445
12446 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12447
12448         * data/evince-ui.xml:
12449         * shell/ev-window.c: (update_action_sensitivity),
12450         (ev_window_cmd_view_reload):
12451         
12452         Add a "Reload" action and menu entry
12453
12454 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12455
12456         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12457         iff the type doesn't support thumbnailing and indexing.
12458
12459 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12460
12461         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12462
12463 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12464
12465         * pdf/splash/Splash.cc:
12466
12467         Port fix for a crasher from kde bug
12468         http://bugs.kde.org/show_bug.cgi?id=97131
12469
12470 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12471
12472         * pdf/xpdf/pdf-document.cc:
12473
12474         Return a link even if it's of an unrecognized
12475         type. Otherwise we go in an infinte cycle.
12476
12477 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12478
12479         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12480         (size_allocate_cb), (ev_window_set_sizing_mode):
12481
12482         Update size when switching mode
12483
12484 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12485
12486         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12487         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12488         (ev_window_cmd_view_normal_size):
12489
12490         Fix size toggle buttons behavior
12491
12492 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12493
12494         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12495         (doc_rect_to_view_rect), (ev_view_size_allocate),
12496         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12497         (scale_changed_callback):
12498
12499         Do not cache offsets in size_allocate.
12500
12501 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12502
12503         * shell/ev-view.c: (ev_view_size_allocate):
12504
12505         Calculate offsets before calling the parent
12506         class (which does a redraw)
12507
12508 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12509
12510         * pdf/xpdf/pdf-document.cc:
12511
12512         Fix a crasher on exit. Unused code, put a TODO
12513
12514 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12515
12516         * backend/ev-document.c: (ev_document_class_init),
12517         (ev_document_page_changed), (ev_document_scale_changed):
12518         * backend/ev-document.h:
12519
12520         Separate page/scale notifications
12521
12522         * pdf/xpdf/pdf-document.cc:
12523
12524         Emit the new signals.
12525         Do not display the pdf page in _render, do it
12526         when scale/page are requested.
12527
12528         * ps/ps-document.c: (ps_document_set_zoom),
12529         (ps_document_widget_event):
12530         * ps/ps-document.h:
12531
12532         Emit the new signals.
12533
12534         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12535         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12536         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12537         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12538         * shell/ev-view.h:
12539         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12540         (ev_window_cmd_view_page_width), (size_allocate_cb),
12541         (ev_window_set_sizing_mode):
12542
12543         Rework sizing to be pixel based.
12544         There are bugs but should be already way better.
12545
12546 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12547
12548         * shell/ev-window.c: (ev_window_init):
12549
12550         Do not allow to shrink sidebar smaller then
12551         child requisition
12552
12553 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12554
12555         * shell/ev-sidebar.[ch]
12556         * shell/ev-window.c:
12557
12558         Improved sidebar widget. Fixes #166683
12559
12560 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12561
12562         * shell/ev-view.c (update_find_status_message): Give translators
12563         more flexibility with ngettext plural handling.
12564
12565 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12566
12567         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12568         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12569         page when we get the page size.
12570
12571 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12572
12573         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12574
12575         ps pages are 0 based, convert 
12576
12577 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12578
12579         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12580
12581         Initialize correct parent class. Set GError on document load
12582
12583 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12584
12585         * pdf/xpdf/pdf-document.cc:
12586
12587         Fixup selection offset calculation
12588
12589         * shell/ev-view.c: (view_rect_to_doc_rect),
12590         (doc_rect_to_view_rect), (ev_view_size_allocate),
12591         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12592         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12593
12594         Store selection as document relative, so that zooming
12595         and offset changing doesnt break it.
12596
12597 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12598
12599         * shell/ev-view.c: (ev_view_best_fit):
12600
12601         Do not try to best fit if the view is not realized
12602
12603 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12604           
12605         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12606
12607 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12608
12609         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12610
12611 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12612
12613         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12614         the popup window.  That prevents it resizing when in full screen
12615         mode.
12616
12617         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12618         multiple rerenders.  This pretty much sucks.
12619
12620         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12621         rest of the toolbar.
12622
12623 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12624
12625         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12626
12627 2005-02-17  Alexander Shopov  <ash@contact.bg>
12628
12629         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12630
12631 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12632
12633         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12634
12635 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12636
12637         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12638         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12639         (set_document_page), (document_changed_callback),
12640         (ev_view_set_document), (ev_view_find_previous),
12641         (ev_view_hide_cursor), (ev_view_show_cursor):
12642         * shell/ev-view.h:
12643         * shell/ev-window.c: (update_chrome_visibility),
12644         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12645         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12646         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12647         (ev_window_unfullscreen):
12648         * shell/main.c: (main):
12649
12650         Automatically hide the fullscreen button.
12651         Patch by Kristian Høgsberg <krh@redhat.com>
12652
12653 2005-02-16  Vincent Noel  <vnoel@cox.net>
12654
12655         * shell/main.c (main): Specify an icon for the window. Patch by
12656         Jaap A. Haitsma. Fixes #166177.
12657
12658 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12659
12660         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12661
12662 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12663
12664         * backend/ev-document-misc.h:
12665         * backend/ev-document-misc.c:
12666         (ev_document_misc_get_page_border_size),
12667         (ev_document_misc_paint_one_page): New function to canonicalize
12668         sizing/painting a border.
12669
12670         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12671         used.
12672
12673         * pdf/xpdf/pdf-document.cc: use new function
12674
12675         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12676         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12677         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12678         shell/ev-window.c: (update_sizing_buttons),
12679         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12680         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12681         (ev_window_cmd_view_page_width), (size_allocate_cb),
12682         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12683         and "fit width" values act as toggle buttons so they stay
12684         toggled.  It's not 100% perfect, and it's a little slow, but it's
12685         good enough to commit I think.
12686
12687 2005-02-15  David Lodge  <dave@cirt.net>
12688
12689         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12690
12691 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12692
12693         * shell/ev-window.c (update_window_title): replace newlines in
12694         the title by spaces. Bug #166107.
12695
12696 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12697
12698         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12699         parameters providing allocation width and height without
12700         scrollbars and width of a possible vertical scrollbar. With this
12701         additional information the functions can work as
12702         intended. Unfortunately they're not idempotent. We should
12703         transform these commands to toggles. Fixes Bug #164976
12704         Initial patch by Stephane Loeuillet, then heavily modified.
12705
12706         * shell/ev-view.h: update prototypes.
12707
12708         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12709         (ev_window_cmd_view_page_width): provide EvView fit functions with
12710         all the information they need. Formulas to calculate this
12711         information taken from GtkScrolledWindow.
12712
12713 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12714
12715         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12716         created a thumbnail, the list store is updated to know
12717         that the thumbnail is set. Fixes bug #166792
12718
12719 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12720
12721         * shell/ev-window.c: fixed typo, closes bug 166897
12722
12723         * TODO: updated TODO with bug numbers that are relevant
12724
12725 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12726
12727         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12728
12729 2005-02-09  Vincent Noel  <vnoel@cox.net>
12730
12731         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12732         and "Next" toolbar buttons as important to make them stand out.
12733
12734 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12735
12736         * lib/ev-debug.c:
12737         * lib/ev-debug.h:
12738         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12739         (start_interpreter), (stop_interpreter), (document_load),
12740         (ps_document_next_page), (ps_document_goto_page),
12741         (ps_document_set_page_size), (ps_document_widget_event),
12742         (ps_document_render):
12743         * shell/ev-page-view.c: (ev_page_view_dispose):
12744         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12745
12746         Fix compilation on non-gcc platforms
12747
12748 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12749
12750         * NEWS:
12751         * configure.ac:
12752
12753         Release 0.1.4
12754
12755         * pdf/xpdf/Catalog.cc:
12756         * pdf/xpdf/XRef.cc:
12757
12758         Fix the fix for CAN-2004-0888
12759
12760 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12761
12762         * data/Makefile.am:
12763         * data/evince-ui.xml:
12764         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12765         * shell/ev-stock-icons.h:
12766         * shell/ev-window.c: (update_action_sensitivity),
12767         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12768         (set_action_properties):
12769
12770         Improve toolbar layout/icons
12771
12772 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12773
12774         * pdf/xpdf/pdf-document.cc:
12775
12776         Add warnings about unimplemented/unknown link
12777         types.
12778
12779 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12780
12781         * ps/ps-document.c: (set_up_page):
12782
12783         Log gs property
12784
12785 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12786
12787         * ps/ps-document.c: (start_interpreter):
12788
12789         Log gs env var
12790
12791 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12792
12793         * shell/ev-page-view.c: (ev_page_view_dispose):
12794         * shell/ev-view.c: (ev_view_finalize):
12795         * shell/ev-window.c: (ev_window_setup_document),
12796         (ev_window_dispose), (ev_window_init):
12797
12798         Solve more refs issues.
12799
12800         I commented out the page_view initialization for now:
12801         it was never destroyed (because it's never added
12802         to a container). Because of that we was leaking
12803         gs processes. Couldnt think to a clean fix.
12804         We need to figure this out, password view has the
12805         same issue probably.
12806
12807 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12808
12809         * ps/ps-document.c: (ps_document_finalize),
12810         (ps_document_get_n_pages), (ps_document_get_page):
12811
12812         Some cleanups, stop the interpreter on finalize
12813
12814         * shell/ev-page-view.c: (ev_page_view_dispose),
12815         (ev_page_view_class_init):
12816
12817         Release our reference on the document
12818
12819 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12820
12821         * Makefile.am:
12822         * configure.ac:
12823         * doc/debugging.txt:
12824         * lib/.cvsignore:
12825         * lib/Makefile.am:
12826         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12827         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12828         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12829         * lib/ev-debug.h:
12830
12831         Add debugging helpers
12832
12833         * ps/Makefile.am:
12834         * ps/ps-document.c: (set_up_page), (start_interpreter),
12835         (stop_interpreter), (document_load), (ps_document_next_page),
12836         (ps_document_goto_page), (ps_document_set_page_size),
12837         (ps_document_widget_event), (ps_document_render):
12838         * shell/Makefile.am:
12839         * shell/ev-view.c: (expose_bin_window):
12840         * shell/main.c: (main):
12841
12842         Add some logs
12843         
12844 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12845
12846         * ps/ps-document.c: (ps_document_widget_event):
12847
12848         Initialize message_window, this should make ps
12849         rendering really work! (Never noticed because I was
12850         testing with a ps that is causing gs to exit every time!)
12851
12852 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12853
12854         * data/evince.schemas.in: updated simple error in applyto closing tag
12855
12856 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12857
12858         * Makefile.am:
12859         * configure.ac:
12860         * data/.cvsignore:
12861         * data/Makefile.am:
12862         * data/evince-ui.xml:
12863         A data/evince.schemas.in:
12864         * po/POTFILES.in:
12865         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12866         * shell/ev-stock-icons.h:
12867         * shell/ev-window.c: (update_chrome_visibility),
12868         (update_chrome_flag), (ev_window_cmd_edit_find),
12869         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12870         (ev_window_unfullscreen), (ev_window_focus_in_event),
12871         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12872         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12873         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12874         (ev_window_dispose), (ev_window_class_init),
12875         (set_action_properties), (set_chrome_actions), (load_chrome),
12876         (ev_window_init):
12877
12878         Implement fullscreen mode changes from bug #164776.
12879         Also implement persistent chrome toggles.
12880
12881 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12882
12883         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12884
12885 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12886
12887         * NEWS:
12888         * configure.ac:
12889         * shell/ev-view.c:
12890
12891         Add another check for find interface
12892
12893         Release 0.1.3
12894
12895 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12896
12897         * shell/ev-application.c: (ev_application_open):
12898         * shell/ev-window.c: (ev_window_open):
12899
12900         Open gzipped ps documents
12901
12902 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12903
12904         * TODO:
12905         * shell/ev-view.c: (set_document_page):
12906
12907         Clamp page number, dont try to move to
12908         not existant pages.
12909
12910 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12911
12912         * backend/ev-document-find.c: (ev_document_find_changed):
12913         * backend/ev-document-find.h:
12914         * pdf/xpdf/pdf-document.cc:
12915         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12916         * shell/ev-window.c: (find_bar_search_changed_cb):
12917
12918         Fix several bugs with find
12919
12920 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12921
12922         * shell/ev-sidebar-thumbnails.c
12923         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12924         document. Prevents warning from scroll_to_cell.
12925
12926 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12927
12928         * configure.ac: Add «nb» to ALL_LINGUAS too.
12929
12930 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12931
12932         * NOTES: New file with some random thoughts.
12933
12934         * TODO: Update.
12935
12936         * backend/ev-document-misc.c:
12937         (ev_document_misc_get_page_border_size): New function to
12938         canonicalize shadow drawing sizes.  Possibly goofy.
12939
12940         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12941         (ev_view_best_fit), (ev_view_fit_width):
12942         * pdf/xpdf/pdf-document.cc:
12943         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12944         * ps/ps-document.c: (ps_document_get_page_size):
12945         * backend/ev-document-misc.h:
12946         * backend/ev-document.c: (ev_document_get_page_size):
12947         * backend/ev-document.h: get_page_size now takes a page number
12948         parameter.  Made all the backends/frontends honor it.
12949
12950         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12951         see.  Doesn't work yet.
12952
12953         * shell/Makefile.am:
12954         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12955         Doesn't do anything yet.
12956
12957         * shell/ev-sidebar-thumbnails.c:
12958         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12959         [0..n_pages-1]
12960
12961         * shell/ev-window.c: (update_action_sensitivity),
12962         (ev_window_setup_document), (ev_window_set_page_mode),
12963         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12964         view-swapping code a bit so we can have multiple views on a
12965         document.  Add the multi-page view, though it can't be turned on
12966         yet.
12967
12968 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12969
12970         * shell/ev-application.c: (ev_application_open):
12971         * shell/ev-view.c: (expose_bin_window):
12972         * shell/ev-window.c: (ev_window_open):
12973
12974         Support eps and check document supports find
12975         before drawing highlightings in expose.
12976
12977 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12978
12979         * pixbuf/pixbuf-document.c:
12980         (pixbuf_document_thumbnails_get_dimensions),
12981         (pixbuf_document_document_thumbnails_iface_init):
12982
12983         implement get_dimensions
12984
12985 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12986
12987         * NEWS:
12988         * configure.ac:
12989
12990         Release 0.1.2
12991
12992 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12993
12994         * shell/ev-view.c: (set_document_page):
12995
12996         Scroll at the top of the page when changing page
12997
12998 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12999
13000         * shell/ev-view.c: (ev_view_motion_notify_event):
13001
13002         Do not redraw unnecessarily
13003
13004 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13005
13006         * pdf/xpdf/pdf-document.cc:
13007         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13008         (expose_bin_window), (find_changed_cb):
13009
13010         Yay! find works now... Now to find bugs...
13011
13012 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13013
13014         * backend/ev-document-find.c: (ev_document_find_base_init),
13015         (ev_document_find_changed):
13016         * backend/ev-document-find.h:
13017         * pdf/xpdf/pdf-document.cc:
13018         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13019         (expose_bin_window), (ev_view_init), (set_document_page),
13020         (ensure_rectangle_is_visible), (jump_to_find_result),
13021         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13022         (ev_view_find_next), (ev_view_find_previous):
13023         * shell/ev-view.h:
13024         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13025
13026         More work on find implementation, mostly there now
13027
13028 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13029
13030         * backend/ev-backend-marshalers.list:
13031         * backend/ev-document-find.c: (ev_document_find_base_init),
13032         (ev_document_find_cancel), (ev_document_find_page_has_results),
13033         (ev_document_find_get_n_results), (ev_document_find_get_result),
13034         (ev_document_find_get_progress), (ev_document_find_changed):
13035         * backend/ev-document-find.h:
13036
13037         Enanche the find interface to be really able to do
13038         multi page find.
13039
13040         * pdf/xpdf/pdf-document.cc:
13041
13042         Implement
13043
13044         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13045         (expose_bin_window), (ev_view_init),
13046         (ev_view_get_find_status_message), (find_changed_cb),
13047         (ev_view_set_document), (set_document_page):
13048
13049         Adapt to the new interface. A few things are regressed sorry,
13050         I will finish it soon.
13051
13052 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13053
13054         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13055         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13056         ev_sidebar_thumbnails_parent_class variable, don't define another
13057         parent_class variable.
13058
13059         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13060         (ev_page_action_class_init): ditto.
13061
13062         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13063         (pixbuf_document_class_init): ditto.
13064
13065         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13066         ditto.
13067
13068         * .cvsignore: ignore various valgrind output files.
13069
13070 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13071
13072         * data/evince-ui.xml:
13073         * shell/Makefile.am:
13074         * shell/ev-history.c:
13075         * shell/ev-history.h:
13076         * shell/ev-navigation-action.c:
13077         * shell/ev-navigation-action.h:
13078         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13079         (ev_view_set_page), (ev_view_fit_width):
13080         * shell/ev-view.h:
13081         * shell/ev-window.c: (update_action_sensitivity),
13082         (ev_window_setup_document), (register_custom_actions):
13083
13084         Kill session history
13085
13086 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13087
13088         * shell/ev-window.c: (update_action_sensitivity):
13089
13090         Fix inverted up/down buttons
13091
13092 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13093
13094         * shell/ev-sidebar-thumbnails.c
13095         (ev_sidebar_thumbnails_select_page): make sure the selected
13096         thumbnail stays visible.
13097
13098 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13099
13100         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13101         scrolled window for Federico.
13102
13103 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13104
13105         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13106
13107 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13108
13109         * configure.ac:
13110         * pdf/splash/SplashFTFontEngine.cc:
13111
13112         Fix CID fonts with freetype 2.1.9
13113
13114 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13115
13116         * TODO: added item for desktop icon thumbnailer
13117
13118 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13119
13120         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13121         unloaded docs when the title is accessed.
13122
13123         * shell/ev-password-view.[hc]: New widget for displaying password
13124         state.
13125
13126         * shell/ev-window.[ch]: Refactor password handling code to handle
13127         the new view.
13128
13129 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13130
13131         * NEWS:
13132         * configure.ac:
13133         * data/Makefile.am:
13134
13135         Release 0.1.1
13136
13137 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13138
13139         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13140         ignore page offset here, to make search results independent of it,
13141
13142         * shell/ev-view.c (expose_bin_window): but take offsets into
13143         account here. Bug #164932
13144
13145         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13146         scale at the right time. Bug #164996
13147
13148 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13149
13150         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13151         fix the problem. Now I just removed the Adobe font names and hope
13152         that the URW fonts are always in outline format. Bug #164934
13153
13154         * shell/ev-window.c (update_window_title): empty titles are
13155         useless, use filename in that case too.
13156
13157         * NEWS: Add some content.
13158
13159 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13160
13161         * TODO: added one more TODO item and a TODONE section :)
13162
13163 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13164
13165         * ps/ps-document.h: add page_[xy]_offset fields.
13166
13167         * ps/ps-document.c (ps_document_set_page_offset)
13168         (ps_document_render): Keep offset in consideration in a few
13169         places. Bug #164752 "postscript documents are not centered in
13170         window"
13171
13172         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13173         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13174
13175         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13176         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13177         stub out missing methods for complete EvDocument implementation.
13178         Fixes segfaults with Save A Copy and Copy actions.
13179
13180         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13181         (ps_document_document_iface_init): ditto.
13182         
13183 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13184
13185         * data/.cvsignore:
13186         * data/Makefile.am:
13187         * data/evince.desktop.in:
13188
13189         Add desktop file
13190
13191 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13192
13193         * shell/ev-view.c: (ev_view_button_press_event),
13194         (ev_view_motion_notify_event):
13195
13196         Make selection work in any direction
13197
13198 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13199
13200         * TODO:
13201         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13202
13203         Use shorter labels for some of the toolbars items
13204
13205 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13206
13207         * pdf/xpdf/pdf-document.cc:
13208
13209         Check the links info is initialized before
13210         using it. Should fix a crash on startup.
13211
13212 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13213
13214         * pixbuf/pixbuf-document.c
13215         (pixbuf_document_thumbnails_get_dimensions): force floating point
13216         division to calculate page_ratio. Fixes crash with landscape
13217         format pixbufs.
13218
13219 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13220
13221         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13222
13223 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13224
13225         * shell/ev-view.c (set_document_page): unset has_selection when
13226         the page changes.
13227         (set_document_page): handle paper size changes when the page
13228         changes (test with Free Culture, page 2).
13229
13230 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13231
13232         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13233         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13234
13235         Use normal style color for the widget background and
13236         draw a black box around the page.
13237
13238 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13239
13240         * pdf/xpdf/pdf-document.cc:
13241
13242         Keep offset in consideration in a few places
13243
13244         * shell/ev-view.c: (expose_bin_window):
13245
13246         Set the offsets so that the document is ever centered
13247
13248 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13249
13250         * TODO: Added TODO items and finished off the first todo item
13251
13252         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13253         reflect current authors
13254
13255 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13256
13257         * pdf/xpdf/pdf-document.cc:
13258         * shell/ev-view.c: (ev_view_set_cursor),
13259         (ev_view_motion_notify_event), (document_changed_callback),
13260         (set_document_page):
13261
13262         Show a wait cursor while the page is rendering
13263
13264 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13265
13266         * shell/ev-sidebar-thumbnails.c:
13267         (ev_sidebar_tree_selection_changed),
13268         (ev_sidebar_thumbnails_select_page):
13269         * shell/ev-sidebar-thumbnails.h:
13270         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13271         (ev_view_can_go_forward):
13272         * shell/ev-window.c: (ev_window_open_page),
13273         (ev_window_setup_document), (update_current_page),
13274         (view_page_changed_cb), (ev_window_init):
13275         * shell/ev-window.h:
13276
13277         Ensure thumbnails selection, toolbar page control and
13278         current page are in sync.
13279
13280 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13281
13282         * pdf/xpdf/XRef.cc:
13283
13284         Fix CAN-2005-0064
13285
13286 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13287
13288         * backend/Makefile.am:
13289         * backend/ev-document-links.h:
13290         * backend/ev-document-security.c: (ev_document_security_get_type),
13291         (ev_document_security_has_document_security),
13292         (ev_document_security_set_password):
13293         * backend/ev-document-security.h:
13294         * backend/ev-document.c: (ev_document_error_quark):
13295         * backend/ev-document.h:
13296         * data/Makefile.am:
13297         * data/evince-password.glade:
13298         * pdf/xpdf/pdf-document.cc:
13299         * shell/Makefile.am:
13300         * shell/ev-password.c: (ev_password_set_bad_password_label),
13301         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13302         (ev_password_dialog_get_password),
13303         (ev_password_dialog_set_bad_pass):
13304         * shell/ev-password.h:
13305         * shell/ev-window.c: (ev_window_get_attribute),
13306         (ev_window_set_property), (update_action_sensitivity),
13307         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13308         (ev_window_setup_document), (ev_window_get_password),
13309         (ev_window_open), (ev_window_cmd_save_as),
13310         (using_postscript_printer), (ev_window_print),
13311         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13312         (update_fullscreen_popup), (ev_window_fullscreen),
13313         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13314         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13315         (menu_item_select_cb), (find_bar_search_changed_cb),
13316         (ev_window_dispose), (ev_window_init):
13317
13318         Add initial support for password-supported dialogs.  This could be
13319         a lot cooler, but it'll do for now.
13320
13321 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13322
13323         * pdf/xpdf/pdf-document.cc:
13324         * shell/ev-view.c: (status_message_from_link),
13325         (ev_view_set_status), (ev_view_set_cursor),
13326         (ev_view_motion_notify_event), (ev_view_init):
13327         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13328
13329         Fix bugs in the links implementation and change cursor
13330         when hovering a link.
13331
13332 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13333
13334         * viewer/.cvsignore: added cvsignore file for viewer directory
13335
13336         * TODO: created TODO document
13337
13338 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13339
13340         * shell/ev-view.h:
13341         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13342         new functions to help with implementation of sensitivity code
13343         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13344         of all actions that might require it.  Fixes a crash when you
13345         click on the Zoom actions in a window lacking a document.
13346
13347 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13348
13349         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13350         of the Find action
13351
13352 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13353
13354         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13355         (pixbuf_document_document_iface_init):
13356         * ps/ps-document.c: (ps_document_get_link),
13357         (ps_document_document_iface_init):
13358         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13359         (status_message_from_link), (ev_view_set_status),
13360         (ev_view_set_find_status), (ev_view_motion_notify_event),
13361         (ev_view_button_release_event), (ev_view_set_property),
13362         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13363         (ev_view_get_find_status_message), (update_find_results),
13364         (ev_view_get_status), (ev_view_get_find_status):
13365         * shell/ev-view.h:
13366         * shell/ev-window.c: (view_status_changed_cb),
13367         (view_find_status_changed_cb), (ev_window_init):
13368
13369         View status message support, use it to show the links.
13370         Needs work...
13371
13372 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13373
13374         * backend/ev-document.c: (ev_document_get_link):
13375         * backend/ev-document.h:
13376         * pdf/xpdf/pdf-document.cc:
13377         * shell/ev-application.c: (ev_application_open):
13378         * shell/ev-application.h:
13379         * shell/ev-sidebar-links.c: (selection_changed_cb):
13380         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13381         (ev_view_go_to_link):
13382
13383         Add support for document links
13384
13385 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13386
13387         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13388         (create_tool_item):
13389         Set the spin button limits correctly.
13390         
13391         * shell/ev-sidebar-thumbnails.c:
13392         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13393         Support changing pages by clicking on the thumbnails.
13394         
13395 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13396
13397         * pixbuf/pixbuf-document.c:
13398         (pixbuf_document_thumbnails_get_dimensions),
13399         (pixbuf_document_document_thumbnails_iface_init):
13400
13401         implement get_dimensions
13402
13403 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13404
13405         * ps/ps-document.c: (ps_document_goto_page):
13406
13407         Fix page switching on multipage documents
13408
13409 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13410
13411         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13412         
13413         check for NULL before assigning to width and height parameters
13414
13415 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13416
13417         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13418         (pixbuf_document_set_property), (pixbuf_document_get_property):
13419
13420         implement get/set properties
13421
13422 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13423
13424         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13425         
13426         return NULL instead of "Unknown", letting the title get set to
13427         the filename when the pdf has no title.
13428
13429 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13430
13431         * ps/ps-document.c: (ps_document_get_page_count),
13432         (ps_document_goto_page):
13433
13434 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13435
13436         * shell/ev-history.c: (ev_history_get_property),
13437         (ev_history_set_property), (ev_history_class_init),
13438         (ev_history_add_page), (ev_history_set_current_index):
13439         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13440         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13441         (ev_navigation_action_finalize):
13442         * shell/ev-navigation-action.h:
13443         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13444         (ev_view_go_forward), (ev_view_get_find_status_message),
13445         (history_index_changed_cb), (ev_view_set_history):
13446         * shell/ev-view.h:
13447         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13448         (update_current_page), (register_custom_actions):
13449
13450         Implement history dropdowns
13451
13452 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13453
13454         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13455         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13456         (ev_view_go_forward):
13457         * shell/ev-window.c: (register_custom_actions):
13458
13459         Fix several history bugs
13460
13461 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13462
13463         * configure.ac: Add «nb» to ALL_LINGUAS.
13464
13465 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13466
13467         * backend/Makefile.am:
13468         * backend/ev-bookmark.c:
13469         * backend/ev-bookmark.h:
13470         * backend/ev-document-bookmarks.c:
13471         * backend/ev-document-bookmarks.h:
13472         * backend/ev-document-links.c: (ev_document_links_get_type),
13473         (ev_document_links_has_document_links),
13474         (ev_document_links_begin_read), (ev_document_links_get_link),
13475         (ev_document_links_get_child), (ev_document_links_next),
13476         (ev_document_links_free_iter):
13477         * backend/ev-document-links.h:
13478         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13479         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13480         (ev_link_get_link_type), (ev_link_set_link_type),
13481         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13482         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13483         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13484         (ev_link_new_external):
13485         * backend/ev-link.h:
13486         * pdf/xpdf/pdf-document.cc:
13487         * shell/Makefile.am:
13488         * shell/ev-application.c: (ev_application_open_link):
13489         * shell/ev-application.h:
13490         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13491         (ev_history_get_link_nth):
13492         * shell/ev-history.h:
13493         * shell/ev-sidebar-bookmarks.c:
13494         * shell/ev-sidebar-bookmarks.h:
13495         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13496         (ev_sidebar_links_class_init), (selection_changed_cb),
13497         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13498         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13499         (do_one_iteration), (populate_links_idle),
13500         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13501         * shell/ev-sidebar-links.h:
13502         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13503         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13504         (go_to_index):
13505         * shell/ev-view.h:
13506         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13507         * shell/ev-window.h:
13508
13509         Rename bookmark to link, and use "Index" for the sidebar panel.
13510
13511 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13512
13513         * shell/Makefile.am:
13514         * shell/ev-application.c: (ev_application_open_bookmark):
13515         * shell/ev-application.h:
13516         * shell/ev-history.c: (ev_history_init), (free_links_list),
13517         (ev_history_finalize), (ev_history_class_init),
13518         (ev_history_add_link), (ev_history_add_page),
13519         (ev_history_get_link_nth), (ev_history_get_n_links),
13520         (ev_history_get_current_index), (ev_history_set_current_index),
13521         (ev_history_new):
13522         * shell/ev-history.h:
13523         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13524         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13525         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13526         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13527         (ev_view_set_page):
13528         * shell/ev-view.h:
13529         * shell/ev-window.c: (ev_window_open_bookmark),
13530         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13531         (goto_page_cb), (register_custom_actions):
13532         * shell/ev-window.h:
13533
13534         Initial history implementation. Needs work.
13535
13536 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13537
13538         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13539
13540 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13541
13542         * cut-n-paste/recent-files/egg-recent-item.c:
13543         * cut-n-paste/recent-files/egg-recent-item.h:
13544         * cut-n-paste/recent-files/egg-recent-model.c:
13545         * cut-n-paste/recent-files/egg-recent-util.c:
13546         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13547         * cut-n-paste/recent-files/egg-recent-view.c:
13548
13549         Update
13550
13551 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13552
13553         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13554         (fillGlyph, fillImageMask, drawImage):
13555         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13556         pdf/splash/SplashTypes.h:
13557         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13558         packed mode for Splash.
13559
13560         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13561         RGB8 packed mode, eliminates the pixbuf data creation loop.
13562
13563         * shell/ev-print-job.c (ev_print_job_finalize)
13564         (ev_print_job_set_property, ev_print_job_get_property)
13565         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13566         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13567         (print_closure_finalize, ev_print_job_print): implement
13568         printing (for backends with EvPsExporter)
13569
13570         * shell/ev_print_job.h: update prototypes.
13571
13572         * shell/ev-window.c (ev_window_print): unref print job after
13573         printing.
13574
13575         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13576         unless the document implements the EvDocumentFind interface.
13577
13578 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13579
13580         * configure.ac: Added ja to ALL_LINGUAS.
13581
13582 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13583
13584         * pdf/xpdf/pdf-document.cc:
13585
13586         add a FIXME. We should probably not allocate
13587         a bookmark object every time
13588
13589 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13590
13591         * shell/ev-application.c: (ev_application_open),
13592         (ev_application_open_bookmark):
13593         * shell/ev-application.h:
13594         
13595         Add a way to open bookmarks
13596
13597         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13598         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13599         (ev_bookmark_set_property), (ev_bookmark_class_init),
13600         (ev_bookmark_new_title), (ev_bookmark_new_link),
13601         (ev_bookmark_new_external):
13602
13603         Support for external uris, better constructors.
13604
13605         * backend/ev-bookmark.h:
13606         * pdf/xpdf/pdf-document.cc:
13607         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13608
13609         Handle external uris
13610
13611 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13612
13613         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13614         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13615
13616         Hook up bookmarks navigation
13617
13618 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13619
13620         * backend/Makefile.am:
13621         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13622         (ev_bookmark_get_title), (ev_bookmark_set_title),
13623         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13624         (ev_bookmark_get_page), (ev_bookmark_set_page),
13625         (ev_bookmark_get_property), (ev_bookmark_set_property),
13626         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13627         (ev_bookmark_new):
13628         * backend/ev-bookmark.h:
13629         * backend/ev-document-bookmarks.c:
13630         (ev_document_bookmarks_get_bookmark):
13631         * backend/ev-document-bookmarks.h:
13632         * pdf/xpdf/pdf-document.cc:
13633         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13634
13635         Add a bookmark object to the backend and use it instead of get_values
13636
13637 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13638
13639         * data/evince-ui.xml:
13640
13641         Cleanup and add select all.
13642
13643         * shell/ev-view.c: (ev_view_select_all),
13644         (ev_view_button_press_event):
13645         * shell/ev-view.h:
13646         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13647
13648         Add select all.
13649         Clear selection on click.
13650
13651 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13652
13653         * shell/ev-sidebar-thumbnails.c
13654         (ev_sidebar_thumbnails_set_document): forgot to unref the
13655         loading_icon.
13656
13657 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13658
13659         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13660         at the visible page, not just linearly.  This makes it look fast.
13661
13662 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13663
13664         * backend/ev-document-misc.c
13665         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13666         white.
13667         * backend/ev-document-thumbnails.h: New interface to get the size
13668         of a page.
13669
13670 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13671
13672         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13673         make dist works
13674
13675 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13676
13677         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13678         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13679         things up a bit.
13680
13681         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13682
13683 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13684
13685         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13686         fonts. Should fix font problems on systems that have the base
13687         fonts in bitmap format. Reported by James Henstridge
13688         <james@jamesh.id.au>.
13689
13690 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13691
13692         * pdf/xpdf/Gfx.cc:
13693         * pdf/xpdf/GfxState.cc:
13694
13695         Fix for CAN-2004-1125
13696
13697 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13698
13699         * shell/ev-view.c: (ev_view_copy):
13700         * shell/ev-view.h:
13701         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13702
13703         Implement Edit->Copy
13704
13705 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13706
13707         * backend/ev-document.c: (ev_document_get_text):
13708         * backend/ev-document.h:
13709         * pdf/xpdf/pdf-document.cc:
13710         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13711         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13712         (ev_view_update_primary_selection), (ev_view_button_press_event),
13713         (ev_view_motion_notify_event), (ev_view_button_release_event):
13714
13715         Beginnings of clipboard support. Incomplete but primary sort
13716         of work.
13717
13718 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13719
13720         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13721         (expose_bin_window):
13722
13723         Nicer rubberband drawing, from GtkIconView.
13724
13725 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13726
13727         * backend/ev-document.c: (ev_document_save):
13728         * backend/ev-document.h:
13729         * data/evince-ui.xml:
13730         * pdf/xpdf/pdf-document.cc:
13731         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13732
13733         Implement "Save a copy..." menu item
13734
13735 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13736
13737         * shell/ev-view.c: (ev_view_zoom):
13738
13739         Queue a resize when zoom changes
13740
13741 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13742
13743         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13744         shadows.
13745
13746         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13747         thumbnails..
13748
13749 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13750
13751         * pdf/xpdf/pdf-document.cc
13752         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13753
13754 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13755
13756         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13757         It's slow, but I'll speed it up next!
13758
13759 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13760
13761         * shell/main.c (load_files):
13762
13763         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13764         from the command line and because it seems more appropriate.
13765
13766 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13767
13768         * data/evince-ui.xml:
13769         * shell/ev-window.c: (update_action_sensitivity),
13770         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13771
13772         s/next page/page down
13773         s/previous page/page up
13774
13775 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13776
13777         * data/evince-ui.xml:
13778
13779         Change the layout to match clarkbw design.
13780
13781         * shell/Makefile.am:
13782         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13783         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13784         (ev_navigation_action_finalize),
13785         (ev_navigation_action_set_property),
13786         (ev_navigation_action_get_property),
13787         (ev_navigation_action_class_init):
13788         * shell/ev-navigation-action.h:
13789
13790         Implement clarkbw toolbar navigation controls (incomplete)
13791
13792         * shell/ev-page-action.c: (update_label), (update_spin),
13793         (value_changed_cb), (create_tool_item), (connect_proxy),
13794         (ev_page_action_init), (ev_page_action_finalize),
13795         (ev_page_action_set_property), (ev_page_action_get_property),
13796         (ev_page_action_set_current_page),
13797         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13798         * shell/ev-page-action.h:
13799
13800         Implement a page switcher in the toolbar
13801
13802         * shell/ev-view.c: (ev_view_scroll_view):
13803         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13804         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13805         (register_custom_actions), (ev_window_init):
13806
13807         Change page on PageUp/Down.
13808
13809 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13810
13811         * pdf/xpdf/pdf-document.cc
13812         (pdf_document_thumbnails_get_thumbnail): initial stab at
13813         implementing thumbnail support for pdfs.  It only does documents
13814         with precached pdfs now.
13815
13816 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13817
13818         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13819         thumbnail code into a time-based idle as well.  Also, turn off the
13820         shadow temporarily as it's really slow.
13821
13822 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13823
13824         * backend/ev-document.c: (ev_document_class_init):
13825         * pdf/xpdf/pdf-document.cc:
13826         * shell/ev-window.c: (ev_window_open):
13827
13828         Fix document title bugs and fallback to
13829         filename when not available.
13830
13831 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13832
13833         * backend/ev-document.c: (ev_document_get_type),
13834         (ev_document_class_init), (ev_document_load),
13835         (ev_document_get_title):
13836         * backend/ev-document.h:
13837         * pdf/xpdf/pdf-document.cc:
13838         * ps/ps-document.c: (ps_document_set_property),
13839         (ps_document_get_property), (ps_document_class_init),
13840         (document_load):
13841         * ps/ps-document.h:
13842         * ps/ps.h:
13843         * shell/ev-window.c: (update_window_title), (ev_window_open),
13844         (ev_window_init):
13845
13846         Initial support for document title. Not working yet.
13847
13848 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13849
13850         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13851
13852         Grab focus on the view when clicking it
13853
13854 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13855
13856         * shell/ev-marshal.list:
13857         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13858         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13859
13860         Add key bindings to the view. Now if the focus would work
13861         right...
13862
13863 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13864
13865         * Makefile.am:
13866         * backend/Makefile.am:
13867         * data/Makefile.am:
13868         * dvi/Makefile.am:
13869         * dvi/dvilib/Makefile.am:
13870         * pdf/xpdf/Makefile.am:
13871         * po/POTFILES.in:
13872         * ps/Makefile.am:
13873
13874         Fix distcheck
13875
13876 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13877
13878         * shell/ev-view.c: (ev_view_realize):
13879
13880         Fix mouse wheel scrolling
13881
13882 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13883
13884         * ps/Makefile.am:
13885         * ps/gstypes.h:
13886         * ps/gtkgs.c:
13887         * ps/gtkgs.h:
13888         * ps/ps-document.c: (catchPipe), (ps_document_init),
13889         (ps_document_class_init), (ps_document_cleanup),
13890         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13891         (set_up_page), (close_pipe), (is_interpreter_ready),
13892         (interpreter_failed), (output), (input), (start_interpreter),
13893         (stop_interpreter), (file_length), (file_readable),
13894         (check_filecompressed), (check_pdf), (compute_xdpi),
13895         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13896         (ps_document_get_type), (ps_document_emit_error_msg),
13897         (document_load), (ps_document_next_page),
13898         (ps_document_get_current_page), (ps_document_get_page_count),
13899         (ps_document_goto_page), (ps_document_set_page_size),
13900         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13901         (ps_document_load), (ps_document_get_n_pages),
13902         (ps_document_set_page), (ps_document_get_page),
13903         (ps_document_widget_event), (ps_document_set_target),
13904         (ps_document_set_scale), (ps_document_set_page_offset),
13905         (ps_document_get_page_size), (ps_document_render),
13906         (ps_document_document_iface_init):
13907         * ps/ps-document.h:
13908         * ps/ps.c:
13909         * shell/ev-window.c: (ev_window_open):
13910
13911         Rename GtkGS to PSDocument
13912
13913 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13914
13915         * ps/gtkgs.c: (gtk_gs_class_init):
13916         * ps/gtkgs.h:
13917
13918         Some more leftover...
13919
13920 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13921
13922         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13923         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13924         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13925         * ps/gtkgs.h:
13926
13927         Remove unused code and make a lot of stuff private
13928
13929 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13930
13931         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13932         (gtk_gs_defaults_changed):
13933         * ps/gsdefaults.h:
13934         * ps/gtkgs.c:
13935         * ps/gtkgs.h:
13936         * ps/ps.h:
13937
13938         Cleanup headers dependencies
13939
13940 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13941
13942         * ps/Makefile.am:
13943         * ps/ggvutils.c:
13944         * ps/ggvutils.h:
13945         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13946         * ps/gsdefaults.h:
13947         * ps/gtkgs.c: (file_length), (file_readable),
13948         (check_filecompressed), (check_pdf), (gtk_gs_load),
13949         (gtk_gs_get_postscript):
13950
13951         Get rid of ggvutils
13952
13953 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13954
13955         * ps/ggvutils.c:
13956         * ps/ggvutils.h:
13957         * ps/gsio.h:
13958         * ps/gtkgs.c: (gtk_gs_set_zoom):
13959
13960         Cleanups
13961
13962 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13963
13964         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13965
13966         Ensure the page is rerendered when changing zoom
13967
13968 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13969
13970         * backend/ev-document.c: (ev_document_base_init),
13971         (ev_document_changed):
13972         * backend/ev-document.h:
13973
13974         Add a changed event that is emitted when the page content
13975         changes. This is necessary to deal with the fact that
13976         in ps backend rendering happen asycrounously.
13977         This makes the ps backend mostly work.
13978
13979         * pdf/xpdf/pdf-document.cc:
13980
13981         Emit changed event
13982
13983         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13984         (ps_document_set_target):
13985
13986         Emit changed event
13987
13988         * shell/ev-view.c: (document_changed_callback),
13989         (ev_view_set_document), (ev_view_set_page):
13990
13991         Redraw on the changed signal
13992
13993 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13994
13995         * configure.ac: Added pt_BR to ALL_LINGUAS.
13996
13997 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13998
13999         * backend/ev-document-bookmarks.c:
14000         (ev_document_bookmarks_get_child): *
14001         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14002         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14003         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14004         (ev_sidebar_bookmarks_destroy),
14005         (ev_sidebar_bookmarks_class_init),
14006         (ev_sidebar_bookmarks_construct), (stack_data_free),
14007         (do_one_iteration), (populate_bookmarks_idle),
14008         (ev_sidebar_bookmarks_clear_document),
14009         (ev_sidebar_bookmarks_set_document): *
14010         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14011         (ev_sidebar_add_page),
14012         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14013         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14014         it displays both the topics and the page numbers.
14015
14016 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14017
14018         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14019         toggle.
14020         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14021         visible.
14022
14023 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14024
14025         * configure.ac: Added en_CA to ALL_LINGUAS.
14026
14027 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14028
14029         * ChangeLog: replace bottom of this ChangeLog (merged history of
14030         ggv and gpdf; where all paths were wrong and most of the files are
14031         not even in this tree) with ChangeLog (from arch) of the shell
14032         code.
14033
14034 2004-12-23  Havoc Pennington  <hp@redhat.com>
14035
14036         * shell/ev-window.c: hook up potentially-questionable "find
14037         results status text" feature - something involving the sidebar or
14038         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14039         might be better in the end.
14040
14041         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14042         with corresponding signal when it should be updated
14043
14044         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14045
14046 2004-12-22  Havoc Pennington  <hp@redhat.com>
14047
14048         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14049         find stuff on other pages, sort of (only returns one result on
14050         invisible pages, to show they have results; updates full results
14051         for a page when you view it). Currently repaints the current page
14052         every time a new result is found on any page, which isn't so nice.
14053
14054 2004-12-22  Havoc Pennington  <hp@redhat.com>
14055
14056         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14057         the document doesn't support find (better ideas?)
14058         (find_bar_search_changed_cb): handle missing document or document
14059         that doesn't support find
14060
14061         * pdf/xpdf/pdf-document.cc: port to implement the new
14062         EvDocumentFindIface
14063
14064         * backend/ev-document-find.c: create a new interface for searching
14065
14066         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14067
14068 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14069
14070         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14071         libevbackend.la.
14072
14073         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14074         EvPrintJob constructor arguments.
14075
14076         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14077         for documents that can export PostScript (page by page).
14078
14079         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14080         
14081         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14082         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14083         (pdf_document_ps_exporter_iface_init:
14084         Implement EvPSExporter.
14085
14086         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14087
14088 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14089
14090         * backend/Makefile.am:
14091         * backend/ev-document-thumbnails.c:
14092         (ev_document_thumbnails_get_type),
14093         (ev_document_thumbnails_get_thumbnail):
14094         * backend/ev-document-thumbnails.h:
14095         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14096         (pixbuf_document_thumbnails_get_thumbnail),
14097         (pixbuf_document_document_thumbnails_iface_init):
14098         * shell/Makefile.am:
14099         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14100         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14101         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14102         * shell/ev-sidebar-thumbnails.h:
14103         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14104         (ev_sidebar_set_document):
14105         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14106         (create_shadow), (ev_pixbuf_add_shadow):
14107         * shell/ev-utils.h:
14108         Add thumbnail support.
14109         
14110 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14111
14112         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14113         (using_postscript_printer): Set up a print dialog for "PostScript
14114         injection" method.
14115
14116         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14117         EvPrintJob.
14118
14119         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14120
14121 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14122
14123         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14124         (ps_document_set_target), (ps_document_get_page_size),
14125         (ps_document_render):
14126         * ps/gtkgs.h:
14127
14128         Fix a few bugs
14129
14130 2004-12-22  Christian Rose  <menthos@menthos.com>
14131
14132         * configure.ac: Added "sv" to ALL_LINGUAS.
14133
14134 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14135
14136         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14137         document supports bookmarks.
14138
14139 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14140
14141         * ps/ggvutils.c: (ggv_file_readable):
14142         * ps/ggvutils.h:
14143         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14144         (gtk_gs_get_postscript):
14145
14146         Remove unused utils
14147
14148 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14149
14150         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14151         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14152         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14153         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14154         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14155         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14156         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14157         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14158         (gtk_gs_set_antialiasing), (ps_document_load),
14159         (ps_document_render):
14160         * ps/gtkgs.h:
14161
14162         Another check point for the ps backend. Now I can get it to show
14163         pages!
14164
14165 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14166
14167         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14168         document setting code.
14169
14170 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14171
14172         * shell/eggfindbar.c: (entry_activate_callback):
14173         Animate the next button when activate is pressed.
14174         
14175 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14176
14177         * shell/ev-window.c: (ev_window_cmd_edit_find),
14178         (update_fullscreen_popup), (ev_window_fullscreen),
14179         (ev_window_unfullscreen), (ev_window_state_event_cb),
14180         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14181         Fix bugs in fullscreen code.
14182         
14183 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14184
14185         * Makefile.am:
14186         * configure.ac:
14187         * pixbuf/Makefile.am:
14188         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14189         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14190         (pixbuf_document_set_page), (pixbuf_document_get_page),
14191         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14192         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14193         (pixbuf_document_render), (pixbuf_document_begin_find),
14194         (pixbuf_document_end_find), (pixbuf_document_finalize),
14195         (pixbuf_document_class_init),
14196         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14197         * pixbuf/pixbuf-document.h:
14198         * shell/Makefile.am:
14199         * shell/ev-application.c: (ev_application_open):
14200         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14201         (ev_window_open):
14202         Add pixbuf backend.
14203         
14204 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14205
14206         * Makefile.am: 
14207         * dvi/dvilib/Makefile.am:
14208         * dvi/Makefile.am:
14209         * configure.ac: Auto*ify dvi and dvi/dvilib
14210
14211         * dvi/Makefile: Remove from CVS
14212         
14213         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14214         confusion.
14215
14216         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14217         
14218         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14219         
14220 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14221
14222         * ps/Makefile.am:
14223         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14224         (gtk_gs_value_adjustment_changed), (compute_size),
14225         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14226         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14227         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14228         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14229         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14230         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14231         (ps_document_load), (ps_document_get_n_pages),
14232         (ps_document_set_page), (ps_document_get_page),
14233         (ps_document_set_target), (ps_document_set_scale),
14234         (ps_document_set_page_offset), (ps_document_get_page_size),
14235         (ps_document_render), (ps_document_begin_find),
14236         (ps_document_end_find), (ps_document_document_iface_init):
14237         * ps/gtkgs.h:
14238         * shell/Makefile.am:
14239         * shell/ev-window.c: (ev_window_open):
14240
14241         Some work to integrate gtkgs with EvDocument
14242
14243 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14244
14245         * shell/ev-window.c: (update_fullscreen_popup),
14246         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14247         (exit_fullscreen_button_clicked_cb),
14248         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14249         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14250         (ev_window_state_event_cb), (ev_window_init):
14251         Add fullscreen support from Epiphany.
14252         
14253 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14254
14255         * data/ev-stock-zoom-fit-width.png: fit-width
14256         stock icon from gpdf.
14257         
14258         * shell/ev-stock-icons.[ch]: copied from gpdf.
14259         
14260         * shell/main.c: (main): init stock icons.
14261         
14262         * shell/ev-window.c: use the fit-width icon.
14263         
14264         * data/evince-ui.xml: add zooming toolbar items.
14265
14266 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14267
14268         * shell/ev-view.c: 
14269         (ev_view_best_fit), (ev_view_fit_width): because
14270         get_page_size() returns the scaled page size, we
14271         need to calculate the scale factor relative to
14272         the previous scale factor. Should really just
14273         add get_real_page_size().
14274
14275 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14276
14277         * shell/ev-view.[ch]:
14278         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14279         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14280         add zooming.
14281         
14282         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14283         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14284         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14285         hook it up.
14286         
14287         * pdf/xpdf/pdf-document.cc:
14288         (pdf_document_begin_find),
14289         (pdf_document_end_find): make static.
14290
14291 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14292
14293         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14294
14295         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14296         names to fontconfig patterns.
14297         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14298
14299         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14300         setupBaseFontsFc.
14301
14302 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14303
14304         * Makefile.am:
14305         * configure.ac:
14306         * ps/Makefile.am:
14307         * ps/ggvutils.c:
14308         * ps/ggvutils.h:
14309         * ps/gsdefaults.c:
14310         * ps/gsdefaults.h:
14311         * ps/gsio.c:
14312         * ps/gsio.h:
14313         * ps/gtkgs.c:
14314         * ps/gtkgs.h:
14315         * ps/ps.c:
14316         * ps/ps.h:
14317
14318         Import ggv backend. Not hooked up yet.
14319
14320 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14321
14322         * shell/main.c: (load_files), (main): load files
14323         from the command line.
14324
14325 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14326
14327         * configure.ac: don't require bonobo.
14328         
14329         * cut-n-paste/recent-files/*: kill bonobo recent
14330         view.
14331
14332         * shell/ev-window.c:
14333         (ev_window_is_empty): upd.
14334         (unable_to_load), (ev_window_open): load backend
14335         based on the mime type.
14336
14337 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14338
14339         * backend/.cvsignore: ignore generated marshalers source.
14340
14341         * shell/main.c (main): this is not epiphany.
14342
14343 2004-12-22  Havoc Pennington  <hp@redhat.com>
14344
14345         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14346         (expose_bin_window): draw find highlights
14347
14348         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14349         
14350         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14351         (pdf_document_end_find): implement this interface
14352
14353         * backend/ev-document.c (ev_document_found): add this to emit
14354         signal
14355
14356 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14357
14358         * data/evince-ui.xml: Add a few more toolbar items.
14359
14360         * shell/ev-window.c: Hook up page navigation toolbar 
14361         items.
14362
14363         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14364         a page-changed signal.
14365
14366         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14367         Add ev_document_get_page().
14368
14369         * shell/ev-window.c: Sensitize/desensitize navigation
14370         actions.
14371
14372 2004-12-21  Havoc Pennington  <hp@redhat.com>
14373
14374         * backend/ev-backend-marshal.c,
14375         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14376         marshaler-generator thingy. I'm sure there's a better way to do
14377         this in the modern world.
14378
14379         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14380         end_find methods and "found" signal.
14381
14382         * configure.ac: find glib-genmarshal
14383
14384 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14385
14386         * shell/ev-sidebar.c: Construct an actual sidebar.
14387         * shell/ev-sidebar-bookmarks.[ch]:
14388         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14389
14390 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14391
14392         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14393         Redo size handling.
14394         
14395         * shell/ev-view.c: Track the size from the document.
14396
14397 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14398
14399         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14400         constructor assumes ownership of the string passed in.
14401         
14402         * shell/ev-window.c (ev_window_open): Destroy the error
14403         dialog once we've displayed it.
14404
14405 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14406
14407         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14408         a bit, it works! (sort of)
14409
14410         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14411         Move to .cc since we need to use C++ in the implementation.
14412
14413         * shell/dummy.cc: Add a CC file to force evince
14414         to be linked as a C++ program.
14415
14416 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14417
14418         * shell/ev-view.[ch]: Start of content-area widget.
14419
14420         * shell/ev-window.c: Create a EvView, update it
14421         as we change documents.
14422
14423         * shell/Makefile.am shell/ev-marshal.list: Add
14424         generated marshalers.
14425
14426 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14427
14428         * Makefile.am (SUBDIRS): move shell.
14429
14430 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14431
14432         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14433         .a to libtool convenience libraries.
14434
14435         * shell/ev-window.c (ev_window_open): Hard code loading
14436         a PDF document.
14437         
14438         * backend/ev-document.h: Add a boolean return to load(),
14439         fix GError * to GError **.
14440
14441         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14442         object for a PDF backend EvDocument.
14443
14444 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14445
14446         * dvi/*: New directory with the beginning of a .dvi backend.
14447
14448 2004-12-21  Havoc Pennington  <hp@redhat.com>
14449
14450         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14451         previous/next instead of back/forward
14452
14453 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14454
14455         * backend/ev-document.[ch]: Fix a couple of problems so
14456         it compile.
14457
14458 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14459
14460         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14461         to backend/ directory, rename EvViewer to EvDocument.
14462
14463 2004-12-21  Havoc Pennington  <hp@redhat.com>
14464
14465         * shell/ev-window.c: hook up the find bar widget; now we just need
14466         a document to find things in
14467
14468         * shell/eggfindbar.c: a find bar widget
14469
14470 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14471
14472         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14473
14474 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14475
14476         * pdf/**: Import of xpdf code from gpdf. 
14477
14478         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14479
14480         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14481         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14482         Fix FreeType includes.
14483
14484         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14485         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14486         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14487         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14488         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14489         Include xpdfconfig.h
14490         
14491 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14492
14493         * shell/ev-window.c (ev_window_dispose): dispose can be called
14494         multiple times.
14495
14496 2004-12-21  Havoc Pennington  <hp@redhat.com>
14497
14498         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14499         rather than Evince
14500
14501         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14502         items; really they should be synced with the strings, etc. from
14503         current gpdf, but just getting the boring typing out of the way 
14504
14505 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14506
14507         * po/POTFILES.in:
14508         * shell/ev-application.c: (window_destroy_cb):
14509         * shell/ev-window.c:
14510         * shell/main.c: (main):
14511
14512         Actually show the window...
14513
14514 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14515
14516         * Makefile.am:
14517         * shell/Makefile.am:
14518         * shell/ev-application.c: (ev_application_class_init):
14519         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14520
14521         Make it build again
14522
14523 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14524
14525         Import to gnome cvs.
14526         
14527         * Remove copies of gpdf and ggv trees.
14528         * Rip out all the recursive configure code.
14529         * Remove bonobo machinery.
14530         * viewer/*: GInterfaces that backends should/can implement.
14531
14532 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14533
14534         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14535         typo
14536
14537 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14538
14539         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14540         (ev_application_finalize, ev_application_class_init)
14541         (ev_application_init): use GType instance private data for priv.
14542
14543         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14544         (ev_window_finalize, ev_window_class_init)
14545         (ev_window_init): ditto.
14546
14547 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14548
14549         * shell/ev-application.c (ev_application_new_window): make public
14550         (ev_application_show_initial_window): kill.
14551
14552         * shell/ev-application.h: update prototypes.
14553
14554         * shell/main.cc (main): inline ev_application_show_initial_window.
14555
14556 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14557
14558         * shell/ev-application.c (ev_application_new_window): impl.
14559         (ev_application_show_initial_window): use it.
14560         (is_window_empty, ev_application_get_empty_window): returns an
14561         existing empty window or a new one.
14562         (ev_application_open): from ev_window_cmd_file_open.
14563
14564         * shell/ev-application.h: update prototypes
14565
14566         * shell/ev-window.c (ev_window_is_empty): impl.
14567         (ev_window_open): make public.
14568         (ev_window_cmd_file_open): use ev_application_open
14569
14570         * shell/ev-window.h: update prototypes, remove unused.
14571
14572 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14573
14574         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14575         move destroy handler out of here...
14576
14577         * shell/ev-application.c, shell/ev-application.h: ...into this new
14578         class. Also handles initial window creation.
14579
14580         * shell/main.cc (main): use EvApplication to create initial
14581         window.
14582
14583 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14584
14585         * Makefile.am (SUBDIRS): add cut-n-paste
14586
14587         * cut-n-paste/Makefile.am: add
14588
14589         * configure.ac: generate Makefiles in cut-n-paste
14590
14591 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14592
14593         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14594         (ev_window_class_init): install ev_window_dispose.
14595
14596 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14597
14598         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14599         char (gchar looks stupid).
14600
14601 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14602
14603         * po/de.po: updated German translation.
14604
14605 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14606
14607         * configure.ac: add more pkg-config library checks for gnome-vfs,
14608         bonobo etc.
14609
14610         * gpdf/configure.in: temporarily disable libpaper
14611         checks. Otherwise I'd have to add the checks for the shell, too.
14612
14613 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14614
14615         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14616         and * file filters to the file choose.
14617
14618 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14619
14620         * po/de.po: Updated German translation.
14621
14622 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14623
14624         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14625
14626 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14627
14628         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14629
14630         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14631         (ev_window_init): implement those menuitems.
14632
14633 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14634
14635         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14636
14637         * shell/ev-window.c (ev_window_init): use the toolbar.
14638
14639 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14640
14641         * shell/ev-window.c (ev_window_init): use menu translations
14642
14643 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14644
14645         * configure.ac: add "de" to ALL_LINGUAS.
14646
14647         * po/de.po: add German translation.
14648
14649 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14650
14651         * Makefile.am (SUBDIRS): add po
14652
14653         * configure.ac: check intltool, glib-gettext etc, generate
14654         po/Makefile.in
14655
14656         * po, po/POTFILES.in, po/POTFILES.skip: new.
14657
14658 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14659
14660         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14661         already use (#ifdef ENABLE_NLS)
14662
14663         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14664         pointer indirection thinko.
14665
14666         * shell/main.c: include gi18n.h for bindtextdomain etc.
14667
14668 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14669
14670         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14671         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14672         tooltips for menu items in the statusbar.
14673
14674 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14675
14676         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14677         pkgdatadir drop UIDIR
14678
14679 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14680
14681         * data/evince-ui.xml: Add File->Open menu item
14682
14683         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14684         chooser), hook it up in the ui manager.
14685
14686 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14687
14688         * shell/ev-window.c: fix Help->About tooltip.
14689
14690 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14691
14692         * configure.ac: set CFLAGS for libevprivate.
14693
14694         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14695         definitions, factory etc.
14696
14697         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14698
14699         * shell/Makefile.am: link against libevprivate.a.
14700
14701         * shell/ev-window.c (entries): add stock icon to Help->About.
14702
14703         * shell/main.c (main): init stock icon code.
14704
14705 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14706
14707         * lib/recent-files: egg recent files code
14708
14709         * lib/Makefile.am: add.
14710
14711         * Makefile.am: add lib subdir.
14712
14713         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14714         set CFLAGS for recent-files.
14715
14716 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14717
14718         * configure.ac: disable -ansi and -pedantic gcc flags. They
14719         disable POSIX stuff in stdio.h, but egg-recent uses them.
14720
14721 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14722
14723         * configure.ac: add --disable-deprecated flag (defaults to on in
14724         "cvs" builds).
14725
14726         * shell/Makefile.am (INCLUDES): use it.
14727
14728 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14729
14730         * shell/main.c: add missing #include.
14731
14732         * shell/ev-window.c: fix for pedantic gcc.
14733         (ev_window_cmd_help_about): split license into paragraphs for
14734         translators and pedantic compilers.
14735
14736 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14737
14738         * configure.ac: add more warning flags if compiling with gcc from
14739         cvs (or explicitly requested with --enable-more-warnings).
14740
14741 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14742
14743         * data/evince-ui.xml: add File and File->Close menu.
14744
14745         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14746         (ev_window_destroy): quit after destroy.
14747         (ev_window_class_init): override GtkObject::destroy.
14748         (entries): install close_window callback.
14749
14750 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14751
14752         * Makefile.am (SUBDIRS): add data subdir.
14753
14754         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14755         gtk+ 2.5.0 for GtkAboutDialog.
14756
14757         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14758         main window.
14759
14760         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14761
14762         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14763         manager.
14764         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14765
14766 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14767
14768         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14769
14770 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14771
14772         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14773
14774 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14775
14776         * shell/*: Added shell directory boilerplate, build it.
14777
14778 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14779
14780         * configure.ac, Makefile.am: Added top-level configure.ac and
14781         Makefile.am