]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Removed Removed
[evince.git] / ChangeLog
1 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * configure.ac:
4         * data/Makefile.am:
5         * data/evince-password.glade: Removed
6         * data/evince-properties.glade: Removed
7         * properties/ev-properties-view.c:
8         (ev_properties_view_class_init), (set_property),
9         (ev_properties_view_set_info), (ev_properties_view_init):
10         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
11         (font_cell_data_func), (ev_properties_fonts_init):
12
13         Remove Glade dependency.
14         
15 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
16
17         * backend/comics/comics-document.c: (comics_document_load):
18
19         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
20         
21 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * NEWS:
24         * configure.ac:
25
26         Update for release 2.25.2
27         
28 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * configure.ac:
31         * shell/Makefile.am:
32         * shell/ev-keyring.[ch]:
33         * shell/ev-password.[ch]: Removed
34         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
35         (ev_password_view_class_init), (ev_password_view_clicked_cb),
36         (ev_password_view_init), (ev_password_view_set_uri),
37         (ev_password_dialog_got_response),
38         (ev_password_dialog_remember_button_toggled),
39         (ev_password_dialog_entry_changed_cb),
40         (ev_password_dialog_entry_activated_cb),
41         (ev_password_view_ask_password), (ev_password_view_get_password),
42         (ev_password_view_get_password_save_flags),
43         (ev_password_view_new):
44         * shell/ev-window.c: (ev_window_password_view_unlock),
45         (ev_window_load_job_cb), (ev_window_close_dialogs),
46         (ev_window_init):
47
48         Rework the password view. When the password is in the keyring it's
49         used automatically without showing the password dialog and it's  
50         only stored in the keyring when we are sure it's correct. The
51         password dialog has been reworked too, in order to make it
52         more hig compliant and consistent with the GTK+ dialog used in
53         gtkmountoperation. Fixes bug #562496. 
54         
55 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
56
57         * backend/comics/comics-document.c: (comics_document_load):
58
59         Do not trust file extensions when getting the command needed to
60         uncompress comic documents. Fixes bug #562143.
61         
62 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
63
64         * libdocument/ev-document-factory.c: (get_document_from_uri),
65         (ev_document_factory_get_document):
66         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
67         (get_mime_type_from_data), (ev_file_get_mime_type):
68
69         Move mime-type functions from document-facrory to file-helpers so
70         that it can be reused.
71         
72 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
73
74         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
75         (window_open_file_copy_ready_cb), (ev_window_reload_local),
76         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
77         (ev_window_reload_remote), (ev_window_reload_document):
78
79         Add support for reloading remote documents. Fixes bug #555399.
80         
81 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * shell/ev-view.c: (ev_view_find_previous):
84
85         Make sure find_result is never < 0 which causes a crash while
86         searching. Fixes bug #558377.
87         
88 2008-11-19  Marek Kašík <mkasik@redhat.com>
89
90         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
91         (ev_pixbuf_cache_get_selection_surface):
92         
93         Fixes crash on fast scrolling with simultaneous text selection.
94
95 2008-11-19  Marek Kašík <mkasik@redhat.com>
96
97         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
98         * shell/ev-window.c (launch_external_uri):
99         
100         Fixes assertion fail on selecting text. See bug #561393.
101
102 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
103
104         * shell/Makefile.am:
105         * shell/ev-jobs.[ch]: (ev_job_layers_init),
106         (ev_job_layers_dispose), (ev_job_layers_run),
107         (ev_job_layers_class_init), (ev_job_layers_new):
108         * shell/ev-sidebar-layers.[ch]:
109         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
110         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
111         (ev_view_reload_page), (ev_view_reload):
112         * shell/ev-window.c: (setup_sidebar_from_metadata),
113         (ev_window_sidebar_current_page_changed_cb),
114         (sidebar_layers_visibility_changed), (ev_window_init):
115
116         Add layers support.
117         
118 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
119
120         * data/icons/22x22/actions/Makefile.am:
121         * data/icons/22x22/actions/eye.png:
122         * shell/ev-stock-icons.[ch]:
123         
124         Add eye icon from gimp to hide/show layers.
125         
126 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
127
128         * configure.ac:
129         * cut-n-paste/Makefile.am:
130         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
131         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
132         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
133
134         Add GimpCellRendererToggle from gimp slightly modified to fit our
135         needs. 
136         
137 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
138
139         * configure.ac:
140         * backend/pdf/ev-poppler.cc:
141
142         Implement layers interface in PDF backend.
143         
144 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
145
146         * libdocument/Makefile.am:
147         * libdocument/ev-document-layers.[ch]:
148         * libdocument/ev-layer.[ch]:
149
150         Add optional content (layers) interface.
151         
152 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
153
154         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
155         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
156
157         Removes unused code.
158
159 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
160
161         * NEWS:
162         * configure.ac:
163
164         Update for 2.25.1 release
165
166 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
167
168         * shell/ev-window.c:
169
170         Fix build with GTK+ < 2.14
171
172 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
173
174         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
175         
176         Makes menu label translatable. Fixes bug #559129.
177
178 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
179
180         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
181         (t1_transform_font):
182         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
183         
184         More renames of warning to mdvi_warning in follow up to the
185         fix of the bug #553369. Fix for the bug #559257 by
186         Tuxce <tuxce.net@gmail.com>.
187         
188 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
189
190         * shell/ev-application.c: (ev_application_init_session):
191         * shell/main.c: (main):
192
193         Move the egg_set_desktop_file() call to main and remove
194         gtk_window_set_default_icon_name() since it's already called by
195         egg_set_desktop_file()
196         
197 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
198
199         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
200
201         Initialize GError to NULL.
202         
203 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
204
205         * shell/ev-window.c: (window_save_file_copy_ready_cb),
206         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
207         (ev_window_preview_print_finished), (launch_action):
208
209         Do not use popup dialogs to show error messages anymore, use the
210         message area instead.
211         
212 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
213
214         * shell/ev-window.c: (ev_window_error_message),
215         (ev_window_warning_message), (ev_window_set_document),
216         (ev_window_load_job_cb), (ev_window_load_remote_failed),
217         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
218         (ev_window_cmd_help_contents), (launch_external_uri),
219         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
220         (ev_attachment_popup_cmd_open_attachment),
221         (attachment_save_dialog_response_cb):
222
223         Use a message format (with printf()-style) in
224         ev_window_error_message and ev_window_warning_message.
225
226 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * shell/ev-window.c: (ev_window_error_message),
229         (ev_window_warning_message), (ev_window_set_document),
230         (ev_window_load_job_cb), (ev_window_load_remote_failed),
231         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
232         (ev_window_cmd_help_contents), (launch_external_uri),
233         (image_save_dialog_response_cb),
234         (ev_attachment_popup_cmd_open_attachment),
235         (attachment_save_dialog_response_cb):
236
237         Change ev_window_error_message and ev_window_warning_message to
238         receive a EvWindow instead of a GtkWindow. It's more consistent
239         and avoids unneeded casts.
240         
241 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
242
243         * shell/ev-window.c: (ev_window_cmd_help_contents):
244
245         Use gtk_show_uri() when availale to display help contents.
246         
247 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
248
249         * configure.ac:
250         * backend/pdf/ev-poppler.cc:
251         * properties/ev-properties-view.c:
252         * shell/Makefile.am:
253         * shell/ev-tooltip.[ch]: Removed
254         * shell/ev-view-private.h
255         * shell/eggfindbar.c:
256         * shell/ev-application.c:
257         * shell/ev-open-recent-action.c:
258         * shell/ev-sidebar-thumbnails.c:
259         * shell/ev-view.c:
260         * shell/ev-window.c:
261
262         Bump GTK+ requirement to 2.12.
263         
264 2008-10-27 Christian Persch <chpe@gnome.org>
265
266         * backend/djvu/djvu-document.c
267         * backend/dvi/cairo-device.c
268         * cut-n-paste/evmountoperation/ev-mount-operation.h
269         * cut-n-paste/gedit-message-area/gedit-message-area.h
270         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
271         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
272         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
273         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
274         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
275         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
276         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
277         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
278         * cut-n-paste/zoom-control/ephy-zoom-action.c
279         * cut-n-paste/zoom-control/ephy-zoom-action.h
280         * cut-n-paste/zoom-control/ephy-zoom-control.c
281         * cut-n-paste/zoom-control/ephy-zoom-control.h
282         * libdocument/ev-async-renderer.h
283         * libdocument/ev-document-factory.c
284         * libdocument/ev-document-misc.h
285         * libdocument/ev-image.h
286         * libdocument/ev-selection.h
287         * shell/ev-properties-fonts.h
288         * shell/ev-stock-icons.h
289         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
290         directly. Bug #558064.
291
292 2008-10-27 Christian Persch <chpe@gnome.org>
293
294         * cut-and-paste/smclient/*: Update from libegg.
295
296 2008-10-27 Christian Persch <chpe@gnome.org>
297
298         * backend/djvu/djvu-document.c
299         * backend/ps/ev-spectre.c
300         * shell/ev-jobs.c: Use printf safely. Bug #558066.
301
302 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
303
304         * shell/ev-view.c (ev_view_change_page),
305         (ev_view_transition_animation_finish),
306         (ev_view_transition_animation_cancel), (page_changed_cb),
307         (ev_view_set_presentation), (ev_view_next_page),
308         (ev_view_previous_page):
309         
310         Cancel the animation without scheduling transition start
311         and proceed to the next page to fix bug #516749.
312
313 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
314
315         * NEWS:
316         * configure.ac:
317
318         Update for release 2.24.1
319         
320 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
321
322         * shell/ev-window.c: (ev_window_cmd_view_presentation):
323
324         Disable toggle function of F5 when in presentation mode. Patch by
325         Dave Neary. Fixes bug #556162.
326         
327 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
328
329         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
330         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
331         (ev_sidebar_thumbnails_fill_model),
332         (ev_sidebar_thumbnails_refresh),
333         (ev_sidebar_thumbnails_set_document):
334
335         Instead of using only one loading icon for thumbnails based on the
336         size of the first page, create an icon for every different page
337         size. Fixes bug #556264.
338         
339 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
340
341         * shell/ev-page-cache.c: (ev_page_cache_finalize):
342
343         Fix memory leak.
344         
345 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
346
347         * shell/ev-window-title.c (ev_window_title_sanitize_title):
348
349         Removes bad prefixes from window title. Patch by 
350         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
351         
352 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
353
354         * shell/ev-window.c: (launch_external_uri):
355
356         Do not consider mailto links as http uris. Fixes bug #555801.
357         
358 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
359
360         * shell/ev-view.c: (merge_selection_region), (clear_selection):
361
362         Fix memory leak. Fixes bug #555134.
363         
364 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
365
366         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
367
368         Emit the job finished signal when the job is handled before the
369         page_ready callback.
370         
371 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
372
373         * shell/ev-window.c: (launch_action):
374
375         Use GdkAppLaunchContext when available to launch external
376         applications.
377         
378 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * shell/ev-window.c: (launch_action):
381
382         Fix launching external applications for launch actions which seems
383         to be broken since the gio port. Fixes bug #554500.
384         
385 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * backend/dvi/Makefile.am:
388         * backend/dvi/cairo-device.c:
389         * backend/dvi/dvi-document.c:
390         * backend/dvi/mdvi-lib/Makefile.am:
391
392         Fix several compile warnings in the dvi backend.
393         
394 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
395
396         * backend/dvi/mdvi-lib/common.h:
397         * backend/dvi/mdvi-lib/dviread.c:
398         * backend/dvi/mdvi-lib/font.c:
399         * backend/dvi/mdvi-lib/fontmap.c:
400         * backend/dvi/mdvi-lib/fontsrch.c:
401         * backend/dvi/mdvi-lib/gf.c:
402         * backend/dvi/mdvi-lib/pagesel.c:
403         * backend/dvi/mdvi-lib/pk.c:
404         * backend/dvi/mdvi-lib/sp-epsf.c:
405         * backend/dvi/mdvi-lib/special.c:
406         * backend/dvi/mdvi-lib/tfm.c:
407         * backend/dvi/mdvi-lib/tfmfile.c:
408         * backend/dvi/mdvi-lib/util.c:
409         * backend/dvi/mdvi-lib/vf.c:
410
411         Rename error as mdvi_error to avoid symbol conflicts with the libc
412         error. Rename also message, crash, fatal and warning for
413         consistency. Fixes bug #553369.
414         
415 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
416
417         * backend/dvi/dvi-document.c: (dvi_document_load):
418
419         Fix memory leak.
420         
421 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * backend/dvi/dvi-document.c:
424
425         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
426         G_IMPLEMENT_INTERFACE.
427         
428 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
429
430         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
431
432         Make sure copy_job_page_and_selection_to_job_info is always called
433         before copy_job_to_job_info. Fixes bug #552382.
434         
435 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
436
437         * NEWS:
438         * configure.ac:
439
440         Update for release 2.24.0
441         
442 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
443
444         * shell/ev-window.c: (launch_external_uri):
445
446         Use GdkAppLaunchContext when available to launch external uris.
447         
448 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * shell/ev-window.c: (launch_external_uri):
451
452         Use the message area to show errors when lauching external uris
453         instead of a popup window.
454         
455 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
456
457         * shell/ev-window.c: (launch_external_uri):
458
459         Assume invalid uris are http uris. Fixes bug #552071.
460         
461 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
462
463         * NEWS:
464         * configure.ac:
465
466         Update for release 2.23.92.
467         
468 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
469
470         * shell/eggfindbar.c: (egg_find_bar_class_init):
471
472         Allow page scrolling with PageUp/PageDown keys when find bar is
473         active. Fixes bug #529833.
474         
475 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * shell/ev-view-private.h:
478         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
479         (ev_view_scroll), (ev_view_class_init):
480         * shell/ev-view-accessible.c:
481         (ev_view_accessible_action_do_action):
482         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
483         (ev_window_cmd_scroll_backward):
484
485         Use GtkScrollType instead of EvScrollType.
486         
487 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
488
489         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
490         
491         Patch for case unsensitive page label match by Michael Lee.
492         See bug #550136.
493         
494         * shell/ev-page-action.c (create_tool_item):    
495         * test/Makefile.am:
496         * test/test1.py:
497         * test/test4.py:
498         * test/test5.py:
499         
500         Added test for the above and updated other tests.
501
502 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
503
504         * shell/ev-window.c: (image_save_dialog_response_cb):
505
506         Do not append the file extension twice when saving an image.
507         
508 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
509
510         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
511
512         Remove an invalid ifdef.
513         
514 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
515
516         * shell/ev-view.c: (ev_view_motion_notify_event):
517
518         Make sure the cursor is correctly restored after showing the right
519         click menu.
520         
521 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
522
523         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
524         (ev_attachment_open):
525         * shell/ev-sidebar-attachments.c:
526         (ev_sidebar_attachments_button_press):
527         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
528
529         Use GdkAppLaunchContext when available to open attachments.
530         
531 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
534
535         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
536         by Eric Piel.
537         
538 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
539
540         * shell/ev-application.c: (ev_application_get_media_keys):
541         * shell/ev-media-player-keys.[ch]:
542         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
543         (ev_media_player_keys_grab_keys),
544         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
545         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
546         * shell/ev-window.[ch]: (ev_window_dispose),
547         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
548         (ev_window_init):
549
550         Clean up the media player keys stuff.
551         
552 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
553
554         * NEWS:
555         * configure.ac:
556
557         Update for release 2.23.91.
558         
559 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
560
561         * cut-n-paste/smclient/eggsmclient-xsmp.c:
562         (sm_client_xsmp_set_initial_properties):
563
564         Fix memory leak.
565         
566 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
567
568         * shell/ev-application.c: (ev_application_open_window),
569         (ev_application_open_uri_at_dest):
570
571         Make sure evince starts up in the right workspace when resuming a
572         previous session.
573         
574 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
575
576         * shell/ev-application.[ch]: (ev_application_open_window),
577         (ev_application_add_icon_path_for_screen),
578         (ev_application_open_uri_at_dest):
579
580         Fix window manager warnings shown in ~/.xsession-errors
581         
582 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
583
584         * configure.ac:
585         * cut-n-paste/Makefile.am:
586         * cut-n-paste/smclient/Makefile.am:
587         * cut-n-paste/smclient/eggdesktopfile.[ch]:
588         * cut-n-paste/smclient/eggsmclient-private.h:
589         * cut-n-paste/smclient/eggsmclient-xsmp.c:
590         * cut-n-paste/smclient/eggsmclient.[ch]:
591
592         EggSMClient copied from libegg
593
594         * libdocument/ev-file-helpers.c: (ev_dot_dir):
595         * shell/Makefile.am:
596         * shell/ev-application.[ch]: (ev_application_load_session),
597         (smclient_save_state_cb), (smclient_quit_cb),
598         (ev_application_init_session), (ev_application_shutdown),
599         (ev_application_init):
600         * shell/main.c: (main):
601
602         Use EggSMClient instead of gnome-client and remove libgnome and
603         libgnomeui dependencies.
604         
605 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
606
607         * shell/main.c: (main):
608
609         Remove gnome_authentication_manager_init.
610         
611 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
612
613         * shell/ev-view.c: (ev_view_goto_window_create):
614
615         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
616         since it's now deprecated.
617         
618 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
619
620         * backend/djvu/Makefile.am:
621         * backend/djvu/djvu-document-private.h:
622         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
623         (djvu_document_find_iface_init):
624         * backend/djvu/djvu-text-page.[ch]:
625         * backend/djvu/djvu-text.[ch]: Removed
626         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
627         (pdf_document_find_iface_init):
628         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
629         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
630         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
631         (ev_job_find_get_n_results), (ev_job_find_get_progress),
632         (ev_job_find_has_results), (ev_job_find_get_results):
633         * shell/ev-view-private.h:
634         * shell/ev-view.[ch]: (ev_view_expose_event),
635         (highlight_find_results), (ev_view_finalize),
636         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
637         (ev_view_set_document), (ev_view_find_get_n_results),
638         (ev_view_find_get_result), (jump_to_find_result),
639         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
640         (ev_view_find_previous), (ev_view_find_search_changed),
641         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
642         * shell/ev-window.c: (ev_window_update_actions),
643         (page_changed_cb), (ev_window_setup_document),
644         (ev_window_update_find_status_message),
645         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
646         (ev_window_clear_find_job), (find_bar_close_cb),
647         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
648         (ev_window_dispose), (ev_window_init):
649
650         Rework find interface. The find logic has been moved from backends
651         to the shell avoiding a lot of duplicated code in the backends and
652         making easier to implement the find interface in the backends.
653         
654 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
655
656         * backend/pdf/ev-poppler.cc:
657         (pdf_document_thumbnails_get_dimensions):
658
659         Make sure thumbnail size returned by the PDF is actually
660         valid. Fixes bug #548462.
661         
662 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * shell/ev-window.c: (ev_window_setup_document),
665         (ev_window_set_document), (ev_window_dispose):
666
667         Remove the idle function for setting the document up when the
668         window is destroyed. Fixes bug #549163.
669         
670 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
671
672         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
673         (ev_job_attachments_dispose), (ev_job_attachments_run),
674         (ev_job_attachments_class_init), (ev_job_attachments_new):
675         * shell/ev-sidebar-attachments.c:
676         (ev_sidebar_attachments_set_document):
677
678         Add a new job to get the attachments in a thread with the document
679         lock held. Fixes bug #548653.
680         
681 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
682
683         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
684         (tiff_document_document_iface_init):
685
686         Implement document_get_page_label in tiff backend.
687         
688 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
689
690         * backend/tiff/tiff-document.c: (tiff_document_render):
691
692         Handle document orientation in tiff backend. Fixes bug #548444.
693         
694 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
695
696         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
697
698         Do not crash when adjustment page size is 0. Fixes bug #547440.
699         
700 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
701
702         * cut-n-paste/evmountoperation/ev-mount-operation.c:
703
704         Sync with current GTK+.
705         
706 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
707
708         * configure.ac:
709         
710         Update for release 2.23.6.
711
712 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
713
714         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
715         (ev_job_load_set_password):
716         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
717         * shell/ev-window.c: (password_dialog_response),
718         (ev_window_load_job_cb):
719
720         Fix loading encrypted documents since I broke it with the jobs
721         rework.
722         
723 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
724
725         * NEWS:
726
727         Update NEWS for 2.23.6 release.
728         
729 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
730
731         * backend/impress/impress-document.c:
732         * backend/impress/render.h:
733         * libdocument/ev-document-factory.c:
734         * libdocument/ev-document-factory.h:
735         * libdocument/ev-document-links.h:
736         * libdocument/ev-document-misc.c:
737         * libdocument/ev-document-misc.h:
738         * properties/ev-properties-main.c:
739         * properties/ev-properties-view.c:
740         * properties/ev-properties-view.h:
741         * shell/eggfindbar.c:
742         * shell/eggfindbar.h:
743         * shell/ev-application.c:
744         * shell/ev-application.h:
745         * shell/ev-jobs.h:
746         * shell/ev-message-area.h:
747         * shell/ev-navigation-action.c:
748         * shell/ev-navigation-action.h:
749         * shell/ev-open-recent-action.c:
750         * shell/ev-open-recent-action.h:
751         * shell/ev-page-action-widget.c:
752         * shell/ev-page-action.c:
753         * shell/ev-page-action.h:
754         * shell/ev-page-cache.h:
755         * shell/ev-password-view.h:
756         * shell/ev-password.h:
757         * shell/ev-pixbuf-cache.h:
758         * shell/ev-properties-fonts.c:
759         * shell/ev-sidebar-attachments.c:
760         * shell/ev-sidebar-links.c:
761         * shell/ev-sidebar-links.h:
762         * shell/ev-sidebar-thumbnails.c:
763         * shell/ev-sidebar-thumbnails.h:
764         * shell/ev-sidebar.c:
765         * shell/ev-sidebar.h:
766         * shell/ev-stock-icons.c:
767         * shell/ev-tooltip.h:
768         * shell/ev-view.c:
769         * shell/ev-view.h:
770         * shell/ev-window.c:
771         * shell/ev-window.h:
772         * shell/main.c:
773
774         More #include cleanups. Again: reordering, single gtk.h
775         includes and other stuff.
776
777 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
778
779         * shell/eggfindbar.c:
780         * shell/ev-application.c:
781         * shell/ev-message-area.c:
782         * shell/ev-navigation-action.c:
783         * shell/ev-open-recent-action.c:
784         * shell/ev-page-action-widget.c:
785         * shell/ev-page-action.c:
786         * shell/ev-password-view.c:
787         * shell/ev-properties-dialog.c:
788         * shell/ev-properties-fonts.c:
789         * shell/ev-sidebar-attachments.c:
790         * shell/ev-sidebar-page.c:
791         * shell/ev-sidebar-thumbnails.c:
792         * shell/ev-stock-icons.c:
793         * shell/ev-tooltip.c:
794         * shell/ev-view.c:
795         * shell/ev-window.c:
796         * shell/main.c:
797
798         Cleanup many #include statements: reorder so that a
799         generic-to-specific order is used, use single gtk.h
800         includes, and some other cleanups.
801
802 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * shell/ev-jobs.h:
805
806         Add gio header.
807         
808 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
811         (ev_document_fc_mutex_trylock):
812         * shell/Makefile.am:
813         * shell/ev-job-queue.[ch]:
814         * shell/ev-job-scheduler.[ch]:
815         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
816         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
817         (ev_job_run), (ev_job_cancel), (ev_job_failed),
818         (ev_job_failed_from_error), (ev_job_succeeded),
819         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
820         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
821         (ev_job_links_class_init), (ev_job_render_init),
822         (notify_page_ready), (ev_job_render_page_ready),
823         (ev_job_render_run), (ev_job_render_class_init),
824         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
825         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
826         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
827         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
828         (ev_job_save_dispose), (ev_job_save_run),
829         (ev_job_save_class_init), (ev_job_print_init),
830         (ev_job_print_dispose), (ev_job_print_run),
831         (ev_job_print_class_init):
832         * shell/ev-page-cache.c:
833         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
834         (check_job_size_and_unref), (move_one_job),
835         (copy_job_to_job_info), (add_job),
836         (ev_pixbuf_cache_add_jobs_if_needed):
837         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
838         (job_fonts_finished_cb), (job_fonts_updated_cb),
839         (ev_properties_fonts_set_document):
840         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
841         (ev_sidebar_links_set_document):
842         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
843         (ev_sidebar_thumbnails_set_document),
844         (ev_sidebar_thumbnails_clear_job):
845         * shell/ev-view-private.h:
846         * shell/ev-view.c:
847         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
848         (ev_window_refresh_window_thumbnail), (password_dialog_response),
849         (ev_window_clear_load_job), (ev_window_clear_reload_job),
850         (ev_window_load_job_cb), (ev_window_reload_job_cb),
851         (window_open_file_copy_ready_cb), (ev_window_open_uri),
852         (ev_window_reload_document), (ev_window_clear_save_job),
853         (ev_window_save_job_cb), (file_save_dialog_response_cb),
854         (ev_window_clear_print_job), (ev_window_print_job_cb),
855         (ev_window_print_dialog_response_cb):
856         * shell/main.c: (main):
857
858         Rework the jobs system in order to make it simpler and more
859         extensible. It allows to run jobs in the main loop instead of
860         using a thread when it's appropriate like the fonts job. Now it's
861         also possible to cancel jobs that are currently running. 
862         
863 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
864
865         * libdocument/ev-debug.c: (profile_init):
866
867         Create the hash table also when profiling service is enabled for
868         all sections.
869         
870 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * libdocument/ev-debug.[ch]: (ev_profiler_start),
873         (ev_profiler_stop):
874         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
875         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
876         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
877         (ev_job_print_run):
878         * shell/main.c: (main):
879
880         Add a profile mode available when debug is enabled. Add profilers
881         in ev-jobs.
882         
883 2008-07-23  Götz Waschk <waschk@mandriva.org>
884
885         * configure.ac: Correctly build desktop file. Fixes
886         bug #544237.
887
888 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
889
890         * configure.ac:
891         
892         Update for release 2.23.5.
893
894 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
895
896         * NEWS:
897
898         Update NEWS for 2.23.5 release.
899         
900 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
901
902         * shell/ev-window.c: (ev_window_state_event),
903         (ev_window_class_init):
904
905         Intercept window manager's fullscreen request in order to run/stop
906         fullscreen mode. Fixes bug #493541.
907         
908 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
909
910         * shell/ev-window.c: (find_bar_visibility_changed_cb):
911
912         Restart the job search when the find bar is opened for the second
913         time. Fixes bug #531956.
914         
915 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
916
917         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
918         (get_document_from_uri):
919
920         Make sure we always return a valid error struct when
921         get_document_from_uri fails. Fixes nautilus crash, see bug
922         #542548.
923         
924 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
925
926         * libdocument/ev-transition-effect.c
927         (ev_transition_effect_type_get_type),
928         (ev_transition_effect_alignment_get_type),
929         (ev_transition_effect_direction_get_type):
930         
931         Fixes bug #542924. Makes enums static to fix Solaris build.
932
933 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
934
935         * shell/ev-view.c: (ev_view_key_press_event):
936
937         Add '.' keybinding for blanking the screen in presentation
938         mode. Fixes bug #542001.
939         
940 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
941
942         * libdocument/ev-document-misc.c:
943         (ev_document_misc_pixbuf_from_surface):
944
945         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
946         #540950.
947         
948 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
949
950         * backend/comics/comics-document.c (comics_document_load):
951         * backend/comics/comicsdocument.evince-backend.in:
952         * configure.ac:
953         * thumbnailer/evince-thumbnailer-comics.schemas.in:
954         
955         Added support for 7-zip based cb7 comic book. Patch by
956         Kartik Rustagi. Fixes bug #532312.
957
958 2008-06-24  Bastien Nocera  <hadess@hadess.net>
959
960         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
961         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
962         Fixes bug #539972.
963
964 2008-06-24  Bastien Nocera  <hadess@hadess.net>
965
966         * shell/Makefile.am:
967         * shell/ev-application.c (ev_application_init),
968         (ev_application_get_media_keys):
969         * shell/ev-application.h:
970         * shell/ev-marshal.list:
971         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
972         (proxy_destroy), (on_media_player_key_pressed),
973         (ev_media_player_keys_init), (ev_media_player_keys_focused),
974         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
975         * shell/ev-media-player-keys.h:
976         * shell/ev-window.c (ev_window_go_previous_page),
977         (ev_window_go_next_page), (ev_window_go_first_page),
978         (ev_window_go_last_page), (ev_window_start_presentation),
979         (ev_window_dispose), (view_actions_focus_in_cb):
980         * shell/ev-window.h: When building with D-Bus support, listen
981         for multimedia key events from gnome-settings-daemon. This allows
982         to go to the next/previous/first/last pages using, respectively,
983         Next/Previous/Rewing/Fast Forward. The Play button is used to start
984         a presentation. Fixes bug #539971.
985
986 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
987
988         * configure.ac:
989         
990         Update for release 2.23.4.
991
992 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
993
994         * NEWS:
995
996         Update news for 2.23.4 release.
997         
998 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
999
1000         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1001         * shell/ev-sidebar-thumbnails.c:
1002         (ev_sidebar_thumbnails_set_loading_icon),
1003         (ev_sidebar_thumbnails_refresh):
1004         * shell/ev-window.c: (ev_window_error_message),
1005         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1006         (ev_window_set_document):
1007
1008         Do not crash opening documents with no pages and show a warning
1009         message in the message area. Fixes bugs #537574 and #171588.
1010         
1011 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * shell/Makefile.am:
1014         * shell/ev-file-monitor.[ch]:
1015         * shell/ev-window.c: (ev_window_document_changed),
1016         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1017         (ev_window_reload_job_cb), (ev_window_open_uri),
1018         (ev_window_reload_document), (ev_window_cmd_view_reload),
1019         (ev_window_dispose):
1020
1021         Automaticly reload the document when the file has changed on
1022         disk. Bug #304249.
1023         
1024 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1025
1026         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1027         * libdocument/ev-image.c: (ev_image_save_tmp):
1028         * libdocument/ev-module.c: (ev_module_load):
1029         * shell/ev-application.c: (ev_application_shutdown),
1030         (ev_application_get_print_settings):
1031         * shell/ev-sidebar-attachments.c:
1032         (ev_sidebar_attachments_button_press),
1033         (ev_sidebar_attachments_drag_data_get):
1034         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1035         (ev_window_print_finished), (ev_window_print_send),
1036         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1037         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1038         (ev_window_cmd_preview_print):
1039         * shell/main.c: (load_files_remote):
1040         Fix some build warnings under GCC 4.3.0. (#537535).
1041
1042 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * shell/ev-jobs.c: (ev_job_render_dispose):
1045
1046         Fix a crash in debug mode. Patch by Daniel M German.
1047         
1048 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1049
1050         * shell/ev-window.c:
1051
1052         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1053         
1054 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1055
1056         * shell/ev-window.c: (ev_window_print_send),
1057         (ev_window_do_preview_print):
1058
1059         Use the window title as print job name instead of just
1060         "evince-print". Fixes bug #534493.
1061         
1062 2008-05-19  Frederic Peters  <fpeters@0d.be>
1063
1064         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1065         Bug #533897.
1066
1067 2008-05-19  Frederic Peters  <fpeters@0d.be>
1068
1069         * help/reference/Makefile.am: added missing libevmountoperation to
1070         gtkdoc-scanobj libraries.  Bug #533896.
1071
1072 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1073
1074         * properties/ev-properties-view.c (get_default_user_units):
1075         Fixes check for default units string translation. Bug #533323.
1076
1077 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1078
1079         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1080         be an iks_free(). Fix an array overflow in the XML parser that
1081         would occur whenever the number of attributes in a tag was greater
1082         than 0 and divisible by 6. Fixes GNOME bug #530852.
1083
1084 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * backend/djvu/djvu-document-private.h:
1087         * backend/djvu/djvu-links.c:
1088         * backend/djvu/djvu-text.c:
1089         * backend/djvu/djvu-document.c: (djvu_handle_events),
1090         (djvu_wait_for_message), (djvu_document_load),
1091         (document_get_page_size), (djvu_document_render),
1092         (djvu_document_thumbnails_get_thumbnail),
1093         (djvu_document_file_exporter_end):
1094
1095         Make sure load job doesn't finish successfully when the document
1096         is not successfully decoded by libdjvu. Fixes bug #530202.
1097         
1098 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1099
1100         * configure.ac:
1101         * libdocument/Makefile.am:
1102         * libdocument/ev-debug.[ch]:
1103         * libdocument/ev-document.c:
1104         * shell/ev-jobs.c: (ev_job_links_dispose),
1105         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1106         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1107         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1108         (ev_job_render_page_ready), (ev_job_render_run),
1109         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1110         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1111         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1112         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1113         (ev_job_print_new), (ev_job_print_run):
1114         * shell/main.c: (main):
1115
1116         Add debug mode based on gedit code. Add debug messages in
1117         ev-jobs.
1118         
1119 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1120
1121         * libdocument/ev-document-factory.c: (get_document_from_uri):
1122
1123         Fix memory leak.
1124         
1125 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1126
1127         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1128         (get_mime_type_from_data), (get_document_from_uri),
1129         (ev_document_factory_get_document):
1130         
1131         Improved error message about file opening failture.
1132         Bug #529129.
1133
1134 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1135
1136         * data/evince-toolbar.xml:
1137         
1138         Allow to add SaveAs to toolbar.
1139
1140 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * shell/ev-view-private.h:
1143         * shell/ev-view.[ch]: (ev_view_button_release_event),
1144         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1145         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1146         (ev_view_update_primary_selection), (clear_link_selected),
1147         (ev_view_copy_link_address):
1148         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1149
1150         Update also the primary selection when copying a link
1151         address. Fixes bug #520855.
1152         
1153 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1154
1155         * libdocument/ev-document-factory.c: (get_document_from_uri):
1156
1157         Use the pixbuf backend only when the mime type is not supported by
1158         any of the other backend so that tiff documents, for instance, are
1159         handled by the tiff backend instead of the pixbuf backend. fixes
1160         bug #520290.
1161         
1162 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1163
1164         * cut-n-paste/Makefile.am:
1165
1166         Add evmountoperation to subdirs list.
1167         
1168 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1169
1170         * configure.ac:
1171
1172         Fix libspectre check in configure script. Fixes bug #528549.
1173         
1174 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1175
1176         * configure.ac:
1177         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1178         * shell/Makefile.am:
1179         * shell/ev-window.c: (ev_window_load_remote_failed),
1180         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1181
1182         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1183         open documents in remote locations that are not mounted.
1184         
1185 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1186
1187         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1188         (bitmap_convert_msb8):
1189         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1190         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1191
1192         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1193         
1194 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1195
1196         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1197         (ev_job_render_new), (ev_job_render_set_selection_info),
1198         (ev_job_render_run):
1199         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1200         (check_job_size_and_unref),
1201         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1202         (add_job), (ev_pixbuf_cache_get_selection_surface):
1203
1204         Create the render context needed for rendering a page in the render
1205         thread so that we don't block the main thread. Simplify
1206         EvJobRender API.
1207         
1208 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1209
1210         * libdocument/Makefile.am:
1211         * libdocument/ev-page.[ch]:
1212         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1213         (ev_render_context_new), (ev_render_context_set_page):
1214         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1215         (ev_form_field_finalize), (ev_form_field_class_init):
1216         * libdocument/ev-document-forms.[ch]:
1217         (ev_document_forms_get_form_fields):
1218         * libdocument/ev-document.[ch]: (ev_document_get_page),
1219         (ev_document_get_page_size), (ev_document_get_page_label):
1220         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1221         (ev_job_render_run), (ev_job_thumbnail_new),
1222         (ev_job_thumbnail_run), (ev_job_print_run):
1223         * shell/ev-page-cache.c: (ev_page_cache_new):
1224         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1225         (check_job_size_and_unref), (add_job):
1226         * shell/ev-sidebar-thumbnails.c: (add_range):
1227         * shell/ev-view.c: (ev_view_form_field_get_region),
1228         (ev_view_form_field_button_create_widget),
1229         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1230         (ev_view_handle_form_field), (ev_view_size_allocate),
1231         (get_selected_text):
1232         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1233         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1234         (pdf_document_get_page), (pdf_document_get_page_label),
1235         (pdf_document_render), (pdf_document_get_info),
1236         (pdf_document_document_iface_init),
1237         (pdf_document_thumbnails_get_thumbnail),
1238         (pdf_document_thumbnails_get_dimensions),
1239         (pdf_document_file_exporter_do_page),
1240         (pdf_selection_render_selection),
1241         (pdf_selection_get_selected_text),
1242         (pdf_selection_get_selection_region),
1243         (pdf_selection_get_selection_map),
1244         (pdf_document_forms_get_form_fields),
1245         (pdf_document_forms_form_field_text_get_text),
1246         (pdf_document_forms_form_field_text_set_text),
1247         (pdf_document_forms_form_field_button_set_state),
1248         (pdf_document_forms_form_field_button_get_state),
1249         (pdf_document_forms_form_field_choice_get_item),
1250         (pdf_document_forms_form_field_choice_get_n_items),
1251         (pdf_document_forms_form_field_choice_is_item_selected),
1252         (pdf_document_forms_form_field_choice_select_item),
1253         (pdf_document_forms_form_field_choice_toggle_item),
1254         (pdf_document_forms_form_field_choice_unselect_all),
1255         (pdf_document_forms_form_field_choice_set_text),
1256         (pdf_document_forms_form_field_choice_get_text):
1257         * backend/ps/ev-spectre.c: (ps_document_get_page),
1258         (ps_document_get_page_size), (ps_document_get_page_label),
1259         (ps_document_render), (ps_document_document_iface_init),
1260         (ps_document_file_exporter_do_page):
1261         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1262         (tiff_document_render), (tiff_document_render_pixbuf),
1263         (tiff_document_file_exporter_do_page):
1264         * backend/pixbuf/pixbuf-document.c:
1265         (pixbuf_document_get_page_size):
1266         * backend/comics/comics-document.c:
1267         (comics_document_get_page_size), (comics_document_render_pixbuf):
1268         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1269         (djvu_document_render), (djvu_selection_get_selected_text),
1270         (djvu_document_thumbnails_get_thumbnail),
1271         (djvu_document_file_exporter_do_page),
1272         (djvu_document_find_get_result):
1273         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1274         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1275         (dvi_document_thumbnails_get_thumbnail),
1276         (dvi_document_file_exporter_do_page):
1277         * backend/impress/impress-document.c:
1278         (impress_document_get_page_size),
1279         (impress_document_render_pixbuf):
1280         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1281
1282         Add EvPage so that we can hold a reference to the backend
1283         page. Form fields keep now a reference to the poppler page
1284         improving performance since we don't have to create/destroy the
1285         poppler field for every form operation. This will be needed for
1286         annotations too.
1287         
1288 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1289
1290         * data/evince-ui.xml:
1291         * shell/ev-window.c:
1292
1293         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1294         
1295 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * configure.ac:
1298         * backend/ps/Makefile.am:
1299
1300         Remove gs stuff from ps backend.
1301         
1302 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1303
1304         * configure.ac:
1305         * backend/pdf/ev-poppler.cc:
1306
1307         Bump poppler requirement to 0.8.0.
1308         
1309 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1310
1311         * NEWS:
1312         * configure.ac:
1313
1314         Update for release 2.22.1.1
1315
1316 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1317
1318         * configure.ac:
1319
1320         Fix build (again) when poppler version is 0.6
1321         
1322 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1323
1324         * backend/djvu/djvu-links.c: (build_tree):
1325
1326         Make sure link title is a valid utf8 string. Fixes bug #526517.
1327         
1328 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1329
1330         * configure.ac:
1331
1332         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1333         #526799.
1334         
1335 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1336
1337         * configure.ac:
1338         
1339         Update for release 2.22.1.
1340
1341 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1342
1343         * NEWS:
1344
1345         Update for upcoming release.
1346
1347 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1348
1349         * configure.ac:
1350         * backend/dvi/dvidocument.evince-backend.in:
1351
1352         Add compressed dvi to the list of supported mime types. Patch by
1353         Ed Catmur. Fixes bug #307087.
1354
1355 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1356
1357         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1358
1359         Fix a crash when printing a range that doesn't specify the start or
1360         end page. Fixes bug #524288.
1361
1362 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * shell/ev-window.c: (ev_window_cmd_continuous),
1365         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1366         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1367         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1368         (ev_window_run_presentation), (ev_window_stop_presentation),
1369         (ev_window_cmd_view_presentation),
1370         (ev_window_cmd_leave_fullscreen),
1371         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1372
1373         Do not unfullscreen and fullscreen again the window when changing
1374         from fullscreen to presentation mode and vice versa. Fixes bug
1375         #524112.
1376         
1377 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1378
1379         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1380
1381         Do not crash when thumbnail failed to render in PS backend. Fixes
1382         bug #525015.
1383         
1384 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1385
1386         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1387         (ev_window_load_file_remote), (ev_window_open_uri):
1388
1389         Handle errors when opening remote files.
1390         
1391 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1392
1393         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1394
1395         Only grab the focus for the current visible proxy widget. Fixes
1396         bug #521224.
1397         
1398 2008-03-30  Emil Soleyman  <emil@nishra.com>
1399
1400         * shell/ev-window.c: (launch_external_uri):
1401         
1402         Reuse g_app_info_launch_default_for_uri to
1403         save some code and fix bug #525009.
1404
1405 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1406
1407         * shell/ev-window.c (image_save_dialog_response_cb):
1408
1409         Use g_str_has_suffix. See bug #523069.
1410
1411 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1412
1413         * configure.ac:
1414
1415         Add a configure option to enable/diable DBus. Patch by Rémi
1416         Cardona. Fixes bug 521797.
1417
1418 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1419
1420         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1421
1422         Fix printing in documents with rotated pages. Patch by Eugen
1423         Dedu. Fixes bug #512648.
1424         
1425 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1426
1427         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1428         (ev_link_from_action):
1429
1430         Fix warning messages.
1431         
1432 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1433
1434         * shell/ev-window.c: (image_save_dialog_response_cb):
1435
1436         Do not append the extension to filename when saving an image
1437         if the filename alredy contains the extension. Fixes bug #523069.
1438         
1439 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1440
1441         * shell/ev-view.[ch]: (ev_view_find_cancel):
1442         * shell/ev-window.c: (find_bar_close_cb):
1443
1444         Cancel the find operation when the find bar is closed. Fixes bug
1445         #508845.
1446         
1447 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1448
1449         * backend/ps/psdocument.evince-backend.in:
1450
1451         Make ps backend module resident. Fixes bug #520607.
1452         
1453 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1454
1455         * shell/ev-jobs.c: (ev_job_print_run):
1456
1457         Invert collate action in order to work as expected, fix reverse
1458         printing so that it doesn't start with a blank page and fix number
1459         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1460         
1461 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1462
1463         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1464
1465         Fix build with poppler <= 0.7.2
1466         
1467 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1468
1469         * libdocument/ev-document-misc.c:
1470         (ev_document_misc_surface_from_pixbuf):
1471
1472         Fix selections with poppler-splash.
1473         
1474 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1475
1476         * configure.ac:
1477         * backend/pdf/ev-poppler.cc:
1478
1479         Fix build with poppler >= 0.7.2
1480         
1481 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1482
1483         * configure.ac:
1484         
1485         Update for release 2.22.0
1486
1487 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * NEWS:
1490
1491         Update for upcoming release.
1492
1493 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1494
1495         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1496
1497         Bug 495107 – Handle print dialog responses correctly
1498
1499         Correctly handle print dialog response. Properly fixes
1500         the above mentioned bug.
1501
1502 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1503
1504         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1505
1506         Make sure print job is only run when the print button is
1507         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1508         
1509 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1510
1511         * backend/pdf/pdfdocument.evince-backend.in:
1512         * libdocument/ev-backends-manager.c:
1513         (ev_backends_manager_load_backend),
1514         (ev_backends_manager_get_document):
1515         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1516
1517         Allow making backend modules resident. This is needed only for
1518         some backends like pdf to avoid registering glib types more than
1519         once.
1520         
1521 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * backend/comics/comics-document.c:
1524         * backend/djvu/djvu-document.c:
1525         * backend/impress/impress-document.c:
1526         * backend/pdf/ev-poppler.cc:
1527         * backend/pixbuf/pixbuf-document.c:
1528         * backend/ps/ev-spectre.c:
1529         * backend/ps/ps-document.c:
1530         * backend/tiff/tiff-document.c:
1531         * libdocument/ev-document.h:
1532         * properties/ev-properties-main.c:
1533
1534         Use g_type_module_add_interface instead of
1535         g_type_add_interface_static. Fixes bug #519679.
1536         
1537 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1538
1539         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1540         Added. Returns whether the animation has everything necessary to run.
1541         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1542         is ready just because it's been created. Fixes #519106.
1543         (draw_one_page): Do not show the "Loading..." text in presentation
1544         mode, there was a slim probability that this could happen.
1545
1546 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1549
1550         Duplicate mime_type string before freeing it so that it doesn't
1551         always fail when getting mime type from uri. Fixes bug #518874.
1552         
1553 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1556
1557         Fix a crash when a choice form field doesn't have any item
1558         selected. Fixes bug #518831
1559         
1560 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1561
1562         * shell/ev-window.c (ev_window_clear_temp_file):
1563         Use g_file_has_prefix instead of renamed
1564         g_file_contains_file.
1565
1566         * configure.ac:
1567         Require new glib for above change.
1568         
1569 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1570
1571         * libdocument/ev-image.c: (ev_image_finalize),
1572         (ev_image_save_tmp):
1573
1574         Return a real uri instead of a filename when saving an
1575         image. Fixes images drag an drop from evince to nautilus. 
1576         
1577 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1578
1579         * backend/pdf/ev-poppler.cc:
1580         (pdf_document_images_get_image_mapping):
1581
1582         Return the image list in the right order. Fixes bug #516237.
1583         
1584 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1585
1586         * backend/impress/impress-document.c:
1587         (impress_document_thumbnails_get_thumbnail):
1588
1589         Remove unused variable to avoid a compiler warning.
1590
1591 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1592
1593         * configure.ac:
1594         
1595         Update for release 2.21.91.
1596
1597 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1598
1599         * configure.ac:
1600         * shell/Makefile.am:
1601         * shell/ev-application.[ch]:
1602         * shell/ev-sidebar-links.c:
1603         * shell/ev-utils.[ch]:
1604         * shell/ev-window.[ch]:
1605
1606         Remove libgnomeprint support. Fixes bug #512370.
1607         
1608 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1609
1610         * thumbnailer/evince-thumbnailer.c: (main):
1611
1612         Initialize glib type system before using it. Fixes bug #513934.
1613         
1614 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1615
1616         * properties/ev-properties-main.c:
1617
1618         Add missing #include.
1619         
1620 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1621
1622         * configure.ac:
1623         * backend/djvu/djvu-document.c: (djvu_document_render):
1624         * backend/tiff/tiff-document.c: (tiff_document_render):
1625
1626         Use the new cairo function cairo_format_stride_for_width when
1627         available. Fixes bug #482720.
1628
1629 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1630
1631         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1632         (get_mime_type_from_data), (get_document_from_uri):
1633
1634         Use g_content_type_guess() only when slow is true in
1635         get_document_from_uri(). Fix several memory leaks.
1636         
1637 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1638
1639         * libdocument/ev-document-factory.c:
1640         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1641         (get_document_from_uri):
1642
1643         Use g_content_type_guess () to get mimetype for files.
1644         Bug #510401.
1645
1646 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1647
1648         * thumbnailer/Makefile.am:
1649
1650         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1651         
1652 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1653
1654         * configure.ac:
1655
1656         Fix build with --without-libgnome. Fixes bug #512771.
1657         
1658 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1659
1660         * backend/dvi/Makefile.am: Install only dvi
1661         module. Fixes bug #512718.
1662
1663 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1664
1665         * properties/ev-properties-main.c: (nautilus_module_initialize):
1666         
1667         Initialize backends in properties tab. Fixes bug
1668         #512720.
1669
1670 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1671
1672         * properties/Makefile.am: No need to link with 
1673         libraries. Fixes bug #512719.
1674
1675 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1676
1677         * NEWS:
1678         * configure.ac:
1679         
1680         Update for release 2.21.90.
1681
1682 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1683
1684         * shell/ev-window.c: (ev_window_cmd_escape):
1685
1686         Fix compile warning.
1687         
1688 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1689
1690         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1691
1692         Fix printing in dvi backend when filename contains white
1693         espaces. Fixes bug #502839.
1694         
1695 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1696
1697         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1698         (screensaver_disable_x11):
1699         * shell/Makefile.am:
1700         * shell/xdg-user-dir-lookup.c: Removed
1701         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1702         * shell/ev-view.c: (ev_view_presentation_transition_start):
1703         * shell/ev-window.c: (ev_window_cmd_file_open),
1704         (ev_window_cmd_save_as), (presentation_set_timeout):
1705
1706         Remove #ifdefs that are no longer needed.
1707         
1708 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1709
1710         * shell/ev-view.[ch]: (ev_view_button_release_event),
1711         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1712         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1713         (ev_window_cmd_escape):
1714
1715         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1716         
1717 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1718
1719         * configure.ac:
1720         * backend/comics/comics-document.c: (comics_document_load):
1721         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1722         (ev_attachment_set_property), (ev_attachment_init),
1723         (ev_attachment_save), (ev_attachment_launch_app),
1724         (ev_attachment_open):
1725         * libdocument/ev-document-factory.c: (get_document_from_uri):
1726         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1727         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1728         * shell/ev-jobs.c:
1729         * shell/ev-password.c: (ev_password_dialog_set_property),
1730         (ev_password_dialog_save_password):
1731         * shell/ev-sidebar-attachments.c:
1732         (ev_sidebar_attachments_drag_data_get):
1733         * shell/ev-window-title.c: (get_filename_from_uri):
1734         * shell/ev-window.c: (ev_window_clear_temp_file),
1735         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1736         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1737         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1738         (launch_external_uri), (image_save_dialog_response_cb),
1739         (attachment_save_dialog_response_cb):
1740         * shell/main.c: (load_files), (load_files_remote), (main):
1741         * thumbnailer/evince-thumbnailer.c: (main):
1742
1743         Port to gio and drop gnome-vfs dependency. Fixes bug
1744         #510401. Based on patch by Cosimo Cecchi.
1745         
1746 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1747
1748         * NEWS:
1749
1750         Fixed formatting inconsistencies (spaces vs. tabs)
1751
1752 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1753
1754         * shell/ev-window.c:
1755
1756         Use top/up/bottom/down arrows instead of
1757         first/left/last/right in the toolbar and menu actions.
1758         This fixes issues with RTL languages and is visually
1759         consistent with the page view. Fixes bug #170081.
1760
1761 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1762
1763         * NEWS:
1764
1765         Fixed some inaccuracies pointed out by Carlos Garcia
1766         Campos.
1767
1768 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1769
1770         * NEWS:
1771         * data/evince.schemas.in:
1772         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1773
1774         Override PDF restrictions by default. Fixes bug #382700.
1775
1776 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1777
1778         * NEWS: Updated for upcoming release
1779
1780 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1781
1782         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1783
1784         Fix memory leak.
1785         
1786 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1787
1788         * shell/ev-window.c: (register_custom_actions):
1789         
1790         Added comment for translators
1791
1792 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1793
1794         * shell/ev-view.c: (ev_view_button_release_event):
1795
1796         Do not create the idle function for kinetic scrolling if we are
1797         not in a drag operation.
1798
1799 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1800
1801         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1802         (ev_view_button_press_event), (ev_view_motion_notify_event),
1803         (ev_view_button_release_event):
1804
1805         Restore cursor after autoscrolling. Fixes bug #509958.
1806
1807 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1808
1809         * configure.ac:
1810         * backend/pdf/ev-poppler.cc:
1811         (pdf_document_images_get_image_mapping),
1812         (pdf_document_images_get_image),
1813         (pdf_document_document_images_iface_init):
1814         * libdocument/ev-document-images.[ch]:
1815         (ev_document_images_get_image_mapping),
1816         (ev_document_images_get_image):
1817         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1818         (ev_image_get_id), (ev_image_save_tmp):
1819         * shell/ev-jobs.c: (ev_job_render_run):
1820         * shell/ev-view.c: (ev_view_drag_data_get):
1821         * shell/ev-window.c: (image_save_dialog_response_cb),
1822         (ev_view_popup_cmd_copy_image):
1823
1824         Do not render images when rendering the page but on demand. It
1825         reduces the memory comsumption.
1826         
1827 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1828
1829         * configure.a:
1830         * shell/ev-password.c:
1831
1832         Make gnome-keyring optional. Fixes bug #509676.
1833         
1834 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1835
1836         * shell/ev-pixbuf-cache.c: (add_job):
1837
1838         Initialize include_images variable as FALSE instead of TRUE.
1839         
1840 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1841
1842         * configure.ac:
1843         * cut-n-paste/Makefile.am:
1844         * cut-n-paste/fileformatchooser/Makefile.am:
1845         * cut-n-paste/fileformatchooser/egg-macros.h:
1846         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1847         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1848         * shell/Makefile.am:
1849         * shell/ev-utils.c:
1850         (file_chooser_dialog_add_writable_pixbuf_formats),
1851         (get_gdk_pixbuf_format_by_extension):
1852         * shell/ev-utils.h:
1853         * shell/ev-window.c: (ev_window_error_message),
1854         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1855         
1856         Simplify image format selection on save.
1857
1858 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1859
1860         * shell/ev-view.c: (ev_view_scroll_event):
1861         
1862         Repair gorizontal scrolling with shift. Fixes
1863         bug #483412.
1864
1865 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1866         
1867         * MAINTAINERS:
1868
1869         Fix formatting issues.
1870         
1871 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1872
1873         * backend/comics/comics-document.c: (comics_regex_quote):
1874         
1875         Don't overquote special chars except of '. See bug 
1876         502500. Thanks to Tom Parker.
1877
1878 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1879
1880         * MAINTAINERS:
1881         
1882         Added Nickolay and Carlos, since they're doing most of
1883         the releases nowadays.
1884
1885 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1886
1887         * properties/Makefile.am:
1888
1889         Get the nautilus extension dir properly instead of using
1890         a hack. Fixes bug #505359.
1891
1892 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1893
1894         * properties/Makefile.am:
1895         
1896         Install nautilus extension into new place. See bug
1897         #505359. Thanks to Matthias Clasen, Brian Pepple and
1898         Damien Carbery.
1899
1900 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1901
1902         * shell/ev-window.c: (ev_window_get_recent_file_label):
1903         
1904         RTL marker in recent file list. See bug #509076.
1905
1906 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1907
1908         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1909         * shell/ev-window.c: (image_save_dialog_response_cb):
1910
1911         Fix compile warnings due to unused variables.
1912         
1913 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1914
1915         * configure.ac:
1916         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1917         * backend/ps/ev-spectre.c: (ps_document_render):
1918
1919         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1920
1921 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1922
1923         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1924         (ev_transition_animation_paint): Implement "fade" effect.
1925
1926 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1927
1928         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1929         (ev_transition_animation_paint): Implement "uncover" effect.
1930
1931 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1932
1933         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1934         (ev_transition_animation_paint): Implement "cover" effect.
1935
1936 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1937
1938         * shell/ev-transition-animation.c (ev_transition_animation_push)
1939         (ev_transition_animation_paint): Implement "push" effect.
1940
1941 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1942
1943         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1944         (ev_transition_animation_paint): Implement "dissolve" effect.
1945
1946 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1947
1948         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1949         (ev_transition_animation_paint): Implement "wipe" effect.
1950
1951 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1952
1953         * shell/ev-transition-animation.c (ev_transition_animation_box)
1954         (ev_transition_animation_paint): Implement "box" effect.
1955
1956 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1957
1958         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1959         (ev_transition_animation_paint): Implement "blinds" effect.
1960
1961 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1962
1963         * shell/ev-transition-animation.c (ev_transition_animation_split)
1964         (ev_transition_animation_paint): Implement "split" effect.
1965
1966 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1967
1968         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1969         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1970         (ev_view_transition_animation_start) 
1971         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1972         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1973         (ev_view_next_page) (ev_view_previous_page):
1974         
1975         Use EvTransitionAnimation to drive page changes in the presentation
1976         mode, the animation will wait to start until both the origin and 
1977         destination page surfaces are available. Fixes #458460.
1978
1979         (draw_loading_text):
1980
1981         Remove workaround for bug #320352, it's now fixed properly.
1982
1983
1984 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1985
1986         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1987         will contain the implementations for page transition animations, at
1988         the moment it just has the "replace" effect.
1989         * shell/Makefile.am: Added these files to build.
1990
1991 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1992
1993         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1994         animations.
1995         * shell/Makefile.am: Added these files to build.
1996
1997 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1998
1999         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2000         implementation to get_effect() in EvDocumentTransitionIface.
2001
2002 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2003
2004         * libdocument/ev-transition-effect.[ch]: New files, define a page
2005         transition effect, at the moment it maps PopplerPageTransition to a
2006         GObject.
2007         * libdocument/Makefile.am: Added these files to build.
2008         * libdocument/ev-document-transition.[ch]
2009         (ev_document_transition_get_effect): New method, gets the
2010         EvTransitionEffect returned by the interface implementation, with
2011         fallback to the "replace" effect.
2012
2013 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2014
2015         * configure.ac:
2016         * cut-n-paste/Makefile.am:
2017         * cut-n-paste/fileformatchooser/Makefile.am:
2018         * cut-n-paste/fileformatchooser/egg-macros.h:
2019         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2020         * shell/Makefile.am:
2021         * shell/ev-window.c: (image_save_dialog_response_cb),
2022         (ev_view_popup_cmd_save_image_as):
2023
2024         Allow exporting images in any format supported by
2025         GdkPixbuf. Fixes bug #500209.
2026         
2027 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2028
2029         * backend/pixbuf/pixbuf-document.c:
2030
2031         More warnings fixed.
2032         
2033 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2036         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2037         * backend/djvu/djvu-text.h:
2038         * backend/tiff/tiff-document.c: (tiff_document_render):
2039
2040         Fix compile warnings.
2041         
2042 2007-12-28  Christian Persch  <chpe@gnome.org>
2043
2044         * **/*.c: Include config.h. Bug #504721.
2045
2046 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2047
2048         * configure.ac:
2049         * Makefile.am:
2050         * po/POTFILES.in:
2051         * backend/comics/Makefile.am:
2052         * backend/comics/comics-document.[ch]:
2053         * backend/comics/comicsdocument.evince-backend.in:
2054         * backend/djvu/Makefile.am:
2055         * backend/djvu/djvu-document.[ch]:
2056         * backend/djvu/djvudocument.evince-backend.in:
2057         * backend/dvi/Makefile.am:
2058         * backend/dvi/dvi-document.[c]:
2059         * backend/dvi/dvidocument.evince-backend.in:
2060         * backend/impress/Makefile.am:
2061         * backend/impress/impress-document.[ch]:
2062         * backend/impress/impressdocument.evince-backend.in:
2063         * backend/pdf/Makefile.am:
2064         * backend/pdf/ev-poppler.cc:
2065         * backend/pdf/ev-poppler.h:
2066         * backend/pdf/pdfdocument.evince-backend.in:
2067         * backend/pixbuf/Makefile.am:
2068         * backend/pixbuf/pixbuf-document.[ch]:
2069         * backend/pixbuf/pixbufdocument.evince-backend.in:
2070         * backend/ps/Makefile.am:
2071         * backend/ps/ev-spectre.[ch]:
2072         * backend/ps/ps-document.[ch]:
2073         * backend/ps/psdocument.evince-backend.in:
2074         * backend/tiff/Makefile.am:
2075         * backend/tiff/tiff-document.[ch]:
2076         * backend/tiff/tiffdocument.evince-backend.in:
2077         * libdocument/Makefile.am:
2078         * libdocument/ev-backends-manager.[ch]:
2079         * libdocument/ev-module.[ch]:
2080         * libdocument/ev-document.h:
2081         * libdocument/ev-document-factory.[ch]:
2082         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2083         (get_compression_from_mime_type), (get_document_from_uri),
2084         (ev_document_factory_get_document), (file_filter_add_mime_types),
2085         (ev_document_factory_add_filters):
2086         * shell/Makefile.am:
2087         * shell/ev-window-title.c: (get_filename_from_uri):
2088         * shell/main.c: (main):
2089         * thumbnailer/Makefile.am:
2090         * thumbnailer/evince-thumbnailer.c: (main):
2091
2092         Plugin system for backends. Fixes bug #351348.
2093         
2094 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2095
2096         * shell/ev-view-private.h:
2097         * shell/ev-view.c: (ev_view_drag_update_momentum),
2098         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2099         (ev_view_button_release_event), (ev_view_destroy):
2100         
2101         Kinetic scrolling implemented as requested in
2102         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2103
2104 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2105
2106         * data/evince-toolbar.xml:
2107         * data/evince-ui.xml:
2108         * shell/ev-view-private.h:
2109         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2110         (ev_view_button_press_event), (ev_view_motion_notify_event),
2111         (ev_view_button_release_event), (ev_view_init),
2112         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2113         (ev_view_set_cursor):
2114         * shell/ev-view.h:
2115         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2116         (ev_window_cmd_view_autoscroll):
2117         
2118         Autoscroll feature with the context menu. Fixes bug 
2119         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2120
2121 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2122
2123         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2124
2125         Disconnect also page-ready signal when removing a job because the
2126         page size has changed. Thanks to kripken
2127         <kripkensteiner@gmail.com>.
2128
2129 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2130
2131         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2132         
2133         Scroll pages in page entry with mouse wheel. Fixes bug
2134         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2135
2136 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2137
2138         * backend/dvi/Makefile.am:
2139         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2140         (mdvi_cairo_device_init):
2141         * backend/dvi/mdvi-lib/common.h:
2142         * backend/dvi/mdvi-lib/mdvi.h:
2143         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2144         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2145         (mdvi_build_path_from_cwd):
2146
2147         Add ps specials support in dvi backend when libspectre is
2148         present. Fixes bug #386005.
2149         
2150 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2151
2152         * configure.ac:
2153         * backend/ps/Makefile.am:
2154         * backend/ps/ev-spectre.[ch]:
2155         
2156         Use libspectre, if available, for the ps backend. Fixes bugs
2157         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2158
2159 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2160         
2161         * backend/comics/comics-document.c: (comics_document_load):
2162         
2163         Cygwin build issue fix.
2164
2165 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2166
2167         * shell/ev-view.c: (ev_view_set_zoom):
2168
2169         Do not limit the minimum zoom factor when sizing mode is best bit
2170         or fit width. Fixes bug #503805.
2171         
2172 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2173
2174         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2175         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2176         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2177         (ev_link_dest_get_property), (ev_link_dest_set_property),
2178         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2179         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2180         (ev_link_dest_new_fitr):
2181         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2182         (goto_fith_dest), (goto_xyz_dest):
2183
2184         Do not change left, top and zoom values when they are null in PDF
2185         destinations. Fixes bug #460658.
2186         
2187 2007-12-10  Christian Persch  <chpe@gnome.org>
2188
2189         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2190         (ev_view_accessible_class_init),
2191         (ev_view_accessible_idle_do_action),
2192         (ev_view_accessible_action_do_action),
2193         (ev_view_accessible_action_get_description),
2194         (ev_view_accessible_action_set_description),
2195         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2196         (ev_view_accessible_factory_init),
2197         (ev_view_accessible_factory_get_accessible_type):
2198         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2199         private data, and G_DEFINE_TYPE. Bug #502843.
2200
2201 2007-12-08  Christian Persch  <chpe@gnome.org>
2202
2203         * shell/ev-metadata-manager.c: (item_free),
2204         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2205         (value_free), (parse_value), (parseItem),
2206         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2207         (save_values): Use GSlice to allocate small amounts of memory. Bug
2208         #475972.
2209
2210 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2211
2212         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2213
2214         Restore cursor to normal after a drag operation. Fixes bug
2215         #501603.
2216         
2217 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2218
2219         * NEWS:
2220         * configure.ac:
2221         
2222         Update for release 2.21.1
2223
2224 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2225
2226         * configure.ac:
2227         * cut-n-paste/gedit-message-area/Makefile.am:
2228         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2229         * shell/Makefile.am:
2230         * shell/ev-message-area.[ch]:
2231         * shell/ev-window.c: (ev_window_set_message_area),
2232         (ev_window_error_message_response_cb), (ev_window_error_message),
2233         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2234         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2235         (ev_attachment_popup_cmd_open_attachment),
2236         (attachment_save_dialog_response_cb), (ev_window_set_document),
2237         (ev_window_init):
2238
2239         Use a message area instead of a popup dialog for error
2240         notifications. Fixes bug #337495.
2241         
2242 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2243
2244         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2245         (ev_window_run_fullscreen):
2246
2247         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2248         
2249 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2250
2251         * ev-sidebar-thumbnails.c: (update_visible_range),
2252         (ev_sidebar_thumbnails_refresh),
2253         (ev_sidebar_thumbnails_set_document),
2254         (ev_sidebar_thumbnails_support_document):
2255
2256         Show thumbnails for documents with one page. Fixes bug #358751.
2257         
2258 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2259
2260         * shell/ev-window.c:
2261         (ev_window_load_print_settings_from_metadata),
2262         (ev_window_save_print_settings), (ev_window_print_finished),
2263         (ev_window_print_range):
2264
2265         Print settings that are specific to the document are now saved per
2266         document in the metadata file. Fixes bug #488806.
2267         
2268 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2269
2270         * backend/tiff/tiff-document.c: (tiff_document_render):
2271
2272         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2273         
2274 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * shell/ev-application.[ch]: (get_find_string_from_args),
2277         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2278         (ev_application_open_uri_list):
2279         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2280         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2281         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2282         (ev_window_cmd_recent_file_activate),
2283         (ev_window_open_recent_action_item_activated),
2284         (ev_window_print_send), (open_remote_link):
2285         * shell/main.c: (arguments_parse):
2286
2287         Add a command line option for search. Fixes bug #497710.
2288         
2289 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2290
2291         * shell/ev-jobs.c: (ev_job_print_new):
2292
2293         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2294         
2295 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * data/evince-toolbar.xml:
2298         * shell/Makefile.am:
2299         * shell/ev-application.c: (ev_application_init):
2300         * shell/ev-open-recent-action.[ch]:
2301         * shell/ev-window.c:
2302         (ev_window_open_recent_action_item_activated),
2303         (register_custom_actions):
2304
2305         Add an expander to the open toolbar item which pops up a dropdown
2306         menu with the recently used documents. Fixes bug #487215.
2307         
2308 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2309
2310         * shell/ev-window.c: (ev_window_open_uri),
2311         (ev_window_cmd_view_reload):
2312
2313         Do not jump to the first page when reloading by running evince
2314         from the command line. Fixes bug #490847.
2315         
2316 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2317
2318         * shell/ev-window.c: (ev_window_cmd_help_contents):
2319
2320         Plugged memory leak when help file is not found. Fixes bug
2321         #490762.
2322         
2323 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2324
2325         * configure.ac:
2326
2327         Enable djvu, dvi and comics backends by default. Fixes bug
2328         #437121.
2329         
2330 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2331
2332         * configure.ac:
2333         * cut-n-paste/Makefile.am:
2334         * cut-n-paste/recent-files/*: Removed
2335         * help/reference/Makefile.am:
2336         * shell/Makefile.am:
2337         * shell/ev-application.[ch]: (ev_application_shutdown),
2338         (ev_application_init):
2339         * shell/ev-window.c: (ev_window_add_recent),
2340         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2341
2342         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2343         
2344 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2345
2346         * shell/ev-window.c: (launch_external_uri):
2347
2348         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2349         and report error if the URL is not supported (#489910).
2350
2351 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2352
2353         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2354         (pdf_document_file_exporter_begin_page),
2355         (pdf_document_file_exporter_end_page):
2356
2357         Fix printing with poppler splash backend. Fixes bug #489774.
2358         
2359 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2360
2361         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2362         * shell/ev-print-job.c: (ev_print_job_class_init):
2363
2364         Fix a crash when printing with the gnome-print dialog. Fixes bug
2365         #488939.
2366         
2367 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2368
2369         * backend/pixbuf/pixbuf-document.c:
2370
2371         Fix an implicit function definition warning (#487655)
2372
2373 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2374
2375         * shell/ev-window.c:
2376
2377         Fix conflicting shortcut for view sade pane and presentation.
2378         
2379 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2380
2381         * backend/pdf/ev-poppler.cc:
2382         (pdf_document_file_exporter_begin_page),
2383         (pdf_document_file_exporter_do_page),
2384         (pdf_document_file_exporter_end_page),
2385         (pdf_document_file_exporter_iface_init):
2386         * libdocument/ev-file-exporter.[ch]:
2387         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2388         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2389         (ev_job_print_run):
2390
2391         When printing multiple pages per sheet in reverse option, do not
2392         invert the order of the pages in every sheet, but the order of the
2393         sheets. Do not print blank pages when page range is invalid. Fixes
2394         bugs #484857 and #485521.
2395         
2396 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2397
2398         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2399         (ev_job_print_run):
2400         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2401
2402         Respect ranges order when printing more than one range in random
2403         order.
2404         
2405 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2406
2407         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2408         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2409
2410         Rotate also the window icon when document is rotated. Fixes bug
2411         #474681.
2412         
2413 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2416         (pdf_document_forms_get_form_fields):
2417
2418         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2419         Matthias Drochner.
2420         
2421 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2422
2423         * configure.ac:
2424         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2425
2426         Use poppler_page_render_for_printing() instead of
2427         poppler_page_render() if available when exporting to a ps or pdf
2428         file. Fixes bug #476627.
2429         
2430 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2431
2432         * shell/ev-window.c: (ev_window_run_fullscreen):
2433
2434         Do not show the toolbar in fullscreen mode if the main toolbar is
2435         not visible. Fixes bug #483048.
2436         
2437 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2438
2439         * shell/ev-view.c: (ev_view_button_press_event):
2440
2441         Give priority to form fields over images when deciding whether a
2442         button press event is over an image or form field. It allows edit
2443         form fields when they are over a background image. Fixes bug
2444         #477841.
2445         
2446 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2447
2448         * NEWS:
2449         * configure.ac:
2450         
2451         Update for release 2.20.0
2452
2453 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2454
2455         * backend/pdf/ev-poppler.cc:
2456
2457         Remove #ifdef HAVE_FORMS, so that forms support works again.
2458
2459 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2460
2461         * configure.ac:
2462         * data/evince.desktop.in.in:
2463         
2464         Fixes desktop file issues. See bug #473471.
2465
2466 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2469         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2470         (ev_job_queue_remove_job):
2471         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2472         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2473         * shell/ev-window.c: (ev_window_clear_save_job),
2474         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2475         (ev_window_dispose):
2476
2477         Move save a copy task to its own job so that it's carried out in a
2478         thread avoiding another lock in the main thread. Use
2479         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2480         can be saved to a pathin another file system. Fixes bug #456891.
2481         
2482 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2483
2484         * NEWS:
2485         * configure.ac:
2486         
2487         Update for release 2.19.92
2488
2489 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2490
2491         * configure.ac:
2492         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2493         (pdf_selection_get_selection_region),
2494         (pdf_selection_get_selection_map),
2495         (ev_form_field_from_poppler_field):
2496
2497         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2498         and triple click selections are enabled again now.
2499
2500 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2501
2502         * shell/ev-window.c: (ev_window_add_history):
2503
2504         Make sure not to use the history with documents not supporting
2505         links. Fixes bug #468954.
2506
2507 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2508
2509         * shell/ev-window.c: (ev_window_load_job_cb):
2510
2511         Restart the search when reloading a document with the find bar
2512         visible. Fixes bug #461962.
2513
2514 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2515
2516         * shell/ev-window.c: (setup_document_from_metadata),
2517         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2518
2519         Do not jump to the first page when reloading a document from the
2520         last page.
2521
2522 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2523
2524         * shell/ev-window.c: (update_chrome_flag),
2525         (setup_sidebar_from_metadata),
2526         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2527         (ev_window_cmd_edit_find_next),
2528         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2529         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2530         (find_bar_close_cb), (view_actions_focus_in_cb):
2531
2532         Do not update visibility when changing a chrome flag so that it's
2533         possible to update several flags and update visibility only once
2534         for all of them.
2535
2536 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2539
2540         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2541         supported by gtk+. Fixes bug #460907.
2542
2543 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2544
2545         * shell/ev-view.c: (view_update_range_and_current_page):
2546
2547         Make sure current-page <= end-page in continuous mode. Fixes bug
2548         #454950.
2549
2550 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * backend/pdf/ev-poppler.cc: (build_tree):
2553
2554         Ignore outline items without a title. Fixes bug #453913.
2555
2556 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2559         (ev_view_button_release_event), (ev_view_leave_notify_event):
2560
2561         Use always drag mouse cursor during a drag operation. Fixes bug
2562         #470564.
2563
2564 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2565
2566         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2567         (pdf_selection_get_selection_region),
2568         (pdf_selection_get_selection_map):
2569
2570         Temporarily disable double and triple selections since it depends on
2571         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2572         released and the update of the external dependency minimal version
2573         approved.
2574
2575 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2576
2577         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2578         (pdf_document_file_exporter_do_page):
2579         * libdocument/ev-file-exporter.h:
2580         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2581         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2582
2583         Actually fix printing regressions. Remove orientation from
2584         EvPrintContext since it's redundant.
2585
2586 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2587
2588         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2589         * backend/impress/impress-document.c:
2590         (impress_document_document_iface_init):
2591         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2592         * backend/djvu/djvu-document.c:
2593         (djvu_document_document_iface_init),
2594         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2595         * backend/tiff/tiff-document.c:
2596         (tiff_document_document_iface_init):
2597         * backend/pixbuf/pixbuf-document.c:
2598         (pixbuf_document_document_iface_init):
2599         * backend/comics/comics-document.c:
2600         (comics_document_document_iface_init):
2601         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2602         (pdf_selection_render_selection),
2603         (pdf_selection_get_selected_text),
2604         (pdf_selection_get_selection_region),
2605         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2606         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2607         (ev_selection_get_selection_region),
2608         (ev_selection_get_selection_map):
2609         * libdocument/ev-document.[ch]:
2610         * shell/ev-pixbuf-cache.[ch]: (add_job),
2611         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2612         * shell/ev-view-private.h:
2613         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2614         (ev_job_render_run):
2615         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2616         * shell/ev-view.c: (start_selection_for_event),
2617         (ev_view_button_press_event), (ev_view_drag_data_get),
2618         (ev_view_drag_data_received), (ev_view_button_release_event),
2619         (compute_new_selection_text), (compute_selections),
2620         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2621         (ev_view_primary_get_cb):
2622
2623         Add support for double and triple click selections.
2624
2625 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2626
2627         * NEWS:
2628         * configure.ac:
2629
2630         Update for release 2.19.4
2631
2632 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2633
2634         * shell/ev-view-private.h:
2635         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2636         (ev_view_set_highlight_search):
2637         * shell/ev-view.h:
2638         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2639         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2640         (find_bar_visibility_changed_cb):
2641         
2642         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2643
2644 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2645
2646         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2647         (pdf_document_file_exporter_begin),
2648         (pdf_document_file_exporter_do_page):
2649         * shell/ev-jobs.c: (ev_job_print_run):
2650         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2651
2652         Create always a portrait cairo surface and rotate when needed for
2653         landscape. It fixes printing problems in real printers.
2654
2655 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2656
2657         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2658         * libdocument/ev-file-exporter.[ch]:
2659         (ev_file_exporter_get_capabilities):
2660         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2661         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2662
2663         Adjust number of pages per row according to page orientation when
2664         printing 2 or 6 pages per sheet.
2665
2666 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2667
2668         * shell/ev-window.c: (ev_window_print_send):
2669
2670         Reset also cups setting to 1 when printing multiple pages per
2671         sheet. Fixes bug #468853.
2672
2673 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2674
2675         * libdocument/ev-document-misc.c:
2676         (ev_document_misc_surface_rotate_and_scale):
2677
2678         Use directly cairo_surface_get_content() when creating a similar
2679         surface as suggested by Jeff Muizelaar. Thanks again.
2680
2681 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2682
2683         * backend/djvu/djvu-document.c: (djvu_document_render):
2684         * backend/tiff/tiff-document.c: (tiff_document_render):
2685         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2686         * libdocument/ev-document-misc.c:
2687         (ev_document_misc_surface_from_pixbuf),
2688         (ev_document_misc_surface_rotate_and_scale):
2689
2690         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2691         creating page surfaces. Fixes bug #453123. Thank you very much to
2692         Jeff Muizelaar <jeff@infidigm.net>.
2693
2694 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2695
2696         * shell/ev-page-cache.c: (ev_page_cache_new),
2697         (ev_page_cache_get_thumbnail_size):
2698         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2699         (ev_sidebar_thumbnails_set_loading_icon):
2700
2701         Also store in page-cache the dimensions of the thumbnails so that
2702         they can be used to create the correct loading icon in the side
2703         pane. Fixes bug #466857.
2704
2705 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2706
2707         * backend/pdf/ev-poppler.cc:
2708         (pdf_document_thumbnails_get_thumbnail):
2709
2710         Fix thumbnails rotation in pdf documents that include embedded 
2711         thumbnails.
2712
2713 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2714
2715         * backend/pdf/ev-poppler.cc:
2716
2717         Don't use #ifdef in macro expansion. Some compilers don't
2718         like that. Closes bug #467042.
2719
2720 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2721
2722         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2723         
2724         Fixes memory leak in djvu backend.
2725
2726 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2727
2728         * data/icons/32x32/Makefile.am:
2729         * data/icons/32x32/actions/Makefile.am:
2730         * data/icons/32x32/actions/view-page-cont.svg:
2731         * data/icons/32x32/actions/view-page-facing.svg:
2732         * data/icons/48x48/Makefile.am:
2733         * data/icons/48x48/actions/Makefile.am:
2734         * data/icons/48x48/actions/view-page-cont.svg:
2735         * data/icons/48x48/actions/view-page-facing.svg:
2736         
2737         Icons for a new sizes.
2738
2739 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2740
2741         * shell/ev-page-cache.c: (build_height_to_page),
2742         (ev_page_cache_get_height_to_page):
2743         
2744         Fixes invalid read, see bug #466401.
2745
2746 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2749         (set_drag_cursor):
2750         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2751         (configure_item_cursor), (new_pixbuf_from_widget):
2752
2753         Fix multihead problems in toolbar editor. Fixes bug #382055.
2754
2755 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2756
2757         * shell/ev-window.c: (ev_window_cmd_file_open),
2758         (ev_window_cmd_save_as):
2759
2760         Use g_get_user_special_dir when available instead of
2761         xdg_user_dir_lookup.
2762
2763 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2764
2765         * MAINTAINERS:
2766         
2767         Updated according to request on desktop-devel.
2768
2769 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2770
2771         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2772
2773         Do not use cairo_rectangle and cairo_clip since we are
2774         not using cairo_fill but cairo_paint. Use the same cairo context
2775         for every page in the same expose event.
2776
2777 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2778
2779         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2780         leak.
2781
2782 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2783
2784         * configure.ac:
2785         * NEWS:
2786
2787         Release 0.9.3
2788
2789 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2790
2791         * libdocument/ev-document-info.h:
2792         * libdocument/ev-document.h:
2793         * shell/ev-page-action.h:
2794         * shell/ev-sidebar-links.h:
2795
2796         Fix a headers problem with ev-link
2797         
2798         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2799         * shell/ev-view-private.h:
2800         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2801         (get_link_area), (ev_view_query_tooltip),
2802         (ev_view_leave_notify_event), (ev_view_destroy),
2803         (ev_view_class_init):
2804
2805         Use new gtk tooltips when available instead of ev-tooltip.
2806         
2807 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2808
2809         * shell/ev-window.c: (update_chrome_visibility),
2810         (ev_window_sidebar_visibility_changed_cb):
2811
2812         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2813         
2814 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2815
2816         * shell/ev-navigation-action.c:
2817         (ev_navigation_action_history_changed),
2818         (ev_navigation_action_set_history):
2819         * shell/ev-navigation-action-widget.c:
2820         (ev_navigation_action_widget_init):
2821         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2822
2823         Fix compile warnings.
2824         
2825 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2826
2827         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2828         (egg_editable_toolbar_dispose):
2829
2830         Fix memory leak.
2831         
2832 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2833
2834         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2835         (screensaver_disable_x11):
2836         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2837         * shell/ev-window.c: (presentation_set_timeout):
2838         * shell/ev-view.c: (ev_view_presentation_transition_start):
2839
2840         Use g_timeout_add_seconds instead of g_timeout_add when
2841         available.
2842         
2843 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2844
2845         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2846
2847         Set horizontal scrollbar policy to AUTOMATIC instead of
2848         NEVER. Workaround for bug #449462.
2849         
2850 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * shell/ev-jobs.c: (ev_job_render_page_ready):
2853
2854         Add page_ready callback to main loop with high priority and hold
2855         a reference to job during idle.
2856         
2857 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2858
2859         * configure.ac:
2860         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2861         (pdf_document_file_exporter_begin),
2862         (pdf_document_file_exporter_do_page),
2863         (pdf_document_file_exporter_get_capabilities):
2864         * libdocument/ev-file-exporter.h:
2865         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2866         * shell/ev-window.c: (ev_window_print_send),
2867         (ev_window_print_dialog_response_cb):
2868
2869         Allow printing multiple pages per sheet. Fixes bug #395573.
2870         
2871 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2872
2873         * shell/ev-view.c: (tip_from_link):
2874         
2875         Check for NULL, fixes bug #460862.
2876
2877 2007-07-29  Christian Persch  <chpe@gnome.org>
2878
2879         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2880         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2881         (ev_window_cmd_preview_print):
2882         
2883         Fixes bug #437681 - blocks while enumerating printers.
2884
2885 2007-07-29  Christian Persch  <chpe@gnome.org>
2886
2887         * shell/ev-window.c: (ev_window_screen_changed):
2888         
2889         Don't use deprecated gtk+ function. See bug #460909.
2890
2891 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2892
2893         * shell/ev-utils.c: (get_num_monitors):
2894         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2895
2896         Do not use display before initializing it. Remove compile
2897         warnings.
2898
2899 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2900
2901         * shell/ev-view.c: (ev_view_class_init):
2902         
2903         Unix-like hjkl bindings added. See bug #458111.
2904
2905 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2906
2907         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2908         * shell/ev-utils.h:
2909         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2910         (ev_view_update_view_size):
2911         * shell/ev-view.h:
2912         * shell/ev-window.c: (ev_window_update_actions),
2913         (setup_view_from_metadata), (ev_window_screen_changed),
2914         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2915         (zoom_control_changed_cb):
2916         * shell/ev-window.h:
2917         
2918         Reorganizes utility functions.
2919
2920 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2921
2922         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2923         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2924         (add_job), (ev_pixbuf_cache_get_surface),
2925         (ev_pixbuf_cache_get_link_mapping),
2926         (ev_pixbuf_cache_get_image_mapping),
2927         (ev_pixbuf_cache_get_form_field_mapping),
2928         (ev_pixbuf_cache_get_text_mapping):
2929         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2930         (notify_page_ready), (ev_job_render_page_ready),
2931         (ev_job_render_run):
2932
2933         Add page_ready signal to notify that page is ready as soon as
2934         possible even if other page elements like links, forms, images or
2935         text mapping are not ready yet.
2936
2937 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2938
2939         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2940         (dvi_document_file_exporter_do_page),
2941         (dvi_document_file_exporter_get_capabilities),
2942         (dvi_document_file_exporter_iface_init):
2943         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2944         (ps_document_file_exporter_do_page),
2945         (ps_document_file_exporter_get_capabilities),
2946         (ps_document_file_exporter_iface_init):
2947         * backend/djvu/djvu-document.c:
2948         (djvu_document_file_exporter_begin),
2949         (djvu_document_file_exporter_end),
2950         (djvu_document_file_exporter_get_capabilities),
2951         (djvu_document_file_exporter_iface_init):
2952         * backend/tiff/tiff-document.c:
2953         (tiff_document_file_exporter_begin),
2954         (tiff_document_file_exporter_get_capabilities),
2955         (tiff_document_document_file_exporter_iface_init):
2956         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2957         (pdf_document_file_exporter_do_page),
2958         (pdf_document_file_exporter_get_capabilities),
2959         (pdf_document_file_exporter_iface_init):
2960         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2961         (ev_file_exporter_get_capabilities):
2962         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2963         (idle_print_handler), (ev_print_job_print):
2964         * shell/ev-jobs.c: (ev_job_print_run):
2965         * shell/ev-window.c: (ev_window_print_send),
2966         (ev_window_print_range):
2967
2968         Use capabilities to know which options should be offered by the
2969         print dialog depending on the document backend.
2970
2971 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2972
2973         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2974
2975         Give priority to forms over text to set the cursor.
2976
2977 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2978
2979         * shell/ev-view-private.h:
2980         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2981         (ev_view_leave_notify_event), (ev_view_finalize),
2982         (ev_view_get_property), (ev_view_class_init):
2983
2984         Use IBEAM cursor for text form fields and NORMAL cursor for read
2985         only fields. Remove unused status attribute.
2986
2987 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2988
2989         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2990
2991         Update region for current selected items also for checkbox
2992         buttons, since they can behave as radio buttons when they are in a
2993         set.
2994
2995 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2996
2997         * configure.ac:
2998         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2999
3000         Get max length of text form fields.
3001
3002 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3003
3004         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3005         * libdocument/ev-form-field.h:
3006         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3007
3008         Fix build with current poppler cvs head.
3009
3010 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3011
3012         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3013         * shell/eggfindbar.c: (egg_find_bar_init):
3014
3015         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3016         deprecation. Fixes bug #455667
3017
3018 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3019
3020         * NEWS:
3021         * configure.ac:
3022         
3023         Update for release 0.9.2
3024
3025 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3026
3027         * shell/ev-view.c: (ev_view_form_field_text_save),
3028         (ev_view_form_field_choice_save):
3029
3030         Fix a crash when closing whith a form widget visible.
3031
3032 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3033
3034         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3035
3036         Update also the region of the current selected button when
3037         clicking on another button if they are radio buttons.
3038
3039 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3040
3041         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3042         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3043         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3044         (ev_pixbuf_cache_get_link_mapping),
3045         (ev_pixbuf_cache_get_image_mapping),
3046         (ev_pixbuf_cache_get_form_field_mapping),
3047         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3048         * shell/ev-view.c: (ev_view_form_field_get_region),
3049         (ev_view_form_field_button_create_widget),
3050         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3051         (job_finished_cb):
3052
3053         Redraw only form field region instead of the whole page when
3054         reloading a page to show changes on the form field.
3055
3056 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3057
3058         * shell/ev-view.c: (ev_view_form_field_choice_save):
3059
3060         Fix selection of first item in list form fields.
3061
3062 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3063
3064         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3065         (ev_pixbuf_cache_reload_page),
3066         (ev_pixbuf_cache_get_form_field_mapping):
3067
3068         Some refactoring to avoid duplicated code.
3069
3070 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3071
3072         * configure.ac:
3073         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3074         (ev_form_field_from_poppler_field),
3075         (pdf_document_forms_get_form_fields),
3076         (pdf_document_forms_form_field_text_get_text),
3077         (pdf_document_forms_form_field_text_set_text),
3078         (pdf_document_forms_form_field_button_set_state),
3079         (pdf_document_forms_form_field_button_get_state),
3080         (pdf_document_forms_form_field_choice_get_item),
3081         (pdf_document_forms_form_field_choice_get_n_items),
3082         (pdf_document_forms_form_field_choice_is_item_selected),
3083         (pdf_document_forms_form_field_choice_select_item),
3084         (pdf_document_forms_form_field_choice_toggle_item),
3085         (pdf_document_forms_form_field_choice_unselect_all),
3086         (pdf_document_forms_form_field_choice_set_text),
3087         (pdf_document_forms_form_field_choice_get_text),
3088         (pdf_document_document_forms_iface_init):
3089         * libdocument/Makefile.am:
3090         * libdocument/ev-form-field.[ch]:
3091         * libdocument/ev-document-forms.[ch]:
3092         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3093         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3094         (add_job), (ev_pixbuf_cache_reload_page),
3095         (ev_pixbuf_cache_get_form_field_mapping):
3096         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3097         * shell/ev-view-private.h:
3098         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3099         (ev_view_handle_cursor_over_xy),
3100         (ev_view_get_form_field_at_location),
3101         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3102         (ev_view_form_field_button_create_widget),
3103         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3104         (ev_view_form_field_text_create_widget),
3105         (ev_view_form_field_choice_save),
3106         (ev_view_form_field_choice_changed),
3107         (ev_view_form_field_choice_create_widget),
3108         (ev_view_handle_form_field), (ev_view_size_allocate),
3109         (ev_view_realize), (draw_end_presentation_page),
3110         (ev_view_button_press_event), (ev_view_remove_all),
3111         (ev_view_motion_notify_event), (ev_view_key_press_event),
3112         (ev_view_enter_notify_event), (highlight_find_results),
3113         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3114         (ev_view_class_init), (page_changed_cb),
3115         (on_adjustment_value_changed), (ev_view_set_presentation),
3116         (merge_selection_region), (ev_view_set_cursor),
3117         (ev_view_reset_presentation_state):
3118         
3119         Merge evince-forms branch.
3120
3121 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3122
3123         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3124
3125         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3126         This script also updates itself from libegg
3127
3128         * cut-n-paste/toolbar-editor/egg*:
3129         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3130         libegg
3131
3132 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3133
3134         * shell/ev-window.c:
3135         
3136         Adds a nice icon to page action during toolbar editing.
3137         See bug #452872.
3138
3139 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3140
3141         * data/evince-toolbar.xml:
3142         * shell/ev-window.c:
3143         
3144         Let user add a presentation and fullscreen icons on toolbar.
3145         See bug #449734.
3146
3147 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3148
3149         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3150
3151         new script to keep in sync with toolbareditor in libegg
3152
3153         * cut-n-paste/toolbar-editor/*: 
3154
3155         Run update-toolbareditor-from-libegg so we are in sync again. 
3156         Fixes bug #452850.
3157         
3158
3159 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3160
3161         * shell/ev-sidebar-links.c: (job_finished_callback):
3162
3163         Do not connect selection changed signal more than once. Fixes bug
3164         #349433.
3165
3166 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3167
3168         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3169
3170         Do not change sidebar chrome flag when pressing F9 key in
3171         presentation mode.
3172
3173 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3174
3175         * backend/pdf/ev-poppler.cc:
3176         (pdf_document_thumbnails_get_dimensions):
3177
3178         Make sure thumbnails width and height is not <= 0. Fixes a crash
3179         with some pdf documents which have really small pages.
3180
3181 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3182
3183         * shell/main.c: (main):
3184
3185         Fixes program description translation issue.
3186         Bug #450148.
3187
3188 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3189
3190         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3191
3192         Do not change current page when returning from black/white mode
3193         in presentation. Fixes bug #415032.
3194
3195 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3196
3197         * NEWS:
3198         * configure.ac:
3199         
3200         Update for release 0.9.1
3201
3202 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3203
3204         * backend/dvi/dvi-document.c:
3205         (dvi_document_finalize),
3206         (dvi_document_file_exporter_format_supported),
3207         (dvi_document_file_exporter_begin),
3208         (dvi_document_file_exporter_do_page),
3209         (dvi_document_file_exporter_end),
3210         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3211         
3212         PDF exporter for dvi documents. Fixes bug #441319.
3213
3214 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3215
3216         * shell/ev-window.c: (ev_window_clear_print_job):
3217
3218         Clear gtk print job when job has finished. Fixes bug #447612.
3219
3220 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3221
3222         * shell/ev-window.c: (ev_window_print_send),
3223         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3224
3225         Add preview button to print dialog. Fixes bug #445419.
3226
3227 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3228
3229         * backend/dvi/Makefile.am:
3230         * backend/dvi/pixbuf-device.[ch]: Removed
3231         * backend/dvi/cairo-device.[ch]: Added
3232         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3233         * backend/dvi/dvi-document.c: (dvi_document_load),
3234         (dvi_document_render), (dvi_document_finalize),
3235         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3236         (dvi_document_do_color_special):
3237         * libdocument/ev-document-misc.[ch]:
3238         (ev_document_misc_pixbuf_from_surface):
3239
3240         Port dvi backend to cairo and fix a problem with colors. 
3241
3242 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * shell/ev-view.c: (draw_one_page):
3245
3246         Draw only visible region.
3247
3248 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3249
3250         * backend/djvu/djvu-document.c: (djvu_document_render):
3251
3252         Fix rotation in djvu backend.
3253
3254 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3255
3256         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3257         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3258         (ev_pixbuf_cache_get_image_mapping),
3259         (ev_pixbuf_cache_get_text_mapping):
3260
3261         Redraw view every time we have a new surface. Fixes bug #443587.
3262
3263 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3264
3265         * libdocument/ev-document.c: (ev_document_info_free):
3266
3267         Fix memory leaks.
3268
3269 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3270
3271         * backend/dvi/dvi-document.c: (dvi_document_render),
3272         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3273         * backend/impress/impress-document.c:
3274         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3275         (impress_document_render), (impress_document_document_iface_init),
3276         (impress_document_thumbnails_get_thumbnail):
3277         * backend/djvu/djvu-document-private.h:
3278         * backend/djvu/djvu-document.c: (djvu_document_render),
3279         (djvu_document_finalize), (djvu_document_document_iface_init),
3280         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3281         * backend/tiff/tiff-document.c: (tiff_document_render),
3282         (tiff_document_render_pixbuf),
3283         (tiff_document_document_iface_init):
3284         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3285         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3286         (pdf_selection_render_selection):
3287         * backend/comics/comics-document.c:
3288         (comics_document_render_pixbuf), (comics_document_render),
3289         (comics_document_document_iface_init):
3290         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3291         (pixbuf_document_document_iface_init):
3292         * libdocument/ev-document-misc.[ch]:
3293         (ev_document_misc_surface_from_pixbuf),
3294         (ev_document_misc_surface_rotate_and_scale):
3295         * libdocument/ev-document.[ch]: (ev_document_render):
3296         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3297         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3298         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3299         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3300         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3301         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3302         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3303         (render_finished_cb), (ev_job_render_run):
3304         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3305         (merge_selection_region):
3306
3307         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3308         and selections.
3309
3310 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3311
3312         * shell/ev-window-title.c: (ev_window_title_update):
3313
3314         Fix memory leak.
3315
3316 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3317
3318         * shell/ev-view.c: (draw_loading_text):
3319
3320         Show loading text centered. Fixes bug #433061
3321
3322 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3323
3324         * shell/ev-sidebar-thumbnails.c:
3325         (ev_sidebar_thumbnails_set_loading_icon):
3326
3327         Remove a mutex in the main thread that blocks the UI in heavy
3328         documents.
3329
3330 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3331
3332         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3333
3334         Set points_set to TRUE so that selections don't disappear after a
3335         zoom change.
3336
3337 2007-06-07  Michael Monreal  <infernux@web.de>
3338
3339         * data/icons/16x16/actions/Makefile.am:
3340         * data/icons/16x16/actions/zoom.svg:
3341         * data/icons/22x22/actions/Makefile.am:
3342         * data/icons/22x22/actions/zoom.svg:
3343         * data/icons/24x24/actions/Makefile.am:
3344         * shell/ev-stock-icons.c:
3345         * shell/ev-stock-icons.h:
3346         * shell/ev-window.c:
3347         
3348         Zoom icon artwork. See bug #444795.
3349
3350 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3351
3352         * shell/ev-metadata-manager.c: Remove extraneous function
3353         (Closes: #444386)
3354
3355 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3356
3357         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3358         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3359         (ev_metadata_manager_set), (ev_metadata_manager_save):
3360         Simplify the timeout, no need for modified anymore
3361
3362 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3363
3364         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3365         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3366         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3367         (ev_metadata_manager_save): Adapted patch from Arjan van de
3368         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3369         time, saves on power (Closes: #443851)
3370
3371 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3372
3373         * configure.ac:
3374         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3375         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3376
3377         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3378
3379 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3380
3381         * shell/ev-window.c: (ev_window_add_history):
3382
3383         Check if history is NULL
3384
3385 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3386
3387         * libdocument/ev-image.c: (ev_image_finalize):
3388         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3389         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3390         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3391         (ev_tmp_uri_unlink):
3392
3393         Add functions to delete temporary files created by evince in a safe
3394         way.
3395
3396         * shell/ev-window.c: (ev_window_clear_local_uri),
3397         (open_xfer_update_progress_callback),
3398         (save_xfer_update_progress_callback), (ev_window_save_remote),
3399         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3400         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3401         (attachment_save_dialog_response_cb),
3402         (ev_attachment_popup_cmd_save_attachment_as):
3403
3404         Allow saving a copy of a document, image or attachment to a remote
3405         location. Fixes bug #440754. 
3406
3407 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3408
3409         * configure.ac:
3410         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3411
3412         Fix build with current poppler from cvs head. 
3413
3414 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3415
3416         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3417
3418         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3419         directory exists.
3420
3421 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3422
3423         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3424         * shell/ev-window.c:
3425
3426         Change sidebar ordering. Fixes bug #439939.
3427
3428 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3429
3430         * backend/comics/Makefile.am:
3431         
3432         Fixes build with --without-libgnome.
3433
3434 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3435         
3436         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3437
3438         Update cursor and tooltip on page change and view scroll. Fixes bug
3439         #439217.
3440
3441 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3442
3443         * NEWS:
3444         * configure.ac:
3445         
3446         Update for release 0.9.0
3447
3448 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3449
3450         * backend/djvu/djvu-document-private.h:
3451         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3452         (djvu_document_finalize),
3453         (djvu_document_file_exporter_format_supported),
3454         (djvu_document_file_exporter_begin),
3455         (djvu_document_file_exporter_do_page),
3456         (djvu_document_file_exporter_end),
3457         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3458         
3459         Implemented printing with djvu. Bug #437998.
3460
3461 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3462
3463         * backend/impress/zip.c:
3464         Add missing ulong definition.
3465
3466         * backend/ps/ps-interpreter.c:
3467         Add missing headers.
3468
3469         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3470
3471 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3472
3473         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3474
3475         Add missing call to parent class dispose method. 
3476
3477 2007-05-12  Ross Burton  <ross@openedhand.com>
3478
3479         * shell/main.c:
3480         Sync keybindings manually when building without libgnome
3481         (#437925).
3482
3483 2007-05-12  Ross Burton  <ross@openedhand.com>
3484
3485         * shell/ev-window.c:
3486         Respect the screen when opening help (#437866).
3487
3488 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3489
3490         * data/evince-ui.xml:
3491         * shell/ev-application.[ch]: (get_print_settings_from_args),
3492         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3493         (ev_application_open_uri_list):
3494         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3495         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3496         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3497         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3498         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3499         (ev_window_dispose):
3500         * shell/main.c: (arguments_parse):
3501
3502         Add print button in preview mode. Fixes bug #396475. 
3503
3504 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3505
3506         * cut-n-paste/zoom-control/ephy-zoom.h:
3507         
3508         Fixes zoom level factors. See bug #408119 for details.
3509
3510 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3511
3512         * backend/comics/comics-document.c: (comics_regex_quote),
3513         (extract_argv):
3514         
3515         Correctly quote symbols. Fixes crash in the bug
3516         #415370.
3517
3518 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3519
3520         * shell/ev-navigation-action-widget.c:
3521         (ev_navigation_action_widget_init),
3522         (ev_navigation_action_widget_class_init),
3523         (ev_navigation_action_widget_button_press_event):
3524         
3525         Connect to button-press event on correct widget. Fixes
3526         bug #431988
3527
3528 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3529
3530         * shell/ev-application.c: (ev_application_open_window),
3531         (ev_application_add_icon_path_for_screen),
3532         (ev_application_open_uri_at_dest):
3533         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3534         * shell/ev-navigation-action.c: (build_menu):
3535         
3536         Add app-specific icons to our icon theme. Fixes bug
3537         #425508.
3538
3539 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3540
3541         * shell/ev-history.c: (ev_history_class_init),
3542         (ev_history_add_link):
3543         * shell/ev-history.h:
3544         * shell/ev-navigation-action.c:
3545         (ev_navigation_action_history_changed),
3546         (ev_navigation_action_set_history), (build_menu),
3547         (ev_navigation_action_finalize):
3548         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3549         
3550         Make navigation action unsensitive instead of showing
3551         menu with unsensitive word. Fixes bug #417392.
3552
3553 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3554
3555         * shell/ev-application.[ch]: (ev_application_shutdown),
3556         (ev_application_get_print_settings),
3557         (ev_application_set_print_settings):
3558         * shell/ev-window.c:
3559
3560         Remember print settings. Fixes bug #349102. 
3561
3562 2007-05-08  Christian Persch  <chpe@gnome.org>
3563
3564         * configure.ac:
3565         * properties/ev-properties-view.c:
3566
3567         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3568         Bug #382438.
3569
3570 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3571
3572         * configure.ac:
3573         * properties/ev-properties-view.c: (ev_regular_paper_size):
3574
3575         Use gtk+ builtin paper list to identify the document's paper size.
3576         Fixes bug #382438. 
3577
3578 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3579
3580         * configure.ac:
3581
3582         Fix build when compiling with thumbnailer and libgnome support. 
3583
3584 2007-05-04  Ross Burton  <ross@openedhand.com>
3585
3586         * configure.ac:
3587         Add --without-libgnome, check for libgnome and libgnomeui
3588         separately, and add them to the symbols as required.
3589
3590         * libdocument/ev-file-helpers.c:
3591         When building without libgnome, use g_get_user_config_dir instead
3592         of gnome_user_dir_get.
3593
3594         * shell/ev-application.c:
3595         When building without libgnome, don't use session management.
3596
3597         * shell/main.c:
3598         When building without libgnome, don't use GnomeProgram or
3599         initialise the authentication manager.
3600
3601         This fixes #328842.
3602
3603 2007-05-04  Ross Burton  <ross@openedhand.com>
3604
3605         * shell/ev-window.c:
3606         Don't use libgnome to open help, instead call Yelp directly.
3607
3608 2007-05-04  Ross Burton  <ross@openedhand.com>
3609
3610         * shell/ev-sidebar-attachments.c:
3611         Don't use libgnome to lookup icons for MIME types, instead copy
3612         code from GTK+ to do it manually.
3613
3614 2007-05-04  Ross Burton  <ross@openedhand.com>
3615
3616         * configure.ac:
3617         Add libxml to the dependencies for SHELL_CORE (#435818).
3618
3619 2007-05-02  Ross Burton  <ross@openedhand.com>
3620
3621         * configure.ac:
3622         * Makefile.am:
3623         Add --disable-thumbnailer (#434825)
3624
3625 2007-05-02  Ross Burton  <ross@openedhand.com>
3626
3627         * shell/ev-window.c:
3628         Add missing includes, fix indentation.
3629
3630         * shell/main.c:
3631         Fix indentation.
3632
3633 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3634
3635         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3636         ev_application_open_uri_at_dest instead of ev_application_open_uri
3637         preventing new document always being opened in a new window even if there
3638         is an empty window.
3639
3640 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3641
3642         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3643         (egg_recent_view_uimanager_finalize):
3644         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3645         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3646         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3647         (ev_pixbuf_cache_dispose):
3648         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3649         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3650         
3651         Add missing chain to parent class methods. Fixes
3652         bug #433128.
3653
3654 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3655
3656         * data/Makefile.am (update-icon-cache): Updates
3657         gtk-update-icon-cache in uninstall-hook.
3658
3659 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3660
3661         * shell/ev-window.c: (ev_window_setup_document),
3662         (ev_window_set_document), (ev_window_load_job_cb):
3663         * shell/ev-view.c: (setup_caches):
3664         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3665
3666         Start rendering pages before any other jobs. 
3667
3668 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3669
3670         * shell/ev-window.c: (ev_window_stop_fullscreen),
3671         (ev_window_stop_presentation):
3672
3673         Update chrome visibility before window unfullscreen. 
3674
3675 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3676
3677         * data/Makefile.am:
3678         * data/evince-ui.xml:
3679         * shell/ev-stock-icons.[ch]:
3680         * shell/ev-application.[ch]: (ev_application_shutdown),
3681         (ev_application_init), (ev_application_get_toolbars_model):
3682         * shell/ev-window.c: (update_chrome_visibility),
3683         (fullscreen_toolbar_setup_item_properties),
3684         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3685         (ev_window_run_presentation), (ev_window_stop_presentation),
3686         (ev_window_run_preview), (ev_window_screen_changed),
3687         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3688         (ev_window_dispose), (ev_window_init):
3689
3690         Make fullscreen toolbar always visible. Do not use egg toolbars for
3691         fullscreen and preview modes since such toolbars are not editables.
3692         Fixes bugs #300278, #338910 and #316188.  
3693
3694 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3695
3696         * shell/ev-application.c:
3697         * shell/ev-job-queue.c:
3698         * shell/ev-metadata-manager.c:
3699         * shell/ev-stock-icons.c:
3700         * shell/ev-window.c:
3701         * shell/main.c:
3702         
3703         Developers documentation updated.
3704
3705 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3706
3707         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3708
3709         Check whether uri is valid before launching it. Fixes bug #427664.
3710
3711 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3712
3713         * shell/ev-window.c:
3714
3715         Change key accelerator for Open a Copy menu entry which is in conflict
3716         with Close. Fixes bug #427321.
3717
3718 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3719
3720         * NEWS:
3721         * configure.ac:
3722         
3723         Update for release 0.8.1
3724
3725 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3726
3727         * shell/ev-window.c: (setup_size_from_metadata):
3728         
3729         Do not make window bigger than screen. Fixes bug 
3730         #388985.
3731
3732 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3733
3734         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3735         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3736
3737         Use default resolution when it's not provided by document. Fixes bug
3738         #408762.
3739
3740 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3741
3742         * configure.ac:
3743         * thumbnailer/Makefile.am:
3744         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3745         * thumbnailer/evince-thumbnailer.schemas.in:
3746         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3747
3748         Add support for ps, eps and compressed documents thumbnails. Do not
3749         ignore size parameter. 
3750
3751 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3752
3753         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3754         (dvi_document_do_color_special):
3755         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3756
3757         Implement font color specials in the DVI backend. Fixes bug #303651.
3758
3759 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3760
3761         Fixup the previous commit:
3762
3763         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3764         * shell/xdg-user-dir-lookup.c: Make the function non-static
3765         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3766
3767 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3768
3769         * shell/ev-window.c (file_open_dialog_response_cb): Use
3770         the xdg-user-dirs DOCUMENTS folder as default folder when
3771         opening a file chooser.  (#424858)
3772
3773         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3774         xdg-user-dirs.
3775
3776 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3777
3778         * shell/ev-window.c: (ev_window_load_job_cb):
3779
3780         Do not setup view from metadata on preview mode. 
3781
3782 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3783
3784         * shell/main.c:
3785
3786         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3787
3788 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3789
3790         * shell/ev-view.c: (ev_view_primary_get_cb):
3791
3792         Check pointer != NULL before using it. Fixes bug #416841. 
3793
3794 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3795
3796         * NEWS:
3797         * configure.ac:
3798         
3799         Release 0.8.0
3800
3801 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3802
3803         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3804
3805         Do not render thumbnails when sidebar thumbnail page is not visible
3806         at startup. Fixes bug #416447. 
3807
3808 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3809
3810         * data/evince.desktop.in.in:
3811
3812         "Application" is not a valid category in the freedesktop specification.
3813
3814 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * libdocument/ev-file-helpers.[ch]: (compression_run),
3817         (ev_file_uncompress), (ev_file_compress):
3818         * shell/ev-window.c: (file_save_dialog_response_cb):
3819
3820         Save document compressed when saving a copy of a compressed document.
3821         Fixes bug #334542.
3822
3823 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3824
3825         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3826
3827         Allow deleting in goto window entry in presentation mode. 
3828
3829 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3830
3831         * Makefile.am: Dist MAINTAINERS.
3832
3833 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3834
3835         * shell/ev-window.c: (ev_window_update_actions):
3836
3837         Fix zoom shortcut keys when searching. Fixes bug #409828.
3838
3839 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3840
3841         * shell/ev-window.c: (ev_window_setup_document):
3842
3843         Fix crash when loading documents with only one page. 
3844
3845 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3846
3847         * backend/dvi/dvi-document.c:
3848         (dvi_document_thumbnails_get_dimensions),
3849         (dvi_document_thumbnails_get_thumbnail):
3850         * backend/impress/impress-document.c:
3851         (impress_document_thumbnails_get_thumbnail),
3852         (impress_document_thumbnails_get_dimensions):
3853         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3854         (ps_document_thumbnails_get_dimensions):
3855         * backend/djvu/djvu-document.c:
3856         (djvu_document_thumbnails_get_dimensions),
3857         (djvu_document_thumbnails_get_thumbnail):
3858         * backend/tiff/tiff-document.c:
3859         (tiff_document_thumbnails_get_thumbnail),
3860         (tiff_document_thumbnails_get_dimensions):
3861         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3862         (pdf_document_thumbnails_get_thumbnail),
3863         (pdf_document_thumbnails_get_dimensions):
3864         * backend/comics/comics-document.c:
3865         (comics_document_thumbnails_get_thumbnail),
3866         (comics_document_thumbnails_get_dimensions):
3867         * backend/pixbuf/pixbuf-document.c:
3868         (pixbuf_document_thumbnails_get_thumbnail),
3869         (pixbuf_document_thumbnails_get_dimensions):
3870         * libdocument/ev-document-thumbnails.[ch]:
3871         (ev_document_thumbnails_get_thumbnail),
3872         (ev_document_thumbnails_get_dimensions):
3873         * libdocument/ev-document-misc.[ch]:
3874         (ev_document_misc_get_thumbnail_frame):
3875         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3876         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3877         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3878         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3879         (ev_sidebar_thumbnails_refresh):
3880         * shell/ev-window.c: (ev_window_setup_document):
3881         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3882
3883         Use an EvRenderContext for rendering thumbnails instead of a suggested
3884         width, so that different sized pages get sized proportionally.
3885
3886 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3887
3888         * shell/ev-view.c: (ev_view_button_press_event),
3889         (ev_view_key_press_event):
3890
3891         Fix critical warnings when there is no document loaded. 
3892
3893 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3894
3895         * shell/ev-page-action-widget.c:
3896         * shell/ev-navigation-action.c:
3897         * shell/ev-window.c:
3898
3899         Fix compile warnings. 
3900
3901 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3902
3903         * backend/djvu/djvu-text.h:
3904         * backend/djvu/djvu-document.c:
3905         * backend/djvu/djvu-text-page.c:
3906         * backend/djvu/djvu-links.c:
3907         * backend/djvu/djvu-text-page.h:
3908         * backend/djvu/djvu-text.c:
3909         
3910         Fix build on Mac. Fixes bug #392186. Patch by
3911         <ephraim_owns@hotmail.com>
3912
3913 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3914
3915         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3916
3917         Restore cairo context before rendering every page when printing a PDF
3918         document into a PDF file. 
3919
3920 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3921
3922         * backend/ps/gstypes.h:
3923         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3924         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3925         (ps_document_thumbnails_get_thumbnail):
3926
3927         Handle PostScript page orientation. Fixes bug #318568.
3928
3929 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3930
3931         * backend/ps/Makefile.am:
3932         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3933         (document_load), (ps_document_load), (save_document),
3934         (save_page_list), (ps_document_get_n_pages),
3935         (ps_document_get_page_size), (ps_document_get_info),
3936         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3937         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3938         (ps_document_thumbnails_get_thumbnail),
3939         (ps_document_thumbnails_get_dimensions),
3940         (ps_document_document_thumbnails_iface_init):
3941         * backend/ps/ps.[ch]: (psgetpagebox):
3942         * backend/ps/ps-interpreter.[ch]:
3943
3944         Add support for thumbnails in ps backend. Fixes bug #164755. 
3945
3946 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3947
3948         * NEWS:
3949         * configure.ac:
3950         
3951         Release 0.7.2
3952
3953 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3954
3955         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3956         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3957         (ev_window_dispose):
3958
3959         Use document thumbnail as window icon. Fixes bug #384442.
3960
3961 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3962
3963         * configure.ac:
3964
3965         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3966         duplicated adding application/x-bzpostscript instead. 
3967
3968 2007-02-11  Tom Parker  <palfrey@tevp.net>
3969
3970         * backend/ps/ps-document.c: (document_load):
3971
3972         Check return value of psscan before trying
3973         to use it. Fixes bug #372414.
3974
3975 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3976
3977         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3978
3979         Fix invalid free in ev-page-cache. Fixes bug #404745.
3980
3981 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3982
3983         * test/Makefile.am:
3984         * test/test3.py:
3985         
3986         Added reload test case.
3987
3988 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3989
3990         * po/POTFILES.in:
3991         * backend/djvu/djvu-document.c: (djvu_document_load):
3992
3993         Check whether there are missing files in indirect multipage djvu
3994         documents. Fixes bug #361683. 
3995
3996 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3997
3998         * test/Makefile.am:
3999         * test/test-mime.bin:
4000         * test/test3.py:
4001         
4002         Added test for slow mime type
4003
4004 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4007
4008         Add some checks and call parent_class->finalize. Fixes bug #404745.
4009
4010 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4011
4012         * shell/ev-navigation-action.c: (connect_proxy):
4013         
4014         Fixes dropdown history menu. Thanks a lot Carlos!
4015
4016 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4017
4018         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4019
4020         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4021         bug #373715.
4022
4023 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4024
4025         * backend/ps/ps.c: (psscan):
4026
4027         Fix memory leak. 
4028
4029 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4030
4031         * configure.ac:
4032         * libdocument/ev-file-helpers.c: 
4033
4034         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4035
4036 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4037
4038         * configure.ac:
4039         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4040         (ps_interpreter_start), (document_load), (save_document),
4041         (save_page_list):
4042         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4043         * libdocument/ev-document-factory.c:
4044         (ev_document_factory_get_from_mime), (get_document_from_uri),
4045         (free_uncompressed_uri), (ev_document_factory_get_document):
4046         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4047
4048         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4049
4050 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4051
4052         * libdocument/ev-document.h:
4053
4054         Fix typo in function name. 
4055
4056 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4057
4058         * backend/ps/ps-document.c: (ps_interpreter_finished),
4059         (ps_interpreter_start), (ps_interpreter_failed):
4060
4061         Handle ghostscript interpreter crashes. 
4062
4063 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4064
4065         * shell/ev-window.c: (ev_window_open_uri),
4066         (window_configure_event_cb):
4067
4068         Setup window size and position before showing it. Fixes bug #401711.
4069
4070 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4071
4072         * backend/ps/Makefile.am:
4073         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4074         (ps_document_dispose), (ps_document_class_init),
4075         (ps_interpreter_input), (ps_interpreter_output),
4076         (ps_interpreter_error), (setup_interpreter_env),
4077         (ps_interpreter_start), (ps_interpreter_stop),
4078         (ps_interpreter_failed), (ps_interpreter_is_ready),
4079         (check_filecompressed), (document_load), (ps_document_load),
4080         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4081         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4082         (render_page):
4083
4084         Rework ps-document. Code cleanups, remove deprecated code. 
4085
4086 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4087
4088         * shell/ev-view.c: (ev_view_button_press_event):
4089
4090         Do not start an image drag and drop operation when pointer is on 
4091         text, so that we can select text when the whole background is an
4092         image. 
4093
4094 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4095
4096         * shell/ev-window.c: (ev_window_update_actions): 
4097
4098         Disable all zoom related actions during presentation mode. 
4099
4100 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4101
4102         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4103
4104         Do not zoom in or out on presentation mode. Fixes bug #401305.
4105
4106 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4107
4108         * shell/ev-navigation-action.c: (connect_proxy),
4109         (create_menu_item), (ev_navigation_action_class_init):
4110         
4111         Correctly show menu and fix crash when navigaton 
4112         action is out of toolbar visible area.
4113
4114 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4115
4116         * data/Makefile.am:
4117         * data/evince.1:
4118         
4119         Added man file
4120
4121 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4122
4123         * help/reference/* :
4124         * configure.ac:
4125         
4126         Added gtk-doc based documentation for Evince.
4127         Still in initial state but I hope it will
4128         grow.
4129         
4130         * configure.ac:
4131         
4132         Lower dbus requirement to 0.70
4133
4134 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4135
4136         * shell/ev-window.c: (ev_window_add_history):
4137
4138         Fix memory leak. 
4139
4140 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4141
4142         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4143         * shell/ev-view.h:
4144         * shell/ev-window.c: (ev_window_add_history):
4145         
4146         Correctly handle named destination links
4147
4148 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4149
4150         * NOTES:
4151         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4152         * backend/pdf/ev-poppler.cc:
4153         * libdocument/ev-document-links.h:
4154         * libdocument/ev-link.c: (ev_link_get_page):
4155         * libdocument/ev-link.h:
4156         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4157         (ev_history_add_link):
4158         * shell/ev-history.h:
4159         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4160         (new_history_menu_item), (build_menu):
4161         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4162         * shell/ev-sidebar-links.c: (create_loading_model),
4163         (print_section_cb), (ev_sidebar_links_construct),
4164         (fill_page_labels), (update_page_callback_foreach),
4165         (update_page_callback), (job_finished_callback):
4166         * shell/ev-view.c: (ev_view_handle_link):
4167         * shell/ev-window.c: (ev_window_find_chapter),
4168         (ev_window_add_history), (view_handle_link_cb),
4169         (history_changed_cb):
4170         
4171         Implements another history variant
4172
4173 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4174
4175         * shell/ev-window.c: (view_external_link_cb):
4176         * shell/ev-view.c: (ev_view_button_release_event):
4177
4178         Open links in new window when clicking with middle button. 
4179
4180 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4181
4182         * shell/ev-navigation-action.c: (new_history_menu_item):
4183         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4184         * shell/ev-view.c: (ev_view_handle_link):
4185         * shell/ev-window.c:
4186         
4187         Store link before jump, not the destination. For me it 
4188         seems like more natural history behavior.
4189
4190 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4191
4192         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4193         (ev_navigation_action_class_init):
4194         * shell/ev-navigation-action.h:
4195         * shell/ev-page-action.c: (activate_cb):
4196         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4197         (ev_page_cache_set_current_page_history):
4198         * shell/ev-page-cache.h:
4199         * shell/ev-sidebar-thumbnails.c:
4200         (ev_sidebar_tree_selection_changed),
4201         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4202         * shell/ev-view-private.h:
4203         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4204         * shell/ev-view.h:
4205         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4206         (ev_window_setup_document), (ev_window_load_job_cb):
4207         * shell/ev-window.h:
4208         
4209         History finally works as expected.
4210
4211 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4212
4213         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4214
4215         Do not update links treeview if it doesn't have a model assigned yet. 
4216
4217 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4218
4219         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4220         (ev_sidebar_links_class_init), (update_page_callback):
4221
4222         Do not update links treeview when sidepane is not visible. 
4223
4224 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4225
4226         * shell/ev-marshal.list:
4227         * shell/ev-page-action.c: (activate_cb),
4228         (ev_page_action_class_init):
4229         * shell/ev-page-action.h:
4230         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4231         * shell/ev-window.c:
4232         
4233         Remove activate_link signal, not required.
4234
4235 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4236
4237         * shell/ev-navigation-action.c: (build_menu):
4238         
4239         Reorder menu items and build menu with fixed length.
4240
4241 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4242
4243         * shell/ev-view.c: (get_selected_text):
4244         
4245         Normalize text to fix ligatures problem. See bug
4246         #341947 for details.
4247
4248 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4249
4250         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4251
4252         Fix memory leak in ev-page-cache. 
4253
4254 2007-01-25  Tom Parker <palfrey@tevp.net>
4255
4256         * backend/impress/impress-document.c: (impress_document_load),
4257         (impress_document_finalize), (impress_document_init):
4258         * properties/ev-properties-main.c: (ev_properties_get_pages):
4259         
4260         Correctly handle impress document errors. Fixes nautilus
4261         crash in property page #370491.
4262
4263 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4264
4265         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4266         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4267         (ev_job_queue_remove_job):
4268         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4269         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4270         (ev_job_load_run):
4271         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4272         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4273         (ev_window_load_job_cb), (xfer_update_progress_callback),
4274         (ev_window_open_uri), (ev_window_dispose):
4275         * shell/main.c: (main):
4276
4277         Do file transfer asynchronously in the main thread instead of
4278         synchronously in the load thread. Fixes bugs #399694, #398307 and
4279         #343542.
4280
4281 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4282
4283         * shell/ev-jobs.c: (ev_job_xfer_run):
4284
4285         Load the document with the font-config lock held. 
4286
4287 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4288
4289         * backend/ps/ps-document.c: (start_interpreter):
4290
4291         Fix memory leaks in ps backend. 
4292
4293 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4294
4295         * backend/impress/impress-document.c:
4296         (impress_document_render_pixbuf):
4297
4298         Do not acquire fontconfig lock in impress backend, since it is using
4299         the main loop for rendering. 
4300
4301 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4302
4303         * po/POTFILES.in: 
4304
4305         Remove mdvi files that shouldn't be translated. 
4306
4307 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4308
4309         * shell/ev-view-private.h:
4310         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4311         (ev_view_set_zoom):
4312
4313         Render "loading..." text into a cairo surface instead of directly into
4314         the window so that fontconfig lock is only needed once and UI is not
4315         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4316
4317 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4318
4319         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4320         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4321
4322         Use icon theme associated with the window screen rather than default. 
4323
4324 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4325
4326         * configure.ac:
4327
4328         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4329
4330 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4331
4332         * data/icons/*/apps/evince.*:
4333
4334         Move Evince icons under new apps directory.
4335
4336         * data/icons/*/actions/*:
4337
4338         Add new custom themeable Evince icons: view-page-continuous, 
4339         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4340         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4341
4342         * configure.ac:
4343
4344         Add new directories to AC_CONFIG_FILES.
4345
4346         * shell/ev-stock-icons.c:
4347         * shell/ev-stock-icons.h:
4348
4349         Use new custom themeable icons.
4350
4351 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4352
4353         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4354
4355         Do not draw white background page in presentation mode. 
4356
4357 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4358
4359         * shell/ev-view.c: Remove unused gnome-vfs include.
4360
4361 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4362
4363         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4364         
4365         Format string is corrected, fixes bug #397129.
4366
4367 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4368
4369         * shell/ev-window.c: (ev_window_setup_recent):
4370
4371         Do not include in recent menu inexistent documents. Fixes
4372         bug #339171.
4373
4374 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4375
4376         * po/POTFILES.skip: 
4377
4378         Update POTFILES.skip file according to current source tree. 
4379
4380 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4381
4382         * shell/ev-window.c: (file_save_dialog_response_cb):
4383
4384         Do Save a copy in atomic way. Fixes bug #328266. 
4385
4386 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4387
4388         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4389
4390         Keep selected cell always visible in index treeview.
4391
4392 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4393         
4394         * shell/ev-view.c: (ev_view_size_allocate):
4395
4396         Restore horizontal scrollbar after switching to/from fullscreen
4397         or presentation mode. Fixes bug #331728.
4398
4399 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4400
4401         * shell/ev-view-private.h:
4402         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4403         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4404         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4405         (ev_view_can_zoom_out):
4406
4407         Use max and min scale values in the view iby taking dpi into account. 
4408
4409 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4410
4411         * configure.ac:
4412         * NEWS:
4413
4414         Release 0.7.1
4415
4416 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4417
4418         * shell/ev-window.c: (ev_window_print_send):
4419
4420         Send print job to printer with some settings set to default values,
4421         since we have already exported to a file according to such settings
4422         and they could be taken twice by some printers. 
4423
4424 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4425
4426         * shell/ev-jobs.c: (ev_job_xfer_run):
4427         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4428
4429         Show main window and load document with the font-config lock held. 
4430
4431 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4432
4433         * configure.ac:
4434         * shell/ev-application.c: (ev_application_register_service):
4435         * shell/main.c: (load_files_remote):
4436
4437         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4438
4439 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4440
4441         * doc/debugging.txt:
4442         
4443         Remove obsolete documentation.
4444
4445 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4446
4447         * Makefile.am:
4448         * backend/Makefile.am:
4449         * backend/comics/Makefile.am:
4450         * backend/djvu/Makefile.am:
4451         * backend/dvi/Makefile.am:
4452         * backend/ev-async-renderer.c:
4453         * backend/ev-async-renderer.h:
4454         * backend/ev-attachment.c:
4455         * backend/ev-attachment.h:
4456         * backend/ev-backend-marshal.c:
4457         * backend/ev-document-factory.c:
4458         * backend/ev-document-factory.h:
4459         * backend/ev-document-find.c:
4460         * backend/ev-document-find.h:
4461         * backend/ev-document-fonts.c:
4462         * backend/ev-document-fonts.h:
4463         * backend/ev-document-images.c:
4464         * backend/ev-document-images.h:
4465         * backend/ev-document-info.h:
4466         * backend/ev-document-links.c:
4467         * backend/ev-document-links.h:
4468         * backend/ev-document-misc.c:
4469         * backend/ev-document-misc.h:
4470         * backend/ev-document-security.c:
4471         * backend/ev-document-security.h:
4472         * backend/ev-document-thumbnails.c:
4473         * backend/ev-document-thumbnails.h:
4474         * backend/ev-document-transition.c:
4475         * backend/ev-document-transition.h:
4476         * backend/ev-document.c:
4477         * backend/ev-document.h:
4478         * backend/ev-file-exporter.c:
4479         * backend/ev-file-exporter.h:
4480         * backend/ev-image.c:
4481         * backend/ev-image.h:
4482         * backend/ev-link-action.c:
4483         * backend/ev-link-action.h:
4484         * backend/ev-link-dest.c:
4485         * backend/ev-link-dest.h:
4486         * backend/ev-link.c:
4487         * backend/ev-link.h:
4488         * backend/ev-render-context.c:
4489         * backend/ev-render-context.h:
4490         * backend/ev-selection.c:
4491         * backend/ev-selection.h:
4492         * backend/impress/Makefile.am:
4493         * backend/pdf/Makefile.am:
4494         * backend/pixbuf/Makefile.am:
4495         * backend/ps/Makefile.am:
4496         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4497         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4498         (start_interpreter), (stop_interpreter), (document_load),
4499         (ps_document_next_page), (render_page):
4500         * backend/tiff/Makefile.am:
4501         * comics/Makefile.am:
4502         * comics/comics-document.c:
4503         * comics/comics-document.h:
4504         * configure.ac:
4505         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4506         * djvu/Makefile.am:
4507         * djvu/djvu-document-private.h:
4508         * djvu/djvu-document.c:
4509         * djvu/djvu-document.h:
4510         * djvu/djvu-links.c:
4511         * djvu/djvu-links.h:
4512         * djvu/djvu-text-page.c:
4513         * djvu/djvu-text-page.h:
4514         * djvu/djvu-text.c:
4515         * djvu/djvu-text.h:
4516         * dvi/Makefile.am:
4517         * dvi/dvi-document.c:
4518         * dvi/dvi-document.h:
4519         * dvi/fonts.c:
4520         * dvi/fonts.h:
4521         * dvi/mdvi-lib/Makefile.am:
4522         * dvi/mdvi-lib/afmparse.c:
4523         * dvi/mdvi-lib/afmparse.h:
4524         * dvi/mdvi-lib/bitmap.c:
4525         * dvi/mdvi-lib/bitmap.h:
4526         * dvi/mdvi-lib/color.c:
4527         * dvi/mdvi-lib/color.h:
4528         * dvi/mdvi-lib/common.c:
4529         * dvi/mdvi-lib/common.h:
4530         * dvi/mdvi-lib/defaults.h:
4531         * dvi/mdvi-lib/dvimisc.c:
4532         * dvi/mdvi-lib/dviopcodes.h:
4533         * dvi/mdvi-lib/dviread.c:
4534         * dvi/mdvi-lib/files.c:
4535         * dvi/mdvi-lib/font.c:
4536         * dvi/mdvi-lib/fontmap.c:
4537         * dvi/mdvi-lib/fontmap.h:
4538         * dvi/mdvi-lib/fontsrch.c:
4539         * dvi/mdvi-lib/gf.c:
4540         * dvi/mdvi-lib/hash.c:
4541         * dvi/mdvi-lib/hash.h:
4542         * dvi/mdvi-lib/list.c:
4543         * dvi/mdvi-lib/mdvi.h:
4544         * dvi/mdvi-lib/pagesel.c:
4545         * dvi/mdvi-lib/paper.c:
4546         * dvi/mdvi-lib/paper.h:
4547         * dvi/mdvi-lib/pk.c:
4548         * dvi/mdvi-lib/private.h:
4549         * dvi/mdvi-lib/setup.c:
4550         * dvi/mdvi-lib/sp-epsf.c:
4551         * dvi/mdvi-lib/special.c:
4552         * dvi/mdvi-lib/sysdeps.h:
4553         * dvi/mdvi-lib/t1.c:
4554         * dvi/mdvi-lib/tfm.c:
4555         * dvi/mdvi-lib/tfmfile.c:
4556         * dvi/mdvi-lib/tt.c:
4557         * dvi/mdvi-lib/util.c:
4558         * dvi/mdvi-lib/vf.c:
4559         * dvi/pixbuf-device.c:
4560         * dvi/pixbuf-device.h:
4561         * impress/Makefile.am:
4562         * impress/common.h:
4563         * impress/document.c:
4564         * impress/f_oasis.c:
4565         * impress/f_oo13.c:
4566         * impress/iksemel.c:
4567         * impress/iksemel.h:
4568         * impress/imposter.h:
4569         * impress/impress-document.c:
4570         * impress/impress-document.h:
4571         * impress/internal.h:
4572         * impress/r_back.c:
4573         * impress/r_draw.c:
4574         * impress/r_geometry.c:
4575         * impress/r_gradient.c:
4576         * impress/r_style.c:
4577         * impress/r_text.c:
4578         * impress/render.c:
4579         * impress/render.h:
4580         * impress/zip.c:
4581         * impress/zip.h:
4582         * lib/Makefile.am:
4583         * lib/ev-debug.c:
4584         * lib/ev-debug.h:
4585         * lib/ev-file-helpers.c:
4586         * lib/ev-file-helpers.h:
4587         * lib/ev-gui.c:
4588         * lib/ev-gui.h:
4589         * lib/ev-tooltip.c:
4590         * lib/ev-tooltip.h:
4591         * libdocument/Makefile.am:
4592         * libdocument/ev-file-helpers.c:
4593         * pdf/Makefile.am:
4594         * pdf/ev-poppler.cc:
4595         * pdf/ev-poppler.h:
4596         * pixbuf/Makefile.am:
4597         * pixbuf/pixbuf-document.c:
4598         * pixbuf/pixbuf-document.h:
4599         * properties/Makefile.am:
4600         * ps/Makefile.am:
4601         * ps/gsdefaults.c:
4602         * ps/gsdefaults.h:
4603         * ps/gsio.c:
4604         * ps/gsio.h:
4605         * ps/gstypes.h:
4606         * ps/ps-document.c:
4607         * ps/ps-document.h:
4608         * ps/ps.c:
4609         * ps/ps.h:
4610         * shell/Makefile.am:
4611         * shell/ev-application.h:
4612         * shell/ev-sidebar-links.c:
4613         * shell/ev-sidebar-links.h:
4614         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4615         (ev_gui_menu_position_tree_selection):
4616         * shell/ev-utils.h:
4617         * shell/ev-view.c: (ev_view_finalize):
4618         * shell/ev-window.c:
4619         * shell/main.c: (main):
4620         * thumbnailer/Makefile.am:
4621         * tiff/Makefile.am:
4622         * tiff/tiff-document.c:
4623         * tiff/tiff-document.h:
4624         * tiff/tiff2ps.c:
4625         * tiff/tiff2ps.h:
4626         
4627         Reorganize source tree.
4628
4629 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4630
4631         * backend/ev-document-factory.c:
4632
4633         Do not include ev-poppler.h when pdf is disabled. 
4634
4635 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4636
4637         * configure.ac:
4638         * data/evince-ui.xml:
4639         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4640         (pdf_document_document_images_iface_init):
4641         * backend/Makefile.am:
4642         * backend/ev-document-images.[ch]:
4643         * backend/ev-image.[ch]:
4644         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4645         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4646         (ev_job_xfer_run):
4647         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4648         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4649         (ev_pixbuf_cache_get_image_mapping):
4650         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4651         (view_menu_popup_cb), (ev_window_dispose),
4652         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4653         (ev_view_popup_cmd_copy_image):
4654         * shell/ev-view-private.h:
4655         * shell/ev-view.c: (ev_view_get_image_at_location),
4656         (ev_view_do_popup_menu), (ev_view_popup_menu),
4657         (ev_view_button_press_event), (ev_view_drag_data_get),
4658         (ev_view_drag_motion), (ev_view_drag_data_received),
4659         (ev_view_motion_notify_event), (ev_view_button_release_event),
4660         (ev_view_finalize), (ev_view_class_init):
4661
4662         Add image handling support. Fixes bugs #310008 and #325047. Images
4663         selection is not supported yet. 
4664
4665 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4666
4667         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4668         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4669         (ev_view_init):
4670
4671         Move view drag and drop stuff to ev-view.
4672
4673 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4674
4675         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4676         * shell/ev-view.c: (clear_selection): 
4677
4678         Clear selection also in pixbuf cache.
4679
4680 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4681
4682         * data/evince.desktop.in.in:
4683         
4684         Change icon name in desktop file. See bug #390734
4685         for details.
4686
4687 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4688
4689         * thumbnailer/Makefile.am:
4690
4691         Use top_builddir instead top_srcdir for generated schema
4692         file installation. Fixes bug #390161.
4693
4694 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4695
4696         * configure.ac:
4697         * backend/Makefile.am:
4698         * backend/ev-document-transition.[ch]:
4699         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4700         (pdf_document_page_transition_iface_init):
4701         * shell/ev-view-private.h:
4702         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4703         (ev_view_set_presentation), (transition_next_page),
4704         (ev_view_presentation_transition_stop),
4705         (ev_view_presentation_transition_start), (ev_view_next_page):
4706
4707         Add page transition support in presentation mode. At the moment only
4708         page duration is supported, but not transition effects. Fixes bug
4709         #309815.
4710
4711 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4712
4713         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4714
4715         Run find_link_dest with document lock held, since it's called by links
4716         thread and main thread at the same time. 
4717
4718 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4719
4720         * shell/ev-view.c: (goto_dest):
4721
4722         Update page-cache when page is changed by the view, so that
4723         page-changed signal is emitted. 
4724
4725 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4726
4727         * test/test1.py:
4728         * test/test2.py:
4729
4730         Use C locale in tests. 
4731
4732 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4733
4734         * shell/ev-window.c: (ev_window_run_presentation):
4735         * shell/ev-view-private.h:
4736         * shell/ev-view.c: (ev_view_set_presentation):
4737
4738         Restore zoom settings when back from presentation mode. 
4739
4740 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4741
4742         * shell/ev-window.c: (ev_window_run_presentation):
4743
4744         Always use "best fit" zoom in presentation mode.
4745         Fixes bug #389195.
4746
4747 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4748
4749         * shell/ev-view.c: (ev_view_goto_window_create):
4750
4751         Show "Jump to page" label in the page jumping popup in
4752         presentation mode instead of just a GtkEntry.
4753
4754 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4755
4756         * shell/ev-window.c: (launch_external_uri):
4757
4758         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4759         #378085.
4760
4761 2006-12-22  Elijah Newren  <newren gmail com>
4762
4763         * configure.ac: explicitly check for libxml2.  Fixes #388795
4764
4765 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4766
4767         * shell/ev-view-private.h:
4768         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4769         (ev_view_goto_window_delete_event), (key_is_numeric),
4770         (ev_view_goto_window_key_press_event),
4771         (ev_view_goto_window_button_press_event),
4772         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4773         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4774         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4775
4776         Allow jumping to another page by typing a page number in presentation
4777         mode. It uses a popup window with an entry. Fixes bug #353625.
4778
4779 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4780
4781         * configure.ac:
4782         * properties/ev-properties-view.c: (ev_get_default_user_units),
4783         (ev_regular_paper_size):
4784         
4785         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4786         to Damien Carbery <damien.carbery@sun.com> and
4787         Yevgen Muntyan <muntyan@tamu.edu>.
4788
4789 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4790
4791         * shell/ev-window.c: (setup_document_from_metadata):
4792
4793         Make sure Evince doesn't restore the view on the last
4794         page when a document is reopened. Fixes bug #383381.
4795
4796 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4797
4798         * shell/ev-view.c: (draw_loading_text):
4799
4800         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4801
4802 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4803
4804         * configure.ac:
4805         * NEWS:
4806
4807         Release 0.7.0
4808
4809 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4810
4811         * configure.ac:
4812         * pdf/ev-poppler.cc: (pdf_print_context_free),
4813         (pdf_document_file_exporter_begin),
4814         (pdf_document_file_exporter_do_page):
4815
4816         Make cairo-pdf depedency optional. 
4817
4818 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4819
4820         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4821
4822         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4823
4824 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4825
4826         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4827         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4828         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4829         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4830         * shell/ev-view.c: (draw_loading_text):
4831         * shell/ev-window.c: (ev_window_cmd_file_properties):
4832
4833         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4834         related to using FontConfig from different threads.
4835         
4836 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4837
4838         * shell/ev-view.c: (draw_loading_text):
4839
4840         Acquire lock document when drawing "Loading..." text so that only one
4841         thread will use FontConfig at the same time. Fixes bug #374750.
4842
4843 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4844
4845         * shell/ev-page-action.[ch]: (activate_cb):
4846         * shell/ev-window.c: (activate_label_cb):
4847
4848         Check if text inserted in page entry is a valid page number when it
4849         doesn't match to any document page label. Fixes bug #383165.
4850
4851 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4852         * shell/ev-window.c:
4853
4854         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4855         available with GTK < 2.10. Added an ifdef to avoid compilation
4856         error.
4857
4858 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4859
4860         * configure.ac:
4861         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4862
4863         Fix ps backend in multihead systems.
4864
4865 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4866
4867         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4868         * shell/ev-window.c: (ev_window_get_screen_dpi),
4869         (ev_window_update_actions), (setup_view_from_metadata),
4870         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4871
4872         Take screen DPI into account when zooming. Fixes bug #318285.
4873
4874 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4875
4876         * data/Makefile.am:
4877
4878         Cleaned up/slightly refactored Makefile.am. Added GConf
4879         schemas uninstallation as well.
4880
4881 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4882
4883         * Makefile.am:
4884         * test/Makefile.am:
4885
4886         Fight with autotools to fix make check. Make distcheck
4887         works fine as well now!
4888
4889 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4890
4891         * shell/ev-view.c: (draw_end_presentation_page):
4892
4893         Corrected "end of presentation" string.
4894
4895 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4896
4897         * shell/ev-view.c: (ev_view_key_press_event):
4898
4899         Correctly propagate key press event so that up/down keys
4900         work as expected (correct behaviour was broken by
4901         black/white screen key bindings for presentations).
4902
4903 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4904
4905         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4906         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4907         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4908         (pdf_selection_get_selection_region),
4909         (pdf_selection_get_selection_map):
4910
4911         Add "static" to some private functions. 
4912
4913 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4914
4915         * lib/ev-tooltip.h:
4916         * properties/ev-properties-view.h:
4917         * shell/ev-jobs.h:
4918         * shell/ev-properties-dialog.h:
4919         * shell/ev-properties-fonts.h:
4920         * shell/ev-sidebar-links.h:
4921         * shell/ev-sidebar-thumbnails.h:
4922         * shell/ev-sidebar.h:
4923         * shell/ev-window.h:
4924         
4925         Fixes CHACK type in class casts. See bug #385343
4926         for details.
4927
4928 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4929
4930         * shell/ev-view-private.h:
4931         * shell/ev-view.c: (draw_end_presentation_page),
4932         (ev_view_expose_event), (ev_view_key_press_event),
4933         (ev_view_class_init), (ev_view_init):
4934
4935         Blank screen in presentation mode when pressing 'b' (filling with
4936         black) or 'w' (filling with white) keys. Fixes bug #358132.
4937
4938 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4939
4940         * data/evince-toolbar.xml:
4941         * shell/ev-window.c:
4942         
4943         Use stock icon for Select All action. Fixes
4944         bug #382652.
4945
4946 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4947
4948         * shell/ev-view.c: (get_doc_point_from_offset),
4949         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4950
4951         Add links support in rotated documents. Fixes bug #343733.
4952
4953 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4954
4955         * shell/ev-view-private.h:
4956         * shell/ev-view.c: (draw_end_presentation_page),
4957         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4958
4959         Show a blank page after the last page in presentation mode with a
4960         message indicating that presentation has finished and how to exit. 
4961
4962 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4963
4964         * shell/ev-window.c: (fullscreen_timeout_cb):
4965
4966         Hide cursor after a while in presentation mode. 
4967
4968 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4969
4970         * backend/ev-document-info.h:
4971         * data/evince-properties.glade:
4972         * pdf/ev-poppler.cc:
4973         * properties/ev-properties-view.c: (ev_regular_paper_size),
4974         (ev_properties_view_set_info):
4975         * ps/ps-document.c: (ps_document_get_info):
4976
4977         Adds a paper size field to the properties dialog. Fixes
4978         bug #307315. Patch by Kasper Svendsen (with some i18n
4979         changes done by me).
4980
4981 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4982
4983         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4984         (screensaver_init_dbus), (totem_scrsaver_new),
4985         (totem_scrsaver_init):
4986         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4987         * shell/ev-application.c: (ev_application_register_service),
4988         (ev_application_screensaver_enable),
4989         (ev_application_screensaver_disable):
4990         * shell/ev-application.h:
4991         * shell/ev-window.c: (ev_window_run_presentation),
4992         (ev_window_stop_presentation), (build_comments_string),
4993         (ev_window_init):
4994         
4995         Move screensaver handling to application. No more
4996         message on startup.
4997
4998 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4999
5000         * configure.ac:
5001         * backend/Makefile.am:
5002         * backend/ev-file-exporter.[ch]:
5003         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5004         * ps/ps-document.c: (ps_document_file_exporter_*):
5005         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5006         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5007         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5008         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5009
5010         Allow printing to PDF when suppoted by the backend.
5011         
5012 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5013
5014         * shell/ev-window.c: (build_comments_string):
5015
5016         Use always "Document Viewer" in about dialog. 
5017
5018 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5019
5020         * djvu/djvu-document.c: (djvu_document_get_page_size):
5021
5022         Display a warning message when get_pageinfo fails. 
5023
5024 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5025
5026         * Makefile.am:
5027         * backend/Makefile.am:
5028         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5029         * configure.ac:
5030         * shell/ev-window.c: (build_comments_string):
5031         
5032         Make pdf compilation optional. See bug #38007.
5033
5034 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5035
5036         * ps/ps.c: (get_next_text):
5037
5038         Fix CVE-2006-5864.
5039
5040 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5041
5042         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5043         * shell/ev-navigation-action.c: (connect_proxy),
5044         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5045         
5046         Do not call g_type_class_peek_parent twice.
5047
5048 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5049
5050         * configure.ac:
5051         * data/icons/24x24/.cvsignore:
5052         * data/icons/24x24/Makefile.am:
5053         * data/icons/24x24/evince.png:
5054         * data/icons/Makefile.am:
5055         
5056         Add 24x24 icon. Thanks to 
5057         Michael Monreal <infernux@web.de>.
5058
5059 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5060
5061         * configure.ac: Fix typo in configure.ac. Thanks
5062         to dmacks@netspace.org for notification.
5063
5064 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5065
5066         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5067         
5068         Drop dbus include, fixes compilation with older dbus.
5069
5070 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5071
5072         * configure.ac:
5073         * cut-n-paste/Makefile.am:
5074         * cut-n-paste/totem-screensaver/.cvsignore
5075         * cut-n-paste/totem-screensaver/Makefile.am:
5076         * cut-n-paste/totem-screensaver/README:
5077         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5078         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5079         * shell/Makefile.am:
5080         * shell/ev-window.c: (ev_window_run_presentation),
5081         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5082         (ev_window_init):
5083
5084         Implemented screensaver enabling/disabling for
5085         presentation mode (not fullscreen mode). Code stolen
5086         from Totem (with some minor tweaks). Fixes bug #338889.
5087
5088 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5089
5090         * configure.ac:
5091
5092         Bump gnome-icon-theme requirements. We use the rotation
5093         icons that appeared recently.
5094
5095 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5096
5097         * shell/ev-history.c: (ev_history_add_page):
5098         * shell/ev-history.h:
5099         * shell/ev-window.c: (page_changed_cb):
5100         
5101         Use page labels instead of numbers.
5102
5103 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5104
5105         * data/evince-toolbar.xml:
5106         * po/POTFILES.in:
5107         * shell/Makefile.am:
5108         * shell/ev-navigation-action-widget.c:
5109         (ev_navigation_action_widget_init),
5110         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5111         (menu_detacher), (ev_navigation_action_widget_set_menu),
5112         (menu_position_func), (popup_menu_under_arrow),
5113         (ev_navigation_action_widget_toggled),
5114         (ev_navigation_action_widget_button_press_event):
5115         * shell/ev-navigation-action-widget.h:
5116         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5117         (ev_navigation_action_set_window), (activate_menu_item_cb),
5118         (new_history_menu_item), (new_empty_history_menu_item),
5119         (build_menu), (menu_activated_cb), (connect_proxy),
5120         (create_tool_item), (ev_navigation_action_init),
5121         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5122         * shell/ev-navigation-action.h:
5123         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5124         (ev_page_action_widget_set_page_cache),
5125         (ev_page_action_widget_finalize),
5126         (ev_page_action_widget_class_init), (match_selected_cb),
5127         (display_completion_text), (match_completion), (build_new_tree_cb),
5128         (get_filter_model_from_model),
5129         (ev_page_action_widget_update_model):
5130         * shell/ev-page-action-widget.h:
5131         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5132         (connect_proxy):
5133         * shell/ev-page-action.h:
5134         * shell/ev-stock-icons.c:
5135         * shell/ev-stock-icons.h:
5136         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5137         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5138         (register_custom_actions):
5139         * shell/main.c:
5140         
5141         Preliminary history implementation
5142
5143 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5144
5145         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5146         (dvi_document_class_init), (dvi_document_init_params):
5147         * dvi/mdvi-lib/font.c: (font_reference):
5148         
5149         Add reference to subfont. Fixes bug #374277.
5150
5151 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5152
5153         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5154         (ev_window_cmd_file_open_copy_at_dest):
5155
5156         Fix a race condition when creating symlink. Increase the counter
5157         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5158         Mathias Hasselmann).
5159
5160 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5161
5162         * backend/Makefile.am:
5163         * backend/ev-attachment.c: (ev_attachment_open):
5164         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5165         (ev_tmp_dir), (ev_tmp_filename):
5166         * shell/ev-sidebar-attachments.c:
5167         (ev_sidebar_attachments_drag_data_get):
5168         * shell/ev-window.c: (ev_window_clear_temp_file):
5169
5170         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5171         in ensure_dir_exists. Abort without crashing when we can't create
5172         user's directory.
5173
5174 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5175
5176         * data/evince-ui.xml:
5177         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5178         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5179         (ev_window_cmd_file_open_copy_at_dest),
5180         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5181         (ev_view_popup_cmd_open_link_new_window):
5182
5183         Allow opening a copy of the current document in a new window. Fixes bug
5184         #357472
5185
5186 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5187
5188         * data/evince-toolbar.xml:
5189         
5190         Add rotate right and rotate left to available items for toolbar.
5191         
5192         * data/evince-ui.xml:
5193         * shell/ev-window.c: (ev_window_init):
5194         
5195         Customize toolbar with right click. Fixes bug #372451.
5196
5197 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5198
5199         * shell/ev-window.c: 
5200         
5201         Use "object-rotate-{left,right}" stock icons. Fixes 
5202         bug #373863.
5203
5204 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5205
5206         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5207         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5208         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5209         (ev_window_open_uri):
5210         * shell/main.c: (arguments_parse):
5211
5212         Remove temp file created when evince is used by GTK+ in
5213         preview mode. Fixes bug #365282. 
5214
5215 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5216
5217         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5218         
5219         Fixes bug #372474 - Side pane disabled when entering 
5220         and leaving fullscreen mode.
5221
5222 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5223
5224         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5225         * data/Makefile.am:
5226         * data/evince-preview-toolbar.xml:
5227         * data/evince-toolbar.xml:
5228         * shell/ev-application.c: (ev_application_shutdown),
5229         (ev_application_init), (ev_application_get_toolbars_model):
5230         * shell/ev-application.h:
5231         * shell/ev-window.c: (update_chrome_visibility),
5232         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5233         (ev_window_cmd_edit_toolbar), (ev_window_init):
5234         
5235         Fixes bug #364364 - toolbar editor shows zoom actions again.
5236
5237 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5238
5239         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5240
5241         Do not take margins into consideration for paper size when printing.
5242         Really fixes bug #350491.
5243
5244 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5245
5246         * data/evince-ui.xml:
5247         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5248         (ev_window_cmd_file_print_setup),
5249         (ev_window_print_dialog_response_cb),
5250         (ev_window_setup_action_sensitivity):
5251
5252         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5253
5254 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5255
5256         * shell/ev-window.c: (ev_window_print_range):
5257
5258         Revert my previuos commit, since printing to PDF is not supported by
5259         evince yet. 
5260
5261 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5262
5263         * shell/ev-window.c: (ev_window_print_range):
5264
5265         Enable print to a PDF. Fixes bug #332121.
5266
5267 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5268
5269         * shell/ev-application-service.xml:
5270         * shell/ev-application.[ch]: (ev_application_open_window),
5271         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5272         (ev_application_open_uri), (ev_application_open_uri_list):
5273         * shell/ev-window.c: (file_open_dialog_response_cb),
5274         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5275         (drag_data_received_cb), (open_remote_link):
5276         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5277
5278         Add support for multiscreen systems. Fixes bug #316206.
5279
5280 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5281
5282         * shell/ev-jobs.[ch]: (ev_job_print_new),
5283         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5284         (ev_job_print_do_page):
5285         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5286
5287         Allow printing only odd/even pages. Fixes bug #367289.
5288
5289 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5290
5291         * test/test1.py:
5292         * test/test2.py:
5293
5294         Re-add locale settings to test files.
5295
5296 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5297
5298         * data/evince-ui.xml:
5299         * shell/ev-window.c: (set_action_properties):
5300         
5301         Removed garbage from code and ui.
5302
5303 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5304
5305         * shell/ev-window.c: (ev_window_cmd_help_about):
5306
5307         Shamelessly add my name to the list of contributors.
5308
5309 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5310
5311         * test/test1.py:
5312         * test/test2.py:
5313
5314         Cleaned up the dogtail scripts.
5315
5316 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5317
5318         * shell/ev-view.c: (draw_loading_text): Don't render
5319         "loading..." text in presentation mode. Temporary
5320         workaround for bug #320352.
5321
5322 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5323
5324         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5325         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5326
5327         Use print settings scale, copies, collate and reverse which were
5328         ignored. Fixes bug #359032.
5329
5330 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5331
5332         * configure.ac:
5333         * data/evince-password.glade:
5334         * test/Makefile.am:
5335         * test/test-encrypt.pdf:
5336         * test/test-links.pdf:
5337         * test/test1.py:
5338         * test/test2.py:
5339
5340         Add automated UI tests for evince with dogtail. See
5341         bug #300948.    
5342
5343 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5344
5345         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5346
5347         Hide fullscreen toolbar when switching to another desktop workspace.
5348         Fixes bug #338871
5349
5350 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5351
5352         * shell/ev-window-title.c: 
5353         
5354         Test for .dvi in title of pdf documents.
5355
5356 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5357
5358         * shell/ev-view.c: (ev_view_scroll):
5359
5360         Page Up/Down should do page jumps in "Best fit" mode.
5361         If a user has explicitly chosen to view exactly one page
5362         at a time, scrolling just a part of the page when
5363         pressing Page Up/Down is not right. Fixes bug #323107.
5364
5365 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5366
5367         * NEWS:
5368         * configure.ac:
5369         
5370         Update for 0.6.1
5371
5372 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5373
5374         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5375         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5376         
5377         Correctly disconnect from job signals on destroy.
5378
5379 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5380
5381         * shell/ev-view-private.h:
5382         * shell/ev-view.c: (view_set_adjustment_values),
5383         (view_update_range_and_current_page),
5384         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5385         
5386         Fixes bug #343199, current page now follows find page.
5387
5388 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5389
5390         * backend/ev-document-factory.c:
5391         * configure.ac:
5392         Assigned OpenDocument presenation MIME type to the
5393         Impress backend. Added some missing (but harmless)
5394         #ifdefs in the document factory as well to make things
5395         consistent again. Fixes bug #360658.
5396
5397 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5398
5399         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5400         * backend/ev-document-find.c: (ev_document_find_get_type):
5401         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5402         * backend/ev-document-links.c: (ev_document_links_get_type):
5403         * backend/ev-document-security.c: (ev_document_security_get_type):
5404         * backend/ev-document-thumbnails.c:
5405         (ev_document_thumbnails_get_type):
5406         * backend/ev-document.c: (ev_document_get_type):
5407         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5408         * backend/ev-selection.c: (ev_selection_get_type):
5409         * cut-n-paste/recent-files/egg-recent-model.c:
5410         (egg_recent_model_get_type):
5411         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5412         (egg_recent_view_uimanager_get_type):
5413         * cut-n-paste/recent-files/egg-recent-view.c:
5414         (egg_recent_view_get_type):
5415         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5416         (egg_editable_toolbar_get_type):
5417         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5418         (egg_toolbar_editor_get_type):
5419         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5420         (egg_toolbars_model_get_type):
5421         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5422         (egg_tree_multi_drag_source_get_type):
5423         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5424         (ephy_zoom_action_get_type):
5425         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5426         (ephy_zoom_control_get_type):
5427         * impress/r_back.c: (_imp_fill_back):
5428         * properties/ev-properties-main.c:
5429         (ev_properties_plugin_register_type):
5430         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5431         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5432         (ev_view_accessible_factory_get_type):
5433
5434         Reduce relocations. Bug #360616.
5435
5436 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5437
5438         * backend/ev-document-factory.c:
5439         (ev_document_factory_get_document):
5440         
5441         Load document even if extension is wrong.
5442
5443 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5444
5445         * shell/ev-metadata-manager.c: (save_values):
5446         * shell/ev-window.c: (setup_size_from_metadata),
5447         (setup_view_from_metadata), (ev_window_setup_document),
5448         (ev_window_xfer_job_cb), (window_configure_event_cb):
5449         
5450         Set size according to the document size/page size ratio.
5451         That should correct rather wierd behaviour of the previous
5452         commit.
5453
5454 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5455
5456         * shell/ev-window.c: (setup_view_from_metadata):
5457         
5458         Set size for new windows from previous window size.
5459         See bugs #354968 and #168450 for details. Thanks
5460         to Meik Hellmund.
5461
5462 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5463
5464         * djvu/djvu-links.c: (build_tree):
5465
5466         Fix memory leak.
5467
5468 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5469
5470         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5471         
5472         Don't make sidebar close button insensitive. Fixes
5473         bug #357871.
5474
5475 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5476
5477         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5478         (ev_window_set_view_accels_sensitivity):
5479         
5480         Don't enable Slash on documents which don't support
5481         find. Fixes bug #358648.
5482
5483 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5484
5485         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5486         open dialog fall back to the current document uri if the
5487         filechooser hasn't been used before. Fixes bug #356980.
5488
5489 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5490
5491         * shell/ev-window.c: (ev_window_setup_recent), 
5492         (ev_window_get_recent_file_label):
5493
5494         Escape underscores in filenames of recent file items.
5495
5496 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5497
5498         * configure.ac:
5499         
5500         Bumped poppler requirements, really 0.5.3 is very 
5501         buggy, now we require 0.5.4.
5502
5503 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5504
5505         * djvu/Makefile.am:
5506         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5507         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5508         (djvu_document_document_links_iface_init):
5509         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5510         (number_from_string_10), (get_djvu_link_dest),
5511         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5512         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5513         (djvu_links_get_links), (djvu_links_find_link_dest),
5514         (djvu_links_get_links_model):
5515         * djvu/djvu-links.h:
5516         
5517         Add support for links and bookmarks in djvu documents. Thanks
5518         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5519         patch.
5520
5521 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5522
5523         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5524         
5525         Reopen should reload document. Fixes 
5526         bug 327951.
5527
5528 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5529
5530         * configure.ac:
5531         * data/Makefile.am:
5532         * data/evince-16.png:
5533         * data/evince-22.png:
5534         * data/evince.png:
5535         * data/evince.svg:
5536         * data/icons/16x16/Makefile.am:
5537         * data/icons/16x16/evince.png:
5538         * data/icons/22x22/Makefile.am:
5539         * data/icons/22x22/evince.png:
5540         * data/icons/48x48/Makefile.am:
5541         * data/icons/48x48/evince.png:
5542         * data/icons/Makefile.am:
5543         * data/icons/scalable/Makefile.am:
5544         * data/icons/scalable/evince.svg:
5545         
5546         Install icons with correct names. Fixes
5547         bug #354429.
5548
5549 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5550
5551         * shell/ev-view.c: (ev_view_button_release_event):
5552
5553         Don't open links with middle mouse button. Fixes bug #353649
5554
5555 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5556
5557         * NEWS:
5558         * configure.ac:
5559         
5560         Update for release 0.6.0
5561
5562 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5563
5564         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5565         Implement Close named action. Patch by Carlos Garcia Campos.
5566
5567 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5568
5569         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5570         
5571         Don't clear link mapping on copy_job_to_job_info. Fixes
5572         bug 346168.
5573
5574 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5575
5576         * shell/main.c: (main):
5577
5578         Revert my previous commit, gnome_program_init owns the option context.
5579         Fix another memory leak in main. Both caught by Christian Persch. 
5580
5581 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5582
5583         * shell/main.c: (main):
5584
5585         Fix memory leak.
5586
5587 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5588
5589         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5590
5591         Fix crash when opening a pdf with password protection. 
5592
5593 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5594
5595         * pdf/ev-poppler.cc: (pdf_document_search_free):
5596
5597         Fix memory leak. 
5598
5599 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5600
5601         * backend/ev-document-factory.c:
5602         (ev_document_factory_get_document):
5603         * tiff/tiff-document.c: (tiff_document_finalize):
5604         
5605         More correct handling of document loading. Fixes
5606         bug #349043.
5607
5608 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5609
5610         * backend/ev-attachment.c: (ev_attachment_save):
5611
5612         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5613         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5614
5615 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5616         
5617         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5618         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5619
5620 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5621
5622         * shell/ev-sidebar-thumbnails.c:
5623
5624         Do not render thumbnails unless thumbnails page is active in the
5625         sidebar.
5626
5627 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5628
5629         * shell/ev-properties-dialog.c:
5630
5631         Fix dialogue spacing. Bug #351370.
5632
5633 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5634
5635         * configure.ac:
5636
5637         Use lowercase gettext catalog file names (evince.mo
5638         instead of Evince.mo)
5639
5640 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5641
5642         * shell/ev-sidebar-attachments.c:
5643
5644         GtkIconTheme is now screen safe too. Fixes bug #350878
5645
5646 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5647
5648         * shell/ev-window.c:
5649
5650         GtkRecent manager is now screen safe. Fixes bug #350145
5651
5652 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5653
5654         * shell/ev-sidebar.c: (ev_sidebar_init):
5655         
5656         Make sidebar close icon smaller. Fix for bug 350177.
5657         See also bugs 350176 and 165770.
5658
5659 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5660
5661         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5662
5663         Ignore zoom for xyz destinations when it's <= 1, keeping user
5664         preferences instead. Set correct sizing-mode for fith and fitv
5665         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5666
5667 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5668
5669         * NEWS:
5670         * configure.ac:
5671         
5672         Update for release 0.5.5
5673
5674 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5675         
5676         * shell/ev-window.c: (ev_window_cmd_escape)
5677
5678         Escape unfocus page entry. Fixes bug #345809.
5679
5680 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5681
5682         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5683         (build_tree), (pdf_document_links_get_links),
5684         (pdf_document_links_find_link_dest):
5685         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5686         (goto_xyz_dest):
5687
5688         Convert from PDF style coordinates to X style coordinates in the
5689         backend rather than in the view. Fixes bug #338440
5690
5691 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5692
5693         * shell/ev-window.c:
5694         
5695         Remove Ctrl+Shift+T shortcut for toolbars. See
5696         the bug #350098.
5697
5698 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5699
5700         * configure.ac:
5701
5702         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5703         of this. 
5704
5705 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5706
5707         * configure.ac:
5708         * cut-n-paste/Makefile.am:
5709         * data/evince-ui.xml:
5710         * shell/Makefile.am:
5711         * shell/ev-application.[ch]:
5712         * shell/ev-window.c:
5713
5714         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5715         #349273
5716
5717 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5718
5719         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5720         findbar code: s/help/search/
5721
5722 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5723
5724         * shell/ev-window.c: (setup_document_from_metadata),
5725         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5726         (setup_view_from_metadata):
5727         
5728         Fix memory leaks.
5729
5730 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5731
5732         * autogen.sh, configure.ac: 
5733         
5734         Update automake usage. See bug 349292.
5735
5736 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5737
5738         * shell/eggfindbar.c: (egg_find_bar_class_init),
5739         (entry_activate_callback), (egg_find_bar_init),
5740         (egg_find_bar_set_status_text):
5741         * shell/eggfindbar.h:
5742         
5743         Unify Evince findbar with Epiphany. Nice patch
5744         from Fabricio Silva <silva@crans.org> and
5745         Frederic Peters <fpeters@entrouvert.com>. See
5746         bug #339966 for details.
5747
5748 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5749
5750         * data/evince.desktop.in.in:
5751         
5752         Correct information for bugzilla. Thanks to
5753         Olaf Vitters, see bug #348855.
5754
5755 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5756
5757         * shell/ev-jobs.[ch]:
5758         * shell/ev-sidebar-links.c:
5759         * shell/ev-window.[ch]:
5760
5761         GtkPrintJob doesn't support print ranges or current page, so we export
5762         to a ps file now when printing ranges or current page.
5763
5764 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5765
5766         * pdf/ev-poppler.cc:
5767         * shell/ev-window.c: (do_action_named):
5768
5769         We should be more clear about bugzilla. See the
5770         poppler bug #7623.
5771
5772 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5773
5774         * configure.ac:
5775         * shell/Makefile.am:
5776         * shell/ev-job-queue.c:
5777         * shell/ev-jobs.[ch]:
5778         * shell/ev-sidebar-links.c:
5779         * shell/ev-window.[ch]:
5780         
5781         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5782         #348422
5783
5784 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5785
5786         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5787         * shell/ev-application-service.xml:
5788         * shell/ev-application.[ch]:
5789         * shell/ev-jobs.[ch]:
5790         * shell/ev-window.[ch]: (ev_window_run_preview):
5791         * shell/main.c: 
5792
5793         Add preview mode to use evince as a printing previewer. It also adds
5794         other command line options for fullscreen and presentation modes.
5795         Fixes bugs #347822, #317031
5796
5797 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5798
5799         * NEWS:
5800         * configure.ac:
5801         
5802         Update for release 0.5.4
5803
5804 2006-07-11  Bastien Nocera <hadess@hadess.net>
5805
5806         * Makefile.am:
5807         * backend/Makefile.am:
5808         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5809         * backend/ev-document-factory.h:
5810         * configure.ac:
5811         * impress/.cvsignore:
5812         * impress/Makefile.am:
5813         * impress/common.h:
5814         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5815         (imp_get_page), (imp_next_page), (imp_prev_page),
5816         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5817         * impress/f_oasis.c: (render_object), (render_page),
5818         (get_geometry), (_imp_oasis_load):
5819         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5820         (_imp_oo13_load):
5821         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5822         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5823         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5824         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5825         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5826         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5827         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5828         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5829         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5830         (iks_new_within), (iks_insert), (iks_insert_cdata),
5831         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5832         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5833         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5834         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5835         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5836         (iks_cdata), (iks_cdata_size), (iks_has_children),
5837         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5838         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5839         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5840         (iks_tree), (iks_load), (iks_save):
5841         * impress/iksemel.h:
5842         * impress/imposter.h:
5843         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5844         (imp_render_draw_bezier_real), (imp_render_get_size),
5845         (imp_render_set_fg_color), (imp_render_draw_line),
5846         (imp_render_draw_rect), (imp_render_draw_polygon),
5847         (imp_render_draw_arc), (imp_render_draw_bezier),
5848         (imp_render_open_image), (imp_render_get_image_size),
5849         (imp_render_scale_image), (imp_render_draw_image),
5850         (imp_render_close_image), (imp_render_markup),
5851         (imp_render_get_text_size), (imp_render_draw_text),
5852         (impress_document_load), (impress_document_save),
5853         (impress_document_get_n_pages), (impress_document_get_page_size),
5854         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5855         (impress_document_finalize), (impress_document_class_init),
5856         (impress_document_can_get_text), (impress_document_get_info),
5857         (impress_document_document_iface_init),
5858         (impress_document_thumbnails_get_thumbnail),
5859         (impress_document_thumbnails_get_dimensions),
5860         (impress_document_document_thumbnails_iface_init),
5861         (impress_document_init):
5862         * impress/impress-document.h:
5863         * impress/internal.h:
5864         * impress/r_back.c: (_imp_fill_back):
5865         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5866         (_imp_draw_image), (_imp_tile_image):
5867         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5868         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5869         (r_polyline):
5870         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5871         (r_draw_gradient_complex), (r_draw_gradient):
5872         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5873         (r_get_bullet):
5874         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5875         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5876         (r_text):
5877         * impress/render.c: (imp_create_context), (imp_context_set_page),
5878         (imp_context_set_step), (imp_render), (imp_delete_context):
5879         * impress/render.h:
5880         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5881         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5882         (zip_load_xml), (zip_get_size), (zip_load):
5883         * impress/zip.h:
5884         * shell/ev-utils.c:
5885         
5886         New backend to support impress slides. Fixes bug #30867.
5887
5888 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5889
5890         * shell/ev-utils.c: (using_postscript_printer):
5891         
5892         Fixes crash when print using PAPI backend,
5893         bug #345012.
5894
5895 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5896
5897         * shell/ev-jobs.c: (ev_job_xfer_run):
5898         * shell/ev-window.c: (password_dialog_response),
5899         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5900         (ev_window_dispose):
5901         Fixes bug #344160: if the xfer job doesn't complete
5902         because a password is required, reload the existing
5903         instance instead of creating a new one.
5904
5905 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5906
5907         * shell/main.c: (main): Call gdk_threads_init. Thus
5908         we'll avoid errors in auth dialog. Fix for the bug
5909         #343347.
5910
5911 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5912
5913         * configure.ac: Advertise pixbuf support, fix
5914         for the bug 343317.
5915
5916 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5917
5918         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5919         (ev_sidebar_thumbnails_set_document):
5920         
5921         Update sidebar thumbnails after reloading.
5922
5923 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5924
5925         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5926         * shell/ev-jobs.h:
5927         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5928         (ev_window_cmd_view_reload), (ev_window_init):
5929         
5930         Don't crash on reload. Fix for the bug #343167.
5931
5932 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5933
5934         * shell/ev-jobs.c: (ev_job_render_run):
5935         
5936         Check for document links.
5937
5938 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5939
5940         * backend/ev-attachment.c: (ev_attachment_save),
5941         (ev_attachment_launch_app), (ev_attachment_open):
5942         * backend/ev-document-factory.c: (get_document_from_uri):
5943         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5944         (egg_recent_view_uimanager_set_list):
5945         * ps/ps-document.c: (check_filecompressed), (document_load),
5946         (ps_document_load):
5947         * shell/ev-metadata-manager.c: (load_values):
5948         * shell/ev-password.c: (ev_password_dialog_set_property):
5949         * shell/ev-view.c: (tip_from_link):
5950         * shell/ev-window.c: (file_save_dialog_response_cb),
5951         (ev_window_print_dialog_response_cb):
5952         
5953         Use consistent quoting style. Fix for the bug #320285.
5954
5955 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5956
5957         * shell/ev-jobs.c: (ev_job_xfer_run):
5958         * shell/main.c: (load_files):
5959                 
5960         Open links with anchors. Fix for the bug #339836.
5961
5962 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5963
5964         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5965         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5966         (ev_link_dest_set_property), (ev_link_dest_finalize),
5967         (ev_link_dest_class_init), (ev_link_dest_new_named),
5968         (ev_link_dest_new_page_label):
5969         * backend/ev-link-dest.h:
5970         * shell/ev-application.c: (ev_application_open_uri):
5971         * shell/ev-view.c: (goto_dest):
5972         * shell/ev-window.c:
5973         * shell/ev-window.h:
5974         
5975         Fix page-label command line option. Bug #342070.
5976
5977 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5978
5979         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5980         
5981         Don't show highlight rects if page can't be showed. Fix for 
5982         the bug #342076
5983
5984 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5985
5986         * shell/ev-window.c: (setup_sidebar_from_metadata),
5987         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5988         
5989         Setup sidebar from metadata even if there is no document
5990         loaded. Fix for the bug #342807.
5991
5992 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5993
5994         * cut-n-paste/toolbar-editor/Makefile.am:
5995         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5996         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5997         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5998         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5999         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6000         (popup_context_menu_cb), (button_press_event_cb),
6001         (configure_item_sensitivity), (configure_item_cursor),
6002         (configure_item_tooltip), (connect_widget_signals),
6003         (action_sensitive_cb), (create_item_from_action),
6004         (create_item_from_position), (toolbar_drag_data_received_cb),
6005         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6006         (toolbar_drag_leave_cb), (configure_drag_dest),
6007         (toggled_visibility_cb), (toolbar_visibility_refresh),
6008         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6009         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6010         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6011         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6012         (egg_editable_toolbar_dispose),
6013         (egg_editable_toolbar_set_ui_manager),
6014         (egg_editable_toolbar_get_selected),
6015         (egg_editable_toolbar_set_selected), (set_edit_mode),
6016         (egg_editable_toolbar_set_property),
6017         (egg_editable_toolbar_get_property),
6018         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6019         (egg_editable_toolbar_new_with_model),
6020         (egg_editable_toolbar_get_edit_mode),
6021         (egg_editable_toolbar_set_edit_mode),
6022         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6023         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6024         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6025         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6026         (item_added_or_removed_cb), (toolbar_removed_cb),
6027         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6028         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6029         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6030         (editor_create_item_from_name), (append_table),
6031         (update_editor_sheet), (egg_toolbar_editor_init):
6032         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6033         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6034         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6035         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6036         (toolbar_node_free), (egg_toolbars_model_get_flags),
6037         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6038         (egg_toolbars_model_get_name), (impl_add_item),
6039         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6040         (parse_data_list), (parse_item_list), (parse_toolbars),
6041         (egg_toolbars_model_load_toolbars), (parse_available_list),
6042         (parse_names), (egg_toolbars_model_load_names),
6043         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6044         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6045         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6046         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6047         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6048         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6049         (egg_toolbars_model_set_types), (fill_avail_array),
6050         (egg_toolbars_model_get_name_avail),
6051         (egg_toolbars_model_get_name_flags),
6052         (egg_toolbars_model_set_name_flags):
6053         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6054         * cut-n-paste/toolbar-editor/eggintl.h:
6055         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6056         (egg_tree_multi_drag_source_get_type),
6057         (egg_tree_multi_drag_source_row_draggable),
6058         (egg_tree_multi_drag_source_drag_data_delete),
6059         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6060         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6061         (path_list_free), (set_context_data), (get_context_data),
6062         (get_info), (egg_tree_multi_drag_drag_data_get),
6063         (egg_tree_multi_drag_motion_event),
6064         (egg_tree_multi_drag_button_press_event),
6065         (egg_tree_multi_drag_add_drag_support):
6066         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6067         * shell/ev-application.c: (ev_application_init),
6068         (ev_application_save_toolbars_model):
6069         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6070         (ev_window_cmd_edit_toolbar), (ev_window_init):
6071         
6072         Sync toolbareditor with epiphany and libegg
6073
6074 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6075
6076         * configure.ac: 
6077
6078         Depend on poppler 0.5.2
6079
6080 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6081
6082         * shell/ev-jobs.c: (ev_job_render_run):
6083         
6084         Check if document supports links iterface.
6085
6086 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6087
6088         * NEWS:
6089         * configure.ac:
6090         
6091         Update for release 0.5.3
6092
6093 2006-05-13  Michael Plump  <plumpy@skylab.org>
6094
6095         * configure.ac:
6096         * shell/Makefile.am:
6097         * shell/main.c: (main):
6098         
6099         Port to GOption command line parsing. Fix for the 
6100         bug #327518
6101
6102 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6103
6104         * shell/ev-window.c: (ev_window_cmd_help_about):
6105         
6106         Do not wrap license. Fix for the bug #309460.
6107
6108 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6109
6110         * configure.ac:
6111         * properties/ev-properties-main.c: (ev_properties_get_pages):
6112         * shell/ev-application.c: (ev_application_open_window),
6113         (ev_application_open_uri_at_dest):
6114         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6115         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6116         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6117         * shell/ev-utils.c: (save_print_config_to_file):
6118         * shell/ev-window.c: (ev_window_cmd_save_as),
6119         (ev_attachment_popup_cmd_save_attachment_as):
6120         * shell/main.c: (load_files_remote):
6121         
6122         Bump requirements to gtk 2.8 and drop all ifdefs used.
6123
6124 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6125
6126         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6127         * shell/ev-window.c: (ev_window_init):
6128         
6129         Show attachments page.
6130
6131 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6132
6133         * po/POTFILES.in:
6134         * shell/ev-attachment-bar.c:
6135         * shell/ev-attachment-bar.h:
6136         * shell/ev-sidebar-attachments.c:
6137         (ev_sidebar_attachments_icon_cache_add),
6138         (icon_theme_get_pixbuf_from_mime_type),
6139         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6140         (ev_sidebar_attachments_icon_cache_refresh),
6141         (ev_sidebar_attachments_get_attachment_at_pos),
6142         (ev_sidebar_attachments_popup_menu_show),
6143         (ev_sidebar_attachments_popup_menu),
6144         (ev_sidebar_attachments_button_press),
6145         (ev_sidebar_attachments_update_icons),
6146         (ev_sidebar_attachments_drag_data_get),
6147         (ev_sidebar_attachments_get_property),
6148         (ev_sidebar_attachments_destroy),
6149         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6150         (ev_sidebar_attachments_new),
6151         (ev_sidebar_attachments_set_document),
6152         (ev_sidebar_attachments_support_document),
6153         (ev_sidebar_attachments_get_label),
6154         (ev_sidebar_attachments_page_iface_init):
6155         * shell/ev-sidebar-attachments.h:
6156         * shell/ev-window.c: (update_chrome_visibility),
6157         (setup_sidebar_from_metadata), (ev_window_setup_document),
6158         (ev_window_sidebar_current_page_changed_cb),
6159         (attachment_bar_menu_popup_cb), (ev_window_init):
6160         
6161         Move attachments bar to sidebar.
6162
6163 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6164
6165         * pdf/ev-poppler.cc:
6166         * shell/ev-application.[ch]:
6167         * shell/main.c:
6168
6169         Fix some memory leaks.
6170
6171 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6172
6173         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6174
6175         Change the properties dialog response to
6176         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6177         will make the dialog go away when the user presses
6178         enter. With gtk+ >= 2.9 this will happen anyway, but for
6179         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6180         escape by default. Fixes bug #340539. See also bug
6181         #101293 for the gtk+ part.
6182
6183 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6184
6185         * shell/ev-view.c (tip_from_action_named): Replace some strings
6186         that were wrong. Closes #340970.
6187
6188 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6189
6190         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6191
6192         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6193         #341049
6194
6195 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6196
6197         * djvu/Makefile.am:
6198         * dvi/Makefile.am:
6199         * dvi/mdvi-lib/Makefile.am:
6200         * properties/Makefile.am:
6201         * ps/Makefile.am:
6202         * shell/Makefile.am:
6203         * thumbnailer/Makefile.am:
6204         
6205         Due to broken libtool that is unable to track dependencies
6206         of noinst libraries we are forced to explicitely point
6207         libraries for binary. Fix for the bug #333334.
6208
6209 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6210
6211         * data/evince.desktop.in.in:
6212         * shell/ev-view.c: (view_update_range_and_current_page),
6213         (ev_view_next_page), (ev_view_previous_page):
6214         * shell/ev-window.c: (update_chrome_visibility),
6215         (setup_sidebar_from_metadata), (ev_window_setup_document),
6216         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6217         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6218         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6219         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6220         (ev_window_stop_presentation), (ev_window_focus_in_event),
6221         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6222         (ev_window_init):
6223         * thumbnailer/Makefile.am:
6224         
6225         Update fullscreen and presentation timeout handling. Hide
6226         cursor in presentation after timeout. Fix for the bugs
6227         #136359 and #336981.
6228
6229 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6230
6231         * backend/ev-link-action.[ch]:
6232         * pdf/ev-poppler.cc: (ev_link_from_action):
6233         * shell/ev-view-private.h:
6234         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6235         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6236
6237         Add support for Named Action links
6238
6239 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6240
6241         * backend/Makefile.am:
6242         * backend/ev-document-links.[ch]:
6243         * backend/ev-document.[ch]:
6244         * backend/ev-link-action.[ch]:
6245         * backend/ev-link-dest.[ch]:
6246         * backend/ev-link.[ch]:
6247         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6248         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6249         * shell/ev-page-action.c: (build_new_tree_cb):
6250         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6251         (links_page_num_func), (update_page_callback):
6252         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6253         (tip_from_link):
6254         * shell/ev-jobs.c:
6255         * shell/ev-window.[ch]: (ev_window_open_uri),
6256         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6257         * shell/ev-application.[ch]: (ev_application_open_window),
6258         (ev_application_open_uri):
6259
6260         Rework links system, it adds support for remote links now and it makes
6261         easier to add new kinds of actions and destinations. Fixes bug #317292
6262
6263 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6264
6265         * data/Makefile.am:
6266         * data/evince.png:
6267         * data/evince-16.png:
6268         * data/evince-22.png:
6269         * data/evince.svg:
6270         * shell/main.c: (main):
6271         
6272         Evince use it's own icon. Fix for the bug #313392.
6273
6274         * shell/ev-window.c: (fullscreen_timeout_cb),
6275         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6276         (ev_window_cmd_help_about), (ev_window_dispose):
6277         
6278         Simplify fullscreen timeout code.
6279
6280 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6281
6282         * backend/ev-attachment.c: 
6283         * shell/ev-attachment-bar.c:
6284         * shell/ev-window.c:
6285
6286         Allow multiple selection of attachments
6287
6288 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6289
6290         * shell/ev-view.c: (view_update_range_and_current_page),
6291         (ev_view_scroll):
6292         
6293         Fix for the bug #312573 – Optimal selection of current 
6294         page among visible pages.
6295
6296 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6297
6298         * configure.ac:
6299         * djvu/Makefile.am:
6300         * djvu/djvu-text.h:
6301         
6302         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6303         for the bug 339868.
6304
6305 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6306
6307         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6308
6309 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6310
6311         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6312         dictated by the GNOME HIG. Fixes bug #339235.
6313
6314 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6315
6316         * data/evince-ui.xml:
6317         * shell/ev-view.c: (ev_view_can_find_previous):
6318         * shell/ev-view.h:
6319         * shell/ev-window.c: (ev_window_update_actions),
6320         (ev_window_cmd_edit_find_previous):
6321
6322         Add support for "Find Previous" as dictated by the GNOME HIG. A
6323         menu item is added and some glue code to make it all work is added
6324         to various files.
6325
6326 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6327
6328         * configure.ac: Award myself the "useless use of cat" award.
6329
6330 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6331
6332         * po/LINGUAS: New file listing all supported languages.
6333
6334         * configure.in: Use po/LINGUAS instead of including all languages
6335         directly in this file. See the wiki for more information:
6336         http://live.gnome.org/GnomeGoals/PoLinguas
6337
6338 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6339
6340         * backend/ev-document-factory.c:
6341
6342         Do not load the document twice when there isn't errors
6343
6344 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6345
6346         * backend/ev-attachment.c: 
6347
6348         Fix a crash when there isn't a default application to open an
6349         attachment
6350
6351 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6352
6353         * backend/ev-attachment.[ch]:
6354         * shell/ev-attachment-bar.[ch]:
6355
6356         Added missing files. 
6357
6358 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6359
6360         * backend/Makefile.am:
6361         * data/evince-ui.xml:
6362         * backend/ev-attachment.[ch]:
6363         * backend/ev-document.[ch]: (ev_document_has_attachments),
6364         (ev_document_get_attachments):
6365         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6366         (attachment_save_to_buffer), (pdf_document_get_attachments),
6367         (pdf_document_document_iface_init):
6368         * shell/Makefile.am:
6369         * shell/ev-attachment-bar.[ch]:
6370         * shell/ev-window.c:
6371
6372         Add support for PDF attachments. Fixes bug #325143
6373
6374 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6375
6376         * backend/ev-document-factory.c: (get_document_from_uri),
6377         (ev_document_factory_get_document):
6378         * backend/ev-document-factory.h:
6379         * properties/ev-properties-main.c: (ev_properties_get_pages):
6380         * shell/Makefile.am:
6381         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6382         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6383         (ev_job_queue_remove_job):
6384         * shell/ev-job-queue.h:
6385         * shell/ev-job-xfer.c:
6386         * shell/ev-job-xfer.h:
6387         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6388         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6389         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6390         (ev_job_xfer_run):
6391         * shell/ev-jobs.h:
6392         * shell/ev-window.c: (ev_window_is_empty),
6393         (password_dialog_response), (ev_window_clear_xfer_job),
6394         (ev_window_xfer_job_cb), (ev_window_open_uri),
6395         (ev_window_cmd_focus_page_selector),
6396         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6397         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6398         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6399         (ev_window_dispose):
6400         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6401         
6402         * Cleanup mime type detection on document load. Fix for the
6403         bug #336448.
6404
6405 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6406
6407         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6408         
6409         Fix crash on exit, described in the bug #336825.
6410
6411 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6412
6413         * backend/ev-document-factory.c:
6414         (ev_document_factory_get_from_mime),
6415         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6416         (ev_document_factory_get_document),
6417         (file_filter_add_mime_list_and_free),
6418         (ev_document_factory_add_filters):
6419         * backend/ev-document-factory.h:
6420         * properties/ev-properties-main.c: (ev_properties_get_pages):
6421         * shell/Makefile.am:
6422         * shell/ev-application.c:
6423         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6424         * shell/ev-window.c: (ev_window_cmd_file_open),
6425         (ev_window_cmd_save_as):
6426         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6427         
6428         Rework factory functions so they are placed now in a single 
6429         file ev-document-factory.c
6430
6431 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6432
6433         * shell/ev-window.c: (update_chrome_visibility):
6434         
6435         Fix for the bug 166566 - don't show menubar in fullscreen
6436         mode.
6437
6438 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6439
6440         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6441
6442 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6443
6444         * shell/ev-view.c: (ev_view_expose_event):
6445         
6446         More correctly draw loading text when document
6447         is empty.
6448
6449 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6450
6451         * shell/ev-view.c: (ev_view_scroll):
6452         
6453         Fix for the bug #334854, page down and page up switch
6454         pages in presentation mode.
6455
6456 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6457
6458         * shell/ev-window.c: (ev_window_set_action_sensitive),
6459         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6460         (ev_window_set_view_accels_sensitivity),
6461         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6462         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6463         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6464         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6465         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6466         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6467         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6468         (view_actions_focus_in_cb), (ev_window_init):
6469         
6470         Fix for the bug #333902, now it's possible to search
6471         words with slash.
6472
6473 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6474
6475         * configure.ac: Added Breton translation.
6476         * po/br.po: Added Breton translation.
6477
6478 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6479
6480         * shell/ev-window-title (ev_window_title_update):
6481
6482         Fix memory leak in window title. Fixes bug #333944
6483
6484 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6485
6486         * shell/ev-metadata-manager.c (parseItem):
6487
6488         Fix memory leaks. Fixes bug #333945
6489
6490 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6491         
6492         * NEWS, configure.ac, TODO:
6493         
6494         Update for release 0.5.2.
6495
6496 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6497
6498         * shell/ev-view.c: (view_update_range_and_current_page),
6499         (page_changed_cb):
6500         
6501         Don't jump on scrolling, fix for the bug #333127.
6502
6503 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6504
6505         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6506         
6507         Scroll by one page in presentation mode. Fix for the bug
6508         #332993.
6509
6510 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6511
6512         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6513
6514 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6515
6516         * configure.ac  Added lv in ALL_LINGUAS line.
6517
6518 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6519         
6520         * NEWS, configure.ac:
6521         
6522         Update for release 0.5.1
6523
6524 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6525
6526         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6527         * backend/ev-document-misc.h:
6528         * shell/ev-view.c: (draw_one_page):
6529         
6530          Clairfy what page the toolbar page number applies to. Fix
6531          for the bug #328102.
6532
6533 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6534
6535         * shell/ev-view-private.h:
6536         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6537         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6538         (ev_view_search_changed):
6539         * shell/ev-view.h:
6540         * shell/ev-window.c: (find_bar_search_changed_cb):
6541         
6542         Dont't jump to find result if window was scrolled during search.
6543         Fix for the bug #313266.
6544
6545 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6546
6547         * shell/eggfindbar.c: (egg_find_bar_class_init):
6548         * shell/eggfindbar.h:
6549         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6550         * shell/ev-view-private.h:
6551         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6552         (ev_view_class_init), (ev_sizing_mode_get_type),
6553         (ev_scroll_type_get_type):
6554         * shell/ev-view.h:
6555         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6556         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6557         (ev_window_init):
6558         
6559         Fix for the bug 319133 - Find entry should allow text scroll.
6560
6561 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6562
6563         * shell/ev-view-private.h:
6564         * shell/ev-view.c: (view_update_range_and_current_page),
6565         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6566         (ev_view_set_document), (update_find_status_message),
6567         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6568         (ev_view_find_previous):
6569         
6570         Fix for the bug #319137. Search now takes account for scrolling.
6571
6572 2006-02-19  Michael Hofmann <mh21@piware.de>
6573
6574         * configure.ac:
6575         * djvu/Makefile.am:
6576         * djvu/djvu-document-private.h:
6577         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6578         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6579         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6580         (djvu_document_can_get_text), (djvu_document_get_text),
6581         (djvu_document_document_iface_init),
6582         (djvu_document_thumbnails_get_thumbnail),
6583         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6584         (djvu_document_find_get_result),
6585         (djvu_document_find_page_has_results),
6586         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6587         (djvu_document_find_iface_init):
6588         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6589         (djvu_text_page_selection), (djvu_text_page_limits_process),
6590         (djvu_text_page_limits), (djvu_text_page_copy),
6591         (djvu_text_page_position), (djvu_text_page_union),
6592         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6593         (djvu_text_page_box), (djvu_text_page_append_text),
6594         (djvu_text_page_search), (djvu_text_page_prepare_search),
6595         (djvu_text_page_new), (djvu_text_page_free):
6596         * djvu/djvu-text-page.h:
6597         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6598         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6599         (djvu_text_n_results), (djvu_text_has_results),
6600         (djvu_text_get_result), (djvu_text_get_progress):
6601         * djvu/djvu-text.h:
6602         
6603         Text search in djvu. Fix for the bug #303415.
6604
6605 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6606
6607         * configure.ac:
6608         * shell/ev-window.c: (ev_window_cmd_save_as):
6609         
6610         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6611         Thanks to Gary Coady <gary@lyranthe.org>
6612
6613 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6614
6615         * shell/ev-print-job.c: (idle_print_handler):
6616         
6617         Inverse order printing, bug #320919.
6618
6619 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6620
6621         * data/evince-toolbar.xml:
6622         * shell/ev-window.c:
6623         
6624         Allow to add sidebar checkbutton on toolbar. Fix
6625         for the bug #144577.
6626
6627 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6628
6629         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6630         
6631         Add checks that have sense for empty ps document.
6632
6633 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6634
6635         * configure.ac: Include PS in mime types list. 
6636
6637 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6638
6639         * configure.ac:
6640         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6641         * ps/gsdefaults.h:
6642         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6643         
6644         Runtime check for gs interpreter. Fix for the bug #320868.
6645         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6646
6647 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6648
6649         * shell/ev-application.c: 
6650
6651         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6652         dbus>=0.60, so that the request is not queued. 
6653
6654 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6655
6656         * configure.ac:
6657         * shell/Makefile.am:
6658         * shell/ev-sidebar-links.c: (print_section_cb):
6659         * shell/ev-utils.c:
6660         * shell/ev-utils.h:
6661         * shell/ev-window.c: (update_action_sensitivity),
6662         (ev_window_close_dialogs), (ev_window_print):
6663         * shell/ev-window.h:
6664         
6665         Make printing support optional. Patch from Eduardo de Barros Lima
6666         <eduardo.lima@indt.org.br> for the bug #330546.
6667
6668 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6669
6670         * shell/ev-view-private.h:
6671         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6672         (ev_view_set_document):
6673         * shell/ev-view.h:
6674         * shell/ev-window.c: (ev_window_load_job_cb),
6675         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6676         (ev_window_init):
6677
6678         Draw Loading message during xfer job. Fix for the bug #329495.
6679
6680 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6681
6682         * comics/comics-document.c: (comics_regex_quote),
6683         (comics_document_load), (extract_argv):
6684         
6685         Correcly quote regexp before passing it to unzip.
6686
6687 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6688
6689         * shell/ev-page-cache.c: (build_height_to_page),
6690         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6691         (ev_page_cache_get_dual_even_left):
6692         * shell/ev-page-cache.h:
6693         * shell/ev-view.c: (view_update_range_and_current_page),
6694         (get_page_y_offset), (get_page_extents):
6695         
6696         Place even pages to the left if document has less then
6697         two pages. Fix for the bug #328856.
6698
6699 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6700
6701         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6702         
6703         Correct comics scheme. This make evince create thumbnails
6704         for comic books. Fix for the bug 329088.
6705
6706 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6707
6708         * data/evince-password.glade: Don't explicitly set
6709         invisible_char to the current default value in case
6710         the default changes; let GTK+ do its magic.
6711
6712 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6713
6714         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6715         real filename to tmp filename since often document
6716         type is determined by extension.
6717
6718 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6719
6720         * shell/ev-view.c: (add_scroll_binding_keypad),
6721         (ev_view_binding_activated), (ev_view_class_init):
6722         
6723         Add keybindings for percision-scrolling of display area. 
6724         Fix for the bug #314072.
6725
6726 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6727
6728         * data/evince.desktop.in.in:
6729         
6730         Add GTK to the list of categories. Fix for the bug #328034.
6731
6732 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6733
6734         * shell/ev-application.c: (ev_application_shutdown),
6735         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6736         * shell/ev-application.h:
6737         * shell/ev-window.c: (file_open_dialog_response_cb),
6738         (ev_window_cmd_file_open):
6739         
6740         Save last uri in file chooser dialog. Fix for the bug #327950.
6741
6742 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6743
6744         * NEWS:
6745         * README:
6746         
6747         Final update for release 0.5.0
6748         
6749         * shell/Makefile.am:
6750         
6751         Remove disable deprecated until we'll require libgnome-2.13.7
6752         and port to GOption argument parsing. See bug 327518.
6753
6754 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6755
6756         * comics/comics-document.c: (comics_document_save):
6757         * djvu/djvu-document.c: (djvu_document_save):
6758         * dvi/dvi-document.c: (dvi_document_save):
6759         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6760         * lib/ev-file-helpers.h:
6761         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6762         * tiff/tiff-document.c: (tiff_document_save):
6763         
6764         Use common save function for backends.
6765
6766 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6767
6768         * backend/ev-document-types.c:
6769         
6770         Fix crash on saving pixbuf.
6771
6772 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6773
6774         * cut-n-paste/recent-files/egg-recent-item.c:
6775         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6776         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6777         (parse_info_free), (valid_element), (start_element_handler),
6778         (end_element_handler), (text_handler), (egg_recent_model_filter),
6779         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6780         (egg_recent_model_monitor), (egg_recent_model_read),
6781         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6782         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6783         (egg_recent_model_set_property), (egg_recent_model_class_init),
6784         (egg_recent_model_init), (egg_recent_model_add_full),
6785         (egg_recent_model_delete), (egg_recent_model_get_list),
6786         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6787         (egg_recent_model_set_filter_mime_types),
6788         (egg_recent_model_clear_group_filter),
6789         (egg_recent_model_set_filter_groups),
6790         (egg_recent_model_clear_scheme_filter),
6791         (egg_recent_model_set_filter_uri_schemes),
6792         (egg_recent_model_remove_expired):
6793         * cut-n-paste/recent-files/egg-recent-util.c:
6794         (egg_recent_util_get_icon):
6795         * cut-n-paste/recent-files/egg-recent-util.h:
6796         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6797         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6798         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6799         (egg_recent_view_uimanager_set_property),
6800         (egg_recent_view_uimanager_get_property),
6801         (egg_recent_view_uimanager_class_init),
6802         (egg_recent_view_uimanager_init),
6803         (egg_recent_view_uimanager_set_label_width),
6804         (egg_recent_view_uimanager_get_label_width):
6805         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6806         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6807         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6808         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6809         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6810         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6811         
6812         Update from libegg.
6813
6814 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6815
6816         * shell/ev-page-cache.c: (build_height_to_page),
6817         (ev_page_cache_get_height_to_page):
6818         * shell/ev-page-cache.h:
6819         * shell/ev-view.c: (view_update_range_and_current_page),
6820         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6821         (ev_view_previous_page):
6822         
6823         Dual mode places even pages to the left. Fix for the bug #309393.
6824
6825         * shell/ev-view.h:
6826         * shell/ev-window.c: (update_action_sensitivity),
6827         (setup_view_from_metadata), (view_menu_popup_cb):
6828         
6829         Don't restore presentation in empty windows, more intelligent
6830         next page behaviour in dual mode.
6831
6832         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6833         (ev_pixbuf_cache_clear_job_sizes):
6834         
6835         Cleanup job callback on removal. Fix for the bug #325886.
6836
6837 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6838
6839         * ps/ps.c: (psscan):
6840         
6841         Commit workaround Mozilla problem. Fix for the bug #325919
6842         
6843         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6844         (save_item):
6845         
6846         Fix for year 2038 problem.
6847
6848 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6849
6850         * shell/ev-window.c: (setup_document_from_metadata),
6851         (ev_window_cmd_view_reload):
6852
6853         Clamp page recieved from metadata in valid values. Fix
6854         for the bug #325986.
6855
6856 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6857
6858         * MAINTAINERS: 
6859         Add MAINTAINERS as requested on desktop-devel-list.
6860
6861 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6862
6863         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6864         (mime_type_supported_by_gdk_pixbuf),
6865         (ev_document_factory_get_mime_types),
6866         (ev_document_factory_get_all_mime_types):
6867         
6868         Don't add pixbuf mime types if pixbuf backend is disabled.
6869         
6870         * shell/ev-application.c: (ev_application_get_uri_window):
6871         
6872         Fix for the bug 325815 - unhandled MIME type message doesn't 
6873         appear a second time. 
6874         
6875         * shell/ev-document-types.c: (ev_document_types_add_filters):
6876         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6877         (password_dialog_response), (ev_window_popup_password_dialog),
6878         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6879         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6880         (ev_window_run_presentation), (ev_window_stop_presentation),
6881         (save_sizing_mode), (ev_window_zoom_changed_cb),
6882         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6883         (ev_window_dual_mode_changed_cb),
6884         (ev_window_sidebar_current_page_changed_cb),
6885         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6886         (window_state_event_cb), (window_configure_event_cb):
6887         
6888         Cleanup additional uris holded by EvWindow.
6889
6890 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6891
6892         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6893         (ev_view_can_previous_page), (ev_view_can_next_page):
6894         * shell/ev-view.h:
6895         * shell/ev-window.c: (update_action_sensitivity):
6896         
6897         Two page scrolling with Space and PageUp in dual mode. Second fix 
6898         for the bug #316608.
6899
6900 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6901
6902         * shell/ev-view.c: (scroll_to_current_page):
6903         
6904         Correctly clamp adjustment value. Fix for the bug
6905         #325808.
6906
6907 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6908
6909         * shell/ev-sidebar-links.c: (print_section_cb):
6910         * shell/ev-window.c: (ev_window_get_uri),
6911         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6912         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6913         (ev_window_dispose):
6914         
6915         Make print dialog non-modal. Fix for the bug #325622.
6916
6917 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6918
6919         * shell/ev-metadata-manager.c:
6920         * shell/ev-utils.c: (using_pdf_printer),
6921         (using_postscript_printer), (load_print_config_from_file),
6922         (save_print_config_to_file):
6923         * shell/ev-utils.h:
6924         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6925         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6926         (setup_view_from_metadata), (ev_window_setup_document),
6927         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6928         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6929         (ev_window_run_presentation), (ev_window_stop_presentation),
6930         (save_sizing_mode), (ev_window_zoom_changed_cb),
6931         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6932         (ev_window_dual_mode_changed_cb),
6933         (ev_window_sidebar_current_page_changed_cb),
6934         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6935         (window_state_event_cb), (window_configure_event_cb),
6936         (ev_window_init):
6937         
6938         Setting saving behaviour fixes.
6939
6940 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6941
6942         * configure.ac:
6943         
6944         Make antialiasing gs options better and allow
6945         to change them during configure. Fix for the 
6946         bug #319049.
6947
6948 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6949
6950         * shell/ev-window.c: (setup_view_from_metadata):
6951         
6952         Remember if last window was maximized. Fix for the
6953         bug #323797.
6954
6955 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6956
6957         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6958
6959 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6960
6961         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6962         * shell/ev-page-action.c: (build_new_tree_cb):
6963         * shell/ev-sidebar-links.c: (links_page_num_func),
6964         (update_page_callback_foreach), (update_page_callback):
6965         * shell/ev-view.c: (scroll_to_current_page):
6966         
6967         Fix for the bug #325067 with more intelligent selection
6968         of current link in sidebar. Make sidebar handle links
6969         of FITR-like type more correctly.
6970
6971         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6972         (dvi_pixbuf_put_pixel):
6973         
6974         Fix memory consumtion with disabled alpha channel.
6975
6976 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6977
6978         * data/evince-ui.xml:
6979         * shell/ev-window.c: (view_menu_popup_cb),
6980         (ev_popup_cmd_open_link), (ev_window_init):
6981         
6982         Update context menu for internal links. Fix for the bug
6983         #325066.
6984
6985 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6986
6987         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6988         
6989         Bind context menu to keyboard also. Fix for the bug
6990         #325065.
6991
6992 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6993
6994         * shell/ev-view.c: (selection_scroll_timeout_cb):
6995         
6996         Horizontal scroll on selection also.
6997
6998 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6999
7000         * shell/ev-metadata-manager.c: (parse_value):
7001         * shell/ev-view.c: (goto_xyz_link):
7002         
7003         Correct zoom setup and metadata save broken in 
7004         some locales.
7005
7006 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7007
7008         * shell/ev-view-private.h:
7009         * shell/ev-view.c: (scroll_to_current_page),
7010         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7011         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7012         (page_changed_cb), (ev_view_set_continuous),
7013         (ev_view_set_dual_page), (ev_view_set_presentation):
7014         
7015         Delay scroll until allocation to correctly position page. Fix
7016         for the bug #317334.
7017
7018 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7019
7020         * NEWS:
7021         * configure.ac:
7022         
7023         Update NEWS and require poppler 0.5.0.
7024
7025 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7026         
7027         * data/evince-ui.xml:
7028         * shell/ev-view-private.h:
7029         * shell/ev-view.c: (ev_view_get_link_at_location),
7030         (handle_link_over_xy), (ev_view_button_press_event),
7031         (ev_view_button_release_event), (ev_view_class_init):
7032         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7033         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7034         (ev_window_init):
7035         
7036         Implement right-click context menu.
7037
7038 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7039
7040         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7041         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7042         (mdvi_pixbuf_device_render):
7043         * pdf/ev-poppler.cc:
7044
7045         Don't generate thumbnails with alpha. See bug #324077.
7046         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7047
7048 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7049
7050         * shell/ev-window.c: (setup_chrome_from_metadata):
7051         
7052         Fix typo that was hiding toolbar.
7053
7054 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7055
7056         * shell/ev-view-private.h:
7057         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7058         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7059         (ev_view_button_release_event), (ev_view_destroy):
7060         
7061         Small cleanup and autoscrolling during selection. Thanks to 
7062         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7063
7064 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7065
7066         * configure.ac:
7067         
7068         Correctly check for comics option.
7069
7070 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7071         * Makefile.am:
7072         * configure.ac:
7073         * backend/Makefile.am:
7074         * backend/ev-document-factory.c:
7075         * shell/ev-document-types.c:
7076
7077         Included option in configure to make ps backend 
7078         compilation optional with --disable-ps.
7079
7080 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7081
7082         * backend/ev-document-factory.c:
7083         * comics/Makefile.am:
7084         * comics/comics-document.c: (comics_document_load):
7085         * comics/ev-cbr-mime.xml:
7086         * configure.ac:
7087         
7088         Comics mime types are added to shared-mime-info CVS. Now
7089         we don't need to install our own mime types.
7090
7091 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7092
7093         * shell/ev-window.c:
7094         
7095         Add shortcut for "save a copy" menu entry. Fix for
7096         the bug #324582.
7097
7098 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7099
7100         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7101         (job_finished_cb), (new_selection_pixbuf_needed),
7102         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7103         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7104         
7105         Rework selection job info logic and fix critical warning.
7106
7107 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7108
7109         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7110
7111 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7112
7113         * data/evince-ui.xml:
7114         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7115         
7116         Enter as shortcut key for next page. Fix for the bug
7117         #321394.
7118
7119 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7120
7121         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7122
7123 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7124
7125         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7126         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7127         (new_selection_pixbuf_needed),
7128         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7129         (clear_job_selection):
7130         
7131         Too early for 0.5. Pixbuf cache code cleaned a bit.
7132
7133 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7134
7135         * NEWS:
7136         * configure.ac:
7137         
7138         Release 0.5.0 preparation
7139
7140 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7141
7142         * comics/Makefile.am:
7143         * configure.ac:
7144         * shell/ev-document-types.c: (ev_document_types_add_filters):
7145         
7146         More advanced handling of custom mime type installation.
7147
7148 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7149
7150         * data/evince.schemas.in:
7151         * shell/ev-metadata-manager.c: (value_free),
7152         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7153         (ev_metadata_manager_get), (ev_metadata_manager_set):
7154         * shell/ev-metadata-manager.h:
7155         * shell/ev-window.c: (update_chrome_flag),
7156         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7157         (setup_document_from_metadata), (setup_chrome_from_metadata),
7158         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7159         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7160         (ev_window_view_toolbar_cb),
7161         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7162         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7163         
7164         Save last document settings and reuse them for new documents.
7165
7166 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7167
7168         * Makefile.am:
7169         * backend/Makefile.am:
7170         * backend/ev-document-factory.c:
7171         * backend/ev-document-factory.h:
7172         * comics/Makefile.am:
7173         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7174         (comics_document_load), (comics_document_save),
7175         (comics_document_get_n_pages), (comics_document_get_page_size),
7176         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7177         (comics_document_class_init), (comics_document_can_get_text),
7178         (comics_document_get_info), (comics_document_document_iface_init),
7179         (comics_document_init), (get_supported_image_extensions),
7180         (comics_document_thumbnails_get_geometry),
7181         (comics_document_thumbnails_get_thumbnail),
7182         (comics_document_thumbnails_get_dimensions),
7183         (comics_document_document_thumbnails_iface_init), (extract_argv):
7184         * comics/comics-document.h:
7185         * comics/ev-cbr-mime.xml:
7186         * configure.ac:
7187         * po/POTFILES.in:
7188         * shell/ev-application.c: (ev_application_register_service):
7189         * shell/ev-document-types.c: (ev_document_types_add_filters):
7190         * thumbnailer/Makefile.am:
7191         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7192         
7193         New CBR/CBZ backend for comic books.
7194
7195 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7196
7197         * shell/main.c: (load_files_remote):
7198
7199         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7200         warning on startup of second instance is fixed. It
7201         is bug #320353.
7202
7203 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7204
7205         * shell/ev-window.c: (ev_window_finalize):
7206         
7207         Fix double free that cause crash.
7208
7209 2005-10-29  Bastien Nocera <hadess@hadess.net>
7210
7211         * tiff/tiff-document.c: (tiff_document_load):
7212         
7213         Fix memory leak.
7214
7215 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7216
7217         * po/POTFILES.in:
7218         * shell/Makefile.am:
7219         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7220         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7221         (ev_view_accessible_get_text),
7222         (ev_view_accessible_get_character_at_offset),
7223         (ev_view_accessible_get_text_before_offset),
7224         (ev_view_accessible_get_text_at_offset),
7225         (ev_view_accessible_get_text_after_offset),
7226         (ev_view_accessible_get_character_count),
7227         (ev_view_accessible_get_caret_offset),
7228         (ev_view_accessible_set_caret_offset),
7229         (ev_view_accessible_get_run_attributes),
7230         (ev_view_accessible_get_default_attributes),
7231         (ev_view_accessible_get_character_extents),
7232         (ev_view_accessible_get_offset_at_point),
7233         (ev_view_accessible_get_n_selections),
7234         (ev_view_accessible_get_selection),
7235         (ev_view_accessible_add_selection),
7236         (ev_view_accessible_remove_selection),
7237         (ev_view_accessible_set_selection),
7238         (ev_view_accessible_text_iface_init),
7239         (ev_view_accessible_idle_do_action),
7240         (ev_view_accessible_action_do_action),
7241         (ev_view_accessible_action_get_n_actions),
7242         (ev_view_accessible_action_get_description),
7243         (ev_view_accessible_action_get_name),
7244         (ev_view_accessible_action_set_description),
7245         (ev_view_accessible_action_iface_init),
7246         (ev_view_accessible_get_type), (ev_view_accessible_new),
7247         (ev_view_accessible_factory_get_accessible_type),
7248         (ev_view_accessible_factory_create_accessible),
7249         (ev_view_accessible_factory_class_init),
7250         (ev_view_accessible_factory_get_type):
7251         * shell/ev-view-accessible.h:
7252         * shell/ev-view-private.h:
7253         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7254         * shell/ev-view.h:
7255         
7256         Initial accessibility support.
7257
7258 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7259
7260         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7261
7262 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7263
7264         * shell/ev-print-job.c: (idle_print_handler):
7265         
7266         Fix for bug Bug 318916: Printing multiple pages.
7267
7268 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7269
7270         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7271
7272 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7273
7274         * pdf/ev-poppler.cc:
7275         
7276         Thumnail dimensions unified with other backends.
7277         
7278         * shell/ev-window-title.c: (ev_window_title_update):
7279         
7280         Fix warning.
7281
7282 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7283
7284         * data/ev-stock-zoom-fit-width.png:
7285         
7286         Remove unused file.
7287
7288 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7289
7290         * configure.ac:
7291         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7292         (djvu_document_finalize):
7293         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7294         (dvi_document_finalize):
7295         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7296         (pixbuf_document_save), (pixbuf_document_finalize):
7297         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7298         (tiff_document_finalize):
7299         
7300         Save a copy implemented for various backends.
7301
7302 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7303
7304         * configure.ac:
7305         
7306         Don't link with ltiff if tiff is disabled.
7307
7308 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7309
7310         * pdf/GDKSplashOutputDev.cc:
7311         * pdf/GDKSplashOutputDev.h:
7312         * pdf/Thumb.cc:
7313         * pdf/Thumb.h:
7314         * pdf/pdf-document.cc:
7315         * pdf/pdf-document.h:
7316         * pdf/test-gdk-output-dev.cc:
7317         
7318         Remove old unused files.
7319
7320 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7321
7322         * shell/ev-window.c: (ev_window_setup_document):
7323         
7324         Fixed warnings on reload and probably crash reason.
7325
7326 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7327
7328         * properties/ev-properties-view.c:
7329         (ev_properties_view_format_date):
7330         
7331         Check if date is invalid. Fix for bug 318134.
7332
7333 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7334
7335         * shell/ev-window-title.c:
7336         
7337         Add .indd files (Adobe Indesign) to the list of "bad
7338         extensions".
7339
7340 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7341
7342         * data/evince-ui.xml:
7343         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7344         
7345         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7346
7347 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7348
7349         * shell/ev-window.c: (launch_link), (launch_external_uri),
7350         (view_external_link_cb):
7351
7352         URL-escape link before passing it to gnome_vfs_url_show.
7353
7354 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7355
7356         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7357         there isn't text selected.
7358
7359 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7360
7361         * shell/ev-view.c: (handle_link_over_xy):
7362
7363         Check tooltip is valid utf8 before showing it
7364
7365 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7366
7367         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7368
7369 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7370
7371         * shell/ev-window-title.c: (ev_window_title_update):
7372
7373         Guard against using g_strstrip on NULL. Fixes bug #317291.
7374
7375 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7376
7377         * pdf/ev-poppler.cc:
7378
7379         Show title even for unknown links
7380
7381 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7382
7383         * shell/ev-window-title.c: (ev_window_title_update):
7384
7385         Strip the title string
7386
7387 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7388
7389         * shell/ev-window-title.c:
7390
7391         Add .rtf to the bad extensions list
7392
7393 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7394
7395         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7396         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7397
7398         Ignore link coordinates if they are outside page bounds
7399
7400 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7401
7402         * backend/ev-link.c: (ev_link_type_get_type),
7403         (ev_link_get_filename), (ev_link_get_params),
7404         (ev_link_get_property), (ev_link_set_property),
7405         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7406         * backend/ev-link.h:
7407         * pdf/ev-poppler.cc:
7408         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7409         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7410         (ev_window_init):
7411
7412         Implement launch links. Delegate external link opening to
7413         the window.
7414
7415 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7416
7417         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7418         (ev_link_get_right), (ev_link_get_property),
7419         (ev_link_set_property), (ev_link_class_init),
7420         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7421         * backend/ev-link.h:
7422         * pdf/ev-poppler.cc:
7423         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7424
7425         Implement fitr links
7426
7427 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7428
7429         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7430         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7431         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7432         (ev_view_size_request_continuous),
7433         (ev_view_size_request_dual_page),
7434         (ev_view_size_request_single_page), (ev_view_size_allocate),
7435         (ev_view_zoom_for_size_continuous_and_dual_page),
7436         (ev_view_zoom_for_size_continuous),
7437         (ev_view_zoom_for_size_dual_page),
7438         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7439         (ev_sizing_mode_get_type):
7440         * shell/ev-view.h:
7441         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7442
7443         Do not use modes for link, we need to calculate size ad hoc.
7444         Still not perfect because of the usual scrollbar issues grrr.
7445
7446 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7447
7448         * backend/ev-link.c: (ev_link_type_get_type),
7449         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7450         * backend/ev-link.h:
7451         * pdf/ev-poppler.cc:
7452         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7453         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7454         (ev_view_size_request_continuous),
7455         (ev_view_size_request_dual_page),
7456         (ev_view_size_request_single_page), (ev_view_size_allocate),
7457         (zoom_for_size_fit_height),
7458         (ev_view_zoom_for_size_continuous_and_dual_page),
7459         (ev_view_zoom_for_size_continuous),
7460         (ev_view_zoom_for_size_dual_page),
7461         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7462         (ev_sizing_mode_get_type):
7463         * shell/ev-view.h:
7464         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7465
7466         Implement FIT_HEIGHT mode (only for links).
7467         Implement FITH links
7468
7469 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7470
7471         * shell/ev-window-title.c: (get_filename_from_uri),
7472         (ev_window_title_sanitize_extension), (ev_window_title_update),
7473         (ev_window_title_set_document), (ev_window_title_set_uri),
7474         (ev_window_title_free):
7475         * shell/ev-window-title.h:
7476         * shell/ev-window.c: (ev_window_setup_document),
7477         (ev_window_popup_password_dialog):
7478
7479         Refactor window title building while fixing it for
7480         password documents.
7481
7482 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7483
7484         * pdf/ev-poppler.cc:
7485
7486         Escape link title before setting it in the model
7487
7488 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7489
7490         * shell/ev-application.c: (removed_from_session), (save_session),
7491         (init_session), (ev_application_get_empty_window),
7492         (ev_application_init), (ev_application_get_windows):
7493         * shell/ev-application.h:
7494         * shell/ev-window.c: (ev_window_finalize):
7495
7496         Add a function to retrieve window list and share it where
7497         necessary.
7498         Implement session handling, works pretty well thanks to the
7499         metadata system.
7500
7501 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7502
7503         * shell/ev-password.c: (ev_password_item_created_callback),
7504         (ev_password_dialog_save_password):
7505         
7506         Fix for bug 316972. Use async gnome-keyring API.
7507
7508 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7509
7510         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7511         Remove unused unrealize handler. Add scroll handling to
7512         ev_view_scroll_event for presentation mode (bug #316708),
7513         and fix the event state checks there.
7514
7515 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7516
7517         * shell/ev-page-action.c: (page_changed_cb):
7518
7519         "marco, maybe we should be crazy and jump right to 6! :)"
7520
7521         Bryan Clark, Sep 2005
7522
7523 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7524
7525         * ps/ps-document.c: (save_document), (ps_document_save),
7526         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7527         (ps_document_ps_export_end):
7528
7529         Fix unstructured documents save and print
7530
7531 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7532
7533         * shell/ev-application.c: (ev_application_open_uri):
7534
7535         Fix window size persistance
7536
7537 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7538
7539         * shell/ev-view.c: (ev_view_button_release_event):
7540
7541         Based on a patch from carlosgc@gnome.org. Mouse buttons
7542         switch pages in presentation mode.
7543
7544 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7545
7546         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7547
7548         Dont cast to int before scaling
7549
7550 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7551
7552         * backend/ev-link.c: (ev_link_type_get_type),
7553         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7554         (ev_link_new_page_fith):
7555         * backend/ev-link.h:
7556         * pdf/ev-poppler.cc:
7557         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7558
7559         Implement FIT and FITH links
7560
7561 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7562
7563         * pdf/ev-poppler.cc:
7564
7565         Return 0 results when search is not in progress.
7566
7567         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7568         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7569
7570         Update menu sensitivity when cancelling search
7571
7572 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7573
7574         * shell/ev-view.c: (ev_view_can_find_next):
7575
7576         Take all pages in consideration, not just current one
7577
7578 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7579
7580         * shell/ev-page-cache.c:
7581         * shell/ev-page-cache.h:
7582         * shell/ev-view.c: (ev_view_binding_activated),
7583         (ev_view_next_page), (ev_view_previous_page),
7584         (ev_sizing_mode_get_type):
7585         * shell/ev-view.h:
7586         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7587         (ev_window_cmd_go_next_page):
7588
7589         Move page next/previous functions from page chace to
7590         view and change it to move by 2 page steps in dual mode.
7591
7592 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7593
7594         * shell/ev-window.c: (update_sidebar_visibility),
7595         (setup_sidebar_from_metadata), (ev_window_setup_document),
7596         (setup_view_from_metadata):
7597
7598         Show the index by default when there is one     
7599
7600 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7601
7602         * shell/ev-window-title.c: (ev_window_title_set_document):
7603
7604         Missing null check
7605
7606 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7607
7608         * shell/ev-view.c: (view_update_range_and_current_page):
7609         
7610         Allow display of last odd page in dual view. Fix for 316347.
7611
7612 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7613
7614         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7615         
7616         Make close button default. Fix for 316383.
7617
7618 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7619
7620         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7621         
7622         Mark close button as default. Fix for 316381.
7623
7624 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7625
7626         * backend/ev-link.c: (ev_link_class_init):
7627
7628         Allow negative doubles in left/top properties
7629
7630 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7631
7632         * shell/ev-window.c:
7633
7634         Remove a bunch of strings that was used only
7635         by the statusbar.
7636
7637 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7638
7639         * shell/ev-window-title.c: (get_filename_from_uri),
7640         (ev_window_title_set_document):
7641
7642         When title has a confusing extension, show also
7643         the document filename inside ()
7644
7645 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7646
7647         * shell/Makefile.am:
7648         * shell/ev-window-title.c: (ev_window_title_new),
7649         (ev_window_title_update), (ev_window_title_set_type),
7650         (ev_window_title_set_document), (ev_window_title_free):
7651         * shell/ev-window-title.h:
7652         * shell/ev-window.c: (ev_window_setup_document),
7653         (password_dialog_response), (ev_window_popup_password_dialog),
7654         (ev_window_dispose), (ev_window_init):
7655
7656         Factor out and cleanup window title code
7657
7658 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7659
7660         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7661         (unable_to_load):
7662
7663         Make dialog transient so it doesnt block other windows
7664
7665 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7666
7667         * pdf/ev-poppler.cc:
7668         
7669         Fix pdf thumbnails rendering.
7670
7671 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7672
7673         * shell/ev-window.c: (fullscreen_set_timeout):
7674         
7675         Increase timeout to hide full screen popup. Bug 
7676         316123. 
7677
7678 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7679
7680         * data/evince.schemas.in:
7681         * shell/ev-window.c: (update_action_sensitivity):
7682
7683         Allow the user to override document restrictions. Fix for bug
7684         305818.
7685
7686 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7687
7688         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7689         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7690         (ev_window_class_init): Fix multihead behaviour of fullscreen
7691         toolbar popup. Fixes bug #315451.
7692
7693 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7694
7695         * configure.ac:
7696         * data/evince-password.glade:
7697         * shell/ev-password.c: (ev_password_dialog_set_property),
7698         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7699         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7700         (ev_password_dialog_entry_changed_cb),
7701         (ev_password_dialog_entry_activated_cb),
7702         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7703         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7704         (ev_password_dialog_set_bad_pass):
7705         * shell/ev-password.h:
7706         * shell/ev-window.c: (password_dialog_response),
7707         (ev_window_popup_password_dialog):
7708         
7709         Support for gnome-keyring for encrypted PDF's.
7710
7711 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7712
7713         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7714         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7715         (ev_view_enter_notify_event), (ev_view_class_init):
7716         
7717         More precise handling of enter_notify/leave_notify events
7718         in EvView. Fix for bug 315470.
7719
7720 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7721
7722         * shell/ev-window.c: (fullscreen_timeout_cb),
7723         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7724         (ev_window_dispose):
7725
7726         leak fix: unref fullscreen_timeout_source before clearing it
7727
7728 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7729
7730         * configure.ac, dvi/mdvi/Makefile.am: 
7731         
7732         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7733
7734 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7735
7736         * backend/ev-link.c: (ev_link_new_page_xyz):
7737         * pdf/ev-poppler.cc:
7738         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7739
7740         Fix some bugs with xyz links, respect zoom
7741
7742 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7743
7744         * shell/ev-window.c: (page_changed_cb),
7745         (setup_document_from_metadata), (update_sidebar_visibility),
7746         (setup_view_from_metadata), (ev_window_run_fullscreen),
7747         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7748         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7749         (ev_window_dual_mode_changed_cb),
7750         (ev_window_sidebar_current_page_changed_cb):
7751
7752         null check uri before setting and getting metadata
7753
7754 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7755
7756         * dvi/Makefile.am:
7757         * properties/Makefile.am:
7758         * shell/Makefile.am:
7759         * thumbnailer/Makefile.am:
7760
7761         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7762
7763 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7764
7765         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7766         (selection_changed_callback):
7767         * shell/ev-sidebar-links.h:
7768
7769         Add a signal for link activation.
7770
7771         * shell/ev-view.c: (ev_view_goto_link),
7772         (ev_view_button_release_event):
7773         * shell/ev-view.h:
7774         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7775         (ev_window_init):
7776
7777         Implement the signal so that we can handle all link types.
7778
7779         * shell/ev-page-cache.c:
7780
7781         Remove unused set_link function
7782
7783 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7784
7785         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7786
7787         Add some space from the cursor, hardcoded but I couldnt
7788         find a better way.
7789
7790 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7791
7792         * lib/ev-tooltip.c:
7793
7794         Use mozilla style vs gtk style, way better for links.
7795
7796         * shell/ev-view.c: (ev_view_motion_notify_event),
7797         (ev_view_destroy), (ev_view_init):
7798
7799         Deactive tooltip when the link hovered is changed.
7800
7801 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7802
7803         * backend/ev-document.h:
7804         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7805         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7806         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7807         (ev_link_new_page), (ev_link_new_page_xyz):
7808         * backend/ev-link.h:
7809         * pdf/ev-poppler.cc:
7810         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7811         (go_to_link), (tip_from_link):
7812
7813         Implement xyz links, still not functional. Links are a total
7814         mess, will need to refactor and bugfix a lot :(
7815
7816 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7817
7818         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7819
7820 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7821
7822         * data/evince-ui.xml:
7823         * data/evince.schemas.in:
7824         * shell/Makefile.am:
7825         * shell/ev-window.c: (update_chrome_visibility),
7826         (password_dialog_response), (ev_window_load_job_cb),
7827         (ev_window_xfer_job_cb), (ev_window_open_uri),
7828         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7829         (ev_window_init):
7830
7831         Remove the statusbar. This regress loading feedback, need to
7832         check with Bryan what we want to do there...
7833
7834 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7835
7836         * lib/ev-tooltip.c: (ev_tooltip_init):
7837
7838         Fix tooltip border and size handling
7839
7840 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7841
7842         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7843         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7844         (ev_tooltip_timeout), (ev_tooltip_activate),
7845         (ev_tooltip_deactivate):
7846         * lib/ev-tooltip.h:
7847         * shell/ev-view.c: (ev_view_motion_notify_event):
7848
7849         Delay popup showing. Mirror gtk logic/times.
7850
7851 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7852
7853         * lib/Makefile.am:
7854         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7855         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7856         (ev_tooltip_set_text), (ev_tooltip_set_position):
7857         * lib/ev-tooltip.h:
7858
7859         Simple widget to show tooltips at a custom position
7860
7861         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7862         (ev_view_destroy):
7863
7864         Use it for links. First go, needs work
7865
7866 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7867
7868         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7869         HIG fixes.  Use title capitalization for window title. Use 12 
7870         pixels of space between the dialog's vbox and action area.
7871
7872 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7873
7874         * shell/ev-window.c: (file_open_dialog_response_cb),
7875         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7876         (ev_window_cmd_save_as):
7877
7878         Make file pickers not modal and refactor code some
7879
7880 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7881
7882         * shell/ev-sidebar.h:
7883         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7884         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7885         (ev_sidebar_class_init), (ev_sidebar_select_page),
7886         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7887         (ev_sidebar_set_page):
7888
7889         Add a current page property and allow to get/set it
7890
7891         * shell/ev-window.c: (setup_view_from_metadata),
7892         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7893
7894         Persist current sidebar page per document
7895
7896 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7897
7898         * data/evince.schemas.in:
7899         * shell/ev-window.c: (update_chrome_visibility),
7900         (setup_document_from_metadata), (update_sidebar_visibility),
7901         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7902         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7903         (ev_window_run_presentation), (ev_window_stop_presentation),
7904         (ev_window_view_sidebar_cb),
7905         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7906         (load_chrome), (ev_window_init):
7907
7908         Persist size/visibility of sidebar per document
7909
7910 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7911
7912         * shell/ev-view.c (draw_loading_text): Draw loading text.
7913
7914 2005-09-02  Dan Damian  <dand@gnome.ro>
7915
7916         * configure.in: Added "ro" to ALL_LINGUAS.
7917
7918 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7919
7920         * shell/ev-view.c: (clear_caches):
7921
7922         ev_page_cache_get doesnt return a reference,
7923         dont try to unref it.
7924
7925 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7926
7927         * shell/main.c: (load_files_remote):
7928
7929         Fix timestamp parameter with dbus <= 0.33
7930
7931 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7932
7933         * data/evince.schemas.in:
7934
7935         Add missing full stop
7936
7937 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7938
7939         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7940         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7941
7942         Plug some memory leaks
7943
7944 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7945
7946         * configure.ac:
7947         * lib/ev-debug.c: (trap_handler):
7948
7949         Check for execinfo.h and use it only if it exists.
7950         Ported from Epiphany (bug #314776).
7951
7952 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7953
7954         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7955
7956 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7957
7958         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7959         * po/id.po      : Added Indonesian translation
7960
7961 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7962
7963         * shell/main.c:
7964         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7965         * NEWS: Release 0.4.0
7966
7967 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7968
7969         * configure.ac: catch another gtk+-2.8ism
7970         * shell/main.c: Make work with gtk+-2.6
7971
7972 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7973
7974         * shell/ev-application-service.xml: Add 'timestamp' argument to
7975           ev_application_open_window and ev_application_open_uri methods.
7976
7977         * shell/ev-application.h: Add 'timestamp' argument to
7978           ev_application_open_window, ev_application_open_uri,
7979           and ev_application_open_uri_list functions.
7980
7981         * shell/ev-application.c (ev_application_open_window,
7982           ev_application_open_uri, ev_application_open_uri_list): Change
7983           functions that show/present windows to use a timestamp if one
7984           is passed in.
7985
7986         * shell/ev-window.c (ev_window_cmd_file_open,
7987           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7988         * shell/main.c (load_files): Modify calls to ev_application to
7989           include GDK_CURRENT_TIME as timestamp.
7990
7991         * shell/main.c (load_files_remote): Obtain timestamp for client
7992           instance from GDK and pass to server instance so new windows are
7993           focused properly.  Fix dbus_g_proxy_call() calls by including second
7994           G_TYPE_INVALID.
7995           
7996         Closes bug #314475.
7997
7998 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7999
8000         * shell/ev-window.c (ev_window_finalize): Check for
8001         avail. EvWindows when quiting to handle the finalize better,
8002         #314497
8003
8004 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8005         
8006         * properties/ev-properties-view.c: 
8007         
8008         Set textdomain to libglade. Fixes translation problem in property page.
8009
8010 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8011
8012         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8013         * dvi/Makefile.am:
8014         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8015         * dvi/mdvi-lib/Makefile.am:
8016         
8017         Fix rotation of thumbnails, ported to new API. Moved library
8018         dependencies earlier, probably it will fix linkage problem.
8019
8020 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8021
8022         * backend/ev-document-misc.c:
8023         (ev_document_misc_get_thumbnail_frame):
8024         * backend/ev-document-misc.h:
8025         * configure.ac:
8026         * pdf/ev-poppler.cc:
8027         * shell/Makefile.am:
8028         * shell/ev-sidebar-thumbnails.c: (add_range),
8029         (ev_sidebar_thumbnails_set_loading_icon),
8030         (ev_sidebar_thumbnails_refresh),
8031         (ev_sidebar_thumbnails_set_document):
8032         * shell/ev-sidebar-thumbnails.h:
8033         * shell/ev-view.c: (ev_view_motion_notify_event),
8034         (ev_view_set_property), (ev_view_get_property),
8035         (ev_view_class_init), (ev_view_set_rotation):
8036         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8037         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8038         (ev_window_init):
8039         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8040         Redo rotation (again).  prepare for 0.4.0
8041
8042 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8043
8044         * configure.ac: Bump poppler requirement to 0.4.1.
8045
8046         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8047         argument to poppler_page_render_selection() call.
8048
8049 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8050
8051         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8052         (djvu_document_thumbnails_get_thumbnail):
8053         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8054         (dvi_document_thumbnails_get_thumbnail):
8055         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8056         (pixbuf_document_thumbnails_get_thumbnail):
8057         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8058         
8059         Update rotation direction of backends to fit with pdf and ps.
8060
8061 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8062
8063         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8064         * backend/ev-async-renderer.h:
8065         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8066         (setup_page), (ps_document_get_page_size),
8067         (ps_async_renderer_render_pixbuf):
8068         * ps/ps-document.h:
8069         * shell/ev-jobs.c: (ev_job_render_run):
8070
8071         Fix orientation in the postscript document
8072
8073 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8074
8075         * pdf/ev-poppler.cc:
8076         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8077         * shell/ev-view.c: (highlight_find_results):
8078
8079         Adapt to the new poppler rotation API. Fix text maps on landscape
8080         documents.
8081
8082 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8083
8084         * shell/ev-view.c (compute_new_selection_text): get the correct
8085         region when selecting in modes other than continuous.
8086
8087 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8088
8089         * shell/main.c (main): remove redundant g_warnings.
8090
8091 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8092
8093         * shell/Makefile.am: Don't include autogenerated
8094         file ev-application-service.h into distribution, since
8095         it causes dbus crash. Fix for bugs 313724 and 313443. 
8096
8097 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8098
8099         * configure.ac: Fix sed expression for FreeBSD. Thanks
8100         to Joe Marcus Clark <marcus@freebsd.org>
8101         
8102         * shell/eggfindbar.c: (entry_activate_callback),
8103         (entry_changed_callback), (egg_find_bar_init),
8104         (egg_find_bar_set_search_string):
8105         
8106         Made findbar buttons unsensitive if there is no text in
8107         entry. Fix for the bug 313285.
8108
8109 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8110
8111         * ps/ps-document.c: Use g_filename_display_name for displaying
8112         filenames and revert string freeze breackage
8113
8114 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8115
8116         * NEWS:
8117         * configure.ac:
8118
8119         Update for 0.3.4
8120
8121         * shell/Makefile.am:
8122
8123         Add ev-application-service.xml to extra dist
8124
8125         * shell/ev-view.c: (find_page_at_location):
8126
8127         Remove unused function (fix warning)
8128
8129 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8130
8131         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8132         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8133         
8134         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8135         bug 313623.
8136
8137 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8138
8139         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8140         * shell/ev-window.c:
8141         Fix build warnings
8142
8143 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8144
8145         * configure.ac: Update script to get dbus version.
8146         Fix for the bug #313443.
8147
8148 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8149
8150         * shell/ev-window.c: (ev_window_cmd_escape):
8151         
8152         Return focus back to view on escape. Fix for bug 313295.
8153
8154 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8155
8156         * shell/ev-window.c: (update_window_title),
8157         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8158         (ev_window_cmd_save_as):
8159         
8160         Correct conversion from uri to displayable string. Fix for
8161         bug 313296.
8162
8163 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8164
8165         * ps/ps-document.c: convert filename to utf8 when there is an error
8166         loading document. Fixes #309915
8167
8168 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8169
8170         * configure.ac:
8171
8172         We depend on poppler 0.4.0
8173
8174 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8175
8176         * configure.ac:
8177         * NEWS: Release 0.3.3.
8178         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8179
8180 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8181
8182         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8183         add a couple missing mnemonics to menu items, use title 
8184         capitalization for menu items and window titles, and add 
8185         ellipsis to open menu item.     
8186
8187 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8188
8189         * pdf/ev-poppler.cc:
8190         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8191         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8192         (ev_view_get_rotation):
8193         * shell/ev-view.h:
8194         * shell/ev-window.c: (setup_view_from_metadata),
8195         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8196         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8197         disk.
8198
8199 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8200
8201         * configure.ac: Added tr to ALL_LINGUAS
8202
8203 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8204
8205         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8206         requires several clicks to find word. Thanks to 
8207         Colin Slater <kiltedtaco@gmail.com>.
8208
8209 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8210
8211         * data/evince.desktop.in.in: Hide menu entry and
8212         rename it to "Document Viewer". Fix for bug 
8213         #312399.
8214
8215 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8216
8217         * shell/ev-page-action.c (ev_page_action_class_init): 
8218
8219         Point to the correct function in constructor of the
8220         activate_label signal
8221
8222 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8223
8224         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8225         * shell/ev-jobs.h: Make thread safe.
8226
8227 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8228
8229         * shell/ev-view.c: (view_update_range_and_current_page):
8230         Don't update page range if we are scrolling to some document
8231         point.
8232
8233 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8234
8235         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8236         when getting max_page_width, fix drawing in dual mode.
8237
8238 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8239
8240         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8241         getting the area for select_all.
8242
8243 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8244
8245         * backend/ev-selection.c: (ev_selection_render_selection):
8246         * backend/ev-selection.h:
8247         * pdf/ev-poppler.cc:
8248         * shell/ev-jobs.c: (ev_job_render_new):
8249         * shell/ev-jobs.h:
8250         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8251         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8252         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8253         (ev_view_class_init):
8254
8255         Change selection color on focus in and focus out events.  Also,
8256         poppler now uses GdkColor for specifying the selection colors, so
8257         drop some awkward conversion code.
8258
8259 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8260
8261         * configure.ac: Added Hebrew translation
8262
8263 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8264
8265         * NOTES:
8266         * backend/ev-selection.c: (ev_selection_render_selection):
8267         * backend/ev-selection.h:
8268         * pdf/ev-poppler.cc:
8269         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8270         (ev_job_render_run):
8271         * shell/ev-jobs.h:
8272         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8273         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8274         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8275         (ev_pixbuf_cache_style_changed),
8276         (ev_pixbuf_cache_get_selection_pixbuf),
8277         (ev_pixbuf_cache_set_selection_list),
8278         (ev_pixbuf_cache_get_selection_list):
8279         * shell/ev-pixbuf-cache.h:
8280         * shell/ev-utils.c: (ev_print_region_contents):
8281         * shell/ev-utils.h:
8282         * shell/ev-view.c: (ev_view_queue_draw_page),
8283         (selection_update_idle_cb), (ev_view_motion_notify_event),
8284         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8285         (setup_caches), (ev_view_find_next), (merge_selection_region),
8286         (selection_free):
8287         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8288
8289         Clean up selection to be much smoother!
8290
8291 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8292
8293         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8294         to poppler_page_render_selection().
8295
8296 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8297
8298         * ps/ps-document.c: (save_page_list): Use
8299         unzipped document when printing. Thanks to 
8300         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8301         311016.
8302
8303 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8304
8305         * shell/ev-window.c: (update_action_sensitivity):
8306         
8307         Disable print and save respect to lockdown gconf keys. Fix
8308         for 312342.
8309
8310 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8311
8312         * configure.ac:
8313         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8314         (write_to_temp_file), (ev_file_set_contents):
8315         * shell/ev-utils.h:
8316         * shell/ev-window.c: (save_print_config_to_file):
8317         
8318         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8319         Fix for bug 312238
8320
8321 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8322
8323         * shell/ev-window.c: (load_print_config_from_file),
8324         (save_print_config_to_file), (ev_window_print_range):
8325
8326         Persist the print settings. Fixes bug #311578.
8327
8328 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8329
8330         * djvu/djvu-document.c: (djvu_document_get_page_size),
8331         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8332         (djvu_document_thumbnails_get_thumbnail):
8333         * dvi/dvi-document.c: (dvi_document_get_page_size),
8334         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8335         (dvi_document_thumbnails_get_dimensions),
8336         (dvi_document_thumbnails_get_thumbnail):
8337         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8338         (pixbuf_document_render_pixbuf),
8339         (pixbuf_document_document_iface_init),
8340         (pixbuf_document_thumbnails_get_thumbnail):
8341         
8342         Update backends to make them build with new rotation system.
8343
8344 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8345
8346         * help/C/figures/evince_start_window.png:
8347         
8348         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8349
8350 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8351
8352         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8353         * shell/ev-pixbuf-cache.h:
8354         * shell/ev-sidebar-thumbnails.c:
8355         (ev_sidebar_thumbnails_get_property), (add_range),
8356         (adjustment_changed_cb):
8357         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8358         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8359         we were thumbnailing the entire docment on startup, slowing us
8360         down hugely. 
8361
8362 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8363
8364         * shell/ev-page-cache.c: (ev_page_cache_new):
8365         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8366         == 0, fixes #310306.
8367
8368 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8369
8370         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8371         (ev_view_rotate_left):
8372
8373         Account rotation in doc_rect_to_view_rect.
8374         Ensure rotation doesnt go out of bounds.
8375
8376 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8377
8378         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8379
8380         Correct and cleanup w/h swapping
8381
8382 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8383
8384         * backend/ev-document-thumbnails.c:
8385         (ev_document_thumbnails_get_thumbnail):
8386         * backend/ev-document-thumbnails.h:
8387         * backend/ev-document.c:
8388         * backend/ev-document.h:
8389         * backend/ev-render-context.c: (ev_render_context_new),
8390         (ev_render_context_set_rotation):
8391         * backend/ev-render-context.h:
8392         * pdf/ev-poppler.cc:
8393         * ps/ps-document.c: (ps_document_document_iface_init):
8394         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8395         * shell/ev-jobs.h:
8396         * shell/ev-page-cache.c: (build_height_to_page),
8397         (ev_page_cache_new), (ev_page_cache_get_size),
8398         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8399         (ev_page_cache_get_height_to_page):
8400         * shell/ev-page-cache.h:
8401         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8402         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8403         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8404         (ev_pixbuf_cache_get_selection_pixbuf):
8405         * shell/ev-pixbuf-cache.h:
8406         * shell/ev-print-job.c: (idle_print_handler):
8407         * shell/ev-sidebar-thumbnails.c: (add_range):
8408         * shell/ev-view.c: (view_update_range_and_current_page),
8409         (get_page_y_offset), (get_page_extents),
8410         (ev_view_size_request_continuous_dual_page),
8411         (ev_view_size_request_continuous),
8412         (ev_view_size_request_dual_page),
8413         (ev_view_size_request_single_page), (draw_one_page),
8414         (ev_view_set_rotation), (ev_view_rotate_right),
8415         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8416         (ev_view_zoom_for_size_continuous_and_dual_page),
8417         (ev_view_zoom_for_size_continuous),
8418         (ev_view_zoom_for_size_dual_page),
8419         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8420         (ev_view_select_all):
8421         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8422         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8423         (tiff_document_document_iface_init),
8424         (tiff_document_thumbnails_get_thumbnail):
8425
8426         Use rotation rather than orientation. It's easier and enough
8427         for our needs.
8428
8429 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8430
8431         * shell/ev-page-cache.c: (build_height_to_page),
8432         (ev_page_cache_new), (ev_page_cache_get_size),
8433         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8434         (ev_page_cache_get_height_to_page):
8435         * shell/ev-page-cache.h:
8436         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8437         (ev_view_size_request_continuous_dual_page),
8438         (ev_view_size_request_continuous),
8439         (ev_view_zoom_for_size_continuous_and_dual_page),
8440         (ev_view_zoom_for_size_continuous):
8441
8442         Make the page cache aware of page orientation.
8443
8444 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8445
8446         * backend/ev-document-thumbnails.c:
8447         (ev_document_thumbnails_get_thumbnail):
8448         * backend/ev-document-thumbnails.h:
8449         * backend/ev-document.c:
8450         * backend/ev-document.h:
8451         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8452         * backend/ev-ps-exporter.h:
8453         * pdf/ev-poppler.cc:
8454         * ps/ps-document.c: (ps_document_document_iface_init),
8455         (ps_document_ps_export_do_page):
8456         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8457         * shell/ev-jobs.h:
8458         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8459         (ev_page_cache_get):
8460         * shell/ev-page-cache.h:
8461         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8462         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8463         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8464         * shell/ev-pixbuf-cache.h:
8465         * shell/ev-print-job.c: (idle_print_handler):
8466         * shell/ev-sidebar-thumbnails.c: (add_range):
8467         * shell/ev-view.c: (view_update_range_and_current_page),
8468         (get_page_extents), (ev_view_size_request_dual_page),
8469         (ev_view_size_request_single_page), (draw_one_page),
8470         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8471         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8472         (ev_view_zoom_for_size_dual_page),
8473         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8474         (ev_view_select_all):
8475         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8476         * tiff/tiff-document.c: (tiff_document_get_page_size),
8477         (tiff_document_get_orientation), (rotate_pixbuf),
8478         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8479         (tiff_document_thumbnails_get_thumbnail),
8480         (tiff_document_ps_export_do_page), (tiff_document_init):
8481
8482         Really make use of the orientation bit of the render context.
8483         Use the render context in a few more places in the backend API.
8484         This regress orientation, but now it's done right. Will try to
8485         fix it up asap...
8486
8487 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8488
8489         * shell/ev-view.c: (ensure_rectangle_is_visible):
8490
8491         Patch by Nickolay V. Shmyrev to fix find flickering
8492
8493 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8494
8495         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8496         duplex parameters to ::begin.
8497
8498         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8499         * shell/ev-print-job.c (idle_print_handler): 
8500         * ps/ps-document.c (ps_document_ps_export_begin): 
8501         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8502         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8503         implementations. Poppler backend needs poppler cvs. Rest has
8504         unchanged behavior.
8505
8506 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8507
8508         * shell/ev-window.c (using_pdf_printer): new function.
8509         (ev_window_print_range): print a less techy message if someone
8510         tries to print to PDF.
8511
8512 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8513
8514         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8515         from "unknown font" string. Bug #311431
8516
8517 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8518
8519         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8520
8521 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8522
8523         Bug #311280
8524         
8525         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8526         name for PopplerFontTypes
8527         (pdf_document_fonts_fill_model): add font type to the detail column
8528
8529         * backend/ev-document-fonts.h: added
8530         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8531
8532         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8533         font name and font details, add a little markup.
8534         (ev_properties_fonts_init): use the new cell data func, specify ypad
8535         property for the cell renderer.
8536         (ev_properties_fonts_set_document): add the details column.
8537
8538 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8539
8540         * configure.ac: Added "pl" to ALL_LINGUAS.
8541
8542 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8543
8544         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8545
8546 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8547
8548         * help/ChangeLog: Started this for translations of manual.
8549         * configure.ac, autogen.sh, .cvsignore: Migrated to
8550         gnome-doc-utils. Patch in bug #311222.
8551
8552 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8553
8554         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8555         #ifdef this away to fix an unused-function warning.
8556
8557 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8558
8559         * configure.ac: Added 'gl' to ALL_LINGUAS.
8560
8561 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8562
8563         * configure.ac: Added ne in ALL_LINGUAS
8564         
8565 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8566
8567         * shell/ev-view.c: (ev_view_leave_notify_event):
8568         
8569         Clear status message when pointer leaves view. Fix for bug
8570         #310818 
8571
8572 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8573
8574         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8575
8576 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8577
8578         * shell/ev-view.c: (ev_view_leave_notify_event),
8579         (ev_view_class_init):
8580         
8581         Set cursor to normal then leaving view.
8582
8583 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8584
8585         * configure.ac:
8586         
8587         Fix required djvulibre version.
8588
8589 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8590
8591         *configure.ac: Hindi (hi) language added
8592
8593 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8594
8595         *configure.ac: Punjabi (pa) Language added
8596
8597 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8598
8599         * data/evince-ui.xml, shell/ev-window.c:
8600         
8601         Add keypad accelerators for zooming. Fix for bug 308128.
8602
8603 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8604
8605         * Makefile.am:
8606         * backend/Makefile.am:
8607         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8608         * configure.ac:
8609         * shell/ev-document-types.c: (ev_document_types_add_filters):
8610
8611         Allow to enable/disable the pixbuf backend.
8612         Default to off for now. If we want it enabled we should
8613         really put mime types in the desktop, implement properties etc.
8614
8615         * properties/evince-properties.c:
8616
8617         Initialize error to NULL.
8618         Check error is not NULL before freeing.
8619
8620 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8621
8622         * shell/ev-window.c:
8623
8624         Use F5 as presentation accell
8625
8626 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8627
8628         * shell/ev-window.c: (update_chrome_visibility),
8629         (ev_window_create_fullscreen_popup), (ev_window_init):
8630
8631         Do not leak the fullscreen toolbar
8632
8633 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8634
8635         * shell/ev-window.c: (view_actions_focus_in_cb),
8636         (view_actions_focus_out_cb):
8637
8638         These has a return value! Fix totally random focus
8639         issues we was seeing.
8640
8641 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8642
8643         * shell/main.c: (load_files_remote):
8644
8645         Allow open more than one file
8646
8647 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8648
8649         * shell/main.c: (load_files_remote):
8650
8651         Fix for dbus 0.33. bug #309975
8652
8653 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8654
8655         * properties/ev-properties-main.c: (ev_properties_get_pages):
8656
8657         Actually return NULL for types we dont support
8658
8659 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8660
8661         * po/POTFILES.in:
8662
8663         Remove empty lines.
8664
8665 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8666
8667         * backend/ev-document-factory.c:
8668         (ev_document_factory_get_document):
8669
8670         Do not try to create the object if type
8671         is invalid.
8672
8673 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8674
8675         * ps/ps-document.c: (ps_document_dispose),
8676         (ps_async_renderer_render_pixbuf):
8677         * ps/ps-document.h:
8678
8679         Do not leak the target window
8680
8681 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8682
8683         * shell/ev-application.c: (ev_application_init):
8684
8685         Let tbe check file existence for us.
8686         Add a comment about eggrecent mime filter.
8687
8688 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8689
8690         * data/evince-ui.xml:
8691         * shell/ev-application.c: (ev_application_shutdown),
8692         (ev_application_init), (ev_application_get_toolbars_model),
8693         (ev_application_get_recent_model),
8694         (ev_application_save_toolbars_model):
8695         * shell/ev-application.h:
8696         * shell/ev-window.c: (ev_window_add_recent),
8697         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8698         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8699         (ev_window_init):
8700
8701         Use common toolbar and recent models for all windows.
8702         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8703
8704 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8705
8706         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8707         successfully check for gtk_icon_view_get_visible_range.
8708
8709 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8710
8711         * djvu/Makefile.am:
8712         * dvi/Makefile.am:
8713         
8714         Fix djvu and dvi backend build.
8715
8716 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8717
8718         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8719         (new_separator_pixbuf):
8720
8721         Don't leak windows.
8722
8723 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8724
8725         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8726
8727         HIGification of toolbar editor dialogue.
8728
8729 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8730
8731         * configure.ac:
8732         * shell/Makefile.am:
8733
8734         Ever build metadata manager since it's just
8735         disabled at runtime now.
8736
8737 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8738
8739         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8740         (ev_metadata_manager_get), (ev_metadata_manager_set):
8741         * shell/ev-metadata-manager.h:
8742
8743         Add an _init functions that enabled metadata management
8744         at runtime.
8745
8746         * shell/ev-window.c: (page_changed_cb),
8747         (setup_document_from_metadata), (ev_window_setup_document),
8748         (setup_view_from_metadata), (ev_window_open_uri),
8749         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8750         (ev_window_run_presentation), (ev_window_stop_presentation),
8751         (save_sizing_mode), (ev_window_zoom_changed_cb),
8752         (ev_window_continuous_changed_cb),
8753         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8754         (window_configure_event_cb):
8755
8756         Remove all ugly metadata define since we deal with it
8757         at runtime now.
8758
8759         * shell/main.c: (load_files_remote), (main):
8760
8761         Add support for dbus cvs head. Hopefully didnt break one
8762         of the other versions now!
8763
8764         If we dont get a response from the dbus server just
8765         give up with it and not enable metadata.
8766
8767 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8768
8769         * Makefile.am:
8770         * backend/Makefile.am:
8771         * configure.ac:
8772         * cut-n-paste/recent-files/Makefile.am:
8773         * cut-n-paste/toolbar-editor/Makefile.am:
8774         * cut-n-paste/zoom-control/Makefile.am:
8775         * lib/Makefile.am:
8776         * pdf/Makefile.am:
8777         * pixbuf/Makefile.am:
8778         * properties/Makefile.am:
8779         * ps/Makefile.am:
8780         * shell/Makefile.am:
8781         * thumbnailer/Makefile.am:
8782         * tiff/Makefile.am:
8783
8784         Make frontends depend on just libev.
8785         Rework and group CFLAGS/LIBS definitions.
8786         Cleanups.
8787
8788 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8789
8790         * shell/ev-window:
8791
8792         do not unnecessarily save zoom
8793
8794         * configure.ac:
8795         * lib/ev-file-helpers.c: (ev_dot_dir):
8796         * shell/Makefile.am:
8797         * shell/dummy.cc:
8798
8799         Some cleanups
8800
8801 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8802
8803         * configure.ac:
8804         
8805         Remove unnecessary dependencies
8806
8807 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8808
8809         * properties/Makefile.am:
8810         * thumbnailer/Makefile.am:
8811         * tiff/Makefile.am:
8812
8813         Some more cleanups. Was really necessary
8814         but I probably introduced bugs, feel free
8815         to flame :)
8816
8817 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8818
8819         * backend/Makefile.am:
8820         * configure.ac:
8821         * cut-n-paste/recent-files/Makefile.am:
8822         * cut-n-paste/toolbar-editor/Makefile.am:
8823         * cut-n-paste/zoom-control/Makefile.am:
8824         * lib/Makefile.am:
8825         * pdf/Makefile.am:
8826         * pixbuf/Makefile.am:
8827         * properties/Makefile.am:
8828         * ps/Makefile.am:
8829         * shell/Makefile.am:
8830         * thumbnailer/Makefile.am:
8831         * tiff/Makefile.am:
8832
8833         Use gnome-common macros when possible.
8834         Cleanup dependencies.
8835         Actually disable deprecated where possible.
8836
8837 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8838
8839         * Makefile.am:
8840         * backend/Makefile.am:
8841         * properties/Makefile.am:
8842         * shell/Makefile.am:
8843         * thumbnailer/Makefile.am:
8844
8845         This should solve the circular dep without
8846         requiring dir reorg!
8847
8848         * shell/ev-window.c: (setup_view_from_metadata):
8849
8850         Never restore window size/position when the
8851         window is already visible.
8852
8853 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8854
8855         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8856
8857         Return a boolean from timeout func. Fix ported from gedit.
8858
8859 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8860
8861         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8862
8863 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8864
8865         * shell/ev-document-types.c: set "All Documents" as default filter in
8866         open dialog
8867
8868 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8869
8870         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8871         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8872         (ev_metadata_manager_set_boolean): fix value/val thinko.
8873
8874 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8875
8876         * shell/ev-window.c: (setup_view_from_metadata),
8877         (window_state_event_cb), (window_configure_event_cb),
8878         (ev_window_init):
8879
8880         Remember window position and maximized state
8881
8882 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8883
8884         * configure.ac:
8885
8886         Fix DBUS configure checks.
8887
8888         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8889         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8890         (ev_metadata_manager_set_boolean):
8891
8892         Plug mem leaks.
8893
8894         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8895         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8896         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8897         (ev_window_continuous_changed_cb),
8898         (ev_window_dual_mode_changed_cb), (ev_window_new):
8899
8900         Fix the build without DBUS.
8901
8902 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8903
8904         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8905         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8906         (ev_metadata_manager_set_string),
8907         (ev_metadata_manager_set_boolean):
8908         * shell/ev-metadata-manager.h:
8909
8910         Add support for some more types
8911
8912         * shell/ev-view.c: (scroll_to_current_page),
8913         (ev_view_get_continuous), (ev_view_set_continuous),
8914         (ev_view_get_dual_page):
8915         * shell/ev-view.h:
8916         * shell/ev-window.c: (page_changed_cb),
8917         (setup_document_from_metadata), (ev_window_setup_document),
8918         (setup_view_from_metadata), (ev_window_open_uri),
8919         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8920         (ev_window_run_presentation), (ev_window_stop_presentation),
8921         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8922         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8923         (ev_window_update_dual_page_action),
8924         (ev_window_continuous_changed_cb),
8925         (ev_window_dual_mode_changed_cb), (ev_window_init):
8926
8927         Remember a bunch of view/document properties. Prolly some
8928         are still missing but it's getting interesting.
8929
8930 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8931
8932         * configure.ac: check if dbus-binding-tool is installed. Not the
8933         case on current Ubuntu breezy, it seems.
8934
8935 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8936
8937         * data/evince.desktop.in.in:
8938         
8939         Allow open uri lists and add TryExec field.
8940
8941 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8942
8943         * configure.ac:
8944
8945         Enable dbus when available, do not require a configure
8946         option.
8947
8948 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8949
8950         * configure.ac:
8951
8952         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8953         disabled.
8954
8955 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8956         Marco Pesenti Gritti  <mpg@redhat.com>
8957
8958         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8959         
8960         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8961         functions to the format required by dbus
8962
8963         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8964         errors. Use the RPC parameters in the expected way
8965
8966 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8967
8968         * Makefile.am:
8969         * properties/Makefile.am:
8970         * properties/ev-properties-main.c: (ev_properties_get_pages):
8971
8972         Support all mime types
8973
8974         * shell/Makefile.am:
8975         * thumbnailer/Makefile.am:
8976         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8977         (evince_thumbnail_pngenc_get):
8978
8979         Use the document factory
8980
8981 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8982
8983         * backend/Makefile.am:
8984         * backend/ev-document-factory.c:
8985         (mime_type_supported_by_gdk_pixbuf),
8986         (ev_document_type_get_from_mime),
8987         (ev_document_factory_get_document),
8988         (ev_document_factory_get_backend),
8989         (ev_document_factory_get_mime_types),
8990         (ev_document_factory_get_all_mime_types):
8991         * backend/ev-document-factory.h:
8992         * shell/Makefile.am:
8993         * shell/ev-document-types.c: (get_document_from_uri),
8994         (ev_document_types_get_document),
8995         (file_filter_add_mime_list_and_free),
8996         (ev_document_types_add_filters):
8997         * shell/ev-document-types.h:
8998         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8999         * shell/ev-properties-dialog.c:
9000         (ev_properties_dialog_set_document):
9001         * shell/ev-window.c: (ev_window_cmd_file_open),
9002         (ev_window_cmd_save_as):
9003         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9004
9005         Rework document types managing to avoid code duplication
9006         and actually abstract from backend implementations.
9007         Also provide a minimal factory api that can be used by
9008         thumbnailer/properties.
9009
9010 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9011
9012         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9013         Plug a mem leak.
9014         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9015         HIG spacings.
9016
9017 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9018
9019         * shell/ev-properties-dialog.c
9020         (ev_properties_dialog_set_document): only call
9021         ev_properties_fonts_set_document() if the document implements the
9022         fonts interface
9023
9024 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9025
9026         * configure.ac:
9027         * properties/Makefile.am:
9028         * properties/ev-properties-view.c:
9029         (ev_properties_view_register_type):
9030         * properties/ev-properties-view.h:
9031         * properties/ev-properties-main.h:
9032
9033         Implement nautilus plugin for properties.
9034         Works only for pdf atm, I need to rework the
9035         document types stuff to get this to work
9036         for all backends...
9037
9038 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9039
9040         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9041         (ev_properties_fonts_set_document): use
9042         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9043
9044 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9045
9046         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9047         them
9048         (PlaceImage, tiff2ps_process_page): use
9049         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9050
9051
9052 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9053
9054         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9055         (main): to call gnome_authentication_manager_init. Should fix
9056         Bug #308510
9057
9058         * configure.ac: that requires libgnomeui 2.6.0.
9059
9060 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9061
9062         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9063         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9064         use the new tiff2ps interfaces
9065
9066         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9067         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9068
9069         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9070         structure instead of global variables.  Remove use of static
9071         variables in functions.
9072
9073 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9074
9075         * shell/ev-page-action.c: unref the completion after setting it to the
9076         entry
9077
9078 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9079
9080         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9081         postscript files
9082
9083 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9084
9085         * shell/ev-window.c (update_action_sensitivity): disable
9086         File->Print if the document does not implement the ps exporter
9087         interface
9088
9089 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9090
9091         * Makefile.am:
9092         * configure.ac:
9093         * data/evince-properties.glade:
9094         * properties/.cvsignore:
9095         * properties/Makefile.am:
9096         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9097         (ev_properties_view_class_init), (ev_properties_view_format_date),
9098         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9099         (ev_properties_view_init), (ev_properties_view_new):
9100         * properties/ev-properties-view.h:
9101         * shell/Makefile.am:
9102         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9103         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9104         (ev_properties_dialog_new):
9105         * shell/ev-properties-dialog.h:
9106         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9107         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9108         (update_progress_label), (job_fonts_finished_cb),
9109         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9110         * shell/ev-properties-fonts.h:
9111         * shell/ev-properties.c:
9112         * shell/ev-properties.h:
9113         * shell/ev-window.c: (ev_window_setup_document),
9114         (ev_window_cmd_file_properties):
9115
9116         Split the properties pages in two different objects, depend
9117         only on the backend where possible, use widgets instead
9118         of gobject for the glade part, reimplement the dialog
9119         itself with gtk.
9120         I need this to implement nautilus properties page.
9121
9122 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9123
9124         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9125         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9126         (tiff_document_document_ps_exporter_iface_init): implement the ps
9127         exporter interface for tiff documents
9128
9129         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9130         libtiff to implement TIFF postscript export
9131
9132         * tiff/tiff2ps.h: added a header file for external tiff2ps
9133         functions.
9134
9135         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9136         tiff2ps.h
9137
9138 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9139
9140         * shell/ev-view.c: (scroll_to_current_page),
9141         (ev_view_set_fullscreen), (ev_view_set_presentation):
9142         
9143         Scroll to current page when exit from presentation
9144
9145 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9146
9147         * shell/ev-window.c: (update_document_mode),
9148         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9149         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9150         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9151         
9152         Exit from fullscreen mode when switch to presentation. Fix for
9153         bug 309365
9154
9155 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9156
9157         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9158         return NULL if the document does not implement the selection
9159         interface.
9160
9161 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9162
9163         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9164         reported height by using the resolution aspect ratio
9165         (tiff_document_render_pixbuf): scale the pixbuf using the
9166         resolution aspect ratio
9167
9168 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9169
9170         * configure.ac:
9171         
9172         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9173         <kiltedaco@gmail.com>
9174         
9175         * djvu/djvu-document.c: (djvu_document_get_orientation),
9176         (djvu_document_set_orientation), (djvu_document_get_page_size),
9177         (rotate_pixbuf), (djvu_document_render_pixbuf),
9178         (djvu_document_document_iface_init):
9179         * dvi/dvi-document.c: (dvi_document_get_orientation),
9180         (dvi_document_set_orientation), (dvi_document_get_page_size),
9181         (rotate_pixbuf), (dvi_document_render_pixbuf),
9182         (dvi_document_document_iface_init):
9183         
9184         Dvi and djvu backends are ported to new API
9185
9186 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9187
9188         * backend/ev-selection.c: (ev_selection_get_selection_region),
9189         (ev_selection_get_selection_map):
9190         * backend/ev-selection.h:
9191         * pdf/ev-poppler.cc:
9192         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9193         * shell/ev-jobs.h:
9194         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9195         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9196         (ev_pixbuf_cache_get_text_mapping):
9197         * shell/ev-pixbuf-cache.h:
9198         * shell/ev-view.c: (location_in_text),
9199         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9200         support to EvView.  Now we can see where we can select!  Sweet!
9201
9202 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9203
9204         * shell/ev-view.c (ev_view_button_press_event): Fix
9205         event->y + view->scroll_x typo.
9206
9207 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9208
9209         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9210         sub-GdkPixbuf instead of passing dest_x and dest_y.
9211         
9212         * shell/ev-view.c: (view_point_to_doc_point),
9213         (view_rect_to_doc_rect), (ev_view_button_press_event),
9214         (ev_view_motion_notify_event), (compute_new_selection_rect),
9215         (gdk_rectangle_point_in), (compute_new_selection_text),
9216         (compute_selections): Update selection code to keep the selection
9217         around as two points and not as a normalized rectangle, and fix
9218         page level selection in two-column mode.
9219
9220 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9221
9222         * shell/ev-window.c: (window_configure_event_cb): 
9223         
9224         Fix compilation
9225         
9226 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9227
9228         * pdf/ev-poppler.cc:
9229
9230         Fix compilation
9231
9232 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9233
9234         * shell/Makefile.am:
9235         * shell/ev-metadata-manager.c: (item_free),
9236         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9237         (parse_value), (parseItem), (load_values),
9238         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9239         (save_values), (save_item), (get_oldest), (resize_items),
9240         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9241         * shell/ev-metadata-manager.h:
9242
9243         Metadata manager from gedit but modified to use GValue, so that
9244         we dont need to keep converting from strings.
9245
9246         * configure.ac:
9247
9248         ENABLE_METADATA conditional, on when dbus is on
9249
9250         * shell/ev-application.c: (ev_application_open_uri):
9251
9252         Show the window after load so that we can initialize
9253         window size before it's showed.
9254
9255         * shell/ev-window.c: (ev_window_setup_from_metadata),
9256         (ev_window_open_uri), (window_configure_event_cb),
9257         (ev_window_init):
9258
9259         Save and load metadata information about window size.
9260         Not yet keeping states in account.
9261
9262         * shell/main.c: (main):
9263
9264         Shutdown metadata manager.
9265
9266 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9267
9268         * shell/ev-application-service.xml:
9269         * configure.ac:
9270         * shell/Makefile.am:
9271         * shell/ev-application.c:
9272         * shell/ev-application.h:
9273         * shell/ev-window.c:
9274         * shell/ev-window.h:
9275         * shell/main.c:
9276
9277         Add an optional dbus interface (--enable-dbus).
9278         Rework application code, mainly to be easier to
9279         use "remotely".
9280         Do not open multiple windows with the same document,
9281         spatial evince!
9282
9283 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9284
9285         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9286         pixbuf iff it exists.
9287
9288 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9289
9290         * shell/*:
9291         * backend/ev-render-context.[ch]:
9292         * backend/ev-selection.[ch]:
9293
9294         Massive changes.  We now support text selection of pdfs, and not
9295         just rectangular selection.  This is pretty broken still, but I
9296         want to get something into CVS.
9297
9298 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9299
9300         * pdf/ev-poppler.cc:
9301         
9302         Fix for Bug 309080: crash on window close.
9303         
9304         * shell/ev-page-action.c: (page_changed_cb):
9305         
9306         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9307         jensgr@gmx.net (Jens Granseuer).
9308
9309 2005-06-25  Marcel Telka  <marcel@telka.sk>
9310
9311         * configure.in (ALL_LINGUAS): Added sk.
9312
9313 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9314
9315         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9316         not a document open
9317
9318 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9319
9320         * NEWS:
9321         * configure.ac:
9322
9323         Release 0.3.2
9324
9325         * cut-n-paste/recent-files/Makefile.am:
9326
9327         Fix make distcheck
9328
9329 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9330
9331         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9332         (pixbuf_document_set_orientation), (rotate_pixbuf),
9333         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9334         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9335
9336         Implement rotation and cleanup the code a bit.
9337
9338         * tiff/tiff-document.c: (tiff_document_get_page_size),
9339         (tiff_document_get_orientation), (tiff_document_set_orientation),
9340         (rotate_pixbuf), (tiff_document_render_pixbuf),
9341         (tiff_document_document_iface_init), (tiff_document_init):
9342
9343         Implement rotation. Was the quicker solution for the release
9344         but we really need to share this code in the shell.
9345
9346 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9347
9348         * pdf/ev-poppler.cc:
9349
9350         Enable rotation, require poppler cvs. Fix a leak.
9351
9352 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9353
9354         * shell/ev-window.c: (update_action_sensitivity):
9355         
9356         Make properties unsensitive if document backend doesn't provide
9357         any info
9358
9359 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9360
9361         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9362         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9363         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9364         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9365         (bitmap_flip_rotate_counter_clockwise):
9366         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9367         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9368         (buff_gets):
9369         * dvi/mdvi-lib/common.h:
9370         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9371         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9372         (opendvi), (mdvi_reload), (mdvi_init_context),
9373         (mdvi_destroy_context), (mdvi_dopage), (special):
9374         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9375         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9376         (file_hash_free), (register_encoding), (parse_spec),
9377         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9378         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9379         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9380         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9381         (mdvi_register_font_type), (mdvi_unregister_font_type),
9382         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9383         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9384         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9385         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9386         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9387         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9388         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9389         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9390         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9391         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9392         (mdvi_unregister_special), (mdvi_flush_specials):
9393         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9394         (t1_font_remove):
9395         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9396         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9397         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9398         (free_font_metrics), (flush_font_metrics):
9399         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9400         (tt_font_remove):
9401         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9402         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9403         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9404         (dstring_insert), (dstring_new), (dstring_reset):
9405         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9406         
9407         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9408         avoid conflict with libtool on FC4
9409         
9410         * shell/ev-window.c: (ev_window_cmd_help_about):
9411         
9412         Update copyright year. Fix for bug 308828.
9413
9414 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9415
9416         * shell/ev-view.c: (add_scroll_binding_keypad),
9417         (ev_view_binding_activated), (ev_view_class_init),
9418         (on_adjustment_value_changed):
9419         
9420         Bug 170874: Arrow keys switch pages in presentation mode
9421
9422 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9423
9424         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9425         
9426         Fix for Bug 308265: Sidebar dissappears coming out of 
9427         Presentation mode
9428
9429 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9430
9431         * shell/ev-application.c: (ev_application_open):
9432         * shell/ev-document-types.c: (ev_document_types_add_filters),
9433         (ev_document_types_add_filters_for_type):
9434         * shell/ev-document-types.h:
9435         * shell/ev-window.c: (ev_window_cmd_save_as):
9436         
9437         Suggest basename as template when saving, provide filters
9438         for save dialog. It's bug 308402
9439
9440 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9441
9442         * pdf/ev-poppler.cc:
9443         * shell/ev-sidebar-links.c: (job_finished_callback):
9444         * shell/ev-view.c: (update_find_status_message):
9445         
9446         Some leaks fixed
9447
9448 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9449
9450         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9451         (egg_recent_view_uimanager_set_list):
9452
9453         Fix buglet in !show_numbers case.
9454
9455 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9456
9457         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9458         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9459
9460         Use pango ellipsisation.
9461
9462         * pdf/ev-poppler.cc:
9463
9464         Fix refcount leak, from nsh.
9465
9466 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9467
9468         * cut-n-paste/recent-files/Makefile.am:
9469         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9470         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9471         
9472         Removed EggRecentViewGtk
9473         
9474         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9475         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9476         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9477         (ev_window_setup_recent):
9478         
9479         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9480         with other projects
9481
9482 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9483
9484         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9485         (egg_recent_view_gtk_finalize):
9486
9487         Fix memory leak
9488
9489         * cut-n-paste/toolbar-editor/Makefile.am:
9490         
9491         Fix location of cursor icon.
9492         
9493         * pdf/ev-poppler.cc:
9494         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9495         (display_completion_text), (match_completion):
9496         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9497         (selection_changed_callback), (create_loading_model),
9498         (print_section_cb), (links_page_num_func),
9499         (update_page_callback_foreach):
9500         * shell/ev-window.c: (ev_window_dispose):
9501         
9502         Small memory fixes. Links model now store objects instead
9503         of pointers to improve memory management. 
9504
9505 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9506
9507         * shell/ev-window.c: (zoom_control_changed_cb):
9508         
9509         Fix update of zoom control (bug 308268).
9510
9511 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9512
9513         * shell/ev-properties.c (set_property): escape the text correctly.
9514         Handles non-UTF-8 properties and escaped properties.  Also, sets
9515         the text to "<i>None</i>" if the property isn't set.
9516
9517         * data/evince-properties.glade: Change the label to be ellipsized,
9518         and give it a minimum size.
9519
9520 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9521
9522         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9523         * shell/ev-sidebar-links.c: (create_loading_model):
9524         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9525         * shell/ev-view.c: (ev_view_set_document):
9526         * shell/ev-window.c: (ev_window_dispose):
9527         
9528         Various small fixes, mostly memory leaks. Thanks to valgrind.
9529
9530 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9531
9532         * ps/ps-document.c: remove the locale.h include again ;-). And
9533         kill the (bogus) setlocale/savelocale business.
9534
9535 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9536
9537         * ps/ps-document.c:
9538         
9539         Include locale.h to fix build
9540         
9541         * shell/ev-sidebar.c:
9542         
9543         Remove unnecessary includes
9544
9545 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9546
9547         * dvi/dvi-document.c: (dvi_document_load):
9548         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9549         * po/POTFILES.in:
9550         
9551         Check for incorrect dvi files. Fix parsing dvi on AMD64
9552         platform. Thanks to tester@tester.ca (Olivier Crete).
9553
9554 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9555
9556         * shell/ev-page-action.c: (match_selected_cb),
9557         (display_completion_text), (match_completion), (update_model):
9558         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9559         (expand_open_links):
9560         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9561         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9562         (ev_sidebar_set_document):
9563         * shell/ev-window.c: (ev_window_xfer_job_cb),
9564         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9565         
9566         Fixed lot's of memory leaks, for example, memory leak on reload, 
9567         described in bug 307793.
9568
9569 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9570
9571         * pdf/ev-poppler.cc:
9572         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9573         (update_visible_range), (adjustment_changed_cb),
9574         (ev_sidebar_thumbnails_fill_model),
9575         (ev_sidebar_thumbnails_refresh),
9576         (ev_sidebar_tree_selection_changed),
9577         (ev_sidebar_icon_selection_changed),
9578         (ev_sidebar_thumbnails_use_icon_view),
9579         (ev_sidebar_thumbnails_set_document):
9580         * shell/ev-sidebar-thumbnails.h:
9581         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9582         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9583
9584         Refresh thumbnails when changing orientation. Not fully
9585         working yet becuase of a sidebar bug.
9586
9587         Set page orientation to poppler page everywhere. This sucks
9588         really need to fix poppler.
9589
9590 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9591
9592         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9593         (egg_recent_view_gtk_new_menu_item),
9594         (egg_recent_view_gtk_set_property),
9595         (egg_recent_view_gtk_get_property),
9596         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9597         (egg_recent_view_gtk_set_tooltip_func),
9598         (egg_recent_view_gtk_set_label_width),
9599         (egg_recent_view_gtk_get_label_width):
9600         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9601
9602         Sync with libegg (ellipsize labels)
9603
9604 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9605
9606         * data/evince-ui.xml:
9607         * shell/ev-window.c: (ev_window_cmd_go_forward),
9608         (ev_window_cmd_go_backward):
9609         
9610         Shift + PageUp moves 10 Pages. Fix for 306125
9611
9612 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9613
9614         * pdf/ev-poppler.cc:
9615
9616         Add a flag to check if orientation has been overriden
9617
9618 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9619
9620         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9621         field if necessary.
9622
9623         * ps/ps.h: add creator field to document.
9624
9625         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9626         set creator field.
9627
9628 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9629
9630         * data/evince-properties.glade:
9631         * shell/ev-properties.c: (ev_properties_set_document):
9632
9633         s/PDF Version/Format
9634
9635 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9636
9637         * shell/ev-properties.c: (ev_properties_set_document):
9638
9639         Remove unnecessary translations
9640
9641 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9642
9643         * cut-n-paste/toolbar-editor/Makefile.am:
9644
9645         Correct library name    
9646
9647 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9648
9649         * configure.ac:
9650         * cut-n-paste/recent-files/egg-recent-model.c:
9651         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9652         (egg_recent_model_unlock_file):
9653         * cut-n-paste/recent-files/egg-recent-util.c:
9654         (egg_recent_util_get_unique_id):
9655         * cut-n-paste/recent-files/update-from-egg.sh:
9656         * cut-n-paste/toolbar-editor/Makefile.am:
9657         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9658         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9659         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9660         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9661         (egg_toolbars_model_get_type):
9662         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9663
9664         Better makefile for toolbar editor and update everything
9665         to latest libegg.
9666
9667 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9668
9669         * shell/ev-window.c: (update_document_mode):
9670
9671         Prefer presentation mode when the document
9672         require fullscreen.
9673
9674 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9675
9676         * data/evince-ui.xml:
9677         * shell/ev-window.c:
9678
9679         Add control-equal for zooming
9680
9681 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9682
9683         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9684
9685 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9686
9687         * backend/ev-document.c: (ev_document_get_orientation):
9688         * backend/ev-document.h:
9689         * pdf/ev-poppler.cc:
9690         * ps/ps-document.c: (ps_document_get_orientation),
9691         (ps_document_set_orientation), (ps_document_document_iface_init):
9692
9693         Add a get_orientation api. Improve set_orientation.
9694
9695         * data/evince-ui.xml:
9696         * shell/ev-view.c: (ev_view_set_orientation),
9697         (ev_view_rotate_right), (ev_view_rotate_left):
9698         * shell/ev-view.h:
9699         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9700         (ev_window_cmd_edit_rotate_right):
9701
9702         Better ui for changing document orientation
9703
9704 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9705
9706         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9707         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9708         * shell/ev-sidebar-links.h:
9709         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9710         (ev_sidebar_page_iface_init):
9711         * shell/ev-sidebar-page.h:
9712         * shell/ev-sidebar-thumbnails.c:
9713         (ev_sidebar_thumbnails_get_property),
9714         (ev_sidebar_thumbnails_class_init),
9715         (ev_sidebar_thumbnails_set_document):
9716         * shell/ev-sidebar-thumbnails.h:
9717         * shell/ev-view.c: (ev_view_motion_notify_event):
9718         * shell/ev-window.c: (update_chrome_visibility),
9719         (ev_window_cmd_focus_page_selector),
9720         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9721         (sidebar_page_main_widget_update_cb), (ev_window_init):
9722         
9723         Autoraise toolbar on GoToPage binding and fix bindings in
9724         EvSidebarThumbnails page.
9725
9726 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9727
9728         * shell/ev-properties.c: (update_progress_label):
9729
9730         Hide the progress label when finished; bug #307697.
9731
9732 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9733
9734         * pdf/ev-poppler.cc:
9735
9736         Enable is_open for links, you will need poppler cvs
9737
9738         * shell/ev-properties.c: (job_fonts_finished_cb):
9739
9740         Get a lock on the document when filling the tree view
9741
9742 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9743
9744         * backend/ev-document-links.h:
9745         * pdf/ev-poppler.cc:
9746         * shell/ev-sidebar-links.c: (create_loading_model),
9747         (expand_open_links), (job_finished_callback):
9748
9749         Expand links when specified by the document.
9750         Depend on a poppler api (defined out for now)
9751
9752 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9753
9754         * shell/ev-properties.c: (ev_properties_dispose),
9755         (ev_properties_class_init), (dialog_destroy_cb),
9756         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9757         (ev_properties_set_document), (ev_properties_new),
9758         (ev_properties_show):
9759         * shell/ev-properties.h:
9760
9761         Make it an object, cleanup the code, api to show it as transient
9762         and to set the document.
9763
9764         * shell/ev-window.c: (ev_window_setup_document),
9765         (ev_window_cmd_file_properties):
9766
9767         Adapt to EvProperties changes, do not show multiple
9768         times, update it when document changes.
9769
9770 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9771
9772         * ps/gstypes.h:
9773         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9774         (ps_document_set_orientation), (ps_document_document_iface_init):
9775         * ps/ps-document.h:
9776
9777         Implement orientation here too
9778
9779         * shell/ev-properties.c: (ev_properties_new):
9780         * data/evince-properties.glade:
9781
9782         Hide the fonts page for backends that doesnt
9783         support it.     
9784
9785 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9786
9787         * backend/ev-document.c: (ev_document_set_orientation):
9788         * backend/ev-document.h:
9789         * pdf/ev-poppler.cc:
9790
9791         Add orientation api. Currently poppler api is not optimal,
9792         we need to set orientation every time we _get a page.
9793         I will try to fix that at some point.
9794
9795         * data/evince-ui.xml:
9796         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9797         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9798
9799         Add orientation menu items
9800
9801         * shell/ev-page-cache.c: (ev_page_cache_clear):
9802         * shell/ev-page-cache.h:
9803
9804         Add api to clear the cache
9805
9806         * shell/ev-view.c: (setup_caches), (clear_caches),
9807         (ev_view_set_document), (ev_view_zoom_out),
9808         (ev_view_set_orientation):
9809         * shell/ev-view.h:
9810
9811         Implement orientation changing
9812
9813 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9814
9815         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9816         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9817         * backend/ev-document-fonts.h:
9818
9819         Separate scan and fill so that we can incrementally fill from
9820         the main thread. Add a progress api.
9821
9822         * data/evince-properties.glade:
9823         * pdf/ev-poppler.cc:
9824         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9825         * shell/ev-jobs.h:
9826         * shell/ev-properties.c: (update_progress_label),
9827         (job_fonts_finished_cb), (setup_fonts_view):
9828
9829         Incrementally feel the list and show the progress
9830         percentage in a label like acrobat does.
9831
9832         You are going to need poppler cvs
9833
9834 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9835
9836         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9837         * backend/ev-document-fonts.h:
9838         * pdf/ev-poppler.cc:
9839
9840         Make fonts model fill incrementally.
9841
9842         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9843         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9844         (ev_job_queue_remove_job):
9845         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9846         (ev_job_fonts_new), (ev_job_fonts_run):
9847         * shell/ev-jobs.h:
9848
9849         New job for fonts scanning
9850
9851         * shell/ev-properties.c: (job_fonts_finished_cb),
9852         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9853         * shell/ev-properties.h:
9854         * shell/ev-window.c: (ev_window_cmd_file_properties):
9855
9856         Incrementally feel the treeview using the new job. Show Loading...
9857         message until scanning is completed.
9858
9859         Hopefully I didnt break the build without the poppler patch.
9860
9861 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9862
9863         * shell/ev-application.c: (ev_application_open):
9864         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9865         (ev_document_type_get_type), (ev_document_type_lookup):
9866         * shell/ev-document-types.h:
9867         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9868         * shell/ev-job-xfer.h:
9869         * shell/ev-window.c: (ev_window_clear_local_uri),
9870         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9871         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9872         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9873         
9874         Transfer remote documents to tmp directory to display them later.
9875
9876 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9877
9878         * backend/ev-document-info.h:
9879         * shell/ev-properties.c: (ev_properties_new):
9880
9881         s/GTime*/GTime. Not sure why we was using a pointer
9882         at all there!
9883
9884 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9885
9886         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9887         situations.  That situation is that you're using GTK+-HEAD with
9888         the patch at #306726 is applied, and you have a document with <
9889         1500 pages in it.  It's not quite as uniformly nice as the
9890         TreeView, but should be better in the long run.
9891
9892         I'm pretty sure I guarded against breaking compilation with
9893         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9894         I missed some.
9895
9896         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9897         widget yet, so I commented that code out
9898         enable_view_actions_for_widget() for now.  Need to figure this
9899         out.
9900
9901         * shell/ev-page-action.c (match_selected_cb): emit the right
9902         signals.  Our cool C-l completion now works.
9903
9904 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9905
9906         * backend/Makefile.am:
9907         * backend/ev-document-fonts.c:
9908         * backend/ev-document-links.c:
9909         * backend/ev-document.c: (ev_document_load):
9910         * backend/ev-document.h:
9911         * backend/ev-job-queue.c:
9912         * backend/ev-job-queue.h:
9913         * backend/ev-jobs.c:
9914         * backend/ev-jobs.h:
9915         * backend/ev-page-cache.c:
9916         * backend/ev-page-cache.h:
9917
9918         EvPageCache and EvJobs are moved to shell.
9919
9920         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9921         (ev_tmp_filename):
9922         * lib/ev-file-helpers.h:
9923         
9924         New helper to work with temporary files
9925         
9926         * shell/Makefile.am:
9927         * shell/ev-application.c: (ev_application_open):
9928         * shell/ev-application.h:
9929         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9930         (remove_job_from_async_queue), (add_job_to_async_queue),
9931         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9932         (handle_job), (search_for_jobs_unlocked),
9933         (no_jobs_available_unlocked), (ev_render_thread),
9934         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9935         (ev_job_queue_add_job), (move_job_async), (move_job),
9936         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9937         * shell/ev-job-queue.h:
9938         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9939         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9940         * shell/ev-job-xfer.h:
9941         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9942         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9943         (ev_job_links_class_init), (ev_job_render_init),
9944         (ev_job_render_dispose), (ev_job_render_class_init),
9945         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9946         (ev_job_thumbnail_class_init), (ev_job_load_init),
9947         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9948         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9949         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9950         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9951         * shell/ev-jobs.h:
9952         * shell/ev-page-action.c: (ev_page_action_set_document):
9953         * shell/ev-page-cache.c: (ev_page_cache_init),
9954         (ev_page_cache_class_init), (ev_page_cache_finalize),
9955         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9956         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9957         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9958         (ev_page_cache_get_title), (ev_page_cache_get_size),
9959         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9960         (ev_page_cache_get_height_to_page),
9961         (ev_page_cache_get_max_label_chars),
9962         (ev_page_cache_get_page_label),
9963         (ev_page_cache_has_nonnumeric_page_labels),
9964         (ev_page_cache_get_info), (ev_page_cache_next_page),
9965         (ev_page_cache_prev_page), (ev_page_cache_get):
9966         * shell/ev-page-cache.h:
9967         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9968         (ev_pixbuf_cache_clear_job_sizes),
9969         (ev_pixbuf_cache_add_jobs_if_needed),
9970         (ev_pixbuf_cache_set_page_range):
9971         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9972         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9973         * shell/ev-sidebar-thumbnails.c:
9974         (ev_sidebar_tree_selection_changed),
9975         (ev_sidebar_thumbnails_set_document):
9976         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9977         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9978         (ev_statusbar_get_context_id), (ev_statusbar_push),
9979         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9980         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9981         (ev_statusbar_set_progress):
9982         * shell/ev-statusbar.h:
9983         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9984         (ev_view_find_previous):
9985         * shell/ev-window.c: (ev_window_is_empty),
9986         (ev_window_setup_document), (password_dialog_response),
9987         (ev_window_clear_jobs), (ev_window_load_job_cb),
9988         (ev_window_xfer_job_cb), (ev_window_open_uri),
9989         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9990         (ev_window_print), (ev_window_print_range),
9991         (ev_window_state_event), (ev_window_cmd_view_reload),
9992         (menu_item_select_cb), (menu_item_deselect_cb),
9993         (view_status_changed_cb), (ev_window_dispose),
9994         (drag_data_received_cb), (ev_window_init):
9995         * shell/ev-window.h:
9996         * shell/main.c: (load_files):
9997         
9998         New statusbar to show progress on idle. Two new jobs - 
9999         xfer job and load job to load document in background. And update
10000         of page_cache clients to new location of code.
10001
10002 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10003
10004         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10005         selection in open dialog. It also remembers the last visited directory 
10006         in the current session.
10007
10008 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10009
10010         * shell/ev-properties.c: (ev_properties_new):
10011         * shell/ev-properties.h:
10012         * shell/ev-window.c: (ev_window_cmd_file_properties):
10013         
10014         Get document info from page cache instead of document itself.
10015         This should fix crash related to race conditions described in
10016         bug 306545.
10017
10018 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10019
10020         * ps/ps-document.c: (ps_document_init),
10021         (send_ps), (get_page_box), (output), (catchPipe), (input),
10022         (stop_interpreter), (file_length), (file_readable),
10023         (check_filecompressedb), (ps_document_enable_interpreter),
10024         (document_load), (ps_async_renderer_render_pixbuf):
10025         * ps/ps-document.h:
10026
10027         Big cleanup of the ps code
10028
10029 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10030
10031         * backend/Makefile.am:
10032         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10033         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10034         * backend/ev-async-renderer.h:
10035
10036         Add an async renderer interface (method + callback) which
10037         is useful for backends like ps.
10038
10039         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10040         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10041         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10042         (ev_job_queue_add_job), (move_job_async), (move_job),
10043         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10044
10045         Add queues for async renderer, these are executed on the
10046         main thread.
10047
10048         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10049         (ev_job_render_run):
10050         * backend/ev-jobs.h:
10051
10052         If the backend support async renderer interface use it.
10053
10054         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10055         (setup_pixmap), (ps_document_get_type),
10056         (ps_async_renderer_render_pixbuf),
10057         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10058
10059         Implement async renderer interface.
10060
10061 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10062
10063         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10064
10065         Cleanup links job on exit.
10066
10067 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10068
10069         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10070         (drag_data_get_cb), (drag_data_received_cb):
10071         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10072         (drag_data_get_cb), (parse_item_list),
10073         (egg_toolbar_editor_load_actions):
10074         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10075         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10076         (parse_item_list), (parse_toolbars):
10077         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10078         (dvi_pixbuf_put_pixel):
10079         
10080         Fix gcc 4.0 warnings
10081
10082 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10083
10084         * ps/ps-document.c: (start_interpreter):
10085
10086         Fix warning when loading ps
10087
10088 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10089
10090         * ps/ps-document.c: (output):
10091
10092         Fix crash when priting gs error messages.
10093
10094 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10095
10096         * backend/ev-page-cache.c: (_ev_page_cache_new):
10097         * backend/ev-page-cache.h:
10098
10099         Use a const to return title so that we dont double
10100         free it. Small cleanup and fix a leak.
10101
10102         * shell/ev-window.c: (update_window_title):
10103
10104         strdup value from get_title.
10105
10106 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10107
10108         * shell/ev-sidebar-links.c: (job_finished_callback),
10109         (ev_sidebar_links_set_document):
10110
10111         Cleanup the old job when changing document
10112
10113 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10114
10115         * shell/ev-stock-icons.c:
10116         * shell/ev-stock-icons.h:
10117         * shell/ev-window.c:
10118         
10119         Add stock icons for actions that can appear in toolbar. Fix for
10120         bug 306566.
10121
10122 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10123
10124         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10125         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10126         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10127         * backend/ev-page-cache.h:
10128         * shell/ev-view.c: (scroll_to_current_page),
10129         (view_update_range_and_current_page), (get_page_y_offset),
10130         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10131         (ev_view_size_request_continuous),
10132         (ev_view_zoom_for_size_continuous_and_dual_page),
10133         (ev_view_zoom_for_size_continuous):
10134         
10135         More compact EvView layout in document with pages of different size.
10136
10137 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10138
10139         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10140         compilation.
10141
10142 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10143
10144         * shell/ev-view.c: (view_set_adjustment_values):
10145         * shell/ev-window.c: (ev_window_cmd_file_properties):
10146         
10147         A bit different fix for rounding problem but it has no
10148         problems on startup. Make properties window transient to parent.
10149
10150 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10151
10152         * pdf/ev-poppler.cc:
10153         
10154         More commenting of font stuff.
10155
10156 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10157
10158         * pdf/ev-poppler.cc:
10159
10160         Comment out some more fonts stuff. Should really
10161         work without the poppler patch now.
10162
10163 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10164
10165         * pdf/ev-poppler.cc:
10166
10167         Adapt to api change
10168
10169 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10170
10171         * data/evince-properties.glade:
10172         * pdf/ev-poppler.cc:
10173         * shell/ev-properties.c: (setup_fonts_view):
10174
10175         Set the column title. Show the dialog only
10176         once everything is setup.
10177         Getting font info can be very slow... will
10178         prolly need to make this threaded too.
10179
10180 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10181
10182         * backend/Makefile.am:
10183         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10184         (ev_document_fonts_get_fonts_model):
10185         * backend/ev-document-fonts.h:
10186         * data/evince-properties.glade:
10187         * pdf/ev-poppler.cc:
10188         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10189         * shell/ev-properties.h:
10190         * shell/ev-window.c: (ev_window_cmd_file_properties):
10191
10192         Implement fonts list. Defined out for now, since it depends
10193         on a not yet committed poppler patch.
10194
10195 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10196
10197         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10198         page + 1.
10199
10200         * shell/ev-window.c: Make sure we add the timeout when we get a
10201         focus-in event.
10202
10203         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10204         adjustment->value before calculating the zoom factor to average
10205         out all of our rounding errors.  The page no longer 'drifts' when
10206         resizing.
10207
10208 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10209
10210         * data/evince-properties.glade:
10211         * shell/ev-properties.c: (ev_properties_format_date),
10212         (set_property):
10213         
10214         Labels don't expand when the dialogue is resized.
10215         strftime result needs to be converted to UTF-8. Thanks
10216         to Christian Persch <chpe@gnome.org>.
10217
10218 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10219
10220         * data/evince-properties.glade:
10221
10222         Hide the fonts tab
10223
10224 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10225
10226         * backend/ev-document-info.h:
10227         * backend/ev-document.c: (ev_document_info_free):
10228         * data/evince-properties.glade:
10229         * pdf/ev-poppler.cc:
10230         * ps/ps-document.c: (ps_document_get_info):
10231         * shell/ev-properties.c: (ev_properties_format_date),
10232         (set_property), (ev_properties_new):
10233         * shell/ev-properties.h:
10234         * shell/ev-window.c: (ev_window_cmd_file_properties):
10235
10236         Rework properties code to take only EvPropertyInfo
10237         in the constructor so that it can be useful for
10238         nautilus plugin too.
10239
10240         Deal with backends that doesnt support some properties.
10241         Make set property code generic.
10242
10243 2005-06-04  Christian Persch <chpe@gnome.org>
10244
10245         * data/evince-properties.glade:
10246
10247         fix spacings, make resizeable, and make data labels
10248         selectable + ellipsised
10249
10250 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10251
10252         * backend/ev-document-info.h:
10253         * data/Makefile.am:
10254         * data/evince-ui.xml:
10255         * pdf/ev-poppler.cc:
10256         * shell/Makefile.am:
10257         * shell/ev-window.c: (update_action_sensitivity),
10258         (ev_window_cmd_file_properties):
10259
10260         Initial go at file properties. Patch by
10261         Emil Soleyman-Zomalan <emil@soleyman.com>.
10262         Needs love see #169583
10263
10264 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10265
10266         * ps/ps-document.c: (output):
10267         * ps/ps.c: (psscan):
10268
10269         Try to render even if psscan fails.
10270
10271 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10272
10273         * ps/ps.c: (psscan), (pscopydoc):
10274
10275         Port buffered reading code from gv
10276
10277 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10278
10279         * ps/ps-document.c: (interpreter_message), (output):
10280
10281         Do not fail on interpreter messages
10282
10283 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10284
10285         * backend/ev-document-misc.c:
10286         (ev_document_misc_get_thumbnail_frame):
10287
10288         Pages can be 0 x 0, dont assert on this case
10289
10290 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10291
10292         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10293         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10294
10295         Correctly manage our reference on document. Finally the reload
10296         huge leak is gone...
10297
10298 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10299
10300         * ps/ps-document.c: (ps_document_dispose):
10301
10302         Forgot to chain it to the parent. Thanks chpe.
10303
10304 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10305
10306         * ps/ps-document.c: (ps_document_dispose),
10307         (ps_document_class_init), (stop_interpreter), (document_load):
10308
10309         Cleanup dispose a bit. Dont leak the whole pixmap.
10310
10311 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10312
10313         * pdf/ev-poppler.cc:
10314
10315         Release the poppler document on dispose
10316
10317 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10318
10319         * shell/ev-view.c: (ev_view_set_document):
10320
10321         Release ref on the pixbuf cache when changing
10322         document.
10323
10324 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10325
10326         * ps/ps-document.c: (ps_document_get_info):
10327
10328         Fix a double free
10329
10330 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10331
10332         * backend/ev-page-cache.c: (ev_page_cache_init),
10333         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10334         * backend/ev-page-cache.h:
10335         * shell/ev-page-action.c: (page_changed_cb):
10336         
10337         Set page action entry width depending on labels width. Fix
10338         for bug 305202.
10339
10340 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10341
10342         * backend/ev-link.c: (ev_link_class_init):
10343
10344         Allow -1 as page value (error)
10345
10346 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10347
10348         * shell/ev-sidebar-thumbnails.c:
10349         (ev_sidebar_thumbnails_set_document):
10350         * shell/ev-view.c: (scroll_to_current_page),
10351         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10352         (page_changed_cb), (on_adjustment_value_changed),
10353         (ev_view_set_document):
10354
10355         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10356         Fix bug 305377
10357
10358 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10359
10360         * configure.ac:
10361         * djvu/djvu-document.c: (djvu_document_get_page_size):
10362
10363         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10364         bug 301993.
10365
10366 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10367
10368         * shell/ev-view.c (draw_one_page): modify the expose handling to
10369         get the shadows.
10370
10371         * shell/ev-window.c (update_action_sensitivity): Respect
10372         permissions field.  Kowtow to the man.
10373
10374         * pdf/ev-poppler.cc: Get the permissions field.
10375
10376         * tiff/*c: Make a tiny bit more robust.
10377
10378 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10379
10380         * djvu/djvu-document.c:
10381         
10382         Pop messages from djvu context message queue.
10383
10384 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10385
10386         * configure.ac, Makefile.am, shell/Makefile.am:
10387         * tiff/Makefile.am, shell/ev-document-types.c:
10388         
10389         Cleanup tiff configure checks. Fix for bug 305218.
10390
10391 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10392
10393         * configure.ac: Added "uk" to ALL_LINGUAS.
10394
10395 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10396
10397         * cut-n-paste/zoom-control/ephy-zoom.c:
10398         (ephy_zoom_get_changed_zoom_level):
10399         * cut-n-paste/zoom-control/ephy-zoom.h:
10400         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10401         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10402         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10403         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10404         (zoom_control_changed_cb), (ev_window_init):
10405         
10406         Fix minor points related to moving best fit up. Introduce
10407         "zoom" property and make zoom control change it's value on
10408         notify::zoom signals. Fix for 305080.
10409
10410 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10411
10412         * data/evince-ui.xml:
10413         * shell/ev-window.c: (set_view_actions_sensitivity):
10414         
10415         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10416
10417 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10418
10419         * configure.ac:
10420
10421         Depends on poppler 0.3.2
10422
10423 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10424
10425         * cut-n-paste/recent-files/egg-recent-item.c:
10426         (egg_recent_item_get_short_name):
10427         * cut-n-paste/toolbar-editor/Makefile.am:
10428         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10429         (new_pixbuf_from_widget):
10430         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10431         * cut-n-paste/toolbar-editor/egg-marshal.c:
10432         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10433         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10434
10435         Sync
10436
10437 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10438
10439         * tiff/tiff-document.c: Rough TIFF backend.
10440
10441 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10442
10443         * NEWS:
10444         * configure.ac:
10445         * cut-n-paste/toolbar-editor/Makefile.am:
10446
10447         Release 0.3.1
10448
10449 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10450
10451         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10452         (ev_view_find_next), (ev_view_find_previous):
10453
10454         Remove the locks around get_n_results   
10455
10456 2005-05-21  Juerg Billeter  <j@bitron.ch>
10457
10458         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10459
10460         Pass correct number of pages to poppler.
10461
10462 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10463
10464         * configure.ac:
10465         * data/Makefile.am:
10466         * data/evince.desktop.in: 
10467         * data/evince.desktop.in.in:
10468         * po/POTFILES.in:
10469         
10470         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10471
10472 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10473
10474         * shell/ev-view.c: (view_update_adjustments),
10475         (view_set_adjustment_values): cast adjustmen->value to (int)
10476         before using it.  Otherwise, we get off by a pixel in some
10477         situations.
10478
10479         (draw_one_page): Draw the border on expose.
10480
10481 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10482
10483         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10484         adjustment when the mode changes, #304923
10485
10486 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10487
10488         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10489         flickering on resize but still use gdk_window_scroll on
10490         scrolling
10491
10492 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10493
10494         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10495         option, #170458
10496
10497 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10498
10499         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10500         second page on page_changed if possible, #304669
10501
10502 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10503
10504         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10505         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10506
10507 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10508
10509         * .cvsignore:
10510         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10511         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10512         (ev_view_zoom_for_size_presentation),
10513         (ev_view_zoom_for_size_continuous_and_dual_page),
10514         (ev_view_zoom_for_size_continuous),
10515         (ev_view_zoom_for_size_dual_page),
10516         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10517         * shell/ev-view.h:
10518         * shell/ev-window.c: (update_view_size),
10519         (ev_window_sizing_mode_changed_cb):
10520
10521         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10522         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10523         an infinite loop, #304769
10524
10525
10526 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10527
10528         * data/evince-ui.xml:
10529         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10530         * shell/ev-window.c: (set_view_actions_sensitivity):
10531
10532         Make PgUp/Down behave like Space
10533
10534 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10535
10536         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10537         * backend/ev-ps-exporter.h:
10538         * pdf/ev-poppler.cc:
10539         * ps/ps-document.c: (ps_document_ps_export_begin):
10540         * shell/ev-print-job.c: (idle_print_handler):
10541
10542         Adapt to new poppler api
10543
10544 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10545
10546         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10547         (ephy_zoom_control_init):
10548
10549         Translate zoom levels
10550
10551 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10552
10553         * cut-n-paste/zoom-control/ephy-zoom.c:
10554         (ephy_zoom_get_zoom_level_index):
10555
10556         Fix current zoom -> zoom control match
10557
10558 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10559
10560         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10561         rather than the scrolled_window that it's in. Fixes bug #304655.
10562
10563 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10564
10565         * shell/ev-view.c: (view_update_adjustments),
10566         (view_set_adjustment_values), (view_update_range_and_current_page),
10567         (view_scroll_to_page), (set_scroll_adjustment),
10568         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10569         (ev_view_scroll), (ev_view_scroll_view),
10570         (ensure_rectangle_is_visible), (find_page_at_location),
10571         (get_link_at_location), (go_to_link), (status_message_from_link),
10572         (ev_view_size_request_continuous_dual_page),
10573         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10574         (ev_view_unrealize), (ev_view_expose_event),
10575         (ev_view_button_press_event), (ev_view_motion_notify_event),
10576         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10577         (draw_rubberband), (highlight_find_results), (draw_one_page),
10578         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10579         (ev_view_init), (find_changed_cb), (page_changed_cb),
10580         (on_adjustment_value_changed), (ev_view_new),
10581         (ev_view_set_document), (ev_view_set_zoom),
10582         (ev_view_set_continuous), (ev_view_set_dual_page),
10583         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10584         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10585         (ev_view_zoom_for_size_presentation),
10586         (ev_view_zoom_for_size_continuous_dual_page),
10587         (ev_view_zoom_for_size_continuous),
10588         (ev_view_zoom_for_size_dual_page),
10589         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10590         (ev_view_get_status), (ev_view_set_status),
10591         (update_find_status_message), (ev_view_get_find_status),
10592         (ev_view_set_find_status), (jump_to_find_result),
10593         (jump_to_find_page), (compute_selections), (clear_selection),
10594         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10595         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10596         (ev_view_update_primary_selection),
10597         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10598         * shell/ev-view.h:
10599         * shell/ev-window.c: (ev_window_open_page_label),
10600         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10601         (ev_window_init):
10602         * shell/ev-window.h:
10603         * shell/main.c: (load_files):
10604
10605         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10606         when resizing.  Remove the bin_window().  Also, patch from James
10607         Bowes to fix command line page, #300641
10608         
10609 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10610
10611         * data/evince-ui.xml:
10612         * shell/ev-view.c:
10613         * shell/ev-view.h:
10614         * shell/ev-window.c: (update_action_sensitivity):
10615
10616         Get rid of View->Normal Size, it's just confusing
10617
10618 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10619
10620         * backend/ev-document-info.h:
10621         * backend/ev-document.c: (ev_document_info_free): Free the
10622         EvDocumentInfo.
10623
10624         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10625         (clear_range), (add_range), (update_visible_range),
10626         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10627         (ev_sidebar_thumbnails_set_document):
10628         * shell/ev-window.c: (ev_window_setup_document): Only render the
10629         visible thumbnails.  It takes an instant to render, but it uses
10630         much less memory.
10631
10632 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10633
10634         * shell/ev-sidebar-links.c: (popup_menu_cb):
10635
10636         Select first item
10637
10638 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10639
10640         * lib/Makefile.am:
10641         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10642         (button_press_cb), (ev_sidebar_links_construct):
10643
10644         Show the popup menu also on keybindings
10645
10646 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10647
10648         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10649         * shell/ev-window.h:
10650
10651         Expose api to print a range (with dialog). Make private _print use
10652         it.
10653
10654         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10655         (ev_sidebar_links_construct):
10656
10657         Show a print context menu on linkx, it prints the selected
10658         section.
10659
10660 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10661
10662         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10663         button.
10664
10665 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10666
10667         * AUTHORS:
10668
10669         Update
10670
10671         * shell/ev-window.c: (build_comments_string),
10672         (ev_window_cmd_help_about):
10673
10674         Show poppler version/backend and authors
10675
10676 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10677
10678         * cut-n-paste/zoom-control/ephy-zoom.c:
10679         (ephy_zoom_get_zoom_level_index):
10680         * cut-n-paste/zoom-control/ephy-zoom.h:
10681
10682         Move the best fit items at the top of the list
10683
10684 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10685
10686         * shell/ev-marshal.list:
10687         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10688         (activate_cb), (match_selected_cb), (activate_link_cb),
10689         (connect_proxy), (ev_page_action_class_init):
10690         * shell/ev-page-action.h:
10691
10692         Use signals to notify action activation. Hopefully
10693         I did not break completion since I cant test...
10694
10695         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10696         (register_custom_actions):
10697
10698         Connect to page selector actions and also grab focus on
10699         the view when activated.
10700
10701 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10702
10703         * pdf/ev-poppler.cc:
10704         * backend/ev-page-cache.c: make page size calculation consistent
10705         and set it to (int)( width * scale + 0.5).  This makes the weird
10706         line going through the middle of the page go away.
10707
10708         * shell/ev-view.c: move painting the background page after
10709         checking the expose area covers us.
10710
10711 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10712
10713         * data/evince-password.glade:
10714         
10715         Mark labels as not translatable. Fix for bug 302842.
10716
10717 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10718
10719         * configure.ac: Added "es" to ALL_LINGUAS.
10720
10721 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10722
10723         * data/evince-toolbar.xml:
10724         * shell/ev-window.c: (update_action_sensitivity),
10725         (ev_window_setup_document), (ev_window_set_page_mode),
10726         (ev_window_init):
10727
10728         Remove some leftover code from jrb first continous
10729         attempt. Use the new actions, we still need good icons
10730         though...
10731
10732 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10733
10734         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10735
10736         Update label when connecting proxy. Fix a warning with NULL
10737         page_cache.
10738
10739 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10740
10741         * data/evince-ui.xml:
10742         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10743         * shell/ev-page-action.h:
10744         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10745
10746         Add mnemonic for edit toolbar.
10747         ctrl+l focus the page entry.
10748
10749 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10750
10751         * lib/Makefile.am:
10752         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10753         (ev_window_init):
10754         * shell/main.c: (main):
10755
10756         Put the toolbar xml in evince own dot dir
10757
10758 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10759
10760         * shell/ev-window.c: (ev_window_init):
10761
10762         Make the toolbar not removable
10763
10764 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10765
10766         * data/evince-ui.xml:
10767         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10768         * shell/ev-sidebar-links.h:
10769         * shell/ev-sidebar-thumbnails.c:
10770         (ev_sidebar_thumbnails_get_treeview):
10771         * shell/ev-sidebar-thumbnails.h:
10772         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10773         (ev_view_class_init):
10774         * shell/ev-view.h:
10775         * shell/ev-window.c: (update_action_sensitivity),
10776         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10777         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10778         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10779         (ev_window_init):
10780
10781         This is evil... Make space/backspace global accelerators but
10782         enable them only for some widgets (sidebars and view).
10783         I dont like it, but I dont know a better way... :/
10784
10785 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10786
10787         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10788         (ev_page_action_widget_finalize),
10789         (ev_page_action_widget_class_init), (update_page_cache):
10790
10791         Keep a weak reference on proxy->page_cache so that we
10792         dont try to disconnect the signal if the object is already
10793         gone. Maybe there is a better way to cleanup reference handling
10794         in page action though...
10795
10796 2005-05-10  Juerg Billeter  <j@bitron.ch>
10797
10798         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10799         * backend/ev-ps-exporter.h:
10800         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10801         * ps/ps-document.c: (ps_document_ps_export_begin):
10802         
10803         Change api to pass print range to ps_exporter_begin. The pdf backend
10804         requires this information.
10805         
10806         * shell/ev-print-job.c: (idle_print_handler):
10807         
10808         Adapt to api change
10809
10810 2005-05-10  Juerg Billeter  <j@bitron.ch>
10811
10812         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10813         (idle_print_handler)
10814         * shell/ev-window.c: (ev_window_print):
10815
10816         Support printing page range, based on patch by Amaury Jacquot
10817
10818 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10819
10820         * data/evince-toolbar.xml:
10821
10822         Add zoom control to available items
10823
10824 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10825
10826         * shell/ev-window.c: (update_action_sensitivity):
10827
10828         Set slash action insensitive when appropriate
10829
10830 2005-05-10  Christian Persch <chpe@gnome.org>
10831
10832         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10833
10834         Fix warning on the overflow menu
10835
10836 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10837
10838         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10839
10840         Check for uri correctness/existence
10841
10842 2005-05-09  Juerg Billeter  <j@bitron.ch>
10843
10844         * shell/ev-window.c: (using_postscript_printer):
10845
10846         LPD printers use postscript, too
10847
10848 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10849
10850         * shell/ev-window.c: (register_custom_actions):
10851
10852         The zoom one is actually sort of useful,
10853         put it back
10854
10855 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10856
10857         * shell/ev-window.c: (register_custom_actions):
10858
10859         Hide page/zoom controls from overflow, they
10860         are useless.
10861
10862 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10863
10864         * cut-n-paste/update-from-egg.sh:
10865         
10866         Share it between all cut-n-paste subdirs
10867
10868         * cut-n-paste/recent-files/Makefile.am:
10869
10870         Fix to use "global" update-from-egg.sh
10871
10872         * cut-n-paste/recent-files/egg-recent-model.c:
10873         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10874         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10875         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10876         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10877
10878         Update from libegg
10879
10880         * cut-n-paste/toolbar-editor/Makefile.am:
10881
10882         Fix to use "global" update-from-egg.sh
10883
10884         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10885
10886         Update from libegg
10887
10888 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10889
10890         * configure.ac:
10891         * cut-n-paste/Makefile.am:
10892         * cut-n-paste/recent-files/Makefile.am:
10893         * cut-n-paste/toolbar-editor/.cvsignore:
10894         * cut-n-paste/toolbar-editor/Makefile.am:
10895         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10896         (egg_editable_toolbar_get_type), (get_toolbar_position),
10897         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10898         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10899         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10900         (set_item_drag_source), (create_item_from_action), (create_item),
10901         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10902         (popup_toolbar_context_menu_cb), (free_dragged_item),
10903         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10904         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10905         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10906         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10907         (item_added_cb), (item_removed_cb),
10908         (egg_editable_toolbar_construct),
10909         (egg_editable_toolbar_disconnect_model),
10910         (egg_editable_toolbar_deconstruct),
10911         (egg_editable_toolbar_set_model),
10912         (egg_editable_toolbar_set_ui_manager),
10913         (egg_editable_toolbar_set_property),
10914         (egg_editable_toolbar_get_property),
10915         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10916         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10917         (egg_editable_toolbar_new_with_model),
10918         (egg_editable_toolbar_get_edit_mode),
10919         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10920         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10921         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10922         (new_pixbuf_from_widget), (new_separator_pixbuf),
10923         (update_separator_image), (style_set_cb),
10924         (_egg_editable_toolbar_new_separator_image),
10925         (egg_editable_toolbar_get_model):
10926         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10927         * cut-n-paste/toolbar-editor/egg-marshal.c:
10928         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10929         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10930         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10931         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10932         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10933         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10934         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10935         (editor_drag_data_delete_cb), (drag_data_get_cb),
10936         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10937         (editor_create_item), (update_editor_sheet), (setup_editor),
10938         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10939         (parse_item_list), (model_has_action), (update_actions_list),
10940         (egg_toolbar_editor_load_actions):
10941         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10942         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10943         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10944         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10945         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10946         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10947         (egg_toolbars_model_add_separator), (impl_add_item),
10948         (parse_item_list), (egg_toolbars_model_add_toolbar),
10949         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10950         (impl_get_item_data), (impl_get_item_type),
10951         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10952         (egg_toolbars_model_init), (free_toolbar),
10953         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10954         (egg_toolbars_model_remove_toolbar),
10955         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10956         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10957         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10958         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10959         (egg_toolbars_model_get_item_data),
10960         (egg_toolbars_model_get_item_type):
10961         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10962         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10963         * data/Makefile.am:
10964         * data/evince-toolbar.xml:
10965         * data/evince-ui.xml:
10966         * data/hand-open.png:
10967         * po/POTFILES.in:
10968         * shell/Makefile.am:
10969         * shell/ev-window.c: (update_chrome_visibility),
10970         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10971         (ev_window_dispose), (ev_window_init):
10972
10973         Implement epiphany like toolbar editor. Based on patch by
10974         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10975
10976 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10977
10978         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10979
10980         Use set_cursor instead of set_selection, so that
10981         the keyboard focus moves too.
10982
10983 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10984
10985         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10986
10987         Fix infinite loop when loading Type1 fonts
10988
10989 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10990
10991         * data/evince-ui.xml:
10992         * shell/ev-window.c:
10993
10994         Slash -> Find
10995
10996 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10997
10998         * configure.ac:
10999
11000         Make --disable really disable
11001
11002 2005-05-07  Juerg Billeter  <j@bitron.ch>
11003
11004         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11005
11006         Compare page labels even without has_labels set, fixes setting page
11007         with entry
11008
11009 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11010
11011         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11012         (ev_view_set_cursor), (ev_view_button_press_event),
11013         (ev_view_motion_notify_event), (ev_view_button_release_event),
11014         (ev_view_init):
11015
11016         Implement middle button scrolling. Based on a patch
11017         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11018
11019 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11020
11021         * shell/ev-document-types.c: (get_slow_mime_type),
11022         (get_document_type_from_mime), (ev_document_type_lookup):
11023         * shell/ev-document-types.h:
11024
11025         Change api to lookup from uri. Do fast lookup first, if the
11026         type is unknown try with data sniffing.
11027
11028         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11029         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11030
11031         Adapt to api change
11032
11033 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11034
11035         * thumbnailer/Makefile.am:
11036
11037         Fix distcheck
11038
11039 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11040
11041         * NEWS:
11042         * configure.ac:
11043
11044         Release 0.3.0
11045
11046         * data/evince-ui.xml:
11047
11048         Hide presentation mode for now
11049
11050         * shell/ev-view.c: (highlight_find_results):
11051
11052         Show current find selection only on current page
11053
11054 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11055
11056         * shell/ev-view.c: (ev_view_select_all):
11057
11058         Compute size of the actual page, not of
11059         the current one.
11060
11061 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11062
11063         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11064         (view_rect_to_doc_rect), (compute_selections),
11065         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11066         (ev_view_copy), (ev_view_primary_get_cb),
11067         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11068         (ev_view_button_press_event), (ev_view_motion_notify_event),
11069         (ev_view_button_release_event), (page_changed_cb):
11070
11071         Fix text selection
11072
11073 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11074
11075         * shell/ev-view.c: (compute_border), (get_page_extents),
11076         (doc_rect_to_view_rect), (highlight_find_results),
11077         (ev_view_bin_expose), (ev_view_select_all),
11078         (ev_view_motion_notify_event), (update_find_status_message),
11079         (jump_to_find_result), (jump_to_find_page):
11080
11081         First go at fixing search, still buggy
11082
11083 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11084
11085         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11086         dropdown box and button at the top of the sidebar.
11087
11088 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11089
11090         * configure.ac: Output zoom-control Makefile.
11091         * cut-n-paste/Makefile.am: build zoom-control subdir.
11092         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11093         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11094         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11095         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11096         * cut-n-paste/zoom-control/ephy-zoom.c:
11097         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11098         from epiphany, and modified to add a separator into the menu.
11099         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11100         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11101         zoom-control action.
11102         * shell/Makefile.am: Include zoom-control flags.
11103         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11104         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11105         (ev_view_zoom_for_size_presentation),
11106         (ev_view_zoom_for_size_continuous_and_dual_page),
11107         (ev_view_zoom_for_size_continuous),
11108         (ev_view_zoom_for_size_dual_page),
11109         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11110         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11111         ev_view_get_zoom and ev_view_get_sizing_mode.
11112         * shell/ev-view.h:
11113         * shell/ev-window.c: (update_action_sensitivity),
11114         (update_sizing_buttons), (zoom_control_changed_cb),
11115         (register_custom_actions): Initialize and use the zoom-control 
11116         widget.
11117
11118 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11119
11120         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11121         preview cache back to 1.  Don't know when it got set to 0.
11122         
11123         * shell/ev-view.c: (compute_border), (ev_view_realize),
11124         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11125         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11126         (ev_view_get_fullscreen), (ev_view_set_presentation),
11127         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11128         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11129         * shell/ev-view.h:
11130         * shell/ev-window.c:
11131         (update_chrome_visibility),
11132         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11133         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11134         (update_document_mode), (ev_window_update_fullscreen_action),
11135         (ev_window_fullscreen), (ev_window_unfullscreen),
11136         (ev_window_cmd_view_fullscreen),
11137         (ev_window_update_presentation_action),
11138         (ev_window_run_presentation), (ev_window_stop_presentation),
11139         (ev_window_cmd_view_presentation), (ev_window_state_event),
11140         (ev_window_focus_in_event), (ev_window_focus_out_event),
11141         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11142         * data/evince-ui.xml: Initial presentation mode.  We should
11143         probably hide this until it's done, as it's quite rough.  Also,
11144         change full-screen to fullscreen and add two getters to EvView.
11145
11146 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11147
11148         * shell/ev-page-action.c: (update_page_cache),
11149         (ev_page_action_dispose):
11150         * shell/ev-window.c: (destroy_fullscreen_popup),
11151         (ev_window_create_fullscreen_popup):
11152
11153         Use connect_object rather than explicitly
11154         disconnect on dispose.
11155
11156 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11157
11158         * shell/ev-page-action.c: (update_page_cache),
11159         (ev_page_action_dispose):
11160
11161 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11162
11163         * backend/ev-page-cache.c: (_ev_page_cache_new),
11164         (ev_page_cache_set_page_label),
11165         (ev_page_cache_has_nonnumeric_page_labels):
11166         * backend/ev-page-cache.h:
11167         * shell/ev-page-action.c: (update_pages_label):
11168         
11169         If all page labels are numeric, fallback to default
11170         way to display number of pages. See bug 173185.
11171
11172 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11173
11174         * shell/ev-page-action.c: (ev_page_action_dispose):
11175         * shell/ev-view.c: (view_update_range_and_current_page):
11176         * shell/ev-window.c: (ev_window_dispose):
11177         
11178         Set page on scroll in continuous mode. Fixes bug 301986.
11179         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11180
11181 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11182
11183         * configure.ac:
11184
11185         Require poppler 0.3.0
11186
11187 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11188         
11189         * shell/Makefile.am, configure.ac: Fix build problems
11190         with t1lib. Bug 301996.
11191
11192 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11193
11194         * shell/ev-view.c: (ev_view_scroll_event):
11195         
11196         Scroll up increase zoom
11197
11198 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11199
11200         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11201         (ev_view_set_sizing_mode),
11202         (ev_view_zoom_for_size_continuous_and_dual_page),
11203         (ev_view_zoom_for_size_continuous):
11204         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11205         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11206         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11207         (ev_window_init):
11208
11209         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11210         Fix for 165473 and 165472.
11211
11212 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11213
11214         * po/POTFILES.in:
11215         * thumbnailer/Makefile.am:
11216         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11217         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11218         * thumbnailer/evince-thumbnailer.schemas.in:
11219         
11220         Make thumbnailer schemas translatable. Fix for bug 301773
11221         
11222         * thumbnailer/evince-thumbnailer-djvu.schemas:
11223         * thumbnailer/evince-thumbnailer-dvi.schemas:
11224         * thumbnailer/evince-thumbnailer.schemas:
11225
11226         Removed files
11227
11228 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11229
11230         * shell/ev-view.c (ev_view_init): forgot to set this.
11231
11232 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11233
11234         * shell/ev-view.c: (find_page_at_location),
11235         (get_link_at_location),
11236         (ev_view_set_show_border), (ev_view_set_spacing),
11237         (ev_view_zoom_for_size_continuous_and_dual_page),
11238         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11239         Also, add a quick fix measuring of widths.  Also, removed
11240         ev_view_set_spacing and ev_view_set_show_border.
11241         
11242         * shell/ev-window.c: (ev_window_unfullscreen),
11243         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11244
11245 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11246
11247         * shell/ev-view.c: (view_update_range_and_current_page),
11248         (page_changed_cb):
11249         
11250         Fix crash on exit and scrolling to page in continuous view.
11251
11252 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11253
11254         * TODO:
11255         * backend/ev-page-cache.c: (_ev_page_cache_new),
11256         (ev_page_cache_get_max_width_size),
11257         (ev_page_cache_get_max_height_size):
11258         * backend/ev-page-cache.h:
11259         * data/evince-ui.xml:
11260         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11261         * shell/ev-view.c: (view_update_adjustments),
11262         (view_update_range_and_current_page), (get_bounding_box_size),
11263         (ev_view_size_request_continuous_and_dual_page),
11264         (ev_view_size_request_continuous),
11265         (ev_view_size_request_dual_page),
11266         (ev_view_size_request_single_page), (ev_view_size_request),
11267         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11268         (ev_view_bin_expose), (ev_view_expose_event),
11269         (ev_view_set_property), (ev_view_get_property),
11270         (ev_view_class_init), (ev_view_init), (ev_view_new),
11271         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11272         (ev_view_set_dual_page), (ev_view_set_full_screen),
11273         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11274         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11275         (ev_view_zoom_out), (zoom_for_size_fit_width),
11276         (zoom_for_size_best_fit),
11277         (ev_view_zoom_for_size_continuous_and_dual_page),
11278         (ev_view_zoom_for_size_continuous),
11279         (ev_view_zoom_for_size_dual_page),
11280         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11281         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11282         * shell/ev-view.h:
11283         * shell/ev-window.c: (update_action_sensitivity),
11284         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11285         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11286         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11287         (ev_window_cmd_view_zoom_out), (update_view_size),
11288         (ev_window_set_sizing_mode), (ev_window_init):
11289
11290         Add Continuous and Dual page modes.
11291
11292 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11293
11294         * dvi/dvi-document.c: (dvi_document_load),
11295         (dvi_document_thumbnails_get_thumbnail),
11296         (dvi_document_init_params): Fix up some mixups between
11297         width and height to correct thumbnail rendering.
11298
11299 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11300
11301         * dvi/mdvi-lib/private.h:
11302         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11303         
11304         Suppess output for kpathsea during font generation. Thanks to
11305         James Bowes
11306
11307 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11308
11309         * NEWS:
11310         * configure.ac:
11311
11312         Release 0.2.1
11313
11314         * Makefile.am: fix distcheck.
11315
11316 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11317
11318         * shell/ev-sidebar-links.c: (selection_changed_callback),
11319         (update_page_callback), (row_activated_callback),
11320         (job_finished_callback), (ev_sidebar_links_set_document):
11321         
11322         Fix for bug #169901. Double click on links expands tree.
11323
11324 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11325
11326         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11327         hard-coded style. Fix for bug 170111
11328
11329 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11330
11331         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11332         locking.
11333
11334 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11335
11336         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11337
11338 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11339
11340         * pdf/ev-poppler.cc:
11341         * shell/ev-view.c: (highlight_find_results):
11342
11343         Fix find on single page documents
11344
11345 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11346
11347         * data/evince.schemas.in: fix for bug 301390
11348
11349 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11350
11351         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11352         (ev_view_zoom_out), (ev_view_zoom_normal):
11353         * shell/ev-view.h:
11354         * shell/ev-window.c: (update_action_sensitivity),
11355         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11356         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11357         (ev_window_cmd_view_normal_size):
11358
11359         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11360         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11361         better than oom. 
11362
11363 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11364
11365         * configure.ac:
11366
11367         Depend on 2.57, 2.59 doesnt seem to be necessary
11368
11369 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11370
11371         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11372         (create_tool_item):
11373
11374         Put back total number of pages as (1 of 1234)
11375
11376 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11377
11378         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11379         remove the job.
11380
11381         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11382         function.  This helps debugging.
11383
11384 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11385
11386         * djvu/djvu-document.c: (djvu_document_class_init),
11387         (djvu_document_get_info), (djvu_document_document_iface_init):
11388         * dvi/dvi-document.c: (dvi_document_class_init),
11389         (dvi_document_get_info), (dvi_document_document_iface_init):
11390
11391         Dummy implementation of get_info method for dvi and
11392         djvu. Fix crashes with those backends
11393
11394 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11395
11396         * data/evince.desktop.in:
11397
11398         Add application/x-gzpostscript
11399
11400 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11401
11402         * data/evince.schemas.in: Added real long descriptions, 
11403         closes bug 172496 
11404
11405         * README: Added actual text, closes bug 171869
11406
11407 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11408
11409         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11410
11411         Thumbnail page 0
11412
11413 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11414
11415         * backend/ev-document-info.h:
11416
11417         s/GDate */GDate so we can just use g_free
11418
11419 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11420
11421         * shell/ev-window.c: (update_document_mode),
11422         (ev_window_setup_document):
11423
11424         Show the window in fullscreen when specified by
11425         the document
11426
11427 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11428
11429         * backend/ev-document.c: (ev_document_class_init),
11430         (ev_document_get_info), (ev_document_render_pixbuf):
11431         * backend/ev-document.h:
11432         * backend/ev-page-cache.c: (_ev_page_cache_new):
11433         * pdf/ev-poppler.cc:
11434         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11435         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11436         * ps/ps-document.c: (ps_document_class_init), (document_load),
11437         (ps_document_get_info), (ps_document_document_iface_init):
11438
11439         Remove get_title from the interface, we can just use document info
11440
11441 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11442
11443         * backend/Makefile.am:
11444         * backend/ev-document.c: (ev_document_render_get_info):
11445         * backend/ev-document.h:
11446         * pdf/ev-poppler.cc:
11447
11448         Initial support for document info. Based on jrb patch.
11449
11450 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11451
11452         * shell/ev-window.c: (ev_window_state_event),
11453         (ev_window_class_init), (ev_window_init):
11454         
11455         Doesn't show resize grip when maximized. See bug #301053
11456
11457 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11458
11459         * po/POTFILES.in:
11460         
11461         ev-sidebar-thumbnails now has translatable labels
11462         
11463         * shell/Makefile.am:
11464         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11465         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11466         (ev_sidebar_links_page_iface_init):
11467         * shell/ev-sidebar-links.h:
11468         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11469         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11470         (ev_sidebar_page_get_label):
11471         * shell/ev-sidebar-page.h:
11472         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11473         (ev_sidebar_thumbnails_set_document),
11474         (ev_sidebar_thumbnails_support_document),
11475         (ev_sidebar_thumbnails_get_label),
11476         (ev_sidebar_thumbnails_page_iface_init):
11477         * shell/ev-sidebar-thumbnails.h:
11478         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11479         (ev_sidebar_set_document):
11480         * shell/ev-sidebar.h:
11481         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11482         
11483         Small rework of sidebar code. Now sidebar pages should implement
11484         EvSidebarPage interface. That makes page management in EvSidebar
11485         easier. See bug #164811 for details
11486
11487 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11488
11489         * shell/ev-application.c: (ev_application_open):
11490         * shell/ev-document-types.c:
11491         
11492         Fix build error and small problem with application exit
11493
11494 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11495
11496         * thumbnailer/Makefile.am:
11497         * thumbnailer/evince-thumbnailer-djvu.schemas:
11498         * thumbnailer/evince-thumbnailer-dvi.schemas:
11499         
11500         Conditionally install schemas for djvu/dvi thumbnailer
11501
11502 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11503
11504         * shell/ev-document-types.h: 
11505         * shell/ev-document-types.c: 
11506         New files, handling the mapping from mimetypes to backends
11507         
11508         * shell/ev-window.c: 
11509         * thumbnailer/evince-thumbnailer.c:     
11510         Use the ev-document-types code
11511         
11512         * shell/Makefile.am: 
11513         Added new convenience library libevbackendfactory_la, containing
11514         the new mimetype->backend logic; moved the backends into it.
11515
11516         * thumbnailer/Makefile.am:
11517         Make the thumbnailer link with the libevbackend.la convenience
11518         library, rather than having a duplicate of the backend logic here.
11519
11520 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11521
11522         * shell/ev-stock-icons.c: constify some vars.
11523         * shell/ev-window.c: ditto.
11524
11525 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11526
11527         * ps/ps-document.c (get_page_orientation):
11528
11529         Respect document orientation 
11530
11531 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11532
11533         * djvu/Makefile.am:
11534         * dvi/Makefile.am:
11535         * shell/Makefile.am:
11536         
11537         Move library dependencies to components.
11538         
11539         * shell/ev-window.c: (update_window_title),
11540         (start_loading_document):
11541         
11542         Fix display of uris with spaces. Bug 168358.
11543
11544 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11545
11546         * shell/ev-sidebar-links.c: (selection_changed_cb):
11547         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11548         (ev_view_button_release_event), (ev_view_set_document):
11549         * shell/ev-view.h:
11550         * shell/ev-window.c: (find_bar_search_changed_cb):
11551         * shell/ev-window.h: Minor cleanups removing some dead code.
11552
11553 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11554
11555         * backend/ev-page-cache.c: (_ev_page_cache_new):
11556         
11557         Set current page to 0 if document has pages.
11558
11559 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11560
11561         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11562
11563         Initialize GError to NULL, fix a crash when loading fails.
11564
11565 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11566
11567         * shell/ev-window.c: (update_view_size):
11568
11569         Calculate shadow size only when there is actually
11570         a shadow.
11571
11572 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11573
11574         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11575         * shell/ev-view.h:
11576
11577         Allow setting view spacing, default to 0
11578
11579         * shell/ev-window.c: (ev_window_unfullscreen),
11580         (ev_window_cmd_view_fullscreen), (ev_window_init):
11581
11582         Remove spacing in fullscreen mode
11583
11584 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11585
11586         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11587         (ev_view_size_request), (expose_bin_window),
11588         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11589         * shell/ev-view.h:
11590         * shell/ev-window.c: (ev_window_unfullscreen),
11591         (ev_window_cmd_view_fullscreen):
11592
11593         Do not draw the border in fulscreen
11594
11595 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11596
11597         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11598         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11599         (find_page_at_location), (page_changed_cb):
11600
11601         Rework border calculation, so that I can more easily disable it.
11602         Code somewhat cleaner too.
11603
11604 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11605
11606         * backend/ev-page-cache.c: (ev_page_cache_init),
11607         (_ev_page_cache_new):
11608
11609         Remove some assertions, documents can have 0 pages.
11610         Make initial current page -1.
11611
11612         * shell/ev-page-action.c: (page_changed_cb):
11613
11614         Show "" if current page is -1
11615
11616         * shell/ev-window.c: (update_action_sensitivity),
11617         (ev_window_setup_document):
11618
11619         When document has 0 pages do not set the view
11620         and make nearly everything insensitive.
11621
11622 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11623
11624         * shell/ev-page-view.c:
11625         * shell/ev-page-view.h:
11626
11627         Remove unused files.
11628         
11629         * shell/ev-sidebar-thumbnails.c:
11630         (ev_sidebar_thumbnails_set_document):
11631         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11632         (ev_sidebar_supports_document):
11633         * shell/ev-sidebar.h:
11634         * shell/ev-window.c: (ev_window_setup_document):
11635         
11636         Doesn't show thumbnails if document has 1 page. Make
11637         sidebar menu entries sensitive only if if they have 
11638         sense. Fix bug 164811. 
11639
11640 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11641
11642         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11643         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11644         (ev_view_zoom_out), (ev_view_set_size):
11645
11646         Rework sizing to deal with documents with not uniform page
11647         size.
11648
11649 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11650
11651         * backend/ev-page-cache.c: (_ev_page_cache_new):
11652
11653         Fix several page size caching bugs
11654
11655 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11656
11657         * shell/ev-window.c: (set_action_properties):
11658
11659         Make all toolbar items translatable
11660
11661 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11662
11663         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11664         (save_page_list), (ps_document_save),
11665         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11666         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11667         (ps_document_ps_exporter_iface_init):
11668         * ps/ps-document.h:
11669
11670         Based on a patch by J�rg Billeter <j@bitron.ch>
11671         
11672         Implement print and save a copy for the ps backend.
11673
11674 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11675
11676         * backend/ev-document.h:
11677         * djvu/djvu-document.c: (djvu_document_can_get_text),
11678         (djvu_document_document_iface_init):
11679         * dvi/dvi-document.c: (dvi_document_can_get_text),
11680         (dvi_document_document_iface_init):
11681         * pdf/ev-poppler.cc:
11682         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11683         (pixbuf_document_document_iface_init):
11684         * ps/ps-document.c: (ps_document_can_get_text),
11685         (ps_document_document_iface_init):
11686         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11687         * shell/ev-window.c: (update_action_sensitivity):
11688
11689         Fix the crash when trying to copy in backends that doesnt
11690         support it. We can implement a better solution once we
11691         do real text selection.
11692
11693 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11694
11695         * data/evince-ui.xml:
11696         * shell/ev-window.c: (ev_window_cmd_escape):
11697         
11698         Work around the Escape conflict (find bar and unfullscreen)
11699
11700 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11701
11702         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11703         
11704         Fix for #300233. Next page correctly handles document end.
11705         
11706         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11707         (ev_sidebar_thumbnails_class_init),
11708         (ev_sidebar_thumbnails_set_document),
11709         (ev_sidebar_thumbnails_clear_job),
11710         (ev_sidebar_thumbnails_clear_model):
11711         
11712         Cleanup thumbnail jobs on document changes.
11713         
11714         * shell/ev-view.c: (add_scroll_binding_keypad),
11715         (add_scroll_binding_shifted), (ev_view_class_init):
11716         
11717         Shift + Space scrolls up. Fix for #173184
11718         
11719         * shell/ev-window.c: (ev_window_open_page),
11720         (ev_window_cmd_view_reload):
11721         
11722         Fix reload (Bug #300094)
11723
11724 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11725
11726         
11727         * dvi/mdvi-lib/assoc.c:
11728         * dvi/mdvi-lib/assoc.h: Removed garbage files
11729         
11730         * dvi/mdvi-lib/bitmap.c:
11731         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11732         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11733         * dvi/mdvi-lib/color.h: Antialias of rules
11734         
11735         * dvi/mdvi-lib/common.h:
11736         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11737         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11738         * dvi/mdvi-lib/files.c:
11739         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11740         * dvi/mdvi-lib/mdvi.h:
11741         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11742         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11743         * dvi/mdvi-lib/util.c: Fix compile warnings
11744         
11745         * dvi/dvi-document.c:
11746         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11747         (dvi_document_thumbnails_get_thumbnail),
11748         (dvi_document_document_thumbnails_iface_init):
11749         * dvi/mdvi-lib/Makefile.am:
11750         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11751         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11752         
11753         Dvi backend now renders thumbnails
11754
11755 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11756
11757         * shell/main.c: (main): 
11758         
11759         Save accelerators on exit. Fixes bug #172095.
11760
11761 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11762
11763         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11764         update priority" comment.
11765
11766         * backend/ev-job-queue.c: Give a way to change priority.
11767
11768 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11769
11770         * shell/ev-page-action.c: Fix logic.
11771
11772 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11773
11774         * shell/ev-view.c: (ev_view_can_find_next):
11775         * shell/ev-window.c: (ev_window_setup_document):
11776
11777         Check that the document supports find
11778
11779 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11780
11781         * data/evince-ui.xml:
11782         * shell/ev-view.c: (ev_view_can_find_next):
11783         * shell/ev-view.h:
11784         * shell/ev-window.c: (update_action_sensitivity),
11785         (find_changed_cb), (ev_window_setup_document),
11786         (ev_window_cmd_edit_find_next):
11787
11788         Add Edit->Find Next
11789
11790 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11791
11792         * pdf/ev-poppler.cc:
11793         * shell/ev-print-job.c: (idle_print_handler):
11794
11795         Make printing work again
11796
11797 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11798
11799         * shell/ev-page-action.h:
11800         * shell/ev-page-action.c: (ev_page_action_widget_init),
11801         (ev_page_action_widget_class_init), (page_changed_cb),
11802         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11803         (get_filter_model_from_model), (match_selected_cb),
11804         (display_completion_text), (match_completion), (update_model),
11805         (connect_proxy), (ev_page_action_set_property),
11806         (ev_page_action_get_property), (ev_page_action_set_document),
11807         (ev_page_action_set_model), (ev_page_action_class_init): Big
11808         reworking to make completions work iff we have >= GTK-2.7.0
11809                 
11810         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11811         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11812         (job_finished_cb): We now have a 'model' property that is set when
11813         the links are loaded.  This can be caught with "notify::model"
11814
11815         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11816         listen for the model to be set, and propagate it to the action.
11817
11818 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11819
11820         * cut-n-paste/recent-files/egg-recent-item.c:
11821         (egg_recent_item_set_uri), (make_valid_utf8),
11822         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11823         * cut-n-paste/recent-files/egg-recent-item.h:
11824         
11825         Update egg-recent from libegg. This should fix long
11826         startup problem. For details see
11827         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11828
11829 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11830
11831         * cut-n-paste/recent-files/Makefile.am:
11832         * data/evince-ui.xml, shell/Makefile.am:
11833         * shell/ev-application.c, shell/ev-application.h:
11834         * shell/ev-window.c: Recent files support.
11835         
11836         * configure.ac: Added "ru" to ALL_LINGUAS.
11837         
11838         * dvju: new backend to support DJVU files.
11839         * dvi: new backend to support DVI.
11840
11841         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11842         * ev-application.c: Support for new backends.
11843         
11844         * help, ev-window.c, main.c shell/Makefile.am: 
11845         Evince user documentation.
11846
11847 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11848
11849         * po/POTFILES.in:
11850         * shell/ev-window.c:
11851         * thumbnailer/evince-thumbnailer.c:
11852
11853         s/pdf-document/ev-poppler
11854
11855 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11856
11857         * NEWS:
11858         * configure.ac:
11859
11860         Release 0.2.0
11861
11862         * ps/ps-document.c: (setup_pixmap):
11863
11864         Remove debug code
11865
11866 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11867
11868         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11869         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11870         (ev_window_cmd_go_first_page): Fix of by one errors.
11871
11872 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11873
11874         * ps/ps-document.c: (get_page_box):
11875
11876         Fix page size calculation
11877
11878 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11879
11880         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11881         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11882         (get_page_orientation), (setup_page), (document_load),
11883         (ps_document_get_page_size), (render_pixbuf_idle):
11884         * ps/ps-document.h:
11885
11886         More refactoring to adapt to EvDocument changes
11887
11888 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11889
11890         * ps/ps-document.c: (start_interpreter):
11891
11892         Actually add alpha args
11893
11894 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11895
11896         * pdf/ev-poppler.cc:
11897
11898         Make clipboard work again
11899
11900 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11901
11902         Make searching work again.
11903         
11904         * backend/ev-document.c:
11905         * backend/ev-document.h:
11906         * backend/ev-document-find.c:
11907         * backend/ev-document-find.h: Change EvDocumentIface so we no
11908         longer store the current page or zoom level in the document.  The
11909         consequence is that all calls that operate on the current page now
11910         instead take the page number as an extra argument, and all
11911         coordinates are now doubles in document coordinate system.
11912
11913         * pdf/ev-poppler.cc:
11914         * pixbuf/pixbuf-document.c:
11915         * ps/ps-document.c: Update backends accordingly.
11916
11917 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11918
11919         * autogen.sh:
11920
11921         Add required gettext version
11922
11923 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11924
11925         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11926         make F1 bring up non-existent help.
11927
11928         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11929         epiphany's find bar, #167477
11930
11931         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11932         <emil@nishra.com> to add space-bar scrolling, 
11933
11934         * shell/ev-window.c (static GtkActionEntry entries): add default
11935         keybinding for Help (F1)
11936         Fixes #171068
11937
11938         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11939         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11940         170110
11941
11942 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11943
11944         * Makefile.am: 
11945         * pixbuf/pixbuf-document.c: 
11946
11947         Got pixbuf backend working again
11948
11949 2005-04-01  Steve Murphy  <murf@e-tools.com>
11950
11951         * configure.in: Added "rw" to ALL_LINGUAS.
11952
11953 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11954
11955         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11956         model types, noticed by Martin Kretzschmar.
11957
11958 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11959
11960         * pdf/ev-poppler.cc: Implement search based on
11961         poppler_page_find_text().  Currently a bit crude since we remember
11962         all matches from all pages.  Also, we grab the big document lock
11963         when we search since searching changes the underlying stream and
11964         thus conflicts with the rendering thread.
11965         
11966         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11967         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11968         (ev_view_find_previous): Fix some page indexes to be 0 based,
11969         offset rubber band by view offset,
11970
11971 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11972
11973         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11974
11975 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11976
11977         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11978         completely because I didn't understand GtkActions.  I should
11979         read Marco's code more carefully in the future.
11980
11981         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11982         function
11983
11984 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11985
11986         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11987         PopplerRectangle change from poppler CVS.
11988
11989 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11990
11991         * backend/ev-document.c: (ev_document_get_page_label):
11992         * backend/ev-document.h:
11993         * backend/ev-page-cache.c: (_ev_page_cache_new),
11994         (ev_page_cache_get_page_label):
11995         * backend/ev-page-cache.h:
11996         * pdf/ev-poppler.cc:
11997         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11998         (links_page_num_func):
11999         * shell/ev-sidebar-thumbnails.c:
12000         (ev_sidebar_thumbnails_set_document):
12001         * shell/ev-view.c: (status_message_from_link),
12002         (ev_view_motion_notify_event):
12003         * shell/ev-window.c: (document_supports_sidebar): Add in page
12004         label support.  It's not perfect yet, but it's the first 'feature'
12005         in a while.
12006         Also, fix a bogus comment noticed by crispin. 
12007
12008 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12009
12010         * Makefile.am: Remove pixbuf backend for now
12011
12012         * configure.ac: Require poppler-glib instead of just poppler.
12013
12014         * backend/ev-document-thumbnails.h: Add a comment
12015
12016         * backend/ev-document.h:
12017         * backend/ev-document.c: (ev_document_class_init),
12018         (ev_document_load), (ev_document_get_link),
12019         (ev_document_get_links): Remove 3 methods and add get_links.
12020         Also, made 0 based.
12021
12022         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12023         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12024
12025         * backend/ev-link.c: (ev_link_set_title),
12026         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12027         (ev_link_mapping_find):
12028         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12029         
12030         * backend/ev-page-cache.c: (ev_page_cache_init),
12031         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12032         (ev_page_cache_get_size), (ev_page_cache_next_page),
12033         (ev_page_cache_prev_page): Fix to be 0 based.
12034
12035         * pdf/Makefile.am: 
12036         * pdf/ev-poppler.h:
12037         * pdf/ev-poppler.cc: New backend.
12038         
12039         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12040         (ps_document_get_page), (ps_document_document_iface_init):
12041
12042         * shell/ev-pixbuf-cache.h:
12043         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12044         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12045         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12046         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12047         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12048         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12049         based.
12050         
12051         * shell/ev-sidebar-thumbnails.c:
12052         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12053         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12054
12055         * shell/ev-view.c: (status_message_from_link),
12056         (find_page_at_location), (get_link_at_location),
12057         (ev_view_motion_notify_event), (ev_view_button_release_event),
12058         (ev_view_init): Use the new link code.  Fix to be 0 based.
12059
12060         * shell/ev-window.c: (update_action_sensitivity),
12061         (document_supports_sidebar): 0 based.
12062
12063 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12064
12065         * pdf/pdf-document.cc: Patch from Fernando Herrera
12066         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12067         *blush*
12068
12069 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12070
12071         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12072         1 to the page, as this seems to be 1 based.  I thought we has this
12073         fixed.  grump.
12074
12075 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12076
12077         * TODO:
12078         * backend/Makefile.am:
12079         * backend/ev-document-links.c:
12080         (ev_document_links_has_document_links),
12081         (ev_document_links_get_links_model):
12082         * backend/ev-document-links.h:
12083         * backend/ev-document.c: (ev_document_get_page_cache),
12084         (ev_document_get_doc_mutex), (ev_document_load),
12085         (ev_document_save), (ev_document_get_title),
12086         (ev_document_get_n_pages), (ev_document_set_page),
12087         (ev_document_get_page), (ev_document_set_target),
12088         (ev_document_set_scale), (ev_document_set_page_offset),
12089         (ev_document_get_page_size), (ev_document_get_text),
12090         (ev_document_get_link), (ev_document_render),
12091         (ev_document_render_pixbuf), (ev_document_scale_changed):
12092         * backend/ev-document.h:
12093         * backend/ev-job-queue.c: (remove_object_from_queue),
12094         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12095         (no_jobs_available_unlocked), (ev_render_thread),
12096         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12097         (ev_job_queue_remove_job):
12098         * backend/ev-job-queue.h:
12099         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12100         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12101         (ev_job_links_class_init), (ev_job_render_init),
12102         (ev_job_render_dispose), (ev_job_render_class_init),
12103         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12104         (ev_job_thumbnail_class_init), (ev_job_finished),
12105         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12106         (ev_job_render_run), (ev_job_thumbnail_new),
12107         (ev_job_thumbnail_run):
12108         * backend/ev-jobs.h:
12109         * backend/ev-link.c:
12110         * backend/ev-link.h:
12111         * backend/ev-page-cache.c: (ev_page_cache_init),
12112         (ev_page_cache_class_init), (ev_page_cache_finalize),
12113         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12114         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12115         (ev_page_cache_set_link), (ev_page_cache_get_title),
12116         (ev_page_cache_get_size), (ev_page_cache_next_page),
12117         (ev_page_cache_prev_page):
12118         * backend/ev-page-cache.h:
12119         * pdf/pdf-document.cc:
12120         * ps/gsdefaults.c:
12121         * ps/gsdefaults.h:
12122         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12123         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12124         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12125         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12126         (is_interpreter_ready), (output), (catchPipe), (input),
12127         (start_interpreter), (check_filecompressed), (compute_dimensions),
12128         (ps_document_enable_interpreter), (document_load),
12129         (ps_document_next_page), (render_page), (ps_document_set_page),
12130         (ps_document_set_scale), (render_pixbuf_idle),
12131         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12132         * ps/ps-document.h:
12133         * shell/Makefile.am:
12134         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12135         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12136         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12137         (ev_pixbuf_cache_new), (job_finished_cb),
12138         (check_job_size_and_unref), (move_one_job),
12139         (ev_pixbuf_cache_update_range), (find_job_cache),
12140         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12141         (ev_pixbuf_cache_add_jobs_if_needed),
12142         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12143         * shell/ev-pixbuf-cache.h:
12144         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12145         (idle_print_handler):
12146         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12147         (selection_changed_cb), (create_loading_model),
12148         (ev_sidebar_links_construct), (links_page_num_func),
12149         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12150         (update_page_callback), (job_finished_cb),
12151         (ev_sidebar_links_set_document):
12152         * shell/ev-sidebar-thumbnails.c:
12153         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12154         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12155         (page_changed_cb), (thumbnail_job_completed_callback),
12156         (ev_sidebar_thumbnails_set_document):
12157         * shell/ev-sidebar-thumbnails.h:
12158         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12159         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12160         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12161         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12162         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12163         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12164         (ev_view_button_release_event), (ev_view_scroll_view),
12165         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12166         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12167         (ev_view_new), (job_finished_cb), (page_changed_cb),
12168         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12169         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12170         (ev_view_find_previous):
12171         * shell/ev-view.h:
12172         * shell/ev-window.c: (update_action_sensitivity),
12173         (ev_window_open_page), (update_window_title), (update_total_pages),
12174         (page_changed_cb), (ev_window_setup_document),
12175         (password_dialog_response), (ev_window_cmd_save_as),
12176         (ev_window_print), (ev_window_cmd_go_previous_page),
12177         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12178         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12179         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12180         * shell/main.c: (main):
12181
12182         Merge evince-threads branch
12183
12184 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12185
12186         * configure.ac: Added "lt" to ALL_LINGUAS.
12187
12188 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12189
12190         * NEWS:
12191         * configure.ac:
12192
12193         Release 0.1.9
12194
12195 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12196
12197         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12198
12199         Fix here also the thumbnails 1-basedness :)
12200
12201 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12202
12203         * NEWS:
12204         * configure.ac:
12205
12206         Release 0.1.8
12207
12208 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12209
12210         * pdf/pdf-document.cc:
12211         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12212         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12213
12214         Fix the mess we did with thumbnails and 1-basedness
12215
12216 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12217
12218         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12219
12220 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12221
12222         * NEWS:
12223         * configure.ac:
12224
12225         Release 0.1.7
12226
12227 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12228
12229         * ps/Makefile.am:
12230         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12231         (gtk_gs_defaults_get_alpha_parameters),
12232         (gtk_gs_defaults_get_ungzip_cmd),
12233         (gtk_gs_defaults_get_unbzip2_cmd):
12234         * ps/gsdefaults.h:
12235         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12236         (ps_document_get_orientation), (document_load),
12237         (ps_document_goto_page), (ps_document_set_page_size):
12238         * ps/ps-document.h:
12239
12240         Some more sanitization of the ps backend. Remove a lot
12241         of unused code and do not base our defaults on ggv
12242         preferences (ugh!)
12243
12244 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12245
12246         * thumbnailer/evince-thumbnailer.schemas:
12247         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12248         (main): add -s option for thumbnail size.
12249
12250 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12251
12252         * configure.ac:
12253
12254         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12255         remove it.
12256
12257 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12258
12259         * pdf/pdf-document.cc:
12260
12261         Remove 4 pixels of useless border from the
12262         thumbnail.
12263
12264 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12265
12266         * backend/ev-document-thumbnails.c:
12267         (ev_document_thumbnails_get_thumbnail):
12268         * backend/ev-document-thumbnails.h:
12269
12270         Rework API a bit. Add a border flag and
12271         change sizing logic (now the size we specify
12272         applies to the bigger dimension).
12273
12274         * pdf/pdf-document.cc:
12275         * pixbuf/pixbuf-document.c:
12276         (pixbuf_document_thumbnails_get_thumbnail):
12277         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12278         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12279
12280         Adapt to the new API and do not draw a border for nautilus
12281         thumbnailer.
12282
12283 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12284
12285         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12286         take thumbnails from page "0" instead of "1". Added a copyright header.
12287
12288 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12289
12290         * ps/ps-document.c: (set_up_page), (start_interpreter):
12291
12292         Make it C89 compliant
12293
12294 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12295
12296         * Makefile.am:
12297         * configure.ac:
12298         * pdf/.cvsignore:
12299         * pdf/pdf-document.cc:
12300         * thumbnailer/Makefile.am:
12301         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12302         (main):
12303         * thumbnailer/evince-thumbnailer.schemas:
12304         * thumbnailer/pdf-icon.png:
12305
12306         Add a nautilus thumbnailer.
12307         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12308
12309 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12310
12311         * NEWS:
12312         * configure.ac:
12313         * po/POTFILES.in:
12314
12315         Release 0.1.6
12316
12317 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12318
12319         Use poppler instead of including xpdf source code.  Poppler is a
12320         fork of xpdf to build it as a shared library. See
12321         http://freedesktop.org/wiki/Software/poppler.
12322
12323         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12324         xpdf fork.
12325         
12326         * pdf/Makefile.am: Build libpdfdocument.a here.
12327         
12328         * pdf/GDKSplashOutputDev.cc:
12329         * pdf/GDKSplashOutputDev.h:
12330         * pdf/GnomeVFSStream.cc:
12331         * pdf/GnomeVFSStream.h:
12332         * pdf-document.cc:
12333         * pdf-document.h:
12334         * test-gdk-output-dev.cc
12335         * Thumb.cc:
12336         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12337         against poppler.
12338
12339 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12340
12341         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12342
12343         Clear idle stack before unsetting the document
12344
12345 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12346
12347         * ps/ps-document.c: (ps_document_widget_event),
12348         (ps_document_set_target), (ps_document_finalize),
12349         (ps_document_get_page):
12350
12351         Disconnect the widget event signal on finalize.
12352         Some code cleanups.
12353
12354 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12355
12356         * ps/ps-document.c: (set_up_page):
12357
12358         If there is no bpixmap create one, even if size
12359         is not changed.
12360
12361 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12362
12363         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12364         (set_up_page), (document_load), (ps_document_set_zoom):
12365
12366         Default page is 0. Calculate size even when we have no
12367         target yet.
12368
12369 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12370
12371         * shell/ev-sidebar.c: expand the selection widget to be always as
12372         wide as the sidebar
12373
12374 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12375
12376         * shell/ev-sidebar-thumbnails.c:
12377         (ev_sidebar_thumbnails_set_document):
12378
12379         Clear the list store when setting document
12380
12381 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12382
12383         * shell/ev-page-action.c: (update_entry), (sync_entry),
12384         (activate_cb), (entry_size_request_cb), (create_tool_item),
12385         (connect_proxy):
12386
12387         Use an entry for the page control instead of spinbuttons
12388
12389 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12390
12391         * data/evince.schemas.in:
12392
12393         Correct confusing string
12394
12395 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12396
12397         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12398         for real.  Gosh, how long has this been broken.
12399
12400         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12401         check for a NULL link.  We crash otherwise.
12402
12403 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12404
12405         * NEWS:
12406         * configure.ac:
12407
12408         Release 0.1.5
12409
12410 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12411
12412         * configure.ac: add the french translation.
12413
12414 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12415
12416         * shell/ev-window.c:
12417
12418         Remove unused header -> fix distcheck
12419
12420 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12421
12422         * shell/ev-window.c: (update_window_title),
12423         (ev_window_popup_password_dialog):
12424
12425         Unescape filename for display
12426
12427 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12428
12429         * pdf/xpdf/pdf-document.cc:
12430
12431         In get_page_size deal with rotation. Also
12432         cleanup the function a bit.
12433
12434 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12435
12436         * pdf/xpdf/pdf-document.cc:
12437
12438         Fix crash when opening in new window
12439
12440 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12441
12442         * configure.ac:
12443
12444         Check ghostscript >= 7
12445
12446 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12447
12448         * shell/ev-window.c:
12449
12450         Make page width the default sizing mode
12451
12452 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12453         Marco Pesenti Gritti <marco@gnome.org>
12454
12455         * shell/ev-window.c: Remember the sidebar size
12456
12457         * data/evince.schemas.in: Add a new gconf key to store the size of
12458         the sidebar
12459
12460 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12461
12462         * data/evince-ui.xml:
12463         * shell/ev-window.c: (update_action_sensitivity),
12464         (ev_window_cmd_view_reload):
12465         
12466         Add a "Reload" action and menu entry
12467
12468 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12469
12470         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12471         iff the type doesn't support thumbnailing and indexing.
12472
12473 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12474
12475         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12476
12477 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12478
12479         * pdf/splash/Splash.cc:
12480
12481         Port fix for a crasher from kde bug
12482         http://bugs.kde.org/show_bug.cgi?id=97131
12483
12484 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12485
12486         * pdf/xpdf/pdf-document.cc:
12487
12488         Return a link even if it's of an unrecognized
12489         type. Otherwise we go in an infinte cycle.
12490
12491 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12492
12493         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12494         (size_allocate_cb), (ev_window_set_sizing_mode):
12495
12496         Update size when switching mode
12497
12498 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12499
12500         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12501         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12502         (ev_window_cmd_view_normal_size):
12503
12504         Fix size toggle buttons behavior
12505
12506 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12507
12508         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12509         (doc_rect_to_view_rect), (ev_view_size_allocate),
12510         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12511         (scale_changed_callback):
12512
12513         Do not cache offsets in size_allocate.
12514
12515 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12516
12517         * shell/ev-view.c: (ev_view_size_allocate):
12518
12519         Calculate offsets before calling the parent
12520         class (which does a redraw)
12521
12522 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12523
12524         * pdf/xpdf/pdf-document.cc:
12525
12526         Fix a crasher on exit. Unused code, put a TODO
12527
12528 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12529
12530         * backend/ev-document.c: (ev_document_class_init),
12531         (ev_document_page_changed), (ev_document_scale_changed):
12532         * backend/ev-document.h:
12533
12534         Separate page/scale notifications
12535
12536         * pdf/xpdf/pdf-document.cc:
12537
12538         Emit the new signals.
12539         Do not display the pdf page in _render, do it
12540         when scale/page are requested.
12541
12542         * ps/ps-document.c: (ps_document_set_zoom),
12543         (ps_document_widget_event):
12544         * ps/ps-document.h:
12545
12546         Emit the new signals.
12547
12548         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12549         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12550         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12551         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12552         * shell/ev-view.h:
12553         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12554         (ev_window_cmd_view_page_width), (size_allocate_cb),
12555         (ev_window_set_sizing_mode):
12556
12557         Rework sizing to be pixel based.
12558         There are bugs but should be already way better.
12559
12560 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12561
12562         * shell/ev-window.c: (ev_window_init):
12563
12564         Do not allow to shrink sidebar smaller then
12565         child requisition
12566
12567 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12568
12569         * shell/ev-sidebar.[ch]
12570         * shell/ev-window.c:
12571
12572         Improved sidebar widget. Fixes #166683
12573
12574 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12575
12576         * shell/ev-view.c (update_find_status_message): Give translators
12577         more flexibility with ngettext plural handling.
12578
12579 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12580
12581         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12582         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12583         page when we get the page size.
12584
12585 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12586
12587         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12588
12589         ps pages are 0 based, convert 
12590
12591 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12592
12593         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12594
12595         Initialize correct parent class. Set GError on document load
12596
12597 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12598
12599         * pdf/xpdf/pdf-document.cc:
12600
12601         Fixup selection offset calculation
12602
12603         * shell/ev-view.c: (view_rect_to_doc_rect),
12604         (doc_rect_to_view_rect), (ev_view_size_allocate),
12605         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12606         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12607
12608         Store selection as document relative, so that zooming
12609         and offset changing doesnt break it.
12610
12611 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12612
12613         * shell/ev-view.c: (ev_view_best_fit):
12614
12615         Do not try to best fit if the view is not realized
12616
12617 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12618           
12619         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12620
12621 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12622
12623         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12624
12625 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12626
12627         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12628         the popup window.  That prevents it resizing when in full screen
12629         mode.
12630
12631         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12632         multiple rerenders.  This pretty much sucks.
12633
12634         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12635         rest of the toolbar.
12636
12637 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12638
12639         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12640
12641 2005-02-17  Alexander Shopov  <ash@contact.bg>
12642
12643         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12644
12645 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12646
12647         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12648
12649 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12650
12651         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12652         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12653         (set_document_page), (document_changed_callback),
12654         (ev_view_set_document), (ev_view_find_previous),
12655         (ev_view_hide_cursor), (ev_view_show_cursor):
12656         * shell/ev-view.h:
12657         * shell/ev-window.c: (update_chrome_visibility),
12658         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12659         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12660         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12661         (ev_window_unfullscreen):
12662         * shell/main.c: (main):
12663
12664         Automatically hide the fullscreen button.
12665         Patch by Kristian Høgsberg <krh@redhat.com>
12666
12667 2005-02-16  Vincent Noel  <vnoel@cox.net>
12668
12669         * shell/main.c (main): Specify an icon for the window. Patch by
12670         Jaap A. Haitsma. Fixes #166177.
12671
12672 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12673
12674         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12675
12676 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12677
12678         * backend/ev-document-misc.h:
12679         * backend/ev-document-misc.c:
12680         (ev_document_misc_get_page_border_size),
12681         (ev_document_misc_paint_one_page): New function to canonicalize
12682         sizing/painting a border.
12683
12684         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12685         used.
12686
12687         * pdf/xpdf/pdf-document.cc: use new function
12688
12689         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12690         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12691         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12692         shell/ev-window.c: (update_sizing_buttons),
12693         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12694         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12695         (ev_window_cmd_view_page_width), (size_allocate_cb),
12696         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12697         and "fit width" values act as toggle buttons so they stay
12698         toggled.  It's not 100% perfect, and it's a little slow, but it's
12699         good enough to commit I think.
12700
12701 2005-02-15  David Lodge  <dave@cirt.net>
12702
12703         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12704
12705 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12706
12707         * shell/ev-window.c (update_window_title): replace newlines in
12708         the title by spaces. Bug #166107.
12709
12710 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12711
12712         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12713         parameters providing allocation width and height without
12714         scrollbars and width of a possible vertical scrollbar. With this
12715         additional information the functions can work as
12716         intended. Unfortunately they're not idempotent. We should
12717         transform these commands to toggles. Fixes Bug #164976
12718         Initial patch by Stephane Loeuillet, then heavily modified.
12719
12720         * shell/ev-view.h: update prototypes.
12721
12722         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12723         (ev_window_cmd_view_page_width): provide EvView fit functions with
12724         all the information they need. Formulas to calculate this
12725         information taken from GtkScrolledWindow.
12726
12727 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12728
12729         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12730         created a thumbnail, the list store is updated to know
12731         that the thumbnail is set. Fixes bug #166792
12732
12733 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12734
12735         * shell/ev-window.c: fixed typo, closes bug 166897
12736
12737         * TODO: updated TODO with bug numbers that are relevant
12738
12739 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12740
12741         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12742
12743 2005-02-09  Vincent Noel  <vnoel@cox.net>
12744
12745         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12746         and "Next" toolbar buttons as important to make them stand out.
12747
12748 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12749
12750         * lib/ev-debug.c:
12751         * lib/ev-debug.h:
12752         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12753         (start_interpreter), (stop_interpreter), (document_load),
12754         (ps_document_next_page), (ps_document_goto_page),
12755         (ps_document_set_page_size), (ps_document_widget_event),
12756         (ps_document_render):
12757         * shell/ev-page-view.c: (ev_page_view_dispose):
12758         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12759
12760         Fix compilation on non-gcc platforms
12761
12762 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12763
12764         * NEWS:
12765         * configure.ac:
12766
12767         Release 0.1.4
12768
12769         * pdf/xpdf/Catalog.cc:
12770         * pdf/xpdf/XRef.cc:
12771
12772         Fix the fix for CAN-2004-0888
12773
12774 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12775
12776         * data/Makefile.am:
12777         * data/evince-ui.xml:
12778         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12779         * shell/ev-stock-icons.h:
12780         * shell/ev-window.c: (update_action_sensitivity),
12781         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12782         (set_action_properties):
12783
12784         Improve toolbar layout/icons
12785
12786 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12787
12788         * pdf/xpdf/pdf-document.cc:
12789
12790         Add warnings about unimplemented/unknown link
12791         types.
12792
12793 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12794
12795         * ps/ps-document.c: (set_up_page):
12796
12797         Log gs property
12798
12799 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12800
12801         * ps/ps-document.c: (start_interpreter):
12802
12803         Log gs env var
12804
12805 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12806
12807         * shell/ev-page-view.c: (ev_page_view_dispose):
12808         * shell/ev-view.c: (ev_view_finalize):
12809         * shell/ev-window.c: (ev_window_setup_document),
12810         (ev_window_dispose), (ev_window_init):
12811
12812         Solve more refs issues.
12813
12814         I commented out the page_view initialization for now:
12815         it was never destroyed (because it's never added
12816         to a container). Because of that we was leaking
12817         gs processes. Couldnt think to a clean fix.
12818         We need to figure this out, password view has the
12819         same issue probably.
12820
12821 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12822
12823         * ps/ps-document.c: (ps_document_finalize),
12824         (ps_document_get_n_pages), (ps_document_get_page):
12825
12826         Some cleanups, stop the interpreter on finalize
12827
12828         * shell/ev-page-view.c: (ev_page_view_dispose),
12829         (ev_page_view_class_init):
12830
12831         Release our reference on the document
12832
12833 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12834
12835         * Makefile.am:
12836         * configure.ac:
12837         * doc/debugging.txt:
12838         * lib/.cvsignore:
12839         * lib/Makefile.am:
12840         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12841         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12842         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12843         * lib/ev-debug.h:
12844
12845         Add debugging helpers
12846
12847         * ps/Makefile.am:
12848         * ps/ps-document.c: (set_up_page), (start_interpreter),
12849         (stop_interpreter), (document_load), (ps_document_next_page),
12850         (ps_document_goto_page), (ps_document_set_page_size),
12851         (ps_document_widget_event), (ps_document_render):
12852         * shell/Makefile.am:
12853         * shell/ev-view.c: (expose_bin_window):
12854         * shell/main.c: (main):
12855
12856         Add some logs
12857         
12858 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12859
12860         * ps/ps-document.c: (ps_document_widget_event):
12861
12862         Initialize message_window, this should make ps
12863         rendering really work! (Never noticed because I was
12864         testing with a ps that is causing gs to exit every time!)
12865
12866 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12867
12868         * data/evince.schemas.in: updated simple error in applyto closing tag
12869
12870 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12871
12872         * Makefile.am:
12873         * configure.ac:
12874         * data/.cvsignore:
12875         * data/Makefile.am:
12876         * data/evince-ui.xml:
12877         A data/evince.schemas.in:
12878         * po/POTFILES.in:
12879         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12880         * shell/ev-stock-icons.h:
12881         * shell/ev-window.c: (update_chrome_visibility),
12882         (update_chrome_flag), (ev_window_cmd_edit_find),
12883         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12884         (ev_window_unfullscreen), (ev_window_focus_in_event),
12885         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12886         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12887         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12888         (ev_window_dispose), (ev_window_class_init),
12889         (set_action_properties), (set_chrome_actions), (load_chrome),
12890         (ev_window_init):
12891
12892         Implement fullscreen mode changes from bug #164776.
12893         Also implement persistent chrome toggles.
12894
12895 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12896
12897         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12898
12899 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12900
12901         * NEWS:
12902         * configure.ac:
12903         * shell/ev-view.c:
12904
12905         Add another check for find interface
12906
12907         Release 0.1.3
12908
12909 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12910
12911         * shell/ev-application.c: (ev_application_open):
12912         * shell/ev-window.c: (ev_window_open):
12913
12914         Open gzipped ps documents
12915
12916 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12917
12918         * TODO:
12919         * shell/ev-view.c: (set_document_page):
12920
12921         Clamp page number, dont try to move to
12922         not existant pages.
12923
12924 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12925
12926         * backend/ev-document-find.c: (ev_document_find_changed):
12927         * backend/ev-document-find.h:
12928         * pdf/xpdf/pdf-document.cc:
12929         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12930         * shell/ev-window.c: (find_bar_search_changed_cb):
12931
12932         Fix several bugs with find
12933
12934 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12935
12936         * shell/ev-sidebar-thumbnails.c
12937         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12938         document. Prevents warning from scroll_to_cell.
12939
12940 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12941
12942         * configure.ac: Add «nb» to ALL_LINGUAS too.
12943
12944 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12945
12946         * NOTES: New file with some random thoughts.
12947
12948         * TODO: Update.
12949
12950         * backend/ev-document-misc.c:
12951         (ev_document_misc_get_page_border_size): New function to
12952         canonicalize shadow drawing sizes.  Possibly goofy.
12953
12954         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12955         (ev_view_best_fit), (ev_view_fit_width):
12956         * pdf/xpdf/pdf-document.cc:
12957         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12958         * ps/ps-document.c: (ps_document_get_page_size):
12959         * backend/ev-document-misc.h:
12960         * backend/ev-document.c: (ev_document_get_page_size):
12961         * backend/ev-document.h: get_page_size now takes a page number
12962         parameter.  Made all the backends/frontends honor it.
12963
12964         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12965         see.  Doesn't work yet.
12966
12967         * shell/Makefile.am:
12968         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12969         Doesn't do anything yet.
12970
12971         * shell/ev-sidebar-thumbnails.c:
12972         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12973         [0..n_pages-1]
12974
12975         * shell/ev-window.c: (update_action_sensitivity),
12976         (ev_window_setup_document), (ev_window_set_page_mode),
12977         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12978         view-swapping code a bit so we can have multiple views on a
12979         document.  Add the multi-page view, though it can't be turned on
12980         yet.
12981
12982 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12983
12984         * shell/ev-application.c: (ev_application_open):
12985         * shell/ev-view.c: (expose_bin_window):
12986         * shell/ev-window.c: (ev_window_open):
12987
12988         Support eps and check document supports find
12989         before drawing highlightings in expose.
12990
12991 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12992
12993         * pixbuf/pixbuf-document.c:
12994         (pixbuf_document_thumbnails_get_dimensions),
12995         (pixbuf_document_document_thumbnails_iface_init):
12996
12997         implement get_dimensions
12998
12999 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13000
13001         * NEWS:
13002         * configure.ac:
13003
13004         Release 0.1.2
13005
13006 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13007
13008         * shell/ev-view.c: (set_document_page):
13009
13010         Scroll at the top of the page when changing page
13011
13012 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13013
13014         * shell/ev-view.c: (ev_view_motion_notify_event):
13015
13016         Do not redraw unnecessarily
13017
13018 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13019
13020         * pdf/xpdf/pdf-document.cc:
13021         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13022         (expose_bin_window), (find_changed_cb):
13023
13024         Yay! find works now... Now to find bugs...
13025
13026 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13027
13028         * backend/ev-document-find.c: (ev_document_find_base_init),
13029         (ev_document_find_changed):
13030         * backend/ev-document-find.h:
13031         * pdf/xpdf/pdf-document.cc:
13032         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13033         (expose_bin_window), (ev_view_init), (set_document_page),
13034         (ensure_rectangle_is_visible), (jump_to_find_result),
13035         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13036         (ev_view_find_next), (ev_view_find_previous):
13037         * shell/ev-view.h:
13038         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13039
13040         More work on find implementation, mostly there now
13041
13042 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13043
13044         * backend/ev-backend-marshalers.list:
13045         * backend/ev-document-find.c: (ev_document_find_base_init),
13046         (ev_document_find_cancel), (ev_document_find_page_has_results),
13047         (ev_document_find_get_n_results), (ev_document_find_get_result),
13048         (ev_document_find_get_progress), (ev_document_find_changed):
13049         * backend/ev-document-find.h:
13050
13051         Enanche the find interface to be really able to do
13052         multi page find.
13053
13054         * pdf/xpdf/pdf-document.cc:
13055
13056         Implement
13057
13058         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13059         (expose_bin_window), (ev_view_init),
13060         (ev_view_get_find_status_message), (find_changed_cb),
13061         (ev_view_set_document), (set_document_page):
13062
13063         Adapt to the new interface. A few things are regressed sorry,
13064         I will finish it soon.
13065
13066 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13067
13068         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13069         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13070         ev_sidebar_thumbnails_parent_class variable, don't define another
13071         parent_class variable.
13072
13073         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13074         (ev_page_action_class_init): ditto.
13075
13076         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13077         (pixbuf_document_class_init): ditto.
13078
13079         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13080         ditto.
13081
13082         * .cvsignore: ignore various valgrind output files.
13083
13084 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13085
13086         * data/evince-ui.xml:
13087         * shell/Makefile.am:
13088         * shell/ev-history.c:
13089         * shell/ev-history.h:
13090         * shell/ev-navigation-action.c:
13091         * shell/ev-navigation-action.h:
13092         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13093         (ev_view_set_page), (ev_view_fit_width):
13094         * shell/ev-view.h:
13095         * shell/ev-window.c: (update_action_sensitivity),
13096         (ev_window_setup_document), (register_custom_actions):
13097
13098         Kill session history
13099
13100 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13101
13102         * shell/ev-window.c: (update_action_sensitivity):
13103
13104         Fix inverted up/down buttons
13105
13106 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13107
13108         * shell/ev-sidebar-thumbnails.c
13109         (ev_sidebar_thumbnails_select_page): make sure the selected
13110         thumbnail stays visible.
13111
13112 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13113
13114         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13115         scrolled window for Federico.
13116
13117 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13118
13119         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13120
13121 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13122
13123         * configure.ac:
13124         * pdf/splash/SplashFTFontEngine.cc:
13125
13126         Fix CID fonts with freetype 2.1.9
13127
13128 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13129
13130         * TODO: added item for desktop icon thumbnailer
13131
13132 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13133
13134         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13135         unloaded docs when the title is accessed.
13136
13137         * shell/ev-password-view.[hc]: New widget for displaying password
13138         state.
13139
13140         * shell/ev-window.[ch]: Refactor password handling code to handle
13141         the new view.
13142
13143 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13144
13145         * NEWS:
13146         * configure.ac:
13147         * data/Makefile.am:
13148
13149         Release 0.1.1
13150
13151 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13152
13153         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13154         ignore page offset here, to make search results independent of it,
13155
13156         * shell/ev-view.c (expose_bin_window): but take offsets into
13157         account here. Bug #164932
13158
13159         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13160         scale at the right time. Bug #164996
13161
13162 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13163
13164         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13165         fix the problem. Now I just removed the Adobe font names and hope
13166         that the URW fonts are always in outline format. Bug #164934
13167
13168         * shell/ev-window.c (update_window_title): empty titles are
13169         useless, use filename in that case too.
13170
13171         * NEWS: Add some content.
13172
13173 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13174
13175         * TODO: added one more TODO item and a TODONE section :)
13176
13177 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13178
13179         * ps/ps-document.h: add page_[xy]_offset fields.
13180
13181         * ps/ps-document.c (ps_document_set_page_offset)
13182         (ps_document_render): Keep offset in consideration in a few
13183         places. Bug #164752 "postscript documents are not centered in
13184         window"
13185
13186         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13187         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13188
13189         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13190         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13191         stub out missing methods for complete EvDocument implementation.
13192         Fixes segfaults with Save A Copy and Copy actions.
13193
13194         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13195         (ps_document_document_iface_init): ditto.
13196         
13197 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13198
13199         * data/.cvsignore:
13200         * data/Makefile.am:
13201         * data/evince.desktop.in:
13202
13203         Add desktop file
13204
13205 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13206
13207         * shell/ev-view.c: (ev_view_button_press_event),
13208         (ev_view_motion_notify_event):
13209
13210         Make selection work in any direction
13211
13212 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13213
13214         * TODO:
13215         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13216
13217         Use shorter labels for some of the toolbars items
13218
13219 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13220
13221         * pdf/xpdf/pdf-document.cc:
13222
13223         Check the links info is initialized before
13224         using it. Should fix a crash on startup.
13225
13226 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13227
13228         * pixbuf/pixbuf-document.c
13229         (pixbuf_document_thumbnails_get_dimensions): force floating point
13230         division to calculate page_ratio. Fixes crash with landscape
13231         format pixbufs.
13232
13233 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13234
13235         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13236
13237 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13238
13239         * shell/ev-view.c (set_document_page): unset has_selection when
13240         the page changes.
13241         (set_document_page): handle paper size changes when the page
13242         changes (test with Free Culture, page 2).
13243
13244 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13245
13246         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13247         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13248
13249         Use normal style color for the widget background and
13250         draw a black box around the page.
13251
13252 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13253
13254         * pdf/xpdf/pdf-document.cc:
13255
13256         Keep offset in consideration in a few places
13257
13258         * shell/ev-view.c: (expose_bin_window):
13259
13260         Set the offsets so that the document is ever centered
13261
13262 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13263
13264         * TODO: Added TODO items and finished off the first todo item
13265
13266         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13267         reflect current authors
13268
13269 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13270
13271         * pdf/xpdf/pdf-document.cc:
13272         * shell/ev-view.c: (ev_view_set_cursor),
13273         (ev_view_motion_notify_event), (document_changed_callback),
13274         (set_document_page):
13275
13276         Show a wait cursor while the page is rendering
13277
13278 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13279
13280         * shell/ev-sidebar-thumbnails.c:
13281         (ev_sidebar_tree_selection_changed),
13282         (ev_sidebar_thumbnails_select_page):
13283         * shell/ev-sidebar-thumbnails.h:
13284         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13285         (ev_view_can_go_forward):
13286         * shell/ev-window.c: (ev_window_open_page),
13287         (ev_window_setup_document), (update_current_page),
13288         (view_page_changed_cb), (ev_window_init):
13289         * shell/ev-window.h:
13290
13291         Ensure thumbnails selection, toolbar page control and
13292         current page are in sync.
13293
13294 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13295
13296         * pdf/xpdf/XRef.cc:
13297
13298         Fix CAN-2005-0064
13299
13300 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13301
13302         * backend/Makefile.am:
13303         * backend/ev-document-links.h:
13304         * backend/ev-document-security.c: (ev_document_security_get_type),
13305         (ev_document_security_has_document_security),
13306         (ev_document_security_set_password):
13307         * backend/ev-document-security.h:
13308         * backend/ev-document.c: (ev_document_error_quark):
13309         * backend/ev-document.h:
13310         * data/Makefile.am:
13311         * data/evince-password.glade:
13312         * pdf/xpdf/pdf-document.cc:
13313         * shell/Makefile.am:
13314         * shell/ev-password.c: (ev_password_set_bad_password_label),
13315         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13316         (ev_password_dialog_get_password),
13317         (ev_password_dialog_set_bad_pass):
13318         * shell/ev-password.h:
13319         * shell/ev-window.c: (ev_window_get_attribute),
13320         (ev_window_set_property), (update_action_sensitivity),
13321         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13322         (ev_window_setup_document), (ev_window_get_password),
13323         (ev_window_open), (ev_window_cmd_save_as),
13324         (using_postscript_printer), (ev_window_print),
13325         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13326         (update_fullscreen_popup), (ev_window_fullscreen),
13327         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13328         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13329         (menu_item_select_cb), (find_bar_search_changed_cb),
13330         (ev_window_dispose), (ev_window_init):
13331
13332         Add initial support for password-supported dialogs.  This could be
13333         a lot cooler, but it'll do for now.
13334
13335 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13336
13337         * pdf/xpdf/pdf-document.cc:
13338         * shell/ev-view.c: (status_message_from_link),
13339         (ev_view_set_status), (ev_view_set_cursor),
13340         (ev_view_motion_notify_event), (ev_view_init):
13341         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13342
13343         Fix bugs in the links implementation and change cursor
13344         when hovering a link.
13345
13346 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13347
13348         * viewer/.cvsignore: added cvsignore file for viewer directory
13349
13350         * TODO: created TODO document
13351
13352 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13353
13354         * shell/ev-view.h:
13355         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13356         new functions to help with implementation of sensitivity code
13357         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13358         of all actions that might require it.  Fixes a crash when you
13359         click on the Zoom actions in a window lacking a document.
13360
13361 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13362
13363         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13364         of the Find action
13365
13366 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13367
13368         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13369         (pixbuf_document_document_iface_init):
13370         * ps/ps-document.c: (ps_document_get_link),
13371         (ps_document_document_iface_init):
13372         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13373         (status_message_from_link), (ev_view_set_status),
13374         (ev_view_set_find_status), (ev_view_motion_notify_event),
13375         (ev_view_button_release_event), (ev_view_set_property),
13376         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13377         (ev_view_get_find_status_message), (update_find_results),
13378         (ev_view_get_status), (ev_view_get_find_status):
13379         * shell/ev-view.h:
13380         * shell/ev-window.c: (view_status_changed_cb),
13381         (view_find_status_changed_cb), (ev_window_init):
13382
13383         View status message support, use it to show the links.
13384         Needs work...
13385
13386 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13387
13388         * backend/ev-document.c: (ev_document_get_link):
13389         * backend/ev-document.h:
13390         * pdf/xpdf/pdf-document.cc:
13391         * shell/ev-application.c: (ev_application_open):
13392         * shell/ev-application.h:
13393         * shell/ev-sidebar-links.c: (selection_changed_cb):
13394         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13395         (ev_view_go_to_link):
13396
13397         Add support for document links
13398
13399 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13400
13401         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13402         (create_tool_item):
13403         Set the spin button limits correctly.
13404         
13405         * shell/ev-sidebar-thumbnails.c:
13406         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13407         Support changing pages by clicking on the thumbnails.
13408         
13409 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13410
13411         * pixbuf/pixbuf-document.c:
13412         (pixbuf_document_thumbnails_get_dimensions),
13413         (pixbuf_document_document_thumbnails_iface_init):
13414
13415         implement get_dimensions
13416
13417 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13418
13419         * ps/ps-document.c: (ps_document_goto_page):
13420
13421         Fix page switching on multipage documents
13422
13423 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13424
13425         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13426         
13427         check for NULL before assigning to width and height parameters
13428
13429 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13430
13431         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13432         (pixbuf_document_set_property), (pixbuf_document_get_property):
13433
13434         implement get/set properties
13435
13436 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13437
13438         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13439         
13440         return NULL instead of "Unknown", letting the title get set to
13441         the filename when the pdf has no title.
13442
13443 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13444
13445         * ps/ps-document.c: (ps_document_get_page_count),
13446         (ps_document_goto_page):
13447
13448 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13449
13450         * shell/ev-history.c: (ev_history_get_property),
13451         (ev_history_set_property), (ev_history_class_init),
13452         (ev_history_add_page), (ev_history_set_current_index):
13453         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13454         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13455         (ev_navigation_action_finalize):
13456         * shell/ev-navigation-action.h:
13457         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13458         (ev_view_go_forward), (ev_view_get_find_status_message),
13459         (history_index_changed_cb), (ev_view_set_history):
13460         * shell/ev-view.h:
13461         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13462         (update_current_page), (register_custom_actions):
13463
13464         Implement history dropdowns
13465
13466 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13467
13468         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13469         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13470         (ev_view_go_forward):
13471         * shell/ev-window.c: (register_custom_actions):
13472
13473         Fix several history bugs
13474
13475 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13476
13477         * configure.ac: Add «nb» to ALL_LINGUAS.
13478
13479 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13480
13481         * backend/Makefile.am:
13482         * backend/ev-bookmark.c:
13483         * backend/ev-bookmark.h:
13484         * backend/ev-document-bookmarks.c:
13485         * backend/ev-document-bookmarks.h:
13486         * backend/ev-document-links.c: (ev_document_links_get_type),
13487         (ev_document_links_has_document_links),
13488         (ev_document_links_begin_read), (ev_document_links_get_link),
13489         (ev_document_links_get_child), (ev_document_links_next),
13490         (ev_document_links_free_iter):
13491         * backend/ev-document-links.h:
13492         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13493         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13494         (ev_link_get_link_type), (ev_link_set_link_type),
13495         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13496         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13497         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13498         (ev_link_new_external):
13499         * backend/ev-link.h:
13500         * pdf/xpdf/pdf-document.cc:
13501         * shell/Makefile.am:
13502         * shell/ev-application.c: (ev_application_open_link):
13503         * shell/ev-application.h:
13504         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13505         (ev_history_get_link_nth):
13506         * shell/ev-history.h:
13507         * shell/ev-sidebar-bookmarks.c:
13508         * shell/ev-sidebar-bookmarks.h:
13509         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13510         (ev_sidebar_links_class_init), (selection_changed_cb),
13511         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13512         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13513         (do_one_iteration), (populate_links_idle),
13514         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13515         * shell/ev-sidebar-links.h:
13516         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13517         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13518         (go_to_index):
13519         * shell/ev-view.h:
13520         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13521         * shell/ev-window.h:
13522
13523         Rename bookmark to link, and use "Index" for the sidebar panel.
13524
13525 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13526
13527         * shell/Makefile.am:
13528         * shell/ev-application.c: (ev_application_open_bookmark):
13529         * shell/ev-application.h:
13530         * shell/ev-history.c: (ev_history_init), (free_links_list),
13531         (ev_history_finalize), (ev_history_class_init),
13532         (ev_history_add_link), (ev_history_add_page),
13533         (ev_history_get_link_nth), (ev_history_get_n_links),
13534         (ev_history_get_current_index), (ev_history_set_current_index),
13535         (ev_history_new):
13536         * shell/ev-history.h:
13537         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13538         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13539         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13540         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13541         (ev_view_set_page):
13542         * shell/ev-view.h:
13543         * shell/ev-window.c: (ev_window_open_bookmark),
13544         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13545         (goto_page_cb), (register_custom_actions):
13546         * shell/ev-window.h:
13547
13548         Initial history implementation. Needs work.
13549
13550 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13551
13552         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13553
13554 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13555
13556         * cut-n-paste/recent-files/egg-recent-item.c:
13557         * cut-n-paste/recent-files/egg-recent-item.h:
13558         * cut-n-paste/recent-files/egg-recent-model.c:
13559         * cut-n-paste/recent-files/egg-recent-util.c:
13560         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13561         * cut-n-paste/recent-files/egg-recent-view.c:
13562
13563         Update
13564
13565 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13566
13567         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13568         (fillGlyph, fillImageMask, drawImage):
13569         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13570         pdf/splash/SplashTypes.h:
13571         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13572         packed mode for Splash.
13573
13574         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13575         RGB8 packed mode, eliminates the pixbuf data creation loop.
13576
13577         * shell/ev-print-job.c (ev_print_job_finalize)
13578         (ev_print_job_set_property, ev_print_job_get_property)
13579         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13580         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13581         (print_closure_finalize, ev_print_job_print): implement
13582         printing (for backends with EvPsExporter)
13583
13584         * shell/ev_print_job.h: update prototypes.
13585
13586         * shell/ev-window.c (ev_window_print): unref print job after
13587         printing.
13588
13589         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13590         unless the document implements the EvDocumentFind interface.
13591
13592 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13593
13594         * configure.ac: Added ja to ALL_LINGUAS.
13595
13596 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13597
13598         * pdf/xpdf/pdf-document.cc:
13599
13600         add a FIXME. We should probably not allocate
13601         a bookmark object every time
13602
13603 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13604
13605         * shell/ev-application.c: (ev_application_open),
13606         (ev_application_open_bookmark):
13607         * shell/ev-application.h:
13608         
13609         Add a way to open bookmarks
13610
13611         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13612         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13613         (ev_bookmark_set_property), (ev_bookmark_class_init),
13614         (ev_bookmark_new_title), (ev_bookmark_new_link),
13615         (ev_bookmark_new_external):
13616
13617         Support for external uris, better constructors.
13618
13619         * backend/ev-bookmark.h:
13620         * pdf/xpdf/pdf-document.cc:
13621         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13622
13623         Handle external uris
13624
13625 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13626
13627         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13628         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13629
13630         Hook up bookmarks navigation
13631
13632 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13633
13634         * backend/Makefile.am:
13635         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13636         (ev_bookmark_get_title), (ev_bookmark_set_title),
13637         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13638         (ev_bookmark_get_page), (ev_bookmark_set_page),
13639         (ev_bookmark_get_property), (ev_bookmark_set_property),
13640         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13641         (ev_bookmark_new):
13642         * backend/ev-bookmark.h:
13643         * backend/ev-document-bookmarks.c:
13644         (ev_document_bookmarks_get_bookmark):
13645         * backend/ev-document-bookmarks.h:
13646         * pdf/xpdf/pdf-document.cc:
13647         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13648
13649         Add a bookmark object to the backend and use it instead of get_values
13650
13651 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13652
13653         * data/evince-ui.xml:
13654
13655         Cleanup and add select all.
13656
13657         * shell/ev-view.c: (ev_view_select_all),
13658         (ev_view_button_press_event):
13659         * shell/ev-view.h:
13660         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13661
13662         Add select all.
13663         Clear selection on click.
13664
13665 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13666
13667         * shell/ev-sidebar-thumbnails.c
13668         (ev_sidebar_thumbnails_set_document): forgot to unref the
13669         loading_icon.
13670
13671 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13672
13673         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13674         at the visible page, not just linearly.  This makes it look fast.
13675
13676 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13677
13678         * backend/ev-document-misc.c
13679         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13680         white.
13681         * backend/ev-document-thumbnails.h: New interface to get the size
13682         of a page.
13683
13684 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13685
13686         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13687         make dist works
13688
13689 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13690
13691         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13692         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13693         things up a bit.
13694
13695         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13696
13697 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13698
13699         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13700         fonts. Should fix font problems on systems that have the base
13701         fonts in bitmap format. Reported by James Henstridge
13702         <james@jamesh.id.au>.
13703
13704 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13705
13706         * pdf/xpdf/Gfx.cc:
13707         * pdf/xpdf/GfxState.cc:
13708
13709         Fix for CAN-2004-1125
13710
13711 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13712
13713         * shell/ev-view.c: (ev_view_copy):
13714         * shell/ev-view.h:
13715         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13716
13717         Implement Edit->Copy
13718
13719 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13720
13721         * backend/ev-document.c: (ev_document_get_text):
13722         * backend/ev-document.h:
13723         * pdf/xpdf/pdf-document.cc:
13724         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13725         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13726         (ev_view_update_primary_selection), (ev_view_button_press_event),
13727         (ev_view_motion_notify_event), (ev_view_button_release_event):
13728
13729         Beginnings of clipboard support. Incomplete but primary sort
13730         of work.
13731
13732 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13733
13734         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13735         (expose_bin_window):
13736
13737         Nicer rubberband drawing, from GtkIconView.
13738
13739 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13740
13741         * backend/ev-document.c: (ev_document_save):
13742         * backend/ev-document.h:
13743         * data/evince-ui.xml:
13744         * pdf/xpdf/pdf-document.cc:
13745         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13746
13747         Implement "Save a copy..." menu item
13748
13749 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13750
13751         * shell/ev-view.c: (ev_view_zoom):
13752
13753         Queue a resize when zoom changes
13754
13755 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13756
13757         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13758         shadows.
13759
13760         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13761         thumbnails..
13762
13763 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13764
13765         * pdf/xpdf/pdf-document.cc
13766         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13767
13768 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13769
13770         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13771         It's slow, but I'll speed it up next!
13772
13773 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13774
13775         * shell/main.c (load_files):
13776
13777         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13778         from the command line and because it seems more appropriate.
13779
13780 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13781
13782         * data/evince-ui.xml:
13783         * shell/ev-window.c: (update_action_sensitivity),
13784         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13785
13786         s/next page/page down
13787         s/previous page/page up
13788
13789 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13790
13791         * data/evince-ui.xml:
13792
13793         Change the layout to match clarkbw design.
13794
13795         * shell/Makefile.am:
13796         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13797         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13798         (ev_navigation_action_finalize),
13799         (ev_navigation_action_set_property),
13800         (ev_navigation_action_get_property),
13801         (ev_navigation_action_class_init):
13802         * shell/ev-navigation-action.h:
13803
13804         Implement clarkbw toolbar navigation controls (incomplete)
13805
13806         * shell/ev-page-action.c: (update_label), (update_spin),
13807         (value_changed_cb), (create_tool_item), (connect_proxy),
13808         (ev_page_action_init), (ev_page_action_finalize),
13809         (ev_page_action_set_property), (ev_page_action_get_property),
13810         (ev_page_action_set_current_page),
13811         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13812         * shell/ev-page-action.h:
13813
13814         Implement a page switcher in the toolbar
13815
13816         * shell/ev-view.c: (ev_view_scroll_view):
13817         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13818         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13819         (register_custom_actions), (ev_window_init):
13820
13821         Change page on PageUp/Down.
13822
13823 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13824
13825         * pdf/xpdf/pdf-document.cc
13826         (pdf_document_thumbnails_get_thumbnail): initial stab at
13827         implementing thumbnail support for pdfs.  It only does documents
13828         with precached pdfs now.
13829
13830 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13831
13832         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13833         thumbnail code into a time-based idle as well.  Also, turn off the
13834         shadow temporarily as it's really slow.
13835
13836 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13837
13838         * backend/ev-document.c: (ev_document_class_init):
13839         * pdf/xpdf/pdf-document.cc:
13840         * shell/ev-window.c: (ev_window_open):
13841
13842         Fix document title bugs and fallback to
13843         filename when not available.
13844
13845 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13846
13847         * backend/ev-document.c: (ev_document_get_type),
13848         (ev_document_class_init), (ev_document_load),
13849         (ev_document_get_title):
13850         * backend/ev-document.h:
13851         * pdf/xpdf/pdf-document.cc:
13852         * ps/ps-document.c: (ps_document_set_property),
13853         (ps_document_get_property), (ps_document_class_init),
13854         (document_load):
13855         * ps/ps-document.h:
13856         * ps/ps.h:
13857         * shell/ev-window.c: (update_window_title), (ev_window_open),
13858         (ev_window_init):
13859
13860         Initial support for document title. Not working yet.
13861
13862 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13863
13864         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13865
13866         Grab focus on the view when clicking it
13867
13868 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13869
13870         * shell/ev-marshal.list:
13871         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13872         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13873
13874         Add key bindings to the view. Now if the focus would work
13875         right...
13876
13877 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13878
13879         * Makefile.am:
13880         * backend/Makefile.am:
13881         * data/Makefile.am:
13882         * dvi/Makefile.am:
13883         * dvi/dvilib/Makefile.am:
13884         * pdf/xpdf/Makefile.am:
13885         * po/POTFILES.in:
13886         * ps/Makefile.am:
13887
13888         Fix distcheck
13889
13890 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13891
13892         * shell/ev-view.c: (ev_view_realize):
13893
13894         Fix mouse wheel scrolling
13895
13896 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13897
13898         * ps/Makefile.am:
13899         * ps/gstypes.h:
13900         * ps/gtkgs.c:
13901         * ps/gtkgs.h:
13902         * ps/ps-document.c: (catchPipe), (ps_document_init),
13903         (ps_document_class_init), (ps_document_cleanup),
13904         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13905         (set_up_page), (close_pipe), (is_interpreter_ready),
13906         (interpreter_failed), (output), (input), (start_interpreter),
13907         (stop_interpreter), (file_length), (file_readable),
13908         (check_filecompressed), (check_pdf), (compute_xdpi),
13909         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13910         (ps_document_get_type), (ps_document_emit_error_msg),
13911         (document_load), (ps_document_next_page),
13912         (ps_document_get_current_page), (ps_document_get_page_count),
13913         (ps_document_goto_page), (ps_document_set_page_size),
13914         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13915         (ps_document_load), (ps_document_get_n_pages),
13916         (ps_document_set_page), (ps_document_get_page),
13917         (ps_document_widget_event), (ps_document_set_target),
13918         (ps_document_set_scale), (ps_document_set_page_offset),
13919         (ps_document_get_page_size), (ps_document_render),
13920         (ps_document_document_iface_init):
13921         * ps/ps-document.h:
13922         * ps/ps.c:
13923         * shell/ev-window.c: (ev_window_open):
13924
13925         Rename GtkGS to PSDocument
13926
13927 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13928
13929         * ps/gtkgs.c: (gtk_gs_class_init):
13930         * ps/gtkgs.h:
13931
13932         Some more leftover...
13933
13934 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13935
13936         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13937         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13938         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13939         * ps/gtkgs.h:
13940
13941         Remove unused code and make a lot of stuff private
13942
13943 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13944
13945         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13946         (gtk_gs_defaults_changed):
13947         * ps/gsdefaults.h:
13948         * ps/gtkgs.c:
13949         * ps/gtkgs.h:
13950         * ps/ps.h:
13951
13952         Cleanup headers dependencies
13953
13954 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13955
13956         * ps/Makefile.am:
13957         * ps/ggvutils.c:
13958         * ps/ggvutils.h:
13959         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13960         * ps/gsdefaults.h:
13961         * ps/gtkgs.c: (file_length), (file_readable),
13962         (check_filecompressed), (check_pdf), (gtk_gs_load),
13963         (gtk_gs_get_postscript):
13964
13965         Get rid of ggvutils
13966
13967 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13968
13969         * ps/ggvutils.c:
13970         * ps/ggvutils.h:
13971         * ps/gsio.h:
13972         * ps/gtkgs.c: (gtk_gs_set_zoom):
13973
13974         Cleanups
13975
13976 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13977
13978         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13979
13980         Ensure the page is rerendered when changing zoom
13981
13982 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13983
13984         * backend/ev-document.c: (ev_document_base_init),
13985         (ev_document_changed):
13986         * backend/ev-document.h:
13987
13988         Add a changed event that is emitted when the page content
13989         changes. This is necessary to deal with the fact that
13990         in ps backend rendering happen asycrounously.
13991         This makes the ps backend mostly work.
13992
13993         * pdf/xpdf/pdf-document.cc:
13994
13995         Emit changed event
13996
13997         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13998         (ps_document_set_target):
13999
14000         Emit changed event
14001
14002         * shell/ev-view.c: (document_changed_callback),
14003         (ev_view_set_document), (ev_view_set_page):
14004
14005         Redraw on the changed signal
14006
14007 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14008
14009         * configure.ac: Added pt_BR to ALL_LINGUAS.
14010
14011 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14012
14013         * backend/ev-document-bookmarks.c:
14014         (ev_document_bookmarks_get_child): *
14015         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14016         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14017         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14018         (ev_sidebar_bookmarks_destroy),
14019         (ev_sidebar_bookmarks_class_init),
14020         (ev_sidebar_bookmarks_construct), (stack_data_free),
14021         (do_one_iteration), (populate_bookmarks_idle),
14022         (ev_sidebar_bookmarks_clear_document),
14023         (ev_sidebar_bookmarks_set_document): *
14024         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14025         (ev_sidebar_add_page),
14026         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14027         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14028         it displays both the topics and the page numbers.
14029
14030 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14031
14032         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14033         toggle.
14034         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14035         visible.
14036
14037 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14038
14039         * configure.ac: Added en_CA to ALL_LINGUAS.
14040
14041 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14042
14043         * ChangeLog: replace bottom of this ChangeLog (merged history of
14044         ggv and gpdf; where all paths were wrong and most of the files are
14045         not even in this tree) with ChangeLog (from arch) of the shell
14046         code.
14047
14048 2004-12-23  Havoc Pennington  <hp@redhat.com>
14049
14050         * shell/ev-window.c: hook up potentially-questionable "find
14051         results status text" feature - something involving the sidebar or
14052         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14053         might be better in the end.
14054
14055         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14056         with corresponding signal when it should be updated
14057
14058         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14059
14060 2004-12-22  Havoc Pennington  <hp@redhat.com>
14061
14062         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14063         find stuff on other pages, sort of (only returns one result on
14064         invisible pages, to show they have results; updates full results
14065         for a page when you view it). Currently repaints the current page
14066         every time a new result is found on any page, which isn't so nice.
14067
14068 2004-12-22  Havoc Pennington  <hp@redhat.com>
14069
14070         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14071         the document doesn't support find (better ideas?)
14072         (find_bar_search_changed_cb): handle missing document or document
14073         that doesn't support find
14074
14075         * pdf/xpdf/pdf-document.cc: port to implement the new
14076         EvDocumentFindIface
14077
14078         * backend/ev-document-find.c: create a new interface for searching
14079
14080         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14081
14082 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14083
14084         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14085         libevbackend.la.
14086
14087         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14088         EvPrintJob constructor arguments.
14089
14090         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14091         for documents that can export PostScript (page by page).
14092
14093         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14094         
14095         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14096         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14097         (pdf_document_ps_exporter_iface_init:
14098         Implement EvPSExporter.
14099
14100         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14101
14102 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14103
14104         * backend/Makefile.am:
14105         * backend/ev-document-thumbnails.c:
14106         (ev_document_thumbnails_get_type),
14107         (ev_document_thumbnails_get_thumbnail):
14108         * backend/ev-document-thumbnails.h:
14109         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14110         (pixbuf_document_thumbnails_get_thumbnail),
14111         (pixbuf_document_document_thumbnails_iface_init):
14112         * shell/Makefile.am:
14113         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14114         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14115         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14116         * shell/ev-sidebar-thumbnails.h:
14117         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14118         (ev_sidebar_set_document):
14119         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14120         (create_shadow), (ev_pixbuf_add_shadow):
14121         * shell/ev-utils.h:
14122         Add thumbnail support.
14123         
14124 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14125
14126         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14127         (using_postscript_printer): Set up a print dialog for "PostScript
14128         injection" method.
14129
14130         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14131         EvPrintJob.
14132
14133         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14134
14135 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14136
14137         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14138         (ps_document_set_target), (ps_document_get_page_size),
14139         (ps_document_render):
14140         * ps/gtkgs.h:
14141
14142         Fix a few bugs
14143
14144 2004-12-22  Christian Rose  <menthos@menthos.com>
14145
14146         * configure.ac: Added "sv" to ALL_LINGUAS.
14147
14148 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14149
14150         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14151         document supports bookmarks.
14152
14153 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14154
14155         * ps/ggvutils.c: (ggv_file_readable):
14156         * ps/ggvutils.h:
14157         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14158         (gtk_gs_get_postscript):
14159
14160         Remove unused utils
14161
14162 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14163
14164         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14165         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14166         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14167         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14168         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14169         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14170         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14171         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14172         (gtk_gs_set_antialiasing), (ps_document_load),
14173         (ps_document_render):
14174         * ps/gtkgs.h:
14175
14176         Another check point for the ps backend. Now I can get it to show
14177         pages!
14178
14179 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14180
14181         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14182         document setting code.
14183
14184 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14185
14186         * shell/eggfindbar.c: (entry_activate_callback):
14187         Animate the next button when activate is pressed.
14188         
14189 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14190
14191         * shell/ev-window.c: (ev_window_cmd_edit_find),
14192         (update_fullscreen_popup), (ev_window_fullscreen),
14193         (ev_window_unfullscreen), (ev_window_state_event_cb),
14194         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14195         Fix bugs in fullscreen code.
14196         
14197 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14198
14199         * Makefile.am:
14200         * configure.ac:
14201         * pixbuf/Makefile.am:
14202         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14203         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14204         (pixbuf_document_set_page), (pixbuf_document_get_page),
14205         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14206         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14207         (pixbuf_document_render), (pixbuf_document_begin_find),
14208         (pixbuf_document_end_find), (pixbuf_document_finalize),
14209         (pixbuf_document_class_init),
14210         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14211         * pixbuf/pixbuf-document.h:
14212         * shell/Makefile.am:
14213         * shell/ev-application.c: (ev_application_open):
14214         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14215         (ev_window_open):
14216         Add pixbuf backend.
14217         
14218 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14219
14220         * Makefile.am: 
14221         * dvi/dvilib/Makefile.am:
14222         * dvi/Makefile.am:
14223         * configure.ac: Auto*ify dvi and dvi/dvilib
14224
14225         * dvi/Makefile: Remove from CVS
14226         
14227         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14228         confusion.
14229
14230         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14231         
14232         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14233         
14234 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14235
14236         * ps/Makefile.am:
14237         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14238         (gtk_gs_value_adjustment_changed), (compute_size),
14239         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14240         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14241         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14242         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14243         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14244         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14245         (ps_document_load), (ps_document_get_n_pages),
14246         (ps_document_set_page), (ps_document_get_page),
14247         (ps_document_set_target), (ps_document_set_scale),
14248         (ps_document_set_page_offset), (ps_document_get_page_size),
14249         (ps_document_render), (ps_document_begin_find),
14250         (ps_document_end_find), (ps_document_document_iface_init):
14251         * ps/gtkgs.h:
14252         * shell/Makefile.am:
14253         * shell/ev-window.c: (ev_window_open):
14254
14255         Some work to integrate gtkgs with EvDocument
14256
14257 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14258
14259         * shell/ev-window.c: (update_fullscreen_popup),
14260         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14261         (exit_fullscreen_button_clicked_cb),
14262         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14263         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14264         (ev_window_state_event_cb), (ev_window_init):
14265         Add fullscreen support from Epiphany.
14266         
14267 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14268
14269         * data/ev-stock-zoom-fit-width.png: fit-width
14270         stock icon from gpdf.
14271         
14272         * shell/ev-stock-icons.[ch]: copied from gpdf.
14273         
14274         * shell/main.c: (main): init stock icons.
14275         
14276         * shell/ev-window.c: use the fit-width icon.
14277         
14278         * data/evince-ui.xml: add zooming toolbar items.
14279
14280 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14281
14282         * shell/ev-view.c: 
14283         (ev_view_best_fit), (ev_view_fit_width): because
14284         get_page_size() returns the scaled page size, we
14285         need to calculate the scale factor relative to
14286         the previous scale factor. Should really just
14287         add get_real_page_size().
14288
14289 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14290
14291         * shell/ev-view.[ch]:
14292         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14293         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14294         add zooming.
14295         
14296         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14297         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14298         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14299         hook it up.
14300         
14301         * pdf/xpdf/pdf-document.cc:
14302         (pdf_document_begin_find),
14303         (pdf_document_end_find): make static.
14304
14305 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14306
14307         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14308
14309         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14310         names to fontconfig patterns.
14311         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14312
14313         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14314         setupBaseFontsFc.
14315
14316 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14317
14318         * Makefile.am:
14319         * configure.ac:
14320         * ps/Makefile.am:
14321         * ps/ggvutils.c:
14322         * ps/ggvutils.h:
14323         * ps/gsdefaults.c:
14324         * ps/gsdefaults.h:
14325         * ps/gsio.c:
14326         * ps/gsio.h:
14327         * ps/gtkgs.c:
14328         * ps/gtkgs.h:
14329         * ps/ps.c:
14330         * ps/ps.h:
14331
14332         Import ggv backend. Not hooked up yet.
14333
14334 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14335
14336         * shell/main.c: (load_files), (main): load files
14337         from the command line.
14338
14339 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14340
14341         * configure.ac: don't require bonobo.
14342         
14343         * cut-n-paste/recent-files/*: kill bonobo recent
14344         view.
14345
14346         * shell/ev-window.c:
14347         (ev_window_is_empty): upd.
14348         (unable_to_load), (ev_window_open): load backend
14349         based on the mime type.
14350
14351 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14352
14353         * backend/.cvsignore: ignore generated marshalers source.
14354
14355         * shell/main.c (main): this is not epiphany.
14356
14357 2004-12-22  Havoc Pennington  <hp@redhat.com>
14358
14359         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14360         (expose_bin_window): draw find highlights
14361
14362         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14363         
14364         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14365         (pdf_document_end_find): implement this interface
14366
14367         * backend/ev-document.c (ev_document_found): add this to emit
14368         signal
14369
14370 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14371
14372         * data/evince-ui.xml: Add a few more toolbar items.
14373
14374         * shell/ev-window.c: Hook up page navigation toolbar 
14375         items.
14376
14377         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14378         a page-changed signal.
14379
14380         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14381         Add ev_document_get_page().
14382
14383         * shell/ev-window.c: Sensitize/desensitize navigation
14384         actions.
14385
14386 2004-12-21  Havoc Pennington  <hp@redhat.com>
14387
14388         * backend/ev-backend-marshal.c,
14389         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14390         marshaler-generator thingy. I'm sure there's a better way to do
14391         this in the modern world.
14392
14393         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14394         end_find methods and "found" signal.
14395
14396         * configure.ac: find glib-genmarshal
14397
14398 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14399
14400         * shell/ev-sidebar.c: Construct an actual sidebar.
14401         * shell/ev-sidebar-bookmarks.[ch]:
14402         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14403
14404 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14405
14406         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14407         Redo size handling.
14408         
14409         * shell/ev-view.c: Track the size from the document.
14410
14411 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14412
14413         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14414         constructor assumes ownership of the string passed in.
14415         
14416         * shell/ev-window.c (ev_window_open): Destroy the error
14417         dialog once we've displayed it.
14418
14419 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14420
14421         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14422         a bit, it works! (sort of)
14423
14424         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14425         Move to .cc since we need to use C++ in the implementation.
14426
14427         * shell/dummy.cc: Add a CC file to force evince
14428         to be linked as a C++ program.
14429
14430 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14431
14432         * shell/ev-view.[ch]: Start of content-area widget.
14433
14434         * shell/ev-window.c: Create a EvView, update it
14435         as we change documents.
14436
14437         * shell/Makefile.am shell/ev-marshal.list: Add
14438         generated marshalers.
14439
14440 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14441
14442         * Makefile.am (SUBDIRS): move shell.
14443
14444 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14445
14446         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14447         .a to libtool convenience libraries.
14448
14449         * shell/ev-window.c (ev_window_open): Hard code loading
14450         a PDF document.
14451         
14452         * backend/ev-document.h: Add a boolean return to load(),
14453         fix GError * to GError **.
14454
14455         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14456         object for a PDF backend EvDocument.
14457
14458 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14459
14460         * dvi/*: New directory with the beginning of a .dvi backend.
14461
14462 2004-12-21  Havoc Pennington  <hp@redhat.com>
14463
14464         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14465         previous/next instead of back/forward
14466
14467 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14468
14469         * backend/ev-document.[ch]: Fix a couple of problems so
14470         it compile.
14471
14472 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14473
14474         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14475         to backend/ directory, rename EvViewer to EvDocument.
14476
14477 2004-12-21  Havoc Pennington  <hp@redhat.com>
14478
14479         * shell/ev-window.c: hook up the find bar widget; now we just need
14480         a document to find things in
14481
14482         * shell/eggfindbar.c: a find bar widget
14483
14484 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14485
14486         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14487
14488 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14489
14490         * pdf/**: Import of xpdf code from gpdf. 
14491
14492         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14493
14494         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14495         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14496         Fix FreeType includes.
14497
14498         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14499         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14500         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14501         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14502         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14503         Include xpdfconfig.h
14504         
14505 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14506
14507         * shell/ev-window.c (ev_window_dispose): dispose can be called
14508         multiple times.
14509
14510 2004-12-21  Havoc Pennington  <hp@redhat.com>
14511
14512         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14513         rather than Evince
14514
14515         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14516         items; really they should be synced with the strings, etc. from
14517         current gpdf, but just getting the boring typing out of the way 
14518
14519 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14520
14521         * po/POTFILES.in:
14522         * shell/ev-application.c: (window_destroy_cb):
14523         * shell/ev-window.c:
14524         * shell/main.c: (main):
14525
14526         Actually show the window...
14527
14528 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14529
14530         * Makefile.am:
14531         * shell/Makefile.am:
14532         * shell/ev-application.c: (ev_application_class_init):
14533         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14534
14535         Make it build again
14536
14537 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14538
14539         Import to gnome cvs.
14540         
14541         * Remove copies of gpdf and ggv trees.
14542         * Rip out all the recursive configure code.
14543         * Remove bonobo machinery.
14544         * viewer/*: GInterfaces that backends should/can implement.
14545
14546 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14547
14548         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14549         typo
14550
14551 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14552
14553         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14554         (ev_application_finalize, ev_application_class_init)
14555         (ev_application_init): use GType instance private data for priv.
14556
14557         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14558         (ev_window_finalize, ev_window_class_init)
14559         (ev_window_init): ditto.
14560
14561 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14562
14563         * shell/ev-application.c (ev_application_new_window): make public
14564         (ev_application_show_initial_window): kill.
14565
14566         * shell/ev-application.h: update prototypes.
14567
14568         * shell/main.cc (main): inline ev_application_show_initial_window.
14569
14570 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14571
14572         * shell/ev-application.c (ev_application_new_window): impl.
14573         (ev_application_show_initial_window): use it.
14574         (is_window_empty, ev_application_get_empty_window): returns an
14575         existing empty window or a new one.
14576         (ev_application_open): from ev_window_cmd_file_open.
14577
14578         * shell/ev-application.h: update prototypes
14579
14580         * shell/ev-window.c (ev_window_is_empty): impl.
14581         (ev_window_open): make public.
14582         (ev_window_cmd_file_open): use ev_application_open
14583
14584         * shell/ev-window.h: update prototypes, remove unused.
14585
14586 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14587
14588         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14589         move destroy handler out of here...
14590
14591         * shell/ev-application.c, shell/ev-application.h: ...into this new
14592         class. Also handles initial window creation.
14593
14594         * shell/main.cc (main): use EvApplication to create initial
14595         window.
14596
14597 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14598
14599         * Makefile.am (SUBDIRS): add cut-n-paste
14600
14601         * cut-n-paste/Makefile.am: add
14602
14603         * configure.ac: generate Makefiles in cut-n-paste
14604
14605 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14606
14607         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14608         (ev_window_class_init): install ev_window_dispose.
14609
14610 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14611
14612         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14613         char (gchar looks stupid).
14614
14615 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14616
14617         * po/de.po: updated German translation.
14618
14619 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14620
14621         * configure.ac: add more pkg-config library checks for gnome-vfs,
14622         bonobo etc.
14623
14624         * gpdf/configure.in: temporarily disable libpaper
14625         checks. Otherwise I'd have to add the checks for the shell, too.
14626
14627 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14628
14629         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14630         and * file filters to the file choose.
14631
14632 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14633
14634         * po/de.po: Updated German translation.
14635
14636 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14637
14638         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14639
14640 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14641
14642         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14643
14644         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14645         (ev_window_init): implement those menuitems.
14646
14647 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14648
14649         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14650
14651         * shell/ev-window.c (ev_window_init): use the toolbar.
14652
14653 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14654
14655         * shell/ev-window.c (ev_window_init): use menu translations
14656
14657 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14658
14659         * configure.ac: add "de" to ALL_LINGUAS.
14660
14661         * po/de.po: add German translation.
14662
14663 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14664
14665         * Makefile.am (SUBDIRS): add po
14666
14667         * configure.ac: check intltool, glib-gettext etc, generate
14668         po/Makefile.in
14669
14670         * po, po/POTFILES.in, po/POTFILES.skip: new.
14671
14672 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14673
14674         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14675         already use (#ifdef ENABLE_NLS)
14676
14677         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14678         pointer indirection thinko.
14679
14680         * shell/main.c: include gi18n.h for bindtextdomain etc.
14681
14682 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14683
14684         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14685         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14686         tooltips for menu items in the statusbar.
14687
14688 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14689
14690         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14691         pkgdatadir drop UIDIR
14692
14693 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14694
14695         * data/evince-ui.xml: Add File->Open menu item
14696
14697         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14698         chooser), hook it up in the ui manager.
14699
14700 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14701
14702         * shell/ev-window.c: fix Help->About tooltip.
14703
14704 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14705
14706         * configure.ac: set CFLAGS for libevprivate.
14707
14708         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14709         definitions, factory etc.
14710
14711         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14712
14713         * shell/Makefile.am: link against libevprivate.a.
14714
14715         * shell/ev-window.c (entries): add stock icon to Help->About.
14716
14717         * shell/main.c (main): init stock icon code.
14718
14719 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14720
14721         * lib/recent-files: egg recent files code
14722
14723         * lib/Makefile.am: add.
14724
14725         * Makefile.am: add lib subdir.
14726
14727         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14728         set CFLAGS for recent-files.
14729
14730 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14731
14732         * configure.ac: disable -ansi and -pedantic gcc flags. They
14733         disable POSIX stuff in stdio.h, but egg-recent uses them.
14734
14735 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14736
14737         * configure.ac: add --disable-deprecated flag (defaults to on in
14738         "cvs" builds).
14739
14740         * shell/Makefile.am (INCLUDES): use it.
14741
14742 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14743
14744         * shell/main.c: add missing #include.
14745
14746         * shell/ev-window.c: fix for pedantic gcc.
14747         (ev_window_cmd_help_about): split license into paragraphs for
14748         translators and pedantic compilers.
14749
14750 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14751
14752         * configure.ac: add more warning flags if compiling with gcc from
14753         cvs (or explicitly requested with --enable-more-warnings).
14754
14755 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14756
14757         * data/evince-ui.xml: add File and File->Close menu.
14758
14759         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14760         (ev_window_destroy): quit after destroy.
14761         (ev_window_class_init): override GtkObject::destroy.
14762         (entries): install close_window callback.
14763
14764 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14765
14766         * Makefile.am (SUBDIRS): add data subdir.
14767
14768         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14769         gtk+ 2.5.0 for GtkAboutDialog.
14770
14771         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14772         main window.
14773
14774         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14775
14776         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14777         manager.
14778         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14779
14780 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14781
14782         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14783
14784 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14785
14786         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14787
14788 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14789
14790         * shell/*: Added shell directory boilerplate, build it.
14791
14792 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14793
14794         * configure.ac, Makefile.am: Added top-level configure.ac and
14795         Makefile.am