]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update for release 2.25.2
[evince.git] / ChangeLog
1 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * NEWS:
4         * configure.ac:
5
6         Update for release 2.25.2
7         
8 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * configure.ac:
11         * shell/Makefile.am:
12         * shell/ev-keyring.[ch]:
13         * shell/ev-password.[ch]: Removed
14         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
15         (ev_password_view_class_init), (ev_password_view_clicked_cb),
16         (ev_password_view_init), (ev_password_view_set_uri),
17         (ev_password_dialog_got_response),
18         (ev_password_dialog_remember_button_toggled),
19         (ev_password_dialog_entry_changed_cb),
20         (ev_password_dialog_entry_activated_cb),
21         (ev_password_view_ask_password), (ev_password_view_get_password),
22         (ev_password_view_get_password_save_flags),
23         (ev_password_view_new):
24         * shell/ev-window.c: (ev_window_password_view_unlock),
25         (ev_window_load_job_cb), (ev_window_close_dialogs),
26         (ev_window_init):
27
28         Rework the password view. When the password is in the keyring it's
29         used automatically without showing the password dialog and it's  
30         only stored in the keyring when we are sure it's correct. The
31         password dialog has been reworked too, in order to make it
32         more hig compliant and consistent with the GTK+ dialog used in
33         gtkmountoperation. Fixes bug #562496. 
34         
35 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
36
37         * backend/comics/comics-document.c: (comics_document_load):
38
39         Do not trust file extensions when getting the command needed to
40         uncompress comic documents. Fixes bug #562143.
41         
42 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
43
44         * libdocument/ev-document-factory.c: (get_document_from_uri),
45         (ev_document_factory_get_document):
46         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
47         (get_mime_type_from_data), (ev_file_get_mime_type):
48
49         Move mime-type functions from document-facrory to file-helpers so
50         that it can be reused.
51         
52 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
53
54         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
55         (window_open_file_copy_ready_cb), (ev_window_reload_local),
56         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
57         (ev_window_reload_remote), (ev_window_reload_document):
58
59         Add support for reloading remote documents. Fixes bug #555399.
60         
61 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
62
63         * shell/ev-view.c: (ev_view_find_previous):
64
65         Make sure find_result is never < 0 which causes a crash while
66         searching. Fixes bug #558377.
67         
68 2008-11-19  Marek Kašík <mkasik@redhat.com>
69
70         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
71         (ev_pixbuf_cache_get_selection_surface):
72         
73         Fixes crash on fast scrolling with simultaneous text selection.
74
75 2008-11-19  Marek Kašík <mkasik@redhat.com>
76
77         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
78         * shell/ev-window.c (launch_external_uri):
79         
80         Fixes assertion fail on selecting text. See bug #561393.
81
82 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
83
84         * shell/Makefile.am:
85         * shell/ev-jobs.[ch]: (ev_job_layers_init),
86         (ev_job_layers_dispose), (ev_job_layers_run),
87         (ev_job_layers_class_init), (ev_job_layers_new):
88         * shell/ev-sidebar-layers.[ch]:
89         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
90         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
91         (ev_view_reload_page), (ev_view_reload):
92         * shell/ev-window.c: (setup_sidebar_from_metadata),
93         (ev_window_sidebar_current_page_changed_cb),
94         (sidebar_layers_visibility_changed), (ev_window_init):
95
96         Add layers support.
97         
98 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * data/icons/22x22/actions/Makefile.am:
101         * data/icons/22x22/actions/eye.png:
102         * shell/ev-stock-icons.[ch]:
103         
104         Add eye icon from gimp to hide/show layers.
105         
106 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
107
108         * configure.ac:
109         * cut-n-paste/Makefile.am:
110         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
111         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
112         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
113
114         Add GimpCellRendererToggle from gimp slightly modified to fit our
115         needs. 
116         
117 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
118
119         * configure.ac:
120         * backend/pdf/ev-poppler.cc:
121
122         Implement layers interface in PDF backend.
123         
124 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
125
126         * libdocument/Makefile.am:
127         * libdocument/ev-document-layers.[ch]:
128         * libdocument/ev-layer.[ch]:
129
130         Add optional content (layers) interface.
131         
132 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
133
134         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
135         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
136
137         Removes unused code.
138
139 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * NEWS:
142         * configure.ac:
143
144         Update for 2.25.1 release
145
146 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
147
148         * shell/ev-window.c:
149
150         Fix build with GTK+ < 2.14
151
152 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
153
154         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
155         
156         Makes menu label translatable. Fixes bug #559129.
157
158 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
159
160         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
161         (t1_transform_font):
162         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
163         
164         More renames of warning to mdvi_warning in follow up to the
165         fix of the bug #553369. Fix for the bug #559257 by
166         Tuxce <tuxce.net@gmail.com>.
167         
168 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
169
170         * shell/ev-application.c: (ev_application_init_session):
171         * shell/main.c: (main):
172
173         Move the egg_set_desktop_file() call to main and remove
174         gtk_window_set_default_icon_name() since it's already called by
175         egg_set_desktop_file()
176         
177 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
180
181         Initialize GError to NULL.
182         
183 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
184
185         * shell/ev-window.c: (window_save_file_copy_ready_cb),
186         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
187         (ev_window_preview_print_finished), (launch_action):
188
189         Do not use popup dialogs to show error messages anymore, use the
190         message area instead.
191         
192 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * shell/ev-window.c: (ev_window_error_message),
195         (ev_window_warning_message), (ev_window_set_document),
196         (ev_window_load_job_cb), (ev_window_load_remote_failed),
197         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
198         (ev_window_cmd_help_contents), (launch_external_uri),
199         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
200         (ev_attachment_popup_cmd_open_attachment),
201         (attachment_save_dialog_response_cb):
202
203         Use a message format (with printf()-style) in
204         ev_window_error_message and ev_window_warning_message.
205
206 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
207
208         * shell/ev-window.c: (ev_window_error_message),
209         (ev_window_warning_message), (ev_window_set_document),
210         (ev_window_load_job_cb), (ev_window_load_remote_failed),
211         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
212         (ev_window_cmd_help_contents), (launch_external_uri),
213         (image_save_dialog_response_cb),
214         (ev_attachment_popup_cmd_open_attachment),
215         (attachment_save_dialog_response_cb):
216
217         Change ev_window_error_message and ev_window_warning_message to
218         receive a EvWindow instead of a GtkWindow. It's more consistent
219         and avoids unneeded casts.
220         
221 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
222
223         * shell/ev-window.c: (ev_window_cmd_help_contents):
224
225         Use gtk_show_uri() when availale to display help contents.
226         
227 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * configure.ac:
230         * backend/pdf/ev-poppler.cc:
231         * properties/ev-properties-view.c:
232         * shell/Makefile.am:
233         * shell/ev-tooltip.[ch]: Removed
234         * shell/ev-view-private.h
235         * shell/eggfindbar.c:
236         * shell/ev-application.c:
237         * shell/ev-open-recent-action.c:
238         * shell/ev-sidebar-thumbnails.c:
239         * shell/ev-view.c:
240         * shell/ev-window.c:
241
242         Bump GTK+ requirement to 2.12.
243         
244 2008-10-27 Christian Persch <chpe@gnome.org>
245
246         * backend/djvu/djvu-document.c
247         * backend/dvi/cairo-device.c
248         * cut-n-paste/evmountoperation/ev-mount-operation.h
249         * cut-n-paste/gedit-message-area/gedit-message-area.h
250         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
251         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
252         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
253         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
254         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
255         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
256         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
257         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
258         * cut-n-paste/zoom-control/ephy-zoom-action.c
259         * cut-n-paste/zoom-control/ephy-zoom-action.h
260         * cut-n-paste/zoom-control/ephy-zoom-control.c
261         * cut-n-paste/zoom-control/ephy-zoom-control.h
262         * libdocument/ev-async-renderer.h
263         * libdocument/ev-document-factory.c
264         * libdocument/ev-document-misc.h
265         * libdocument/ev-image.h
266         * libdocument/ev-selection.h
267         * shell/ev-properties-fonts.h
268         * shell/ev-stock-icons.h
269         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
270         directly. Bug #558064.
271
272 2008-10-27 Christian Persch <chpe@gnome.org>
273
274         * cut-and-paste/smclient/*: Update from libegg.
275
276 2008-10-27 Christian Persch <chpe@gnome.org>
277
278         * backend/djvu/djvu-document.c
279         * backend/ps/ev-spectre.c
280         * shell/ev-jobs.c: Use printf safely. Bug #558066.
281
282 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
283
284         * shell/ev-view.c (ev_view_change_page),
285         (ev_view_transition_animation_finish),
286         (ev_view_transition_animation_cancel), (page_changed_cb),
287         (ev_view_set_presentation), (ev_view_next_page),
288         (ev_view_previous_page):
289         
290         Cancel the animation without scheduling transition start
291         and proceed to the next page to fix bug #516749.
292
293 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
294
295         * NEWS:
296         * configure.ac:
297
298         Update for release 2.24.1
299         
300 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
301
302         * shell/ev-window.c: (ev_window_cmd_view_presentation):
303
304         Disable toggle function of F5 when in presentation mode. Patch by
305         Dave Neary. Fixes bug #556162.
306         
307 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
308
309         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
310         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
311         (ev_sidebar_thumbnails_fill_model),
312         (ev_sidebar_thumbnails_refresh),
313         (ev_sidebar_thumbnails_set_document):
314
315         Instead of using only one loading icon for thumbnails based on the
316         size of the first page, create an icon for every different page
317         size. Fixes bug #556264.
318         
319 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * shell/ev-page-cache.c: (ev_page_cache_finalize):
322
323         Fix memory leak.
324         
325 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
326
327         * shell/ev-window-title.c (ev_window_title_sanitize_title):
328
329         Removes bad prefixes from window title. Patch by 
330         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
331         
332 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
333
334         * shell/ev-window.c: (launch_external_uri):
335
336         Do not consider mailto links as http uris. Fixes bug #555801.
337         
338 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
339
340         * shell/ev-view.c: (merge_selection_region), (clear_selection):
341
342         Fix memory leak. Fixes bug #555134.
343         
344 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
347
348         Emit the job finished signal when the job is handled before the
349         page_ready callback.
350         
351 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
352
353         * shell/ev-window.c: (launch_action):
354
355         Use GdkAppLaunchContext when available to launch external
356         applications.
357         
358 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
359
360         * shell/ev-window.c: (launch_action):
361
362         Fix launching external applications for launch actions which seems
363         to be broken since the gio port. Fixes bug #554500.
364         
365 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
366
367         * backend/dvi/Makefile.am:
368         * backend/dvi/cairo-device.c:
369         * backend/dvi/dvi-document.c:
370         * backend/dvi/mdvi-lib/Makefile.am:
371
372         Fix several compile warnings in the dvi backend.
373         
374 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * backend/dvi/mdvi-lib/common.h:
377         * backend/dvi/mdvi-lib/dviread.c:
378         * backend/dvi/mdvi-lib/font.c:
379         * backend/dvi/mdvi-lib/fontmap.c:
380         * backend/dvi/mdvi-lib/fontsrch.c:
381         * backend/dvi/mdvi-lib/gf.c:
382         * backend/dvi/mdvi-lib/pagesel.c:
383         * backend/dvi/mdvi-lib/pk.c:
384         * backend/dvi/mdvi-lib/sp-epsf.c:
385         * backend/dvi/mdvi-lib/special.c:
386         * backend/dvi/mdvi-lib/tfm.c:
387         * backend/dvi/mdvi-lib/tfmfile.c:
388         * backend/dvi/mdvi-lib/util.c:
389         * backend/dvi/mdvi-lib/vf.c:
390
391         Rename error as mdvi_error to avoid symbol conflicts with the libc
392         error. Rename also message, crash, fatal and warning for
393         consistency. Fixes bug #553369.
394         
395 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
396
397         * backend/dvi/dvi-document.c: (dvi_document_load):
398
399         Fix memory leak.
400         
401 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * backend/dvi/dvi-document.c:
404
405         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
406         G_IMPLEMENT_INTERFACE.
407         
408 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
411
412         Make sure copy_job_page_and_selection_to_job_info is always called
413         before copy_job_to_job_info. Fixes bug #552382.
414         
415 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
416
417         * NEWS:
418         * configure.ac:
419
420         Update for release 2.24.0
421         
422 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
423
424         * shell/ev-window.c: (launch_external_uri):
425
426         Use GdkAppLaunchContext when available to launch external uris.
427         
428 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
429
430         * shell/ev-window.c: (launch_external_uri):
431
432         Use the message area to show errors when lauching external uris
433         instead of a popup window.
434         
435 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
436
437         * shell/ev-window.c: (launch_external_uri):
438
439         Assume invalid uris are http uris. Fixes bug #552071.
440         
441 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
442
443         * NEWS:
444         * configure.ac:
445
446         Update for release 2.23.92.
447         
448 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * shell/eggfindbar.c: (egg_find_bar_class_init):
451
452         Allow page scrolling with PageUp/PageDown keys when find bar is
453         active. Fixes bug #529833.
454         
455 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
456
457         * shell/ev-view-private.h:
458         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
459         (ev_view_scroll), (ev_view_class_init):
460         * shell/ev-view-accessible.c:
461         (ev_view_accessible_action_do_action):
462         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
463         (ev_window_cmd_scroll_backward):
464
465         Use GtkScrollType instead of EvScrollType.
466         
467 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
468
469         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
470         
471         Patch for case unsensitive page label match by Michael Lee.
472         See bug #550136.
473         
474         * shell/ev-page-action.c (create_tool_item):    
475         * test/Makefile.am:
476         * test/test1.py:
477         * test/test4.py:
478         * test/test5.py:
479         
480         Added test for the above and updated other tests.
481
482 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * shell/ev-window.c: (image_save_dialog_response_cb):
485
486         Do not append the file extension twice when saving an image.
487         
488 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
489
490         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
491
492         Remove an invalid ifdef.
493         
494 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
495
496         * shell/ev-view.c: (ev_view_motion_notify_event):
497
498         Make sure the cursor is correctly restored after showing the right
499         click menu.
500         
501 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
504         (ev_attachment_open):
505         * shell/ev-sidebar-attachments.c:
506         (ev_sidebar_attachments_button_press):
507         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
508
509         Use GdkAppLaunchContext when available to open attachments.
510         
511 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
514
515         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
516         by Eric Piel.
517         
518 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
519
520         * shell/ev-application.c: (ev_application_get_media_keys):
521         * shell/ev-media-player-keys.[ch]:
522         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
523         (ev_media_player_keys_grab_keys),
524         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
525         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
526         * shell/ev-window.[ch]: (ev_window_dispose),
527         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
528         (ev_window_init):
529
530         Clean up the media player keys stuff.
531         
532 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
533
534         * NEWS:
535         * configure.ac:
536
537         Update for release 2.23.91.
538         
539 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
540
541         * cut-n-paste/smclient/eggsmclient-xsmp.c:
542         (sm_client_xsmp_set_initial_properties):
543
544         Fix memory leak.
545         
546 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
547
548         * shell/ev-application.c: (ev_application_open_window),
549         (ev_application_open_uri_at_dest):
550
551         Make sure evince starts up in the right workspace when resuming a
552         previous session.
553         
554 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
555
556         * shell/ev-application.[ch]: (ev_application_open_window),
557         (ev_application_add_icon_path_for_screen),
558         (ev_application_open_uri_at_dest):
559
560         Fix window manager warnings shown in ~/.xsession-errors
561         
562 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
563
564         * configure.ac:
565         * cut-n-paste/Makefile.am:
566         * cut-n-paste/smclient/Makefile.am:
567         * cut-n-paste/smclient/eggdesktopfile.[ch]:
568         * cut-n-paste/smclient/eggsmclient-private.h:
569         * cut-n-paste/smclient/eggsmclient-xsmp.c:
570         * cut-n-paste/smclient/eggsmclient.[ch]:
571
572         EggSMClient copied from libegg
573
574         * libdocument/ev-file-helpers.c: (ev_dot_dir):
575         * shell/Makefile.am:
576         * shell/ev-application.[ch]: (ev_application_load_session),
577         (smclient_save_state_cb), (smclient_quit_cb),
578         (ev_application_init_session), (ev_application_shutdown),
579         (ev_application_init):
580         * shell/main.c: (main):
581
582         Use EggSMClient instead of gnome-client and remove libgnome and
583         libgnomeui dependencies.
584         
585 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
586
587         * shell/main.c: (main):
588
589         Remove gnome_authentication_manager_init.
590         
591 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * shell/ev-view.c: (ev_view_goto_window_create):
594
595         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
596         since it's now deprecated.
597         
598 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
599
600         * backend/djvu/Makefile.am:
601         * backend/djvu/djvu-document-private.h:
602         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
603         (djvu_document_find_iface_init):
604         * backend/djvu/djvu-text-page.[ch]:
605         * backend/djvu/djvu-text.[ch]: Removed
606         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
607         (pdf_document_find_iface_init):
608         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
609         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
610         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
611         (ev_job_find_get_n_results), (ev_job_find_get_progress),
612         (ev_job_find_has_results), (ev_job_find_get_results):
613         * shell/ev-view-private.h:
614         * shell/ev-view.[ch]: (ev_view_expose_event),
615         (highlight_find_results), (ev_view_finalize),
616         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
617         (ev_view_set_document), (ev_view_find_get_n_results),
618         (ev_view_find_get_result), (jump_to_find_result),
619         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
620         (ev_view_find_previous), (ev_view_find_search_changed),
621         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
622         * shell/ev-window.c: (ev_window_update_actions),
623         (page_changed_cb), (ev_window_setup_document),
624         (ev_window_update_find_status_message),
625         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
626         (ev_window_clear_find_job), (find_bar_close_cb),
627         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
628         (ev_window_dispose), (ev_window_init):
629
630         Rework find interface. The find logic has been moved from backends
631         to the shell avoiding a lot of duplicated code in the backends and
632         making easier to implement the find interface in the backends.
633         
634 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
635
636         * backend/pdf/ev-poppler.cc:
637         (pdf_document_thumbnails_get_dimensions):
638
639         Make sure thumbnail size returned by the PDF is actually
640         valid. Fixes bug #548462.
641         
642 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
643
644         * shell/ev-window.c: (ev_window_setup_document),
645         (ev_window_set_document), (ev_window_dispose):
646
647         Remove the idle function for setting the document up when the
648         window is destroyed. Fixes bug #549163.
649         
650 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
651
652         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
653         (ev_job_attachments_dispose), (ev_job_attachments_run),
654         (ev_job_attachments_class_init), (ev_job_attachments_new):
655         * shell/ev-sidebar-attachments.c:
656         (ev_sidebar_attachments_set_document):
657
658         Add a new job to get the attachments in a thread with the document
659         lock held. Fixes bug #548653.
660         
661 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
664         (tiff_document_document_iface_init):
665
666         Implement document_get_page_label in tiff backend.
667         
668 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
669
670         * backend/tiff/tiff-document.c: (tiff_document_render):
671
672         Handle document orientation in tiff backend. Fixes bug #548444.
673         
674 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
675
676         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
677
678         Do not crash when adjustment page size is 0. Fixes bug #547440.
679         
680 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
681
682         * cut-n-paste/evmountoperation/ev-mount-operation.c:
683
684         Sync with current GTK+.
685         
686 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
687
688         * configure.ac:
689         
690         Update for release 2.23.6.
691
692 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
695         (ev_job_load_set_password):
696         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
697         * shell/ev-window.c: (password_dialog_response),
698         (ev_window_load_job_cb):
699
700         Fix loading encrypted documents since I broke it with the jobs
701         rework.
702         
703 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
704
705         * NEWS:
706
707         Update NEWS for 2.23.6 release.
708         
709 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
710
711         * backend/impress/impress-document.c:
712         * backend/impress/render.h:
713         * libdocument/ev-document-factory.c:
714         * libdocument/ev-document-factory.h:
715         * libdocument/ev-document-links.h:
716         * libdocument/ev-document-misc.c:
717         * libdocument/ev-document-misc.h:
718         * properties/ev-properties-main.c:
719         * properties/ev-properties-view.c:
720         * properties/ev-properties-view.h:
721         * shell/eggfindbar.c:
722         * shell/eggfindbar.h:
723         * shell/ev-application.c:
724         * shell/ev-application.h:
725         * shell/ev-jobs.h:
726         * shell/ev-message-area.h:
727         * shell/ev-navigation-action.c:
728         * shell/ev-navigation-action.h:
729         * shell/ev-open-recent-action.c:
730         * shell/ev-open-recent-action.h:
731         * shell/ev-page-action-widget.c:
732         * shell/ev-page-action.c:
733         * shell/ev-page-action.h:
734         * shell/ev-page-cache.h:
735         * shell/ev-password-view.h:
736         * shell/ev-password.h:
737         * shell/ev-pixbuf-cache.h:
738         * shell/ev-properties-fonts.c:
739         * shell/ev-sidebar-attachments.c:
740         * shell/ev-sidebar-links.c:
741         * shell/ev-sidebar-links.h:
742         * shell/ev-sidebar-thumbnails.c:
743         * shell/ev-sidebar-thumbnails.h:
744         * shell/ev-sidebar.c:
745         * shell/ev-sidebar.h:
746         * shell/ev-stock-icons.c:
747         * shell/ev-tooltip.h:
748         * shell/ev-view.c:
749         * shell/ev-view.h:
750         * shell/ev-window.c:
751         * shell/ev-window.h:
752         * shell/main.c:
753
754         More #include cleanups. Again: reordering, single gtk.h
755         includes and other stuff.
756
757 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
758
759         * shell/eggfindbar.c:
760         * shell/ev-application.c:
761         * shell/ev-message-area.c:
762         * shell/ev-navigation-action.c:
763         * shell/ev-open-recent-action.c:
764         * shell/ev-page-action-widget.c:
765         * shell/ev-page-action.c:
766         * shell/ev-password-view.c:
767         * shell/ev-properties-dialog.c:
768         * shell/ev-properties-fonts.c:
769         * shell/ev-sidebar-attachments.c:
770         * shell/ev-sidebar-page.c:
771         * shell/ev-sidebar-thumbnails.c:
772         * shell/ev-stock-icons.c:
773         * shell/ev-tooltip.c:
774         * shell/ev-view.c:
775         * shell/ev-window.c:
776         * shell/main.c:
777
778         Cleanup many #include statements: reorder so that a
779         generic-to-specific order is used, use single gtk.h
780         includes, and some other cleanups.
781
782 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * shell/ev-jobs.h:
785
786         Add gio header.
787         
788 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
791         (ev_document_fc_mutex_trylock):
792         * shell/Makefile.am:
793         * shell/ev-job-queue.[ch]:
794         * shell/ev-job-scheduler.[ch]:
795         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
796         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
797         (ev_job_run), (ev_job_cancel), (ev_job_failed),
798         (ev_job_failed_from_error), (ev_job_succeeded),
799         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
800         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
801         (ev_job_links_class_init), (ev_job_render_init),
802         (notify_page_ready), (ev_job_render_page_ready),
803         (ev_job_render_run), (ev_job_render_class_init),
804         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
805         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
806         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
807         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
808         (ev_job_save_dispose), (ev_job_save_run),
809         (ev_job_save_class_init), (ev_job_print_init),
810         (ev_job_print_dispose), (ev_job_print_run),
811         (ev_job_print_class_init):
812         * shell/ev-page-cache.c:
813         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
814         (check_job_size_and_unref), (move_one_job),
815         (copy_job_to_job_info), (add_job),
816         (ev_pixbuf_cache_add_jobs_if_needed):
817         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
818         (job_fonts_finished_cb), (job_fonts_updated_cb),
819         (ev_properties_fonts_set_document):
820         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
821         (ev_sidebar_links_set_document):
822         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
823         (ev_sidebar_thumbnails_set_document),
824         (ev_sidebar_thumbnails_clear_job):
825         * shell/ev-view-private.h:
826         * shell/ev-view.c:
827         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
828         (ev_window_refresh_window_thumbnail), (password_dialog_response),
829         (ev_window_clear_load_job), (ev_window_clear_reload_job),
830         (ev_window_load_job_cb), (ev_window_reload_job_cb),
831         (window_open_file_copy_ready_cb), (ev_window_open_uri),
832         (ev_window_reload_document), (ev_window_clear_save_job),
833         (ev_window_save_job_cb), (file_save_dialog_response_cb),
834         (ev_window_clear_print_job), (ev_window_print_job_cb),
835         (ev_window_print_dialog_response_cb):
836         * shell/main.c: (main):
837
838         Rework the jobs system in order to make it simpler and more
839         extensible. It allows to run jobs in the main loop instead of
840         using a thread when it's appropriate like the fonts job. Now it's
841         also possible to cancel jobs that are currently running. 
842         
843 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
844
845         * libdocument/ev-debug.c: (profile_init):
846
847         Create the hash table also when profiling service is enabled for
848         all sections.
849         
850 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
851
852         * libdocument/ev-debug.[ch]: (ev_profiler_start),
853         (ev_profiler_stop):
854         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
855         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
856         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
857         (ev_job_print_run):
858         * shell/main.c: (main):
859
860         Add a profile mode available when debug is enabled. Add profilers
861         in ev-jobs.
862         
863 2008-07-23  Götz Waschk <waschk@mandriva.org>
864
865         * configure.ac: Correctly build desktop file. Fixes
866         bug #544237.
867
868 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
869
870         * configure.ac:
871         
872         Update for release 2.23.5.
873
874 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
875
876         * NEWS:
877
878         Update NEWS for 2.23.5 release.
879         
880 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
881
882         * shell/ev-window.c: (ev_window_state_event),
883         (ev_window_class_init):
884
885         Intercept window manager's fullscreen request in order to run/stop
886         fullscreen mode. Fixes bug #493541.
887         
888 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * shell/ev-window.c: (find_bar_visibility_changed_cb):
891
892         Restart the job search when the find bar is opened for the second
893         time. Fixes bug #531956.
894         
895 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
896
897         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
898         (get_document_from_uri):
899
900         Make sure we always return a valid error struct when
901         get_document_from_uri fails. Fixes nautilus crash, see bug
902         #542548.
903         
904 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
905
906         * libdocument/ev-transition-effect.c
907         (ev_transition_effect_type_get_type),
908         (ev_transition_effect_alignment_get_type),
909         (ev_transition_effect_direction_get_type):
910         
911         Fixes bug #542924. Makes enums static to fix Solaris build.
912
913 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
914
915         * shell/ev-view.c: (ev_view_key_press_event):
916
917         Add '.' keybinding for blanking the screen in presentation
918         mode. Fixes bug #542001.
919         
920 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * libdocument/ev-document-misc.c:
923         (ev_document_misc_pixbuf_from_surface):
924
925         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
926         #540950.
927         
928 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
929
930         * backend/comics/comics-document.c (comics_document_load):
931         * backend/comics/comicsdocument.evince-backend.in:
932         * configure.ac:
933         * thumbnailer/evince-thumbnailer-comics.schemas.in:
934         
935         Added support for 7-zip based cb7 comic book. Patch by
936         Kartik Rustagi. Fixes bug #532312.
937
938 2008-06-24  Bastien Nocera  <hadess@hadess.net>
939
940         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
941         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
942         Fixes bug #539972.
943
944 2008-06-24  Bastien Nocera  <hadess@hadess.net>
945
946         * shell/Makefile.am:
947         * shell/ev-application.c (ev_application_init),
948         (ev_application_get_media_keys):
949         * shell/ev-application.h:
950         * shell/ev-marshal.list:
951         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
952         (proxy_destroy), (on_media_player_key_pressed),
953         (ev_media_player_keys_init), (ev_media_player_keys_focused),
954         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
955         * shell/ev-media-player-keys.h:
956         * shell/ev-window.c (ev_window_go_previous_page),
957         (ev_window_go_next_page), (ev_window_go_first_page),
958         (ev_window_go_last_page), (ev_window_start_presentation),
959         (ev_window_dispose), (view_actions_focus_in_cb):
960         * shell/ev-window.h: When building with D-Bus support, listen
961         for multimedia key events from gnome-settings-daemon. This allows
962         to go to the next/previous/first/last pages using, respectively,
963         Next/Previous/Rewing/Fast Forward. The Play button is used to start
964         a presentation. Fixes bug #539971.
965
966 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
967
968         * configure.ac:
969         
970         Update for release 2.23.4.
971
972 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * NEWS:
975
976         Update news for 2.23.4 release.
977         
978 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
979
980         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
981         * shell/ev-sidebar-thumbnails.c:
982         (ev_sidebar_thumbnails_set_loading_icon),
983         (ev_sidebar_thumbnails_refresh):
984         * shell/ev-window.c: (ev_window_error_message),
985         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
986         (ev_window_set_document):
987
988         Do not crash opening documents with no pages and show a warning
989         message in the message area. Fixes bugs #537574 and #171588.
990         
991 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
992
993         * shell/Makefile.am:
994         * shell/ev-file-monitor.[ch]:
995         * shell/ev-window.c: (ev_window_document_changed),
996         (ev_window_clear_reload_job), (ev_window_load_job_cb),
997         (ev_window_reload_job_cb), (ev_window_open_uri),
998         (ev_window_reload_document), (ev_window_cmd_view_reload),
999         (ev_window_dispose):
1000
1001         Automaticly reload the document when the file has changed on
1002         disk. Bug #304249.
1003         
1004 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1005
1006         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1007         * libdocument/ev-image.c: (ev_image_save_tmp):
1008         * libdocument/ev-module.c: (ev_module_load):
1009         * shell/ev-application.c: (ev_application_shutdown),
1010         (ev_application_get_print_settings):
1011         * shell/ev-sidebar-attachments.c:
1012         (ev_sidebar_attachments_button_press),
1013         (ev_sidebar_attachments_drag_data_get):
1014         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1015         (ev_window_print_finished), (ev_window_print_send),
1016         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1017         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1018         (ev_window_cmd_preview_print):
1019         * shell/main.c: (load_files_remote):
1020         Fix some build warnings under GCC 4.3.0. (#537535).
1021
1022 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1023
1024         * shell/ev-jobs.c: (ev_job_render_dispose):
1025
1026         Fix a crash in debug mode. Patch by Daniel M German.
1027         
1028 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * shell/ev-window.c:
1031
1032         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1033         
1034 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * shell/ev-window.c: (ev_window_print_send),
1037         (ev_window_do_preview_print):
1038
1039         Use the window title as print job name instead of just
1040         "evince-print". Fixes bug #534493.
1041         
1042 2008-05-19  Frederic Peters  <fpeters@0d.be>
1043
1044         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1045         Bug #533897.
1046
1047 2008-05-19  Frederic Peters  <fpeters@0d.be>
1048
1049         * help/reference/Makefile.am: added missing libevmountoperation to
1050         gtkdoc-scanobj libraries.  Bug #533896.
1051
1052 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1053
1054         * properties/ev-properties-view.c (get_default_user_units):
1055         Fixes check for default units string translation. Bug #533323.
1056
1057 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1058
1059         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1060         be an iks_free(). Fix an array overflow in the XML parser that
1061         would occur whenever the number of attributes in a tag was greater
1062         than 0 and divisible by 6. Fixes GNOME bug #530852.
1063
1064 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1065
1066         * backend/djvu/djvu-document-private.h:
1067         * backend/djvu/djvu-links.c:
1068         * backend/djvu/djvu-text.c:
1069         * backend/djvu/djvu-document.c: (djvu_handle_events),
1070         (djvu_wait_for_message), (djvu_document_load),
1071         (document_get_page_size), (djvu_document_render),
1072         (djvu_document_thumbnails_get_thumbnail),
1073         (djvu_document_file_exporter_end):
1074
1075         Make sure load job doesn't finish successfully when the document
1076         is not successfully decoded by libdjvu. Fixes bug #530202.
1077         
1078 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1079
1080         * configure.ac:
1081         * libdocument/Makefile.am:
1082         * libdocument/ev-debug.[ch]:
1083         * libdocument/ev-document.c:
1084         * shell/ev-jobs.c: (ev_job_links_dispose),
1085         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1086         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1087         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1088         (ev_job_render_page_ready), (ev_job_render_run),
1089         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1090         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1091         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1092         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1093         (ev_job_print_new), (ev_job_print_run):
1094         * shell/main.c: (main):
1095
1096         Add debug mode based on gedit code. Add debug messages in
1097         ev-jobs.
1098         
1099 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * libdocument/ev-document-factory.c: (get_document_from_uri):
1102
1103         Fix memory leak.
1104         
1105 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1106
1107         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1108         (get_mime_type_from_data), (get_document_from_uri),
1109         (ev_document_factory_get_document):
1110         
1111         Improved error message about file opening failture.
1112         Bug #529129.
1113
1114 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1115
1116         * data/evince-toolbar.xml:
1117         
1118         Allow to add SaveAs to toolbar.
1119
1120 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1121
1122         * shell/ev-view-private.h:
1123         * shell/ev-view.[ch]: (ev_view_button_release_event),
1124         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1125         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1126         (ev_view_update_primary_selection), (clear_link_selected),
1127         (ev_view_copy_link_address):
1128         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1129
1130         Update also the primary selection when copying a link
1131         address. Fixes bug #520855.
1132         
1133 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1134
1135         * libdocument/ev-document-factory.c: (get_document_from_uri):
1136
1137         Use the pixbuf backend only when the mime type is not supported by
1138         any of the other backend so that tiff documents, for instance, are
1139         handled by the tiff backend instead of the pixbuf backend. fixes
1140         bug #520290.
1141         
1142 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1143
1144         * cut-n-paste/Makefile.am:
1145
1146         Add evmountoperation to subdirs list.
1147         
1148 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1149
1150         * configure.ac:
1151
1152         Fix libspectre check in configure script. Fixes bug #528549.
1153         
1154 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1155
1156         * configure.ac:
1157         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1158         * shell/Makefile.am:
1159         * shell/ev-window.c: (ev_window_load_remote_failed),
1160         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1161
1162         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1163         open documents in remote locations that are not mounted.
1164         
1165 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1166
1167         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1168         (bitmap_convert_msb8):
1169         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1170         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1171
1172         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1173         
1174 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1175
1176         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1177         (ev_job_render_new), (ev_job_render_set_selection_info),
1178         (ev_job_render_run):
1179         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1180         (check_job_size_and_unref),
1181         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1182         (add_job), (ev_pixbuf_cache_get_selection_surface):
1183
1184         Create the render context needed for rendering a page in the render
1185         thread so that we don't block the main thread. Simplify
1186         EvJobRender API.
1187         
1188 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1189
1190         * libdocument/Makefile.am:
1191         * libdocument/ev-page.[ch]:
1192         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1193         (ev_render_context_new), (ev_render_context_set_page):
1194         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1195         (ev_form_field_finalize), (ev_form_field_class_init):
1196         * libdocument/ev-document-forms.[ch]:
1197         (ev_document_forms_get_form_fields):
1198         * libdocument/ev-document.[ch]: (ev_document_get_page),
1199         (ev_document_get_page_size), (ev_document_get_page_label):
1200         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1201         (ev_job_render_run), (ev_job_thumbnail_new),
1202         (ev_job_thumbnail_run), (ev_job_print_run):
1203         * shell/ev-page-cache.c: (ev_page_cache_new):
1204         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1205         (check_job_size_and_unref), (add_job):
1206         * shell/ev-sidebar-thumbnails.c: (add_range):
1207         * shell/ev-view.c: (ev_view_form_field_get_region),
1208         (ev_view_form_field_button_create_widget),
1209         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1210         (ev_view_handle_form_field), (ev_view_size_allocate),
1211         (get_selected_text):
1212         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1213         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1214         (pdf_document_get_page), (pdf_document_get_page_label),
1215         (pdf_document_render), (pdf_document_get_info),
1216         (pdf_document_document_iface_init),
1217         (pdf_document_thumbnails_get_thumbnail),
1218         (pdf_document_thumbnails_get_dimensions),
1219         (pdf_document_file_exporter_do_page),
1220         (pdf_selection_render_selection),
1221         (pdf_selection_get_selected_text),
1222         (pdf_selection_get_selection_region),
1223         (pdf_selection_get_selection_map),
1224         (pdf_document_forms_get_form_fields),
1225         (pdf_document_forms_form_field_text_get_text),
1226         (pdf_document_forms_form_field_text_set_text),
1227         (pdf_document_forms_form_field_button_set_state),
1228         (pdf_document_forms_form_field_button_get_state),
1229         (pdf_document_forms_form_field_choice_get_item),
1230         (pdf_document_forms_form_field_choice_get_n_items),
1231         (pdf_document_forms_form_field_choice_is_item_selected),
1232         (pdf_document_forms_form_field_choice_select_item),
1233         (pdf_document_forms_form_field_choice_toggle_item),
1234         (pdf_document_forms_form_field_choice_unselect_all),
1235         (pdf_document_forms_form_field_choice_set_text),
1236         (pdf_document_forms_form_field_choice_get_text):
1237         * backend/ps/ev-spectre.c: (ps_document_get_page),
1238         (ps_document_get_page_size), (ps_document_get_page_label),
1239         (ps_document_render), (ps_document_document_iface_init),
1240         (ps_document_file_exporter_do_page):
1241         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1242         (tiff_document_render), (tiff_document_render_pixbuf),
1243         (tiff_document_file_exporter_do_page):
1244         * backend/pixbuf/pixbuf-document.c:
1245         (pixbuf_document_get_page_size):
1246         * backend/comics/comics-document.c:
1247         (comics_document_get_page_size), (comics_document_render_pixbuf):
1248         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1249         (djvu_document_render), (djvu_selection_get_selected_text),
1250         (djvu_document_thumbnails_get_thumbnail),
1251         (djvu_document_file_exporter_do_page),
1252         (djvu_document_find_get_result):
1253         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1254         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1255         (dvi_document_thumbnails_get_thumbnail),
1256         (dvi_document_file_exporter_do_page):
1257         * backend/impress/impress-document.c:
1258         (impress_document_get_page_size),
1259         (impress_document_render_pixbuf):
1260         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1261
1262         Add EvPage so that we can hold a reference to the backend
1263         page. Form fields keep now a reference to the poppler page
1264         improving performance since we don't have to create/destroy the
1265         poppler field for every form operation. This will be needed for
1266         annotations too.
1267         
1268 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1269
1270         * data/evince-ui.xml:
1271         * shell/ev-window.c:
1272
1273         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1274         
1275 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * configure.ac:
1278         * backend/ps/Makefile.am:
1279
1280         Remove gs stuff from ps backend.
1281         
1282 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * configure.ac:
1285         * backend/pdf/ev-poppler.cc:
1286
1287         Bump poppler requirement to 0.8.0.
1288         
1289 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1290
1291         * NEWS:
1292         * configure.ac:
1293
1294         Update for release 2.22.1.1
1295
1296 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * configure.ac:
1299
1300         Fix build (again) when poppler version is 0.6
1301         
1302 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1303
1304         * backend/djvu/djvu-links.c: (build_tree):
1305
1306         Make sure link title is a valid utf8 string. Fixes bug #526517.
1307         
1308 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1309
1310         * configure.ac:
1311
1312         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1313         #526799.
1314         
1315 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1316
1317         * configure.ac:
1318         
1319         Update for release 2.22.1.
1320
1321 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1322
1323         * NEWS:
1324
1325         Update for upcoming release.
1326
1327 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1328
1329         * configure.ac:
1330         * backend/dvi/dvidocument.evince-backend.in:
1331
1332         Add compressed dvi to the list of supported mime types. Patch by
1333         Ed Catmur. Fixes bug #307087.
1334
1335 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1336
1337         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1338
1339         Fix a crash when printing a range that doesn't specify the start or
1340         end page. Fixes bug #524288.
1341
1342 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1343
1344         * shell/ev-window.c: (ev_window_cmd_continuous),
1345         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1346         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1347         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1348         (ev_window_run_presentation), (ev_window_stop_presentation),
1349         (ev_window_cmd_view_presentation),
1350         (ev_window_cmd_leave_fullscreen),
1351         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1352
1353         Do not unfullscreen and fullscreen again the window when changing
1354         from fullscreen to presentation mode and vice versa. Fixes bug
1355         #524112.
1356         
1357 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1360
1361         Do not crash when thumbnail failed to render in PS backend. Fixes
1362         bug #525015.
1363         
1364 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1367         (ev_window_load_file_remote), (ev_window_open_uri):
1368
1369         Handle errors when opening remote files.
1370         
1371 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1374
1375         Only grab the focus for the current visible proxy widget. Fixes
1376         bug #521224.
1377         
1378 2008-03-30  Emil Soleyman  <emil@nishra.com>
1379
1380         * shell/ev-window.c: (launch_external_uri):
1381         
1382         Reuse g_app_info_launch_default_for_uri to
1383         save some code and fix bug #525009.
1384
1385 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1386
1387         * shell/ev-window.c (image_save_dialog_response_cb):
1388
1389         Use g_str_has_suffix. See bug #523069.
1390
1391 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1392
1393         * configure.ac:
1394
1395         Add a configure option to enable/diable DBus. Patch by Rémi
1396         Cardona. Fixes bug 521797.
1397
1398 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1399
1400         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1401
1402         Fix printing in documents with rotated pages. Patch by Eugen
1403         Dedu. Fixes bug #512648.
1404         
1405 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1406
1407         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1408         (ev_link_from_action):
1409
1410         Fix warning messages.
1411         
1412 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1413
1414         * shell/ev-window.c: (image_save_dialog_response_cb):
1415
1416         Do not append the extension to filename when saving an image
1417         if the filename alredy contains the extension. Fixes bug #523069.
1418         
1419 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1420
1421         * shell/ev-view.[ch]: (ev_view_find_cancel):
1422         * shell/ev-window.c: (find_bar_close_cb):
1423
1424         Cancel the find operation when the find bar is closed. Fixes bug
1425         #508845.
1426         
1427 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1428
1429         * backend/ps/psdocument.evince-backend.in:
1430
1431         Make ps backend module resident. Fixes bug #520607.
1432         
1433 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1434
1435         * shell/ev-jobs.c: (ev_job_print_run):
1436
1437         Invert collate action in order to work as expected, fix reverse
1438         printing so that it doesn't start with a blank page and fix number
1439         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1440         
1441 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1444
1445         Fix build with poppler <= 0.7.2
1446         
1447 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1448
1449         * libdocument/ev-document-misc.c:
1450         (ev_document_misc_surface_from_pixbuf):
1451
1452         Fix selections with poppler-splash.
1453         
1454 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1455
1456         * configure.ac:
1457         * backend/pdf/ev-poppler.cc:
1458
1459         Fix build with poppler >= 0.7.2
1460         
1461 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1462
1463         * configure.ac:
1464         
1465         Update for release 2.22.0
1466
1467 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1468
1469         * NEWS:
1470
1471         Update for upcoming release.
1472
1473 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1474
1475         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1476
1477         Bug 495107 – Handle print dialog responses correctly
1478
1479         Correctly handle print dialog response. Properly fixes
1480         the above mentioned bug.
1481
1482 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1485
1486         Make sure print job is only run when the print button is
1487         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1488         
1489 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1490
1491         * backend/pdf/pdfdocument.evince-backend.in:
1492         * libdocument/ev-backends-manager.c:
1493         (ev_backends_manager_load_backend),
1494         (ev_backends_manager_get_document):
1495         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1496
1497         Allow making backend modules resident. This is needed only for
1498         some backends like pdf to avoid registering glib types more than
1499         once.
1500         
1501 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * backend/comics/comics-document.c:
1504         * backend/djvu/djvu-document.c:
1505         * backend/impress/impress-document.c:
1506         * backend/pdf/ev-poppler.cc:
1507         * backend/pixbuf/pixbuf-document.c:
1508         * backend/ps/ev-spectre.c:
1509         * backend/ps/ps-document.c:
1510         * backend/tiff/tiff-document.c:
1511         * libdocument/ev-document.h:
1512         * properties/ev-properties-main.c:
1513
1514         Use g_type_module_add_interface instead of
1515         g_type_add_interface_static. Fixes bug #519679.
1516         
1517 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1518
1519         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1520         Added. Returns whether the animation has everything necessary to run.
1521         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1522         is ready just because it's been created. Fixes #519106.
1523         (draw_one_page): Do not show the "Loading..." text in presentation
1524         mode, there was a slim probability that this could happen.
1525
1526 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1529
1530         Duplicate mime_type string before freeing it so that it doesn't
1531         always fail when getting mime type from uri. Fixes bug #518874.
1532         
1533 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1536
1537         Fix a crash when a choice form field doesn't have any item
1538         selected. Fixes bug #518831
1539         
1540 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1541
1542         * shell/ev-window.c (ev_window_clear_temp_file):
1543         Use g_file_has_prefix instead of renamed
1544         g_file_contains_file.
1545
1546         * configure.ac:
1547         Require new glib for above change.
1548         
1549 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1550
1551         * libdocument/ev-image.c: (ev_image_finalize),
1552         (ev_image_save_tmp):
1553
1554         Return a real uri instead of a filename when saving an
1555         image. Fixes images drag an drop from evince to nautilus. 
1556         
1557 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1558
1559         * backend/pdf/ev-poppler.cc:
1560         (pdf_document_images_get_image_mapping):
1561
1562         Return the image list in the right order. Fixes bug #516237.
1563         
1564 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1565
1566         * backend/impress/impress-document.c:
1567         (impress_document_thumbnails_get_thumbnail):
1568
1569         Remove unused variable to avoid a compiler warning.
1570
1571 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1572
1573         * configure.ac:
1574         
1575         Update for release 2.21.91.
1576
1577 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1578
1579         * configure.ac:
1580         * shell/Makefile.am:
1581         * shell/ev-application.[ch]:
1582         * shell/ev-sidebar-links.c:
1583         * shell/ev-utils.[ch]:
1584         * shell/ev-window.[ch]:
1585
1586         Remove libgnomeprint support. Fixes bug #512370.
1587         
1588 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1589
1590         * thumbnailer/evince-thumbnailer.c: (main):
1591
1592         Initialize glib type system before using it. Fixes bug #513934.
1593         
1594 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1595
1596         * properties/ev-properties-main.c:
1597
1598         Add missing #include.
1599         
1600 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * configure.ac:
1603         * backend/djvu/djvu-document.c: (djvu_document_render):
1604         * backend/tiff/tiff-document.c: (tiff_document_render):
1605
1606         Use the new cairo function cairo_format_stride_for_width when
1607         available. Fixes bug #482720.
1608
1609 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1612         (get_mime_type_from_data), (get_document_from_uri):
1613
1614         Use g_content_type_guess() only when slow is true in
1615         get_document_from_uri(). Fix several memory leaks.
1616         
1617 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1618
1619         * libdocument/ev-document-factory.c:
1620         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1621         (get_document_from_uri):
1622
1623         Use g_content_type_guess () to get mimetype for files.
1624         Bug #510401.
1625
1626 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1627
1628         * thumbnailer/Makefile.am:
1629
1630         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1631         
1632 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1633
1634         * configure.ac:
1635
1636         Fix build with --without-libgnome. Fixes bug #512771.
1637         
1638 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1639
1640         * backend/dvi/Makefile.am: Install only dvi
1641         module. Fixes bug #512718.
1642
1643 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1644
1645         * properties/ev-properties-main.c: (nautilus_module_initialize):
1646         
1647         Initialize backends in properties tab. Fixes bug
1648         #512720.
1649
1650 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1651
1652         * properties/Makefile.am: No need to link with 
1653         libraries. Fixes bug #512719.
1654
1655 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1656
1657         * NEWS:
1658         * configure.ac:
1659         
1660         Update for release 2.21.90.
1661
1662 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1663
1664         * shell/ev-window.c: (ev_window_cmd_escape):
1665
1666         Fix compile warning.
1667         
1668 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1669
1670         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1671
1672         Fix printing in dvi backend when filename contains white
1673         espaces. Fixes bug #502839.
1674         
1675 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1676
1677         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1678         (screensaver_disable_x11):
1679         * shell/Makefile.am:
1680         * shell/xdg-user-dir-lookup.c: Removed
1681         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1682         * shell/ev-view.c: (ev_view_presentation_transition_start):
1683         * shell/ev-window.c: (ev_window_cmd_file_open),
1684         (ev_window_cmd_save_as), (presentation_set_timeout):
1685
1686         Remove #ifdefs that are no longer needed.
1687         
1688 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1689
1690         * shell/ev-view.[ch]: (ev_view_button_release_event),
1691         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1692         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1693         (ev_window_cmd_escape):
1694
1695         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1696         
1697 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1698
1699         * configure.ac:
1700         * backend/comics/comics-document.c: (comics_document_load):
1701         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1702         (ev_attachment_set_property), (ev_attachment_init),
1703         (ev_attachment_save), (ev_attachment_launch_app),
1704         (ev_attachment_open):
1705         * libdocument/ev-document-factory.c: (get_document_from_uri):
1706         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1707         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1708         * shell/ev-jobs.c:
1709         * shell/ev-password.c: (ev_password_dialog_set_property),
1710         (ev_password_dialog_save_password):
1711         * shell/ev-sidebar-attachments.c:
1712         (ev_sidebar_attachments_drag_data_get):
1713         * shell/ev-window-title.c: (get_filename_from_uri):
1714         * shell/ev-window.c: (ev_window_clear_temp_file),
1715         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1716         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1717         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1718         (launch_external_uri), (image_save_dialog_response_cb),
1719         (attachment_save_dialog_response_cb):
1720         * shell/main.c: (load_files), (load_files_remote), (main):
1721         * thumbnailer/evince-thumbnailer.c: (main):
1722
1723         Port to gio and drop gnome-vfs dependency. Fixes bug
1724         #510401. Based on patch by Cosimo Cecchi.
1725         
1726 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1727
1728         * NEWS:
1729
1730         Fixed formatting inconsistencies (spaces vs. tabs)
1731
1732 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1733
1734         * shell/ev-window.c:
1735
1736         Use top/up/bottom/down arrows instead of
1737         first/left/last/right in the toolbar and menu actions.
1738         This fixes issues with RTL languages and is visually
1739         consistent with the page view. Fixes bug #170081.
1740
1741 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1742
1743         * NEWS:
1744
1745         Fixed some inaccuracies pointed out by Carlos Garcia
1746         Campos.
1747
1748 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1749
1750         * NEWS:
1751         * data/evince.schemas.in:
1752         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1753
1754         Override PDF restrictions by default. Fixes bug #382700.
1755
1756 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1757
1758         * NEWS: Updated for upcoming release
1759
1760 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1761
1762         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1763
1764         Fix memory leak.
1765         
1766 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1767
1768         * shell/ev-window.c: (register_custom_actions):
1769         
1770         Added comment for translators
1771
1772 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * shell/ev-view.c: (ev_view_button_release_event):
1775
1776         Do not create the idle function for kinetic scrolling if we are
1777         not in a drag operation.
1778
1779 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1782         (ev_view_button_press_event), (ev_view_motion_notify_event),
1783         (ev_view_button_release_event):
1784
1785         Restore cursor after autoscrolling. Fixes bug #509958.
1786
1787 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1788
1789         * configure.ac:
1790         * backend/pdf/ev-poppler.cc:
1791         (pdf_document_images_get_image_mapping),
1792         (pdf_document_images_get_image),
1793         (pdf_document_document_images_iface_init):
1794         * libdocument/ev-document-images.[ch]:
1795         (ev_document_images_get_image_mapping),
1796         (ev_document_images_get_image):
1797         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1798         (ev_image_get_id), (ev_image_save_tmp):
1799         * shell/ev-jobs.c: (ev_job_render_run):
1800         * shell/ev-view.c: (ev_view_drag_data_get):
1801         * shell/ev-window.c: (image_save_dialog_response_cb),
1802         (ev_view_popup_cmd_copy_image):
1803
1804         Do not render images when rendering the page but on demand. It
1805         reduces the memory comsumption.
1806         
1807 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1808
1809         * configure.a:
1810         * shell/ev-password.c:
1811
1812         Make gnome-keyring optional. Fixes bug #509676.
1813         
1814 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1815
1816         * shell/ev-pixbuf-cache.c: (add_job):
1817
1818         Initialize include_images variable as FALSE instead of TRUE.
1819         
1820 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1821
1822         * configure.ac:
1823         * cut-n-paste/Makefile.am:
1824         * cut-n-paste/fileformatchooser/Makefile.am:
1825         * cut-n-paste/fileformatchooser/egg-macros.h:
1826         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1827         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1828         * shell/Makefile.am:
1829         * shell/ev-utils.c:
1830         (file_chooser_dialog_add_writable_pixbuf_formats),
1831         (get_gdk_pixbuf_format_by_extension):
1832         * shell/ev-utils.h:
1833         * shell/ev-window.c: (ev_window_error_message),
1834         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1835         
1836         Simplify image format selection on save.
1837
1838 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1839
1840         * shell/ev-view.c: (ev_view_scroll_event):
1841         
1842         Repair gorizontal scrolling with shift. Fixes
1843         bug #483412.
1844
1845 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1846         
1847         * MAINTAINERS:
1848
1849         Fix formatting issues.
1850         
1851 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1852
1853         * backend/comics/comics-document.c: (comics_regex_quote):
1854         
1855         Don't overquote special chars except of '. See bug 
1856         502500. Thanks to Tom Parker.
1857
1858 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1859
1860         * MAINTAINERS:
1861         
1862         Added Nickolay and Carlos, since they're doing most of
1863         the releases nowadays.
1864
1865 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1866
1867         * properties/Makefile.am:
1868
1869         Get the nautilus extension dir properly instead of using
1870         a hack. Fixes bug #505359.
1871
1872 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1873
1874         * properties/Makefile.am:
1875         
1876         Install nautilus extension into new place. See bug
1877         #505359. Thanks to Matthias Clasen, Brian Pepple and
1878         Damien Carbery.
1879
1880 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1881
1882         * shell/ev-window.c: (ev_window_get_recent_file_label):
1883         
1884         RTL marker in recent file list. See bug #509076.
1885
1886 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1887
1888         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1889         * shell/ev-window.c: (image_save_dialog_response_cb):
1890
1891         Fix compile warnings due to unused variables.
1892         
1893 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * configure.ac:
1896         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1897         * backend/ps/ev-spectre.c: (ps_document_render):
1898
1899         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1900
1901 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1902
1903         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1904         (ev_transition_animation_paint): Implement "fade" effect.
1905
1906 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1907
1908         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1909         (ev_transition_animation_paint): Implement "uncover" effect.
1910
1911 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1912
1913         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1914         (ev_transition_animation_paint): Implement "cover" effect.
1915
1916 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1917
1918         * shell/ev-transition-animation.c (ev_transition_animation_push)
1919         (ev_transition_animation_paint): Implement "push" effect.
1920
1921 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1922
1923         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1924         (ev_transition_animation_paint): Implement "dissolve" effect.
1925
1926 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1927
1928         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1929         (ev_transition_animation_paint): Implement "wipe" effect.
1930
1931 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1932
1933         * shell/ev-transition-animation.c (ev_transition_animation_box)
1934         (ev_transition_animation_paint): Implement "box" effect.
1935
1936 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1937
1938         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1939         (ev_transition_animation_paint): Implement "blinds" effect.
1940
1941 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1942
1943         * shell/ev-transition-animation.c (ev_transition_animation_split)
1944         (ev_transition_animation_paint): Implement "split" effect.
1945
1946 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1947
1948         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1949         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1950         (ev_view_transition_animation_start) 
1951         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1952         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1953         (ev_view_next_page) (ev_view_previous_page):
1954         
1955         Use EvTransitionAnimation to drive page changes in the presentation
1956         mode, the animation will wait to start until both the origin and 
1957         destination page surfaces are available. Fixes #458460.
1958
1959         (draw_loading_text):
1960
1961         Remove workaround for bug #320352, it's now fixed properly.
1962
1963
1964 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1965
1966         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1967         will contain the implementations for page transition animations, at
1968         the moment it just has the "replace" effect.
1969         * shell/Makefile.am: Added these files to build.
1970
1971 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1972
1973         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1974         animations.
1975         * shell/Makefile.am: Added these files to build.
1976
1977 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1978
1979         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1980         implementation to get_effect() in EvDocumentTransitionIface.
1981
1982 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1983
1984         * libdocument/ev-transition-effect.[ch]: New files, define a page
1985         transition effect, at the moment it maps PopplerPageTransition to a
1986         GObject.
1987         * libdocument/Makefile.am: Added these files to build.
1988         * libdocument/ev-document-transition.[ch]
1989         (ev_document_transition_get_effect): New method, gets the
1990         EvTransitionEffect returned by the interface implementation, with
1991         fallback to the "replace" effect.
1992
1993 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1994
1995         * configure.ac:
1996         * cut-n-paste/Makefile.am:
1997         * cut-n-paste/fileformatchooser/Makefile.am:
1998         * cut-n-paste/fileformatchooser/egg-macros.h:
1999         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2000         * shell/Makefile.am:
2001         * shell/ev-window.c: (image_save_dialog_response_cb),
2002         (ev_view_popup_cmd_save_image_as):
2003
2004         Allow exporting images in any format supported by
2005         GdkPixbuf. Fixes bug #500209.
2006         
2007 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2008
2009         * backend/pixbuf/pixbuf-document.c:
2010
2011         More warnings fixed.
2012         
2013 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2014
2015         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2016         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2017         * backend/djvu/djvu-text.h:
2018         * backend/tiff/tiff-document.c: (tiff_document_render):
2019
2020         Fix compile warnings.
2021         
2022 2007-12-28  Christian Persch  <chpe@gnome.org>
2023
2024         * **/*.c: Include config.h. Bug #504721.
2025
2026 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2027
2028         * configure.ac:
2029         * Makefile.am:
2030         * po/POTFILES.in:
2031         * backend/comics/Makefile.am:
2032         * backend/comics/comics-document.[ch]:
2033         * backend/comics/comicsdocument.evince-backend.in:
2034         * backend/djvu/Makefile.am:
2035         * backend/djvu/djvu-document.[ch]:
2036         * backend/djvu/djvudocument.evince-backend.in:
2037         * backend/dvi/Makefile.am:
2038         * backend/dvi/dvi-document.[c]:
2039         * backend/dvi/dvidocument.evince-backend.in:
2040         * backend/impress/Makefile.am:
2041         * backend/impress/impress-document.[ch]:
2042         * backend/impress/impressdocument.evince-backend.in:
2043         * backend/pdf/Makefile.am:
2044         * backend/pdf/ev-poppler.cc:
2045         * backend/pdf/ev-poppler.h:
2046         * backend/pdf/pdfdocument.evince-backend.in:
2047         * backend/pixbuf/Makefile.am:
2048         * backend/pixbuf/pixbuf-document.[ch]:
2049         * backend/pixbuf/pixbufdocument.evince-backend.in:
2050         * backend/ps/Makefile.am:
2051         * backend/ps/ev-spectre.[ch]:
2052         * backend/ps/ps-document.[ch]:
2053         * backend/ps/psdocument.evince-backend.in:
2054         * backend/tiff/Makefile.am:
2055         * backend/tiff/tiff-document.[ch]:
2056         * backend/tiff/tiffdocument.evince-backend.in:
2057         * libdocument/Makefile.am:
2058         * libdocument/ev-backends-manager.[ch]:
2059         * libdocument/ev-module.[ch]:
2060         * libdocument/ev-document.h:
2061         * libdocument/ev-document-factory.[ch]:
2062         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2063         (get_compression_from_mime_type), (get_document_from_uri),
2064         (ev_document_factory_get_document), (file_filter_add_mime_types),
2065         (ev_document_factory_add_filters):
2066         * shell/Makefile.am:
2067         * shell/ev-window-title.c: (get_filename_from_uri):
2068         * shell/main.c: (main):
2069         * thumbnailer/Makefile.am:
2070         * thumbnailer/evince-thumbnailer.c: (main):
2071
2072         Plugin system for backends. Fixes bug #351348.
2073         
2074 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2075
2076         * shell/ev-view-private.h:
2077         * shell/ev-view.c: (ev_view_drag_update_momentum),
2078         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2079         (ev_view_button_release_event), (ev_view_destroy):
2080         
2081         Kinetic scrolling implemented as requested in
2082         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2083
2084 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2085
2086         * data/evince-toolbar.xml:
2087         * data/evince-ui.xml:
2088         * shell/ev-view-private.h:
2089         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2090         (ev_view_button_press_event), (ev_view_motion_notify_event),
2091         (ev_view_button_release_event), (ev_view_init),
2092         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2093         (ev_view_set_cursor):
2094         * shell/ev-view.h:
2095         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2096         (ev_window_cmd_view_autoscroll):
2097         
2098         Autoscroll feature with the context menu. Fixes bug 
2099         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2100
2101 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2104
2105         Disconnect also page-ready signal when removing a job because the
2106         page size has changed. Thanks to kripken
2107         <kripkensteiner@gmail.com>.
2108
2109 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2110
2111         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2112         
2113         Scroll pages in page entry with mouse wheel. Fixes bug
2114         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2115
2116 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2117
2118         * backend/dvi/Makefile.am:
2119         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2120         (mdvi_cairo_device_init):
2121         * backend/dvi/mdvi-lib/common.h:
2122         * backend/dvi/mdvi-lib/mdvi.h:
2123         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2124         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2125         (mdvi_build_path_from_cwd):
2126
2127         Add ps specials support in dvi backend when libspectre is
2128         present. Fixes bug #386005.
2129         
2130 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2131
2132         * configure.ac:
2133         * backend/ps/Makefile.am:
2134         * backend/ps/ev-spectre.[ch]:
2135         
2136         Use libspectre, if available, for the ps backend. Fixes bugs
2137         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2138
2139 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2140         
2141         * backend/comics/comics-document.c: (comics_document_load):
2142         
2143         Cygwin build issue fix.
2144
2145 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2146
2147         * shell/ev-view.c: (ev_view_set_zoom):
2148
2149         Do not limit the minimum zoom factor when sizing mode is best bit
2150         or fit width. Fixes bug #503805.
2151         
2152 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2153
2154         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2155         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2156         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2157         (ev_link_dest_get_property), (ev_link_dest_set_property),
2158         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2159         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2160         (ev_link_dest_new_fitr):
2161         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2162         (goto_fith_dest), (goto_xyz_dest):
2163
2164         Do not change left, top and zoom values when they are null in PDF
2165         destinations. Fixes bug #460658.
2166         
2167 2007-12-10  Christian Persch  <chpe@gnome.org>
2168
2169         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2170         (ev_view_accessible_class_init),
2171         (ev_view_accessible_idle_do_action),
2172         (ev_view_accessible_action_do_action),
2173         (ev_view_accessible_action_get_description),
2174         (ev_view_accessible_action_set_description),
2175         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2176         (ev_view_accessible_factory_init),
2177         (ev_view_accessible_factory_get_accessible_type):
2178         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2179         private data, and G_DEFINE_TYPE. Bug #502843.
2180
2181 2007-12-08  Christian Persch  <chpe@gnome.org>
2182
2183         * shell/ev-metadata-manager.c: (item_free),
2184         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2185         (value_free), (parse_value), (parseItem),
2186         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2187         (save_values): Use GSlice to allocate small amounts of memory. Bug
2188         #475972.
2189
2190 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2193
2194         Restore cursor to normal after a drag operation. Fixes bug
2195         #501603.
2196         
2197 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2198
2199         * NEWS:
2200         * configure.ac:
2201         
2202         Update for release 2.21.1
2203
2204 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * configure.ac:
2207         * cut-n-paste/gedit-message-area/Makefile.am:
2208         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2209         * shell/Makefile.am:
2210         * shell/ev-message-area.[ch]:
2211         * shell/ev-window.c: (ev_window_set_message_area),
2212         (ev_window_error_message_response_cb), (ev_window_error_message),
2213         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2214         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2215         (ev_attachment_popup_cmd_open_attachment),
2216         (attachment_save_dialog_response_cb), (ev_window_set_document),
2217         (ev_window_init):
2218
2219         Use a message area instead of a popup dialog for error
2220         notifications. Fixes bug #337495.
2221         
2222 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2223
2224         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2225         (ev_window_run_fullscreen):
2226
2227         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2228         
2229 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2230
2231         * ev-sidebar-thumbnails.c: (update_visible_range),
2232         (ev_sidebar_thumbnails_refresh),
2233         (ev_sidebar_thumbnails_set_document),
2234         (ev_sidebar_thumbnails_support_document):
2235
2236         Show thumbnails for documents with one page. Fixes bug #358751.
2237         
2238 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * shell/ev-window.c:
2241         (ev_window_load_print_settings_from_metadata),
2242         (ev_window_save_print_settings), (ev_window_print_finished),
2243         (ev_window_print_range):
2244
2245         Print settings that are specific to the document are now saved per
2246         document in the metadata file. Fixes bug #488806.
2247         
2248 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2249
2250         * backend/tiff/tiff-document.c: (tiff_document_render):
2251
2252         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2253         
2254 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2255
2256         * shell/ev-application.[ch]: (get_find_string_from_args),
2257         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2258         (ev_application_open_uri_list):
2259         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2260         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2261         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2262         (ev_window_cmd_recent_file_activate),
2263         (ev_window_open_recent_action_item_activated),
2264         (ev_window_print_send), (open_remote_link):
2265         * shell/main.c: (arguments_parse):
2266
2267         Add a command line option for search. Fixes bug #497710.
2268         
2269 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2270
2271         * shell/ev-jobs.c: (ev_job_print_new):
2272
2273         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2274         
2275 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2276
2277         * data/evince-toolbar.xml:
2278         * shell/Makefile.am:
2279         * shell/ev-application.c: (ev_application_init):
2280         * shell/ev-open-recent-action.[ch]:
2281         * shell/ev-window.c:
2282         (ev_window_open_recent_action_item_activated),
2283         (register_custom_actions):
2284
2285         Add an expander to the open toolbar item which pops up a dropdown
2286         menu with the recently used documents. Fixes bug #487215.
2287         
2288 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2289
2290         * shell/ev-window.c: (ev_window_open_uri),
2291         (ev_window_cmd_view_reload):
2292
2293         Do not jump to the first page when reloading by running evince
2294         from the command line. Fixes bug #490847.
2295         
2296 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2297
2298         * shell/ev-window.c: (ev_window_cmd_help_contents):
2299
2300         Plugged memory leak when help file is not found. Fixes bug
2301         #490762.
2302         
2303 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2304
2305         * configure.ac:
2306
2307         Enable djvu, dvi and comics backends by default. Fixes bug
2308         #437121.
2309         
2310 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2311
2312         * configure.ac:
2313         * cut-n-paste/Makefile.am:
2314         * cut-n-paste/recent-files/*: Removed
2315         * help/reference/Makefile.am:
2316         * shell/Makefile.am:
2317         * shell/ev-application.[ch]: (ev_application_shutdown),
2318         (ev_application_init):
2319         * shell/ev-window.c: (ev_window_add_recent),
2320         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2321
2322         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2323         
2324 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2325
2326         * shell/ev-window.c: (launch_external_uri):
2327
2328         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2329         and report error if the URL is not supported (#489910).
2330
2331 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2332
2333         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2334         (pdf_document_file_exporter_begin_page),
2335         (pdf_document_file_exporter_end_page):
2336
2337         Fix printing with poppler splash backend. Fixes bug #489774.
2338         
2339 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2340
2341         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2342         * shell/ev-print-job.c: (ev_print_job_class_init):
2343
2344         Fix a crash when printing with the gnome-print dialog. Fixes bug
2345         #488939.
2346         
2347 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2348
2349         * backend/pixbuf/pixbuf-document.c:
2350
2351         Fix an implicit function definition warning (#487655)
2352
2353 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * shell/ev-window.c:
2356
2357         Fix conflicting shortcut for view sade pane and presentation.
2358         
2359 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2360
2361         * backend/pdf/ev-poppler.cc:
2362         (pdf_document_file_exporter_begin_page),
2363         (pdf_document_file_exporter_do_page),
2364         (pdf_document_file_exporter_end_page),
2365         (pdf_document_file_exporter_iface_init):
2366         * libdocument/ev-file-exporter.[ch]:
2367         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2368         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2369         (ev_job_print_run):
2370
2371         When printing multiple pages per sheet in reverse option, do not
2372         invert the order of the pages in every sheet, but the order of the
2373         sheets. Do not print blank pages when page range is invalid. Fixes
2374         bugs #484857 and #485521.
2375         
2376 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2377
2378         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2379         (ev_job_print_run):
2380         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2381
2382         Respect ranges order when printing more than one range in random
2383         order.
2384         
2385 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2386
2387         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2388         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2389
2390         Rotate also the window icon when document is rotated. Fixes bug
2391         #474681.
2392         
2393 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2394
2395         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2396         (pdf_document_forms_get_form_fields):
2397
2398         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2399         Matthias Drochner.
2400         
2401 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2402
2403         * configure.ac:
2404         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2405
2406         Use poppler_page_render_for_printing() instead of
2407         poppler_page_render() if available when exporting to a ps or pdf
2408         file. Fixes bug #476627.
2409         
2410 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2411
2412         * shell/ev-window.c: (ev_window_run_fullscreen):
2413
2414         Do not show the toolbar in fullscreen mode if the main toolbar is
2415         not visible. Fixes bug #483048.
2416         
2417 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2418
2419         * shell/ev-view.c: (ev_view_button_press_event):
2420
2421         Give priority to form fields over images when deciding whether a
2422         button press event is over an image or form field. It allows edit
2423         form fields when they are over a background image. Fixes bug
2424         #477841.
2425         
2426 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2427
2428         * NEWS:
2429         * configure.ac:
2430         
2431         Update for release 2.20.0
2432
2433 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2434
2435         * backend/pdf/ev-poppler.cc:
2436
2437         Remove #ifdef HAVE_FORMS, so that forms support works again.
2438
2439 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2440
2441         * configure.ac:
2442         * data/evince.desktop.in.in:
2443         
2444         Fixes desktop file issues. See bug #473471.
2445
2446 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2447
2448         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2449         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2450         (ev_job_queue_remove_job):
2451         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2452         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2453         * shell/ev-window.c: (ev_window_clear_save_job),
2454         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2455         (ev_window_dispose):
2456
2457         Move save a copy task to its own job so that it's carried out in a
2458         thread avoiding another lock in the main thread. Use
2459         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2460         can be saved to a pathin another file system. Fixes bug #456891.
2461         
2462 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2463
2464         * NEWS:
2465         * configure.ac:
2466         
2467         Update for release 2.19.92
2468
2469 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * configure.ac:
2472         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2473         (pdf_selection_get_selection_region),
2474         (pdf_selection_get_selection_map),
2475         (ev_form_field_from_poppler_field):
2476
2477         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2478         and triple click selections are enabled again now.
2479
2480 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2481
2482         * shell/ev-window.c: (ev_window_add_history):
2483
2484         Make sure not to use the history with documents not supporting
2485         links. Fixes bug #468954.
2486
2487 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2488
2489         * shell/ev-window.c: (ev_window_load_job_cb):
2490
2491         Restart the search when reloading a document with the find bar
2492         visible. Fixes bug #461962.
2493
2494 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2495
2496         * shell/ev-window.c: (setup_document_from_metadata),
2497         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2498
2499         Do not jump to the first page when reloading a document from the
2500         last page.
2501
2502 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * shell/ev-window.c: (update_chrome_flag),
2505         (setup_sidebar_from_metadata),
2506         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2507         (ev_window_cmd_edit_find_next),
2508         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2509         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2510         (find_bar_close_cb), (view_actions_focus_in_cb):
2511
2512         Do not update visibility when changing a chrome flag so that it's
2513         possible to update several flags and update visibility only once
2514         for all of them.
2515
2516 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2517
2518         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2519
2520         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2521         supported by gtk+. Fixes bug #460907.
2522
2523 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2524
2525         * shell/ev-view.c: (view_update_range_and_current_page):
2526
2527         Make sure current-page <= end-page in continuous mode. Fixes bug
2528         #454950.
2529
2530 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2531
2532         * backend/pdf/ev-poppler.cc: (build_tree):
2533
2534         Ignore outline items without a title. Fixes bug #453913.
2535
2536 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2539         (ev_view_button_release_event), (ev_view_leave_notify_event):
2540
2541         Use always drag mouse cursor during a drag operation. Fixes bug
2542         #470564.
2543
2544 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2545
2546         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2547         (pdf_selection_get_selection_region),
2548         (pdf_selection_get_selection_map):
2549
2550         Temporarily disable double and triple selections since it depends on
2551         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2552         released and the update of the external dependency minimal version
2553         approved.
2554
2555 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2556
2557         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2558         (pdf_document_file_exporter_do_page):
2559         * libdocument/ev-file-exporter.h:
2560         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2561         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2562
2563         Actually fix printing regressions. Remove orientation from
2564         EvPrintContext since it's redundant.
2565
2566 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2567
2568         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2569         * backend/impress/impress-document.c:
2570         (impress_document_document_iface_init):
2571         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2572         * backend/djvu/djvu-document.c:
2573         (djvu_document_document_iface_init),
2574         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2575         * backend/tiff/tiff-document.c:
2576         (tiff_document_document_iface_init):
2577         * backend/pixbuf/pixbuf-document.c:
2578         (pixbuf_document_document_iface_init):
2579         * backend/comics/comics-document.c:
2580         (comics_document_document_iface_init):
2581         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2582         (pdf_selection_render_selection),
2583         (pdf_selection_get_selected_text),
2584         (pdf_selection_get_selection_region),
2585         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2586         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2587         (ev_selection_get_selection_region),
2588         (ev_selection_get_selection_map):
2589         * libdocument/ev-document.[ch]:
2590         * shell/ev-pixbuf-cache.[ch]: (add_job),
2591         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2592         * shell/ev-view-private.h:
2593         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2594         (ev_job_render_run):
2595         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2596         * shell/ev-view.c: (start_selection_for_event),
2597         (ev_view_button_press_event), (ev_view_drag_data_get),
2598         (ev_view_drag_data_received), (ev_view_button_release_event),
2599         (compute_new_selection_text), (compute_selections),
2600         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2601         (ev_view_primary_get_cb):
2602
2603         Add support for double and triple click selections.
2604
2605 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2606
2607         * NEWS:
2608         * configure.ac:
2609
2610         Update for release 2.19.4
2611
2612 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2613
2614         * shell/ev-view-private.h:
2615         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2616         (ev_view_set_highlight_search):
2617         * shell/ev-view.h:
2618         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2619         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2620         (find_bar_visibility_changed_cb):
2621         
2622         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2623
2624 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2625
2626         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2627         (pdf_document_file_exporter_begin),
2628         (pdf_document_file_exporter_do_page):
2629         * shell/ev-jobs.c: (ev_job_print_run):
2630         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2631
2632         Create always a portrait cairo surface and rotate when needed for
2633         landscape. It fixes printing problems in real printers.
2634
2635 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2636
2637         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2638         * libdocument/ev-file-exporter.[ch]:
2639         (ev_file_exporter_get_capabilities):
2640         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2641         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2642
2643         Adjust number of pages per row according to page orientation when
2644         printing 2 or 6 pages per sheet.
2645
2646 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * shell/ev-window.c: (ev_window_print_send):
2649
2650         Reset also cups setting to 1 when printing multiple pages per
2651         sheet. Fixes bug #468853.
2652
2653 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2654
2655         * libdocument/ev-document-misc.c:
2656         (ev_document_misc_surface_rotate_and_scale):
2657
2658         Use directly cairo_surface_get_content() when creating a similar
2659         surface as suggested by Jeff Muizelaar. Thanks again.
2660
2661 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * backend/djvu/djvu-document.c: (djvu_document_render):
2664         * backend/tiff/tiff-document.c: (tiff_document_render):
2665         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2666         * libdocument/ev-document-misc.c:
2667         (ev_document_misc_surface_from_pixbuf),
2668         (ev_document_misc_surface_rotate_and_scale):
2669
2670         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2671         creating page surfaces. Fixes bug #453123. Thank you very much to
2672         Jeff Muizelaar <jeff@infidigm.net>.
2673
2674 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2675
2676         * shell/ev-page-cache.c: (ev_page_cache_new),
2677         (ev_page_cache_get_thumbnail_size):
2678         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2679         (ev_sidebar_thumbnails_set_loading_icon):
2680
2681         Also store in page-cache the dimensions of the thumbnails so that
2682         they can be used to create the correct loading icon in the side
2683         pane. Fixes bug #466857.
2684
2685 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2686
2687         * backend/pdf/ev-poppler.cc:
2688         (pdf_document_thumbnails_get_thumbnail):
2689
2690         Fix thumbnails rotation in pdf documents that include embedded 
2691         thumbnails.
2692
2693 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2694
2695         * backend/pdf/ev-poppler.cc:
2696
2697         Don't use #ifdef in macro expansion. Some compilers don't
2698         like that. Closes bug #467042.
2699
2700 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2701
2702         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2703         
2704         Fixes memory leak in djvu backend.
2705
2706 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2707
2708         * data/icons/32x32/Makefile.am:
2709         * data/icons/32x32/actions/Makefile.am:
2710         * data/icons/32x32/actions/view-page-cont.svg:
2711         * data/icons/32x32/actions/view-page-facing.svg:
2712         * data/icons/48x48/Makefile.am:
2713         * data/icons/48x48/actions/Makefile.am:
2714         * data/icons/48x48/actions/view-page-cont.svg:
2715         * data/icons/48x48/actions/view-page-facing.svg:
2716         
2717         Icons for a new sizes.
2718
2719 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2720
2721         * shell/ev-page-cache.c: (build_height_to_page),
2722         (ev_page_cache_get_height_to_page):
2723         
2724         Fixes invalid read, see bug #466401.
2725
2726 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2727
2728         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2729         (set_drag_cursor):
2730         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2731         (configure_item_cursor), (new_pixbuf_from_widget):
2732
2733         Fix multihead problems in toolbar editor. Fixes bug #382055.
2734
2735 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * shell/ev-window.c: (ev_window_cmd_file_open),
2738         (ev_window_cmd_save_as):
2739
2740         Use g_get_user_special_dir when available instead of
2741         xdg_user_dir_lookup.
2742
2743 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2744
2745         * MAINTAINERS:
2746         
2747         Updated according to request on desktop-devel.
2748
2749 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2750
2751         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2752
2753         Do not use cairo_rectangle and cairo_clip since we are
2754         not using cairo_fill but cairo_paint. Use the same cairo context
2755         for every page in the same expose event.
2756
2757 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2758
2759         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2760         leak.
2761
2762 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2763
2764         * configure.ac:
2765         * NEWS:
2766
2767         Release 0.9.3
2768
2769 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2770
2771         * libdocument/ev-document-info.h:
2772         * libdocument/ev-document.h:
2773         * shell/ev-page-action.h:
2774         * shell/ev-sidebar-links.h:
2775
2776         Fix a headers problem with ev-link
2777         
2778         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2779         * shell/ev-view-private.h:
2780         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2781         (get_link_area), (ev_view_query_tooltip),
2782         (ev_view_leave_notify_event), (ev_view_destroy),
2783         (ev_view_class_init):
2784
2785         Use new gtk tooltips when available instead of ev-tooltip.
2786         
2787 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2788
2789         * shell/ev-window.c: (update_chrome_visibility),
2790         (ev_window_sidebar_visibility_changed_cb):
2791
2792         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2793         
2794 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2795
2796         * shell/ev-navigation-action.c:
2797         (ev_navigation_action_history_changed),
2798         (ev_navigation_action_set_history):
2799         * shell/ev-navigation-action-widget.c:
2800         (ev_navigation_action_widget_init):
2801         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2802
2803         Fix compile warnings.
2804         
2805 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2806
2807         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2808         (egg_editable_toolbar_dispose):
2809
2810         Fix memory leak.
2811         
2812 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2813
2814         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2815         (screensaver_disable_x11):
2816         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2817         * shell/ev-window.c: (presentation_set_timeout):
2818         * shell/ev-view.c: (ev_view_presentation_transition_start):
2819
2820         Use g_timeout_add_seconds instead of g_timeout_add when
2821         available.
2822         
2823 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2824
2825         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2826
2827         Set horizontal scrollbar policy to AUTOMATIC instead of
2828         NEVER. Workaround for bug #449462.
2829         
2830 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2831
2832         * shell/ev-jobs.c: (ev_job_render_page_ready):
2833
2834         Add page_ready callback to main loop with high priority and hold
2835         a reference to job during idle.
2836         
2837 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2838
2839         * configure.ac:
2840         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2841         (pdf_document_file_exporter_begin),
2842         (pdf_document_file_exporter_do_page),
2843         (pdf_document_file_exporter_get_capabilities):
2844         * libdocument/ev-file-exporter.h:
2845         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2846         * shell/ev-window.c: (ev_window_print_send),
2847         (ev_window_print_dialog_response_cb):
2848
2849         Allow printing multiple pages per sheet. Fixes bug #395573.
2850         
2851 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2852
2853         * shell/ev-view.c: (tip_from_link):
2854         
2855         Check for NULL, fixes bug #460862.
2856
2857 2007-07-29  Christian Persch  <chpe@gnome.org>
2858
2859         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2860         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2861         (ev_window_cmd_preview_print):
2862         
2863         Fixes bug #437681 - blocks while enumerating printers.
2864
2865 2007-07-29  Christian Persch  <chpe@gnome.org>
2866
2867         * shell/ev-window.c: (ev_window_screen_changed):
2868         
2869         Don't use deprecated gtk+ function. See bug #460909.
2870
2871 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2872
2873         * shell/ev-utils.c: (get_num_monitors):
2874         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2875
2876         Do not use display before initializing it. Remove compile
2877         warnings.
2878
2879 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2880
2881         * shell/ev-view.c: (ev_view_class_init):
2882         
2883         Unix-like hjkl bindings added. See bug #458111.
2884
2885 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2886
2887         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2888         * shell/ev-utils.h:
2889         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2890         (ev_view_update_view_size):
2891         * shell/ev-view.h:
2892         * shell/ev-window.c: (ev_window_update_actions),
2893         (setup_view_from_metadata), (ev_window_screen_changed),
2894         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2895         (zoom_control_changed_cb):
2896         * shell/ev-window.h:
2897         
2898         Reorganizes utility functions.
2899
2900 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2901
2902         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2903         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2904         (add_job), (ev_pixbuf_cache_get_surface),
2905         (ev_pixbuf_cache_get_link_mapping),
2906         (ev_pixbuf_cache_get_image_mapping),
2907         (ev_pixbuf_cache_get_form_field_mapping),
2908         (ev_pixbuf_cache_get_text_mapping):
2909         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2910         (notify_page_ready), (ev_job_render_page_ready),
2911         (ev_job_render_run):
2912
2913         Add page_ready signal to notify that page is ready as soon as
2914         possible even if other page elements like links, forms, images or
2915         text mapping are not ready yet.
2916
2917 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2920         (dvi_document_file_exporter_do_page),
2921         (dvi_document_file_exporter_get_capabilities),
2922         (dvi_document_file_exporter_iface_init):
2923         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2924         (ps_document_file_exporter_do_page),
2925         (ps_document_file_exporter_get_capabilities),
2926         (ps_document_file_exporter_iface_init):
2927         * backend/djvu/djvu-document.c:
2928         (djvu_document_file_exporter_begin),
2929         (djvu_document_file_exporter_end),
2930         (djvu_document_file_exporter_get_capabilities),
2931         (djvu_document_file_exporter_iface_init):
2932         * backend/tiff/tiff-document.c:
2933         (tiff_document_file_exporter_begin),
2934         (tiff_document_file_exporter_get_capabilities),
2935         (tiff_document_document_file_exporter_iface_init):
2936         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2937         (pdf_document_file_exporter_do_page),
2938         (pdf_document_file_exporter_get_capabilities),
2939         (pdf_document_file_exporter_iface_init):
2940         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2941         (ev_file_exporter_get_capabilities):
2942         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2943         (idle_print_handler), (ev_print_job_print):
2944         * shell/ev-jobs.c: (ev_job_print_run):
2945         * shell/ev-window.c: (ev_window_print_send),
2946         (ev_window_print_range):
2947
2948         Use capabilities to know which options should be offered by the
2949         print dialog depending on the document backend.
2950
2951 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2952
2953         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2954
2955         Give priority to forms over text to set the cursor.
2956
2957 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2958
2959         * shell/ev-view-private.h:
2960         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2961         (ev_view_leave_notify_event), (ev_view_finalize),
2962         (ev_view_get_property), (ev_view_class_init):
2963
2964         Use IBEAM cursor for text form fields and NORMAL cursor for read
2965         only fields. Remove unused status attribute.
2966
2967 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2968
2969         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2970
2971         Update region for current selected items also for checkbox
2972         buttons, since they can behave as radio buttons when they are in a
2973         set.
2974
2975 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2976
2977         * configure.ac:
2978         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2979
2980         Get max length of text form fields.
2981
2982 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2983
2984         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2985         * libdocument/ev-form-field.h:
2986         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2987
2988         Fix build with current poppler cvs head.
2989
2990 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2991
2992         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2993         * shell/eggfindbar.c: (egg_find_bar_init):
2994
2995         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2996         deprecation. Fixes bug #455667
2997
2998 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2999
3000         * NEWS:
3001         * configure.ac:
3002         
3003         Update for release 0.9.2
3004
3005 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3006
3007         * shell/ev-view.c: (ev_view_form_field_text_save),
3008         (ev_view_form_field_choice_save):
3009
3010         Fix a crash when closing whith a form widget visible.
3011
3012 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3013
3014         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3015
3016         Update also the region of the current selected button when
3017         clicking on another button if they are radio buttons.
3018
3019 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3020
3021         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3022         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3023         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3024         (ev_pixbuf_cache_get_link_mapping),
3025         (ev_pixbuf_cache_get_image_mapping),
3026         (ev_pixbuf_cache_get_form_field_mapping),
3027         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3028         * shell/ev-view.c: (ev_view_form_field_get_region),
3029         (ev_view_form_field_button_create_widget),
3030         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3031         (job_finished_cb):
3032
3033         Redraw only form field region instead of the whole page when
3034         reloading a page to show changes on the form field.
3035
3036 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3037
3038         * shell/ev-view.c: (ev_view_form_field_choice_save):
3039
3040         Fix selection of first item in list form fields.
3041
3042 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3043
3044         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3045         (ev_pixbuf_cache_reload_page),
3046         (ev_pixbuf_cache_get_form_field_mapping):
3047
3048         Some refactoring to avoid duplicated code.
3049
3050 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3051
3052         * configure.ac:
3053         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3054         (ev_form_field_from_poppler_field),
3055         (pdf_document_forms_get_form_fields),
3056         (pdf_document_forms_form_field_text_get_text),
3057         (pdf_document_forms_form_field_text_set_text),
3058         (pdf_document_forms_form_field_button_set_state),
3059         (pdf_document_forms_form_field_button_get_state),
3060         (pdf_document_forms_form_field_choice_get_item),
3061         (pdf_document_forms_form_field_choice_get_n_items),
3062         (pdf_document_forms_form_field_choice_is_item_selected),
3063         (pdf_document_forms_form_field_choice_select_item),
3064         (pdf_document_forms_form_field_choice_toggle_item),
3065         (pdf_document_forms_form_field_choice_unselect_all),
3066         (pdf_document_forms_form_field_choice_set_text),
3067         (pdf_document_forms_form_field_choice_get_text),
3068         (pdf_document_document_forms_iface_init):
3069         * libdocument/Makefile.am:
3070         * libdocument/ev-form-field.[ch]:
3071         * libdocument/ev-document-forms.[ch]:
3072         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3073         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3074         (add_job), (ev_pixbuf_cache_reload_page),
3075         (ev_pixbuf_cache_get_form_field_mapping):
3076         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3077         * shell/ev-view-private.h:
3078         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3079         (ev_view_handle_cursor_over_xy),
3080         (ev_view_get_form_field_at_location),
3081         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3082         (ev_view_form_field_button_create_widget),
3083         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3084         (ev_view_form_field_text_create_widget),
3085         (ev_view_form_field_choice_save),
3086         (ev_view_form_field_choice_changed),
3087         (ev_view_form_field_choice_create_widget),
3088         (ev_view_handle_form_field), (ev_view_size_allocate),
3089         (ev_view_realize), (draw_end_presentation_page),
3090         (ev_view_button_press_event), (ev_view_remove_all),
3091         (ev_view_motion_notify_event), (ev_view_key_press_event),
3092         (ev_view_enter_notify_event), (highlight_find_results),
3093         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3094         (ev_view_class_init), (page_changed_cb),
3095         (on_adjustment_value_changed), (ev_view_set_presentation),
3096         (merge_selection_region), (ev_view_set_cursor),
3097         (ev_view_reset_presentation_state):
3098         
3099         Merge evince-forms branch.
3100
3101 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3102
3103         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3104
3105         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3106         This script also updates itself from libegg
3107
3108         * cut-n-paste/toolbar-editor/egg*:
3109         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3110         libegg
3111
3112 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3113
3114         * shell/ev-window.c:
3115         
3116         Adds a nice icon to page action during toolbar editing.
3117         See bug #452872.
3118
3119 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3120
3121         * data/evince-toolbar.xml:
3122         * shell/ev-window.c:
3123         
3124         Let user add a presentation and fullscreen icons on toolbar.
3125         See bug #449734.
3126
3127 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3128
3129         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3130
3131         new script to keep in sync with toolbareditor in libegg
3132
3133         * cut-n-paste/toolbar-editor/*: 
3134
3135         Run update-toolbareditor-from-libegg so we are in sync again. 
3136         Fixes bug #452850.
3137         
3138
3139 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3140
3141         * shell/ev-sidebar-links.c: (job_finished_callback):
3142
3143         Do not connect selection changed signal more than once. Fixes bug
3144         #349433.
3145
3146 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3147
3148         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3149
3150         Do not change sidebar chrome flag when pressing F9 key in
3151         presentation mode.
3152
3153 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3154
3155         * backend/pdf/ev-poppler.cc:
3156         (pdf_document_thumbnails_get_dimensions):
3157
3158         Make sure thumbnails width and height is not <= 0. Fixes a crash
3159         with some pdf documents which have really small pages.
3160
3161 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3162
3163         * shell/main.c: (main):
3164
3165         Fixes program description translation issue.
3166         Bug #450148.
3167
3168 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3169
3170         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3171
3172         Do not change current page when returning from black/white mode
3173         in presentation. Fixes bug #415032.
3174
3175 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3176
3177         * NEWS:
3178         * configure.ac:
3179         
3180         Update for release 0.9.1
3181
3182 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3183
3184         * backend/dvi/dvi-document.c:
3185         (dvi_document_finalize),
3186         (dvi_document_file_exporter_format_supported),
3187         (dvi_document_file_exporter_begin),
3188         (dvi_document_file_exporter_do_page),
3189         (dvi_document_file_exporter_end),
3190         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3191         
3192         PDF exporter for dvi documents. Fixes bug #441319.
3193
3194 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3195
3196         * shell/ev-window.c: (ev_window_clear_print_job):
3197
3198         Clear gtk print job when job has finished. Fixes bug #447612.
3199
3200 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3201
3202         * shell/ev-window.c: (ev_window_print_send),
3203         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3204
3205         Add preview button to print dialog. Fixes bug #445419.
3206
3207 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3208
3209         * backend/dvi/Makefile.am:
3210         * backend/dvi/pixbuf-device.[ch]: Removed
3211         * backend/dvi/cairo-device.[ch]: Added
3212         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3213         * backend/dvi/dvi-document.c: (dvi_document_load),
3214         (dvi_document_render), (dvi_document_finalize),
3215         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3216         (dvi_document_do_color_special):
3217         * libdocument/ev-document-misc.[ch]:
3218         (ev_document_misc_pixbuf_from_surface):
3219
3220         Port dvi backend to cairo and fix a problem with colors. 
3221
3222 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3223
3224         * shell/ev-view.c: (draw_one_page):
3225
3226         Draw only visible region.
3227
3228 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3229
3230         * backend/djvu/djvu-document.c: (djvu_document_render):
3231
3232         Fix rotation in djvu backend.
3233
3234 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3235
3236         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3237         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3238         (ev_pixbuf_cache_get_image_mapping),
3239         (ev_pixbuf_cache_get_text_mapping):
3240
3241         Redraw view every time we have a new surface. Fixes bug #443587.
3242
3243 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3244
3245         * libdocument/ev-document.c: (ev_document_info_free):
3246
3247         Fix memory leaks.
3248
3249 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * backend/dvi/dvi-document.c: (dvi_document_render),
3252         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3253         * backend/impress/impress-document.c:
3254         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3255         (impress_document_render), (impress_document_document_iface_init),
3256         (impress_document_thumbnails_get_thumbnail):
3257         * backend/djvu/djvu-document-private.h:
3258         * backend/djvu/djvu-document.c: (djvu_document_render),
3259         (djvu_document_finalize), (djvu_document_document_iface_init),
3260         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3261         * backend/tiff/tiff-document.c: (tiff_document_render),
3262         (tiff_document_render_pixbuf),
3263         (tiff_document_document_iface_init):
3264         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3265         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3266         (pdf_selection_render_selection):
3267         * backend/comics/comics-document.c:
3268         (comics_document_render_pixbuf), (comics_document_render),
3269         (comics_document_document_iface_init):
3270         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3271         (pixbuf_document_document_iface_init):
3272         * libdocument/ev-document-misc.[ch]:
3273         (ev_document_misc_surface_from_pixbuf),
3274         (ev_document_misc_surface_rotate_and_scale):
3275         * libdocument/ev-document.[ch]: (ev_document_render):
3276         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3277         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3278         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3279         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3280         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3281         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3282         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3283         (render_finished_cb), (ev_job_render_run):
3284         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3285         (merge_selection_region):
3286
3287         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3288         and selections.
3289
3290 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3291
3292         * shell/ev-window-title.c: (ev_window_title_update):
3293
3294         Fix memory leak.
3295
3296 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3297
3298         * shell/ev-view.c: (draw_loading_text):
3299
3300         Show loading text centered. Fixes bug #433061
3301
3302 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3303
3304         * shell/ev-sidebar-thumbnails.c:
3305         (ev_sidebar_thumbnails_set_loading_icon):
3306
3307         Remove a mutex in the main thread that blocks the UI in heavy
3308         documents.
3309
3310 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3311
3312         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3313
3314         Set points_set to TRUE so that selections don't disappear after a
3315         zoom change.
3316
3317 2007-06-07  Michael Monreal  <infernux@web.de>
3318
3319         * data/icons/16x16/actions/Makefile.am:
3320         * data/icons/16x16/actions/zoom.svg:
3321         * data/icons/22x22/actions/Makefile.am:
3322         * data/icons/22x22/actions/zoom.svg:
3323         * data/icons/24x24/actions/Makefile.am:
3324         * shell/ev-stock-icons.c:
3325         * shell/ev-stock-icons.h:
3326         * shell/ev-window.c:
3327         
3328         Zoom icon artwork. See bug #444795.
3329
3330 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3331
3332         * shell/ev-metadata-manager.c: Remove extraneous function
3333         (Closes: #444386)
3334
3335 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3336
3337         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3338         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3339         (ev_metadata_manager_set), (ev_metadata_manager_save):
3340         Simplify the timeout, no need for modified anymore
3341
3342 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3343
3344         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3345         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3346         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3347         (ev_metadata_manager_save): Adapted patch from Arjan van de
3348         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3349         time, saves on power (Closes: #443851)
3350
3351 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3352
3353         * configure.ac:
3354         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3355         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3356
3357         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3358
3359 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3360
3361         * shell/ev-window.c: (ev_window_add_history):
3362
3363         Check if history is NULL
3364
3365 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3366
3367         * libdocument/ev-image.c: (ev_image_finalize):
3368         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3369         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3370         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3371         (ev_tmp_uri_unlink):
3372
3373         Add functions to delete temporary files created by evince in a safe
3374         way.
3375
3376         * shell/ev-window.c: (ev_window_clear_local_uri),
3377         (open_xfer_update_progress_callback),
3378         (save_xfer_update_progress_callback), (ev_window_save_remote),
3379         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3380         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3381         (attachment_save_dialog_response_cb),
3382         (ev_attachment_popup_cmd_save_attachment_as):
3383
3384         Allow saving a copy of a document, image or attachment to a remote
3385         location. Fixes bug #440754. 
3386
3387 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3388
3389         * configure.ac:
3390         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3391
3392         Fix build with current poppler from cvs head. 
3393
3394 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3395
3396         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3397
3398         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3399         directory exists.
3400
3401 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3402
3403         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3404         * shell/ev-window.c:
3405
3406         Change sidebar ordering. Fixes bug #439939.
3407
3408 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3409
3410         * backend/comics/Makefile.am:
3411         
3412         Fixes build with --without-libgnome.
3413
3414 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3415         
3416         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3417
3418         Update cursor and tooltip on page change and view scroll. Fixes bug
3419         #439217.
3420
3421 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3422
3423         * NEWS:
3424         * configure.ac:
3425         
3426         Update for release 0.9.0
3427
3428 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3429
3430         * backend/djvu/djvu-document-private.h:
3431         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3432         (djvu_document_finalize),
3433         (djvu_document_file_exporter_format_supported),
3434         (djvu_document_file_exporter_begin),
3435         (djvu_document_file_exporter_do_page),
3436         (djvu_document_file_exporter_end),
3437         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3438         
3439         Implemented printing with djvu. Bug #437998.
3440
3441 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3442
3443         * backend/impress/zip.c:
3444         Add missing ulong definition.
3445
3446         * backend/ps/ps-interpreter.c:
3447         Add missing headers.
3448
3449         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3450
3451 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3452
3453         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3454
3455         Add missing call to parent class dispose method. 
3456
3457 2007-05-12  Ross Burton  <ross@openedhand.com>
3458
3459         * shell/main.c:
3460         Sync keybindings manually when building without libgnome
3461         (#437925).
3462
3463 2007-05-12  Ross Burton  <ross@openedhand.com>
3464
3465         * shell/ev-window.c:
3466         Respect the screen when opening help (#437866).
3467
3468 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3469
3470         * data/evince-ui.xml:
3471         * shell/ev-application.[ch]: (get_print_settings_from_args),
3472         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3473         (ev_application_open_uri_list):
3474         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3475         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3476         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3477         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3478         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3479         (ev_window_dispose):
3480         * shell/main.c: (arguments_parse):
3481
3482         Add print button in preview mode. Fixes bug #396475. 
3483
3484 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3485
3486         * cut-n-paste/zoom-control/ephy-zoom.h:
3487         
3488         Fixes zoom level factors. See bug #408119 for details.
3489
3490 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3491
3492         * backend/comics/comics-document.c: (comics_regex_quote),
3493         (extract_argv):
3494         
3495         Correctly quote symbols. Fixes crash in the bug
3496         #415370.
3497
3498 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3499
3500         * shell/ev-navigation-action-widget.c:
3501         (ev_navigation_action_widget_init),
3502         (ev_navigation_action_widget_class_init),
3503         (ev_navigation_action_widget_button_press_event):
3504         
3505         Connect to button-press event on correct widget. Fixes
3506         bug #431988
3507
3508 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3509
3510         * shell/ev-application.c: (ev_application_open_window),
3511         (ev_application_add_icon_path_for_screen),
3512         (ev_application_open_uri_at_dest):
3513         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3514         * shell/ev-navigation-action.c: (build_menu):
3515         
3516         Add app-specific icons to our icon theme. Fixes bug
3517         #425508.
3518
3519 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3520
3521         * shell/ev-history.c: (ev_history_class_init),
3522         (ev_history_add_link):
3523         * shell/ev-history.h:
3524         * shell/ev-navigation-action.c:
3525         (ev_navigation_action_history_changed),
3526         (ev_navigation_action_set_history), (build_menu),
3527         (ev_navigation_action_finalize):
3528         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3529         
3530         Make navigation action unsensitive instead of showing
3531         menu with unsensitive word. Fixes bug #417392.
3532
3533 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3534
3535         * shell/ev-application.[ch]: (ev_application_shutdown),
3536         (ev_application_get_print_settings),
3537         (ev_application_set_print_settings):
3538         * shell/ev-window.c:
3539
3540         Remember print settings. Fixes bug #349102. 
3541
3542 2007-05-08  Christian Persch  <chpe@gnome.org>
3543
3544         * configure.ac:
3545         * properties/ev-properties-view.c:
3546
3547         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3548         Bug #382438.
3549
3550 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3551
3552         * configure.ac:
3553         * properties/ev-properties-view.c: (ev_regular_paper_size):
3554
3555         Use gtk+ builtin paper list to identify the document's paper size.
3556         Fixes bug #382438. 
3557
3558 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3559
3560         * configure.ac:
3561
3562         Fix build when compiling with thumbnailer and libgnome support. 
3563
3564 2007-05-04  Ross Burton  <ross@openedhand.com>
3565
3566         * configure.ac:
3567         Add --without-libgnome, check for libgnome and libgnomeui
3568         separately, and add them to the symbols as required.
3569
3570         * libdocument/ev-file-helpers.c:
3571         When building without libgnome, use g_get_user_config_dir instead
3572         of gnome_user_dir_get.
3573
3574         * shell/ev-application.c:
3575         When building without libgnome, don't use session management.
3576
3577         * shell/main.c:
3578         When building without libgnome, don't use GnomeProgram or
3579         initialise the authentication manager.
3580
3581         This fixes #328842.
3582
3583 2007-05-04  Ross Burton  <ross@openedhand.com>
3584
3585         * shell/ev-window.c:
3586         Don't use libgnome to open help, instead call Yelp directly.
3587
3588 2007-05-04  Ross Burton  <ross@openedhand.com>
3589
3590         * shell/ev-sidebar-attachments.c:
3591         Don't use libgnome to lookup icons for MIME types, instead copy
3592         code from GTK+ to do it manually.
3593
3594 2007-05-04  Ross Burton  <ross@openedhand.com>
3595
3596         * configure.ac:
3597         Add libxml to the dependencies for SHELL_CORE (#435818).
3598
3599 2007-05-02  Ross Burton  <ross@openedhand.com>
3600
3601         * configure.ac:
3602         * Makefile.am:
3603         Add --disable-thumbnailer (#434825)
3604
3605 2007-05-02  Ross Burton  <ross@openedhand.com>
3606
3607         * shell/ev-window.c:
3608         Add missing includes, fix indentation.
3609
3610         * shell/main.c:
3611         Fix indentation.
3612
3613 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3614
3615         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3616         ev_application_open_uri_at_dest instead of ev_application_open_uri
3617         preventing new document always being opened in a new window even if there
3618         is an empty window.
3619
3620 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3621
3622         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3623         (egg_recent_view_uimanager_finalize):
3624         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3625         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3626         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3627         (ev_pixbuf_cache_dispose):
3628         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3629         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3630         
3631         Add missing chain to parent class methods. Fixes
3632         bug #433128.
3633
3634 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3635
3636         * data/Makefile.am (update-icon-cache): Updates
3637         gtk-update-icon-cache in uninstall-hook.
3638
3639 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3640
3641         * shell/ev-window.c: (ev_window_setup_document),
3642         (ev_window_set_document), (ev_window_load_job_cb):
3643         * shell/ev-view.c: (setup_caches):
3644         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3645
3646         Start rendering pages before any other jobs. 
3647
3648 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3649
3650         * shell/ev-window.c: (ev_window_stop_fullscreen),
3651         (ev_window_stop_presentation):
3652
3653         Update chrome visibility before window unfullscreen. 
3654
3655 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3656
3657         * data/Makefile.am:
3658         * data/evince-ui.xml:
3659         * shell/ev-stock-icons.[ch]:
3660         * shell/ev-application.[ch]: (ev_application_shutdown),
3661         (ev_application_init), (ev_application_get_toolbars_model):
3662         * shell/ev-window.c: (update_chrome_visibility),
3663         (fullscreen_toolbar_setup_item_properties),
3664         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3665         (ev_window_run_presentation), (ev_window_stop_presentation),
3666         (ev_window_run_preview), (ev_window_screen_changed),
3667         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3668         (ev_window_dispose), (ev_window_init):
3669
3670         Make fullscreen toolbar always visible. Do not use egg toolbars for
3671         fullscreen and preview modes since such toolbars are not editables.
3672         Fixes bugs #300278, #338910 and #316188.  
3673
3674 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3675
3676         * shell/ev-application.c:
3677         * shell/ev-job-queue.c:
3678         * shell/ev-metadata-manager.c:
3679         * shell/ev-stock-icons.c:
3680         * shell/ev-window.c:
3681         * shell/main.c:
3682         
3683         Developers documentation updated.
3684
3685 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3686
3687         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3688
3689         Check whether uri is valid before launching it. Fixes bug #427664.
3690
3691 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * shell/ev-window.c:
3694
3695         Change key accelerator for Open a Copy menu entry which is in conflict
3696         with Close. Fixes bug #427321.
3697
3698 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3699
3700         * NEWS:
3701         * configure.ac:
3702         
3703         Update for release 0.8.1
3704
3705 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3706
3707         * shell/ev-window.c: (setup_size_from_metadata):
3708         
3709         Do not make window bigger than screen. Fixes bug 
3710         #388985.
3711
3712 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3713
3714         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3715         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3716
3717         Use default resolution when it's not provided by document. Fixes bug
3718         #408762.
3719
3720 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3721
3722         * configure.ac:
3723         * thumbnailer/Makefile.am:
3724         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3725         * thumbnailer/evince-thumbnailer.schemas.in:
3726         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3727
3728         Add support for ps, eps and compressed documents thumbnails. Do not
3729         ignore size parameter. 
3730
3731 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3732
3733         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3734         (dvi_document_do_color_special):
3735         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3736
3737         Implement font color specials in the DVI backend. Fixes bug #303651.
3738
3739 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3740
3741         Fixup the previous commit:
3742
3743         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3744         * shell/xdg-user-dir-lookup.c: Make the function non-static
3745         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3746
3747 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3748
3749         * shell/ev-window.c (file_open_dialog_response_cb): Use
3750         the xdg-user-dirs DOCUMENTS folder as default folder when
3751         opening a file chooser.  (#424858)
3752
3753         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3754         xdg-user-dirs.
3755
3756 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3757
3758         * shell/ev-window.c: (ev_window_load_job_cb):
3759
3760         Do not setup view from metadata on preview mode. 
3761
3762 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3763
3764         * shell/main.c:
3765
3766         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3767
3768 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3769
3770         * shell/ev-view.c: (ev_view_primary_get_cb):
3771
3772         Check pointer != NULL before using it. Fixes bug #416841. 
3773
3774 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3775
3776         * NEWS:
3777         * configure.ac:
3778         
3779         Release 0.8.0
3780
3781 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3782
3783         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3784
3785         Do not render thumbnails when sidebar thumbnail page is not visible
3786         at startup. Fixes bug #416447. 
3787
3788 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3789
3790         * data/evince.desktop.in.in:
3791
3792         "Application" is not a valid category in the freedesktop specification.
3793
3794 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3795
3796         * libdocument/ev-file-helpers.[ch]: (compression_run),
3797         (ev_file_uncompress), (ev_file_compress):
3798         * shell/ev-window.c: (file_save_dialog_response_cb):
3799
3800         Save document compressed when saving a copy of a compressed document.
3801         Fixes bug #334542.
3802
3803 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3804
3805         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3806
3807         Allow deleting in goto window entry in presentation mode. 
3808
3809 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3810
3811         * Makefile.am: Dist MAINTAINERS.
3812
3813 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3814
3815         * shell/ev-window.c: (ev_window_update_actions):
3816
3817         Fix zoom shortcut keys when searching. Fixes bug #409828.
3818
3819 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3820
3821         * shell/ev-window.c: (ev_window_setup_document):
3822
3823         Fix crash when loading documents with only one page. 
3824
3825 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3826
3827         * backend/dvi/dvi-document.c:
3828         (dvi_document_thumbnails_get_dimensions),
3829         (dvi_document_thumbnails_get_thumbnail):
3830         * backend/impress/impress-document.c:
3831         (impress_document_thumbnails_get_thumbnail),
3832         (impress_document_thumbnails_get_dimensions):
3833         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3834         (ps_document_thumbnails_get_dimensions):
3835         * backend/djvu/djvu-document.c:
3836         (djvu_document_thumbnails_get_dimensions),
3837         (djvu_document_thumbnails_get_thumbnail):
3838         * backend/tiff/tiff-document.c:
3839         (tiff_document_thumbnails_get_thumbnail),
3840         (tiff_document_thumbnails_get_dimensions):
3841         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3842         (pdf_document_thumbnails_get_thumbnail),
3843         (pdf_document_thumbnails_get_dimensions):
3844         * backend/comics/comics-document.c:
3845         (comics_document_thumbnails_get_thumbnail),
3846         (comics_document_thumbnails_get_dimensions):
3847         * backend/pixbuf/pixbuf-document.c:
3848         (pixbuf_document_thumbnails_get_thumbnail),
3849         (pixbuf_document_thumbnails_get_dimensions):
3850         * libdocument/ev-document-thumbnails.[ch]:
3851         (ev_document_thumbnails_get_thumbnail),
3852         (ev_document_thumbnails_get_dimensions):
3853         * libdocument/ev-document-misc.[ch]:
3854         (ev_document_misc_get_thumbnail_frame):
3855         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3856         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3857         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3858         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3859         (ev_sidebar_thumbnails_refresh):
3860         * shell/ev-window.c: (ev_window_setup_document):
3861         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3862
3863         Use an EvRenderContext for rendering thumbnails instead of a suggested
3864         width, so that different sized pages get sized proportionally.
3865
3866 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * shell/ev-view.c: (ev_view_button_press_event),
3869         (ev_view_key_press_event):
3870
3871         Fix critical warnings when there is no document loaded. 
3872
3873 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3874
3875         * shell/ev-page-action-widget.c:
3876         * shell/ev-navigation-action.c:
3877         * shell/ev-window.c:
3878
3879         Fix compile warnings. 
3880
3881 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3882
3883         * backend/djvu/djvu-text.h:
3884         * backend/djvu/djvu-document.c:
3885         * backend/djvu/djvu-text-page.c:
3886         * backend/djvu/djvu-links.c:
3887         * backend/djvu/djvu-text-page.h:
3888         * backend/djvu/djvu-text.c:
3889         
3890         Fix build on Mac. Fixes bug #392186. Patch by
3891         <ephraim_owns@hotmail.com>
3892
3893 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3894
3895         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3896
3897         Restore cairo context before rendering every page when printing a PDF
3898         document into a PDF file. 
3899
3900 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3901
3902         * backend/ps/gstypes.h:
3903         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3904         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3905         (ps_document_thumbnails_get_thumbnail):
3906
3907         Handle PostScript page orientation. Fixes bug #318568.
3908
3909 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3910
3911         * backend/ps/Makefile.am:
3912         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3913         (document_load), (ps_document_load), (save_document),
3914         (save_page_list), (ps_document_get_n_pages),
3915         (ps_document_get_page_size), (ps_document_get_info),
3916         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3917         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3918         (ps_document_thumbnails_get_thumbnail),
3919         (ps_document_thumbnails_get_dimensions),
3920         (ps_document_document_thumbnails_iface_init):
3921         * backend/ps/ps.[ch]: (psgetpagebox):
3922         * backend/ps/ps-interpreter.[ch]:
3923
3924         Add support for thumbnails in ps backend. Fixes bug #164755. 
3925
3926 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3927
3928         * NEWS:
3929         * configure.ac:
3930         
3931         Release 0.7.2
3932
3933 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3934
3935         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3936         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3937         (ev_window_dispose):
3938
3939         Use document thumbnail as window icon. Fixes bug #384442.
3940
3941 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3942
3943         * configure.ac:
3944
3945         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3946         duplicated adding application/x-bzpostscript instead. 
3947
3948 2007-02-11  Tom Parker  <palfrey@tevp.net>
3949
3950         * backend/ps/ps-document.c: (document_load):
3951
3952         Check return value of psscan before trying
3953         to use it. Fixes bug #372414.
3954
3955 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3956
3957         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3958
3959         Fix invalid free in ev-page-cache. Fixes bug #404745.
3960
3961 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3962
3963         * test/Makefile.am:
3964         * test/test3.py:
3965         
3966         Added reload test case.
3967
3968 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3969
3970         * po/POTFILES.in:
3971         * backend/djvu/djvu-document.c: (djvu_document_load):
3972
3973         Check whether there are missing files in indirect multipage djvu
3974         documents. Fixes bug #361683. 
3975
3976 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3977
3978         * test/Makefile.am:
3979         * test/test-mime.bin:
3980         * test/test3.py:
3981         
3982         Added test for slow mime type
3983
3984 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3985
3986         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3987
3988         Add some checks and call parent_class->finalize. Fixes bug #404745.
3989
3990 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3991
3992         * shell/ev-navigation-action.c: (connect_proxy):
3993         
3994         Fixes dropdown history menu. Thanks a lot Carlos!
3995
3996 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3997
3998         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3999
4000         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4001         bug #373715.
4002
4003 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4004
4005         * backend/ps/ps.c: (psscan):
4006
4007         Fix memory leak. 
4008
4009 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4010
4011         * configure.ac:
4012         * libdocument/ev-file-helpers.c: 
4013
4014         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4015
4016 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4017
4018         * configure.ac:
4019         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4020         (ps_interpreter_start), (document_load), (save_document),
4021         (save_page_list):
4022         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4023         * libdocument/ev-document-factory.c:
4024         (ev_document_factory_get_from_mime), (get_document_from_uri),
4025         (free_uncompressed_uri), (ev_document_factory_get_document):
4026         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4027
4028         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4029
4030 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4031
4032         * libdocument/ev-document.h:
4033
4034         Fix typo in function name. 
4035
4036 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4037
4038         * backend/ps/ps-document.c: (ps_interpreter_finished),
4039         (ps_interpreter_start), (ps_interpreter_failed):
4040
4041         Handle ghostscript interpreter crashes. 
4042
4043 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4044
4045         * shell/ev-window.c: (ev_window_open_uri),
4046         (window_configure_event_cb):
4047
4048         Setup window size and position before showing it. Fixes bug #401711.
4049
4050 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4051
4052         * backend/ps/Makefile.am:
4053         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4054         (ps_document_dispose), (ps_document_class_init),
4055         (ps_interpreter_input), (ps_interpreter_output),
4056         (ps_interpreter_error), (setup_interpreter_env),
4057         (ps_interpreter_start), (ps_interpreter_stop),
4058         (ps_interpreter_failed), (ps_interpreter_is_ready),
4059         (check_filecompressed), (document_load), (ps_document_load),
4060         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4061         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4062         (render_page):
4063
4064         Rework ps-document. Code cleanups, remove deprecated code. 
4065
4066 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4067
4068         * shell/ev-view.c: (ev_view_button_press_event):
4069
4070         Do not start an image drag and drop operation when pointer is on 
4071         text, so that we can select text when the whole background is an
4072         image. 
4073
4074 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4075
4076         * shell/ev-window.c: (ev_window_update_actions): 
4077
4078         Disable all zoom related actions during presentation mode. 
4079
4080 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4081
4082         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4083
4084         Do not zoom in or out on presentation mode. Fixes bug #401305.
4085
4086 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4087
4088         * shell/ev-navigation-action.c: (connect_proxy),
4089         (create_menu_item), (ev_navigation_action_class_init):
4090         
4091         Correctly show menu and fix crash when navigaton 
4092         action is out of toolbar visible area.
4093
4094 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4095
4096         * data/Makefile.am:
4097         * data/evince.1:
4098         
4099         Added man file
4100
4101 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4102
4103         * help/reference/* :
4104         * configure.ac:
4105         
4106         Added gtk-doc based documentation for Evince.
4107         Still in initial state but I hope it will
4108         grow.
4109         
4110         * configure.ac:
4111         
4112         Lower dbus requirement to 0.70
4113
4114 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4115
4116         * shell/ev-window.c: (ev_window_add_history):
4117
4118         Fix memory leak. 
4119
4120 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4121
4122         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4123         * shell/ev-view.h:
4124         * shell/ev-window.c: (ev_window_add_history):
4125         
4126         Correctly handle named destination links
4127
4128 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4129
4130         * NOTES:
4131         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4132         * backend/pdf/ev-poppler.cc:
4133         * libdocument/ev-document-links.h:
4134         * libdocument/ev-link.c: (ev_link_get_page):
4135         * libdocument/ev-link.h:
4136         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4137         (ev_history_add_link):
4138         * shell/ev-history.h:
4139         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4140         (new_history_menu_item), (build_menu):
4141         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4142         * shell/ev-sidebar-links.c: (create_loading_model),
4143         (print_section_cb), (ev_sidebar_links_construct),
4144         (fill_page_labels), (update_page_callback_foreach),
4145         (update_page_callback), (job_finished_callback):
4146         * shell/ev-view.c: (ev_view_handle_link):
4147         * shell/ev-window.c: (ev_window_find_chapter),
4148         (ev_window_add_history), (view_handle_link_cb),
4149         (history_changed_cb):
4150         
4151         Implements another history variant
4152
4153 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4154
4155         * shell/ev-window.c: (view_external_link_cb):
4156         * shell/ev-view.c: (ev_view_button_release_event):
4157
4158         Open links in new window when clicking with middle button. 
4159
4160 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4161
4162         * shell/ev-navigation-action.c: (new_history_menu_item):
4163         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4164         * shell/ev-view.c: (ev_view_handle_link):
4165         * shell/ev-window.c:
4166         
4167         Store link before jump, not the destination. For me it 
4168         seems like more natural history behavior.
4169
4170 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4171
4172         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4173         (ev_navigation_action_class_init):
4174         * shell/ev-navigation-action.h:
4175         * shell/ev-page-action.c: (activate_cb):
4176         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4177         (ev_page_cache_set_current_page_history):
4178         * shell/ev-page-cache.h:
4179         * shell/ev-sidebar-thumbnails.c:
4180         (ev_sidebar_tree_selection_changed),
4181         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4182         * shell/ev-view-private.h:
4183         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4184         * shell/ev-view.h:
4185         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4186         (ev_window_setup_document), (ev_window_load_job_cb):
4187         * shell/ev-window.h:
4188         
4189         History finally works as expected.
4190
4191 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4192
4193         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4194
4195         Do not update links treeview if it doesn't have a model assigned yet. 
4196
4197 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4198
4199         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4200         (ev_sidebar_links_class_init), (update_page_callback):
4201
4202         Do not update links treeview when sidepane is not visible. 
4203
4204 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4205
4206         * shell/ev-marshal.list:
4207         * shell/ev-page-action.c: (activate_cb),
4208         (ev_page_action_class_init):
4209         * shell/ev-page-action.h:
4210         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4211         * shell/ev-window.c:
4212         
4213         Remove activate_link signal, not required.
4214
4215 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4216
4217         * shell/ev-navigation-action.c: (build_menu):
4218         
4219         Reorder menu items and build menu with fixed length.
4220
4221 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4222
4223         * shell/ev-view.c: (get_selected_text):
4224         
4225         Normalize text to fix ligatures problem. See bug
4226         #341947 for details.
4227
4228 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4229
4230         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4231
4232         Fix memory leak in ev-page-cache. 
4233
4234 2007-01-25  Tom Parker <palfrey@tevp.net>
4235
4236         * backend/impress/impress-document.c: (impress_document_load),
4237         (impress_document_finalize), (impress_document_init):
4238         * properties/ev-properties-main.c: (ev_properties_get_pages):
4239         
4240         Correctly handle impress document errors. Fixes nautilus
4241         crash in property page #370491.
4242
4243 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4244
4245         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4246         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4247         (ev_job_queue_remove_job):
4248         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4249         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4250         (ev_job_load_run):
4251         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4252         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4253         (ev_window_load_job_cb), (xfer_update_progress_callback),
4254         (ev_window_open_uri), (ev_window_dispose):
4255         * shell/main.c: (main):
4256
4257         Do file transfer asynchronously in the main thread instead of
4258         synchronously in the load thread. Fixes bugs #399694, #398307 and
4259         #343542.
4260
4261 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4262
4263         * shell/ev-jobs.c: (ev_job_xfer_run):
4264
4265         Load the document with the font-config lock held. 
4266
4267 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4268
4269         * backend/ps/ps-document.c: (start_interpreter):
4270
4271         Fix memory leaks in ps backend. 
4272
4273 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4274
4275         * backend/impress/impress-document.c:
4276         (impress_document_render_pixbuf):
4277
4278         Do not acquire fontconfig lock in impress backend, since it is using
4279         the main loop for rendering. 
4280
4281 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4282
4283         * po/POTFILES.in: 
4284
4285         Remove mdvi files that shouldn't be translated. 
4286
4287 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4288
4289         * shell/ev-view-private.h:
4290         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4291         (ev_view_set_zoom):
4292
4293         Render "loading..." text into a cairo surface instead of directly into
4294         the window so that fontconfig lock is only needed once and UI is not
4295         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4296
4297 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4298
4299         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4300         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4301
4302         Use icon theme associated with the window screen rather than default. 
4303
4304 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4305
4306         * configure.ac:
4307
4308         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4309
4310 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4311
4312         * data/icons/*/apps/evince.*:
4313
4314         Move Evince icons under new apps directory.
4315
4316         * data/icons/*/actions/*:
4317
4318         Add new custom themeable Evince icons: view-page-continuous, 
4319         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4320         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4321
4322         * configure.ac:
4323
4324         Add new directories to AC_CONFIG_FILES.
4325
4326         * shell/ev-stock-icons.c:
4327         * shell/ev-stock-icons.h:
4328
4329         Use new custom themeable icons.
4330
4331 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4332
4333         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4334
4335         Do not draw white background page in presentation mode. 
4336
4337 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4338
4339         * shell/ev-view.c: Remove unused gnome-vfs include.
4340
4341 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4342
4343         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4344         
4345         Format string is corrected, fixes bug #397129.
4346
4347 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4348
4349         * shell/ev-window.c: (ev_window_setup_recent):
4350
4351         Do not include in recent menu inexistent documents. Fixes
4352         bug #339171.
4353
4354 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4355
4356         * po/POTFILES.skip: 
4357
4358         Update POTFILES.skip file according to current source tree. 
4359
4360 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4361
4362         * shell/ev-window.c: (file_save_dialog_response_cb):
4363
4364         Do Save a copy in atomic way. Fixes bug #328266. 
4365
4366 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4367
4368         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4369
4370         Keep selected cell always visible in index treeview.
4371
4372 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4373         
4374         * shell/ev-view.c: (ev_view_size_allocate):
4375
4376         Restore horizontal scrollbar after switching to/from fullscreen
4377         or presentation mode. Fixes bug #331728.
4378
4379 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4380
4381         * shell/ev-view-private.h:
4382         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4383         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4384         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4385         (ev_view_can_zoom_out):
4386
4387         Use max and min scale values in the view iby taking dpi into account. 
4388
4389 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4390
4391         * configure.ac:
4392         * NEWS:
4393
4394         Release 0.7.1
4395
4396 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4397
4398         * shell/ev-window.c: (ev_window_print_send):
4399
4400         Send print job to printer with some settings set to default values,
4401         since we have already exported to a file according to such settings
4402         and they could be taken twice by some printers. 
4403
4404 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4405
4406         * shell/ev-jobs.c: (ev_job_xfer_run):
4407         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4408
4409         Show main window and load document with the font-config lock held. 
4410
4411 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4412
4413         * configure.ac:
4414         * shell/ev-application.c: (ev_application_register_service):
4415         * shell/main.c: (load_files_remote):
4416
4417         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4418
4419 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4420
4421         * doc/debugging.txt:
4422         
4423         Remove obsolete documentation.
4424
4425 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4426
4427         * Makefile.am:
4428         * backend/Makefile.am:
4429         * backend/comics/Makefile.am:
4430         * backend/djvu/Makefile.am:
4431         * backend/dvi/Makefile.am:
4432         * backend/ev-async-renderer.c:
4433         * backend/ev-async-renderer.h:
4434         * backend/ev-attachment.c:
4435         * backend/ev-attachment.h:
4436         * backend/ev-backend-marshal.c:
4437         * backend/ev-document-factory.c:
4438         * backend/ev-document-factory.h:
4439         * backend/ev-document-find.c:
4440         * backend/ev-document-find.h:
4441         * backend/ev-document-fonts.c:
4442         * backend/ev-document-fonts.h:
4443         * backend/ev-document-images.c:
4444         * backend/ev-document-images.h:
4445         * backend/ev-document-info.h:
4446         * backend/ev-document-links.c:
4447         * backend/ev-document-links.h:
4448         * backend/ev-document-misc.c:
4449         * backend/ev-document-misc.h:
4450         * backend/ev-document-security.c:
4451         * backend/ev-document-security.h:
4452         * backend/ev-document-thumbnails.c:
4453         * backend/ev-document-thumbnails.h:
4454         * backend/ev-document-transition.c:
4455         * backend/ev-document-transition.h:
4456         * backend/ev-document.c:
4457         * backend/ev-document.h:
4458         * backend/ev-file-exporter.c:
4459         * backend/ev-file-exporter.h:
4460         * backend/ev-image.c:
4461         * backend/ev-image.h:
4462         * backend/ev-link-action.c:
4463         * backend/ev-link-action.h:
4464         * backend/ev-link-dest.c:
4465         * backend/ev-link-dest.h:
4466         * backend/ev-link.c:
4467         * backend/ev-link.h:
4468         * backend/ev-render-context.c:
4469         * backend/ev-render-context.h:
4470         * backend/ev-selection.c:
4471         * backend/ev-selection.h:
4472         * backend/impress/Makefile.am:
4473         * backend/pdf/Makefile.am:
4474         * backend/pixbuf/Makefile.am:
4475         * backend/ps/Makefile.am:
4476         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4477         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4478         (start_interpreter), (stop_interpreter), (document_load),
4479         (ps_document_next_page), (render_page):
4480         * backend/tiff/Makefile.am:
4481         * comics/Makefile.am:
4482         * comics/comics-document.c:
4483         * comics/comics-document.h:
4484         * configure.ac:
4485         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4486         * djvu/Makefile.am:
4487         * djvu/djvu-document-private.h:
4488         * djvu/djvu-document.c:
4489         * djvu/djvu-document.h:
4490         * djvu/djvu-links.c:
4491         * djvu/djvu-links.h:
4492         * djvu/djvu-text-page.c:
4493         * djvu/djvu-text-page.h:
4494         * djvu/djvu-text.c:
4495         * djvu/djvu-text.h:
4496         * dvi/Makefile.am:
4497         * dvi/dvi-document.c:
4498         * dvi/dvi-document.h:
4499         * dvi/fonts.c:
4500         * dvi/fonts.h:
4501         * dvi/mdvi-lib/Makefile.am:
4502         * dvi/mdvi-lib/afmparse.c:
4503         * dvi/mdvi-lib/afmparse.h:
4504         * dvi/mdvi-lib/bitmap.c:
4505         * dvi/mdvi-lib/bitmap.h:
4506         * dvi/mdvi-lib/color.c:
4507         * dvi/mdvi-lib/color.h:
4508         * dvi/mdvi-lib/common.c:
4509         * dvi/mdvi-lib/common.h:
4510         * dvi/mdvi-lib/defaults.h:
4511         * dvi/mdvi-lib/dvimisc.c:
4512         * dvi/mdvi-lib/dviopcodes.h:
4513         * dvi/mdvi-lib/dviread.c:
4514         * dvi/mdvi-lib/files.c:
4515         * dvi/mdvi-lib/font.c:
4516         * dvi/mdvi-lib/fontmap.c:
4517         * dvi/mdvi-lib/fontmap.h:
4518         * dvi/mdvi-lib/fontsrch.c:
4519         * dvi/mdvi-lib/gf.c:
4520         * dvi/mdvi-lib/hash.c:
4521         * dvi/mdvi-lib/hash.h:
4522         * dvi/mdvi-lib/list.c:
4523         * dvi/mdvi-lib/mdvi.h:
4524         * dvi/mdvi-lib/pagesel.c:
4525         * dvi/mdvi-lib/paper.c:
4526         * dvi/mdvi-lib/paper.h:
4527         * dvi/mdvi-lib/pk.c:
4528         * dvi/mdvi-lib/private.h:
4529         * dvi/mdvi-lib/setup.c:
4530         * dvi/mdvi-lib/sp-epsf.c:
4531         * dvi/mdvi-lib/special.c:
4532         * dvi/mdvi-lib/sysdeps.h:
4533         * dvi/mdvi-lib/t1.c:
4534         * dvi/mdvi-lib/tfm.c:
4535         * dvi/mdvi-lib/tfmfile.c:
4536         * dvi/mdvi-lib/tt.c:
4537         * dvi/mdvi-lib/util.c:
4538         * dvi/mdvi-lib/vf.c:
4539         * dvi/pixbuf-device.c:
4540         * dvi/pixbuf-device.h:
4541         * impress/Makefile.am:
4542         * impress/common.h:
4543         * impress/document.c:
4544         * impress/f_oasis.c:
4545         * impress/f_oo13.c:
4546         * impress/iksemel.c:
4547         * impress/iksemel.h:
4548         * impress/imposter.h:
4549         * impress/impress-document.c:
4550         * impress/impress-document.h:
4551         * impress/internal.h:
4552         * impress/r_back.c:
4553         * impress/r_draw.c:
4554         * impress/r_geometry.c:
4555         * impress/r_gradient.c:
4556         * impress/r_style.c:
4557         * impress/r_text.c:
4558         * impress/render.c:
4559         * impress/render.h:
4560         * impress/zip.c:
4561         * impress/zip.h:
4562         * lib/Makefile.am:
4563         * lib/ev-debug.c:
4564         * lib/ev-debug.h:
4565         * lib/ev-file-helpers.c:
4566         * lib/ev-file-helpers.h:
4567         * lib/ev-gui.c:
4568         * lib/ev-gui.h:
4569         * lib/ev-tooltip.c:
4570         * lib/ev-tooltip.h:
4571         * libdocument/Makefile.am:
4572         * libdocument/ev-file-helpers.c:
4573         * pdf/Makefile.am:
4574         * pdf/ev-poppler.cc:
4575         * pdf/ev-poppler.h:
4576         * pixbuf/Makefile.am:
4577         * pixbuf/pixbuf-document.c:
4578         * pixbuf/pixbuf-document.h:
4579         * properties/Makefile.am:
4580         * ps/Makefile.am:
4581         * ps/gsdefaults.c:
4582         * ps/gsdefaults.h:
4583         * ps/gsio.c:
4584         * ps/gsio.h:
4585         * ps/gstypes.h:
4586         * ps/ps-document.c:
4587         * ps/ps-document.h:
4588         * ps/ps.c:
4589         * ps/ps.h:
4590         * shell/Makefile.am:
4591         * shell/ev-application.h:
4592         * shell/ev-sidebar-links.c:
4593         * shell/ev-sidebar-links.h:
4594         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4595         (ev_gui_menu_position_tree_selection):
4596         * shell/ev-utils.h:
4597         * shell/ev-view.c: (ev_view_finalize):
4598         * shell/ev-window.c:
4599         * shell/main.c: (main):
4600         * thumbnailer/Makefile.am:
4601         * tiff/Makefile.am:
4602         * tiff/tiff-document.c:
4603         * tiff/tiff-document.h:
4604         * tiff/tiff2ps.c:
4605         * tiff/tiff2ps.h:
4606         
4607         Reorganize source tree.
4608
4609 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4610
4611         * backend/ev-document-factory.c:
4612
4613         Do not include ev-poppler.h when pdf is disabled. 
4614
4615 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4616
4617         * configure.ac:
4618         * data/evince-ui.xml:
4619         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4620         (pdf_document_document_images_iface_init):
4621         * backend/Makefile.am:
4622         * backend/ev-document-images.[ch]:
4623         * backend/ev-image.[ch]:
4624         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4625         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4626         (ev_job_xfer_run):
4627         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4628         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4629         (ev_pixbuf_cache_get_image_mapping):
4630         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4631         (view_menu_popup_cb), (ev_window_dispose),
4632         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4633         (ev_view_popup_cmd_copy_image):
4634         * shell/ev-view-private.h:
4635         * shell/ev-view.c: (ev_view_get_image_at_location),
4636         (ev_view_do_popup_menu), (ev_view_popup_menu),
4637         (ev_view_button_press_event), (ev_view_drag_data_get),
4638         (ev_view_drag_motion), (ev_view_drag_data_received),
4639         (ev_view_motion_notify_event), (ev_view_button_release_event),
4640         (ev_view_finalize), (ev_view_class_init):
4641
4642         Add image handling support. Fixes bugs #310008 and #325047. Images
4643         selection is not supported yet. 
4644
4645 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4646
4647         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4648         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4649         (ev_view_init):
4650
4651         Move view drag and drop stuff to ev-view.
4652
4653 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4654
4655         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4656         * shell/ev-view.c: (clear_selection): 
4657
4658         Clear selection also in pixbuf cache.
4659
4660 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4661
4662         * data/evince.desktop.in.in:
4663         
4664         Change icon name in desktop file. See bug #390734
4665         for details.
4666
4667 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4668
4669         * thumbnailer/Makefile.am:
4670
4671         Use top_builddir instead top_srcdir for generated schema
4672         file installation. Fixes bug #390161.
4673
4674 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4675
4676         * configure.ac:
4677         * backend/Makefile.am:
4678         * backend/ev-document-transition.[ch]:
4679         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4680         (pdf_document_page_transition_iface_init):
4681         * shell/ev-view-private.h:
4682         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4683         (ev_view_set_presentation), (transition_next_page),
4684         (ev_view_presentation_transition_stop),
4685         (ev_view_presentation_transition_start), (ev_view_next_page):
4686
4687         Add page transition support in presentation mode. At the moment only
4688         page duration is supported, but not transition effects. Fixes bug
4689         #309815.
4690
4691 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4692
4693         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4694
4695         Run find_link_dest with document lock held, since it's called by links
4696         thread and main thread at the same time. 
4697
4698 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4699
4700         * shell/ev-view.c: (goto_dest):
4701
4702         Update page-cache when page is changed by the view, so that
4703         page-changed signal is emitted. 
4704
4705 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4706
4707         * test/test1.py:
4708         * test/test2.py:
4709
4710         Use C locale in tests. 
4711
4712 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4713
4714         * shell/ev-window.c: (ev_window_run_presentation):
4715         * shell/ev-view-private.h:
4716         * shell/ev-view.c: (ev_view_set_presentation):
4717
4718         Restore zoom settings when back from presentation mode. 
4719
4720 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4721
4722         * shell/ev-window.c: (ev_window_run_presentation):
4723
4724         Always use "best fit" zoom in presentation mode.
4725         Fixes bug #389195.
4726
4727 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4728
4729         * shell/ev-view.c: (ev_view_goto_window_create):
4730
4731         Show "Jump to page" label in the page jumping popup in
4732         presentation mode instead of just a GtkEntry.
4733
4734 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4735
4736         * shell/ev-window.c: (launch_external_uri):
4737
4738         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4739         #378085.
4740
4741 2006-12-22  Elijah Newren  <newren gmail com>
4742
4743         * configure.ac: explicitly check for libxml2.  Fixes #388795
4744
4745 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4746
4747         * shell/ev-view-private.h:
4748         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4749         (ev_view_goto_window_delete_event), (key_is_numeric),
4750         (ev_view_goto_window_key_press_event),
4751         (ev_view_goto_window_button_press_event),
4752         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4753         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4754         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4755
4756         Allow jumping to another page by typing a page number in presentation
4757         mode. It uses a popup window with an entry. Fixes bug #353625.
4758
4759 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4760
4761         * configure.ac:
4762         * properties/ev-properties-view.c: (ev_get_default_user_units),
4763         (ev_regular_paper_size):
4764         
4765         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4766         to Damien Carbery <damien.carbery@sun.com> and
4767         Yevgen Muntyan <muntyan@tamu.edu>.
4768
4769 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4770
4771         * shell/ev-window.c: (setup_document_from_metadata):
4772
4773         Make sure Evince doesn't restore the view on the last
4774         page when a document is reopened. Fixes bug #383381.
4775
4776 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4777
4778         * shell/ev-view.c: (draw_loading_text):
4779
4780         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4781
4782 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4783
4784         * configure.ac:
4785         * NEWS:
4786
4787         Release 0.7.0
4788
4789 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4790
4791         * configure.ac:
4792         * pdf/ev-poppler.cc: (pdf_print_context_free),
4793         (pdf_document_file_exporter_begin),
4794         (pdf_document_file_exporter_do_page):
4795
4796         Make cairo-pdf depedency optional. 
4797
4798 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4799
4800         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4801
4802         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4803
4804 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4805
4806         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4807         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4808         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4809         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4810         * shell/ev-view.c: (draw_loading_text):
4811         * shell/ev-window.c: (ev_window_cmd_file_properties):
4812
4813         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4814         related to using FontConfig from different threads.
4815         
4816 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4817
4818         * shell/ev-view.c: (draw_loading_text):
4819
4820         Acquire lock document when drawing "Loading..." text so that only one
4821         thread will use FontConfig at the same time. Fixes bug #374750.
4822
4823 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4824
4825         * shell/ev-page-action.[ch]: (activate_cb):
4826         * shell/ev-window.c: (activate_label_cb):
4827
4828         Check if text inserted in page entry is a valid page number when it
4829         doesn't match to any document page label. Fixes bug #383165.
4830
4831 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4832         * shell/ev-window.c:
4833
4834         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4835         available with GTK < 2.10. Added an ifdef to avoid compilation
4836         error.
4837
4838 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4839
4840         * configure.ac:
4841         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4842
4843         Fix ps backend in multihead systems.
4844
4845 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4846
4847         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4848         * shell/ev-window.c: (ev_window_get_screen_dpi),
4849         (ev_window_update_actions), (setup_view_from_metadata),
4850         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4851
4852         Take screen DPI into account when zooming. Fixes bug #318285.
4853
4854 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4855
4856         * data/Makefile.am:
4857
4858         Cleaned up/slightly refactored Makefile.am. Added GConf
4859         schemas uninstallation as well.
4860
4861 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4862
4863         * Makefile.am:
4864         * test/Makefile.am:
4865
4866         Fight with autotools to fix make check. Make distcheck
4867         works fine as well now!
4868
4869 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4870
4871         * shell/ev-view.c: (draw_end_presentation_page):
4872
4873         Corrected "end of presentation" string.
4874
4875 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4876
4877         * shell/ev-view.c: (ev_view_key_press_event):
4878
4879         Correctly propagate key press event so that up/down keys
4880         work as expected (correct behaviour was broken by
4881         black/white screen key bindings for presentations).
4882
4883 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4884
4885         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4886         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4887         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4888         (pdf_selection_get_selection_region),
4889         (pdf_selection_get_selection_map):
4890
4891         Add "static" to some private functions. 
4892
4893 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4894
4895         * lib/ev-tooltip.h:
4896         * properties/ev-properties-view.h:
4897         * shell/ev-jobs.h:
4898         * shell/ev-properties-dialog.h:
4899         * shell/ev-properties-fonts.h:
4900         * shell/ev-sidebar-links.h:
4901         * shell/ev-sidebar-thumbnails.h:
4902         * shell/ev-sidebar.h:
4903         * shell/ev-window.h:
4904         
4905         Fixes CHACK type in class casts. See bug #385343
4906         for details.
4907
4908 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4909
4910         * shell/ev-view-private.h:
4911         * shell/ev-view.c: (draw_end_presentation_page),
4912         (ev_view_expose_event), (ev_view_key_press_event),
4913         (ev_view_class_init), (ev_view_init):
4914
4915         Blank screen in presentation mode when pressing 'b' (filling with
4916         black) or 'w' (filling with white) keys. Fixes bug #358132.
4917
4918 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4919
4920         * data/evince-toolbar.xml:
4921         * shell/ev-window.c:
4922         
4923         Use stock icon for Select All action. Fixes
4924         bug #382652.
4925
4926 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4927
4928         * shell/ev-view.c: (get_doc_point_from_offset),
4929         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4930
4931         Add links support in rotated documents. Fixes bug #343733.
4932
4933 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4934
4935         * shell/ev-view-private.h:
4936         * shell/ev-view.c: (draw_end_presentation_page),
4937         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4938
4939         Show a blank page after the last page in presentation mode with a
4940         message indicating that presentation has finished and how to exit. 
4941
4942 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4943
4944         * shell/ev-window.c: (fullscreen_timeout_cb):
4945
4946         Hide cursor after a while in presentation mode. 
4947
4948 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4949
4950         * backend/ev-document-info.h:
4951         * data/evince-properties.glade:
4952         * pdf/ev-poppler.cc:
4953         * properties/ev-properties-view.c: (ev_regular_paper_size),
4954         (ev_properties_view_set_info):
4955         * ps/ps-document.c: (ps_document_get_info):
4956
4957         Adds a paper size field to the properties dialog. Fixes
4958         bug #307315. Patch by Kasper Svendsen (with some i18n
4959         changes done by me).
4960
4961 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4962
4963         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4964         (screensaver_init_dbus), (totem_scrsaver_new),
4965         (totem_scrsaver_init):
4966         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4967         * shell/ev-application.c: (ev_application_register_service),
4968         (ev_application_screensaver_enable),
4969         (ev_application_screensaver_disable):
4970         * shell/ev-application.h:
4971         * shell/ev-window.c: (ev_window_run_presentation),
4972         (ev_window_stop_presentation), (build_comments_string),
4973         (ev_window_init):
4974         
4975         Move screensaver handling to application. No more
4976         message on startup.
4977
4978 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4979
4980         * configure.ac:
4981         * backend/Makefile.am:
4982         * backend/ev-file-exporter.[ch]:
4983         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4984         * ps/ps-document.c: (ps_document_file_exporter_*):
4985         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4986         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4987         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4988         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4989
4990         Allow printing to PDF when suppoted by the backend.
4991         
4992 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4993
4994         * shell/ev-window.c: (build_comments_string):
4995
4996         Use always "Document Viewer" in about dialog. 
4997
4998 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4999
5000         * djvu/djvu-document.c: (djvu_document_get_page_size):
5001
5002         Display a warning message when get_pageinfo fails. 
5003
5004 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5005
5006         * Makefile.am:
5007         * backend/Makefile.am:
5008         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5009         * configure.ac:
5010         * shell/ev-window.c: (build_comments_string):
5011         
5012         Make pdf compilation optional. See bug #38007.
5013
5014 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5015
5016         * ps/ps.c: (get_next_text):
5017
5018         Fix CVE-2006-5864.
5019
5020 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5021
5022         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5023         * shell/ev-navigation-action.c: (connect_proxy),
5024         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5025         
5026         Do not call g_type_class_peek_parent twice.
5027
5028 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5029
5030         * configure.ac:
5031         * data/icons/24x24/.cvsignore:
5032         * data/icons/24x24/Makefile.am:
5033         * data/icons/24x24/evince.png:
5034         * data/icons/Makefile.am:
5035         
5036         Add 24x24 icon. Thanks to 
5037         Michael Monreal <infernux@web.de>.
5038
5039 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5040
5041         * configure.ac: Fix typo in configure.ac. Thanks
5042         to dmacks@netspace.org for notification.
5043
5044 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5045
5046         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5047         
5048         Drop dbus include, fixes compilation with older dbus.
5049
5050 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5051
5052         * configure.ac:
5053         * cut-n-paste/Makefile.am:
5054         * cut-n-paste/totem-screensaver/.cvsignore
5055         * cut-n-paste/totem-screensaver/Makefile.am:
5056         * cut-n-paste/totem-screensaver/README:
5057         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5058         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5059         * shell/Makefile.am:
5060         * shell/ev-window.c: (ev_window_run_presentation),
5061         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5062         (ev_window_init):
5063
5064         Implemented screensaver enabling/disabling for
5065         presentation mode (not fullscreen mode). Code stolen
5066         from Totem (with some minor tweaks). Fixes bug #338889.
5067
5068 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5069
5070         * configure.ac:
5071
5072         Bump gnome-icon-theme requirements. We use the rotation
5073         icons that appeared recently.
5074
5075 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5076
5077         * shell/ev-history.c: (ev_history_add_page):
5078         * shell/ev-history.h:
5079         * shell/ev-window.c: (page_changed_cb):
5080         
5081         Use page labels instead of numbers.
5082
5083 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5084
5085         * data/evince-toolbar.xml:
5086         * po/POTFILES.in:
5087         * shell/Makefile.am:
5088         * shell/ev-navigation-action-widget.c:
5089         (ev_navigation_action_widget_init),
5090         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5091         (menu_detacher), (ev_navigation_action_widget_set_menu),
5092         (menu_position_func), (popup_menu_under_arrow),
5093         (ev_navigation_action_widget_toggled),
5094         (ev_navigation_action_widget_button_press_event):
5095         * shell/ev-navigation-action-widget.h:
5096         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5097         (ev_navigation_action_set_window), (activate_menu_item_cb),
5098         (new_history_menu_item), (new_empty_history_menu_item),
5099         (build_menu), (menu_activated_cb), (connect_proxy),
5100         (create_tool_item), (ev_navigation_action_init),
5101         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5102         * shell/ev-navigation-action.h:
5103         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5104         (ev_page_action_widget_set_page_cache),
5105         (ev_page_action_widget_finalize),
5106         (ev_page_action_widget_class_init), (match_selected_cb),
5107         (display_completion_text), (match_completion), (build_new_tree_cb),
5108         (get_filter_model_from_model),
5109         (ev_page_action_widget_update_model):
5110         * shell/ev-page-action-widget.h:
5111         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5112         (connect_proxy):
5113         * shell/ev-page-action.h:
5114         * shell/ev-stock-icons.c:
5115         * shell/ev-stock-icons.h:
5116         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5117         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5118         (register_custom_actions):
5119         * shell/main.c:
5120         
5121         Preliminary history implementation
5122
5123 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5124
5125         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5126         (dvi_document_class_init), (dvi_document_init_params):
5127         * dvi/mdvi-lib/font.c: (font_reference):
5128         
5129         Add reference to subfont. Fixes bug #374277.
5130
5131 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5132
5133         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5134         (ev_window_cmd_file_open_copy_at_dest):
5135
5136         Fix a race condition when creating symlink. Increase the counter
5137         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5138         Mathias Hasselmann).
5139
5140 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5141
5142         * backend/Makefile.am:
5143         * backend/ev-attachment.c: (ev_attachment_open):
5144         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5145         (ev_tmp_dir), (ev_tmp_filename):
5146         * shell/ev-sidebar-attachments.c:
5147         (ev_sidebar_attachments_drag_data_get):
5148         * shell/ev-window.c: (ev_window_clear_temp_file):
5149
5150         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5151         in ensure_dir_exists. Abort without crashing when we can't create
5152         user's directory.
5153
5154 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5155
5156         * data/evince-ui.xml:
5157         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5158         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5159         (ev_window_cmd_file_open_copy_at_dest),
5160         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5161         (ev_view_popup_cmd_open_link_new_window):
5162
5163         Allow opening a copy of the current document in a new window. Fixes bug
5164         #357472
5165
5166 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5167
5168         * data/evince-toolbar.xml:
5169         
5170         Add rotate right and rotate left to available items for toolbar.
5171         
5172         * data/evince-ui.xml:
5173         * shell/ev-window.c: (ev_window_init):
5174         
5175         Customize toolbar with right click. Fixes bug #372451.
5176
5177 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5178
5179         * shell/ev-window.c: 
5180         
5181         Use "object-rotate-{left,right}" stock icons. Fixes 
5182         bug #373863.
5183
5184 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5185
5186         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5187         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5188         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5189         (ev_window_open_uri):
5190         * shell/main.c: (arguments_parse):
5191
5192         Remove temp file created when evince is used by GTK+ in
5193         preview mode. Fixes bug #365282. 
5194
5195 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5196
5197         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5198         
5199         Fixes bug #372474 - Side pane disabled when entering 
5200         and leaving fullscreen mode.
5201
5202 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5203
5204         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5205         * data/Makefile.am:
5206         * data/evince-preview-toolbar.xml:
5207         * data/evince-toolbar.xml:
5208         * shell/ev-application.c: (ev_application_shutdown),
5209         (ev_application_init), (ev_application_get_toolbars_model):
5210         * shell/ev-application.h:
5211         * shell/ev-window.c: (update_chrome_visibility),
5212         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5213         (ev_window_cmd_edit_toolbar), (ev_window_init):
5214         
5215         Fixes bug #364364 - toolbar editor shows zoom actions again.
5216
5217 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5218
5219         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5220
5221         Do not take margins into consideration for paper size when printing.
5222         Really fixes bug #350491.
5223
5224 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5225
5226         * data/evince-ui.xml:
5227         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5228         (ev_window_cmd_file_print_setup),
5229         (ev_window_print_dialog_response_cb),
5230         (ev_window_setup_action_sensitivity):
5231
5232         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5233
5234 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5235
5236         * shell/ev-window.c: (ev_window_print_range):
5237
5238         Revert my previuos commit, since printing to PDF is not supported by
5239         evince yet. 
5240
5241 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5242
5243         * shell/ev-window.c: (ev_window_print_range):
5244
5245         Enable print to a PDF. Fixes bug #332121.
5246
5247 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5248
5249         * shell/ev-application-service.xml:
5250         * shell/ev-application.[ch]: (ev_application_open_window),
5251         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5252         (ev_application_open_uri), (ev_application_open_uri_list):
5253         * shell/ev-window.c: (file_open_dialog_response_cb),
5254         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5255         (drag_data_received_cb), (open_remote_link):
5256         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5257
5258         Add support for multiscreen systems. Fixes bug #316206.
5259
5260 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5261
5262         * shell/ev-jobs.[ch]: (ev_job_print_new),
5263         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5264         (ev_job_print_do_page):
5265         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5266
5267         Allow printing only odd/even pages. Fixes bug #367289.
5268
5269 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5270
5271         * test/test1.py:
5272         * test/test2.py:
5273
5274         Re-add locale settings to test files.
5275
5276 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5277
5278         * data/evince-ui.xml:
5279         * shell/ev-window.c: (set_action_properties):
5280         
5281         Removed garbage from code and ui.
5282
5283 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5284
5285         * shell/ev-window.c: (ev_window_cmd_help_about):
5286
5287         Shamelessly add my name to the list of contributors.
5288
5289 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5290
5291         * test/test1.py:
5292         * test/test2.py:
5293
5294         Cleaned up the dogtail scripts.
5295
5296 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5297
5298         * shell/ev-view.c: (draw_loading_text): Don't render
5299         "loading..." text in presentation mode. Temporary
5300         workaround for bug #320352.
5301
5302 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5303
5304         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5305         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5306
5307         Use print settings scale, copies, collate and reverse which were
5308         ignored. Fixes bug #359032.
5309
5310 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5311
5312         * configure.ac:
5313         * data/evince-password.glade:
5314         * test/Makefile.am:
5315         * test/test-encrypt.pdf:
5316         * test/test-links.pdf:
5317         * test/test1.py:
5318         * test/test2.py:
5319
5320         Add automated UI tests for evince with dogtail. See
5321         bug #300948.    
5322
5323 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5324
5325         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5326
5327         Hide fullscreen toolbar when switching to another desktop workspace.
5328         Fixes bug #338871
5329
5330 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5331
5332         * shell/ev-window-title.c: 
5333         
5334         Test for .dvi in title of pdf documents.
5335
5336 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5337
5338         * shell/ev-view.c: (ev_view_scroll):
5339
5340         Page Up/Down should do page jumps in "Best fit" mode.
5341         If a user has explicitly chosen to view exactly one page
5342         at a time, scrolling just a part of the page when
5343         pressing Page Up/Down is not right. Fixes bug #323107.
5344
5345 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5346
5347         * NEWS:
5348         * configure.ac:
5349         
5350         Update for 0.6.1
5351
5352 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5353
5354         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5355         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5356         
5357         Correctly disconnect from job signals on destroy.
5358
5359 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5360
5361         * shell/ev-view-private.h:
5362         * shell/ev-view.c: (view_set_adjustment_values),
5363         (view_update_range_and_current_page),
5364         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5365         
5366         Fixes bug #343199, current page now follows find page.
5367
5368 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5369
5370         * backend/ev-document-factory.c:
5371         * configure.ac:
5372         Assigned OpenDocument presenation MIME type to the
5373         Impress backend. Added some missing (but harmless)
5374         #ifdefs in the document factory as well to make things
5375         consistent again. Fixes bug #360658.
5376
5377 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5378
5379         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5380         * backend/ev-document-find.c: (ev_document_find_get_type):
5381         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5382         * backend/ev-document-links.c: (ev_document_links_get_type):
5383         * backend/ev-document-security.c: (ev_document_security_get_type):
5384         * backend/ev-document-thumbnails.c:
5385         (ev_document_thumbnails_get_type):
5386         * backend/ev-document.c: (ev_document_get_type):
5387         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5388         * backend/ev-selection.c: (ev_selection_get_type):
5389         * cut-n-paste/recent-files/egg-recent-model.c:
5390         (egg_recent_model_get_type):
5391         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5392         (egg_recent_view_uimanager_get_type):
5393         * cut-n-paste/recent-files/egg-recent-view.c:
5394         (egg_recent_view_get_type):
5395         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5396         (egg_editable_toolbar_get_type):
5397         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5398         (egg_toolbar_editor_get_type):
5399         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5400         (egg_toolbars_model_get_type):
5401         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5402         (egg_tree_multi_drag_source_get_type):
5403         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5404         (ephy_zoom_action_get_type):
5405         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5406         (ephy_zoom_control_get_type):
5407         * impress/r_back.c: (_imp_fill_back):
5408         * properties/ev-properties-main.c:
5409         (ev_properties_plugin_register_type):
5410         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5411         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5412         (ev_view_accessible_factory_get_type):
5413
5414         Reduce relocations. Bug #360616.
5415
5416 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5417
5418         * backend/ev-document-factory.c:
5419         (ev_document_factory_get_document):
5420         
5421         Load document even if extension is wrong.
5422
5423 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5424
5425         * shell/ev-metadata-manager.c: (save_values):
5426         * shell/ev-window.c: (setup_size_from_metadata),
5427         (setup_view_from_metadata), (ev_window_setup_document),
5428         (ev_window_xfer_job_cb), (window_configure_event_cb):
5429         
5430         Set size according to the document size/page size ratio.
5431         That should correct rather wierd behaviour of the previous
5432         commit.
5433
5434 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5435
5436         * shell/ev-window.c: (setup_view_from_metadata):
5437         
5438         Set size for new windows from previous window size.
5439         See bugs #354968 and #168450 for details. Thanks
5440         to Meik Hellmund.
5441
5442 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5443
5444         * djvu/djvu-links.c: (build_tree):
5445
5446         Fix memory leak.
5447
5448 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5449
5450         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5451         
5452         Don't make sidebar close button insensitive. Fixes
5453         bug #357871.
5454
5455 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5456
5457         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5458         (ev_window_set_view_accels_sensitivity):
5459         
5460         Don't enable Slash on documents which don't support
5461         find. Fixes bug #358648.
5462
5463 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5464
5465         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5466         open dialog fall back to the current document uri if the
5467         filechooser hasn't been used before. Fixes bug #356980.
5468
5469 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5470
5471         * shell/ev-window.c: (ev_window_setup_recent), 
5472         (ev_window_get_recent_file_label):
5473
5474         Escape underscores in filenames of recent file items.
5475
5476 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5477
5478         * configure.ac:
5479         
5480         Bumped poppler requirements, really 0.5.3 is very 
5481         buggy, now we require 0.5.4.
5482
5483 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5484
5485         * djvu/Makefile.am:
5486         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5487         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5488         (djvu_document_document_links_iface_init):
5489         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5490         (number_from_string_10), (get_djvu_link_dest),
5491         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5492         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5493         (djvu_links_get_links), (djvu_links_find_link_dest),
5494         (djvu_links_get_links_model):
5495         * djvu/djvu-links.h:
5496         
5497         Add support for links and bookmarks in djvu documents. Thanks
5498         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5499         patch.
5500
5501 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5502
5503         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5504         
5505         Reopen should reload document. Fixes 
5506         bug 327951.
5507
5508 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5509
5510         * configure.ac:
5511         * data/Makefile.am:
5512         * data/evince-16.png:
5513         * data/evince-22.png:
5514         * data/evince.png:
5515         * data/evince.svg:
5516         * data/icons/16x16/Makefile.am:
5517         * data/icons/16x16/evince.png:
5518         * data/icons/22x22/Makefile.am:
5519         * data/icons/22x22/evince.png:
5520         * data/icons/48x48/Makefile.am:
5521         * data/icons/48x48/evince.png:
5522         * data/icons/Makefile.am:
5523         * data/icons/scalable/Makefile.am:
5524         * data/icons/scalable/evince.svg:
5525         
5526         Install icons with correct names. Fixes
5527         bug #354429.
5528
5529 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5530
5531         * shell/ev-view.c: (ev_view_button_release_event):
5532
5533         Don't open links with middle mouse button. Fixes bug #353649
5534
5535 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5536
5537         * NEWS:
5538         * configure.ac:
5539         
5540         Update for release 0.6.0
5541
5542 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5543
5544         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5545         Implement Close named action. Patch by Carlos Garcia Campos.
5546
5547 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5548
5549         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5550         
5551         Don't clear link mapping on copy_job_to_job_info. Fixes
5552         bug 346168.
5553
5554 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5555
5556         * shell/main.c: (main):
5557
5558         Revert my previous commit, gnome_program_init owns the option context.
5559         Fix another memory leak in main. Both caught by Christian Persch. 
5560
5561 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5562
5563         * shell/main.c: (main):
5564
5565         Fix memory leak.
5566
5567 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5568
5569         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5570
5571         Fix crash when opening a pdf with password protection. 
5572
5573 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5574
5575         * pdf/ev-poppler.cc: (pdf_document_search_free):
5576
5577         Fix memory leak. 
5578
5579 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5580
5581         * backend/ev-document-factory.c:
5582         (ev_document_factory_get_document):
5583         * tiff/tiff-document.c: (tiff_document_finalize):
5584         
5585         More correct handling of document loading. Fixes
5586         bug #349043.
5587
5588 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5589
5590         * backend/ev-attachment.c: (ev_attachment_save):
5591
5592         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5593         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5594
5595 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5596         
5597         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5598         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5599
5600 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5601
5602         * shell/ev-sidebar-thumbnails.c:
5603
5604         Do not render thumbnails unless thumbnails page is active in the
5605         sidebar.
5606
5607 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5608
5609         * shell/ev-properties-dialog.c:
5610
5611         Fix dialogue spacing. Bug #351370.
5612
5613 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5614
5615         * configure.ac:
5616
5617         Use lowercase gettext catalog file names (evince.mo
5618         instead of Evince.mo)
5619
5620 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5621
5622         * shell/ev-sidebar-attachments.c:
5623
5624         GtkIconTheme is now screen safe too. Fixes bug #350878
5625
5626 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5627
5628         * shell/ev-window.c:
5629
5630         GtkRecent manager is now screen safe. Fixes bug #350145
5631
5632 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5633
5634         * shell/ev-sidebar.c: (ev_sidebar_init):
5635         
5636         Make sidebar close icon smaller. Fix for bug 350177.
5637         See also bugs 350176 and 165770.
5638
5639 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5640
5641         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5642
5643         Ignore zoom for xyz destinations when it's <= 1, keeping user
5644         preferences instead. Set correct sizing-mode for fith and fitv
5645         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5646
5647 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5648
5649         * NEWS:
5650         * configure.ac:
5651         
5652         Update for release 0.5.5
5653
5654 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5655         
5656         * shell/ev-window.c: (ev_window_cmd_escape)
5657
5658         Escape unfocus page entry. Fixes bug #345809.
5659
5660 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5661
5662         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5663         (build_tree), (pdf_document_links_get_links),
5664         (pdf_document_links_find_link_dest):
5665         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5666         (goto_xyz_dest):
5667
5668         Convert from PDF style coordinates to X style coordinates in the
5669         backend rather than in the view. Fixes bug #338440
5670
5671 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5672
5673         * shell/ev-window.c:
5674         
5675         Remove Ctrl+Shift+T shortcut for toolbars. See
5676         the bug #350098.
5677
5678 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5679
5680         * configure.ac:
5681
5682         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5683         of this. 
5684
5685 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5686
5687         * configure.ac:
5688         * cut-n-paste/Makefile.am:
5689         * data/evince-ui.xml:
5690         * shell/Makefile.am:
5691         * shell/ev-application.[ch]:
5692         * shell/ev-window.c:
5693
5694         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5695         #349273
5696
5697 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5698
5699         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5700         findbar code: s/help/search/
5701
5702 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5703
5704         * shell/ev-window.c: (setup_document_from_metadata),
5705         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5706         (setup_view_from_metadata):
5707         
5708         Fix memory leaks.
5709
5710 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5711
5712         * autogen.sh, configure.ac: 
5713         
5714         Update automake usage. See bug 349292.
5715
5716 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5717
5718         * shell/eggfindbar.c: (egg_find_bar_class_init),
5719         (entry_activate_callback), (egg_find_bar_init),
5720         (egg_find_bar_set_status_text):
5721         * shell/eggfindbar.h:
5722         
5723         Unify Evince findbar with Epiphany. Nice patch
5724         from Fabricio Silva <silva@crans.org> and
5725         Frederic Peters <fpeters@entrouvert.com>. See
5726         bug #339966 for details.
5727
5728 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5729
5730         * data/evince.desktop.in.in:
5731         
5732         Correct information for bugzilla. Thanks to
5733         Olaf Vitters, see bug #348855.
5734
5735 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5736
5737         * shell/ev-jobs.[ch]:
5738         * shell/ev-sidebar-links.c:
5739         * shell/ev-window.[ch]:
5740
5741         GtkPrintJob doesn't support print ranges or current page, so we export
5742         to a ps file now when printing ranges or current page.
5743
5744 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5745
5746         * pdf/ev-poppler.cc:
5747         * shell/ev-window.c: (do_action_named):
5748
5749         We should be more clear about bugzilla. See the
5750         poppler bug #7623.
5751
5752 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5753
5754         * configure.ac:
5755         * shell/Makefile.am:
5756         * shell/ev-job-queue.c:
5757         * shell/ev-jobs.[ch]:
5758         * shell/ev-sidebar-links.c:
5759         * shell/ev-window.[ch]:
5760         
5761         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5762         #348422
5763
5764 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5765
5766         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5767         * shell/ev-application-service.xml:
5768         * shell/ev-application.[ch]:
5769         * shell/ev-jobs.[ch]:
5770         * shell/ev-window.[ch]: (ev_window_run_preview):
5771         * shell/main.c: 
5772
5773         Add preview mode to use evince as a printing previewer. It also adds
5774         other command line options for fullscreen and presentation modes.
5775         Fixes bugs #347822, #317031
5776
5777 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5778
5779         * NEWS:
5780         * configure.ac:
5781         
5782         Update for release 0.5.4
5783
5784 2006-07-11  Bastien Nocera <hadess@hadess.net>
5785
5786         * Makefile.am:
5787         * backend/Makefile.am:
5788         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5789         * backend/ev-document-factory.h:
5790         * configure.ac:
5791         * impress/.cvsignore:
5792         * impress/Makefile.am:
5793         * impress/common.h:
5794         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5795         (imp_get_page), (imp_next_page), (imp_prev_page),
5796         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5797         * impress/f_oasis.c: (render_object), (render_page),
5798         (get_geometry), (_imp_oasis_load):
5799         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5800         (_imp_oo13_load):
5801         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5802         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5803         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5804         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5805         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5806         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5807         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5808         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5809         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5810         (iks_new_within), (iks_insert), (iks_insert_cdata),
5811         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5812         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5813         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5814         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5815         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5816         (iks_cdata), (iks_cdata_size), (iks_has_children),
5817         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5818         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5819         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5820         (iks_tree), (iks_load), (iks_save):
5821         * impress/iksemel.h:
5822         * impress/imposter.h:
5823         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5824         (imp_render_draw_bezier_real), (imp_render_get_size),
5825         (imp_render_set_fg_color), (imp_render_draw_line),
5826         (imp_render_draw_rect), (imp_render_draw_polygon),
5827         (imp_render_draw_arc), (imp_render_draw_bezier),
5828         (imp_render_open_image), (imp_render_get_image_size),
5829         (imp_render_scale_image), (imp_render_draw_image),
5830         (imp_render_close_image), (imp_render_markup),
5831         (imp_render_get_text_size), (imp_render_draw_text),
5832         (impress_document_load), (impress_document_save),
5833         (impress_document_get_n_pages), (impress_document_get_page_size),
5834         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5835         (impress_document_finalize), (impress_document_class_init),
5836         (impress_document_can_get_text), (impress_document_get_info),
5837         (impress_document_document_iface_init),
5838         (impress_document_thumbnails_get_thumbnail),
5839         (impress_document_thumbnails_get_dimensions),
5840         (impress_document_document_thumbnails_iface_init),
5841         (impress_document_init):
5842         * impress/impress-document.h:
5843         * impress/internal.h:
5844         * impress/r_back.c: (_imp_fill_back):
5845         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5846         (_imp_draw_image), (_imp_tile_image):
5847         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5848         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5849         (r_polyline):
5850         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5851         (r_draw_gradient_complex), (r_draw_gradient):
5852         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5853         (r_get_bullet):
5854         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5855         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5856         (r_text):
5857         * impress/render.c: (imp_create_context), (imp_context_set_page),
5858         (imp_context_set_step), (imp_render), (imp_delete_context):
5859         * impress/render.h:
5860         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5861         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5862         (zip_load_xml), (zip_get_size), (zip_load):
5863         * impress/zip.h:
5864         * shell/ev-utils.c:
5865         
5866         New backend to support impress slides. Fixes bug #30867.
5867
5868 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5869
5870         * shell/ev-utils.c: (using_postscript_printer):
5871         
5872         Fixes crash when print using PAPI backend,
5873         bug #345012.
5874
5875 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5876
5877         * shell/ev-jobs.c: (ev_job_xfer_run):
5878         * shell/ev-window.c: (password_dialog_response),
5879         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5880         (ev_window_dispose):
5881         Fixes bug #344160: if the xfer job doesn't complete
5882         because a password is required, reload the existing
5883         instance instead of creating a new one.
5884
5885 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5886
5887         * shell/main.c: (main): Call gdk_threads_init. Thus
5888         we'll avoid errors in auth dialog. Fix for the bug
5889         #343347.
5890
5891 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5892
5893         * configure.ac: Advertise pixbuf support, fix
5894         for the bug 343317.
5895
5896 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5897
5898         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5899         (ev_sidebar_thumbnails_set_document):
5900         
5901         Update sidebar thumbnails after reloading.
5902
5903 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5904
5905         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5906         * shell/ev-jobs.h:
5907         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5908         (ev_window_cmd_view_reload), (ev_window_init):
5909         
5910         Don't crash on reload. Fix for the bug #343167.
5911
5912 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5913
5914         * shell/ev-jobs.c: (ev_job_render_run):
5915         
5916         Check for document links.
5917
5918 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5919
5920         * backend/ev-attachment.c: (ev_attachment_save),
5921         (ev_attachment_launch_app), (ev_attachment_open):
5922         * backend/ev-document-factory.c: (get_document_from_uri):
5923         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5924         (egg_recent_view_uimanager_set_list):
5925         * ps/ps-document.c: (check_filecompressed), (document_load),
5926         (ps_document_load):
5927         * shell/ev-metadata-manager.c: (load_values):
5928         * shell/ev-password.c: (ev_password_dialog_set_property):
5929         * shell/ev-view.c: (tip_from_link):
5930         * shell/ev-window.c: (file_save_dialog_response_cb),
5931         (ev_window_print_dialog_response_cb):
5932         
5933         Use consistent quoting style. Fix for the bug #320285.
5934
5935 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5936
5937         * shell/ev-jobs.c: (ev_job_xfer_run):
5938         * shell/main.c: (load_files):
5939                 
5940         Open links with anchors. Fix for the bug #339836.
5941
5942 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5943
5944         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5945         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5946         (ev_link_dest_set_property), (ev_link_dest_finalize),
5947         (ev_link_dest_class_init), (ev_link_dest_new_named),
5948         (ev_link_dest_new_page_label):
5949         * backend/ev-link-dest.h:
5950         * shell/ev-application.c: (ev_application_open_uri):
5951         * shell/ev-view.c: (goto_dest):
5952         * shell/ev-window.c:
5953         * shell/ev-window.h:
5954         
5955         Fix page-label command line option. Bug #342070.
5956
5957 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5958
5959         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5960         
5961         Don't show highlight rects if page can't be showed. Fix for 
5962         the bug #342076
5963
5964 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5965
5966         * shell/ev-window.c: (setup_sidebar_from_metadata),
5967         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5968         
5969         Setup sidebar from metadata even if there is no document
5970         loaded. Fix for the bug #342807.
5971
5972 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5973
5974         * cut-n-paste/toolbar-editor/Makefile.am:
5975         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5976         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5977         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5978         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5979         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5980         (popup_context_menu_cb), (button_press_event_cb),
5981         (configure_item_sensitivity), (configure_item_cursor),
5982         (configure_item_tooltip), (connect_widget_signals),
5983         (action_sensitive_cb), (create_item_from_action),
5984         (create_item_from_position), (toolbar_drag_data_received_cb),
5985         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5986         (toolbar_drag_leave_cb), (configure_drag_dest),
5987         (toggled_visibility_cb), (toolbar_visibility_refresh),
5988         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5989         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5990         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5991         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5992         (egg_editable_toolbar_dispose),
5993         (egg_editable_toolbar_set_ui_manager),
5994         (egg_editable_toolbar_get_selected),
5995         (egg_editable_toolbar_set_selected), (set_edit_mode),
5996         (egg_editable_toolbar_set_property),
5997         (egg_editable_toolbar_get_property),
5998         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5999         (egg_editable_toolbar_new_with_model),
6000         (egg_editable_toolbar_get_edit_mode),
6001         (egg_editable_toolbar_set_edit_mode),
6002         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6003         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6004         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6005         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6006         (item_added_or_removed_cb), (toolbar_removed_cb),
6007         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6008         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6009         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6010         (editor_create_item_from_name), (append_table),
6011         (update_editor_sheet), (egg_toolbar_editor_init):
6012         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6013         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6014         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6015         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6016         (toolbar_node_free), (egg_toolbars_model_get_flags),
6017         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6018         (egg_toolbars_model_get_name), (impl_add_item),
6019         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6020         (parse_data_list), (parse_item_list), (parse_toolbars),
6021         (egg_toolbars_model_load_toolbars), (parse_available_list),
6022         (parse_names), (egg_toolbars_model_load_names),
6023         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6024         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6025         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6026         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6027         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6028         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6029         (egg_toolbars_model_set_types), (fill_avail_array),
6030         (egg_toolbars_model_get_name_avail),
6031         (egg_toolbars_model_get_name_flags),
6032         (egg_toolbars_model_set_name_flags):
6033         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6034         * cut-n-paste/toolbar-editor/eggintl.h:
6035         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6036         (egg_tree_multi_drag_source_get_type),
6037         (egg_tree_multi_drag_source_row_draggable),
6038         (egg_tree_multi_drag_source_drag_data_delete),
6039         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6040         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6041         (path_list_free), (set_context_data), (get_context_data),
6042         (get_info), (egg_tree_multi_drag_drag_data_get),
6043         (egg_tree_multi_drag_motion_event),
6044         (egg_tree_multi_drag_button_press_event),
6045         (egg_tree_multi_drag_add_drag_support):
6046         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6047         * shell/ev-application.c: (ev_application_init),
6048         (ev_application_save_toolbars_model):
6049         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6050         (ev_window_cmd_edit_toolbar), (ev_window_init):
6051         
6052         Sync toolbareditor with epiphany and libegg
6053
6054 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6055
6056         * configure.ac: 
6057
6058         Depend on poppler 0.5.2
6059
6060 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6061
6062         * shell/ev-jobs.c: (ev_job_render_run):
6063         
6064         Check if document supports links iterface.
6065
6066 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6067
6068         * NEWS:
6069         * configure.ac:
6070         
6071         Update for release 0.5.3
6072
6073 2006-05-13  Michael Plump  <plumpy@skylab.org>
6074
6075         * configure.ac:
6076         * shell/Makefile.am:
6077         * shell/main.c: (main):
6078         
6079         Port to GOption command line parsing. Fix for the 
6080         bug #327518
6081
6082 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6083
6084         * shell/ev-window.c: (ev_window_cmd_help_about):
6085         
6086         Do not wrap license. Fix for the bug #309460.
6087
6088 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6089
6090         * configure.ac:
6091         * properties/ev-properties-main.c: (ev_properties_get_pages):
6092         * shell/ev-application.c: (ev_application_open_window),
6093         (ev_application_open_uri_at_dest):
6094         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6095         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6096         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6097         * shell/ev-utils.c: (save_print_config_to_file):
6098         * shell/ev-window.c: (ev_window_cmd_save_as),
6099         (ev_attachment_popup_cmd_save_attachment_as):
6100         * shell/main.c: (load_files_remote):
6101         
6102         Bump requirements to gtk 2.8 and drop all ifdefs used.
6103
6104 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6105
6106         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6107         * shell/ev-window.c: (ev_window_init):
6108         
6109         Show attachments page.
6110
6111 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6112
6113         * po/POTFILES.in:
6114         * shell/ev-attachment-bar.c:
6115         * shell/ev-attachment-bar.h:
6116         * shell/ev-sidebar-attachments.c:
6117         (ev_sidebar_attachments_icon_cache_add),
6118         (icon_theme_get_pixbuf_from_mime_type),
6119         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6120         (ev_sidebar_attachments_icon_cache_refresh),
6121         (ev_sidebar_attachments_get_attachment_at_pos),
6122         (ev_sidebar_attachments_popup_menu_show),
6123         (ev_sidebar_attachments_popup_menu),
6124         (ev_sidebar_attachments_button_press),
6125         (ev_sidebar_attachments_update_icons),
6126         (ev_sidebar_attachments_drag_data_get),
6127         (ev_sidebar_attachments_get_property),
6128         (ev_sidebar_attachments_destroy),
6129         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6130         (ev_sidebar_attachments_new),
6131         (ev_sidebar_attachments_set_document),
6132         (ev_sidebar_attachments_support_document),
6133         (ev_sidebar_attachments_get_label),
6134         (ev_sidebar_attachments_page_iface_init):
6135         * shell/ev-sidebar-attachments.h:
6136         * shell/ev-window.c: (update_chrome_visibility),
6137         (setup_sidebar_from_metadata), (ev_window_setup_document),
6138         (ev_window_sidebar_current_page_changed_cb),
6139         (attachment_bar_menu_popup_cb), (ev_window_init):
6140         
6141         Move attachments bar to sidebar.
6142
6143 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6144
6145         * pdf/ev-poppler.cc:
6146         * shell/ev-application.[ch]:
6147         * shell/main.c:
6148
6149         Fix some memory leaks.
6150
6151 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6152
6153         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6154
6155         Change the properties dialog response to
6156         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6157         will make the dialog go away when the user presses
6158         enter. With gtk+ >= 2.9 this will happen anyway, but for
6159         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6160         escape by default. Fixes bug #340539. See also bug
6161         #101293 for the gtk+ part.
6162
6163 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6164
6165         * shell/ev-view.c (tip_from_action_named): Replace some strings
6166         that were wrong. Closes #340970.
6167
6168 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6169
6170         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6171
6172         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6173         #341049
6174
6175 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6176
6177         * djvu/Makefile.am:
6178         * dvi/Makefile.am:
6179         * dvi/mdvi-lib/Makefile.am:
6180         * properties/Makefile.am:
6181         * ps/Makefile.am:
6182         * shell/Makefile.am:
6183         * thumbnailer/Makefile.am:
6184         
6185         Due to broken libtool that is unable to track dependencies
6186         of noinst libraries we are forced to explicitely point
6187         libraries for binary. Fix for the bug #333334.
6188
6189 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6190
6191         * data/evince.desktop.in.in:
6192         * shell/ev-view.c: (view_update_range_and_current_page),
6193         (ev_view_next_page), (ev_view_previous_page):
6194         * shell/ev-window.c: (update_chrome_visibility),
6195         (setup_sidebar_from_metadata), (ev_window_setup_document),
6196         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6197         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6198         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6199         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6200         (ev_window_stop_presentation), (ev_window_focus_in_event),
6201         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6202         (ev_window_init):
6203         * thumbnailer/Makefile.am:
6204         
6205         Update fullscreen and presentation timeout handling. Hide
6206         cursor in presentation after timeout. Fix for the bugs
6207         #136359 and #336981.
6208
6209 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6210
6211         * backend/ev-link-action.[ch]:
6212         * pdf/ev-poppler.cc: (ev_link_from_action):
6213         * shell/ev-view-private.h:
6214         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6215         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6216
6217         Add support for Named Action links
6218
6219 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6220
6221         * backend/Makefile.am:
6222         * backend/ev-document-links.[ch]:
6223         * backend/ev-document.[ch]:
6224         * backend/ev-link-action.[ch]:
6225         * backend/ev-link-dest.[ch]:
6226         * backend/ev-link.[ch]:
6227         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6228         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6229         * shell/ev-page-action.c: (build_new_tree_cb):
6230         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6231         (links_page_num_func), (update_page_callback):
6232         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6233         (tip_from_link):
6234         * shell/ev-jobs.c:
6235         * shell/ev-window.[ch]: (ev_window_open_uri),
6236         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6237         * shell/ev-application.[ch]: (ev_application_open_window),
6238         (ev_application_open_uri):
6239
6240         Rework links system, it adds support for remote links now and it makes
6241         easier to add new kinds of actions and destinations. Fixes bug #317292
6242
6243 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6244
6245         * data/Makefile.am:
6246         * data/evince.png:
6247         * data/evince-16.png:
6248         * data/evince-22.png:
6249         * data/evince.svg:
6250         * shell/main.c: (main):
6251         
6252         Evince use it's own icon. Fix for the bug #313392.
6253
6254         * shell/ev-window.c: (fullscreen_timeout_cb),
6255         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6256         (ev_window_cmd_help_about), (ev_window_dispose):
6257         
6258         Simplify fullscreen timeout code.
6259
6260 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6261
6262         * backend/ev-attachment.c: 
6263         * shell/ev-attachment-bar.c:
6264         * shell/ev-window.c:
6265
6266         Allow multiple selection of attachments
6267
6268 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6269
6270         * shell/ev-view.c: (view_update_range_and_current_page),
6271         (ev_view_scroll):
6272         
6273         Fix for the bug #312573 – Optimal selection of current 
6274         page among visible pages.
6275
6276 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6277
6278         * configure.ac:
6279         * djvu/Makefile.am:
6280         * djvu/djvu-text.h:
6281         
6282         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6283         for the bug 339868.
6284
6285 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6286
6287         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6288
6289 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6290
6291         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6292         dictated by the GNOME HIG. Fixes bug #339235.
6293
6294 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6295
6296         * data/evince-ui.xml:
6297         * shell/ev-view.c: (ev_view_can_find_previous):
6298         * shell/ev-view.h:
6299         * shell/ev-window.c: (ev_window_update_actions),
6300         (ev_window_cmd_edit_find_previous):
6301
6302         Add support for "Find Previous" as dictated by the GNOME HIG. A
6303         menu item is added and some glue code to make it all work is added
6304         to various files.
6305
6306 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6307
6308         * configure.ac: Award myself the "useless use of cat" award.
6309
6310 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6311
6312         * po/LINGUAS: New file listing all supported languages.
6313
6314         * configure.in: Use po/LINGUAS instead of including all languages
6315         directly in this file. See the wiki for more information:
6316         http://live.gnome.org/GnomeGoals/PoLinguas
6317
6318 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6319
6320         * backend/ev-document-factory.c:
6321
6322         Do not load the document twice when there isn't errors
6323
6324 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6325
6326         * backend/ev-attachment.c: 
6327
6328         Fix a crash when there isn't a default application to open an
6329         attachment
6330
6331 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6332
6333         * backend/ev-attachment.[ch]:
6334         * shell/ev-attachment-bar.[ch]:
6335
6336         Added missing files. 
6337
6338 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6339
6340         * backend/Makefile.am:
6341         * data/evince-ui.xml:
6342         * backend/ev-attachment.[ch]:
6343         * backend/ev-document.[ch]: (ev_document_has_attachments),
6344         (ev_document_get_attachments):
6345         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6346         (attachment_save_to_buffer), (pdf_document_get_attachments),
6347         (pdf_document_document_iface_init):
6348         * shell/Makefile.am:
6349         * shell/ev-attachment-bar.[ch]:
6350         * shell/ev-window.c:
6351
6352         Add support for PDF attachments. Fixes bug #325143
6353
6354 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6355
6356         * backend/ev-document-factory.c: (get_document_from_uri),
6357         (ev_document_factory_get_document):
6358         * backend/ev-document-factory.h:
6359         * properties/ev-properties-main.c: (ev_properties_get_pages):
6360         * shell/Makefile.am:
6361         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6362         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6363         (ev_job_queue_remove_job):
6364         * shell/ev-job-queue.h:
6365         * shell/ev-job-xfer.c:
6366         * shell/ev-job-xfer.h:
6367         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6368         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6369         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6370         (ev_job_xfer_run):
6371         * shell/ev-jobs.h:
6372         * shell/ev-window.c: (ev_window_is_empty),
6373         (password_dialog_response), (ev_window_clear_xfer_job),
6374         (ev_window_xfer_job_cb), (ev_window_open_uri),
6375         (ev_window_cmd_focus_page_selector),
6376         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6377         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6378         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6379         (ev_window_dispose):
6380         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6381         
6382         * Cleanup mime type detection on document load. Fix for the
6383         bug #336448.
6384
6385 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6386
6387         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6388         
6389         Fix crash on exit, described in the bug #336825.
6390
6391 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6392
6393         * backend/ev-document-factory.c:
6394         (ev_document_factory_get_from_mime),
6395         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6396         (ev_document_factory_get_document),
6397         (file_filter_add_mime_list_and_free),
6398         (ev_document_factory_add_filters):
6399         * backend/ev-document-factory.h:
6400         * properties/ev-properties-main.c: (ev_properties_get_pages):
6401         * shell/Makefile.am:
6402         * shell/ev-application.c:
6403         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6404         * shell/ev-window.c: (ev_window_cmd_file_open),
6405         (ev_window_cmd_save_as):
6406         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6407         
6408         Rework factory functions so they are placed now in a single 
6409         file ev-document-factory.c
6410
6411 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6412
6413         * shell/ev-window.c: (update_chrome_visibility):
6414         
6415         Fix for the bug 166566 - don't show menubar in fullscreen
6416         mode.
6417
6418 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6419
6420         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6421
6422 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6423
6424         * shell/ev-view.c: (ev_view_expose_event):
6425         
6426         More correctly draw loading text when document
6427         is empty.
6428
6429 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6430
6431         * shell/ev-view.c: (ev_view_scroll):
6432         
6433         Fix for the bug #334854, page down and page up switch
6434         pages in presentation mode.
6435
6436 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6437
6438         * shell/ev-window.c: (ev_window_set_action_sensitive),
6439         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6440         (ev_window_set_view_accels_sensitivity),
6441         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6442         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6443         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6444         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6445         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6446         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6447         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6448         (view_actions_focus_in_cb), (ev_window_init):
6449         
6450         Fix for the bug #333902, now it's possible to search
6451         words with slash.
6452
6453 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6454
6455         * configure.ac: Added Breton translation.
6456         * po/br.po: Added Breton translation.
6457
6458 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6459
6460         * shell/ev-window-title (ev_window_title_update):
6461
6462         Fix memory leak in window title. Fixes bug #333944
6463
6464 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6465
6466         * shell/ev-metadata-manager.c (parseItem):
6467
6468         Fix memory leaks. Fixes bug #333945
6469
6470 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6471         
6472         * NEWS, configure.ac, TODO:
6473         
6474         Update for release 0.5.2.
6475
6476 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6477
6478         * shell/ev-view.c: (view_update_range_and_current_page),
6479         (page_changed_cb):
6480         
6481         Don't jump on scrolling, fix for the bug #333127.
6482
6483 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6484
6485         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6486         
6487         Scroll by one page in presentation mode. Fix for the bug
6488         #332993.
6489
6490 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6491
6492         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6493
6494 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6495
6496         * configure.ac  Added lv in ALL_LINGUAS line.
6497
6498 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6499         
6500         * NEWS, configure.ac:
6501         
6502         Update for release 0.5.1
6503
6504 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6505
6506         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6507         * backend/ev-document-misc.h:
6508         * shell/ev-view.c: (draw_one_page):
6509         
6510          Clairfy what page the toolbar page number applies to. Fix
6511          for the bug #328102.
6512
6513 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6514
6515         * shell/ev-view-private.h:
6516         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6517         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6518         (ev_view_search_changed):
6519         * shell/ev-view.h:
6520         * shell/ev-window.c: (find_bar_search_changed_cb):
6521         
6522         Dont't jump to find result if window was scrolled during search.
6523         Fix for the bug #313266.
6524
6525 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6526
6527         * shell/eggfindbar.c: (egg_find_bar_class_init):
6528         * shell/eggfindbar.h:
6529         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6530         * shell/ev-view-private.h:
6531         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6532         (ev_view_class_init), (ev_sizing_mode_get_type),
6533         (ev_scroll_type_get_type):
6534         * shell/ev-view.h:
6535         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6536         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6537         (ev_window_init):
6538         
6539         Fix for the bug 319133 - Find entry should allow text scroll.
6540
6541 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6542
6543         * shell/ev-view-private.h:
6544         * shell/ev-view.c: (view_update_range_and_current_page),
6545         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6546         (ev_view_set_document), (update_find_status_message),
6547         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6548         (ev_view_find_previous):
6549         
6550         Fix for the bug #319137. Search now takes account for scrolling.
6551
6552 2006-02-19  Michael Hofmann <mh21@piware.de>
6553
6554         * configure.ac:
6555         * djvu/Makefile.am:
6556         * djvu/djvu-document-private.h:
6557         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6558         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6559         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6560         (djvu_document_can_get_text), (djvu_document_get_text),
6561         (djvu_document_document_iface_init),
6562         (djvu_document_thumbnails_get_thumbnail),
6563         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6564         (djvu_document_find_get_result),
6565         (djvu_document_find_page_has_results),
6566         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6567         (djvu_document_find_iface_init):
6568         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6569         (djvu_text_page_selection), (djvu_text_page_limits_process),
6570         (djvu_text_page_limits), (djvu_text_page_copy),
6571         (djvu_text_page_position), (djvu_text_page_union),
6572         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6573         (djvu_text_page_box), (djvu_text_page_append_text),
6574         (djvu_text_page_search), (djvu_text_page_prepare_search),
6575         (djvu_text_page_new), (djvu_text_page_free):
6576         * djvu/djvu-text-page.h:
6577         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6578         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6579         (djvu_text_n_results), (djvu_text_has_results),
6580         (djvu_text_get_result), (djvu_text_get_progress):
6581         * djvu/djvu-text.h:
6582         
6583         Text search in djvu. Fix for the bug #303415.
6584
6585 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6586
6587         * configure.ac:
6588         * shell/ev-window.c: (ev_window_cmd_save_as):
6589         
6590         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6591         Thanks to Gary Coady <gary@lyranthe.org>
6592
6593 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6594
6595         * shell/ev-print-job.c: (idle_print_handler):
6596         
6597         Inverse order printing, bug #320919.
6598
6599 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6600
6601         * data/evince-toolbar.xml:
6602         * shell/ev-window.c:
6603         
6604         Allow to add sidebar checkbutton on toolbar. Fix
6605         for the bug #144577.
6606
6607 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6608
6609         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6610         
6611         Add checks that have sense for empty ps document.
6612
6613 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6614
6615         * configure.ac: Include PS in mime types list. 
6616
6617 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6618
6619         * configure.ac:
6620         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6621         * ps/gsdefaults.h:
6622         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6623         
6624         Runtime check for gs interpreter. Fix for the bug #320868.
6625         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6626
6627 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6628
6629         * shell/ev-application.c: 
6630
6631         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6632         dbus>=0.60, so that the request is not queued. 
6633
6634 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6635
6636         * configure.ac:
6637         * shell/Makefile.am:
6638         * shell/ev-sidebar-links.c: (print_section_cb):
6639         * shell/ev-utils.c:
6640         * shell/ev-utils.h:
6641         * shell/ev-window.c: (update_action_sensitivity),
6642         (ev_window_close_dialogs), (ev_window_print):
6643         * shell/ev-window.h:
6644         
6645         Make printing support optional. Patch from Eduardo de Barros Lima
6646         <eduardo.lima@indt.org.br> for the bug #330546.
6647
6648 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6649
6650         * shell/ev-view-private.h:
6651         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6652         (ev_view_set_document):
6653         * shell/ev-view.h:
6654         * shell/ev-window.c: (ev_window_load_job_cb),
6655         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6656         (ev_window_init):
6657
6658         Draw Loading message during xfer job. Fix for the bug #329495.
6659
6660 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6661
6662         * comics/comics-document.c: (comics_regex_quote),
6663         (comics_document_load), (extract_argv):
6664         
6665         Correcly quote regexp before passing it to unzip.
6666
6667 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6668
6669         * shell/ev-page-cache.c: (build_height_to_page),
6670         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6671         (ev_page_cache_get_dual_even_left):
6672         * shell/ev-page-cache.h:
6673         * shell/ev-view.c: (view_update_range_and_current_page),
6674         (get_page_y_offset), (get_page_extents):
6675         
6676         Place even pages to the left if document has less then
6677         two pages. Fix for the bug #328856.
6678
6679 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6680
6681         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6682         
6683         Correct comics scheme. This make evince create thumbnails
6684         for comic books. Fix for the bug 329088.
6685
6686 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6687
6688         * data/evince-password.glade: Don't explicitly set
6689         invisible_char to the current default value in case
6690         the default changes; let GTK+ do its magic.
6691
6692 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6693
6694         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6695         real filename to tmp filename since often document
6696         type is determined by extension.
6697
6698 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6699
6700         * shell/ev-view.c: (add_scroll_binding_keypad),
6701         (ev_view_binding_activated), (ev_view_class_init):
6702         
6703         Add keybindings for percision-scrolling of display area. 
6704         Fix for the bug #314072.
6705
6706 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6707
6708         * data/evince.desktop.in.in:
6709         
6710         Add GTK to the list of categories. Fix for the bug #328034.
6711
6712 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6713
6714         * shell/ev-application.c: (ev_application_shutdown),
6715         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6716         * shell/ev-application.h:
6717         * shell/ev-window.c: (file_open_dialog_response_cb),
6718         (ev_window_cmd_file_open):
6719         
6720         Save last uri in file chooser dialog. Fix for the bug #327950.
6721
6722 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6723
6724         * NEWS:
6725         * README:
6726         
6727         Final update for release 0.5.0
6728         
6729         * shell/Makefile.am:
6730         
6731         Remove disable deprecated until we'll require libgnome-2.13.7
6732         and port to GOption argument parsing. See bug 327518.
6733
6734 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6735
6736         * comics/comics-document.c: (comics_document_save):
6737         * djvu/djvu-document.c: (djvu_document_save):
6738         * dvi/dvi-document.c: (dvi_document_save):
6739         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6740         * lib/ev-file-helpers.h:
6741         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6742         * tiff/tiff-document.c: (tiff_document_save):
6743         
6744         Use common save function for backends.
6745
6746 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6747
6748         * backend/ev-document-types.c:
6749         
6750         Fix crash on saving pixbuf.
6751
6752 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6753
6754         * cut-n-paste/recent-files/egg-recent-item.c:
6755         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6756         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6757         (parse_info_free), (valid_element), (start_element_handler),
6758         (end_element_handler), (text_handler), (egg_recent_model_filter),
6759         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6760         (egg_recent_model_monitor), (egg_recent_model_read),
6761         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6762         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6763         (egg_recent_model_set_property), (egg_recent_model_class_init),
6764         (egg_recent_model_init), (egg_recent_model_add_full),
6765         (egg_recent_model_delete), (egg_recent_model_get_list),
6766         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6767         (egg_recent_model_set_filter_mime_types),
6768         (egg_recent_model_clear_group_filter),
6769         (egg_recent_model_set_filter_groups),
6770         (egg_recent_model_clear_scheme_filter),
6771         (egg_recent_model_set_filter_uri_schemes),
6772         (egg_recent_model_remove_expired):
6773         * cut-n-paste/recent-files/egg-recent-util.c:
6774         (egg_recent_util_get_icon):
6775         * cut-n-paste/recent-files/egg-recent-util.h:
6776         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6777         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6778         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6779         (egg_recent_view_uimanager_set_property),
6780         (egg_recent_view_uimanager_get_property),
6781         (egg_recent_view_uimanager_class_init),
6782         (egg_recent_view_uimanager_init),
6783         (egg_recent_view_uimanager_set_label_width),
6784         (egg_recent_view_uimanager_get_label_width):
6785         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6786         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6787         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6788         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6789         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6790         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6791         
6792         Update from libegg.
6793
6794 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6795
6796         * shell/ev-page-cache.c: (build_height_to_page),
6797         (ev_page_cache_get_height_to_page):
6798         * shell/ev-page-cache.h:
6799         * shell/ev-view.c: (view_update_range_and_current_page),
6800         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6801         (ev_view_previous_page):
6802         
6803         Dual mode places even pages to the left. Fix for the bug #309393.
6804
6805         * shell/ev-view.h:
6806         * shell/ev-window.c: (update_action_sensitivity),
6807         (setup_view_from_metadata), (view_menu_popup_cb):
6808         
6809         Don't restore presentation in empty windows, more intelligent
6810         next page behaviour in dual mode.
6811
6812         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6813         (ev_pixbuf_cache_clear_job_sizes):
6814         
6815         Cleanup job callback on removal. Fix for the bug #325886.
6816
6817 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6818
6819         * ps/ps.c: (psscan):
6820         
6821         Commit workaround Mozilla problem. Fix for the bug #325919
6822         
6823         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6824         (save_item):
6825         
6826         Fix for year 2038 problem.
6827
6828 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6829
6830         * shell/ev-window.c: (setup_document_from_metadata),
6831         (ev_window_cmd_view_reload):
6832
6833         Clamp page recieved from metadata in valid values. Fix
6834         for the bug #325986.
6835
6836 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6837
6838         * MAINTAINERS: 
6839         Add MAINTAINERS as requested on desktop-devel-list.
6840
6841 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6842
6843         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6844         (mime_type_supported_by_gdk_pixbuf),
6845         (ev_document_factory_get_mime_types),
6846         (ev_document_factory_get_all_mime_types):
6847         
6848         Don't add pixbuf mime types if pixbuf backend is disabled.
6849         
6850         * shell/ev-application.c: (ev_application_get_uri_window):
6851         
6852         Fix for the bug 325815 - unhandled MIME type message doesn't 
6853         appear a second time. 
6854         
6855         * shell/ev-document-types.c: (ev_document_types_add_filters):
6856         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6857         (password_dialog_response), (ev_window_popup_password_dialog),
6858         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6859         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6860         (ev_window_run_presentation), (ev_window_stop_presentation),
6861         (save_sizing_mode), (ev_window_zoom_changed_cb),
6862         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6863         (ev_window_dual_mode_changed_cb),
6864         (ev_window_sidebar_current_page_changed_cb),
6865         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6866         (window_state_event_cb), (window_configure_event_cb):
6867         
6868         Cleanup additional uris holded by EvWindow.
6869
6870 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6871
6872         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6873         (ev_view_can_previous_page), (ev_view_can_next_page):
6874         * shell/ev-view.h:
6875         * shell/ev-window.c: (update_action_sensitivity):
6876         
6877         Two page scrolling with Space and PageUp in dual mode. Second fix 
6878         for the bug #316608.
6879
6880 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6881
6882         * shell/ev-view.c: (scroll_to_current_page):
6883         
6884         Correctly clamp adjustment value. Fix for the bug
6885         #325808.
6886
6887 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6888
6889         * shell/ev-sidebar-links.c: (print_section_cb):
6890         * shell/ev-window.c: (ev_window_get_uri),
6891         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6892         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6893         (ev_window_dispose):
6894         
6895         Make print dialog non-modal. Fix for the bug #325622.
6896
6897 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6898
6899         * shell/ev-metadata-manager.c:
6900         * shell/ev-utils.c: (using_pdf_printer),
6901         (using_postscript_printer), (load_print_config_from_file),
6902         (save_print_config_to_file):
6903         * shell/ev-utils.h:
6904         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6905         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6906         (setup_view_from_metadata), (ev_window_setup_document),
6907         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6908         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6909         (ev_window_run_presentation), (ev_window_stop_presentation),
6910         (save_sizing_mode), (ev_window_zoom_changed_cb),
6911         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6912         (ev_window_dual_mode_changed_cb),
6913         (ev_window_sidebar_current_page_changed_cb),
6914         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6915         (window_state_event_cb), (window_configure_event_cb),
6916         (ev_window_init):
6917         
6918         Setting saving behaviour fixes.
6919
6920 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6921
6922         * configure.ac:
6923         
6924         Make antialiasing gs options better and allow
6925         to change them during configure. Fix for the 
6926         bug #319049.
6927
6928 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6929
6930         * shell/ev-window.c: (setup_view_from_metadata):
6931         
6932         Remember if last window was maximized. Fix for the
6933         bug #323797.
6934
6935 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6936
6937         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6938
6939 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6940
6941         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6942         * shell/ev-page-action.c: (build_new_tree_cb):
6943         * shell/ev-sidebar-links.c: (links_page_num_func),
6944         (update_page_callback_foreach), (update_page_callback):
6945         * shell/ev-view.c: (scroll_to_current_page):
6946         
6947         Fix for the bug #325067 with more intelligent selection
6948         of current link in sidebar. Make sidebar handle links
6949         of FITR-like type more correctly.
6950
6951         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6952         (dvi_pixbuf_put_pixel):
6953         
6954         Fix memory consumtion with disabled alpha channel.
6955
6956 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6957
6958         * data/evince-ui.xml:
6959         * shell/ev-window.c: (view_menu_popup_cb),
6960         (ev_popup_cmd_open_link), (ev_window_init):
6961         
6962         Update context menu for internal links. Fix for the bug
6963         #325066.
6964
6965 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6966
6967         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6968         
6969         Bind context menu to keyboard also. Fix for the bug
6970         #325065.
6971
6972 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6973
6974         * shell/ev-view.c: (selection_scroll_timeout_cb):
6975         
6976         Horizontal scroll on selection also.
6977
6978 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6979
6980         * shell/ev-metadata-manager.c: (parse_value):
6981         * shell/ev-view.c: (goto_xyz_link):
6982         
6983         Correct zoom setup and metadata save broken in 
6984         some locales.
6985
6986 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6987
6988         * shell/ev-view-private.h:
6989         * shell/ev-view.c: (scroll_to_current_page),
6990         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6991         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6992         (page_changed_cb), (ev_view_set_continuous),
6993         (ev_view_set_dual_page), (ev_view_set_presentation):
6994         
6995         Delay scroll until allocation to correctly position page. Fix
6996         for the bug #317334.
6997
6998 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6999
7000         * NEWS:
7001         * configure.ac:
7002         
7003         Update NEWS and require poppler 0.5.0.
7004
7005 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7006         
7007         * data/evince-ui.xml:
7008         * shell/ev-view-private.h:
7009         * shell/ev-view.c: (ev_view_get_link_at_location),
7010         (handle_link_over_xy), (ev_view_button_press_event),
7011         (ev_view_button_release_event), (ev_view_class_init):
7012         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7013         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7014         (ev_window_init):
7015         
7016         Implement right-click context menu.
7017
7018 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7019
7020         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7021         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7022         (mdvi_pixbuf_device_render):
7023         * pdf/ev-poppler.cc:
7024
7025         Don't generate thumbnails with alpha. See bug #324077.
7026         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7027
7028 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7029
7030         * shell/ev-window.c: (setup_chrome_from_metadata):
7031         
7032         Fix typo that was hiding toolbar.
7033
7034 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7035
7036         * shell/ev-view-private.h:
7037         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7038         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7039         (ev_view_button_release_event), (ev_view_destroy):
7040         
7041         Small cleanup and autoscrolling during selection. Thanks to 
7042         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7043
7044 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7045
7046         * configure.ac:
7047         
7048         Correctly check for comics option.
7049
7050 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7051         * Makefile.am:
7052         * configure.ac:
7053         * backend/Makefile.am:
7054         * backend/ev-document-factory.c:
7055         * shell/ev-document-types.c:
7056
7057         Included option in configure to make ps backend 
7058         compilation optional with --disable-ps.
7059
7060 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7061
7062         * backend/ev-document-factory.c:
7063         * comics/Makefile.am:
7064         * comics/comics-document.c: (comics_document_load):
7065         * comics/ev-cbr-mime.xml:
7066         * configure.ac:
7067         
7068         Comics mime types are added to shared-mime-info CVS. Now
7069         we don't need to install our own mime types.
7070
7071 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7072
7073         * shell/ev-window.c:
7074         
7075         Add shortcut for "save a copy" menu entry. Fix for
7076         the bug #324582.
7077
7078 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7079
7080         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7081         (job_finished_cb), (new_selection_pixbuf_needed),
7082         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7083         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7084         
7085         Rework selection job info logic and fix critical warning.
7086
7087 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7088
7089         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7090
7091 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7092
7093         * data/evince-ui.xml:
7094         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7095         
7096         Enter as shortcut key for next page. Fix for the bug
7097         #321394.
7098
7099 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7100
7101         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7102
7103 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7104
7105         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7106         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7107         (new_selection_pixbuf_needed),
7108         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7109         (clear_job_selection):
7110         
7111         Too early for 0.5. Pixbuf cache code cleaned a bit.
7112
7113 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7114
7115         * NEWS:
7116         * configure.ac:
7117         
7118         Release 0.5.0 preparation
7119
7120 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7121
7122         * comics/Makefile.am:
7123         * configure.ac:
7124         * shell/ev-document-types.c: (ev_document_types_add_filters):
7125         
7126         More advanced handling of custom mime type installation.
7127
7128 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7129
7130         * data/evince.schemas.in:
7131         * shell/ev-metadata-manager.c: (value_free),
7132         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7133         (ev_metadata_manager_get), (ev_metadata_manager_set):
7134         * shell/ev-metadata-manager.h:
7135         * shell/ev-window.c: (update_chrome_flag),
7136         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7137         (setup_document_from_metadata), (setup_chrome_from_metadata),
7138         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7139         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7140         (ev_window_view_toolbar_cb),
7141         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7142         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7143         
7144         Save last document settings and reuse them for new documents.
7145
7146 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7147
7148         * Makefile.am:
7149         * backend/Makefile.am:
7150         * backend/ev-document-factory.c:
7151         * backend/ev-document-factory.h:
7152         * comics/Makefile.am:
7153         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7154         (comics_document_load), (comics_document_save),
7155         (comics_document_get_n_pages), (comics_document_get_page_size),
7156         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7157         (comics_document_class_init), (comics_document_can_get_text),
7158         (comics_document_get_info), (comics_document_document_iface_init),
7159         (comics_document_init), (get_supported_image_extensions),
7160         (comics_document_thumbnails_get_geometry),
7161         (comics_document_thumbnails_get_thumbnail),
7162         (comics_document_thumbnails_get_dimensions),
7163         (comics_document_document_thumbnails_iface_init), (extract_argv):
7164         * comics/comics-document.h:
7165         * comics/ev-cbr-mime.xml:
7166         * configure.ac:
7167         * po/POTFILES.in:
7168         * shell/ev-application.c: (ev_application_register_service):
7169         * shell/ev-document-types.c: (ev_document_types_add_filters):
7170         * thumbnailer/Makefile.am:
7171         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7172         
7173         New CBR/CBZ backend for comic books.
7174
7175 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7176
7177         * shell/main.c: (load_files_remote):
7178
7179         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7180         warning on startup of second instance is fixed. It
7181         is bug #320353.
7182
7183 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7184
7185         * shell/ev-window.c: (ev_window_finalize):
7186         
7187         Fix double free that cause crash.
7188
7189 2005-10-29  Bastien Nocera <hadess@hadess.net>
7190
7191         * tiff/tiff-document.c: (tiff_document_load):
7192         
7193         Fix memory leak.
7194
7195 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7196
7197         * po/POTFILES.in:
7198         * shell/Makefile.am:
7199         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7200         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7201         (ev_view_accessible_get_text),
7202         (ev_view_accessible_get_character_at_offset),
7203         (ev_view_accessible_get_text_before_offset),
7204         (ev_view_accessible_get_text_at_offset),
7205         (ev_view_accessible_get_text_after_offset),
7206         (ev_view_accessible_get_character_count),
7207         (ev_view_accessible_get_caret_offset),
7208         (ev_view_accessible_set_caret_offset),
7209         (ev_view_accessible_get_run_attributes),
7210         (ev_view_accessible_get_default_attributes),
7211         (ev_view_accessible_get_character_extents),
7212         (ev_view_accessible_get_offset_at_point),
7213         (ev_view_accessible_get_n_selections),
7214         (ev_view_accessible_get_selection),
7215         (ev_view_accessible_add_selection),
7216         (ev_view_accessible_remove_selection),
7217         (ev_view_accessible_set_selection),
7218         (ev_view_accessible_text_iface_init),
7219         (ev_view_accessible_idle_do_action),
7220         (ev_view_accessible_action_do_action),
7221         (ev_view_accessible_action_get_n_actions),
7222         (ev_view_accessible_action_get_description),
7223         (ev_view_accessible_action_get_name),
7224         (ev_view_accessible_action_set_description),
7225         (ev_view_accessible_action_iface_init),
7226         (ev_view_accessible_get_type), (ev_view_accessible_new),
7227         (ev_view_accessible_factory_get_accessible_type),
7228         (ev_view_accessible_factory_create_accessible),
7229         (ev_view_accessible_factory_class_init),
7230         (ev_view_accessible_factory_get_type):
7231         * shell/ev-view-accessible.h:
7232         * shell/ev-view-private.h:
7233         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7234         * shell/ev-view.h:
7235         
7236         Initial accessibility support.
7237
7238 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7239
7240         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7241
7242 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7243
7244         * shell/ev-print-job.c: (idle_print_handler):
7245         
7246         Fix for bug Bug 318916: Printing multiple pages.
7247
7248 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7249
7250         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7251
7252 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7253
7254         * pdf/ev-poppler.cc:
7255         
7256         Thumnail dimensions unified with other backends.
7257         
7258         * shell/ev-window-title.c: (ev_window_title_update):
7259         
7260         Fix warning.
7261
7262 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7263
7264         * data/ev-stock-zoom-fit-width.png:
7265         
7266         Remove unused file.
7267
7268 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7269
7270         * configure.ac:
7271         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7272         (djvu_document_finalize):
7273         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7274         (dvi_document_finalize):
7275         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7276         (pixbuf_document_save), (pixbuf_document_finalize):
7277         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7278         (tiff_document_finalize):
7279         
7280         Save a copy implemented for various backends.
7281
7282 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7283
7284         * configure.ac:
7285         
7286         Don't link with ltiff if tiff is disabled.
7287
7288 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7289
7290         * pdf/GDKSplashOutputDev.cc:
7291         * pdf/GDKSplashOutputDev.h:
7292         * pdf/Thumb.cc:
7293         * pdf/Thumb.h:
7294         * pdf/pdf-document.cc:
7295         * pdf/pdf-document.h:
7296         * pdf/test-gdk-output-dev.cc:
7297         
7298         Remove old unused files.
7299
7300 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7301
7302         * shell/ev-window.c: (ev_window_setup_document):
7303         
7304         Fixed warnings on reload and probably crash reason.
7305
7306 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7307
7308         * properties/ev-properties-view.c:
7309         (ev_properties_view_format_date):
7310         
7311         Check if date is invalid. Fix for bug 318134.
7312
7313 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7314
7315         * shell/ev-window-title.c:
7316         
7317         Add .indd files (Adobe Indesign) to the list of "bad
7318         extensions".
7319
7320 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7321
7322         * data/evince-ui.xml:
7323         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7324         
7325         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7326
7327 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7328
7329         * shell/ev-window.c: (launch_link), (launch_external_uri),
7330         (view_external_link_cb):
7331
7332         URL-escape link before passing it to gnome_vfs_url_show.
7333
7334 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7335
7336         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7337         there isn't text selected.
7338
7339 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7340
7341         * shell/ev-view.c: (handle_link_over_xy):
7342
7343         Check tooltip is valid utf8 before showing it
7344
7345 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7346
7347         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7348
7349 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7350
7351         * shell/ev-window-title.c: (ev_window_title_update):
7352
7353         Guard against using g_strstrip on NULL. Fixes bug #317291.
7354
7355 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7356
7357         * pdf/ev-poppler.cc:
7358
7359         Show title even for unknown links
7360
7361 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7362
7363         * shell/ev-window-title.c: (ev_window_title_update):
7364
7365         Strip the title string
7366
7367 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7368
7369         * shell/ev-window-title.c:
7370
7371         Add .rtf to the bad extensions list
7372
7373 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7374
7375         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7376         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7377
7378         Ignore link coordinates if they are outside page bounds
7379
7380 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7381
7382         * backend/ev-link.c: (ev_link_type_get_type),
7383         (ev_link_get_filename), (ev_link_get_params),
7384         (ev_link_get_property), (ev_link_set_property),
7385         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7386         * backend/ev-link.h:
7387         * pdf/ev-poppler.cc:
7388         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7389         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7390         (ev_window_init):
7391
7392         Implement launch links. Delegate external link opening to
7393         the window.
7394
7395 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7396
7397         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7398         (ev_link_get_right), (ev_link_get_property),
7399         (ev_link_set_property), (ev_link_class_init),
7400         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7401         * backend/ev-link.h:
7402         * pdf/ev-poppler.cc:
7403         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7404
7405         Implement fitr links
7406
7407 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7408
7409         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7410         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7411         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7412         (ev_view_size_request_continuous),
7413         (ev_view_size_request_dual_page),
7414         (ev_view_size_request_single_page), (ev_view_size_allocate),
7415         (ev_view_zoom_for_size_continuous_and_dual_page),
7416         (ev_view_zoom_for_size_continuous),
7417         (ev_view_zoom_for_size_dual_page),
7418         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7419         (ev_sizing_mode_get_type):
7420         * shell/ev-view.h:
7421         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7422
7423         Do not use modes for link, we need to calculate size ad hoc.
7424         Still not perfect because of the usual scrollbar issues grrr.
7425
7426 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7427
7428         * backend/ev-link.c: (ev_link_type_get_type),
7429         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7430         * backend/ev-link.h:
7431         * pdf/ev-poppler.cc:
7432         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7433         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7434         (ev_view_size_request_continuous),
7435         (ev_view_size_request_dual_page),
7436         (ev_view_size_request_single_page), (ev_view_size_allocate),
7437         (zoom_for_size_fit_height),
7438         (ev_view_zoom_for_size_continuous_and_dual_page),
7439         (ev_view_zoom_for_size_continuous),
7440         (ev_view_zoom_for_size_dual_page),
7441         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7442         (ev_sizing_mode_get_type):
7443         * shell/ev-view.h:
7444         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7445
7446         Implement FIT_HEIGHT mode (only for links).
7447         Implement FITH links
7448
7449 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7450
7451         * shell/ev-window-title.c: (get_filename_from_uri),
7452         (ev_window_title_sanitize_extension), (ev_window_title_update),
7453         (ev_window_title_set_document), (ev_window_title_set_uri),
7454         (ev_window_title_free):
7455         * shell/ev-window-title.h:
7456         * shell/ev-window.c: (ev_window_setup_document),
7457         (ev_window_popup_password_dialog):
7458
7459         Refactor window title building while fixing it for
7460         password documents.
7461
7462 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7463
7464         * pdf/ev-poppler.cc:
7465
7466         Escape link title before setting it in the model
7467
7468 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7469
7470         * shell/ev-application.c: (removed_from_session), (save_session),
7471         (init_session), (ev_application_get_empty_window),
7472         (ev_application_init), (ev_application_get_windows):
7473         * shell/ev-application.h:
7474         * shell/ev-window.c: (ev_window_finalize):
7475
7476         Add a function to retrieve window list and share it where
7477         necessary.
7478         Implement session handling, works pretty well thanks to the
7479         metadata system.
7480
7481 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7482
7483         * shell/ev-password.c: (ev_password_item_created_callback),
7484         (ev_password_dialog_save_password):
7485         
7486         Fix for bug 316972. Use async gnome-keyring API.
7487
7488 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7489
7490         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7491         Remove unused unrealize handler. Add scroll handling to
7492         ev_view_scroll_event for presentation mode (bug #316708),
7493         and fix the event state checks there.
7494
7495 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7496
7497         * shell/ev-page-action.c: (page_changed_cb):
7498
7499         "marco, maybe we should be crazy and jump right to 6! :)"
7500
7501         Bryan Clark, Sep 2005
7502
7503 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7504
7505         * ps/ps-document.c: (save_document), (ps_document_save),
7506         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7507         (ps_document_ps_export_end):
7508
7509         Fix unstructured documents save and print
7510
7511 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7512
7513         * shell/ev-application.c: (ev_application_open_uri):
7514
7515         Fix window size persistance
7516
7517 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7518
7519         * shell/ev-view.c: (ev_view_button_release_event):
7520
7521         Based on a patch from carlosgc@gnome.org. Mouse buttons
7522         switch pages in presentation mode.
7523
7524 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7525
7526         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7527
7528         Dont cast to int before scaling
7529
7530 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7531
7532         * backend/ev-link.c: (ev_link_type_get_type),
7533         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7534         (ev_link_new_page_fith):
7535         * backend/ev-link.h:
7536         * pdf/ev-poppler.cc:
7537         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7538
7539         Implement FIT and FITH links
7540
7541 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7542
7543         * pdf/ev-poppler.cc:
7544
7545         Return 0 results when search is not in progress.
7546
7547         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7548         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7549
7550         Update menu sensitivity when cancelling search
7551
7552 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7553
7554         * shell/ev-view.c: (ev_view_can_find_next):
7555
7556         Take all pages in consideration, not just current one
7557
7558 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7559
7560         * shell/ev-page-cache.c:
7561         * shell/ev-page-cache.h:
7562         * shell/ev-view.c: (ev_view_binding_activated),
7563         (ev_view_next_page), (ev_view_previous_page),
7564         (ev_sizing_mode_get_type):
7565         * shell/ev-view.h:
7566         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7567         (ev_window_cmd_go_next_page):
7568
7569         Move page next/previous functions from page chace to
7570         view and change it to move by 2 page steps in dual mode.
7571
7572 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7573
7574         * shell/ev-window.c: (update_sidebar_visibility),
7575         (setup_sidebar_from_metadata), (ev_window_setup_document),
7576         (setup_view_from_metadata):
7577
7578         Show the index by default when there is one     
7579
7580 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7581
7582         * shell/ev-window-title.c: (ev_window_title_set_document):
7583
7584         Missing null check
7585
7586 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7587
7588         * shell/ev-view.c: (view_update_range_and_current_page):
7589         
7590         Allow display of last odd page in dual view. Fix for 316347.
7591
7592 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7593
7594         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7595         
7596         Make close button default. Fix for 316383.
7597
7598 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7599
7600         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7601         
7602         Mark close button as default. Fix for 316381.
7603
7604 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7605
7606         * backend/ev-link.c: (ev_link_class_init):
7607
7608         Allow negative doubles in left/top properties
7609
7610 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7611
7612         * shell/ev-window.c:
7613
7614         Remove a bunch of strings that was used only
7615         by the statusbar.
7616
7617 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7618
7619         * shell/ev-window-title.c: (get_filename_from_uri),
7620         (ev_window_title_set_document):
7621
7622         When title has a confusing extension, show also
7623         the document filename inside ()
7624
7625 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7626
7627         * shell/Makefile.am:
7628         * shell/ev-window-title.c: (ev_window_title_new),
7629         (ev_window_title_update), (ev_window_title_set_type),
7630         (ev_window_title_set_document), (ev_window_title_free):
7631         * shell/ev-window-title.h:
7632         * shell/ev-window.c: (ev_window_setup_document),
7633         (password_dialog_response), (ev_window_popup_password_dialog),
7634         (ev_window_dispose), (ev_window_init):
7635
7636         Factor out and cleanup window title code
7637
7638 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7639
7640         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7641         (unable_to_load):
7642
7643         Make dialog transient so it doesnt block other windows
7644
7645 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7646
7647         * pdf/ev-poppler.cc:
7648         
7649         Fix pdf thumbnails rendering.
7650
7651 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7652
7653         * shell/ev-window.c: (fullscreen_set_timeout):
7654         
7655         Increase timeout to hide full screen popup. Bug 
7656         316123. 
7657
7658 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7659
7660         * data/evince.schemas.in:
7661         * shell/ev-window.c: (update_action_sensitivity):
7662
7663         Allow the user to override document restrictions. Fix for bug
7664         305818.
7665
7666 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7667
7668         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7669         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7670         (ev_window_class_init): Fix multihead behaviour of fullscreen
7671         toolbar popup. Fixes bug #315451.
7672
7673 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7674
7675         * configure.ac:
7676         * data/evince-password.glade:
7677         * shell/ev-password.c: (ev_password_dialog_set_property),
7678         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7679         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7680         (ev_password_dialog_entry_changed_cb),
7681         (ev_password_dialog_entry_activated_cb),
7682         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7683         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7684         (ev_password_dialog_set_bad_pass):
7685         * shell/ev-password.h:
7686         * shell/ev-window.c: (password_dialog_response),
7687         (ev_window_popup_password_dialog):
7688         
7689         Support for gnome-keyring for encrypted PDF's.
7690
7691 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7692
7693         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7694         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7695         (ev_view_enter_notify_event), (ev_view_class_init):
7696         
7697         More precise handling of enter_notify/leave_notify events
7698         in EvView. Fix for bug 315470.
7699
7700 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7701
7702         * shell/ev-window.c: (fullscreen_timeout_cb),
7703         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7704         (ev_window_dispose):
7705
7706         leak fix: unref fullscreen_timeout_source before clearing it
7707
7708 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7709
7710         * configure.ac, dvi/mdvi/Makefile.am: 
7711         
7712         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7713
7714 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7715
7716         * backend/ev-link.c: (ev_link_new_page_xyz):
7717         * pdf/ev-poppler.cc:
7718         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7719
7720         Fix some bugs with xyz links, respect zoom
7721
7722 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7723
7724         * shell/ev-window.c: (page_changed_cb),
7725         (setup_document_from_metadata), (update_sidebar_visibility),
7726         (setup_view_from_metadata), (ev_window_run_fullscreen),
7727         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7728         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7729         (ev_window_dual_mode_changed_cb),
7730         (ev_window_sidebar_current_page_changed_cb):
7731
7732         null check uri before setting and getting metadata
7733
7734 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7735
7736         * dvi/Makefile.am:
7737         * properties/Makefile.am:
7738         * shell/Makefile.am:
7739         * thumbnailer/Makefile.am:
7740
7741         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7742
7743 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7744
7745         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7746         (selection_changed_callback):
7747         * shell/ev-sidebar-links.h:
7748
7749         Add a signal for link activation.
7750
7751         * shell/ev-view.c: (ev_view_goto_link),
7752         (ev_view_button_release_event):
7753         * shell/ev-view.h:
7754         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7755         (ev_window_init):
7756
7757         Implement the signal so that we can handle all link types.
7758
7759         * shell/ev-page-cache.c:
7760
7761         Remove unused set_link function
7762
7763 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7764
7765         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7766
7767         Add some space from the cursor, hardcoded but I couldnt
7768         find a better way.
7769
7770 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7771
7772         * lib/ev-tooltip.c:
7773
7774         Use mozilla style vs gtk style, way better for links.
7775
7776         * shell/ev-view.c: (ev_view_motion_notify_event),
7777         (ev_view_destroy), (ev_view_init):
7778
7779         Deactive tooltip when the link hovered is changed.
7780
7781 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7782
7783         * backend/ev-document.h:
7784         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7785         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7786         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7787         (ev_link_new_page), (ev_link_new_page_xyz):
7788         * backend/ev-link.h:
7789         * pdf/ev-poppler.cc:
7790         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7791         (go_to_link), (tip_from_link):
7792
7793         Implement xyz links, still not functional. Links are a total
7794         mess, will need to refactor and bugfix a lot :(
7795
7796 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7797
7798         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7799
7800 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7801
7802         * data/evince-ui.xml:
7803         * data/evince.schemas.in:
7804         * shell/Makefile.am:
7805         * shell/ev-window.c: (update_chrome_visibility),
7806         (password_dialog_response), (ev_window_load_job_cb),
7807         (ev_window_xfer_job_cb), (ev_window_open_uri),
7808         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7809         (ev_window_init):
7810
7811         Remove the statusbar. This regress loading feedback, need to
7812         check with Bryan what we want to do there...
7813
7814 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7815
7816         * lib/ev-tooltip.c: (ev_tooltip_init):
7817
7818         Fix tooltip border and size handling
7819
7820 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7821
7822         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7823         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7824         (ev_tooltip_timeout), (ev_tooltip_activate),
7825         (ev_tooltip_deactivate):
7826         * lib/ev-tooltip.h:
7827         * shell/ev-view.c: (ev_view_motion_notify_event):
7828
7829         Delay popup showing. Mirror gtk logic/times.
7830
7831 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7832
7833         * lib/Makefile.am:
7834         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7835         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7836         (ev_tooltip_set_text), (ev_tooltip_set_position):
7837         * lib/ev-tooltip.h:
7838
7839         Simple widget to show tooltips at a custom position
7840
7841         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7842         (ev_view_destroy):
7843
7844         Use it for links. First go, needs work
7845
7846 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7847
7848         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7849         HIG fixes.  Use title capitalization for window title. Use 12 
7850         pixels of space between the dialog's vbox and action area.
7851
7852 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7853
7854         * shell/ev-window.c: (file_open_dialog_response_cb),
7855         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7856         (ev_window_cmd_save_as):
7857
7858         Make file pickers not modal and refactor code some
7859
7860 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7861
7862         * shell/ev-sidebar.h:
7863         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7864         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7865         (ev_sidebar_class_init), (ev_sidebar_select_page),
7866         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7867         (ev_sidebar_set_page):
7868
7869         Add a current page property and allow to get/set it
7870
7871         * shell/ev-window.c: (setup_view_from_metadata),
7872         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7873
7874         Persist current sidebar page per document
7875
7876 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7877
7878         * data/evince.schemas.in:
7879         * shell/ev-window.c: (update_chrome_visibility),
7880         (setup_document_from_metadata), (update_sidebar_visibility),
7881         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7882         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7883         (ev_window_run_presentation), (ev_window_stop_presentation),
7884         (ev_window_view_sidebar_cb),
7885         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7886         (load_chrome), (ev_window_init):
7887
7888         Persist size/visibility of sidebar per document
7889
7890 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7891
7892         * shell/ev-view.c (draw_loading_text): Draw loading text.
7893
7894 2005-09-02  Dan Damian  <dand@gnome.ro>
7895
7896         * configure.in: Added "ro" to ALL_LINGUAS.
7897
7898 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7899
7900         * shell/ev-view.c: (clear_caches):
7901
7902         ev_page_cache_get doesnt return a reference,
7903         dont try to unref it.
7904
7905 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7906
7907         * shell/main.c: (load_files_remote):
7908
7909         Fix timestamp parameter with dbus <= 0.33
7910
7911 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7912
7913         * data/evince.schemas.in:
7914
7915         Add missing full stop
7916
7917 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7918
7919         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7920         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7921
7922         Plug some memory leaks
7923
7924 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7925
7926         * configure.ac:
7927         * lib/ev-debug.c: (trap_handler):
7928
7929         Check for execinfo.h and use it only if it exists.
7930         Ported from Epiphany (bug #314776).
7931
7932 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7933
7934         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7935
7936 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7937
7938         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7939         * po/id.po      : Added Indonesian translation
7940
7941 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7942
7943         * shell/main.c:
7944         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7945         * NEWS: Release 0.4.0
7946
7947 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7948
7949         * configure.ac: catch another gtk+-2.8ism
7950         * shell/main.c: Make work with gtk+-2.6
7951
7952 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7953
7954         * shell/ev-application-service.xml: Add 'timestamp' argument to
7955           ev_application_open_window and ev_application_open_uri methods.
7956
7957         * shell/ev-application.h: Add 'timestamp' argument to
7958           ev_application_open_window, ev_application_open_uri,
7959           and ev_application_open_uri_list functions.
7960
7961         * shell/ev-application.c (ev_application_open_window,
7962           ev_application_open_uri, ev_application_open_uri_list): Change
7963           functions that show/present windows to use a timestamp if one
7964           is passed in.
7965
7966         * shell/ev-window.c (ev_window_cmd_file_open,
7967           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7968         * shell/main.c (load_files): Modify calls to ev_application to
7969           include GDK_CURRENT_TIME as timestamp.
7970
7971         * shell/main.c (load_files_remote): Obtain timestamp for client
7972           instance from GDK and pass to server instance so new windows are
7973           focused properly.  Fix dbus_g_proxy_call() calls by including second
7974           G_TYPE_INVALID.
7975           
7976         Closes bug #314475.
7977
7978 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7979
7980         * shell/ev-window.c (ev_window_finalize): Check for
7981         avail. EvWindows when quiting to handle the finalize better,
7982         #314497
7983
7984 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7985         
7986         * properties/ev-properties-view.c: 
7987         
7988         Set textdomain to libglade. Fixes translation problem in property page.
7989
7990 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7991
7992         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7993         * dvi/Makefile.am:
7994         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7995         * dvi/mdvi-lib/Makefile.am:
7996         
7997         Fix rotation of thumbnails, ported to new API. Moved library
7998         dependencies earlier, probably it will fix linkage problem.
7999
8000 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8001
8002         * backend/ev-document-misc.c:
8003         (ev_document_misc_get_thumbnail_frame):
8004         * backend/ev-document-misc.h:
8005         * configure.ac:
8006         * pdf/ev-poppler.cc:
8007         * shell/Makefile.am:
8008         * shell/ev-sidebar-thumbnails.c: (add_range),
8009         (ev_sidebar_thumbnails_set_loading_icon),
8010         (ev_sidebar_thumbnails_refresh),
8011         (ev_sidebar_thumbnails_set_document):
8012         * shell/ev-sidebar-thumbnails.h:
8013         * shell/ev-view.c: (ev_view_motion_notify_event),
8014         (ev_view_set_property), (ev_view_get_property),
8015         (ev_view_class_init), (ev_view_set_rotation):
8016         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8017         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8018         (ev_window_init):
8019         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8020         Redo rotation (again).  prepare for 0.4.0
8021
8022 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8023
8024         * configure.ac: Bump poppler requirement to 0.4.1.
8025
8026         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8027         argument to poppler_page_render_selection() call.
8028
8029 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8030
8031         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8032         (djvu_document_thumbnails_get_thumbnail):
8033         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8034         (dvi_document_thumbnails_get_thumbnail):
8035         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8036         (pixbuf_document_thumbnails_get_thumbnail):
8037         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8038         
8039         Update rotation direction of backends to fit with pdf and ps.
8040
8041 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8042
8043         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8044         * backend/ev-async-renderer.h:
8045         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8046         (setup_page), (ps_document_get_page_size),
8047         (ps_async_renderer_render_pixbuf):
8048         * ps/ps-document.h:
8049         * shell/ev-jobs.c: (ev_job_render_run):
8050
8051         Fix orientation in the postscript document
8052
8053 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8054
8055         * pdf/ev-poppler.cc:
8056         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8057         * shell/ev-view.c: (highlight_find_results):
8058
8059         Adapt to the new poppler rotation API. Fix text maps on landscape
8060         documents.
8061
8062 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8063
8064         * shell/ev-view.c (compute_new_selection_text): get the correct
8065         region when selecting in modes other than continuous.
8066
8067 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8068
8069         * shell/main.c (main): remove redundant g_warnings.
8070
8071 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8072
8073         * shell/Makefile.am: Don't include autogenerated
8074         file ev-application-service.h into distribution, since
8075         it causes dbus crash. Fix for bugs 313724 and 313443. 
8076
8077 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8078
8079         * configure.ac: Fix sed expression for FreeBSD. Thanks
8080         to Joe Marcus Clark <marcus@freebsd.org>
8081         
8082         * shell/eggfindbar.c: (entry_activate_callback),
8083         (entry_changed_callback), (egg_find_bar_init),
8084         (egg_find_bar_set_search_string):
8085         
8086         Made findbar buttons unsensitive if there is no text in
8087         entry. Fix for the bug 313285.
8088
8089 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8090
8091         * ps/ps-document.c: Use g_filename_display_name for displaying
8092         filenames and revert string freeze breackage
8093
8094 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8095
8096         * NEWS:
8097         * configure.ac:
8098
8099         Update for 0.3.4
8100
8101         * shell/Makefile.am:
8102
8103         Add ev-application-service.xml to extra dist
8104
8105         * shell/ev-view.c: (find_page_at_location):
8106
8107         Remove unused function (fix warning)
8108
8109 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8110
8111         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8112         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8113         
8114         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8115         bug 313623.
8116
8117 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8118
8119         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8120         * shell/ev-window.c:
8121         Fix build warnings
8122
8123 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8124
8125         * configure.ac: Update script to get dbus version.
8126         Fix for the bug #313443.
8127
8128 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8129
8130         * shell/ev-window.c: (ev_window_cmd_escape):
8131         
8132         Return focus back to view on escape. Fix for bug 313295.
8133
8134 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8135
8136         * shell/ev-window.c: (update_window_title),
8137         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8138         (ev_window_cmd_save_as):
8139         
8140         Correct conversion from uri to displayable string. Fix for
8141         bug 313296.
8142
8143 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8144
8145         * ps/ps-document.c: convert filename to utf8 when there is an error
8146         loading document. Fixes #309915
8147
8148 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8149
8150         * configure.ac:
8151
8152         We depend on poppler 0.4.0
8153
8154 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8155
8156         * configure.ac:
8157         * NEWS: Release 0.3.3.
8158         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8159
8160 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8161
8162         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8163         add a couple missing mnemonics to menu items, use title 
8164         capitalization for menu items and window titles, and add 
8165         ellipsis to open menu item.     
8166
8167 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8168
8169         * pdf/ev-poppler.cc:
8170         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8171         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8172         (ev_view_get_rotation):
8173         * shell/ev-view.h:
8174         * shell/ev-window.c: (setup_view_from_metadata),
8175         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8176         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8177         disk.
8178
8179 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8180
8181         * configure.ac: Added tr to ALL_LINGUAS
8182
8183 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8184
8185         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8186         requires several clicks to find word. Thanks to 
8187         Colin Slater <kiltedtaco@gmail.com>.
8188
8189 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8190
8191         * data/evince.desktop.in.in: Hide menu entry and
8192         rename it to "Document Viewer". Fix for bug 
8193         #312399.
8194
8195 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8196
8197         * shell/ev-page-action.c (ev_page_action_class_init): 
8198
8199         Point to the correct function in constructor of the
8200         activate_label signal
8201
8202 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8203
8204         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8205         * shell/ev-jobs.h: Make thread safe.
8206
8207 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8208
8209         * shell/ev-view.c: (view_update_range_and_current_page):
8210         Don't update page range if we are scrolling to some document
8211         point.
8212
8213 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8214
8215         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8216         when getting max_page_width, fix drawing in dual mode.
8217
8218 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8219
8220         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8221         getting the area for select_all.
8222
8223 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8224
8225         * backend/ev-selection.c: (ev_selection_render_selection):
8226         * backend/ev-selection.h:
8227         * pdf/ev-poppler.cc:
8228         * shell/ev-jobs.c: (ev_job_render_new):
8229         * shell/ev-jobs.h:
8230         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8231         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8232         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8233         (ev_view_class_init):
8234
8235         Change selection color on focus in and focus out events.  Also,
8236         poppler now uses GdkColor for specifying the selection colors, so
8237         drop some awkward conversion code.
8238
8239 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8240
8241         * configure.ac: Added Hebrew translation
8242
8243 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8244
8245         * NOTES:
8246         * backend/ev-selection.c: (ev_selection_render_selection):
8247         * backend/ev-selection.h:
8248         * pdf/ev-poppler.cc:
8249         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8250         (ev_job_render_run):
8251         * shell/ev-jobs.h:
8252         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8253         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8254         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8255         (ev_pixbuf_cache_style_changed),
8256         (ev_pixbuf_cache_get_selection_pixbuf),
8257         (ev_pixbuf_cache_set_selection_list),
8258         (ev_pixbuf_cache_get_selection_list):
8259         * shell/ev-pixbuf-cache.h:
8260         * shell/ev-utils.c: (ev_print_region_contents):
8261         * shell/ev-utils.h:
8262         * shell/ev-view.c: (ev_view_queue_draw_page),
8263         (selection_update_idle_cb), (ev_view_motion_notify_event),
8264         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8265         (setup_caches), (ev_view_find_next), (merge_selection_region),
8266         (selection_free):
8267         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8268
8269         Clean up selection to be much smoother!
8270
8271 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8272
8273         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8274         to poppler_page_render_selection().
8275
8276 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8277
8278         * ps/ps-document.c: (save_page_list): Use
8279         unzipped document when printing. Thanks to 
8280         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8281         311016.
8282
8283 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8284
8285         * shell/ev-window.c: (update_action_sensitivity):
8286         
8287         Disable print and save respect to lockdown gconf keys. Fix
8288         for 312342.
8289
8290 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8291
8292         * configure.ac:
8293         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8294         (write_to_temp_file), (ev_file_set_contents):
8295         * shell/ev-utils.h:
8296         * shell/ev-window.c: (save_print_config_to_file):
8297         
8298         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8299         Fix for bug 312238
8300
8301 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8302
8303         * shell/ev-window.c: (load_print_config_from_file),
8304         (save_print_config_to_file), (ev_window_print_range):
8305
8306         Persist the print settings. Fixes bug #311578.
8307
8308 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8309
8310         * djvu/djvu-document.c: (djvu_document_get_page_size),
8311         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8312         (djvu_document_thumbnails_get_thumbnail):
8313         * dvi/dvi-document.c: (dvi_document_get_page_size),
8314         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8315         (dvi_document_thumbnails_get_dimensions),
8316         (dvi_document_thumbnails_get_thumbnail):
8317         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8318         (pixbuf_document_render_pixbuf),
8319         (pixbuf_document_document_iface_init),
8320         (pixbuf_document_thumbnails_get_thumbnail):
8321         
8322         Update backends to make them build with new rotation system.
8323
8324 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8325
8326         * help/C/figures/evince_start_window.png:
8327         
8328         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8329
8330 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8331
8332         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8333         * shell/ev-pixbuf-cache.h:
8334         * shell/ev-sidebar-thumbnails.c:
8335         (ev_sidebar_thumbnails_get_property), (add_range),
8336         (adjustment_changed_cb):
8337         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8338         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8339         we were thumbnailing the entire docment on startup, slowing us
8340         down hugely. 
8341
8342 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8343
8344         * shell/ev-page-cache.c: (ev_page_cache_new):
8345         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8346         == 0, fixes #310306.
8347
8348 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8349
8350         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8351         (ev_view_rotate_left):
8352
8353         Account rotation in doc_rect_to_view_rect.
8354         Ensure rotation doesnt go out of bounds.
8355
8356 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8357
8358         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8359
8360         Correct and cleanup w/h swapping
8361
8362 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8363
8364         * backend/ev-document-thumbnails.c:
8365         (ev_document_thumbnails_get_thumbnail):
8366         * backend/ev-document-thumbnails.h:
8367         * backend/ev-document.c:
8368         * backend/ev-document.h:
8369         * backend/ev-render-context.c: (ev_render_context_new),
8370         (ev_render_context_set_rotation):
8371         * backend/ev-render-context.h:
8372         * pdf/ev-poppler.cc:
8373         * ps/ps-document.c: (ps_document_document_iface_init):
8374         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8375         * shell/ev-jobs.h:
8376         * shell/ev-page-cache.c: (build_height_to_page),
8377         (ev_page_cache_new), (ev_page_cache_get_size),
8378         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8379         (ev_page_cache_get_height_to_page):
8380         * shell/ev-page-cache.h:
8381         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8382         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8383         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8384         (ev_pixbuf_cache_get_selection_pixbuf):
8385         * shell/ev-pixbuf-cache.h:
8386         * shell/ev-print-job.c: (idle_print_handler):
8387         * shell/ev-sidebar-thumbnails.c: (add_range):
8388         * shell/ev-view.c: (view_update_range_and_current_page),
8389         (get_page_y_offset), (get_page_extents),
8390         (ev_view_size_request_continuous_dual_page),
8391         (ev_view_size_request_continuous),
8392         (ev_view_size_request_dual_page),
8393         (ev_view_size_request_single_page), (draw_one_page),
8394         (ev_view_set_rotation), (ev_view_rotate_right),
8395         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8396         (ev_view_zoom_for_size_continuous_and_dual_page),
8397         (ev_view_zoom_for_size_continuous),
8398         (ev_view_zoom_for_size_dual_page),
8399         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8400         (ev_view_select_all):
8401         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8402         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8403         (tiff_document_document_iface_init),
8404         (tiff_document_thumbnails_get_thumbnail):
8405
8406         Use rotation rather than orientation. It's easier and enough
8407         for our needs.
8408
8409 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8410
8411         * shell/ev-page-cache.c: (build_height_to_page),
8412         (ev_page_cache_new), (ev_page_cache_get_size),
8413         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8414         (ev_page_cache_get_height_to_page):
8415         * shell/ev-page-cache.h:
8416         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8417         (ev_view_size_request_continuous_dual_page),
8418         (ev_view_size_request_continuous),
8419         (ev_view_zoom_for_size_continuous_and_dual_page),
8420         (ev_view_zoom_for_size_continuous):
8421
8422         Make the page cache aware of page orientation.
8423
8424 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8425
8426         * backend/ev-document-thumbnails.c:
8427         (ev_document_thumbnails_get_thumbnail):
8428         * backend/ev-document-thumbnails.h:
8429         * backend/ev-document.c:
8430         * backend/ev-document.h:
8431         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8432         * backend/ev-ps-exporter.h:
8433         * pdf/ev-poppler.cc:
8434         * ps/ps-document.c: (ps_document_document_iface_init),
8435         (ps_document_ps_export_do_page):
8436         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8437         * shell/ev-jobs.h:
8438         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8439         (ev_page_cache_get):
8440         * shell/ev-page-cache.h:
8441         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8442         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8443         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8444         * shell/ev-pixbuf-cache.h:
8445         * shell/ev-print-job.c: (idle_print_handler):
8446         * shell/ev-sidebar-thumbnails.c: (add_range):
8447         * shell/ev-view.c: (view_update_range_and_current_page),
8448         (get_page_extents), (ev_view_size_request_dual_page),
8449         (ev_view_size_request_single_page), (draw_one_page),
8450         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8451         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8452         (ev_view_zoom_for_size_dual_page),
8453         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8454         (ev_view_select_all):
8455         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8456         * tiff/tiff-document.c: (tiff_document_get_page_size),
8457         (tiff_document_get_orientation), (rotate_pixbuf),
8458         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8459         (tiff_document_thumbnails_get_thumbnail),
8460         (tiff_document_ps_export_do_page), (tiff_document_init):
8461
8462         Really make use of the orientation bit of the render context.
8463         Use the render context in a few more places in the backend API.
8464         This regress orientation, but now it's done right. Will try to
8465         fix it up asap...
8466
8467 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8468
8469         * shell/ev-view.c: (ensure_rectangle_is_visible):
8470
8471         Patch by Nickolay V. Shmyrev to fix find flickering
8472
8473 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8474
8475         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8476         duplex parameters to ::begin.
8477
8478         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8479         * shell/ev-print-job.c (idle_print_handler): 
8480         * ps/ps-document.c (ps_document_ps_export_begin): 
8481         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8482         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8483         implementations. Poppler backend needs poppler cvs. Rest has
8484         unchanged behavior.
8485
8486 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8487
8488         * shell/ev-window.c (using_pdf_printer): new function.
8489         (ev_window_print_range): print a less techy message if someone
8490         tries to print to PDF.
8491
8492 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8493
8494         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8495         from "unknown font" string. Bug #311431
8496
8497 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8498
8499         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8500
8501 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8502
8503         Bug #311280
8504         
8505         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8506         name for PopplerFontTypes
8507         (pdf_document_fonts_fill_model): add font type to the detail column
8508
8509         * backend/ev-document-fonts.h: added
8510         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8511
8512         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8513         font name and font details, add a little markup.
8514         (ev_properties_fonts_init): use the new cell data func, specify ypad
8515         property for the cell renderer.
8516         (ev_properties_fonts_set_document): add the details column.
8517
8518 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8519
8520         * configure.ac: Added "pl" to ALL_LINGUAS.
8521
8522 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8523
8524         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8525
8526 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8527
8528         * help/ChangeLog: Started this for translations of manual.
8529         * configure.ac, autogen.sh, .cvsignore: Migrated to
8530         gnome-doc-utils. Patch in bug #311222.
8531
8532 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8533
8534         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8535         #ifdef this away to fix an unused-function warning.
8536
8537 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8538
8539         * configure.ac: Added 'gl' to ALL_LINGUAS.
8540
8541 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8542
8543         * configure.ac: Added ne in ALL_LINGUAS
8544         
8545 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8546
8547         * shell/ev-view.c: (ev_view_leave_notify_event):
8548         
8549         Clear status message when pointer leaves view. Fix for bug
8550         #310818 
8551
8552 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8553
8554         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8555
8556 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8557
8558         * shell/ev-view.c: (ev_view_leave_notify_event),
8559         (ev_view_class_init):
8560         
8561         Set cursor to normal then leaving view.
8562
8563 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8564
8565         * configure.ac:
8566         
8567         Fix required djvulibre version.
8568
8569 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8570
8571         *configure.ac: Hindi (hi) language added
8572
8573 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8574
8575         *configure.ac: Punjabi (pa) Language added
8576
8577 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8578
8579         * data/evince-ui.xml, shell/ev-window.c:
8580         
8581         Add keypad accelerators for zooming. Fix for bug 308128.
8582
8583 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8584
8585         * Makefile.am:
8586         * backend/Makefile.am:
8587         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8588         * configure.ac:
8589         * shell/ev-document-types.c: (ev_document_types_add_filters):
8590
8591         Allow to enable/disable the pixbuf backend.
8592         Default to off for now. If we want it enabled we should
8593         really put mime types in the desktop, implement properties etc.
8594
8595         * properties/evince-properties.c:
8596
8597         Initialize error to NULL.
8598         Check error is not NULL before freeing.
8599
8600 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8601
8602         * shell/ev-window.c:
8603
8604         Use F5 as presentation accell
8605
8606 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8607
8608         * shell/ev-window.c: (update_chrome_visibility),
8609         (ev_window_create_fullscreen_popup), (ev_window_init):
8610
8611         Do not leak the fullscreen toolbar
8612
8613 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8614
8615         * shell/ev-window.c: (view_actions_focus_in_cb),
8616         (view_actions_focus_out_cb):
8617
8618         These has a return value! Fix totally random focus
8619         issues we was seeing.
8620
8621 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8622
8623         * shell/main.c: (load_files_remote):
8624
8625         Allow open more than one file
8626
8627 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8628
8629         * shell/main.c: (load_files_remote):
8630
8631         Fix for dbus 0.33. bug #309975
8632
8633 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8634
8635         * properties/ev-properties-main.c: (ev_properties_get_pages):
8636
8637         Actually return NULL for types we dont support
8638
8639 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8640
8641         * po/POTFILES.in:
8642
8643         Remove empty lines.
8644
8645 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8646
8647         * backend/ev-document-factory.c:
8648         (ev_document_factory_get_document):
8649
8650         Do not try to create the object if type
8651         is invalid.
8652
8653 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8654
8655         * ps/ps-document.c: (ps_document_dispose),
8656         (ps_async_renderer_render_pixbuf):
8657         * ps/ps-document.h:
8658
8659         Do not leak the target window
8660
8661 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8662
8663         * shell/ev-application.c: (ev_application_init):
8664
8665         Let tbe check file existence for us.
8666         Add a comment about eggrecent mime filter.
8667
8668 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8669
8670         * data/evince-ui.xml:
8671         * shell/ev-application.c: (ev_application_shutdown),
8672         (ev_application_init), (ev_application_get_toolbars_model),
8673         (ev_application_get_recent_model),
8674         (ev_application_save_toolbars_model):
8675         * shell/ev-application.h:
8676         * shell/ev-window.c: (ev_window_add_recent),
8677         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8678         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8679         (ev_window_init):
8680
8681         Use common toolbar and recent models for all windows.
8682         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8683
8684 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8685
8686         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8687         successfully check for gtk_icon_view_get_visible_range.
8688
8689 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8690
8691         * djvu/Makefile.am:
8692         * dvi/Makefile.am:
8693         
8694         Fix djvu and dvi backend build.
8695
8696 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8697
8698         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8699         (new_separator_pixbuf):
8700
8701         Don't leak windows.
8702
8703 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8704
8705         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8706
8707         HIGification of toolbar editor dialogue.
8708
8709 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8710
8711         * configure.ac:
8712         * shell/Makefile.am:
8713
8714         Ever build metadata manager since it's just
8715         disabled at runtime now.
8716
8717 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8718
8719         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8720         (ev_metadata_manager_get), (ev_metadata_manager_set):
8721         * shell/ev-metadata-manager.h:
8722
8723         Add an _init functions that enabled metadata management
8724         at runtime.
8725
8726         * shell/ev-window.c: (page_changed_cb),
8727         (setup_document_from_metadata), (ev_window_setup_document),
8728         (setup_view_from_metadata), (ev_window_open_uri),
8729         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8730         (ev_window_run_presentation), (ev_window_stop_presentation),
8731         (save_sizing_mode), (ev_window_zoom_changed_cb),
8732         (ev_window_continuous_changed_cb),
8733         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8734         (window_configure_event_cb):
8735
8736         Remove all ugly metadata define since we deal with it
8737         at runtime now.
8738
8739         * shell/main.c: (load_files_remote), (main):
8740
8741         Add support for dbus cvs head. Hopefully didnt break one
8742         of the other versions now!
8743
8744         If we dont get a response from the dbus server just
8745         give up with it and not enable metadata.
8746
8747 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8748
8749         * Makefile.am:
8750         * backend/Makefile.am:
8751         * configure.ac:
8752         * cut-n-paste/recent-files/Makefile.am:
8753         * cut-n-paste/toolbar-editor/Makefile.am:
8754         * cut-n-paste/zoom-control/Makefile.am:
8755         * lib/Makefile.am:
8756         * pdf/Makefile.am:
8757         * pixbuf/Makefile.am:
8758         * properties/Makefile.am:
8759         * ps/Makefile.am:
8760         * shell/Makefile.am:
8761         * thumbnailer/Makefile.am:
8762         * tiff/Makefile.am:
8763
8764         Make frontends depend on just libev.
8765         Rework and group CFLAGS/LIBS definitions.
8766         Cleanups.
8767
8768 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8769
8770         * shell/ev-window:
8771
8772         do not unnecessarily save zoom
8773
8774         * configure.ac:
8775         * lib/ev-file-helpers.c: (ev_dot_dir):
8776         * shell/Makefile.am:
8777         * shell/dummy.cc:
8778
8779         Some cleanups
8780
8781 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8782
8783         * configure.ac:
8784         
8785         Remove unnecessary dependencies
8786
8787 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8788
8789         * properties/Makefile.am:
8790         * thumbnailer/Makefile.am:
8791         * tiff/Makefile.am:
8792
8793         Some more cleanups. Was really necessary
8794         but I probably introduced bugs, feel free
8795         to flame :)
8796
8797 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8798
8799         * backend/Makefile.am:
8800         * configure.ac:
8801         * cut-n-paste/recent-files/Makefile.am:
8802         * cut-n-paste/toolbar-editor/Makefile.am:
8803         * cut-n-paste/zoom-control/Makefile.am:
8804         * lib/Makefile.am:
8805         * pdf/Makefile.am:
8806         * pixbuf/Makefile.am:
8807         * properties/Makefile.am:
8808         * ps/Makefile.am:
8809         * shell/Makefile.am:
8810         * thumbnailer/Makefile.am:
8811         * tiff/Makefile.am:
8812
8813         Use gnome-common macros when possible.
8814         Cleanup dependencies.
8815         Actually disable deprecated where possible.
8816
8817 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8818
8819         * Makefile.am:
8820         * backend/Makefile.am:
8821         * properties/Makefile.am:
8822         * shell/Makefile.am:
8823         * thumbnailer/Makefile.am:
8824
8825         This should solve the circular dep without
8826         requiring dir reorg!
8827
8828         * shell/ev-window.c: (setup_view_from_metadata):
8829
8830         Never restore window size/position when the
8831         window is already visible.
8832
8833 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8834
8835         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8836
8837         Return a boolean from timeout func. Fix ported from gedit.
8838
8839 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8840
8841         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8842
8843 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8844
8845         * shell/ev-document-types.c: set "All Documents" as default filter in
8846         open dialog
8847
8848 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8849
8850         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8851         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8852         (ev_metadata_manager_set_boolean): fix value/val thinko.
8853
8854 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8855
8856         * shell/ev-window.c: (setup_view_from_metadata),
8857         (window_state_event_cb), (window_configure_event_cb),
8858         (ev_window_init):
8859
8860         Remember window position and maximized state
8861
8862 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8863
8864         * configure.ac:
8865
8866         Fix DBUS configure checks.
8867
8868         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8869         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8870         (ev_metadata_manager_set_boolean):
8871
8872         Plug mem leaks.
8873
8874         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8875         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8876         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8877         (ev_window_continuous_changed_cb),
8878         (ev_window_dual_mode_changed_cb), (ev_window_new):
8879
8880         Fix the build without DBUS.
8881
8882 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8883
8884         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8885         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8886         (ev_metadata_manager_set_string),
8887         (ev_metadata_manager_set_boolean):
8888         * shell/ev-metadata-manager.h:
8889
8890         Add support for some more types
8891
8892         * shell/ev-view.c: (scroll_to_current_page),
8893         (ev_view_get_continuous), (ev_view_set_continuous),
8894         (ev_view_get_dual_page):
8895         * shell/ev-view.h:
8896         * shell/ev-window.c: (page_changed_cb),
8897         (setup_document_from_metadata), (ev_window_setup_document),
8898         (setup_view_from_metadata), (ev_window_open_uri),
8899         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8900         (ev_window_run_presentation), (ev_window_stop_presentation),
8901         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8902         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8903         (ev_window_update_dual_page_action),
8904         (ev_window_continuous_changed_cb),
8905         (ev_window_dual_mode_changed_cb), (ev_window_init):
8906
8907         Remember a bunch of view/document properties. Prolly some
8908         are still missing but it's getting interesting.
8909
8910 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8911
8912         * configure.ac: check if dbus-binding-tool is installed. Not the
8913         case on current Ubuntu breezy, it seems.
8914
8915 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8916
8917         * data/evince.desktop.in.in:
8918         
8919         Allow open uri lists and add TryExec field.
8920
8921 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8922
8923         * configure.ac:
8924
8925         Enable dbus when available, do not require a configure
8926         option.
8927
8928 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8929
8930         * configure.ac:
8931
8932         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8933         disabled.
8934
8935 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8936         Marco Pesenti Gritti  <mpg@redhat.com>
8937
8938         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8939         
8940         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8941         functions to the format required by dbus
8942
8943         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8944         errors. Use the RPC parameters in the expected way
8945
8946 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8947
8948         * Makefile.am:
8949         * properties/Makefile.am:
8950         * properties/ev-properties-main.c: (ev_properties_get_pages):
8951
8952         Support all mime types
8953
8954         * shell/Makefile.am:
8955         * thumbnailer/Makefile.am:
8956         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8957         (evince_thumbnail_pngenc_get):
8958
8959         Use the document factory
8960
8961 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8962
8963         * backend/Makefile.am:
8964         * backend/ev-document-factory.c:
8965         (mime_type_supported_by_gdk_pixbuf),
8966         (ev_document_type_get_from_mime),
8967         (ev_document_factory_get_document),
8968         (ev_document_factory_get_backend),
8969         (ev_document_factory_get_mime_types),
8970         (ev_document_factory_get_all_mime_types):
8971         * backend/ev-document-factory.h:
8972         * shell/Makefile.am:
8973         * shell/ev-document-types.c: (get_document_from_uri),
8974         (ev_document_types_get_document),
8975         (file_filter_add_mime_list_and_free),
8976         (ev_document_types_add_filters):
8977         * shell/ev-document-types.h:
8978         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8979         * shell/ev-properties-dialog.c:
8980         (ev_properties_dialog_set_document):
8981         * shell/ev-window.c: (ev_window_cmd_file_open),
8982         (ev_window_cmd_save_as):
8983         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8984
8985         Rework document types managing to avoid code duplication
8986         and actually abstract from backend implementations.
8987         Also provide a minimal factory api that can be used by
8988         thumbnailer/properties.
8989
8990 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8991
8992         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8993         Plug a mem leak.
8994         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8995         HIG spacings.
8996
8997 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8998
8999         * shell/ev-properties-dialog.c
9000         (ev_properties_dialog_set_document): only call
9001         ev_properties_fonts_set_document() if the document implements the
9002         fonts interface
9003
9004 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9005
9006         * configure.ac:
9007         * properties/Makefile.am:
9008         * properties/ev-properties-view.c:
9009         (ev_properties_view_register_type):
9010         * properties/ev-properties-view.h:
9011         * properties/ev-properties-main.h:
9012
9013         Implement nautilus plugin for properties.
9014         Works only for pdf atm, I need to rework the
9015         document types stuff to get this to work
9016         for all backends...
9017
9018 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9019
9020         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9021         (ev_properties_fonts_set_document): use
9022         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9023
9024 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9025
9026         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9027         them
9028         (PlaceImage, tiff2ps_process_page): use
9029         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9030
9031
9032 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9033
9034         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9035         (main): to call gnome_authentication_manager_init. Should fix
9036         Bug #308510
9037
9038         * configure.ac: that requires libgnomeui 2.6.0.
9039
9040 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9041
9042         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9043         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9044         use the new tiff2ps interfaces
9045
9046         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9047         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9048
9049         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9050         structure instead of global variables.  Remove use of static
9051         variables in functions.
9052
9053 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9054
9055         * shell/ev-page-action.c: unref the completion after setting it to the
9056         entry
9057
9058 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9059
9060         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9061         postscript files
9062
9063 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9064
9065         * shell/ev-window.c (update_action_sensitivity): disable
9066         File->Print if the document does not implement the ps exporter
9067         interface
9068
9069 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9070
9071         * Makefile.am:
9072         * configure.ac:
9073         * data/evince-properties.glade:
9074         * properties/.cvsignore:
9075         * properties/Makefile.am:
9076         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9077         (ev_properties_view_class_init), (ev_properties_view_format_date),
9078         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9079         (ev_properties_view_init), (ev_properties_view_new):
9080         * properties/ev-properties-view.h:
9081         * shell/Makefile.am:
9082         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9083         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9084         (ev_properties_dialog_new):
9085         * shell/ev-properties-dialog.h:
9086         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9087         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9088         (update_progress_label), (job_fonts_finished_cb),
9089         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9090         * shell/ev-properties-fonts.h:
9091         * shell/ev-properties.c:
9092         * shell/ev-properties.h:
9093         * shell/ev-window.c: (ev_window_setup_document),
9094         (ev_window_cmd_file_properties):
9095
9096         Split the properties pages in two different objects, depend
9097         only on the backend where possible, use widgets instead
9098         of gobject for the glade part, reimplement the dialog
9099         itself with gtk.
9100         I need this to implement nautilus properties page.
9101
9102 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9103
9104         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9105         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9106         (tiff_document_document_ps_exporter_iface_init): implement the ps
9107         exporter interface for tiff documents
9108
9109         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9110         libtiff to implement TIFF postscript export
9111
9112         * tiff/tiff2ps.h: added a header file for external tiff2ps
9113         functions.
9114
9115         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9116         tiff2ps.h
9117
9118 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9119
9120         * shell/ev-view.c: (scroll_to_current_page),
9121         (ev_view_set_fullscreen), (ev_view_set_presentation):
9122         
9123         Scroll to current page when exit from presentation
9124
9125 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9126
9127         * shell/ev-window.c: (update_document_mode),
9128         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9129         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9130         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9131         
9132         Exit from fullscreen mode when switch to presentation. Fix for
9133         bug 309365
9134
9135 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9136
9137         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9138         return NULL if the document does not implement the selection
9139         interface.
9140
9141 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9142
9143         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9144         reported height by using the resolution aspect ratio
9145         (tiff_document_render_pixbuf): scale the pixbuf using the
9146         resolution aspect ratio
9147
9148 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9149
9150         * configure.ac:
9151         
9152         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9153         <kiltedaco@gmail.com>
9154         
9155         * djvu/djvu-document.c: (djvu_document_get_orientation),
9156         (djvu_document_set_orientation), (djvu_document_get_page_size),
9157         (rotate_pixbuf), (djvu_document_render_pixbuf),
9158         (djvu_document_document_iface_init):
9159         * dvi/dvi-document.c: (dvi_document_get_orientation),
9160         (dvi_document_set_orientation), (dvi_document_get_page_size),
9161         (rotate_pixbuf), (dvi_document_render_pixbuf),
9162         (dvi_document_document_iface_init):
9163         
9164         Dvi and djvu backends are ported to new API
9165
9166 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9167
9168         * backend/ev-selection.c: (ev_selection_get_selection_region),
9169         (ev_selection_get_selection_map):
9170         * backend/ev-selection.h:
9171         * pdf/ev-poppler.cc:
9172         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9173         * shell/ev-jobs.h:
9174         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9175         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9176         (ev_pixbuf_cache_get_text_mapping):
9177         * shell/ev-pixbuf-cache.h:
9178         * shell/ev-view.c: (location_in_text),
9179         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9180         support to EvView.  Now we can see where we can select!  Sweet!
9181
9182 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9183
9184         * shell/ev-view.c (ev_view_button_press_event): Fix
9185         event->y + view->scroll_x typo.
9186
9187 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9188
9189         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9190         sub-GdkPixbuf instead of passing dest_x and dest_y.
9191         
9192         * shell/ev-view.c: (view_point_to_doc_point),
9193         (view_rect_to_doc_rect), (ev_view_button_press_event),
9194         (ev_view_motion_notify_event), (compute_new_selection_rect),
9195         (gdk_rectangle_point_in), (compute_new_selection_text),
9196         (compute_selections): Update selection code to keep the selection
9197         around as two points and not as a normalized rectangle, and fix
9198         page level selection in two-column mode.
9199
9200 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9201
9202         * shell/ev-window.c: (window_configure_event_cb): 
9203         
9204         Fix compilation
9205         
9206 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9207
9208         * pdf/ev-poppler.cc:
9209
9210         Fix compilation
9211
9212 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9213
9214         * shell/Makefile.am:
9215         * shell/ev-metadata-manager.c: (item_free),
9216         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9217         (parse_value), (parseItem), (load_values),
9218         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9219         (save_values), (save_item), (get_oldest), (resize_items),
9220         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9221         * shell/ev-metadata-manager.h:
9222
9223         Metadata manager from gedit but modified to use GValue, so that
9224         we dont need to keep converting from strings.
9225
9226         * configure.ac:
9227
9228         ENABLE_METADATA conditional, on when dbus is on
9229
9230         * shell/ev-application.c: (ev_application_open_uri):
9231
9232         Show the window after load so that we can initialize
9233         window size before it's showed.
9234
9235         * shell/ev-window.c: (ev_window_setup_from_metadata),
9236         (ev_window_open_uri), (window_configure_event_cb),
9237         (ev_window_init):
9238
9239         Save and load metadata information about window size.
9240         Not yet keeping states in account.
9241
9242         * shell/main.c: (main):
9243
9244         Shutdown metadata manager.
9245
9246 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9247
9248         * shell/ev-application-service.xml:
9249         * configure.ac:
9250         * shell/Makefile.am:
9251         * shell/ev-application.c:
9252         * shell/ev-application.h:
9253         * shell/ev-window.c:
9254         * shell/ev-window.h:
9255         * shell/main.c:
9256
9257         Add an optional dbus interface (--enable-dbus).
9258         Rework application code, mainly to be easier to
9259         use "remotely".
9260         Do not open multiple windows with the same document,
9261         spatial evince!
9262
9263 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9264
9265         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9266         pixbuf iff it exists.
9267
9268 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9269
9270         * shell/*:
9271         * backend/ev-render-context.[ch]:
9272         * backend/ev-selection.[ch]:
9273
9274         Massive changes.  We now support text selection of pdfs, and not
9275         just rectangular selection.  This is pretty broken still, but I
9276         want to get something into CVS.
9277
9278 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9279
9280         * pdf/ev-poppler.cc:
9281         
9282         Fix for Bug 309080: crash on window close.
9283         
9284         * shell/ev-page-action.c: (page_changed_cb):
9285         
9286         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9287         jensgr@gmx.net (Jens Granseuer).
9288
9289 2005-06-25  Marcel Telka  <marcel@telka.sk>
9290
9291         * configure.in (ALL_LINGUAS): Added sk.
9292
9293 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9294
9295         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9296         not a document open
9297
9298 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9299
9300         * NEWS:
9301         * configure.ac:
9302
9303         Release 0.3.2
9304
9305         * cut-n-paste/recent-files/Makefile.am:
9306
9307         Fix make distcheck
9308
9309 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9310
9311         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9312         (pixbuf_document_set_orientation), (rotate_pixbuf),
9313         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9314         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9315
9316         Implement rotation and cleanup the code a bit.
9317
9318         * tiff/tiff-document.c: (tiff_document_get_page_size),
9319         (tiff_document_get_orientation), (tiff_document_set_orientation),
9320         (rotate_pixbuf), (tiff_document_render_pixbuf),
9321         (tiff_document_document_iface_init), (tiff_document_init):
9322
9323         Implement rotation. Was the quicker solution for the release
9324         but we really need to share this code in the shell.
9325
9326 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9327
9328         * pdf/ev-poppler.cc:
9329
9330         Enable rotation, require poppler cvs. Fix a leak.
9331
9332 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9333
9334         * shell/ev-window.c: (update_action_sensitivity):
9335         
9336         Make properties unsensitive if document backend doesn't provide
9337         any info
9338
9339 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9340
9341         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9342         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9343         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9344         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9345         (bitmap_flip_rotate_counter_clockwise):
9346         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9347         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9348         (buff_gets):
9349         * dvi/mdvi-lib/common.h:
9350         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9351         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9352         (opendvi), (mdvi_reload), (mdvi_init_context),
9353         (mdvi_destroy_context), (mdvi_dopage), (special):
9354         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9355         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9356         (file_hash_free), (register_encoding), (parse_spec),
9357         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9358         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9359         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9360         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9361         (mdvi_register_font_type), (mdvi_unregister_font_type),
9362         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9363         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9364         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9365         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9366         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9367         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9368         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9369         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9370         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9371         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9372         (mdvi_unregister_special), (mdvi_flush_specials):
9373         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9374         (t1_font_remove):
9375         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9376         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9377         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9378         (free_font_metrics), (flush_font_metrics):
9379         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9380         (tt_font_remove):
9381         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9382         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9383         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9384         (dstring_insert), (dstring_new), (dstring_reset):
9385         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9386         
9387         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9388         avoid conflict with libtool on FC4
9389         
9390         * shell/ev-window.c: (ev_window_cmd_help_about):
9391         
9392         Update copyright year. Fix for bug 308828.
9393
9394 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9395
9396         * shell/ev-view.c: (add_scroll_binding_keypad),
9397         (ev_view_binding_activated), (ev_view_class_init),
9398         (on_adjustment_value_changed):
9399         
9400         Bug 170874: Arrow keys switch pages in presentation mode
9401
9402 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9403
9404         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9405         
9406         Fix for Bug 308265: Sidebar dissappears coming out of 
9407         Presentation mode
9408
9409 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9410
9411         * shell/ev-application.c: (ev_application_open):
9412         * shell/ev-document-types.c: (ev_document_types_add_filters),
9413         (ev_document_types_add_filters_for_type):
9414         * shell/ev-document-types.h:
9415         * shell/ev-window.c: (ev_window_cmd_save_as):
9416         
9417         Suggest basename as template when saving, provide filters
9418         for save dialog. It's bug 308402
9419
9420 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9421
9422         * pdf/ev-poppler.cc:
9423         * shell/ev-sidebar-links.c: (job_finished_callback):
9424         * shell/ev-view.c: (update_find_status_message):
9425         
9426         Some leaks fixed
9427
9428 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9429
9430         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9431         (egg_recent_view_uimanager_set_list):
9432
9433         Fix buglet in !show_numbers case.
9434
9435 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9436
9437         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9438         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9439
9440         Use pango ellipsisation.
9441
9442         * pdf/ev-poppler.cc:
9443
9444         Fix refcount leak, from nsh.
9445
9446 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9447
9448         * cut-n-paste/recent-files/Makefile.am:
9449         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9450         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9451         
9452         Removed EggRecentViewGtk
9453         
9454         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9455         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9456         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9457         (ev_window_setup_recent):
9458         
9459         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9460         with other projects
9461
9462 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9463
9464         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9465         (egg_recent_view_gtk_finalize):
9466
9467         Fix memory leak
9468
9469         * cut-n-paste/toolbar-editor/Makefile.am:
9470         
9471         Fix location of cursor icon.
9472         
9473         * pdf/ev-poppler.cc:
9474         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9475         (display_completion_text), (match_completion):
9476         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9477         (selection_changed_callback), (create_loading_model),
9478         (print_section_cb), (links_page_num_func),
9479         (update_page_callback_foreach):
9480         * shell/ev-window.c: (ev_window_dispose):
9481         
9482         Small memory fixes. Links model now store objects instead
9483         of pointers to improve memory management. 
9484
9485 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9486
9487         * shell/ev-window.c: (zoom_control_changed_cb):
9488         
9489         Fix update of zoom control (bug 308268).
9490
9491 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9492
9493         * shell/ev-properties.c (set_property): escape the text correctly.
9494         Handles non-UTF-8 properties and escaped properties.  Also, sets
9495         the text to "<i>None</i>" if the property isn't set.
9496
9497         * data/evince-properties.glade: Change the label to be ellipsized,
9498         and give it a minimum size.
9499
9500 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9501
9502         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9503         * shell/ev-sidebar-links.c: (create_loading_model):
9504         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9505         * shell/ev-view.c: (ev_view_set_document):
9506         * shell/ev-window.c: (ev_window_dispose):
9507         
9508         Various small fixes, mostly memory leaks. Thanks to valgrind.
9509
9510 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9511
9512         * ps/ps-document.c: remove the locale.h include again ;-). And
9513         kill the (bogus) setlocale/savelocale business.
9514
9515 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9516
9517         * ps/ps-document.c:
9518         
9519         Include locale.h to fix build
9520         
9521         * shell/ev-sidebar.c:
9522         
9523         Remove unnecessary includes
9524
9525 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9526
9527         * dvi/dvi-document.c: (dvi_document_load):
9528         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9529         * po/POTFILES.in:
9530         
9531         Check for incorrect dvi files. Fix parsing dvi on AMD64
9532         platform. Thanks to tester@tester.ca (Olivier Crete).
9533
9534 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9535
9536         * shell/ev-page-action.c: (match_selected_cb),
9537         (display_completion_text), (match_completion), (update_model):
9538         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9539         (expand_open_links):
9540         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9541         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9542         (ev_sidebar_set_document):
9543         * shell/ev-window.c: (ev_window_xfer_job_cb),
9544         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9545         
9546         Fixed lot's of memory leaks, for example, memory leak on reload, 
9547         described in bug 307793.
9548
9549 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9550
9551         * pdf/ev-poppler.cc:
9552         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9553         (update_visible_range), (adjustment_changed_cb),
9554         (ev_sidebar_thumbnails_fill_model),
9555         (ev_sidebar_thumbnails_refresh),
9556         (ev_sidebar_tree_selection_changed),
9557         (ev_sidebar_icon_selection_changed),
9558         (ev_sidebar_thumbnails_use_icon_view),
9559         (ev_sidebar_thumbnails_set_document):
9560         * shell/ev-sidebar-thumbnails.h:
9561         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9562         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9563
9564         Refresh thumbnails when changing orientation. Not fully
9565         working yet becuase of a sidebar bug.
9566
9567         Set page orientation to poppler page everywhere. This sucks
9568         really need to fix poppler.
9569
9570 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9571
9572         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9573         (egg_recent_view_gtk_new_menu_item),
9574         (egg_recent_view_gtk_set_property),
9575         (egg_recent_view_gtk_get_property),
9576         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9577         (egg_recent_view_gtk_set_tooltip_func),
9578         (egg_recent_view_gtk_set_label_width),
9579         (egg_recent_view_gtk_get_label_width):
9580         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9581
9582         Sync with libegg (ellipsize labels)
9583
9584 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9585
9586         * data/evince-ui.xml:
9587         * shell/ev-window.c: (ev_window_cmd_go_forward),
9588         (ev_window_cmd_go_backward):
9589         
9590         Shift + PageUp moves 10 Pages. Fix for 306125
9591
9592 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9593
9594         * pdf/ev-poppler.cc:
9595
9596         Add a flag to check if orientation has been overriden
9597
9598 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9599
9600         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9601         field if necessary.
9602
9603         * ps/ps.h: add creator field to document.
9604
9605         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9606         set creator field.
9607
9608 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9609
9610         * data/evince-properties.glade:
9611         * shell/ev-properties.c: (ev_properties_set_document):
9612
9613         s/PDF Version/Format
9614
9615 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9616
9617         * shell/ev-properties.c: (ev_properties_set_document):
9618
9619         Remove unnecessary translations
9620
9621 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9622
9623         * cut-n-paste/toolbar-editor/Makefile.am:
9624
9625         Correct library name    
9626
9627 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9628
9629         * configure.ac:
9630         * cut-n-paste/recent-files/egg-recent-model.c:
9631         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9632         (egg_recent_model_unlock_file):
9633         * cut-n-paste/recent-files/egg-recent-util.c:
9634         (egg_recent_util_get_unique_id):
9635         * cut-n-paste/recent-files/update-from-egg.sh:
9636         * cut-n-paste/toolbar-editor/Makefile.am:
9637         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9638         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9639         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9640         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9641         (egg_toolbars_model_get_type):
9642         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9643
9644         Better makefile for toolbar editor and update everything
9645         to latest libegg.
9646
9647 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9648
9649         * shell/ev-window.c: (update_document_mode):
9650
9651         Prefer presentation mode when the document
9652         require fullscreen.
9653
9654 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9655
9656         * data/evince-ui.xml:
9657         * shell/ev-window.c:
9658
9659         Add control-equal for zooming
9660
9661 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9662
9663         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9664
9665 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9666
9667         * backend/ev-document.c: (ev_document_get_orientation):
9668         * backend/ev-document.h:
9669         * pdf/ev-poppler.cc:
9670         * ps/ps-document.c: (ps_document_get_orientation),
9671         (ps_document_set_orientation), (ps_document_document_iface_init):
9672
9673         Add a get_orientation api. Improve set_orientation.
9674
9675         * data/evince-ui.xml:
9676         * shell/ev-view.c: (ev_view_set_orientation),
9677         (ev_view_rotate_right), (ev_view_rotate_left):
9678         * shell/ev-view.h:
9679         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9680         (ev_window_cmd_edit_rotate_right):
9681
9682         Better ui for changing document orientation
9683
9684 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9685
9686         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9687         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9688         * shell/ev-sidebar-links.h:
9689         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9690         (ev_sidebar_page_iface_init):
9691         * shell/ev-sidebar-page.h:
9692         * shell/ev-sidebar-thumbnails.c:
9693         (ev_sidebar_thumbnails_get_property),
9694         (ev_sidebar_thumbnails_class_init),
9695         (ev_sidebar_thumbnails_set_document):
9696         * shell/ev-sidebar-thumbnails.h:
9697         * shell/ev-view.c: (ev_view_motion_notify_event):
9698         * shell/ev-window.c: (update_chrome_visibility),
9699         (ev_window_cmd_focus_page_selector),
9700         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9701         (sidebar_page_main_widget_update_cb), (ev_window_init):
9702         
9703         Autoraise toolbar on GoToPage binding and fix bindings in
9704         EvSidebarThumbnails page.
9705
9706 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9707
9708         * shell/ev-properties.c: (update_progress_label):
9709
9710         Hide the progress label when finished; bug #307697.
9711
9712 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9713
9714         * pdf/ev-poppler.cc:
9715
9716         Enable is_open for links, you will need poppler cvs
9717
9718         * shell/ev-properties.c: (job_fonts_finished_cb):
9719
9720         Get a lock on the document when filling the tree view
9721
9722 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9723
9724         * backend/ev-document-links.h:
9725         * pdf/ev-poppler.cc:
9726         * shell/ev-sidebar-links.c: (create_loading_model),
9727         (expand_open_links), (job_finished_callback):
9728
9729         Expand links when specified by the document.
9730         Depend on a poppler api (defined out for now)
9731
9732 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9733
9734         * shell/ev-properties.c: (ev_properties_dispose),
9735         (ev_properties_class_init), (dialog_destroy_cb),
9736         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9737         (ev_properties_set_document), (ev_properties_new),
9738         (ev_properties_show):
9739         * shell/ev-properties.h:
9740
9741         Make it an object, cleanup the code, api to show it as transient
9742         and to set the document.
9743
9744         * shell/ev-window.c: (ev_window_setup_document),
9745         (ev_window_cmd_file_properties):
9746
9747         Adapt to EvProperties changes, do not show multiple
9748         times, update it when document changes.
9749
9750 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9751
9752         * ps/gstypes.h:
9753         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9754         (ps_document_set_orientation), (ps_document_document_iface_init):
9755         * ps/ps-document.h:
9756
9757         Implement orientation here too
9758
9759         * shell/ev-properties.c: (ev_properties_new):
9760         * data/evince-properties.glade:
9761
9762         Hide the fonts page for backends that doesnt
9763         support it.     
9764
9765 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9766
9767         * backend/ev-document.c: (ev_document_set_orientation):
9768         * backend/ev-document.h:
9769         * pdf/ev-poppler.cc:
9770
9771         Add orientation api. Currently poppler api is not optimal,
9772         we need to set orientation every time we _get a page.
9773         I will try to fix that at some point.
9774
9775         * data/evince-ui.xml:
9776         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9777         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9778
9779         Add orientation menu items
9780
9781         * shell/ev-page-cache.c: (ev_page_cache_clear):
9782         * shell/ev-page-cache.h:
9783
9784         Add api to clear the cache
9785
9786         * shell/ev-view.c: (setup_caches), (clear_caches),
9787         (ev_view_set_document), (ev_view_zoom_out),
9788         (ev_view_set_orientation):
9789         * shell/ev-view.h:
9790
9791         Implement orientation changing
9792
9793 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9794
9795         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9796         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9797         * backend/ev-document-fonts.h:
9798
9799         Separate scan and fill so that we can incrementally fill from
9800         the main thread. Add a progress api.
9801
9802         * data/evince-properties.glade:
9803         * pdf/ev-poppler.cc:
9804         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9805         * shell/ev-jobs.h:
9806         * shell/ev-properties.c: (update_progress_label),
9807         (job_fonts_finished_cb), (setup_fonts_view):
9808
9809         Incrementally feel the list and show the progress
9810         percentage in a label like acrobat does.
9811
9812         You are going to need poppler cvs
9813
9814 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9815
9816         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9817         * backend/ev-document-fonts.h:
9818         * pdf/ev-poppler.cc:
9819
9820         Make fonts model fill incrementally.
9821
9822         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9823         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9824         (ev_job_queue_remove_job):
9825         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9826         (ev_job_fonts_new), (ev_job_fonts_run):
9827         * shell/ev-jobs.h:
9828
9829         New job for fonts scanning
9830
9831         * shell/ev-properties.c: (job_fonts_finished_cb),
9832         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9833         * shell/ev-properties.h:
9834         * shell/ev-window.c: (ev_window_cmd_file_properties):
9835
9836         Incrementally feel the treeview using the new job. Show Loading...
9837         message until scanning is completed.
9838
9839         Hopefully I didnt break the build without the poppler patch.
9840
9841 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9842
9843         * shell/ev-application.c: (ev_application_open):
9844         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9845         (ev_document_type_get_type), (ev_document_type_lookup):
9846         * shell/ev-document-types.h:
9847         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9848         * shell/ev-job-xfer.h:
9849         * shell/ev-window.c: (ev_window_clear_local_uri),
9850         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9851         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9852         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9853         
9854         Transfer remote documents to tmp directory to display them later.
9855
9856 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9857
9858         * backend/ev-document-info.h:
9859         * shell/ev-properties.c: (ev_properties_new):
9860
9861         s/GTime*/GTime. Not sure why we was using a pointer
9862         at all there!
9863
9864 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9865
9866         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9867         situations.  That situation is that you're using GTK+-HEAD with
9868         the patch at #306726 is applied, and you have a document with <
9869         1500 pages in it.  It's not quite as uniformly nice as the
9870         TreeView, but should be better in the long run.
9871
9872         I'm pretty sure I guarded against breaking compilation with
9873         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9874         I missed some.
9875
9876         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9877         widget yet, so I commented that code out
9878         enable_view_actions_for_widget() for now.  Need to figure this
9879         out.
9880
9881         * shell/ev-page-action.c (match_selected_cb): emit the right
9882         signals.  Our cool C-l completion now works.
9883
9884 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9885
9886         * backend/Makefile.am:
9887         * backend/ev-document-fonts.c:
9888         * backend/ev-document-links.c:
9889         * backend/ev-document.c: (ev_document_load):
9890         * backend/ev-document.h:
9891         * backend/ev-job-queue.c:
9892         * backend/ev-job-queue.h:
9893         * backend/ev-jobs.c:
9894         * backend/ev-jobs.h:
9895         * backend/ev-page-cache.c:
9896         * backend/ev-page-cache.h:
9897
9898         EvPageCache and EvJobs are moved to shell.
9899
9900         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9901         (ev_tmp_filename):
9902         * lib/ev-file-helpers.h:
9903         
9904         New helper to work with temporary files
9905         
9906         * shell/Makefile.am:
9907         * shell/ev-application.c: (ev_application_open):
9908         * shell/ev-application.h:
9909         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9910         (remove_job_from_async_queue), (add_job_to_async_queue),
9911         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9912         (handle_job), (search_for_jobs_unlocked),
9913         (no_jobs_available_unlocked), (ev_render_thread),
9914         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9915         (ev_job_queue_add_job), (move_job_async), (move_job),
9916         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9917         * shell/ev-job-queue.h:
9918         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9919         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9920         * shell/ev-job-xfer.h:
9921         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9922         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9923         (ev_job_links_class_init), (ev_job_render_init),
9924         (ev_job_render_dispose), (ev_job_render_class_init),
9925         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9926         (ev_job_thumbnail_class_init), (ev_job_load_init),
9927         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9928         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9929         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9930         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9931         * shell/ev-jobs.h:
9932         * shell/ev-page-action.c: (ev_page_action_set_document):
9933         * shell/ev-page-cache.c: (ev_page_cache_init),
9934         (ev_page_cache_class_init), (ev_page_cache_finalize),
9935         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9936         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9937         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9938         (ev_page_cache_get_title), (ev_page_cache_get_size),
9939         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9940         (ev_page_cache_get_height_to_page),
9941         (ev_page_cache_get_max_label_chars),
9942         (ev_page_cache_get_page_label),
9943         (ev_page_cache_has_nonnumeric_page_labels),
9944         (ev_page_cache_get_info), (ev_page_cache_next_page),
9945         (ev_page_cache_prev_page), (ev_page_cache_get):
9946         * shell/ev-page-cache.h:
9947         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9948         (ev_pixbuf_cache_clear_job_sizes),
9949         (ev_pixbuf_cache_add_jobs_if_needed),
9950         (ev_pixbuf_cache_set_page_range):
9951         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9952         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9953         * shell/ev-sidebar-thumbnails.c:
9954         (ev_sidebar_tree_selection_changed),
9955         (ev_sidebar_thumbnails_set_document):
9956         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9957         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9958         (ev_statusbar_get_context_id), (ev_statusbar_push),
9959         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9960         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9961         (ev_statusbar_set_progress):
9962         * shell/ev-statusbar.h:
9963         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9964         (ev_view_find_previous):
9965         * shell/ev-window.c: (ev_window_is_empty),
9966         (ev_window_setup_document), (password_dialog_response),
9967         (ev_window_clear_jobs), (ev_window_load_job_cb),
9968         (ev_window_xfer_job_cb), (ev_window_open_uri),
9969         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9970         (ev_window_print), (ev_window_print_range),
9971         (ev_window_state_event), (ev_window_cmd_view_reload),
9972         (menu_item_select_cb), (menu_item_deselect_cb),
9973         (view_status_changed_cb), (ev_window_dispose),
9974         (drag_data_received_cb), (ev_window_init):
9975         * shell/ev-window.h:
9976         * shell/main.c: (load_files):
9977         
9978         New statusbar to show progress on idle. Two new jobs - 
9979         xfer job and load job to load document in background. And update
9980         of page_cache clients to new location of code.
9981
9982 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9983
9984         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9985         selection in open dialog. It also remembers the last visited directory 
9986         in the current session.
9987
9988 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9989
9990         * shell/ev-properties.c: (ev_properties_new):
9991         * shell/ev-properties.h:
9992         * shell/ev-window.c: (ev_window_cmd_file_properties):
9993         
9994         Get document info from page cache instead of document itself.
9995         This should fix crash related to race conditions described in
9996         bug 306545.
9997
9998 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9999
10000         * ps/ps-document.c: (ps_document_init),
10001         (send_ps), (get_page_box), (output), (catchPipe), (input),
10002         (stop_interpreter), (file_length), (file_readable),
10003         (check_filecompressedb), (ps_document_enable_interpreter),
10004         (document_load), (ps_async_renderer_render_pixbuf):
10005         * ps/ps-document.h:
10006
10007         Big cleanup of the ps code
10008
10009 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10010
10011         * backend/Makefile.am:
10012         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10013         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10014         * backend/ev-async-renderer.h:
10015
10016         Add an async renderer interface (method + callback) which
10017         is useful for backends like ps.
10018
10019         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10020         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10021         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10022         (ev_job_queue_add_job), (move_job_async), (move_job),
10023         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10024
10025         Add queues for async renderer, these are executed on the
10026         main thread.
10027
10028         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10029         (ev_job_render_run):
10030         * backend/ev-jobs.h:
10031
10032         If the backend support async renderer interface use it.
10033
10034         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10035         (setup_pixmap), (ps_document_get_type),
10036         (ps_async_renderer_render_pixbuf),
10037         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10038
10039         Implement async renderer interface.
10040
10041 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10042
10043         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10044
10045         Cleanup links job on exit.
10046
10047 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10048
10049         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10050         (drag_data_get_cb), (drag_data_received_cb):
10051         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10052         (drag_data_get_cb), (parse_item_list),
10053         (egg_toolbar_editor_load_actions):
10054         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10055         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10056         (parse_item_list), (parse_toolbars):
10057         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10058         (dvi_pixbuf_put_pixel):
10059         
10060         Fix gcc 4.0 warnings
10061
10062 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10063
10064         * ps/ps-document.c: (start_interpreter):
10065
10066         Fix warning when loading ps
10067
10068 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10069
10070         * ps/ps-document.c: (output):
10071
10072         Fix crash when priting gs error messages.
10073
10074 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10075
10076         * backend/ev-page-cache.c: (_ev_page_cache_new):
10077         * backend/ev-page-cache.h:
10078
10079         Use a const to return title so that we dont double
10080         free it. Small cleanup and fix a leak.
10081
10082         * shell/ev-window.c: (update_window_title):
10083
10084         strdup value from get_title.
10085
10086 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10087
10088         * shell/ev-sidebar-links.c: (job_finished_callback),
10089         (ev_sidebar_links_set_document):
10090
10091         Cleanup the old job when changing document
10092
10093 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10094
10095         * shell/ev-stock-icons.c:
10096         * shell/ev-stock-icons.h:
10097         * shell/ev-window.c:
10098         
10099         Add stock icons for actions that can appear in toolbar. Fix for
10100         bug 306566.
10101
10102 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10103
10104         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10105         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10106         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10107         * backend/ev-page-cache.h:
10108         * shell/ev-view.c: (scroll_to_current_page),
10109         (view_update_range_and_current_page), (get_page_y_offset),
10110         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10111         (ev_view_size_request_continuous),
10112         (ev_view_zoom_for_size_continuous_and_dual_page),
10113         (ev_view_zoom_for_size_continuous):
10114         
10115         More compact EvView layout in document with pages of different size.
10116
10117 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10118
10119         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10120         compilation.
10121
10122 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10123
10124         * shell/ev-view.c: (view_set_adjustment_values):
10125         * shell/ev-window.c: (ev_window_cmd_file_properties):
10126         
10127         A bit different fix for rounding problem but it has no
10128         problems on startup. Make properties window transient to parent.
10129
10130 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10131
10132         * pdf/ev-poppler.cc:
10133         
10134         More commenting of font stuff.
10135
10136 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10137
10138         * pdf/ev-poppler.cc:
10139
10140         Comment out some more fonts stuff. Should really
10141         work without the poppler patch now.
10142
10143 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10144
10145         * pdf/ev-poppler.cc:
10146
10147         Adapt to api change
10148
10149 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10150
10151         * data/evince-properties.glade:
10152         * pdf/ev-poppler.cc:
10153         * shell/ev-properties.c: (setup_fonts_view):
10154
10155         Set the column title. Show the dialog only
10156         once everything is setup.
10157         Getting font info can be very slow... will
10158         prolly need to make this threaded too.
10159
10160 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10161
10162         * backend/Makefile.am:
10163         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10164         (ev_document_fonts_get_fonts_model):
10165         * backend/ev-document-fonts.h:
10166         * data/evince-properties.glade:
10167         * pdf/ev-poppler.cc:
10168         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10169         * shell/ev-properties.h:
10170         * shell/ev-window.c: (ev_window_cmd_file_properties):
10171
10172         Implement fonts list. Defined out for now, since it depends
10173         on a not yet committed poppler patch.
10174
10175 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10176
10177         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10178         page + 1.
10179
10180         * shell/ev-window.c: Make sure we add the timeout when we get a
10181         focus-in event.
10182
10183         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10184         adjustment->value before calculating the zoom factor to average
10185         out all of our rounding errors.  The page no longer 'drifts' when
10186         resizing.
10187
10188 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10189
10190         * data/evince-properties.glade:
10191         * shell/ev-properties.c: (ev_properties_format_date),
10192         (set_property):
10193         
10194         Labels don't expand when the dialogue is resized.
10195         strftime result needs to be converted to UTF-8. Thanks
10196         to Christian Persch <chpe@gnome.org>.
10197
10198 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10199
10200         * data/evince-properties.glade:
10201
10202         Hide the fonts tab
10203
10204 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10205
10206         * backend/ev-document-info.h:
10207         * backend/ev-document.c: (ev_document_info_free):
10208         * data/evince-properties.glade:
10209         * pdf/ev-poppler.cc:
10210         * ps/ps-document.c: (ps_document_get_info):
10211         * shell/ev-properties.c: (ev_properties_format_date),
10212         (set_property), (ev_properties_new):
10213         * shell/ev-properties.h:
10214         * shell/ev-window.c: (ev_window_cmd_file_properties):
10215
10216         Rework properties code to take only EvPropertyInfo
10217         in the constructor so that it can be useful for
10218         nautilus plugin too.
10219
10220         Deal with backends that doesnt support some properties.
10221         Make set property code generic.
10222
10223 2005-06-04  Christian Persch <chpe@gnome.org>
10224
10225         * data/evince-properties.glade:
10226
10227         fix spacings, make resizeable, and make data labels
10228         selectable + ellipsised
10229
10230 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10231
10232         * backend/ev-document-info.h:
10233         * data/Makefile.am:
10234         * data/evince-ui.xml:
10235         * pdf/ev-poppler.cc:
10236         * shell/Makefile.am:
10237         * shell/ev-window.c: (update_action_sensitivity),
10238         (ev_window_cmd_file_properties):
10239
10240         Initial go at file properties. Patch by
10241         Emil Soleyman-Zomalan <emil@soleyman.com>.
10242         Needs love see #169583
10243
10244 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10245
10246         * ps/ps-document.c: (output):
10247         * ps/ps.c: (psscan):
10248
10249         Try to render even if psscan fails.
10250
10251 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10252
10253         * ps/ps.c: (psscan), (pscopydoc):
10254
10255         Port buffered reading code from gv
10256
10257 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10258
10259         * ps/ps-document.c: (interpreter_message), (output):
10260
10261         Do not fail on interpreter messages
10262
10263 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10264
10265         * backend/ev-document-misc.c:
10266         (ev_document_misc_get_thumbnail_frame):
10267
10268         Pages can be 0 x 0, dont assert on this case
10269
10270 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10271
10272         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10273         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10274
10275         Correctly manage our reference on document. Finally the reload
10276         huge leak is gone...
10277
10278 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10279
10280         * ps/ps-document.c: (ps_document_dispose):
10281
10282         Forgot to chain it to the parent. Thanks chpe.
10283
10284 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10285
10286         * ps/ps-document.c: (ps_document_dispose),
10287         (ps_document_class_init), (stop_interpreter), (document_load):
10288
10289         Cleanup dispose a bit. Dont leak the whole pixmap.
10290
10291 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10292
10293         * pdf/ev-poppler.cc:
10294
10295         Release the poppler document on dispose
10296
10297 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10298
10299         * shell/ev-view.c: (ev_view_set_document):
10300
10301         Release ref on the pixbuf cache when changing
10302         document.
10303
10304 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10305
10306         * ps/ps-document.c: (ps_document_get_info):
10307
10308         Fix a double free
10309
10310 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10311
10312         * backend/ev-page-cache.c: (ev_page_cache_init),
10313         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10314         * backend/ev-page-cache.h:
10315         * shell/ev-page-action.c: (page_changed_cb):
10316         
10317         Set page action entry width depending on labels width. Fix
10318         for bug 305202.
10319
10320 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10321
10322         * backend/ev-link.c: (ev_link_class_init):
10323
10324         Allow -1 as page value (error)
10325
10326 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10327
10328         * shell/ev-sidebar-thumbnails.c:
10329         (ev_sidebar_thumbnails_set_document):
10330         * shell/ev-view.c: (scroll_to_current_page),
10331         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10332         (page_changed_cb), (on_adjustment_value_changed),
10333         (ev_view_set_document):
10334
10335         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10336         Fix bug 305377
10337
10338 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10339
10340         * configure.ac:
10341         * djvu/djvu-document.c: (djvu_document_get_page_size):
10342
10343         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10344         bug 301993.
10345
10346 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10347
10348         * shell/ev-view.c (draw_one_page): modify the expose handling to
10349         get the shadows.
10350
10351         * shell/ev-window.c (update_action_sensitivity): Respect
10352         permissions field.  Kowtow to the man.
10353
10354         * pdf/ev-poppler.cc: Get the permissions field.
10355
10356         * tiff/*c: Make a tiny bit more robust.
10357
10358 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10359
10360         * djvu/djvu-document.c:
10361         
10362         Pop messages from djvu context message queue.
10363
10364 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10365
10366         * configure.ac, Makefile.am, shell/Makefile.am:
10367         * tiff/Makefile.am, shell/ev-document-types.c:
10368         
10369         Cleanup tiff configure checks. Fix for bug 305218.
10370
10371 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10372
10373         * configure.ac: Added "uk" to ALL_LINGUAS.
10374
10375 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10376
10377         * cut-n-paste/zoom-control/ephy-zoom.c:
10378         (ephy_zoom_get_changed_zoom_level):
10379         * cut-n-paste/zoom-control/ephy-zoom.h:
10380         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10381         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10382         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10383         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10384         (zoom_control_changed_cb), (ev_window_init):
10385         
10386         Fix minor points related to moving best fit up. Introduce
10387         "zoom" property and make zoom control change it's value on
10388         notify::zoom signals. Fix for 305080.
10389
10390 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10391
10392         * data/evince-ui.xml:
10393         * shell/ev-window.c: (set_view_actions_sensitivity):
10394         
10395         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10396
10397 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10398
10399         * configure.ac:
10400
10401         Depends on poppler 0.3.2
10402
10403 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10404
10405         * cut-n-paste/recent-files/egg-recent-item.c:
10406         (egg_recent_item_get_short_name):
10407         * cut-n-paste/toolbar-editor/Makefile.am:
10408         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10409         (new_pixbuf_from_widget):
10410         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10411         * cut-n-paste/toolbar-editor/egg-marshal.c:
10412         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10413         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10414
10415         Sync
10416
10417 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10418
10419         * tiff/tiff-document.c: Rough TIFF backend.
10420
10421 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10422
10423         * NEWS:
10424         * configure.ac:
10425         * cut-n-paste/toolbar-editor/Makefile.am:
10426
10427         Release 0.3.1
10428
10429 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10430
10431         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10432         (ev_view_find_next), (ev_view_find_previous):
10433
10434         Remove the locks around get_n_results   
10435
10436 2005-05-21  Juerg Billeter  <j@bitron.ch>
10437
10438         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10439
10440         Pass correct number of pages to poppler.
10441
10442 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10443
10444         * configure.ac:
10445         * data/Makefile.am:
10446         * data/evince.desktop.in: 
10447         * data/evince.desktop.in.in:
10448         * po/POTFILES.in:
10449         
10450         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10451
10452 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10453
10454         * shell/ev-view.c: (view_update_adjustments),
10455         (view_set_adjustment_values): cast adjustmen->value to (int)
10456         before using it.  Otherwise, we get off by a pixel in some
10457         situations.
10458
10459         (draw_one_page): Draw the border on expose.
10460
10461 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10462
10463         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10464         adjustment when the mode changes, #304923
10465
10466 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10467
10468         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10469         flickering on resize but still use gdk_window_scroll on
10470         scrolling
10471
10472 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10473
10474         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10475         option, #170458
10476
10477 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10478
10479         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10480         second page on page_changed if possible, #304669
10481
10482 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10483
10484         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10485         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10486
10487 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10488
10489         * .cvsignore:
10490         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10491         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10492         (ev_view_zoom_for_size_presentation),
10493         (ev_view_zoom_for_size_continuous_and_dual_page),
10494         (ev_view_zoom_for_size_continuous),
10495         (ev_view_zoom_for_size_dual_page),
10496         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10497         * shell/ev-view.h:
10498         * shell/ev-window.c: (update_view_size),
10499         (ev_window_sizing_mode_changed_cb):
10500
10501         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10502         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10503         an infinite loop, #304769
10504
10505
10506 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10507
10508         * data/evince-ui.xml:
10509         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10510         * shell/ev-window.c: (set_view_actions_sensitivity):
10511
10512         Make PgUp/Down behave like Space
10513
10514 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10515
10516         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10517         * backend/ev-ps-exporter.h:
10518         * pdf/ev-poppler.cc:
10519         * ps/ps-document.c: (ps_document_ps_export_begin):
10520         * shell/ev-print-job.c: (idle_print_handler):
10521
10522         Adapt to new poppler api
10523
10524 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10525
10526         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10527         (ephy_zoom_control_init):
10528
10529         Translate zoom levels
10530
10531 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10532
10533         * cut-n-paste/zoom-control/ephy-zoom.c:
10534         (ephy_zoom_get_zoom_level_index):
10535
10536         Fix current zoom -> zoom control match
10537
10538 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10539
10540         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10541         rather than the scrolled_window that it's in. Fixes bug #304655.
10542
10543 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10544
10545         * shell/ev-view.c: (view_update_adjustments),
10546         (view_set_adjustment_values), (view_update_range_and_current_page),
10547         (view_scroll_to_page), (set_scroll_adjustment),
10548         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10549         (ev_view_scroll), (ev_view_scroll_view),
10550         (ensure_rectangle_is_visible), (find_page_at_location),
10551         (get_link_at_location), (go_to_link), (status_message_from_link),
10552         (ev_view_size_request_continuous_dual_page),
10553         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10554         (ev_view_unrealize), (ev_view_expose_event),
10555         (ev_view_button_press_event), (ev_view_motion_notify_event),
10556         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10557         (draw_rubberband), (highlight_find_results), (draw_one_page),
10558         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10559         (ev_view_init), (find_changed_cb), (page_changed_cb),
10560         (on_adjustment_value_changed), (ev_view_new),
10561         (ev_view_set_document), (ev_view_set_zoom),
10562         (ev_view_set_continuous), (ev_view_set_dual_page),
10563         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10564         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10565         (ev_view_zoom_for_size_presentation),
10566         (ev_view_zoom_for_size_continuous_dual_page),
10567         (ev_view_zoom_for_size_continuous),
10568         (ev_view_zoom_for_size_dual_page),
10569         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10570         (ev_view_get_status), (ev_view_set_status),
10571         (update_find_status_message), (ev_view_get_find_status),
10572         (ev_view_set_find_status), (jump_to_find_result),
10573         (jump_to_find_page), (compute_selections), (clear_selection),
10574         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10575         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10576         (ev_view_update_primary_selection),
10577         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10578         * shell/ev-view.h:
10579         * shell/ev-window.c: (ev_window_open_page_label),
10580         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10581         (ev_window_init):
10582         * shell/ev-window.h:
10583         * shell/main.c: (load_files):
10584
10585         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10586         when resizing.  Remove the bin_window().  Also, patch from James
10587         Bowes to fix command line page, #300641
10588         
10589 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10590
10591         * data/evince-ui.xml:
10592         * shell/ev-view.c:
10593         * shell/ev-view.h:
10594         * shell/ev-window.c: (update_action_sensitivity):
10595
10596         Get rid of View->Normal Size, it's just confusing
10597
10598 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10599
10600         * backend/ev-document-info.h:
10601         * backend/ev-document.c: (ev_document_info_free): Free the
10602         EvDocumentInfo.
10603
10604         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10605         (clear_range), (add_range), (update_visible_range),
10606         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10607         (ev_sidebar_thumbnails_set_document):
10608         * shell/ev-window.c: (ev_window_setup_document): Only render the
10609         visible thumbnails.  It takes an instant to render, but it uses
10610         much less memory.
10611
10612 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10613
10614         * shell/ev-sidebar-links.c: (popup_menu_cb):
10615
10616         Select first item
10617
10618 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10619
10620         * lib/Makefile.am:
10621         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10622         (button_press_cb), (ev_sidebar_links_construct):
10623
10624         Show the popup menu also on keybindings
10625
10626 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10627
10628         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10629         * shell/ev-window.h:
10630
10631         Expose api to print a range (with dialog). Make private _print use
10632         it.
10633
10634         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10635         (ev_sidebar_links_construct):
10636
10637         Show a print context menu on linkx, it prints the selected
10638         section.
10639
10640 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10641
10642         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10643         button.
10644
10645 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10646
10647         * AUTHORS:
10648
10649         Update
10650
10651         * shell/ev-window.c: (build_comments_string),
10652         (ev_window_cmd_help_about):
10653
10654         Show poppler version/backend and authors
10655
10656 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10657
10658         * cut-n-paste/zoom-control/ephy-zoom.c:
10659         (ephy_zoom_get_zoom_level_index):
10660         * cut-n-paste/zoom-control/ephy-zoom.h:
10661
10662         Move the best fit items at the top of the list
10663
10664 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10665
10666         * shell/ev-marshal.list:
10667         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10668         (activate_cb), (match_selected_cb), (activate_link_cb),
10669         (connect_proxy), (ev_page_action_class_init):
10670         * shell/ev-page-action.h:
10671
10672         Use signals to notify action activation. Hopefully
10673         I did not break completion since I cant test...
10674
10675         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10676         (register_custom_actions):
10677
10678         Connect to page selector actions and also grab focus on
10679         the view when activated.
10680
10681 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10682
10683         * pdf/ev-poppler.cc:
10684         * backend/ev-page-cache.c: make page size calculation consistent
10685         and set it to (int)( width * scale + 0.5).  This makes the weird
10686         line going through the middle of the page go away.
10687
10688         * shell/ev-view.c: move painting the background page after
10689         checking the expose area covers us.
10690
10691 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10692
10693         * data/evince-password.glade:
10694         
10695         Mark labels as not translatable. Fix for bug 302842.
10696
10697 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10698
10699         * configure.ac: Added "es" to ALL_LINGUAS.
10700
10701 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10702
10703         * data/evince-toolbar.xml:
10704         * shell/ev-window.c: (update_action_sensitivity),
10705         (ev_window_setup_document), (ev_window_set_page_mode),
10706         (ev_window_init):
10707
10708         Remove some leftover code from jrb first continous
10709         attempt. Use the new actions, we still need good icons
10710         though...
10711
10712 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10713
10714         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10715
10716         Update label when connecting proxy. Fix a warning with NULL
10717         page_cache.
10718
10719 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10720
10721         * data/evince-ui.xml:
10722         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10723         * shell/ev-page-action.h:
10724         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10725
10726         Add mnemonic for edit toolbar.
10727         ctrl+l focus the page entry.
10728
10729 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10730
10731         * lib/Makefile.am:
10732         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10733         (ev_window_init):
10734         * shell/main.c: (main):
10735
10736         Put the toolbar xml in evince own dot dir
10737
10738 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10739
10740         * shell/ev-window.c: (ev_window_init):
10741
10742         Make the toolbar not removable
10743
10744 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10745
10746         * data/evince-ui.xml:
10747         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10748         * shell/ev-sidebar-links.h:
10749         * shell/ev-sidebar-thumbnails.c:
10750         (ev_sidebar_thumbnails_get_treeview):
10751         * shell/ev-sidebar-thumbnails.h:
10752         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10753         (ev_view_class_init):
10754         * shell/ev-view.h:
10755         * shell/ev-window.c: (update_action_sensitivity),
10756         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10757         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10758         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10759         (ev_window_init):
10760
10761         This is evil... Make space/backspace global accelerators but
10762         enable them only for some widgets (sidebars and view).
10763         I dont like it, but I dont know a better way... :/
10764
10765 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10766
10767         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10768         (ev_page_action_widget_finalize),
10769         (ev_page_action_widget_class_init), (update_page_cache):
10770
10771         Keep a weak reference on proxy->page_cache so that we
10772         dont try to disconnect the signal if the object is already
10773         gone. Maybe there is a better way to cleanup reference handling
10774         in page action though...
10775
10776 2005-05-10  Juerg Billeter  <j@bitron.ch>
10777
10778         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10779         * backend/ev-ps-exporter.h:
10780         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10781         * ps/ps-document.c: (ps_document_ps_export_begin):
10782         
10783         Change api to pass print range to ps_exporter_begin. The pdf backend
10784         requires this information.
10785         
10786         * shell/ev-print-job.c: (idle_print_handler):
10787         
10788         Adapt to api change
10789
10790 2005-05-10  Juerg Billeter  <j@bitron.ch>
10791
10792         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10793         (idle_print_handler)
10794         * shell/ev-window.c: (ev_window_print):
10795
10796         Support printing page range, based on patch by Amaury Jacquot
10797
10798 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10799
10800         * data/evince-toolbar.xml:
10801
10802         Add zoom control to available items
10803
10804 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10805
10806         * shell/ev-window.c: (update_action_sensitivity):
10807
10808         Set slash action insensitive when appropriate
10809
10810 2005-05-10  Christian Persch <chpe@gnome.org>
10811
10812         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10813
10814         Fix warning on the overflow menu
10815
10816 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10817
10818         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10819
10820         Check for uri correctness/existence
10821
10822 2005-05-09  Juerg Billeter  <j@bitron.ch>
10823
10824         * shell/ev-window.c: (using_postscript_printer):
10825
10826         LPD printers use postscript, too
10827
10828 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10829
10830         * shell/ev-window.c: (register_custom_actions):
10831
10832         The zoom one is actually sort of useful,
10833         put it back
10834
10835 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10836
10837         * shell/ev-window.c: (register_custom_actions):
10838
10839         Hide page/zoom controls from overflow, they
10840         are useless.
10841
10842 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10843
10844         * cut-n-paste/update-from-egg.sh:
10845         
10846         Share it between all cut-n-paste subdirs
10847
10848         * cut-n-paste/recent-files/Makefile.am:
10849
10850         Fix to use "global" update-from-egg.sh
10851
10852         * cut-n-paste/recent-files/egg-recent-model.c:
10853         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10854         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10855         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10856         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10857
10858         Update from libegg
10859
10860         * cut-n-paste/toolbar-editor/Makefile.am:
10861
10862         Fix to use "global" update-from-egg.sh
10863
10864         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10865
10866         Update from libegg
10867
10868 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10869
10870         * configure.ac:
10871         * cut-n-paste/Makefile.am:
10872         * cut-n-paste/recent-files/Makefile.am:
10873         * cut-n-paste/toolbar-editor/.cvsignore:
10874         * cut-n-paste/toolbar-editor/Makefile.am:
10875         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10876         (egg_editable_toolbar_get_type), (get_toolbar_position),
10877         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10878         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10879         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10880         (set_item_drag_source), (create_item_from_action), (create_item),
10881         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10882         (popup_toolbar_context_menu_cb), (free_dragged_item),
10883         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10884         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10885         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10886         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10887         (item_added_cb), (item_removed_cb),
10888         (egg_editable_toolbar_construct),
10889         (egg_editable_toolbar_disconnect_model),
10890         (egg_editable_toolbar_deconstruct),
10891         (egg_editable_toolbar_set_model),
10892         (egg_editable_toolbar_set_ui_manager),
10893         (egg_editable_toolbar_set_property),
10894         (egg_editable_toolbar_get_property),
10895         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10896         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10897         (egg_editable_toolbar_new_with_model),
10898         (egg_editable_toolbar_get_edit_mode),
10899         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10900         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10901         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10902         (new_pixbuf_from_widget), (new_separator_pixbuf),
10903         (update_separator_image), (style_set_cb),
10904         (_egg_editable_toolbar_new_separator_image),
10905         (egg_editable_toolbar_get_model):
10906         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10907         * cut-n-paste/toolbar-editor/egg-marshal.c:
10908         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10909         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10910         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10911         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10912         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10913         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10914         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10915         (editor_drag_data_delete_cb), (drag_data_get_cb),
10916         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10917         (editor_create_item), (update_editor_sheet), (setup_editor),
10918         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10919         (parse_item_list), (model_has_action), (update_actions_list),
10920         (egg_toolbar_editor_load_actions):
10921         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10922         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10923         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10924         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10925         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10926         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10927         (egg_toolbars_model_add_separator), (impl_add_item),
10928         (parse_item_list), (egg_toolbars_model_add_toolbar),
10929         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10930         (impl_get_item_data), (impl_get_item_type),
10931         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10932         (egg_toolbars_model_init), (free_toolbar),
10933         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10934         (egg_toolbars_model_remove_toolbar),
10935         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10936         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10937         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10938         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10939         (egg_toolbars_model_get_item_data),
10940         (egg_toolbars_model_get_item_type):
10941         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10942         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10943         * data/Makefile.am:
10944         * data/evince-toolbar.xml:
10945         * data/evince-ui.xml:
10946         * data/hand-open.png:
10947         * po/POTFILES.in:
10948         * shell/Makefile.am:
10949         * shell/ev-window.c: (update_chrome_visibility),
10950         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10951         (ev_window_dispose), (ev_window_init):
10952
10953         Implement epiphany like toolbar editor. Based on patch by
10954         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10955
10956 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10957
10958         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10959
10960         Use set_cursor instead of set_selection, so that
10961         the keyboard focus moves too.
10962
10963 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10964
10965         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10966
10967         Fix infinite loop when loading Type1 fonts
10968
10969 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10970
10971         * data/evince-ui.xml:
10972         * shell/ev-window.c:
10973
10974         Slash -> Find
10975
10976 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10977
10978         * configure.ac:
10979
10980         Make --disable really disable
10981
10982 2005-05-07  Juerg Billeter  <j@bitron.ch>
10983
10984         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10985
10986         Compare page labels even without has_labels set, fixes setting page
10987         with entry
10988
10989 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10990
10991         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10992         (ev_view_set_cursor), (ev_view_button_press_event),
10993         (ev_view_motion_notify_event), (ev_view_button_release_event),
10994         (ev_view_init):
10995
10996         Implement middle button scrolling. Based on a patch
10997         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10998
10999 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11000
11001         * shell/ev-document-types.c: (get_slow_mime_type),
11002         (get_document_type_from_mime), (ev_document_type_lookup):
11003         * shell/ev-document-types.h:
11004
11005         Change api to lookup from uri. Do fast lookup first, if the
11006         type is unknown try with data sniffing.
11007
11008         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11009         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11010
11011         Adapt to api change
11012
11013 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11014
11015         * thumbnailer/Makefile.am:
11016
11017         Fix distcheck
11018
11019 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11020
11021         * NEWS:
11022         * configure.ac:
11023
11024         Release 0.3.0
11025
11026         * data/evince-ui.xml:
11027
11028         Hide presentation mode for now
11029
11030         * shell/ev-view.c: (highlight_find_results):
11031
11032         Show current find selection only on current page
11033
11034 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11035
11036         * shell/ev-view.c: (ev_view_select_all):
11037
11038         Compute size of the actual page, not of
11039         the current one.
11040
11041 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11042
11043         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11044         (view_rect_to_doc_rect), (compute_selections),
11045         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11046         (ev_view_copy), (ev_view_primary_get_cb),
11047         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11048         (ev_view_button_press_event), (ev_view_motion_notify_event),
11049         (ev_view_button_release_event), (page_changed_cb):
11050
11051         Fix text selection
11052
11053 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11054
11055         * shell/ev-view.c: (compute_border), (get_page_extents),
11056         (doc_rect_to_view_rect), (highlight_find_results),
11057         (ev_view_bin_expose), (ev_view_select_all),
11058         (ev_view_motion_notify_event), (update_find_status_message),
11059         (jump_to_find_result), (jump_to_find_page):
11060
11061         First go at fixing search, still buggy
11062
11063 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11064
11065         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11066         dropdown box and button at the top of the sidebar.
11067
11068 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11069
11070         * configure.ac: Output zoom-control Makefile.
11071         * cut-n-paste/Makefile.am: build zoom-control subdir.
11072         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11073         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11074         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11075         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11076         * cut-n-paste/zoom-control/ephy-zoom.c:
11077         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11078         from epiphany, and modified to add a separator into the menu.
11079         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11080         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11081         zoom-control action.
11082         * shell/Makefile.am: Include zoom-control flags.
11083         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11084         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11085         (ev_view_zoom_for_size_presentation),
11086         (ev_view_zoom_for_size_continuous_and_dual_page),
11087         (ev_view_zoom_for_size_continuous),
11088         (ev_view_zoom_for_size_dual_page),
11089         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11090         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11091         ev_view_get_zoom and ev_view_get_sizing_mode.
11092         * shell/ev-view.h:
11093         * shell/ev-window.c: (update_action_sensitivity),
11094         (update_sizing_buttons), (zoom_control_changed_cb),
11095         (register_custom_actions): Initialize and use the zoom-control 
11096         widget.
11097
11098 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11099
11100         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11101         preview cache back to 1.  Don't know when it got set to 0.
11102         
11103         * shell/ev-view.c: (compute_border), (ev_view_realize),
11104         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11105         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11106         (ev_view_get_fullscreen), (ev_view_set_presentation),
11107         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11108         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11109         * shell/ev-view.h:
11110         * shell/ev-window.c:
11111         (update_chrome_visibility),
11112         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11113         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11114         (update_document_mode), (ev_window_update_fullscreen_action),
11115         (ev_window_fullscreen), (ev_window_unfullscreen),
11116         (ev_window_cmd_view_fullscreen),
11117         (ev_window_update_presentation_action),
11118         (ev_window_run_presentation), (ev_window_stop_presentation),
11119         (ev_window_cmd_view_presentation), (ev_window_state_event),
11120         (ev_window_focus_in_event), (ev_window_focus_out_event),
11121         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11122         * data/evince-ui.xml: Initial presentation mode.  We should
11123         probably hide this until it's done, as it's quite rough.  Also,
11124         change full-screen to fullscreen and add two getters to EvView.
11125
11126 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11127
11128         * shell/ev-page-action.c: (update_page_cache),
11129         (ev_page_action_dispose):
11130         * shell/ev-window.c: (destroy_fullscreen_popup),
11131         (ev_window_create_fullscreen_popup):
11132
11133         Use connect_object rather than explicitly
11134         disconnect on dispose.
11135
11136 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11137
11138         * shell/ev-page-action.c: (update_page_cache),
11139         (ev_page_action_dispose):
11140
11141 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11142
11143         * backend/ev-page-cache.c: (_ev_page_cache_new),
11144         (ev_page_cache_set_page_label),
11145         (ev_page_cache_has_nonnumeric_page_labels):
11146         * backend/ev-page-cache.h:
11147         * shell/ev-page-action.c: (update_pages_label):
11148         
11149         If all page labels are numeric, fallback to default
11150         way to display number of pages. See bug 173185.
11151
11152 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11153
11154         * shell/ev-page-action.c: (ev_page_action_dispose):
11155         * shell/ev-view.c: (view_update_range_and_current_page):
11156         * shell/ev-window.c: (ev_window_dispose):
11157         
11158         Set page on scroll in continuous mode. Fixes bug 301986.
11159         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11160
11161 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11162
11163         * configure.ac:
11164
11165         Require poppler 0.3.0
11166
11167 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11168         
11169         * shell/Makefile.am, configure.ac: Fix build problems
11170         with t1lib. Bug 301996.
11171
11172 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11173
11174         * shell/ev-view.c: (ev_view_scroll_event):
11175         
11176         Scroll up increase zoom
11177
11178 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11179
11180         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11181         (ev_view_set_sizing_mode),
11182         (ev_view_zoom_for_size_continuous_and_dual_page),
11183         (ev_view_zoom_for_size_continuous):
11184         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11185         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11186         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11187         (ev_window_init):
11188
11189         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11190         Fix for 165473 and 165472.
11191
11192 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11193
11194         * po/POTFILES.in:
11195         * thumbnailer/Makefile.am:
11196         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11197         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11198         * thumbnailer/evince-thumbnailer.schemas.in:
11199         
11200         Make thumbnailer schemas translatable. Fix for bug 301773
11201         
11202         * thumbnailer/evince-thumbnailer-djvu.schemas:
11203         * thumbnailer/evince-thumbnailer-dvi.schemas:
11204         * thumbnailer/evince-thumbnailer.schemas:
11205
11206         Removed files
11207
11208 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11209
11210         * shell/ev-view.c (ev_view_init): forgot to set this.
11211
11212 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11213
11214         * shell/ev-view.c: (find_page_at_location),
11215         (get_link_at_location),
11216         (ev_view_set_show_border), (ev_view_set_spacing),
11217         (ev_view_zoom_for_size_continuous_and_dual_page),
11218         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11219         Also, add a quick fix measuring of widths.  Also, removed
11220         ev_view_set_spacing and ev_view_set_show_border.
11221         
11222         * shell/ev-window.c: (ev_window_unfullscreen),
11223         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11224
11225 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11226
11227         * shell/ev-view.c: (view_update_range_and_current_page),
11228         (page_changed_cb):
11229         
11230         Fix crash on exit and scrolling to page in continuous view.
11231
11232 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11233
11234         * TODO:
11235         * backend/ev-page-cache.c: (_ev_page_cache_new),
11236         (ev_page_cache_get_max_width_size),
11237         (ev_page_cache_get_max_height_size):
11238         * backend/ev-page-cache.h:
11239         * data/evince-ui.xml:
11240         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11241         * shell/ev-view.c: (view_update_adjustments),
11242         (view_update_range_and_current_page), (get_bounding_box_size),
11243         (ev_view_size_request_continuous_and_dual_page),
11244         (ev_view_size_request_continuous),
11245         (ev_view_size_request_dual_page),
11246         (ev_view_size_request_single_page), (ev_view_size_request),
11247         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11248         (ev_view_bin_expose), (ev_view_expose_event),
11249         (ev_view_set_property), (ev_view_get_property),
11250         (ev_view_class_init), (ev_view_init), (ev_view_new),
11251         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11252         (ev_view_set_dual_page), (ev_view_set_full_screen),
11253         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11254         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11255         (ev_view_zoom_out), (zoom_for_size_fit_width),
11256         (zoom_for_size_best_fit),
11257         (ev_view_zoom_for_size_continuous_and_dual_page),
11258         (ev_view_zoom_for_size_continuous),
11259         (ev_view_zoom_for_size_dual_page),
11260         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11261         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11262         * shell/ev-view.h:
11263         * shell/ev-window.c: (update_action_sensitivity),
11264         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11265         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11266         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11267         (ev_window_cmd_view_zoom_out), (update_view_size),
11268         (ev_window_set_sizing_mode), (ev_window_init):
11269
11270         Add Continuous and Dual page modes.
11271
11272 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11273
11274         * dvi/dvi-document.c: (dvi_document_load),
11275         (dvi_document_thumbnails_get_thumbnail),
11276         (dvi_document_init_params): Fix up some mixups between
11277         width and height to correct thumbnail rendering.
11278
11279 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11280
11281         * dvi/mdvi-lib/private.h:
11282         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11283         
11284         Suppess output for kpathsea during font generation. Thanks to
11285         James Bowes
11286
11287 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11288
11289         * NEWS:
11290         * configure.ac:
11291
11292         Release 0.2.1
11293
11294         * Makefile.am: fix distcheck.
11295
11296 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11297
11298         * shell/ev-sidebar-links.c: (selection_changed_callback),
11299         (update_page_callback), (row_activated_callback),
11300         (job_finished_callback), (ev_sidebar_links_set_document):
11301         
11302         Fix for bug #169901. Double click on links expands tree.
11303
11304 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11305
11306         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11307         hard-coded style. Fix for bug 170111
11308
11309 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11310
11311         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11312         locking.
11313
11314 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11315
11316         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11317
11318 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11319
11320         * pdf/ev-poppler.cc:
11321         * shell/ev-view.c: (highlight_find_results):
11322
11323         Fix find on single page documents
11324
11325 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11326
11327         * data/evince.schemas.in: fix for bug 301390
11328
11329 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11330
11331         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11332         (ev_view_zoom_out), (ev_view_zoom_normal):
11333         * shell/ev-view.h:
11334         * shell/ev-window.c: (update_action_sensitivity),
11335         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11336         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11337         (ev_window_cmd_view_normal_size):
11338
11339         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11340         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11341         better than oom. 
11342
11343 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11344
11345         * configure.ac:
11346
11347         Depend on 2.57, 2.59 doesnt seem to be necessary
11348
11349 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11350
11351         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11352         (create_tool_item):
11353
11354         Put back total number of pages as (1 of 1234)
11355
11356 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11357
11358         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11359         remove the job.
11360
11361         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11362         function.  This helps debugging.
11363
11364 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11365
11366         * djvu/djvu-document.c: (djvu_document_class_init),
11367         (djvu_document_get_info), (djvu_document_document_iface_init):
11368         * dvi/dvi-document.c: (dvi_document_class_init),
11369         (dvi_document_get_info), (dvi_document_document_iface_init):
11370
11371         Dummy implementation of get_info method for dvi and
11372         djvu. Fix crashes with those backends
11373
11374 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11375
11376         * data/evince.desktop.in:
11377
11378         Add application/x-gzpostscript
11379
11380 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11381
11382         * data/evince.schemas.in: Added real long descriptions, 
11383         closes bug 172496 
11384
11385         * README: Added actual text, closes bug 171869
11386
11387 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11388
11389         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11390
11391         Thumbnail page 0
11392
11393 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11394
11395         * backend/ev-document-info.h:
11396
11397         s/GDate */GDate so we can just use g_free
11398
11399 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11400
11401         * shell/ev-window.c: (update_document_mode),
11402         (ev_window_setup_document):
11403
11404         Show the window in fullscreen when specified by
11405         the document
11406
11407 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11408
11409         * backend/ev-document.c: (ev_document_class_init),
11410         (ev_document_get_info), (ev_document_render_pixbuf):
11411         * backend/ev-document.h:
11412         * backend/ev-page-cache.c: (_ev_page_cache_new):
11413         * pdf/ev-poppler.cc:
11414         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11415         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11416         * ps/ps-document.c: (ps_document_class_init), (document_load),
11417         (ps_document_get_info), (ps_document_document_iface_init):
11418
11419         Remove get_title from the interface, we can just use document info
11420
11421 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11422
11423         * backend/Makefile.am:
11424         * backend/ev-document.c: (ev_document_render_get_info):
11425         * backend/ev-document.h:
11426         * pdf/ev-poppler.cc:
11427
11428         Initial support for document info. Based on jrb patch.
11429
11430 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11431
11432         * shell/ev-window.c: (ev_window_state_event),
11433         (ev_window_class_init), (ev_window_init):
11434         
11435         Doesn't show resize grip when maximized. See bug #301053
11436
11437 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11438
11439         * po/POTFILES.in:
11440         
11441         ev-sidebar-thumbnails now has translatable labels
11442         
11443         * shell/Makefile.am:
11444         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11445         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11446         (ev_sidebar_links_page_iface_init):
11447         * shell/ev-sidebar-links.h:
11448         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11449         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11450         (ev_sidebar_page_get_label):
11451         * shell/ev-sidebar-page.h:
11452         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11453         (ev_sidebar_thumbnails_set_document),
11454         (ev_sidebar_thumbnails_support_document),
11455         (ev_sidebar_thumbnails_get_label),
11456         (ev_sidebar_thumbnails_page_iface_init):
11457         * shell/ev-sidebar-thumbnails.h:
11458         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11459         (ev_sidebar_set_document):
11460         * shell/ev-sidebar.h:
11461         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11462         
11463         Small rework of sidebar code. Now sidebar pages should implement
11464         EvSidebarPage interface. That makes page management in EvSidebar
11465         easier. See bug #164811 for details
11466
11467 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11468
11469         * shell/ev-application.c: (ev_application_open):
11470         * shell/ev-document-types.c:
11471         
11472         Fix build error and small problem with application exit
11473
11474 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11475
11476         * thumbnailer/Makefile.am:
11477         * thumbnailer/evince-thumbnailer-djvu.schemas:
11478         * thumbnailer/evince-thumbnailer-dvi.schemas:
11479         
11480         Conditionally install schemas for djvu/dvi thumbnailer
11481
11482 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11483
11484         * shell/ev-document-types.h: 
11485         * shell/ev-document-types.c: 
11486         New files, handling the mapping from mimetypes to backends
11487         
11488         * shell/ev-window.c: 
11489         * thumbnailer/evince-thumbnailer.c:     
11490         Use the ev-document-types code
11491         
11492         * shell/Makefile.am: 
11493         Added new convenience library libevbackendfactory_la, containing
11494         the new mimetype->backend logic; moved the backends into it.
11495
11496         * thumbnailer/Makefile.am:
11497         Make the thumbnailer link with the libevbackend.la convenience
11498         library, rather than having a duplicate of the backend logic here.
11499
11500 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11501
11502         * shell/ev-stock-icons.c: constify some vars.
11503         * shell/ev-window.c: ditto.
11504
11505 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11506
11507         * ps/ps-document.c (get_page_orientation):
11508
11509         Respect document orientation 
11510
11511 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11512
11513         * djvu/Makefile.am:
11514         * dvi/Makefile.am:
11515         * shell/Makefile.am:
11516         
11517         Move library dependencies to components.
11518         
11519         * shell/ev-window.c: (update_window_title),
11520         (start_loading_document):
11521         
11522         Fix display of uris with spaces. Bug 168358.
11523
11524 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11525
11526         * shell/ev-sidebar-links.c: (selection_changed_cb):
11527         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11528         (ev_view_button_release_event), (ev_view_set_document):
11529         * shell/ev-view.h:
11530         * shell/ev-window.c: (find_bar_search_changed_cb):
11531         * shell/ev-window.h: Minor cleanups removing some dead code.
11532
11533 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11534
11535         * backend/ev-page-cache.c: (_ev_page_cache_new):
11536         
11537         Set current page to 0 if document has pages.
11538
11539 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11540
11541         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11542
11543         Initialize GError to NULL, fix a crash when loading fails.
11544
11545 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11546
11547         * shell/ev-window.c: (update_view_size):
11548
11549         Calculate shadow size only when there is actually
11550         a shadow.
11551
11552 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11553
11554         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11555         * shell/ev-view.h:
11556
11557         Allow setting view spacing, default to 0
11558
11559         * shell/ev-window.c: (ev_window_unfullscreen),
11560         (ev_window_cmd_view_fullscreen), (ev_window_init):
11561
11562         Remove spacing in fullscreen mode
11563
11564 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11565
11566         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11567         (ev_view_size_request), (expose_bin_window),
11568         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11569         * shell/ev-view.h:
11570         * shell/ev-window.c: (ev_window_unfullscreen),
11571         (ev_window_cmd_view_fullscreen):
11572
11573         Do not draw the border in fulscreen
11574
11575 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11576
11577         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11578         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11579         (find_page_at_location), (page_changed_cb):
11580
11581         Rework border calculation, so that I can more easily disable it.
11582         Code somewhat cleaner too.
11583
11584 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11585
11586         * backend/ev-page-cache.c: (ev_page_cache_init),
11587         (_ev_page_cache_new):
11588
11589         Remove some assertions, documents can have 0 pages.
11590         Make initial current page -1.
11591
11592         * shell/ev-page-action.c: (page_changed_cb):
11593
11594         Show "" if current page is -1
11595
11596         * shell/ev-window.c: (update_action_sensitivity),
11597         (ev_window_setup_document):
11598
11599         When document has 0 pages do not set the view
11600         and make nearly everything insensitive.
11601
11602 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11603
11604         * shell/ev-page-view.c:
11605         * shell/ev-page-view.h:
11606
11607         Remove unused files.
11608         
11609         * shell/ev-sidebar-thumbnails.c:
11610         (ev_sidebar_thumbnails_set_document):
11611         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11612         (ev_sidebar_supports_document):
11613         * shell/ev-sidebar.h:
11614         * shell/ev-window.c: (ev_window_setup_document):
11615         
11616         Doesn't show thumbnails if document has 1 page. Make
11617         sidebar menu entries sensitive only if if they have 
11618         sense. Fix bug 164811. 
11619
11620 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11621
11622         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11623         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11624         (ev_view_zoom_out), (ev_view_set_size):
11625
11626         Rework sizing to deal with documents with not uniform page
11627         size.
11628
11629 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11630
11631         * backend/ev-page-cache.c: (_ev_page_cache_new):
11632
11633         Fix several page size caching bugs
11634
11635 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11636
11637         * shell/ev-window.c: (set_action_properties):
11638
11639         Make all toolbar items translatable
11640
11641 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11642
11643         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11644         (save_page_list), (ps_document_save),
11645         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11646         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11647         (ps_document_ps_exporter_iface_init):
11648         * ps/ps-document.h:
11649
11650         Based on a patch by J�rg Billeter <j@bitron.ch>
11651         
11652         Implement print and save a copy for the ps backend.
11653
11654 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11655
11656         * backend/ev-document.h:
11657         * djvu/djvu-document.c: (djvu_document_can_get_text),
11658         (djvu_document_document_iface_init):
11659         * dvi/dvi-document.c: (dvi_document_can_get_text),
11660         (dvi_document_document_iface_init):
11661         * pdf/ev-poppler.cc:
11662         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11663         (pixbuf_document_document_iface_init):
11664         * ps/ps-document.c: (ps_document_can_get_text),
11665         (ps_document_document_iface_init):
11666         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11667         * shell/ev-window.c: (update_action_sensitivity):
11668
11669         Fix the crash when trying to copy in backends that doesnt
11670         support it. We can implement a better solution once we
11671         do real text selection.
11672
11673 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11674
11675         * data/evince-ui.xml:
11676         * shell/ev-window.c: (ev_window_cmd_escape):
11677         
11678         Work around the Escape conflict (find bar and unfullscreen)
11679
11680 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11681
11682         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11683         
11684         Fix for #300233. Next page correctly handles document end.
11685         
11686         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11687         (ev_sidebar_thumbnails_class_init),
11688         (ev_sidebar_thumbnails_set_document),
11689         (ev_sidebar_thumbnails_clear_job),
11690         (ev_sidebar_thumbnails_clear_model):
11691         
11692         Cleanup thumbnail jobs on document changes.
11693         
11694         * shell/ev-view.c: (add_scroll_binding_keypad),
11695         (add_scroll_binding_shifted), (ev_view_class_init):
11696         
11697         Shift + Space scrolls up. Fix for #173184
11698         
11699         * shell/ev-window.c: (ev_window_open_page),
11700         (ev_window_cmd_view_reload):
11701         
11702         Fix reload (Bug #300094)
11703
11704 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11705
11706         
11707         * dvi/mdvi-lib/assoc.c:
11708         * dvi/mdvi-lib/assoc.h: Removed garbage files
11709         
11710         * dvi/mdvi-lib/bitmap.c:
11711         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11712         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11713         * dvi/mdvi-lib/color.h: Antialias of rules
11714         
11715         * dvi/mdvi-lib/common.h:
11716         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11717         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11718         * dvi/mdvi-lib/files.c:
11719         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11720         * dvi/mdvi-lib/mdvi.h:
11721         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11722         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11723         * dvi/mdvi-lib/util.c: Fix compile warnings
11724         
11725         * dvi/dvi-document.c:
11726         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11727         (dvi_document_thumbnails_get_thumbnail),
11728         (dvi_document_document_thumbnails_iface_init):
11729         * dvi/mdvi-lib/Makefile.am:
11730         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11731         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11732         
11733         Dvi backend now renders thumbnails
11734
11735 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11736
11737         * shell/main.c: (main): 
11738         
11739         Save accelerators on exit. Fixes bug #172095.
11740
11741 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11742
11743         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11744         update priority" comment.
11745
11746         * backend/ev-job-queue.c: Give a way to change priority.
11747
11748 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11749
11750         * shell/ev-page-action.c: Fix logic.
11751
11752 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11753
11754         * shell/ev-view.c: (ev_view_can_find_next):
11755         * shell/ev-window.c: (ev_window_setup_document):
11756
11757         Check that the document supports find
11758
11759 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11760
11761         * data/evince-ui.xml:
11762         * shell/ev-view.c: (ev_view_can_find_next):
11763         * shell/ev-view.h:
11764         * shell/ev-window.c: (update_action_sensitivity),
11765         (find_changed_cb), (ev_window_setup_document),
11766         (ev_window_cmd_edit_find_next):
11767
11768         Add Edit->Find Next
11769
11770 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11771
11772         * pdf/ev-poppler.cc:
11773         * shell/ev-print-job.c: (idle_print_handler):
11774
11775         Make printing work again
11776
11777 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11778
11779         * shell/ev-page-action.h:
11780         * shell/ev-page-action.c: (ev_page_action_widget_init),
11781         (ev_page_action_widget_class_init), (page_changed_cb),
11782         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11783         (get_filter_model_from_model), (match_selected_cb),
11784         (display_completion_text), (match_completion), (update_model),
11785         (connect_proxy), (ev_page_action_set_property),
11786         (ev_page_action_get_property), (ev_page_action_set_document),
11787         (ev_page_action_set_model), (ev_page_action_class_init): Big
11788         reworking to make completions work iff we have >= GTK-2.7.0
11789                 
11790         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11791         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11792         (job_finished_cb): We now have a 'model' property that is set when
11793         the links are loaded.  This can be caught with "notify::model"
11794
11795         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11796         listen for the model to be set, and propagate it to the action.
11797
11798 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11799
11800         * cut-n-paste/recent-files/egg-recent-item.c:
11801         (egg_recent_item_set_uri), (make_valid_utf8),
11802         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11803         * cut-n-paste/recent-files/egg-recent-item.h:
11804         
11805         Update egg-recent from libegg. This should fix long
11806         startup problem. For details see
11807         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11808
11809 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11810
11811         * cut-n-paste/recent-files/Makefile.am:
11812         * data/evince-ui.xml, shell/Makefile.am:
11813         * shell/ev-application.c, shell/ev-application.h:
11814         * shell/ev-window.c: Recent files support.
11815         
11816         * configure.ac: Added "ru" to ALL_LINGUAS.
11817         
11818         * dvju: new backend to support DJVU files.
11819         * dvi: new backend to support DVI.
11820
11821         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11822         * ev-application.c: Support for new backends.
11823         
11824         * help, ev-window.c, main.c shell/Makefile.am: 
11825         Evince user documentation.
11826
11827 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11828
11829         * po/POTFILES.in:
11830         * shell/ev-window.c:
11831         * thumbnailer/evince-thumbnailer.c:
11832
11833         s/pdf-document/ev-poppler
11834
11835 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11836
11837         * NEWS:
11838         * configure.ac:
11839
11840         Release 0.2.0
11841
11842         * ps/ps-document.c: (setup_pixmap):
11843
11844         Remove debug code
11845
11846 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11847
11848         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11849         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11850         (ev_window_cmd_go_first_page): Fix of by one errors.
11851
11852 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11853
11854         * ps/ps-document.c: (get_page_box):
11855
11856         Fix page size calculation
11857
11858 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11859
11860         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11861         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11862         (get_page_orientation), (setup_page), (document_load),
11863         (ps_document_get_page_size), (render_pixbuf_idle):
11864         * ps/ps-document.h:
11865
11866         More refactoring to adapt to EvDocument changes
11867
11868 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11869
11870         * ps/ps-document.c: (start_interpreter):
11871
11872         Actually add alpha args
11873
11874 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11875
11876         * pdf/ev-poppler.cc:
11877
11878         Make clipboard work again
11879
11880 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11881
11882         Make searching work again.
11883         
11884         * backend/ev-document.c:
11885         * backend/ev-document.h:
11886         * backend/ev-document-find.c:
11887         * backend/ev-document-find.h: Change EvDocumentIface so we no
11888         longer store the current page or zoom level in the document.  The
11889         consequence is that all calls that operate on the current page now
11890         instead take the page number as an extra argument, and all
11891         coordinates are now doubles in document coordinate system.
11892
11893         * pdf/ev-poppler.cc:
11894         * pixbuf/pixbuf-document.c:
11895         * ps/ps-document.c: Update backends accordingly.
11896
11897 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11898
11899         * autogen.sh:
11900
11901         Add required gettext version
11902
11903 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11904
11905         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11906         make F1 bring up non-existent help.
11907
11908         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11909         epiphany's find bar, #167477
11910
11911         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11912         <emil@nishra.com> to add space-bar scrolling, 
11913
11914         * shell/ev-window.c (static GtkActionEntry entries): add default
11915         keybinding for Help (F1)
11916         Fixes #171068
11917
11918         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11919         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11920         170110
11921
11922 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11923
11924         * Makefile.am: 
11925         * pixbuf/pixbuf-document.c: 
11926
11927         Got pixbuf backend working again
11928
11929 2005-04-01  Steve Murphy  <murf@e-tools.com>
11930
11931         * configure.in: Added "rw" to ALL_LINGUAS.
11932
11933 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11934
11935         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11936         model types, noticed by Martin Kretzschmar.
11937
11938 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11939
11940         * pdf/ev-poppler.cc: Implement search based on
11941         poppler_page_find_text().  Currently a bit crude since we remember
11942         all matches from all pages.  Also, we grab the big document lock
11943         when we search since searching changes the underlying stream and
11944         thus conflicts with the rendering thread.
11945         
11946         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11947         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11948         (ev_view_find_previous): Fix some page indexes to be 0 based,
11949         offset rubber band by view offset,
11950
11951 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11952
11953         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11954
11955 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11956
11957         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11958         completely because I didn't understand GtkActions.  I should
11959         read Marco's code more carefully in the future.
11960
11961         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11962         function
11963
11964 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11965
11966         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11967         PopplerRectangle change from poppler CVS.
11968
11969 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11970
11971         * backend/ev-document.c: (ev_document_get_page_label):
11972         * backend/ev-document.h:
11973         * backend/ev-page-cache.c: (_ev_page_cache_new),
11974         (ev_page_cache_get_page_label):
11975         * backend/ev-page-cache.h:
11976         * pdf/ev-poppler.cc:
11977         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11978         (links_page_num_func):
11979         * shell/ev-sidebar-thumbnails.c:
11980         (ev_sidebar_thumbnails_set_document):
11981         * shell/ev-view.c: (status_message_from_link),
11982         (ev_view_motion_notify_event):
11983         * shell/ev-window.c: (document_supports_sidebar): Add in page
11984         label support.  It's not perfect yet, but it's the first 'feature'
11985         in a while.
11986         Also, fix a bogus comment noticed by crispin. 
11987
11988 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11989
11990         * Makefile.am: Remove pixbuf backend for now
11991
11992         * configure.ac: Require poppler-glib instead of just poppler.
11993
11994         * backend/ev-document-thumbnails.h: Add a comment
11995
11996         * backend/ev-document.h:
11997         * backend/ev-document.c: (ev_document_class_init),
11998         (ev_document_load), (ev_document_get_link),
11999         (ev_document_get_links): Remove 3 methods and add get_links.
12000         Also, made 0 based.
12001
12002         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12003         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12004
12005         * backend/ev-link.c: (ev_link_set_title),
12006         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12007         (ev_link_mapping_find):
12008         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12009         
12010         * backend/ev-page-cache.c: (ev_page_cache_init),
12011         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12012         (ev_page_cache_get_size), (ev_page_cache_next_page),
12013         (ev_page_cache_prev_page): Fix to be 0 based.
12014
12015         * pdf/Makefile.am: 
12016         * pdf/ev-poppler.h:
12017         * pdf/ev-poppler.cc: New backend.
12018         
12019         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12020         (ps_document_get_page), (ps_document_document_iface_init):
12021
12022         * shell/ev-pixbuf-cache.h:
12023         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12024         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12025         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12026         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12027         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12028         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12029         based.
12030         
12031         * shell/ev-sidebar-thumbnails.c:
12032         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12033         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12034
12035         * shell/ev-view.c: (status_message_from_link),
12036         (find_page_at_location), (get_link_at_location),
12037         (ev_view_motion_notify_event), (ev_view_button_release_event),
12038         (ev_view_init): Use the new link code.  Fix to be 0 based.
12039
12040         * shell/ev-window.c: (update_action_sensitivity),
12041         (document_supports_sidebar): 0 based.
12042
12043 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12044
12045         * pdf/pdf-document.cc: Patch from Fernando Herrera
12046         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12047         *blush*
12048
12049 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12050
12051         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12052         1 to the page, as this seems to be 1 based.  I thought we has this
12053         fixed.  grump.
12054
12055 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12056
12057         * TODO:
12058         * backend/Makefile.am:
12059         * backend/ev-document-links.c:
12060         (ev_document_links_has_document_links),
12061         (ev_document_links_get_links_model):
12062         * backend/ev-document-links.h:
12063         * backend/ev-document.c: (ev_document_get_page_cache),
12064         (ev_document_get_doc_mutex), (ev_document_load),
12065         (ev_document_save), (ev_document_get_title),
12066         (ev_document_get_n_pages), (ev_document_set_page),
12067         (ev_document_get_page), (ev_document_set_target),
12068         (ev_document_set_scale), (ev_document_set_page_offset),
12069         (ev_document_get_page_size), (ev_document_get_text),
12070         (ev_document_get_link), (ev_document_render),
12071         (ev_document_render_pixbuf), (ev_document_scale_changed):
12072         * backend/ev-document.h:
12073         * backend/ev-job-queue.c: (remove_object_from_queue),
12074         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12075         (no_jobs_available_unlocked), (ev_render_thread),
12076         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12077         (ev_job_queue_remove_job):
12078         * backend/ev-job-queue.h:
12079         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12080         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12081         (ev_job_links_class_init), (ev_job_render_init),
12082         (ev_job_render_dispose), (ev_job_render_class_init),
12083         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12084         (ev_job_thumbnail_class_init), (ev_job_finished),
12085         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12086         (ev_job_render_run), (ev_job_thumbnail_new),
12087         (ev_job_thumbnail_run):
12088         * backend/ev-jobs.h:
12089         * backend/ev-link.c:
12090         * backend/ev-link.h:
12091         * backend/ev-page-cache.c: (ev_page_cache_init),
12092         (ev_page_cache_class_init), (ev_page_cache_finalize),
12093         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12094         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12095         (ev_page_cache_set_link), (ev_page_cache_get_title),
12096         (ev_page_cache_get_size), (ev_page_cache_next_page),
12097         (ev_page_cache_prev_page):
12098         * backend/ev-page-cache.h:
12099         * pdf/pdf-document.cc:
12100         * ps/gsdefaults.c:
12101         * ps/gsdefaults.h:
12102         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12103         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12104         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12105         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12106         (is_interpreter_ready), (output), (catchPipe), (input),
12107         (start_interpreter), (check_filecompressed), (compute_dimensions),
12108         (ps_document_enable_interpreter), (document_load),
12109         (ps_document_next_page), (render_page), (ps_document_set_page),
12110         (ps_document_set_scale), (render_pixbuf_idle),
12111         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12112         * ps/ps-document.h:
12113         * shell/Makefile.am:
12114         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12115         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12116         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12117         (ev_pixbuf_cache_new), (job_finished_cb),
12118         (check_job_size_and_unref), (move_one_job),
12119         (ev_pixbuf_cache_update_range), (find_job_cache),
12120         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12121         (ev_pixbuf_cache_add_jobs_if_needed),
12122         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12123         * shell/ev-pixbuf-cache.h:
12124         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12125         (idle_print_handler):
12126         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12127         (selection_changed_cb), (create_loading_model),
12128         (ev_sidebar_links_construct), (links_page_num_func),
12129         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12130         (update_page_callback), (job_finished_cb),
12131         (ev_sidebar_links_set_document):
12132         * shell/ev-sidebar-thumbnails.c:
12133         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12134         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12135         (page_changed_cb), (thumbnail_job_completed_callback),
12136         (ev_sidebar_thumbnails_set_document):
12137         * shell/ev-sidebar-thumbnails.h:
12138         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12139         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12140         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12141         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12142         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12143         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12144         (ev_view_button_release_event), (ev_view_scroll_view),
12145         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12146         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12147         (ev_view_new), (job_finished_cb), (page_changed_cb),
12148         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12149         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12150         (ev_view_find_previous):
12151         * shell/ev-view.h:
12152         * shell/ev-window.c: (update_action_sensitivity),
12153         (ev_window_open_page), (update_window_title), (update_total_pages),
12154         (page_changed_cb), (ev_window_setup_document),
12155         (password_dialog_response), (ev_window_cmd_save_as),
12156         (ev_window_print), (ev_window_cmd_go_previous_page),
12157         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12158         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12159         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12160         * shell/main.c: (main):
12161
12162         Merge evince-threads branch
12163
12164 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12165
12166         * configure.ac: Added "lt" to ALL_LINGUAS.
12167
12168 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12169
12170         * NEWS:
12171         * configure.ac:
12172
12173         Release 0.1.9
12174
12175 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12176
12177         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12178
12179         Fix here also the thumbnails 1-basedness :)
12180
12181 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12182
12183         * NEWS:
12184         * configure.ac:
12185
12186         Release 0.1.8
12187
12188 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12189
12190         * pdf/pdf-document.cc:
12191         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12192         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12193
12194         Fix the mess we did with thumbnails and 1-basedness
12195
12196 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12197
12198         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12199
12200 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12201
12202         * NEWS:
12203         * configure.ac:
12204
12205         Release 0.1.7
12206
12207 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12208
12209         * ps/Makefile.am:
12210         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12211         (gtk_gs_defaults_get_alpha_parameters),
12212         (gtk_gs_defaults_get_ungzip_cmd),
12213         (gtk_gs_defaults_get_unbzip2_cmd):
12214         * ps/gsdefaults.h:
12215         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12216         (ps_document_get_orientation), (document_load),
12217         (ps_document_goto_page), (ps_document_set_page_size):
12218         * ps/ps-document.h:
12219
12220         Some more sanitization of the ps backend. Remove a lot
12221         of unused code and do not base our defaults on ggv
12222         preferences (ugh!)
12223
12224 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12225
12226         * thumbnailer/evince-thumbnailer.schemas:
12227         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12228         (main): add -s option for thumbnail size.
12229
12230 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12231
12232         * configure.ac:
12233
12234         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12235         remove it.
12236
12237 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12238
12239         * pdf/pdf-document.cc:
12240
12241         Remove 4 pixels of useless border from the
12242         thumbnail.
12243
12244 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12245
12246         * backend/ev-document-thumbnails.c:
12247         (ev_document_thumbnails_get_thumbnail):
12248         * backend/ev-document-thumbnails.h:
12249
12250         Rework API a bit. Add a border flag and
12251         change sizing logic (now the size we specify
12252         applies to the bigger dimension).
12253
12254         * pdf/pdf-document.cc:
12255         * pixbuf/pixbuf-document.c:
12256         (pixbuf_document_thumbnails_get_thumbnail):
12257         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12258         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12259
12260         Adapt to the new API and do not draw a border for nautilus
12261         thumbnailer.
12262
12263 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12264
12265         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12266         take thumbnails from page "0" instead of "1". Added a copyright header.
12267
12268 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12269
12270         * ps/ps-document.c: (set_up_page), (start_interpreter):
12271
12272         Make it C89 compliant
12273
12274 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12275
12276         * Makefile.am:
12277         * configure.ac:
12278         * pdf/.cvsignore:
12279         * pdf/pdf-document.cc:
12280         * thumbnailer/Makefile.am:
12281         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12282         (main):
12283         * thumbnailer/evince-thumbnailer.schemas:
12284         * thumbnailer/pdf-icon.png:
12285
12286         Add a nautilus thumbnailer.
12287         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12288
12289 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12290
12291         * NEWS:
12292         * configure.ac:
12293         * po/POTFILES.in:
12294
12295         Release 0.1.6
12296
12297 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12298
12299         Use poppler instead of including xpdf source code.  Poppler is a
12300         fork of xpdf to build it as a shared library. See
12301         http://freedesktop.org/wiki/Software/poppler.
12302
12303         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12304         xpdf fork.
12305         
12306         * pdf/Makefile.am: Build libpdfdocument.a here.
12307         
12308         * pdf/GDKSplashOutputDev.cc:
12309         * pdf/GDKSplashOutputDev.h:
12310         * pdf/GnomeVFSStream.cc:
12311         * pdf/GnomeVFSStream.h:
12312         * pdf-document.cc:
12313         * pdf-document.h:
12314         * test-gdk-output-dev.cc
12315         * Thumb.cc:
12316         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12317         against poppler.
12318
12319 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12320
12321         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12322
12323         Clear idle stack before unsetting the document
12324
12325 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12326
12327         * ps/ps-document.c: (ps_document_widget_event),
12328         (ps_document_set_target), (ps_document_finalize),
12329         (ps_document_get_page):
12330
12331         Disconnect the widget event signal on finalize.
12332         Some code cleanups.
12333
12334 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12335
12336         * ps/ps-document.c: (set_up_page):
12337
12338         If there is no bpixmap create one, even if size
12339         is not changed.
12340
12341 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12342
12343         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12344         (set_up_page), (document_load), (ps_document_set_zoom):
12345
12346         Default page is 0. Calculate size even when we have no
12347         target yet.
12348
12349 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12350
12351         * shell/ev-sidebar.c: expand the selection widget to be always as
12352         wide as the sidebar
12353
12354 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12355
12356         * shell/ev-sidebar-thumbnails.c:
12357         (ev_sidebar_thumbnails_set_document):
12358
12359         Clear the list store when setting document
12360
12361 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12362
12363         * shell/ev-page-action.c: (update_entry), (sync_entry),
12364         (activate_cb), (entry_size_request_cb), (create_tool_item),
12365         (connect_proxy):
12366
12367         Use an entry for the page control instead of spinbuttons
12368
12369 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12370
12371         * data/evince.schemas.in:
12372
12373         Correct confusing string
12374
12375 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12376
12377         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12378         for real.  Gosh, how long has this been broken.
12379
12380         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12381         check for a NULL link.  We crash otherwise.
12382
12383 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12384
12385         * NEWS:
12386         * configure.ac:
12387
12388         Release 0.1.5
12389
12390 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12391
12392         * configure.ac: add the french translation.
12393
12394 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12395
12396         * shell/ev-window.c:
12397
12398         Remove unused header -> fix distcheck
12399
12400 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12401
12402         * shell/ev-window.c: (update_window_title),
12403         (ev_window_popup_password_dialog):
12404
12405         Unescape filename for display
12406
12407 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12408
12409         * pdf/xpdf/pdf-document.cc:
12410
12411         In get_page_size deal with rotation. Also
12412         cleanup the function a bit.
12413
12414 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12415
12416         * pdf/xpdf/pdf-document.cc:
12417
12418         Fix crash when opening in new window
12419
12420 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12421
12422         * configure.ac:
12423
12424         Check ghostscript >= 7
12425
12426 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12427
12428         * shell/ev-window.c:
12429
12430         Make page width the default sizing mode
12431
12432 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12433         Marco Pesenti Gritti <marco@gnome.org>
12434
12435         * shell/ev-window.c: Remember the sidebar size
12436
12437         * data/evince.schemas.in: Add a new gconf key to store the size of
12438         the sidebar
12439
12440 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12441
12442         * data/evince-ui.xml:
12443         * shell/ev-window.c: (update_action_sensitivity),
12444         (ev_window_cmd_view_reload):
12445         
12446         Add a "Reload" action and menu entry
12447
12448 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12449
12450         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12451         iff the type doesn't support thumbnailing and indexing.
12452
12453 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12454
12455         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12456
12457 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12458
12459         * pdf/splash/Splash.cc:
12460
12461         Port fix for a crasher from kde bug
12462         http://bugs.kde.org/show_bug.cgi?id=97131
12463
12464 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12465
12466         * pdf/xpdf/pdf-document.cc:
12467
12468         Return a link even if it's of an unrecognized
12469         type. Otherwise we go in an infinte cycle.
12470
12471 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12472
12473         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12474         (size_allocate_cb), (ev_window_set_sizing_mode):
12475
12476         Update size when switching mode
12477
12478 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12479
12480         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12481         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12482         (ev_window_cmd_view_normal_size):
12483
12484         Fix size toggle buttons behavior
12485
12486 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12487
12488         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12489         (doc_rect_to_view_rect), (ev_view_size_allocate),
12490         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12491         (scale_changed_callback):
12492
12493         Do not cache offsets in size_allocate.
12494
12495 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12496
12497         * shell/ev-view.c: (ev_view_size_allocate):
12498
12499         Calculate offsets before calling the parent
12500         class (which does a redraw)
12501
12502 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12503
12504         * pdf/xpdf/pdf-document.cc:
12505
12506         Fix a crasher on exit. Unused code, put a TODO
12507
12508 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12509
12510         * backend/ev-document.c: (ev_document_class_init),
12511         (ev_document_page_changed), (ev_document_scale_changed):
12512         * backend/ev-document.h:
12513
12514         Separate page/scale notifications
12515
12516         * pdf/xpdf/pdf-document.cc:
12517
12518         Emit the new signals.
12519         Do not display the pdf page in _render, do it
12520         when scale/page are requested.
12521
12522         * ps/ps-document.c: (ps_document_set_zoom),
12523         (ps_document_widget_event):
12524         * ps/ps-document.h:
12525
12526         Emit the new signals.
12527
12528         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12529         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12530         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12531         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12532         * shell/ev-view.h:
12533         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12534         (ev_window_cmd_view_page_width), (size_allocate_cb),
12535         (ev_window_set_sizing_mode):
12536
12537         Rework sizing to be pixel based.
12538         There are bugs but should be already way better.
12539
12540 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12541
12542         * shell/ev-window.c: (ev_window_init):
12543
12544         Do not allow to shrink sidebar smaller then
12545         child requisition
12546
12547 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12548
12549         * shell/ev-sidebar.[ch]
12550         * shell/ev-window.c:
12551
12552         Improved sidebar widget. Fixes #166683
12553
12554 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12555
12556         * shell/ev-view.c (update_find_status_message): Give translators
12557         more flexibility with ngettext plural handling.
12558
12559 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12560
12561         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12562         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12563         page when we get the page size.
12564
12565 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12566
12567         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12568
12569         ps pages are 0 based, convert 
12570
12571 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12572
12573         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12574
12575         Initialize correct parent class. Set GError on document load
12576
12577 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12578
12579         * pdf/xpdf/pdf-document.cc:
12580
12581         Fixup selection offset calculation
12582
12583         * shell/ev-view.c: (view_rect_to_doc_rect),
12584         (doc_rect_to_view_rect), (ev_view_size_allocate),
12585         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12586         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12587
12588         Store selection as document relative, so that zooming
12589         and offset changing doesnt break it.
12590
12591 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12592
12593         * shell/ev-view.c: (ev_view_best_fit):
12594
12595         Do not try to best fit if the view is not realized
12596
12597 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12598           
12599         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12600
12601 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12602
12603         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12604
12605 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12606
12607         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12608         the popup window.  That prevents it resizing when in full screen
12609         mode.
12610
12611         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12612         multiple rerenders.  This pretty much sucks.
12613
12614         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12615         rest of the toolbar.
12616
12617 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12618
12619         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12620
12621 2005-02-17  Alexander Shopov  <ash@contact.bg>
12622
12623         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12624
12625 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12626
12627         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12628
12629 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12630
12631         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12632         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12633         (set_document_page), (document_changed_callback),
12634         (ev_view_set_document), (ev_view_find_previous),
12635         (ev_view_hide_cursor), (ev_view_show_cursor):
12636         * shell/ev-view.h:
12637         * shell/ev-window.c: (update_chrome_visibility),
12638         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12639         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12640         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12641         (ev_window_unfullscreen):
12642         * shell/main.c: (main):
12643
12644         Automatically hide the fullscreen button.
12645         Patch by Kristian Høgsberg <krh@redhat.com>
12646
12647 2005-02-16  Vincent Noel  <vnoel@cox.net>
12648
12649         * shell/main.c (main): Specify an icon for the window. Patch by
12650         Jaap A. Haitsma. Fixes #166177.
12651
12652 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12653
12654         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12655
12656 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12657
12658         * backend/ev-document-misc.h:
12659         * backend/ev-document-misc.c:
12660         (ev_document_misc_get_page_border_size),
12661         (ev_document_misc_paint_one_page): New function to canonicalize
12662         sizing/painting a border.
12663
12664         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12665         used.
12666
12667         * pdf/xpdf/pdf-document.cc: use new function
12668
12669         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12670         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12671         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12672         shell/ev-window.c: (update_sizing_buttons),
12673         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12674         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12675         (ev_window_cmd_view_page_width), (size_allocate_cb),
12676         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12677         and "fit width" values act as toggle buttons so they stay
12678         toggled.  It's not 100% perfect, and it's a little slow, but it's
12679         good enough to commit I think.
12680
12681 2005-02-15  David Lodge  <dave@cirt.net>
12682
12683         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12684
12685 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12686
12687         * shell/ev-window.c (update_window_title): replace newlines in
12688         the title by spaces. Bug #166107.
12689
12690 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12691
12692         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12693         parameters providing allocation width and height without
12694         scrollbars and width of a possible vertical scrollbar. With this
12695         additional information the functions can work as
12696         intended. Unfortunately they're not idempotent. We should
12697         transform these commands to toggles. Fixes Bug #164976
12698         Initial patch by Stephane Loeuillet, then heavily modified.
12699
12700         * shell/ev-view.h: update prototypes.
12701
12702         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12703         (ev_window_cmd_view_page_width): provide EvView fit functions with
12704         all the information they need. Formulas to calculate this
12705         information taken from GtkScrolledWindow.
12706
12707 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12708
12709         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12710         created a thumbnail, the list store is updated to know
12711         that the thumbnail is set. Fixes bug #166792
12712
12713 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12714
12715         * shell/ev-window.c: fixed typo, closes bug 166897
12716
12717         * TODO: updated TODO with bug numbers that are relevant
12718
12719 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12720
12721         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12722
12723 2005-02-09  Vincent Noel  <vnoel@cox.net>
12724
12725         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12726         and "Next" toolbar buttons as important to make them stand out.
12727
12728 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12729
12730         * lib/ev-debug.c:
12731         * lib/ev-debug.h:
12732         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12733         (start_interpreter), (stop_interpreter), (document_load),
12734         (ps_document_next_page), (ps_document_goto_page),
12735         (ps_document_set_page_size), (ps_document_widget_event),
12736         (ps_document_render):
12737         * shell/ev-page-view.c: (ev_page_view_dispose):
12738         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12739
12740         Fix compilation on non-gcc platforms
12741
12742 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12743
12744         * NEWS:
12745         * configure.ac:
12746
12747         Release 0.1.4
12748
12749         * pdf/xpdf/Catalog.cc:
12750         * pdf/xpdf/XRef.cc:
12751
12752         Fix the fix for CAN-2004-0888
12753
12754 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12755
12756         * data/Makefile.am:
12757         * data/evince-ui.xml:
12758         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12759         * shell/ev-stock-icons.h:
12760         * shell/ev-window.c: (update_action_sensitivity),
12761         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12762         (set_action_properties):
12763
12764         Improve toolbar layout/icons
12765
12766 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12767
12768         * pdf/xpdf/pdf-document.cc:
12769
12770         Add warnings about unimplemented/unknown link
12771         types.
12772
12773 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12774
12775         * ps/ps-document.c: (set_up_page):
12776
12777         Log gs property
12778
12779 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12780
12781         * ps/ps-document.c: (start_interpreter):
12782
12783         Log gs env var
12784
12785 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12786
12787         * shell/ev-page-view.c: (ev_page_view_dispose):
12788         * shell/ev-view.c: (ev_view_finalize):
12789         * shell/ev-window.c: (ev_window_setup_document),
12790         (ev_window_dispose), (ev_window_init):
12791
12792         Solve more refs issues.
12793
12794         I commented out the page_view initialization for now:
12795         it was never destroyed (because it's never added
12796         to a container). Because of that we was leaking
12797         gs processes. Couldnt think to a clean fix.
12798         We need to figure this out, password view has the
12799         same issue probably.
12800
12801 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12802
12803         * ps/ps-document.c: (ps_document_finalize),
12804         (ps_document_get_n_pages), (ps_document_get_page):
12805
12806         Some cleanups, stop the interpreter on finalize
12807
12808         * shell/ev-page-view.c: (ev_page_view_dispose),
12809         (ev_page_view_class_init):
12810
12811         Release our reference on the document
12812
12813 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12814
12815         * Makefile.am:
12816         * configure.ac:
12817         * doc/debugging.txt:
12818         * lib/.cvsignore:
12819         * lib/Makefile.am:
12820         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12821         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12822         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12823         * lib/ev-debug.h:
12824
12825         Add debugging helpers
12826
12827         * ps/Makefile.am:
12828         * ps/ps-document.c: (set_up_page), (start_interpreter),
12829         (stop_interpreter), (document_load), (ps_document_next_page),
12830         (ps_document_goto_page), (ps_document_set_page_size),
12831         (ps_document_widget_event), (ps_document_render):
12832         * shell/Makefile.am:
12833         * shell/ev-view.c: (expose_bin_window):
12834         * shell/main.c: (main):
12835
12836         Add some logs
12837         
12838 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12839
12840         * ps/ps-document.c: (ps_document_widget_event):
12841
12842         Initialize message_window, this should make ps
12843         rendering really work! (Never noticed because I was
12844         testing with a ps that is causing gs to exit every time!)
12845
12846 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12847
12848         * data/evince.schemas.in: updated simple error in applyto closing tag
12849
12850 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12851
12852         * Makefile.am:
12853         * configure.ac:
12854         * data/.cvsignore:
12855         * data/Makefile.am:
12856         * data/evince-ui.xml:
12857         A data/evince.schemas.in:
12858         * po/POTFILES.in:
12859         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12860         * shell/ev-stock-icons.h:
12861         * shell/ev-window.c: (update_chrome_visibility),
12862         (update_chrome_flag), (ev_window_cmd_edit_find),
12863         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12864         (ev_window_unfullscreen), (ev_window_focus_in_event),
12865         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12866         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12867         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12868         (ev_window_dispose), (ev_window_class_init),
12869         (set_action_properties), (set_chrome_actions), (load_chrome),
12870         (ev_window_init):
12871
12872         Implement fullscreen mode changes from bug #164776.
12873         Also implement persistent chrome toggles.
12874
12875 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12876
12877         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12878
12879 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12880
12881         * NEWS:
12882         * configure.ac:
12883         * shell/ev-view.c:
12884
12885         Add another check for find interface
12886
12887         Release 0.1.3
12888
12889 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12890
12891         * shell/ev-application.c: (ev_application_open):
12892         * shell/ev-window.c: (ev_window_open):
12893
12894         Open gzipped ps documents
12895
12896 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12897
12898         * TODO:
12899         * shell/ev-view.c: (set_document_page):
12900
12901         Clamp page number, dont try to move to
12902         not existant pages.
12903
12904 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12905
12906         * backend/ev-document-find.c: (ev_document_find_changed):
12907         * backend/ev-document-find.h:
12908         * pdf/xpdf/pdf-document.cc:
12909         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12910         * shell/ev-window.c: (find_bar_search_changed_cb):
12911
12912         Fix several bugs with find
12913
12914 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12915
12916         * shell/ev-sidebar-thumbnails.c
12917         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12918         document. Prevents warning from scroll_to_cell.
12919
12920 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12921
12922         * configure.ac: Add «nb» to ALL_LINGUAS too.
12923
12924 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12925
12926         * NOTES: New file with some random thoughts.
12927
12928         * TODO: Update.
12929
12930         * backend/ev-document-misc.c:
12931         (ev_document_misc_get_page_border_size): New function to
12932         canonicalize shadow drawing sizes.  Possibly goofy.
12933
12934         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12935         (ev_view_best_fit), (ev_view_fit_width):
12936         * pdf/xpdf/pdf-document.cc:
12937         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12938         * ps/ps-document.c: (ps_document_get_page_size):
12939         * backend/ev-document-misc.h:
12940         * backend/ev-document.c: (ev_document_get_page_size):
12941         * backend/ev-document.h: get_page_size now takes a page number
12942         parameter.  Made all the backends/frontends honor it.
12943
12944         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12945         see.  Doesn't work yet.
12946
12947         * shell/Makefile.am:
12948         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12949         Doesn't do anything yet.
12950
12951         * shell/ev-sidebar-thumbnails.c:
12952         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12953         [0..n_pages-1]
12954
12955         * shell/ev-window.c: (update_action_sensitivity),
12956         (ev_window_setup_document), (ev_window_set_page_mode),
12957         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12958         view-swapping code a bit so we can have multiple views on a
12959         document.  Add the multi-page view, though it can't be turned on
12960         yet.
12961
12962 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12963
12964         * shell/ev-application.c: (ev_application_open):
12965         * shell/ev-view.c: (expose_bin_window):
12966         * shell/ev-window.c: (ev_window_open):
12967
12968         Support eps and check document supports find
12969         before drawing highlightings in expose.
12970
12971 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12972
12973         * pixbuf/pixbuf-document.c:
12974         (pixbuf_document_thumbnails_get_dimensions),
12975         (pixbuf_document_document_thumbnails_iface_init):
12976
12977         implement get_dimensions
12978
12979 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12980
12981         * NEWS:
12982         * configure.ac:
12983
12984         Release 0.1.2
12985
12986 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12987
12988         * shell/ev-view.c: (set_document_page):
12989
12990         Scroll at the top of the page when changing page
12991
12992 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12993
12994         * shell/ev-view.c: (ev_view_motion_notify_event):
12995
12996         Do not redraw unnecessarily
12997
12998 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12999
13000         * pdf/xpdf/pdf-document.cc:
13001         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13002         (expose_bin_window), (find_changed_cb):
13003
13004         Yay! find works now... Now to find bugs...
13005
13006 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13007
13008         * backend/ev-document-find.c: (ev_document_find_base_init),
13009         (ev_document_find_changed):
13010         * backend/ev-document-find.h:
13011         * pdf/xpdf/pdf-document.cc:
13012         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13013         (expose_bin_window), (ev_view_init), (set_document_page),
13014         (ensure_rectangle_is_visible), (jump_to_find_result),
13015         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13016         (ev_view_find_next), (ev_view_find_previous):
13017         * shell/ev-view.h:
13018         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13019
13020         More work on find implementation, mostly there now
13021
13022 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13023
13024         * backend/ev-backend-marshalers.list:
13025         * backend/ev-document-find.c: (ev_document_find_base_init),
13026         (ev_document_find_cancel), (ev_document_find_page_has_results),
13027         (ev_document_find_get_n_results), (ev_document_find_get_result),
13028         (ev_document_find_get_progress), (ev_document_find_changed):
13029         * backend/ev-document-find.h:
13030
13031         Enanche the find interface to be really able to do
13032         multi page find.
13033
13034         * pdf/xpdf/pdf-document.cc:
13035
13036         Implement
13037
13038         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13039         (expose_bin_window), (ev_view_init),
13040         (ev_view_get_find_status_message), (find_changed_cb),
13041         (ev_view_set_document), (set_document_page):
13042
13043         Adapt to the new interface. A few things are regressed sorry,
13044         I will finish it soon.
13045
13046 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13047
13048         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13049         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13050         ev_sidebar_thumbnails_parent_class variable, don't define another
13051         parent_class variable.
13052
13053         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13054         (ev_page_action_class_init): ditto.
13055
13056         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13057         (pixbuf_document_class_init): ditto.
13058
13059         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13060         ditto.
13061
13062         * .cvsignore: ignore various valgrind output files.
13063
13064 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13065
13066         * data/evince-ui.xml:
13067         * shell/Makefile.am:
13068         * shell/ev-history.c:
13069         * shell/ev-history.h:
13070         * shell/ev-navigation-action.c:
13071         * shell/ev-navigation-action.h:
13072         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13073         (ev_view_set_page), (ev_view_fit_width):
13074         * shell/ev-view.h:
13075         * shell/ev-window.c: (update_action_sensitivity),
13076         (ev_window_setup_document), (register_custom_actions):
13077
13078         Kill session history
13079
13080 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13081
13082         * shell/ev-window.c: (update_action_sensitivity):
13083
13084         Fix inverted up/down buttons
13085
13086 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13087
13088         * shell/ev-sidebar-thumbnails.c
13089         (ev_sidebar_thumbnails_select_page): make sure the selected
13090         thumbnail stays visible.
13091
13092 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13093
13094         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13095         scrolled window for Federico.
13096
13097 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13098
13099         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13100
13101 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13102
13103         * configure.ac:
13104         * pdf/splash/SplashFTFontEngine.cc:
13105
13106         Fix CID fonts with freetype 2.1.9
13107
13108 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13109
13110         * TODO: added item for desktop icon thumbnailer
13111
13112 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13113
13114         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13115         unloaded docs when the title is accessed.
13116
13117         * shell/ev-password-view.[hc]: New widget for displaying password
13118         state.
13119
13120         * shell/ev-window.[ch]: Refactor password handling code to handle
13121         the new view.
13122
13123 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13124
13125         * NEWS:
13126         * configure.ac:
13127         * data/Makefile.am:
13128
13129         Release 0.1.1
13130
13131 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13132
13133         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13134         ignore page offset here, to make search results independent of it,
13135
13136         * shell/ev-view.c (expose_bin_window): but take offsets into
13137         account here. Bug #164932
13138
13139         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13140         scale at the right time. Bug #164996
13141
13142 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13143
13144         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13145         fix the problem. Now I just removed the Adobe font names and hope
13146         that the URW fonts are always in outline format. Bug #164934
13147
13148         * shell/ev-window.c (update_window_title): empty titles are
13149         useless, use filename in that case too.
13150
13151         * NEWS: Add some content.
13152
13153 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13154
13155         * TODO: added one more TODO item and a TODONE section :)
13156
13157 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13158
13159         * ps/ps-document.h: add page_[xy]_offset fields.
13160
13161         * ps/ps-document.c (ps_document_set_page_offset)
13162         (ps_document_render): Keep offset in consideration in a few
13163         places. Bug #164752 "postscript documents are not centered in
13164         window"
13165
13166         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13167         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13168
13169         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13170         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13171         stub out missing methods for complete EvDocument implementation.
13172         Fixes segfaults with Save A Copy and Copy actions.
13173
13174         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13175         (ps_document_document_iface_init): ditto.
13176         
13177 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13178
13179         * data/.cvsignore:
13180         * data/Makefile.am:
13181         * data/evince.desktop.in:
13182
13183         Add desktop file
13184
13185 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13186
13187         * shell/ev-view.c: (ev_view_button_press_event),
13188         (ev_view_motion_notify_event):
13189
13190         Make selection work in any direction
13191
13192 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13193
13194         * TODO:
13195         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13196
13197         Use shorter labels for some of the toolbars items
13198
13199 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13200
13201         * pdf/xpdf/pdf-document.cc:
13202
13203         Check the links info is initialized before
13204         using it. Should fix a crash on startup.
13205
13206 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13207
13208         * pixbuf/pixbuf-document.c
13209         (pixbuf_document_thumbnails_get_dimensions): force floating point
13210         division to calculate page_ratio. Fixes crash with landscape
13211         format pixbufs.
13212
13213 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13214
13215         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13216
13217 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13218
13219         * shell/ev-view.c (set_document_page): unset has_selection when
13220         the page changes.
13221         (set_document_page): handle paper size changes when the page
13222         changes (test with Free Culture, page 2).
13223
13224 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13225
13226         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13227         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13228
13229         Use normal style color for the widget background and
13230         draw a black box around the page.
13231
13232 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13233
13234         * pdf/xpdf/pdf-document.cc:
13235
13236         Keep offset in consideration in a few places
13237
13238         * shell/ev-view.c: (expose_bin_window):
13239
13240         Set the offsets so that the document is ever centered
13241
13242 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13243
13244         * TODO: Added TODO items and finished off the first todo item
13245
13246         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13247         reflect current authors
13248
13249 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13250
13251         * pdf/xpdf/pdf-document.cc:
13252         * shell/ev-view.c: (ev_view_set_cursor),
13253         (ev_view_motion_notify_event), (document_changed_callback),
13254         (set_document_page):
13255
13256         Show a wait cursor while the page is rendering
13257
13258 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13259
13260         * shell/ev-sidebar-thumbnails.c:
13261         (ev_sidebar_tree_selection_changed),
13262         (ev_sidebar_thumbnails_select_page):
13263         * shell/ev-sidebar-thumbnails.h:
13264         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13265         (ev_view_can_go_forward):
13266         * shell/ev-window.c: (ev_window_open_page),
13267         (ev_window_setup_document), (update_current_page),
13268         (view_page_changed_cb), (ev_window_init):
13269         * shell/ev-window.h:
13270
13271         Ensure thumbnails selection, toolbar page control and
13272         current page are in sync.
13273
13274 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13275
13276         * pdf/xpdf/XRef.cc:
13277
13278         Fix CAN-2005-0064
13279
13280 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13281
13282         * backend/Makefile.am:
13283         * backend/ev-document-links.h:
13284         * backend/ev-document-security.c: (ev_document_security_get_type),
13285         (ev_document_security_has_document_security),
13286         (ev_document_security_set_password):
13287         * backend/ev-document-security.h:
13288         * backend/ev-document.c: (ev_document_error_quark):
13289         * backend/ev-document.h:
13290         * data/Makefile.am:
13291         * data/evince-password.glade:
13292         * pdf/xpdf/pdf-document.cc:
13293         * shell/Makefile.am:
13294         * shell/ev-password.c: (ev_password_set_bad_password_label),
13295         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13296         (ev_password_dialog_get_password),
13297         (ev_password_dialog_set_bad_pass):
13298         * shell/ev-password.h:
13299         * shell/ev-window.c: (ev_window_get_attribute),
13300         (ev_window_set_property), (update_action_sensitivity),
13301         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13302         (ev_window_setup_document), (ev_window_get_password),
13303         (ev_window_open), (ev_window_cmd_save_as),
13304         (using_postscript_printer), (ev_window_print),
13305         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13306         (update_fullscreen_popup), (ev_window_fullscreen),
13307         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13308         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13309         (menu_item_select_cb), (find_bar_search_changed_cb),
13310         (ev_window_dispose), (ev_window_init):
13311
13312         Add initial support for password-supported dialogs.  This could be
13313         a lot cooler, but it'll do for now.
13314
13315 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13316
13317         * pdf/xpdf/pdf-document.cc:
13318         * shell/ev-view.c: (status_message_from_link),
13319         (ev_view_set_status), (ev_view_set_cursor),
13320         (ev_view_motion_notify_event), (ev_view_init):
13321         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13322
13323         Fix bugs in the links implementation and change cursor
13324         when hovering a link.
13325
13326 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13327
13328         * viewer/.cvsignore: added cvsignore file for viewer directory
13329
13330         * TODO: created TODO document
13331
13332 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13333
13334         * shell/ev-view.h:
13335         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13336         new functions to help with implementation of sensitivity code
13337         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13338         of all actions that might require it.  Fixes a crash when you
13339         click on the Zoom actions in a window lacking a document.
13340
13341 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13342
13343         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13344         of the Find action
13345
13346 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13347
13348         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13349         (pixbuf_document_document_iface_init):
13350         * ps/ps-document.c: (ps_document_get_link),
13351         (ps_document_document_iface_init):
13352         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13353         (status_message_from_link), (ev_view_set_status),
13354         (ev_view_set_find_status), (ev_view_motion_notify_event),
13355         (ev_view_button_release_event), (ev_view_set_property),
13356         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13357         (ev_view_get_find_status_message), (update_find_results),
13358         (ev_view_get_status), (ev_view_get_find_status):
13359         * shell/ev-view.h:
13360         * shell/ev-window.c: (view_status_changed_cb),
13361         (view_find_status_changed_cb), (ev_window_init):
13362
13363         View status message support, use it to show the links.
13364         Needs work...
13365
13366 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13367
13368         * backend/ev-document.c: (ev_document_get_link):
13369         * backend/ev-document.h:
13370         * pdf/xpdf/pdf-document.cc:
13371         * shell/ev-application.c: (ev_application_open):
13372         * shell/ev-application.h:
13373         * shell/ev-sidebar-links.c: (selection_changed_cb):
13374         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13375         (ev_view_go_to_link):
13376
13377         Add support for document links
13378
13379 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13380
13381         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13382         (create_tool_item):
13383         Set the spin button limits correctly.
13384         
13385         * shell/ev-sidebar-thumbnails.c:
13386         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13387         Support changing pages by clicking on the thumbnails.
13388         
13389 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13390
13391         * pixbuf/pixbuf-document.c:
13392         (pixbuf_document_thumbnails_get_dimensions),
13393         (pixbuf_document_document_thumbnails_iface_init):
13394
13395         implement get_dimensions
13396
13397 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13398
13399         * ps/ps-document.c: (ps_document_goto_page):
13400
13401         Fix page switching on multipage documents
13402
13403 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13404
13405         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13406         
13407         check for NULL before assigning to width and height parameters
13408
13409 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13410
13411         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13412         (pixbuf_document_set_property), (pixbuf_document_get_property):
13413
13414         implement get/set properties
13415
13416 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13417
13418         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13419         
13420         return NULL instead of "Unknown", letting the title get set to
13421         the filename when the pdf has no title.
13422
13423 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13424
13425         * ps/ps-document.c: (ps_document_get_page_count),
13426         (ps_document_goto_page):
13427
13428 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13429
13430         * shell/ev-history.c: (ev_history_get_property),
13431         (ev_history_set_property), (ev_history_class_init),
13432         (ev_history_add_page), (ev_history_set_current_index):
13433         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13434         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13435         (ev_navigation_action_finalize):
13436         * shell/ev-navigation-action.h:
13437         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13438         (ev_view_go_forward), (ev_view_get_find_status_message),
13439         (history_index_changed_cb), (ev_view_set_history):
13440         * shell/ev-view.h:
13441         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13442         (update_current_page), (register_custom_actions):
13443
13444         Implement history dropdowns
13445
13446 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13447
13448         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13449         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13450         (ev_view_go_forward):
13451         * shell/ev-window.c: (register_custom_actions):
13452
13453         Fix several history bugs
13454
13455 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13456
13457         * configure.ac: Add «nb» to ALL_LINGUAS.
13458
13459 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13460
13461         * backend/Makefile.am:
13462         * backend/ev-bookmark.c:
13463         * backend/ev-bookmark.h:
13464         * backend/ev-document-bookmarks.c:
13465         * backend/ev-document-bookmarks.h:
13466         * backend/ev-document-links.c: (ev_document_links_get_type),
13467         (ev_document_links_has_document_links),
13468         (ev_document_links_begin_read), (ev_document_links_get_link),
13469         (ev_document_links_get_child), (ev_document_links_next),
13470         (ev_document_links_free_iter):
13471         * backend/ev-document-links.h:
13472         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13473         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13474         (ev_link_get_link_type), (ev_link_set_link_type),
13475         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13476         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13477         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13478         (ev_link_new_external):
13479         * backend/ev-link.h:
13480         * pdf/xpdf/pdf-document.cc:
13481         * shell/Makefile.am:
13482         * shell/ev-application.c: (ev_application_open_link):
13483         * shell/ev-application.h:
13484         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13485         (ev_history_get_link_nth):
13486         * shell/ev-history.h:
13487         * shell/ev-sidebar-bookmarks.c:
13488         * shell/ev-sidebar-bookmarks.h:
13489         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13490         (ev_sidebar_links_class_init), (selection_changed_cb),
13491         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13492         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13493         (do_one_iteration), (populate_links_idle),
13494         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13495         * shell/ev-sidebar-links.h:
13496         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13497         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13498         (go_to_index):
13499         * shell/ev-view.h:
13500         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13501         * shell/ev-window.h:
13502
13503         Rename bookmark to link, and use "Index" for the sidebar panel.
13504
13505 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13506
13507         * shell/Makefile.am:
13508         * shell/ev-application.c: (ev_application_open_bookmark):
13509         * shell/ev-application.h:
13510         * shell/ev-history.c: (ev_history_init), (free_links_list),
13511         (ev_history_finalize), (ev_history_class_init),
13512         (ev_history_add_link), (ev_history_add_page),
13513         (ev_history_get_link_nth), (ev_history_get_n_links),
13514         (ev_history_get_current_index), (ev_history_set_current_index),
13515         (ev_history_new):
13516         * shell/ev-history.h:
13517         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13518         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13519         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13520         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13521         (ev_view_set_page):
13522         * shell/ev-view.h:
13523         * shell/ev-window.c: (ev_window_open_bookmark),
13524         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13525         (goto_page_cb), (register_custom_actions):
13526         * shell/ev-window.h:
13527
13528         Initial history implementation. Needs work.
13529
13530 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13531
13532         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13533
13534 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13535
13536         * cut-n-paste/recent-files/egg-recent-item.c:
13537         * cut-n-paste/recent-files/egg-recent-item.h:
13538         * cut-n-paste/recent-files/egg-recent-model.c:
13539         * cut-n-paste/recent-files/egg-recent-util.c:
13540         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13541         * cut-n-paste/recent-files/egg-recent-view.c:
13542
13543         Update
13544
13545 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13546
13547         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13548         (fillGlyph, fillImageMask, drawImage):
13549         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13550         pdf/splash/SplashTypes.h:
13551         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13552         packed mode for Splash.
13553
13554         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13555         RGB8 packed mode, eliminates the pixbuf data creation loop.
13556
13557         * shell/ev-print-job.c (ev_print_job_finalize)
13558         (ev_print_job_set_property, ev_print_job_get_property)
13559         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13560         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13561         (print_closure_finalize, ev_print_job_print): implement
13562         printing (for backends with EvPsExporter)
13563
13564         * shell/ev_print_job.h: update prototypes.
13565
13566         * shell/ev-window.c (ev_window_print): unref print job after
13567         printing.
13568
13569         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13570         unless the document implements the EvDocumentFind interface.
13571
13572 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13573
13574         * configure.ac: Added ja to ALL_LINGUAS.
13575
13576 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13577
13578         * pdf/xpdf/pdf-document.cc:
13579
13580         add a FIXME. We should probably not allocate
13581         a bookmark object every time
13582
13583 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13584
13585         * shell/ev-application.c: (ev_application_open),
13586         (ev_application_open_bookmark):
13587         * shell/ev-application.h:
13588         
13589         Add a way to open bookmarks
13590
13591         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13592         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13593         (ev_bookmark_set_property), (ev_bookmark_class_init),
13594         (ev_bookmark_new_title), (ev_bookmark_new_link),
13595         (ev_bookmark_new_external):
13596
13597         Support for external uris, better constructors.
13598
13599         * backend/ev-bookmark.h:
13600         * pdf/xpdf/pdf-document.cc:
13601         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13602
13603         Handle external uris
13604
13605 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13606
13607         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13608         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13609
13610         Hook up bookmarks navigation
13611
13612 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13613
13614         * backend/Makefile.am:
13615         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13616         (ev_bookmark_get_title), (ev_bookmark_set_title),
13617         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13618         (ev_bookmark_get_page), (ev_bookmark_set_page),
13619         (ev_bookmark_get_property), (ev_bookmark_set_property),
13620         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13621         (ev_bookmark_new):
13622         * backend/ev-bookmark.h:
13623         * backend/ev-document-bookmarks.c:
13624         (ev_document_bookmarks_get_bookmark):
13625         * backend/ev-document-bookmarks.h:
13626         * pdf/xpdf/pdf-document.cc:
13627         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13628
13629         Add a bookmark object to the backend and use it instead of get_values
13630
13631 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13632
13633         * data/evince-ui.xml:
13634
13635         Cleanup and add select all.
13636
13637         * shell/ev-view.c: (ev_view_select_all),
13638         (ev_view_button_press_event):
13639         * shell/ev-view.h:
13640         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13641
13642         Add select all.
13643         Clear selection on click.
13644
13645 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13646
13647         * shell/ev-sidebar-thumbnails.c
13648         (ev_sidebar_thumbnails_set_document): forgot to unref the
13649         loading_icon.
13650
13651 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13652
13653         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13654         at the visible page, not just linearly.  This makes it look fast.
13655
13656 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13657
13658         * backend/ev-document-misc.c
13659         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13660         white.
13661         * backend/ev-document-thumbnails.h: New interface to get the size
13662         of a page.
13663
13664 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13665
13666         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13667         make dist works
13668
13669 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13670
13671         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13672         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13673         things up a bit.
13674
13675         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13676
13677 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13678
13679         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13680         fonts. Should fix font problems on systems that have the base
13681         fonts in bitmap format. Reported by James Henstridge
13682         <james@jamesh.id.au>.
13683
13684 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13685
13686         * pdf/xpdf/Gfx.cc:
13687         * pdf/xpdf/GfxState.cc:
13688
13689         Fix for CAN-2004-1125
13690
13691 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13692
13693         * shell/ev-view.c: (ev_view_copy):
13694         * shell/ev-view.h:
13695         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13696
13697         Implement Edit->Copy
13698
13699 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13700
13701         * backend/ev-document.c: (ev_document_get_text):
13702         * backend/ev-document.h:
13703         * pdf/xpdf/pdf-document.cc:
13704         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13705         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13706         (ev_view_update_primary_selection), (ev_view_button_press_event),
13707         (ev_view_motion_notify_event), (ev_view_button_release_event):
13708
13709         Beginnings of clipboard support. Incomplete but primary sort
13710         of work.
13711
13712 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13713
13714         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13715         (expose_bin_window):
13716
13717         Nicer rubberband drawing, from GtkIconView.
13718
13719 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13720
13721         * backend/ev-document.c: (ev_document_save):
13722         * backend/ev-document.h:
13723         * data/evince-ui.xml:
13724         * pdf/xpdf/pdf-document.cc:
13725         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13726
13727         Implement "Save a copy..." menu item
13728
13729 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13730
13731         * shell/ev-view.c: (ev_view_zoom):
13732
13733         Queue a resize when zoom changes
13734
13735 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13736
13737         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13738         shadows.
13739
13740         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13741         thumbnails..
13742
13743 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13744
13745         * pdf/xpdf/pdf-document.cc
13746         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13747
13748 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13749
13750         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13751         It's slow, but I'll speed it up next!
13752
13753 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13754
13755         * shell/main.c (load_files):
13756
13757         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13758         from the command line and because it seems more appropriate.
13759
13760 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13761
13762         * data/evince-ui.xml:
13763         * shell/ev-window.c: (update_action_sensitivity),
13764         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13765
13766         s/next page/page down
13767         s/previous page/page up
13768
13769 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13770
13771         * data/evince-ui.xml:
13772
13773         Change the layout to match clarkbw design.
13774
13775         * shell/Makefile.am:
13776         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13777         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13778         (ev_navigation_action_finalize),
13779         (ev_navigation_action_set_property),
13780         (ev_navigation_action_get_property),
13781         (ev_navigation_action_class_init):
13782         * shell/ev-navigation-action.h:
13783
13784         Implement clarkbw toolbar navigation controls (incomplete)
13785
13786         * shell/ev-page-action.c: (update_label), (update_spin),
13787         (value_changed_cb), (create_tool_item), (connect_proxy),
13788         (ev_page_action_init), (ev_page_action_finalize),
13789         (ev_page_action_set_property), (ev_page_action_get_property),
13790         (ev_page_action_set_current_page),
13791         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13792         * shell/ev-page-action.h:
13793
13794         Implement a page switcher in the toolbar
13795
13796         * shell/ev-view.c: (ev_view_scroll_view):
13797         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13798         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13799         (register_custom_actions), (ev_window_init):
13800
13801         Change page on PageUp/Down.
13802
13803 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13804
13805         * pdf/xpdf/pdf-document.cc
13806         (pdf_document_thumbnails_get_thumbnail): initial stab at
13807         implementing thumbnail support for pdfs.  It only does documents
13808         with precached pdfs now.
13809
13810 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13811
13812         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13813         thumbnail code into a time-based idle as well.  Also, turn off the
13814         shadow temporarily as it's really slow.
13815
13816 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13817
13818         * backend/ev-document.c: (ev_document_class_init):
13819         * pdf/xpdf/pdf-document.cc:
13820         * shell/ev-window.c: (ev_window_open):
13821
13822         Fix document title bugs and fallback to
13823         filename when not available.
13824
13825 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13826
13827         * backend/ev-document.c: (ev_document_get_type),
13828         (ev_document_class_init), (ev_document_load),
13829         (ev_document_get_title):
13830         * backend/ev-document.h:
13831         * pdf/xpdf/pdf-document.cc:
13832         * ps/ps-document.c: (ps_document_set_property),
13833         (ps_document_get_property), (ps_document_class_init),
13834         (document_load):
13835         * ps/ps-document.h:
13836         * ps/ps.h:
13837         * shell/ev-window.c: (update_window_title), (ev_window_open),
13838         (ev_window_init):
13839
13840         Initial support for document title. Not working yet.
13841
13842 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13843
13844         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13845
13846         Grab focus on the view when clicking it
13847
13848 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13849
13850         * shell/ev-marshal.list:
13851         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13852         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13853
13854         Add key bindings to the view. Now if the focus would work
13855         right...
13856
13857 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13858
13859         * Makefile.am:
13860         * backend/Makefile.am:
13861         * data/Makefile.am:
13862         * dvi/Makefile.am:
13863         * dvi/dvilib/Makefile.am:
13864         * pdf/xpdf/Makefile.am:
13865         * po/POTFILES.in:
13866         * ps/Makefile.am:
13867
13868         Fix distcheck
13869
13870 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13871
13872         * shell/ev-view.c: (ev_view_realize):
13873
13874         Fix mouse wheel scrolling
13875
13876 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13877
13878         * ps/Makefile.am:
13879         * ps/gstypes.h:
13880         * ps/gtkgs.c:
13881         * ps/gtkgs.h:
13882         * ps/ps-document.c: (catchPipe), (ps_document_init),
13883         (ps_document_class_init), (ps_document_cleanup),
13884         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13885         (set_up_page), (close_pipe), (is_interpreter_ready),
13886         (interpreter_failed), (output), (input), (start_interpreter),
13887         (stop_interpreter), (file_length), (file_readable),
13888         (check_filecompressed), (check_pdf), (compute_xdpi),
13889         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13890         (ps_document_get_type), (ps_document_emit_error_msg),
13891         (document_load), (ps_document_next_page),
13892         (ps_document_get_current_page), (ps_document_get_page_count),
13893         (ps_document_goto_page), (ps_document_set_page_size),
13894         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13895         (ps_document_load), (ps_document_get_n_pages),
13896         (ps_document_set_page), (ps_document_get_page),
13897         (ps_document_widget_event), (ps_document_set_target),
13898         (ps_document_set_scale), (ps_document_set_page_offset),
13899         (ps_document_get_page_size), (ps_document_render),
13900         (ps_document_document_iface_init):
13901         * ps/ps-document.h:
13902         * ps/ps.c:
13903         * shell/ev-window.c: (ev_window_open):
13904
13905         Rename GtkGS to PSDocument
13906
13907 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13908
13909         * ps/gtkgs.c: (gtk_gs_class_init):
13910         * ps/gtkgs.h:
13911
13912         Some more leftover...
13913
13914 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13915
13916         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13917         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13918         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13919         * ps/gtkgs.h:
13920
13921         Remove unused code and make a lot of stuff private
13922
13923 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13924
13925         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13926         (gtk_gs_defaults_changed):
13927         * ps/gsdefaults.h:
13928         * ps/gtkgs.c:
13929         * ps/gtkgs.h:
13930         * ps/ps.h:
13931
13932         Cleanup headers dependencies
13933
13934 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13935
13936         * ps/Makefile.am:
13937         * ps/ggvutils.c:
13938         * ps/ggvutils.h:
13939         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13940         * ps/gsdefaults.h:
13941         * ps/gtkgs.c: (file_length), (file_readable),
13942         (check_filecompressed), (check_pdf), (gtk_gs_load),
13943         (gtk_gs_get_postscript):
13944
13945         Get rid of ggvutils
13946
13947 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13948
13949         * ps/ggvutils.c:
13950         * ps/ggvutils.h:
13951         * ps/gsio.h:
13952         * ps/gtkgs.c: (gtk_gs_set_zoom):
13953
13954         Cleanups
13955
13956 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13957
13958         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13959
13960         Ensure the page is rerendered when changing zoom
13961
13962 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13963
13964         * backend/ev-document.c: (ev_document_base_init),
13965         (ev_document_changed):
13966         * backend/ev-document.h:
13967
13968         Add a changed event that is emitted when the page content
13969         changes. This is necessary to deal with the fact that
13970         in ps backend rendering happen asycrounously.
13971         This makes the ps backend mostly work.
13972
13973         * pdf/xpdf/pdf-document.cc:
13974
13975         Emit changed event
13976
13977         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13978         (ps_document_set_target):
13979
13980         Emit changed event
13981
13982         * shell/ev-view.c: (document_changed_callback),
13983         (ev_view_set_document), (ev_view_set_page):
13984
13985         Redraw on the changed signal
13986
13987 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13988
13989         * configure.ac: Added pt_BR to ALL_LINGUAS.
13990
13991 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13992
13993         * backend/ev-document-bookmarks.c:
13994         (ev_document_bookmarks_get_child): *
13995         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13996         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13997         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13998         (ev_sidebar_bookmarks_destroy),
13999         (ev_sidebar_bookmarks_class_init),
14000         (ev_sidebar_bookmarks_construct), (stack_data_free),
14001         (do_one_iteration), (populate_bookmarks_idle),
14002         (ev_sidebar_bookmarks_clear_document),
14003         (ev_sidebar_bookmarks_set_document): *
14004         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14005         (ev_sidebar_add_page),
14006         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14007         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14008         it displays both the topics and the page numbers.
14009
14010 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14011
14012         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14013         toggle.
14014         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14015         visible.
14016
14017 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14018
14019         * configure.ac: Added en_CA to ALL_LINGUAS.
14020
14021 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14022
14023         * ChangeLog: replace bottom of this ChangeLog (merged history of
14024         ggv and gpdf; where all paths were wrong and most of the files are
14025         not even in this tree) with ChangeLog (from arch) of the shell
14026         code.
14027
14028 2004-12-23  Havoc Pennington  <hp@redhat.com>
14029
14030         * shell/ev-window.c: hook up potentially-questionable "find
14031         results status text" feature - something involving the sidebar or
14032         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14033         might be better in the end.
14034
14035         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14036         with corresponding signal when it should be updated
14037
14038         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14039
14040 2004-12-22  Havoc Pennington  <hp@redhat.com>
14041
14042         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14043         find stuff on other pages, sort of (only returns one result on
14044         invisible pages, to show they have results; updates full results
14045         for a page when you view it). Currently repaints the current page
14046         every time a new result is found on any page, which isn't so nice.
14047
14048 2004-12-22  Havoc Pennington  <hp@redhat.com>
14049
14050         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14051         the document doesn't support find (better ideas?)
14052         (find_bar_search_changed_cb): handle missing document or document
14053         that doesn't support find
14054
14055         * pdf/xpdf/pdf-document.cc: port to implement the new
14056         EvDocumentFindIface
14057
14058         * backend/ev-document-find.c: create a new interface for searching
14059
14060         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14061
14062 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14063
14064         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14065         libevbackend.la.
14066
14067         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14068         EvPrintJob constructor arguments.
14069
14070         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14071         for documents that can export PostScript (page by page).
14072
14073         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14074         
14075         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14076         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14077         (pdf_document_ps_exporter_iface_init:
14078         Implement EvPSExporter.
14079
14080         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14081
14082 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14083
14084         * backend/Makefile.am:
14085         * backend/ev-document-thumbnails.c:
14086         (ev_document_thumbnails_get_type),
14087         (ev_document_thumbnails_get_thumbnail):
14088         * backend/ev-document-thumbnails.h:
14089         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14090         (pixbuf_document_thumbnails_get_thumbnail),
14091         (pixbuf_document_document_thumbnails_iface_init):
14092         * shell/Makefile.am:
14093         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14094         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14095         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14096         * shell/ev-sidebar-thumbnails.h:
14097         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14098         (ev_sidebar_set_document):
14099         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14100         (create_shadow), (ev_pixbuf_add_shadow):
14101         * shell/ev-utils.h:
14102         Add thumbnail support.
14103         
14104 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14105
14106         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14107         (using_postscript_printer): Set up a print dialog for "PostScript
14108         injection" method.
14109
14110         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14111         EvPrintJob.
14112
14113         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14114
14115 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14116
14117         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14118         (ps_document_set_target), (ps_document_get_page_size),
14119         (ps_document_render):
14120         * ps/gtkgs.h:
14121
14122         Fix a few bugs
14123
14124 2004-12-22  Christian Rose  <menthos@menthos.com>
14125
14126         * configure.ac: Added "sv" to ALL_LINGUAS.
14127
14128 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14129
14130         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14131         document supports bookmarks.
14132
14133 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14134
14135         * ps/ggvutils.c: (ggv_file_readable):
14136         * ps/ggvutils.h:
14137         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14138         (gtk_gs_get_postscript):
14139
14140         Remove unused utils
14141
14142 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14143
14144         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14145         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14146         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14147         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14148         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14149         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14150         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14151         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14152         (gtk_gs_set_antialiasing), (ps_document_load),
14153         (ps_document_render):
14154         * ps/gtkgs.h:
14155
14156         Another check point for the ps backend. Now I can get it to show
14157         pages!
14158
14159 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14160
14161         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14162         document setting code.
14163
14164 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14165
14166         * shell/eggfindbar.c: (entry_activate_callback):
14167         Animate the next button when activate is pressed.
14168         
14169 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14170
14171         * shell/ev-window.c: (ev_window_cmd_edit_find),
14172         (update_fullscreen_popup), (ev_window_fullscreen),
14173         (ev_window_unfullscreen), (ev_window_state_event_cb),
14174         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14175         Fix bugs in fullscreen code.
14176         
14177 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14178
14179         * Makefile.am:
14180         * configure.ac:
14181         * pixbuf/Makefile.am:
14182         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14183         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14184         (pixbuf_document_set_page), (pixbuf_document_get_page),
14185         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14186         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14187         (pixbuf_document_render), (pixbuf_document_begin_find),
14188         (pixbuf_document_end_find), (pixbuf_document_finalize),
14189         (pixbuf_document_class_init),
14190         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14191         * pixbuf/pixbuf-document.h:
14192         * shell/Makefile.am:
14193         * shell/ev-application.c: (ev_application_open):
14194         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14195         (ev_window_open):
14196         Add pixbuf backend.
14197         
14198 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14199
14200         * Makefile.am: 
14201         * dvi/dvilib/Makefile.am:
14202         * dvi/Makefile.am:
14203         * configure.ac: Auto*ify dvi and dvi/dvilib
14204
14205         * dvi/Makefile: Remove from CVS
14206         
14207         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14208         confusion.
14209
14210         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14211         
14212         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14213         
14214 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14215
14216         * ps/Makefile.am:
14217         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14218         (gtk_gs_value_adjustment_changed), (compute_size),
14219         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14220         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14221         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14222         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14223         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14224         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14225         (ps_document_load), (ps_document_get_n_pages),
14226         (ps_document_set_page), (ps_document_get_page),
14227         (ps_document_set_target), (ps_document_set_scale),
14228         (ps_document_set_page_offset), (ps_document_get_page_size),
14229         (ps_document_render), (ps_document_begin_find),
14230         (ps_document_end_find), (ps_document_document_iface_init):
14231         * ps/gtkgs.h:
14232         * shell/Makefile.am:
14233         * shell/ev-window.c: (ev_window_open):
14234
14235         Some work to integrate gtkgs with EvDocument
14236
14237 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14238
14239         * shell/ev-window.c: (update_fullscreen_popup),
14240         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14241         (exit_fullscreen_button_clicked_cb),
14242         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14243         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14244         (ev_window_state_event_cb), (ev_window_init):
14245         Add fullscreen support from Epiphany.
14246         
14247 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14248
14249         * data/ev-stock-zoom-fit-width.png: fit-width
14250         stock icon from gpdf.
14251         
14252         * shell/ev-stock-icons.[ch]: copied from gpdf.
14253         
14254         * shell/main.c: (main): init stock icons.
14255         
14256         * shell/ev-window.c: use the fit-width icon.
14257         
14258         * data/evince-ui.xml: add zooming toolbar items.
14259
14260 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14261
14262         * shell/ev-view.c: 
14263         (ev_view_best_fit), (ev_view_fit_width): because
14264         get_page_size() returns the scaled page size, we
14265         need to calculate the scale factor relative to
14266         the previous scale factor. Should really just
14267         add get_real_page_size().
14268
14269 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14270
14271         * shell/ev-view.[ch]:
14272         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14273         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14274         add zooming.
14275         
14276         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14277         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14278         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14279         hook it up.
14280         
14281         * pdf/xpdf/pdf-document.cc:
14282         (pdf_document_begin_find),
14283         (pdf_document_end_find): make static.
14284
14285 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14286
14287         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14288
14289         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14290         names to fontconfig patterns.
14291         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14292
14293         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14294         setupBaseFontsFc.
14295
14296 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14297
14298         * Makefile.am:
14299         * configure.ac:
14300         * ps/Makefile.am:
14301         * ps/ggvutils.c:
14302         * ps/ggvutils.h:
14303         * ps/gsdefaults.c:
14304         * ps/gsdefaults.h:
14305         * ps/gsio.c:
14306         * ps/gsio.h:
14307         * ps/gtkgs.c:
14308         * ps/gtkgs.h:
14309         * ps/ps.c:
14310         * ps/ps.h:
14311
14312         Import ggv backend. Not hooked up yet.
14313
14314 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14315
14316         * shell/main.c: (load_files), (main): load files
14317         from the command line.
14318
14319 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14320
14321         * configure.ac: don't require bonobo.
14322         
14323         * cut-n-paste/recent-files/*: kill bonobo recent
14324         view.
14325
14326         * shell/ev-window.c:
14327         (ev_window_is_empty): upd.
14328         (unable_to_load), (ev_window_open): load backend
14329         based on the mime type.
14330
14331 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14332
14333         * backend/.cvsignore: ignore generated marshalers source.
14334
14335         * shell/main.c (main): this is not epiphany.
14336
14337 2004-12-22  Havoc Pennington  <hp@redhat.com>
14338
14339         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14340         (expose_bin_window): draw find highlights
14341
14342         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14343         
14344         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14345         (pdf_document_end_find): implement this interface
14346
14347         * backend/ev-document.c (ev_document_found): add this to emit
14348         signal
14349
14350 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14351
14352         * data/evince-ui.xml: Add a few more toolbar items.
14353
14354         * shell/ev-window.c: Hook up page navigation toolbar 
14355         items.
14356
14357         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14358         a page-changed signal.
14359
14360         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14361         Add ev_document_get_page().
14362
14363         * shell/ev-window.c: Sensitize/desensitize navigation
14364         actions.
14365
14366 2004-12-21  Havoc Pennington  <hp@redhat.com>
14367
14368         * backend/ev-backend-marshal.c,
14369         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14370         marshaler-generator thingy. I'm sure there's a better way to do
14371         this in the modern world.
14372
14373         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14374         end_find methods and "found" signal.
14375
14376         * configure.ac: find glib-genmarshal
14377
14378 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14379
14380         * shell/ev-sidebar.c: Construct an actual sidebar.
14381         * shell/ev-sidebar-bookmarks.[ch]:
14382         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14383
14384 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14385
14386         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14387         Redo size handling.
14388         
14389         * shell/ev-view.c: Track the size from the document.
14390
14391 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14392
14393         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14394         constructor assumes ownership of the string passed in.
14395         
14396         * shell/ev-window.c (ev_window_open): Destroy the error
14397         dialog once we've displayed it.
14398
14399 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14400
14401         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14402         a bit, it works! (sort of)
14403
14404         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14405         Move to .cc since we need to use C++ in the implementation.
14406
14407         * shell/dummy.cc: Add a CC file to force evince
14408         to be linked as a C++ program.
14409
14410 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14411
14412         * shell/ev-view.[ch]: Start of content-area widget.
14413
14414         * shell/ev-window.c: Create a EvView, update it
14415         as we change documents.
14416
14417         * shell/Makefile.am shell/ev-marshal.list: Add
14418         generated marshalers.
14419
14420 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14421
14422         * Makefile.am (SUBDIRS): move shell.
14423
14424 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14425
14426         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14427         .a to libtool convenience libraries.
14428
14429         * shell/ev-window.c (ev_window_open): Hard code loading
14430         a PDF document.
14431         
14432         * backend/ev-document.h: Add a boolean return to load(),
14433         fix GError * to GError **.
14434
14435         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14436         object for a PDF backend EvDocument.
14437
14438 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14439
14440         * dvi/*: New directory with the beginning of a .dvi backend.
14441
14442 2004-12-21  Havoc Pennington  <hp@redhat.com>
14443
14444         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14445         previous/next instead of back/forward
14446
14447 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14448
14449         * backend/ev-document.[ch]: Fix a couple of problems so
14450         it compile.
14451
14452 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14453
14454         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14455         to backend/ directory, rename EvViewer to EvDocument.
14456
14457 2004-12-21  Havoc Pennington  <hp@redhat.com>
14458
14459         * shell/ev-window.c: hook up the find bar widget; now we just need
14460         a document to find things in
14461
14462         * shell/eggfindbar.c: a find bar widget
14463
14464 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14465
14466         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14467
14468 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14469
14470         * pdf/**: Import of xpdf code from gpdf. 
14471
14472         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14473
14474         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14475         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14476         Fix FreeType includes.
14477
14478         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14479         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14480         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14481         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14482         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14483         Include xpdfconfig.h
14484         
14485 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14486
14487         * shell/ev-window.c (ev_window_dispose): dispose can be called
14488         multiple times.
14489
14490 2004-12-21  Havoc Pennington  <hp@redhat.com>
14491
14492         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14493         rather than Evince
14494
14495         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14496         items; really they should be synced with the strings, etc. from
14497         current gpdf, but just getting the boring typing out of the way 
14498
14499 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14500
14501         * po/POTFILES.in:
14502         * shell/ev-application.c: (window_destroy_cb):
14503         * shell/ev-window.c:
14504         * shell/main.c: (main):
14505
14506         Actually show the window...
14507
14508 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14509
14510         * Makefile.am:
14511         * shell/Makefile.am:
14512         * shell/ev-application.c: (ev_application_class_init):
14513         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14514
14515         Make it build again
14516
14517 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14518
14519         Import to gnome cvs.
14520         
14521         * Remove copies of gpdf and ggv trees.
14522         * Rip out all the recursive configure code.
14523         * Remove bonobo machinery.
14524         * viewer/*: GInterfaces that backends should/can implement.
14525
14526 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14527
14528         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14529         typo
14530
14531 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14532
14533         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14534         (ev_application_finalize, ev_application_class_init)
14535         (ev_application_init): use GType instance private data for priv.
14536
14537         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14538         (ev_window_finalize, ev_window_class_init)
14539         (ev_window_init): ditto.
14540
14541 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14542
14543         * shell/ev-application.c (ev_application_new_window): make public
14544         (ev_application_show_initial_window): kill.
14545
14546         * shell/ev-application.h: update prototypes.
14547
14548         * shell/main.cc (main): inline ev_application_show_initial_window.
14549
14550 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14551
14552         * shell/ev-application.c (ev_application_new_window): impl.
14553         (ev_application_show_initial_window): use it.
14554         (is_window_empty, ev_application_get_empty_window): returns an
14555         existing empty window or a new one.
14556         (ev_application_open): from ev_window_cmd_file_open.
14557
14558         * shell/ev-application.h: update prototypes
14559
14560         * shell/ev-window.c (ev_window_is_empty): impl.
14561         (ev_window_open): make public.
14562         (ev_window_cmd_file_open): use ev_application_open
14563
14564         * shell/ev-window.h: update prototypes, remove unused.
14565
14566 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14567
14568         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14569         move destroy handler out of here...
14570
14571         * shell/ev-application.c, shell/ev-application.h: ...into this new
14572         class. Also handles initial window creation.
14573
14574         * shell/main.cc (main): use EvApplication to create initial
14575         window.
14576
14577 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14578
14579         * Makefile.am (SUBDIRS): add cut-n-paste
14580
14581         * cut-n-paste/Makefile.am: add
14582
14583         * configure.ac: generate Makefiles in cut-n-paste
14584
14585 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14586
14587         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14588         (ev_window_class_init): install ev_window_dispose.
14589
14590 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14591
14592         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14593         char (gchar looks stupid).
14594
14595 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14596
14597         * po/de.po: updated German translation.
14598
14599 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14600
14601         * configure.ac: add more pkg-config library checks for gnome-vfs,
14602         bonobo etc.
14603
14604         * gpdf/configure.in: temporarily disable libpaper
14605         checks. Otherwise I'd have to add the checks for the shell, too.
14606
14607 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14608
14609         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14610         and * file filters to the file choose.
14611
14612 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14613
14614         * po/de.po: Updated German translation.
14615
14616 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14617
14618         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14619
14620 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14621
14622         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14623
14624         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14625         (ev_window_init): implement those menuitems.
14626
14627 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14628
14629         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14630
14631         * shell/ev-window.c (ev_window_init): use the toolbar.
14632
14633 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14634
14635         * shell/ev-window.c (ev_window_init): use menu translations
14636
14637 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14638
14639         * configure.ac: add "de" to ALL_LINGUAS.
14640
14641         * po/de.po: add German translation.
14642
14643 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14644
14645         * Makefile.am (SUBDIRS): add po
14646
14647         * configure.ac: check intltool, glib-gettext etc, generate
14648         po/Makefile.in
14649
14650         * po, po/POTFILES.in, po/POTFILES.skip: new.
14651
14652 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14653
14654         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14655         already use (#ifdef ENABLE_NLS)
14656
14657         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14658         pointer indirection thinko.
14659
14660         * shell/main.c: include gi18n.h for bindtextdomain etc.
14661
14662 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14663
14664         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14665         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14666         tooltips for menu items in the statusbar.
14667
14668 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14669
14670         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14671         pkgdatadir drop UIDIR
14672
14673 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14674
14675         * data/evince-ui.xml: Add File->Open menu item
14676
14677         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14678         chooser), hook it up in the ui manager.
14679
14680 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14681
14682         * shell/ev-window.c: fix Help->About tooltip.
14683
14684 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14685
14686         * configure.ac: set CFLAGS for libevprivate.
14687
14688         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14689         definitions, factory etc.
14690
14691         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14692
14693         * shell/Makefile.am: link against libevprivate.a.
14694
14695         * shell/ev-window.c (entries): add stock icon to Help->About.
14696
14697         * shell/main.c (main): init stock icon code.
14698
14699 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14700
14701         * lib/recent-files: egg recent files code
14702
14703         * lib/Makefile.am: add.
14704
14705         * Makefile.am: add lib subdir.
14706
14707         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14708         set CFLAGS for recent-files.
14709
14710 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14711
14712         * configure.ac: disable -ansi and -pedantic gcc flags. They
14713         disable POSIX stuff in stdio.h, but egg-recent uses them.
14714
14715 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14716
14717         * configure.ac: add --disable-deprecated flag (defaults to on in
14718         "cvs" builds).
14719
14720         * shell/Makefile.am (INCLUDES): use it.
14721
14722 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14723
14724         * shell/main.c: add missing #include.
14725
14726         * shell/ev-window.c: fix for pedantic gcc.
14727         (ev_window_cmd_help_about): split license into paragraphs for
14728         translators and pedantic compilers.
14729
14730 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14731
14732         * configure.ac: add more warning flags if compiling with gcc from
14733         cvs (or explicitly requested with --enable-more-warnings).
14734
14735 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14736
14737         * data/evince-ui.xml: add File and File->Close menu.
14738
14739         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14740         (ev_window_destroy): quit after destroy.
14741         (ev_window_class_init): override GtkObject::destroy.
14742         (entries): install close_window callback.
14743
14744 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14745
14746         * Makefile.am (SUBDIRS): add data subdir.
14747
14748         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14749         gtk+ 2.5.0 for GtkAboutDialog.
14750
14751         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14752         main window.
14753
14754         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14755
14756         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14757         manager.
14758         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14759
14760 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14761
14762         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14763
14764 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14765
14766         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14767
14768 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14769
14770         * shell/*: Added shell directory boilerplate, build it.
14771
14772 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14773
14774         * configure.ac, Makefile.am: Added top-level configure.ac and
14775         Makefile.am