]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Add layers support.
[evince.git] / ChangeLog
1 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/Makefile.am:
4         * shell/ev-jobs.[ch]: (ev_job_layers_init),
5         (ev_job_layers_dispose), (ev_job_layers_run),
6         (ev_job_layers_class_init), (ev_job_layers_new):
7         * shell/ev-sidebar-layers.[ch]:
8         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
9         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
10         (ev_view_reload_page), (ev_view_reload):
11         * shell/ev-window.c: (setup_sidebar_from_metadata),
12         (ev_window_sidebar_current_page_changed_cb),
13         (sidebar_layers_visibility_changed), (ev_window_init):
14
15         Add layers support.
16         
17 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
18
19         * data/icons/22x22/actions/Makefile.am:
20         * data/icons/22x22/actions/eye.png:
21         * shell/ev-stock-icons.[ch]:
22         
23         Add eye icon from gimp to hide/show layers.
24         
25 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
26
27         * configure.ac:
28         * cut-n-paste/Makefile.am:
29         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
30         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
31         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
32
33         Add GimpCellRendererToggle from gimp slightly modified to fit our
34         needs. 
35         
36 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
37
38         * configure.ac:
39         * backend/pdf/ev-poppler.cc:
40
41         Implement layers interface in PDF backend.
42         
43 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
44
45         * libdocument/Makefile.am:
46         * libdocument/ev-document-layers.[ch]:
47         * libdocument/ev-layer.[ch]:
48
49         Add optional content (layers) interface.
50         
51 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
52
53         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
54         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
55
56         Removes unused code.
57
58 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
59
60         * NEWS:
61         * configure.ac:
62
63         Update for 2.25.1 release
64
65 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
66
67         * shell/ev-window.c:
68
69         Fix build with GTK+ < 2.14
70
71 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
72
73         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
74         
75         Makes menu label translatable. Fixes bug #559129.
76
77 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
78
79         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
80         (t1_transform_font):
81         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
82         
83         More renames of warning to mdvi_warning in follow up to the
84         fix of the bug #553369. Fix for the bug #559257 by
85         Tuxce <tuxce.net@gmail.com>.
86         
87 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * shell/ev-application.c: (ev_application_init_session):
90         * shell/main.c: (main):
91
92         Move the egg_set_desktop_file() call to main and remove
93         gtk_window_set_default_icon_name() since it's already called by
94         egg_set_desktop_file()
95         
96 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
97
98         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
99
100         Initialize GError to NULL.
101         
102 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
103
104         * shell/ev-window.c: (window_save_file_copy_ready_cb),
105         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
106         (ev_window_preview_print_finished), (launch_action):
107
108         Do not use popup dialogs to show error messages anymore, use the
109         message area instead.
110         
111 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * shell/ev-window.c: (ev_window_error_message),
114         (ev_window_warning_message), (ev_window_set_document),
115         (ev_window_load_job_cb), (ev_window_load_remote_failed),
116         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
117         (ev_window_cmd_help_contents), (launch_external_uri),
118         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
119         (ev_attachment_popup_cmd_open_attachment),
120         (attachment_save_dialog_response_cb):
121
122         Use a message format (with printf()-style) in
123         ev_window_error_message and ev_window_warning_message.
124
125 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
126
127         * shell/ev-window.c: (ev_window_error_message),
128         (ev_window_warning_message), (ev_window_set_document),
129         (ev_window_load_job_cb), (ev_window_load_remote_failed),
130         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
131         (ev_window_cmd_help_contents), (launch_external_uri),
132         (image_save_dialog_response_cb),
133         (ev_attachment_popup_cmd_open_attachment),
134         (attachment_save_dialog_response_cb):
135
136         Change ev_window_error_message and ev_window_warning_message to
137         receive a EvWindow instead of a GtkWindow. It's more consistent
138         and avoids unneeded casts.
139         
140 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
141
142         * shell/ev-window.c: (ev_window_cmd_help_contents):
143
144         Use gtk_show_uri() when availale to display help contents.
145         
146 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
147
148         * configure.ac:
149         * backend/pdf/ev-poppler.cc:
150         * properties/ev-properties-view.c:
151         * shell/Makefile.am:
152         * shell/ev-tooltip.[ch]: Removed
153         * shell/ev-view-private.h
154         * shell/eggfindbar.c:
155         * shell/ev-application.c:
156         * shell/ev-open-recent-action.c:
157         * shell/ev-sidebar-thumbnails.c:
158         * shell/ev-view.c:
159         * shell/ev-window.c:
160
161         Bump GTK+ requirement to 2.12.
162         
163 2008-10-27 Christian Persch <chpe@gnome.org>
164
165         * backend/djvu/djvu-document.c
166         * backend/dvi/cairo-device.c
167         * cut-n-paste/evmountoperation/ev-mount-operation.h
168         * cut-n-paste/gedit-message-area/gedit-message-area.h
169         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
170         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
171         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
172         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
173         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
174         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
175         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
176         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
177         * cut-n-paste/zoom-control/ephy-zoom-action.c
178         * cut-n-paste/zoom-control/ephy-zoom-action.h
179         * cut-n-paste/zoom-control/ephy-zoom-control.c
180         * cut-n-paste/zoom-control/ephy-zoom-control.h
181         * libdocument/ev-async-renderer.h
182         * libdocument/ev-document-factory.c
183         * libdocument/ev-document-misc.h
184         * libdocument/ev-image.h
185         * libdocument/ev-selection.h
186         * shell/ev-properties-fonts.h
187         * shell/ev-stock-icons.h
188         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
189         directly. Bug #558064.
190
191 2008-10-27 Christian Persch <chpe@gnome.org>
192
193         * cut-and-paste/smclient/*: Update from libegg.
194
195 2008-10-27 Christian Persch <chpe@gnome.org>
196
197         * backend/djvu/djvu-document.c
198         * backend/ps/ev-spectre.c
199         * shell/ev-jobs.c: Use printf safely. Bug #558066.
200
201 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
202
203         * shell/ev-view.c (ev_view_change_page),
204         (ev_view_transition_animation_finish),
205         (ev_view_transition_animation_cancel), (page_changed_cb),
206         (ev_view_set_presentation), (ev_view_next_page),
207         (ev_view_previous_page):
208         
209         Cancel the animation without scheduling transition start
210         and proceed to the next page to fix bug #516749.
211
212 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
213
214         * NEWS:
215         * configure.ac:
216
217         Update for release 2.24.1
218         
219 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
220
221         * shell/ev-window.c: (ev_window_cmd_view_presentation):
222
223         Disable toggle function of F5 when in presentation mode. Patch by
224         Dave Neary. Fixes bug #556162.
225         
226 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
229         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
230         (ev_sidebar_thumbnails_fill_model),
231         (ev_sidebar_thumbnails_refresh),
232         (ev_sidebar_thumbnails_set_document):
233
234         Instead of using only one loading icon for thumbnails based on the
235         size of the first page, create an icon for every different page
236         size. Fixes bug #556264.
237         
238 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
239
240         * shell/ev-page-cache.c: (ev_page_cache_finalize):
241
242         Fix memory leak.
243         
244 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
245
246         * shell/ev-window-title.c (ev_window_title_sanitize_title):
247
248         Removes bad prefixes from window title. Patch by 
249         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
250         
251 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
252
253         * shell/ev-window.c: (launch_external_uri):
254
255         Do not consider mailto links as http uris. Fixes bug #555801.
256         
257 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
258
259         * shell/ev-view.c: (merge_selection_region), (clear_selection):
260
261         Fix memory leak. Fixes bug #555134.
262         
263 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
264
265         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
266
267         Emit the job finished signal when the job is handled before the
268         page_ready callback.
269         
270 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
271
272         * shell/ev-window.c: (launch_action):
273
274         Use GdkAppLaunchContext when available to launch external
275         applications.
276         
277 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * shell/ev-window.c: (launch_action):
280
281         Fix launching external applications for launch actions which seems
282         to be broken since the gio port. Fixes bug #554500.
283         
284 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * backend/dvi/Makefile.am:
287         * backend/dvi/cairo-device.c:
288         * backend/dvi/dvi-document.c:
289         * backend/dvi/mdvi-lib/Makefile.am:
290
291         Fix several compile warnings in the dvi backend.
292         
293 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
294
295         * backend/dvi/mdvi-lib/common.h:
296         * backend/dvi/mdvi-lib/dviread.c:
297         * backend/dvi/mdvi-lib/font.c:
298         * backend/dvi/mdvi-lib/fontmap.c:
299         * backend/dvi/mdvi-lib/fontsrch.c:
300         * backend/dvi/mdvi-lib/gf.c:
301         * backend/dvi/mdvi-lib/pagesel.c:
302         * backend/dvi/mdvi-lib/pk.c:
303         * backend/dvi/mdvi-lib/sp-epsf.c:
304         * backend/dvi/mdvi-lib/special.c:
305         * backend/dvi/mdvi-lib/tfm.c:
306         * backend/dvi/mdvi-lib/tfmfile.c:
307         * backend/dvi/mdvi-lib/util.c:
308         * backend/dvi/mdvi-lib/vf.c:
309
310         Rename error as mdvi_error to avoid symbol conflicts with the libc
311         error. Rename also message, crash, fatal and warning for
312         consistency. Fixes bug #553369.
313         
314 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
315
316         * backend/dvi/dvi-document.c: (dvi_document_load):
317
318         Fix memory leak.
319         
320 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
321
322         * backend/dvi/dvi-document.c:
323
324         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
325         G_IMPLEMENT_INTERFACE.
326         
327 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
328
329         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
330
331         Make sure copy_job_page_and_selection_to_job_info is always called
332         before copy_job_to_job_info. Fixes bug #552382.
333         
334 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * NEWS:
337         * configure.ac:
338
339         Update for release 2.24.0
340         
341 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
342
343         * shell/ev-window.c: (launch_external_uri):
344
345         Use GdkAppLaunchContext when available to launch external uris.
346         
347 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
348
349         * shell/ev-window.c: (launch_external_uri):
350
351         Use the message area to show errors when lauching external uris
352         instead of a popup window.
353         
354 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
355
356         * shell/ev-window.c: (launch_external_uri):
357
358         Assume invalid uris are http uris. Fixes bug #552071.
359         
360 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
361
362         * NEWS:
363         * configure.ac:
364
365         Update for release 2.23.92.
366         
367 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * shell/eggfindbar.c: (egg_find_bar_class_init):
370
371         Allow page scrolling with PageUp/PageDown keys when find bar is
372         active. Fixes bug #529833.
373         
374 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * shell/ev-view-private.h:
377         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
378         (ev_view_scroll), (ev_view_class_init):
379         * shell/ev-view-accessible.c:
380         (ev_view_accessible_action_do_action):
381         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
382         (ev_window_cmd_scroll_backward):
383
384         Use GtkScrollType instead of EvScrollType.
385         
386 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
387
388         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
389         
390         Patch for case unsensitive page label match by Michael Lee.
391         See bug #550136.
392         
393         * shell/ev-page-action.c (create_tool_item):    
394         * test/Makefile.am:
395         * test/test1.py:
396         * test/test4.py:
397         * test/test5.py:
398         
399         Added test for the above and updated other tests.
400
401 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * shell/ev-window.c: (image_save_dialog_response_cb):
404
405         Do not append the file extension twice when saving an image.
406         
407 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
408
409         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
410
411         Remove an invalid ifdef.
412         
413 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
414
415         * shell/ev-view.c: (ev_view_motion_notify_event):
416
417         Make sure the cursor is correctly restored after showing the right
418         click menu.
419         
420 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
421
422         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
423         (ev_attachment_open):
424         * shell/ev-sidebar-attachments.c:
425         (ev_sidebar_attachments_button_press):
426         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
427
428         Use GdkAppLaunchContext when available to open attachments.
429         
430 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
431
432         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
433
434         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
435         by Eric Piel.
436         
437 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
438
439         * shell/ev-application.c: (ev_application_get_media_keys):
440         * shell/ev-media-player-keys.[ch]:
441         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
442         (ev_media_player_keys_grab_keys),
443         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
444         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
445         * shell/ev-window.[ch]: (ev_window_dispose),
446         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
447         (ev_window_init):
448
449         Clean up the media player keys stuff.
450         
451 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
452
453         * NEWS:
454         * configure.ac:
455
456         Update for release 2.23.91.
457         
458 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
459
460         * cut-n-paste/smclient/eggsmclient-xsmp.c:
461         (sm_client_xsmp_set_initial_properties):
462
463         Fix memory leak.
464         
465 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
466
467         * shell/ev-application.c: (ev_application_open_window),
468         (ev_application_open_uri_at_dest):
469
470         Make sure evince starts up in the right workspace when resuming a
471         previous session.
472         
473 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
474
475         * shell/ev-application.[ch]: (ev_application_open_window),
476         (ev_application_add_icon_path_for_screen),
477         (ev_application_open_uri_at_dest):
478
479         Fix window manager warnings shown in ~/.xsession-errors
480         
481 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * configure.ac:
484         * cut-n-paste/Makefile.am:
485         * cut-n-paste/smclient/Makefile.am:
486         * cut-n-paste/smclient/eggdesktopfile.[ch]:
487         * cut-n-paste/smclient/eggsmclient-private.h:
488         * cut-n-paste/smclient/eggsmclient-xsmp.c:
489         * cut-n-paste/smclient/eggsmclient.[ch]:
490
491         EggSMClient copied from libegg
492
493         * libdocument/ev-file-helpers.c: (ev_dot_dir):
494         * shell/Makefile.am:
495         * shell/ev-application.[ch]: (ev_application_load_session),
496         (smclient_save_state_cb), (smclient_quit_cb),
497         (ev_application_init_session), (ev_application_shutdown),
498         (ev_application_init):
499         * shell/main.c: (main):
500
501         Use EggSMClient instead of gnome-client and remove libgnome and
502         libgnomeui dependencies.
503         
504 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
505
506         * shell/main.c: (main):
507
508         Remove gnome_authentication_manager_init.
509         
510 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
511
512         * shell/ev-view.c: (ev_view_goto_window_create):
513
514         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
515         since it's now deprecated.
516         
517 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
518
519         * backend/djvu/Makefile.am:
520         * backend/djvu/djvu-document-private.h:
521         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
522         (djvu_document_find_iface_init):
523         * backend/djvu/djvu-text-page.[ch]:
524         * backend/djvu/djvu-text.[ch]: Removed
525         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
526         (pdf_document_find_iface_init):
527         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
528         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
529         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
530         (ev_job_find_get_n_results), (ev_job_find_get_progress),
531         (ev_job_find_has_results), (ev_job_find_get_results):
532         * shell/ev-view-private.h:
533         * shell/ev-view.[ch]: (ev_view_expose_event),
534         (highlight_find_results), (ev_view_finalize),
535         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
536         (ev_view_set_document), (ev_view_find_get_n_results),
537         (ev_view_find_get_result), (jump_to_find_result),
538         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
539         (ev_view_find_previous), (ev_view_find_search_changed),
540         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
541         * shell/ev-window.c: (ev_window_update_actions),
542         (page_changed_cb), (ev_window_setup_document),
543         (ev_window_update_find_status_message),
544         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
545         (ev_window_clear_find_job), (find_bar_close_cb),
546         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
547         (ev_window_dispose), (ev_window_init):
548
549         Rework find interface. The find logic has been moved from backends
550         to the shell avoiding a lot of duplicated code in the backends and
551         making easier to implement the find interface in the backends.
552         
553 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
554
555         * backend/pdf/ev-poppler.cc:
556         (pdf_document_thumbnails_get_dimensions):
557
558         Make sure thumbnail size returned by the PDF is actually
559         valid. Fixes bug #548462.
560         
561 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
562
563         * shell/ev-window.c: (ev_window_setup_document),
564         (ev_window_set_document), (ev_window_dispose):
565
566         Remove the idle function for setting the document up when the
567         window is destroyed. Fixes bug #549163.
568         
569 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
570
571         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
572         (ev_job_attachments_dispose), (ev_job_attachments_run),
573         (ev_job_attachments_class_init), (ev_job_attachments_new):
574         * shell/ev-sidebar-attachments.c:
575         (ev_sidebar_attachments_set_document):
576
577         Add a new job to get the attachments in a thread with the document
578         lock held. Fixes bug #548653.
579         
580 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
583         (tiff_document_document_iface_init):
584
585         Implement document_get_page_label in tiff backend.
586         
587 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * backend/tiff/tiff-document.c: (tiff_document_render):
590
591         Handle document orientation in tiff backend. Fixes bug #548444.
592         
593 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
594
595         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
596
597         Do not crash when adjustment page size is 0. Fixes bug #547440.
598         
599 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
600
601         * cut-n-paste/evmountoperation/ev-mount-operation.c:
602
603         Sync with current GTK+.
604         
605 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
606
607         * configure.ac:
608         
609         Update for release 2.23.6.
610
611 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
612
613         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
614         (ev_job_load_set_password):
615         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
616         * shell/ev-window.c: (password_dialog_response),
617         (ev_window_load_job_cb):
618
619         Fix loading encrypted documents since I broke it with the jobs
620         rework.
621         
622 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
623
624         * NEWS:
625
626         Update NEWS for 2.23.6 release.
627         
628 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
629
630         * backend/impress/impress-document.c:
631         * backend/impress/render.h:
632         * libdocument/ev-document-factory.c:
633         * libdocument/ev-document-factory.h:
634         * libdocument/ev-document-links.h:
635         * libdocument/ev-document-misc.c:
636         * libdocument/ev-document-misc.h:
637         * properties/ev-properties-main.c:
638         * properties/ev-properties-view.c:
639         * properties/ev-properties-view.h:
640         * shell/eggfindbar.c:
641         * shell/eggfindbar.h:
642         * shell/ev-application.c:
643         * shell/ev-application.h:
644         * shell/ev-jobs.h:
645         * shell/ev-message-area.h:
646         * shell/ev-navigation-action.c:
647         * shell/ev-navigation-action.h:
648         * shell/ev-open-recent-action.c:
649         * shell/ev-open-recent-action.h:
650         * shell/ev-page-action-widget.c:
651         * shell/ev-page-action.c:
652         * shell/ev-page-action.h:
653         * shell/ev-page-cache.h:
654         * shell/ev-password-view.h:
655         * shell/ev-password.h:
656         * shell/ev-pixbuf-cache.h:
657         * shell/ev-properties-fonts.c:
658         * shell/ev-sidebar-attachments.c:
659         * shell/ev-sidebar-links.c:
660         * shell/ev-sidebar-links.h:
661         * shell/ev-sidebar-thumbnails.c:
662         * shell/ev-sidebar-thumbnails.h:
663         * shell/ev-sidebar.c:
664         * shell/ev-sidebar.h:
665         * shell/ev-stock-icons.c:
666         * shell/ev-tooltip.h:
667         * shell/ev-view.c:
668         * shell/ev-view.h:
669         * shell/ev-window.c:
670         * shell/ev-window.h:
671         * shell/main.c:
672
673         More #include cleanups. Again: reordering, single gtk.h
674         includes and other stuff.
675
676 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
677
678         * shell/eggfindbar.c:
679         * shell/ev-application.c:
680         * shell/ev-message-area.c:
681         * shell/ev-navigation-action.c:
682         * shell/ev-open-recent-action.c:
683         * shell/ev-page-action-widget.c:
684         * shell/ev-page-action.c:
685         * shell/ev-password-view.c:
686         * shell/ev-properties-dialog.c:
687         * shell/ev-properties-fonts.c:
688         * shell/ev-sidebar-attachments.c:
689         * shell/ev-sidebar-page.c:
690         * shell/ev-sidebar-thumbnails.c:
691         * shell/ev-stock-icons.c:
692         * shell/ev-tooltip.c:
693         * shell/ev-view.c:
694         * shell/ev-window.c:
695         * shell/main.c:
696
697         Cleanup many #include statements: reorder so that a
698         generic-to-specific order is used, use single gtk.h
699         includes, and some other cleanups.
700
701 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
702
703         * shell/ev-jobs.h:
704
705         Add gio header.
706         
707 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
710         (ev_document_fc_mutex_trylock):
711         * shell/Makefile.am:
712         * shell/ev-job-queue.[ch]:
713         * shell/ev-job-scheduler.[ch]:
714         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
715         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
716         (ev_job_run), (ev_job_cancel), (ev_job_failed),
717         (ev_job_failed_from_error), (ev_job_succeeded),
718         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
719         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
720         (ev_job_links_class_init), (ev_job_render_init),
721         (notify_page_ready), (ev_job_render_page_ready),
722         (ev_job_render_run), (ev_job_render_class_init),
723         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
724         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
725         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
726         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
727         (ev_job_save_dispose), (ev_job_save_run),
728         (ev_job_save_class_init), (ev_job_print_init),
729         (ev_job_print_dispose), (ev_job_print_run),
730         (ev_job_print_class_init):
731         * shell/ev-page-cache.c:
732         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
733         (check_job_size_and_unref), (move_one_job),
734         (copy_job_to_job_info), (add_job),
735         (ev_pixbuf_cache_add_jobs_if_needed):
736         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
737         (job_fonts_finished_cb), (job_fonts_updated_cb),
738         (ev_properties_fonts_set_document):
739         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
740         (ev_sidebar_links_set_document):
741         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
742         (ev_sidebar_thumbnails_set_document),
743         (ev_sidebar_thumbnails_clear_job):
744         * shell/ev-view-private.h:
745         * shell/ev-view.c:
746         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
747         (ev_window_refresh_window_thumbnail), (password_dialog_response),
748         (ev_window_clear_load_job), (ev_window_clear_reload_job),
749         (ev_window_load_job_cb), (ev_window_reload_job_cb),
750         (window_open_file_copy_ready_cb), (ev_window_open_uri),
751         (ev_window_reload_document), (ev_window_clear_save_job),
752         (ev_window_save_job_cb), (file_save_dialog_response_cb),
753         (ev_window_clear_print_job), (ev_window_print_job_cb),
754         (ev_window_print_dialog_response_cb):
755         * shell/main.c: (main):
756
757         Rework the jobs system in order to make it simpler and more
758         extensible. It allows to run jobs in the main loop instead of
759         using a thread when it's appropriate like the fonts job. Now it's
760         also possible to cancel jobs that are currently running. 
761         
762 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
763
764         * libdocument/ev-debug.c: (profile_init):
765
766         Create the hash table also when profiling service is enabled for
767         all sections.
768         
769 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * libdocument/ev-debug.[ch]: (ev_profiler_start),
772         (ev_profiler_stop):
773         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
774         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
775         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
776         (ev_job_print_run):
777         * shell/main.c: (main):
778
779         Add a profile mode available when debug is enabled. Add profilers
780         in ev-jobs.
781         
782 2008-07-23  Götz Waschk <waschk@mandriva.org>
783
784         * configure.ac: Correctly build desktop file. Fixes
785         bug #544237.
786
787 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
788
789         * configure.ac:
790         
791         Update for release 2.23.5.
792
793 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
794
795         * NEWS:
796
797         Update NEWS for 2.23.5 release.
798         
799 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
800
801         * shell/ev-window.c: (ev_window_state_event),
802         (ev_window_class_init):
803
804         Intercept window manager's fullscreen request in order to run/stop
805         fullscreen mode. Fixes bug #493541.
806         
807 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
808
809         * shell/ev-window.c: (find_bar_visibility_changed_cb):
810
811         Restart the job search when the find bar is opened for the second
812         time. Fixes bug #531956.
813         
814 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
815
816         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
817         (get_document_from_uri):
818
819         Make sure we always return a valid error struct when
820         get_document_from_uri fails. Fixes nautilus crash, see bug
821         #542548.
822         
823 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
824
825         * libdocument/ev-transition-effect.c
826         (ev_transition_effect_type_get_type),
827         (ev_transition_effect_alignment_get_type),
828         (ev_transition_effect_direction_get_type):
829         
830         Fixes bug #542924. Makes enums static to fix Solaris build.
831
832 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
833
834         * shell/ev-view.c: (ev_view_key_press_event):
835
836         Add '.' keybinding for blanking the screen in presentation
837         mode. Fixes bug #542001.
838         
839 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
840
841         * libdocument/ev-document-misc.c:
842         (ev_document_misc_pixbuf_from_surface):
843
844         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
845         #540950.
846         
847 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
848
849         * backend/comics/comics-document.c (comics_document_load):
850         * backend/comics/comicsdocument.evince-backend.in:
851         * configure.ac:
852         * thumbnailer/evince-thumbnailer-comics.schemas.in:
853         
854         Added support for 7-zip based cb7 comic book. Patch by
855         Kartik Rustagi. Fixes bug #532312.
856
857 2008-06-24  Bastien Nocera  <hadess@hadess.net>
858
859         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
860         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
861         Fixes bug #539972.
862
863 2008-06-24  Bastien Nocera  <hadess@hadess.net>
864
865         * shell/Makefile.am:
866         * shell/ev-application.c (ev_application_init),
867         (ev_application_get_media_keys):
868         * shell/ev-application.h:
869         * shell/ev-marshal.list:
870         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
871         (proxy_destroy), (on_media_player_key_pressed),
872         (ev_media_player_keys_init), (ev_media_player_keys_focused),
873         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
874         * shell/ev-media-player-keys.h:
875         * shell/ev-window.c (ev_window_go_previous_page),
876         (ev_window_go_next_page), (ev_window_go_first_page),
877         (ev_window_go_last_page), (ev_window_start_presentation),
878         (ev_window_dispose), (view_actions_focus_in_cb):
879         * shell/ev-window.h: When building with D-Bus support, listen
880         for multimedia key events from gnome-settings-daemon. This allows
881         to go to the next/previous/first/last pages using, respectively,
882         Next/Previous/Rewing/Fast Forward. The Play button is used to start
883         a presentation. Fixes bug #539971.
884
885 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
886
887         * configure.ac:
888         
889         Update for release 2.23.4.
890
891 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
892
893         * NEWS:
894
895         Update news for 2.23.4 release.
896         
897 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
898
899         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
900         * shell/ev-sidebar-thumbnails.c:
901         (ev_sidebar_thumbnails_set_loading_icon),
902         (ev_sidebar_thumbnails_refresh):
903         * shell/ev-window.c: (ev_window_error_message),
904         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
905         (ev_window_set_document):
906
907         Do not crash opening documents with no pages and show a warning
908         message in the message area. Fixes bugs #537574 and #171588.
909         
910 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
911
912         * shell/Makefile.am:
913         * shell/ev-file-monitor.[ch]:
914         * shell/ev-window.c: (ev_window_document_changed),
915         (ev_window_clear_reload_job), (ev_window_load_job_cb),
916         (ev_window_reload_job_cb), (ev_window_open_uri),
917         (ev_window_reload_document), (ev_window_cmd_view_reload),
918         (ev_window_dispose):
919
920         Automaticly reload the document when the file has changed on
921         disk. Bug #304249.
922         
923 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
924
925         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
926         * libdocument/ev-image.c: (ev_image_save_tmp):
927         * libdocument/ev-module.c: (ev_module_load):
928         * shell/ev-application.c: (ev_application_shutdown),
929         (ev_application_get_print_settings):
930         * shell/ev-sidebar-attachments.c:
931         (ev_sidebar_attachments_button_press),
932         (ev_sidebar_attachments_drag_data_get):
933         * shell/ev-window.c: (window_save_file_copy_ready_cb),
934         (ev_window_print_finished), (ev_window_print_send),
935         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
936         (ev_window_preview_print_finished), (ev_window_do_preview_print),
937         (ev_window_cmd_preview_print):
938         * shell/main.c: (load_files_remote):
939         Fix some build warnings under GCC 4.3.0. (#537535).
940
941 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
942
943         * shell/ev-jobs.c: (ev_job_render_dispose):
944
945         Fix a crash in debug mode. Patch by Daniel M German.
946         
947 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
948
949         * shell/ev-window.c:
950
951         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
952         
953 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
954
955         * shell/ev-window.c: (ev_window_print_send),
956         (ev_window_do_preview_print):
957
958         Use the window title as print job name instead of just
959         "evince-print". Fixes bug #534493.
960         
961 2008-05-19  Frederic Peters  <fpeters@0d.be>
962
963         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
964         Bug #533897.
965
966 2008-05-19  Frederic Peters  <fpeters@0d.be>
967
968         * help/reference/Makefile.am: added missing libevmountoperation to
969         gtkdoc-scanobj libraries.  Bug #533896.
970
971 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
972
973         * properties/ev-properties-view.c (get_default_user_units):
974         Fixes check for default units string translation. Bug #533323.
975
976 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
977
978         * backend/impress/iksemel.c (sax_core): Fix a free() that should
979         be an iks_free(). Fix an array overflow in the XML parser that
980         would occur whenever the number of attributes in a tag was greater
981         than 0 and divisible by 6. Fixes GNOME bug #530852.
982
983 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
984
985         * backend/djvu/djvu-document-private.h:
986         * backend/djvu/djvu-links.c:
987         * backend/djvu/djvu-text.c:
988         * backend/djvu/djvu-document.c: (djvu_handle_events),
989         (djvu_wait_for_message), (djvu_document_load),
990         (document_get_page_size), (djvu_document_render),
991         (djvu_document_thumbnails_get_thumbnail),
992         (djvu_document_file_exporter_end):
993
994         Make sure load job doesn't finish successfully when the document
995         is not successfully decoded by libdjvu. Fixes bug #530202.
996         
997 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * configure.ac:
1000         * libdocument/Makefile.am:
1001         * libdocument/ev-debug.[ch]:
1002         * libdocument/ev-document.c:
1003         * shell/ev-jobs.c: (ev_job_links_dispose),
1004         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1005         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1006         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1007         (ev_job_render_page_ready), (ev_job_render_run),
1008         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1009         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1010         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1011         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1012         (ev_job_print_new), (ev_job_print_run):
1013         * shell/main.c: (main):
1014
1015         Add debug mode based on gedit code. Add debug messages in
1016         ev-jobs.
1017         
1018 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1019
1020         * libdocument/ev-document-factory.c: (get_document_from_uri):
1021
1022         Fix memory leak.
1023         
1024 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1025
1026         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1027         (get_mime_type_from_data), (get_document_from_uri),
1028         (ev_document_factory_get_document):
1029         
1030         Improved error message about file opening failture.
1031         Bug #529129.
1032
1033 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1034
1035         * data/evince-toolbar.xml:
1036         
1037         Allow to add SaveAs to toolbar.
1038
1039 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1040
1041         * shell/ev-view-private.h:
1042         * shell/ev-view.[ch]: (ev_view_button_release_event),
1043         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1044         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1045         (ev_view_update_primary_selection), (clear_link_selected),
1046         (ev_view_copy_link_address):
1047         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1048
1049         Update also the primary selection when copying a link
1050         address. Fixes bug #520855.
1051         
1052 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1053
1054         * libdocument/ev-document-factory.c: (get_document_from_uri):
1055
1056         Use the pixbuf backend only when the mime type is not supported by
1057         any of the other backend so that tiff documents, for instance, are
1058         handled by the tiff backend instead of the pixbuf backend. fixes
1059         bug #520290.
1060         
1061 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1062
1063         * cut-n-paste/Makefile.am:
1064
1065         Add evmountoperation to subdirs list.
1066         
1067 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1068
1069         * configure.ac:
1070
1071         Fix libspectre check in configure script. Fixes bug #528549.
1072         
1073 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1074
1075         * configure.ac:
1076         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1077         * shell/Makefile.am:
1078         * shell/ev-window.c: (ev_window_load_remote_failed),
1079         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1080
1081         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1082         open documents in remote locations that are not mounted.
1083         
1084 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1087         (bitmap_convert_msb8):
1088         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1089         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1090
1091         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1092         
1093 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1094
1095         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1096         (ev_job_render_new), (ev_job_render_set_selection_info),
1097         (ev_job_render_run):
1098         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1099         (check_job_size_and_unref),
1100         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1101         (add_job), (ev_pixbuf_cache_get_selection_surface):
1102
1103         Create the render context needed for rendering a page in the render
1104         thread so that we don't block the main thread. Simplify
1105         EvJobRender API.
1106         
1107 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * libdocument/Makefile.am:
1110         * libdocument/ev-page.[ch]:
1111         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1112         (ev_render_context_new), (ev_render_context_set_page):
1113         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1114         (ev_form_field_finalize), (ev_form_field_class_init):
1115         * libdocument/ev-document-forms.[ch]:
1116         (ev_document_forms_get_form_fields):
1117         * libdocument/ev-document.[ch]: (ev_document_get_page),
1118         (ev_document_get_page_size), (ev_document_get_page_label):
1119         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1120         (ev_job_render_run), (ev_job_thumbnail_new),
1121         (ev_job_thumbnail_run), (ev_job_print_run):
1122         * shell/ev-page-cache.c: (ev_page_cache_new):
1123         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1124         (check_job_size_and_unref), (add_job):
1125         * shell/ev-sidebar-thumbnails.c: (add_range):
1126         * shell/ev-view.c: (ev_view_form_field_get_region),
1127         (ev_view_form_field_button_create_widget),
1128         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1129         (ev_view_handle_form_field), (ev_view_size_allocate),
1130         (get_selected_text):
1131         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1132         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1133         (pdf_document_get_page), (pdf_document_get_page_label),
1134         (pdf_document_render), (pdf_document_get_info),
1135         (pdf_document_document_iface_init),
1136         (pdf_document_thumbnails_get_thumbnail),
1137         (pdf_document_thumbnails_get_dimensions),
1138         (pdf_document_file_exporter_do_page),
1139         (pdf_selection_render_selection),
1140         (pdf_selection_get_selected_text),
1141         (pdf_selection_get_selection_region),
1142         (pdf_selection_get_selection_map),
1143         (pdf_document_forms_get_form_fields),
1144         (pdf_document_forms_form_field_text_get_text),
1145         (pdf_document_forms_form_field_text_set_text),
1146         (pdf_document_forms_form_field_button_set_state),
1147         (pdf_document_forms_form_field_button_get_state),
1148         (pdf_document_forms_form_field_choice_get_item),
1149         (pdf_document_forms_form_field_choice_get_n_items),
1150         (pdf_document_forms_form_field_choice_is_item_selected),
1151         (pdf_document_forms_form_field_choice_select_item),
1152         (pdf_document_forms_form_field_choice_toggle_item),
1153         (pdf_document_forms_form_field_choice_unselect_all),
1154         (pdf_document_forms_form_field_choice_set_text),
1155         (pdf_document_forms_form_field_choice_get_text):
1156         * backend/ps/ev-spectre.c: (ps_document_get_page),
1157         (ps_document_get_page_size), (ps_document_get_page_label),
1158         (ps_document_render), (ps_document_document_iface_init),
1159         (ps_document_file_exporter_do_page):
1160         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1161         (tiff_document_render), (tiff_document_render_pixbuf),
1162         (tiff_document_file_exporter_do_page):
1163         * backend/pixbuf/pixbuf-document.c:
1164         (pixbuf_document_get_page_size):
1165         * backend/comics/comics-document.c:
1166         (comics_document_get_page_size), (comics_document_render_pixbuf):
1167         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1168         (djvu_document_render), (djvu_selection_get_selected_text),
1169         (djvu_document_thumbnails_get_thumbnail),
1170         (djvu_document_file_exporter_do_page),
1171         (djvu_document_find_get_result):
1172         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1173         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1174         (dvi_document_thumbnails_get_thumbnail),
1175         (dvi_document_file_exporter_do_page):
1176         * backend/impress/impress-document.c:
1177         (impress_document_get_page_size),
1178         (impress_document_render_pixbuf):
1179         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1180
1181         Add EvPage so that we can hold a reference to the backend
1182         page. Form fields keep now a reference to the poppler page
1183         improving performance since we don't have to create/destroy the
1184         poppler field for every form operation. This will be needed for
1185         annotations too.
1186         
1187 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1188
1189         * data/evince-ui.xml:
1190         * shell/ev-window.c:
1191
1192         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1193         
1194 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1195
1196         * configure.ac:
1197         * backend/ps/Makefile.am:
1198
1199         Remove gs stuff from ps backend.
1200         
1201 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1202
1203         * configure.ac:
1204         * backend/pdf/ev-poppler.cc:
1205
1206         Bump poppler requirement to 0.8.0.
1207         
1208 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1209
1210         * NEWS:
1211         * configure.ac:
1212
1213         Update for release 2.22.1.1
1214
1215 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1216
1217         * configure.ac:
1218
1219         Fix build (again) when poppler version is 0.6
1220         
1221 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * backend/djvu/djvu-links.c: (build_tree):
1224
1225         Make sure link title is a valid utf8 string. Fixes bug #526517.
1226         
1227 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1228
1229         * configure.ac:
1230
1231         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1232         #526799.
1233         
1234 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1235
1236         * configure.ac:
1237         
1238         Update for release 2.22.1.
1239
1240 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1241
1242         * NEWS:
1243
1244         Update for upcoming release.
1245
1246 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1247
1248         * configure.ac:
1249         * backend/dvi/dvidocument.evince-backend.in:
1250
1251         Add compressed dvi to the list of supported mime types. Patch by
1252         Ed Catmur. Fixes bug #307087.
1253
1254 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1257
1258         Fix a crash when printing a range that doesn't specify the start or
1259         end page. Fixes bug #524288.
1260
1261 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1262
1263         * shell/ev-window.c: (ev_window_cmd_continuous),
1264         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1265         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1266         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1267         (ev_window_run_presentation), (ev_window_stop_presentation),
1268         (ev_window_cmd_view_presentation),
1269         (ev_window_cmd_leave_fullscreen),
1270         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1271
1272         Do not unfullscreen and fullscreen again the window when changing
1273         from fullscreen to presentation mode and vice versa. Fixes bug
1274         #524112.
1275         
1276 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1277
1278         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1279
1280         Do not crash when thumbnail failed to render in PS backend. Fixes
1281         bug #525015.
1282         
1283 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1284
1285         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1286         (ev_window_load_file_remote), (ev_window_open_uri):
1287
1288         Handle errors when opening remote files.
1289         
1290 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1291
1292         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1293
1294         Only grab the focus for the current visible proxy widget. Fixes
1295         bug #521224.
1296         
1297 2008-03-30  Emil Soleyman  <emil@nishra.com>
1298
1299         * shell/ev-window.c: (launch_external_uri):
1300         
1301         Reuse g_app_info_launch_default_for_uri to
1302         save some code and fix bug #525009.
1303
1304 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1305
1306         * shell/ev-window.c (image_save_dialog_response_cb):
1307
1308         Use g_str_has_suffix. See bug #523069.
1309
1310 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1311
1312         * configure.ac:
1313
1314         Add a configure option to enable/diable DBus. Patch by Rémi
1315         Cardona. Fixes bug 521797.
1316
1317 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1318
1319         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1320
1321         Fix printing in documents with rotated pages. Patch by Eugen
1322         Dedu. Fixes bug #512648.
1323         
1324 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1325
1326         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1327         (ev_link_from_action):
1328
1329         Fix warning messages.
1330         
1331 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * shell/ev-window.c: (image_save_dialog_response_cb):
1334
1335         Do not append the extension to filename when saving an image
1336         if the filename alredy contains the extension. Fixes bug #523069.
1337         
1338 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * shell/ev-view.[ch]: (ev_view_find_cancel):
1341         * shell/ev-window.c: (find_bar_close_cb):
1342
1343         Cancel the find operation when the find bar is closed. Fixes bug
1344         #508845.
1345         
1346 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1347
1348         * backend/ps/psdocument.evince-backend.in:
1349
1350         Make ps backend module resident. Fixes bug #520607.
1351         
1352 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1353
1354         * shell/ev-jobs.c: (ev_job_print_run):
1355
1356         Invert collate action in order to work as expected, fix reverse
1357         printing so that it doesn't start with a blank page and fix number
1358         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1359         
1360 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1361
1362         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1363
1364         Fix build with poppler <= 0.7.2
1365         
1366 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * libdocument/ev-document-misc.c:
1369         (ev_document_misc_surface_from_pixbuf):
1370
1371         Fix selections with poppler-splash.
1372         
1373 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1374
1375         * configure.ac:
1376         * backend/pdf/ev-poppler.cc:
1377
1378         Fix build with poppler >= 0.7.2
1379         
1380 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1381
1382         * configure.ac:
1383         
1384         Update for release 2.22.0
1385
1386 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * NEWS:
1389
1390         Update for upcoming release.
1391
1392 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1393
1394         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1395
1396         Bug 495107 – Handle print dialog responses correctly
1397
1398         Correctly handle print dialog response. Properly fixes
1399         the above mentioned bug.
1400
1401 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1402
1403         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1404
1405         Make sure print job is only run when the print button is
1406         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1407         
1408 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1409
1410         * backend/pdf/pdfdocument.evince-backend.in:
1411         * libdocument/ev-backends-manager.c:
1412         (ev_backends_manager_load_backend),
1413         (ev_backends_manager_get_document):
1414         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1415
1416         Allow making backend modules resident. This is needed only for
1417         some backends like pdf to avoid registering glib types more than
1418         once.
1419         
1420 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1421
1422         * backend/comics/comics-document.c:
1423         * backend/djvu/djvu-document.c:
1424         * backend/impress/impress-document.c:
1425         * backend/pdf/ev-poppler.cc:
1426         * backend/pixbuf/pixbuf-document.c:
1427         * backend/ps/ev-spectre.c:
1428         * backend/ps/ps-document.c:
1429         * backend/tiff/tiff-document.c:
1430         * libdocument/ev-document.h:
1431         * properties/ev-properties-main.c:
1432
1433         Use g_type_module_add_interface instead of
1434         g_type_add_interface_static. Fixes bug #519679.
1435         
1436 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1437
1438         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1439         Added. Returns whether the animation has everything necessary to run.
1440         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1441         is ready just because it's been created. Fixes #519106.
1442         (draw_one_page): Do not show the "Loading..." text in presentation
1443         mode, there was a slim probability that this could happen.
1444
1445 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1446
1447         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1448
1449         Duplicate mime_type string before freeing it so that it doesn't
1450         always fail when getting mime type from uri. Fixes bug #518874.
1451         
1452 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1453
1454         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1455
1456         Fix a crash when a choice form field doesn't have any item
1457         selected. Fixes bug #518831
1458         
1459 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1460
1461         * shell/ev-window.c (ev_window_clear_temp_file):
1462         Use g_file_has_prefix instead of renamed
1463         g_file_contains_file.
1464
1465         * configure.ac:
1466         Require new glib for above change.
1467         
1468 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * libdocument/ev-image.c: (ev_image_finalize),
1471         (ev_image_save_tmp):
1472
1473         Return a real uri instead of a filename when saving an
1474         image. Fixes images drag an drop from evince to nautilus. 
1475         
1476 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1477
1478         * backend/pdf/ev-poppler.cc:
1479         (pdf_document_images_get_image_mapping):
1480
1481         Return the image list in the right order. Fixes bug #516237.
1482         
1483 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1484
1485         * backend/impress/impress-document.c:
1486         (impress_document_thumbnails_get_thumbnail):
1487
1488         Remove unused variable to avoid a compiler warning.
1489
1490 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1491
1492         * configure.ac:
1493         
1494         Update for release 2.21.91.
1495
1496 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1497
1498         * configure.ac:
1499         * shell/Makefile.am:
1500         * shell/ev-application.[ch]:
1501         * shell/ev-sidebar-links.c:
1502         * shell/ev-utils.[ch]:
1503         * shell/ev-window.[ch]:
1504
1505         Remove libgnomeprint support. Fixes bug #512370.
1506         
1507 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1508
1509         * thumbnailer/evince-thumbnailer.c: (main):
1510
1511         Initialize glib type system before using it. Fixes bug #513934.
1512         
1513 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1514
1515         * properties/ev-properties-main.c:
1516
1517         Add missing #include.
1518         
1519 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1520
1521         * configure.ac:
1522         * backend/djvu/djvu-document.c: (djvu_document_render):
1523         * backend/tiff/tiff-document.c: (tiff_document_render):
1524
1525         Use the new cairo function cairo_format_stride_for_width when
1526         available. Fixes bug #482720.
1527
1528 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1529
1530         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1531         (get_mime_type_from_data), (get_document_from_uri):
1532
1533         Use g_content_type_guess() only when slow is true in
1534         get_document_from_uri(). Fix several memory leaks.
1535         
1536 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1537
1538         * libdocument/ev-document-factory.c:
1539         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1540         (get_document_from_uri):
1541
1542         Use g_content_type_guess () to get mimetype for files.
1543         Bug #510401.
1544
1545 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1546
1547         * thumbnailer/Makefile.am:
1548
1549         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1550         
1551 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1552
1553         * configure.ac:
1554
1555         Fix build with --without-libgnome. Fixes bug #512771.
1556         
1557 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1558
1559         * backend/dvi/Makefile.am: Install only dvi
1560         module. Fixes bug #512718.
1561
1562 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1563
1564         * properties/ev-properties-main.c: (nautilus_module_initialize):
1565         
1566         Initialize backends in properties tab. Fixes bug
1567         #512720.
1568
1569 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1570
1571         * properties/Makefile.am: No need to link with 
1572         libraries. Fixes bug #512719.
1573
1574 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1575
1576         * NEWS:
1577         * configure.ac:
1578         
1579         Update for release 2.21.90.
1580
1581 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1582
1583         * shell/ev-window.c: (ev_window_cmd_escape):
1584
1585         Fix compile warning.
1586         
1587 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1588
1589         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1590
1591         Fix printing in dvi backend when filename contains white
1592         espaces. Fixes bug #502839.
1593         
1594 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1595
1596         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1597         (screensaver_disable_x11):
1598         * shell/Makefile.am:
1599         * shell/xdg-user-dir-lookup.c: Removed
1600         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1601         * shell/ev-view.c: (ev_view_presentation_transition_start):
1602         * shell/ev-window.c: (ev_window_cmd_file_open),
1603         (ev_window_cmd_save_as), (presentation_set_timeout):
1604
1605         Remove #ifdefs that are no longer needed.
1606         
1607 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1608
1609         * shell/ev-view.[ch]: (ev_view_button_release_event),
1610         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1611         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1612         (ev_window_cmd_escape):
1613
1614         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1615         
1616 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1617
1618         * configure.ac:
1619         * backend/comics/comics-document.c: (comics_document_load):
1620         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1621         (ev_attachment_set_property), (ev_attachment_init),
1622         (ev_attachment_save), (ev_attachment_launch_app),
1623         (ev_attachment_open):
1624         * libdocument/ev-document-factory.c: (get_document_from_uri):
1625         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1626         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1627         * shell/ev-jobs.c:
1628         * shell/ev-password.c: (ev_password_dialog_set_property),
1629         (ev_password_dialog_save_password):
1630         * shell/ev-sidebar-attachments.c:
1631         (ev_sidebar_attachments_drag_data_get):
1632         * shell/ev-window-title.c: (get_filename_from_uri):
1633         * shell/ev-window.c: (ev_window_clear_temp_file),
1634         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1635         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1636         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1637         (launch_external_uri), (image_save_dialog_response_cb),
1638         (attachment_save_dialog_response_cb):
1639         * shell/main.c: (load_files), (load_files_remote), (main):
1640         * thumbnailer/evince-thumbnailer.c: (main):
1641
1642         Port to gio and drop gnome-vfs dependency. Fixes bug
1643         #510401. Based on patch by Cosimo Cecchi.
1644         
1645 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1646
1647         * NEWS:
1648
1649         Fixed formatting inconsistencies (spaces vs. tabs)
1650
1651 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1652
1653         * shell/ev-window.c:
1654
1655         Use top/up/bottom/down arrows instead of
1656         first/left/last/right in the toolbar and menu actions.
1657         This fixes issues with RTL languages and is visually
1658         consistent with the page view. Fixes bug #170081.
1659
1660 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1661
1662         * NEWS:
1663
1664         Fixed some inaccuracies pointed out by Carlos Garcia
1665         Campos.
1666
1667 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1668
1669         * NEWS:
1670         * data/evince.schemas.in:
1671         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1672
1673         Override PDF restrictions by default. Fixes bug #382700.
1674
1675 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1676
1677         * NEWS: Updated for upcoming release
1678
1679 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1682
1683         Fix memory leak.
1684         
1685 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1686
1687         * shell/ev-window.c: (register_custom_actions):
1688         
1689         Added comment for translators
1690
1691 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1692
1693         * shell/ev-view.c: (ev_view_button_release_event):
1694
1695         Do not create the idle function for kinetic scrolling if we are
1696         not in a drag operation.
1697
1698 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1701         (ev_view_button_press_event), (ev_view_motion_notify_event),
1702         (ev_view_button_release_event):
1703
1704         Restore cursor after autoscrolling. Fixes bug #509958.
1705
1706 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1707
1708         * configure.ac:
1709         * backend/pdf/ev-poppler.cc:
1710         (pdf_document_images_get_image_mapping),
1711         (pdf_document_images_get_image),
1712         (pdf_document_document_images_iface_init):
1713         * libdocument/ev-document-images.[ch]:
1714         (ev_document_images_get_image_mapping),
1715         (ev_document_images_get_image):
1716         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1717         (ev_image_get_id), (ev_image_save_tmp):
1718         * shell/ev-jobs.c: (ev_job_render_run):
1719         * shell/ev-view.c: (ev_view_drag_data_get):
1720         * shell/ev-window.c: (image_save_dialog_response_cb),
1721         (ev_view_popup_cmd_copy_image):
1722
1723         Do not render images when rendering the page but on demand. It
1724         reduces the memory comsumption.
1725         
1726 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1727
1728         * configure.a:
1729         * shell/ev-password.c:
1730
1731         Make gnome-keyring optional. Fixes bug #509676.
1732         
1733 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1734
1735         * shell/ev-pixbuf-cache.c: (add_job):
1736
1737         Initialize include_images variable as FALSE instead of TRUE.
1738         
1739 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1740
1741         * configure.ac:
1742         * cut-n-paste/Makefile.am:
1743         * cut-n-paste/fileformatchooser/Makefile.am:
1744         * cut-n-paste/fileformatchooser/egg-macros.h:
1745         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1746         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1747         * shell/Makefile.am:
1748         * shell/ev-utils.c:
1749         (file_chooser_dialog_add_writable_pixbuf_formats),
1750         (get_gdk_pixbuf_format_by_extension):
1751         * shell/ev-utils.h:
1752         * shell/ev-window.c: (ev_window_error_message),
1753         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1754         
1755         Simplify image format selection on save.
1756
1757 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1758
1759         * shell/ev-view.c: (ev_view_scroll_event):
1760         
1761         Repair gorizontal scrolling with shift. Fixes
1762         bug #483412.
1763
1764 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1765         
1766         * MAINTAINERS:
1767
1768         Fix formatting issues.
1769         
1770 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1771
1772         * backend/comics/comics-document.c: (comics_regex_quote):
1773         
1774         Don't overquote special chars except of '. See bug 
1775         502500. Thanks to Tom Parker.
1776
1777 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1778
1779         * MAINTAINERS:
1780         
1781         Added Nickolay and Carlos, since they're doing most of
1782         the releases nowadays.
1783
1784 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1785
1786         * properties/Makefile.am:
1787
1788         Get the nautilus extension dir properly instead of using
1789         a hack. Fixes bug #505359.
1790
1791 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1792
1793         * properties/Makefile.am:
1794         
1795         Install nautilus extension into new place. See bug
1796         #505359. Thanks to Matthias Clasen, Brian Pepple and
1797         Damien Carbery.
1798
1799 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1800
1801         * shell/ev-window.c: (ev_window_get_recent_file_label):
1802         
1803         RTL marker in recent file list. See bug #509076.
1804
1805 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1806
1807         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1808         * shell/ev-window.c: (image_save_dialog_response_cb):
1809
1810         Fix compile warnings due to unused variables.
1811         
1812 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1813
1814         * configure.ac:
1815         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1816         * backend/ps/ev-spectre.c: (ps_document_render):
1817
1818         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1819
1820 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1821
1822         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1823         (ev_transition_animation_paint): Implement "fade" effect.
1824
1825 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1826
1827         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1828         (ev_transition_animation_paint): Implement "uncover" effect.
1829
1830 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1831
1832         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1833         (ev_transition_animation_paint): Implement "cover" effect.
1834
1835 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1836
1837         * shell/ev-transition-animation.c (ev_transition_animation_push)
1838         (ev_transition_animation_paint): Implement "push" effect.
1839
1840 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1841
1842         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1843         (ev_transition_animation_paint): Implement "dissolve" effect.
1844
1845 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1846
1847         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1848         (ev_transition_animation_paint): Implement "wipe" effect.
1849
1850 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1851
1852         * shell/ev-transition-animation.c (ev_transition_animation_box)
1853         (ev_transition_animation_paint): Implement "box" effect.
1854
1855 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1856
1857         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1858         (ev_transition_animation_paint): Implement "blinds" effect.
1859
1860 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1861
1862         * shell/ev-transition-animation.c (ev_transition_animation_split)
1863         (ev_transition_animation_paint): Implement "split" effect.
1864
1865 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1866
1867         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1868         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1869         (ev_view_transition_animation_start) 
1870         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1871         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1872         (ev_view_next_page) (ev_view_previous_page):
1873         
1874         Use EvTransitionAnimation to drive page changes in the presentation
1875         mode, the animation will wait to start until both the origin and 
1876         destination page surfaces are available. Fixes #458460.
1877
1878         (draw_loading_text):
1879
1880         Remove workaround for bug #320352, it's now fixed properly.
1881
1882
1883 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1884
1885         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1886         will contain the implementations for page transition animations, at
1887         the moment it just has the "replace" effect.
1888         * shell/Makefile.am: Added these files to build.
1889
1890 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1891
1892         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1893         animations.
1894         * shell/Makefile.am: Added these files to build.
1895
1896 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1897
1898         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1899         implementation to get_effect() in EvDocumentTransitionIface.
1900
1901 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1902
1903         * libdocument/ev-transition-effect.[ch]: New files, define a page
1904         transition effect, at the moment it maps PopplerPageTransition to a
1905         GObject.
1906         * libdocument/Makefile.am: Added these files to build.
1907         * libdocument/ev-document-transition.[ch]
1908         (ev_document_transition_get_effect): New method, gets the
1909         EvTransitionEffect returned by the interface implementation, with
1910         fallback to the "replace" effect.
1911
1912 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1913
1914         * configure.ac:
1915         * cut-n-paste/Makefile.am:
1916         * cut-n-paste/fileformatchooser/Makefile.am:
1917         * cut-n-paste/fileformatchooser/egg-macros.h:
1918         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1919         * shell/Makefile.am:
1920         * shell/ev-window.c: (image_save_dialog_response_cb),
1921         (ev_view_popup_cmd_save_image_as):
1922
1923         Allow exporting images in any format supported by
1924         GdkPixbuf. Fixes bug #500209.
1925         
1926 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1927
1928         * backend/pixbuf/pixbuf-document.c:
1929
1930         More warnings fixed.
1931         
1932 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1933
1934         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1935         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1936         * backend/djvu/djvu-text.h:
1937         * backend/tiff/tiff-document.c: (tiff_document_render):
1938
1939         Fix compile warnings.
1940         
1941 2007-12-28  Christian Persch  <chpe@gnome.org>
1942
1943         * **/*.c: Include config.h. Bug #504721.
1944
1945 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1946
1947         * configure.ac:
1948         * Makefile.am:
1949         * po/POTFILES.in:
1950         * backend/comics/Makefile.am:
1951         * backend/comics/comics-document.[ch]:
1952         * backend/comics/comicsdocument.evince-backend.in:
1953         * backend/djvu/Makefile.am:
1954         * backend/djvu/djvu-document.[ch]:
1955         * backend/djvu/djvudocument.evince-backend.in:
1956         * backend/dvi/Makefile.am:
1957         * backend/dvi/dvi-document.[c]:
1958         * backend/dvi/dvidocument.evince-backend.in:
1959         * backend/impress/Makefile.am:
1960         * backend/impress/impress-document.[ch]:
1961         * backend/impress/impressdocument.evince-backend.in:
1962         * backend/pdf/Makefile.am:
1963         * backend/pdf/ev-poppler.cc:
1964         * backend/pdf/ev-poppler.h:
1965         * backend/pdf/pdfdocument.evince-backend.in:
1966         * backend/pixbuf/Makefile.am:
1967         * backend/pixbuf/pixbuf-document.[ch]:
1968         * backend/pixbuf/pixbufdocument.evince-backend.in:
1969         * backend/ps/Makefile.am:
1970         * backend/ps/ev-spectre.[ch]:
1971         * backend/ps/ps-document.[ch]:
1972         * backend/ps/psdocument.evince-backend.in:
1973         * backend/tiff/Makefile.am:
1974         * backend/tiff/tiff-document.[ch]:
1975         * backend/tiff/tiffdocument.evince-backend.in:
1976         * libdocument/Makefile.am:
1977         * libdocument/ev-backends-manager.[ch]:
1978         * libdocument/ev-module.[ch]:
1979         * libdocument/ev-document.h:
1980         * libdocument/ev-document-factory.[ch]:
1981         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1982         (get_compression_from_mime_type), (get_document_from_uri),
1983         (ev_document_factory_get_document), (file_filter_add_mime_types),
1984         (ev_document_factory_add_filters):
1985         * shell/Makefile.am:
1986         * shell/ev-window-title.c: (get_filename_from_uri):
1987         * shell/main.c: (main):
1988         * thumbnailer/Makefile.am:
1989         * thumbnailer/evince-thumbnailer.c: (main):
1990
1991         Plugin system for backends. Fixes bug #351348.
1992         
1993 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1994
1995         * shell/ev-view-private.h:
1996         * shell/ev-view.c: (ev_view_drag_update_momentum),
1997         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1998         (ev_view_button_release_event), (ev_view_destroy):
1999         
2000         Kinetic scrolling implemented as requested in
2001         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2002
2003 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2004
2005         * data/evince-toolbar.xml:
2006         * data/evince-ui.xml:
2007         * shell/ev-view-private.h:
2008         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2009         (ev_view_button_press_event), (ev_view_motion_notify_event),
2010         (ev_view_button_release_event), (ev_view_init),
2011         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2012         (ev_view_set_cursor):
2013         * shell/ev-view.h:
2014         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2015         (ev_window_cmd_view_autoscroll):
2016         
2017         Autoscroll feature with the context menu. Fixes bug 
2018         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2019
2020 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2021
2022         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2023
2024         Disconnect also page-ready signal when removing a job because the
2025         page size has changed. Thanks to kripken
2026         <kripkensteiner@gmail.com>.
2027
2028 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2029
2030         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2031         
2032         Scroll pages in page entry with mouse wheel. Fixes bug
2033         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2034
2035 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2036
2037         * backend/dvi/Makefile.am:
2038         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2039         (mdvi_cairo_device_init):
2040         * backend/dvi/mdvi-lib/common.h:
2041         * backend/dvi/mdvi-lib/mdvi.h:
2042         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2043         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2044         (mdvi_build_path_from_cwd):
2045
2046         Add ps specials support in dvi backend when libspectre is
2047         present. Fixes bug #386005.
2048         
2049 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * configure.ac:
2052         * backend/ps/Makefile.am:
2053         * backend/ps/ev-spectre.[ch]:
2054         
2055         Use libspectre, if available, for the ps backend. Fixes bugs
2056         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2057
2058 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2059         
2060         * backend/comics/comics-document.c: (comics_document_load):
2061         
2062         Cygwin build issue fix.
2063
2064 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2065
2066         * shell/ev-view.c: (ev_view_set_zoom):
2067
2068         Do not limit the minimum zoom factor when sizing mode is best bit
2069         or fit width. Fixes bug #503805.
2070         
2071 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2072
2073         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2074         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2075         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2076         (ev_link_dest_get_property), (ev_link_dest_set_property),
2077         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2078         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2079         (ev_link_dest_new_fitr):
2080         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2081         (goto_fith_dest), (goto_xyz_dest):
2082
2083         Do not change left, top and zoom values when they are null in PDF
2084         destinations. Fixes bug #460658.
2085         
2086 2007-12-10  Christian Persch  <chpe@gnome.org>
2087
2088         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2089         (ev_view_accessible_class_init),
2090         (ev_view_accessible_idle_do_action),
2091         (ev_view_accessible_action_do_action),
2092         (ev_view_accessible_action_get_description),
2093         (ev_view_accessible_action_set_description),
2094         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2095         (ev_view_accessible_factory_init),
2096         (ev_view_accessible_factory_get_accessible_type):
2097         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2098         private data, and G_DEFINE_TYPE. Bug #502843.
2099
2100 2007-12-08  Christian Persch  <chpe@gnome.org>
2101
2102         * shell/ev-metadata-manager.c: (item_free),
2103         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2104         (value_free), (parse_value), (parseItem),
2105         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2106         (save_values): Use GSlice to allocate small amounts of memory. Bug
2107         #475972.
2108
2109 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2112
2113         Restore cursor to normal after a drag operation. Fixes bug
2114         #501603.
2115         
2116 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2117
2118         * NEWS:
2119         * configure.ac:
2120         
2121         Update for release 2.21.1
2122
2123 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2124
2125         * configure.ac:
2126         * cut-n-paste/gedit-message-area/Makefile.am:
2127         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2128         * shell/Makefile.am:
2129         * shell/ev-message-area.[ch]:
2130         * shell/ev-window.c: (ev_window_set_message_area),
2131         (ev_window_error_message_response_cb), (ev_window_error_message),
2132         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2133         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2134         (ev_attachment_popup_cmd_open_attachment),
2135         (attachment_save_dialog_response_cb), (ev_window_set_document),
2136         (ev_window_init):
2137
2138         Use a message area instead of a popup dialog for error
2139         notifications. Fixes bug #337495.
2140         
2141 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2142
2143         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2144         (ev_window_run_fullscreen):
2145
2146         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2147         
2148 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2149
2150         * ev-sidebar-thumbnails.c: (update_visible_range),
2151         (ev_sidebar_thumbnails_refresh),
2152         (ev_sidebar_thumbnails_set_document),
2153         (ev_sidebar_thumbnails_support_document):
2154
2155         Show thumbnails for documents with one page. Fixes bug #358751.
2156         
2157 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2158
2159         * shell/ev-window.c:
2160         (ev_window_load_print_settings_from_metadata),
2161         (ev_window_save_print_settings), (ev_window_print_finished),
2162         (ev_window_print_range):
2163
2164         Print settings that are specific to the document are now saved per
2165         document in the metadata file. Fixes bug #488806.
2166         
2167 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2168
2169         * backend/tiff/tiff-document.c: (tiff_document_render):
2170
2171         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2172         
2173 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2174
2175         * shell/ev-application.[ch]: (get_find_string_from_args),
2176         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2177         (ev_application_open_uri_list):
2178         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2179         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2180         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2181         (ev_window_cmd_recent_file_activate),
2182         (ev_window_open_recent_action_item_activated),
2183         (ev_window_print_send), (open_remote_link):
2184         * shell/main.c: (arguments_parse):
2185
2186         Add a command line option for search. Fixes bug #497710.
2187         
2188 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2189
2190         * shell/ev-jobs.c: (ev_job_print_new):
2191
2192         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2193         
2194 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2195
2196         * data/evince-toolbar.xml:
2197         * shell/Makefile.am:
2198         * shell/ev-application.c: (ev_application_init):
2199         * shell/ev-open-recent-action.[ch]:
2200         * shell/ev-window.c:
2201         (ev_window_open_recent_action_item_activated),
2202         (register_custom_actions):
2203
2204         Add an expander to the open toolbar item which pops up a dropdown
2205         menu with the recently used documents. Fixes bug #487215.
2206         
2207 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2208
2209         * shell/ev-window.c: (ev_window_open_uri),
2210         (ev_window_cmd_view_reload):
2211
2212         Do not jump to the first page when reloading by running evince
2213         from the command line. Fixes bug #490847.
2214         
2215 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2216
2217         * shell/ev-window.c: (ev_window_cmd_help_contents):
2218
2219         Plugged memory leak when help file is not found. Fixes bug
2220         #490762.
2221         
2222 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2223
2224         * configure.ac:
2225
2226         Enable djvu, dvi and comics backends by default. Fixes bug
2227         #437121.
2228         
2229 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2230
2231         * configure.ac:
2232         * cut-n-paste/Makefile.am:
2233         * cut-n-paste/recent-files/*: Removed
2234         * help/reference/Makefile.am:
2235         * shell/Makefile.am:
2236         * shell/ev-application.[ch]: (ev_application_shutdown),
2237         (ev_application_init):
2238         * shell/ev-window.c: (ev_window_add_recent),
2239         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2240
2241         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2242         
2243 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2244
2245         * shell/ev-window.c: (launch_external_uri):
2246
2247         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2248         and report error if the URL is not supported (#489910).
2249
2250 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2251
2252         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2253         (pdf_document_file_exporter_begin_page),
2254         (pdf_document_file_exporter_end_page):
2255
2256         Fix printing with poppler splash backend. Fixes bug #489774.
2257         
2258 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2259
2260         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2261         * shell/ev-print-job.c: (ev_print_job_class_init):
2262
2263         Fix a crash when printing with the gnome-print dialog. Fixes bug
2264         #488939.
2265         
2266 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2267
2268         * backend/pixbuf/pixbuf-document.c:
2269
2270         Fix an implicit function definition warning (#487655)
2271
2272 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2273
2274         * shell/ev-window.c:
2275
2276         Fix conflicting shortcut for view sade pane and presentation.
2277         
2278 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2279
2280         * backend/pdf/ev-poppler.cc:
2281         (pdf_document_file_exporter_begin_page),
2282         (pdf_document_file_exporter_do_page),
2283         (pdf_document_file_exporter_end_page),
2284         (pdf_document_file_exporter_iface_init):
2285         * libdocument/ev-file-exporter.[ch]:
2286         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2287         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2288         (ev_job_print_run):
2289
2290         When printing multiple pages per sheet in reverse option, do not
2291         invert the order of the pages in every sheet, but the order of the
2292         sheets. Do not print blank pages when page range is invalid. Fixes
2293         bugs #484857 and #485521.
2294         
2295 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2298         (ev_job_print_run):
2299         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2300
2301         Respect ranges order when printing more than one range in random
2302         order.
2303         
2304 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2305
2306         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2307         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2308
2309         Rotate also the window icon when document is rotated. Fixes bug
2310         #474681.
2311         
2312 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2315         (pdf_document_forms_get_form_fields):
2316
2317         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2318         Matthias Drochner.
2319         
2320 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2321
2322         * configure.ac:
2323         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2324
2325         Use poppler_page_render_for_printing() instead of
2326         poppler_page_render() if available when exporting to a ps or pdf
2327         file. Fixes bug #476627.
2328         
2329 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2330
2331         * shell/ev-window.c: (ev_window_run_fullscreen):
2332
2333         Do not show the toolbar in fullscreen mode if the main toolbar is
2334         not visible. Fixes bug #483048.
2335         
2336 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * shell/ev-view.c: (ev_view_button_press_event):
2339
2340         Give priority to form fields over images when deciding whether a
2341         button press event is over an image or form field. It allows edit
2342         form fields when they are over a background image. Fixes bug
2343         #477841.
2344         
2345 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2346
2347         * NEWS:
2348         * configure.ac:
2349         
2350         Update for release 2.20.0
2351
2352 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2353
2354         * backend/pdf/ev-poppler.cc:
2355
2356         Remove #ifdef HAVE_FORMS, so that forms support works again.
2357
2358 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2359
2360         * configure.ac:
2361         * data/evince.desktop.in.in:
2362         
2363         Fixes desktop file issues. See bug #473471.
2364
2365 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2366
2367         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2368         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2369         (ev_job_queue_remove_job):
2370         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2371         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2372         * shell/ev-window.c: (ev_window_clear_save_job),
2373         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2374         (ev_window_dispose):
2375
2376         Move save a copy task to its own job so that it's carried out in a
2377         thread avoiding another lock in the main thread. Use
2378         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2379         can be saved to a pathin another file system. Fixes bug #456891.
2380         
2381 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2382
2383         * NEWS:
2384         * configure.ac:
2385         
2386         Update for release 2.19.92
2387
2388 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2389
2390         * configure.ac:
2391         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2392         (pdf_selection_get_selection_region),
2393         (pdf_selection_get_selection_map),
2394         (ev_form_field_from_poppler_field):
2395
2396         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2397         and triple click selections are enabled again now.
2398
2399 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2400
2401         * shell/ev-window.c: (ev_window_add_history):
2402
2403         Make sure not to use the history with documents not supporting
2404         links. Fixes bug #468954.
2405
2406 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2407
2408         * shell/ev-window.c: (ev_window_load_job_cb):
2409
2410         Restart the search when reloading a document with the find bar
2411         visible. Fixes bug #461962.
2412
2413 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * shell/ev-window.c: (setup_document_from_metadata),
2416         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2417
2418         Do not jump to the first page when reloading a document from the
2419         last page.
2420
2421 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2422
2423         * shell/ev-window.c: (update_chrome_flag),
2424         (setup_sidebar_from_metadata),
2425         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2426         (ev_window_cmd_edit_find_next),
2427         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2428         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2429         (find_bar_close_cb), (view_actions_focus_in_cb):
2430
2431         Do not update visibility when changing a chrome flag so that it's
2432         possible to update several flags and update visibility only once
2433         for all of them.
2434
2435 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2436
2437         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2438
2439         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2440         supported by gtk+. Fixes bug #460907.
2441
2442 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2443
2444         * shell/ev-view.c: (view_update_range_and_current_page):
2445
2446         Make sure current-page <= end-page in continuous mode. Fixes bug
2447         #454950.
2448
2449 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2450
2451         * backend/pdf/ev-poppler.cc: (build_tree):
2452
2453         Ignore outline items without a title. Fixes bug #453913.
2454
2455 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2456
2457         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2458         (ev_view_button_release_event), (ev_view_leave_notify_event):
2459
2460         Use always drag mouse cursor during a drag operation. Fixes bug
2461         #470564.
2462
2463 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2464
2465         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2466         (pdf_selection_get_selection_region),
2467         (pdf_selection_get_selection_map):
2468
2469         Temporarily disable double and triple selections since it depends on
2470         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2471         released and the update of the external dependency minimal version
2472         approved.
2473
2474 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2475
2476         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2477         (pdf_document_file_exporter_do_page):
2478         * libdocument/ev-file-exporter.h:
2479         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2480         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2481
2482         Actually fix printing regressions. Remove orientation from
2483         EvPrintContext since it's redundant.
2484
2485 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2486
2487         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2488         * backend/impress/impress-document.c:
2489         (impress_document_document_iface_init):
2490         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2491         * backend/djvu/djvu-document.c:
2492         (djvu_document_document_iface_init),
2493         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2494         * backend/tiff/tiff-document.c:
2495         (tiff_document_document_iface_init):
2496         * backend/pixbuf/pixbuf-document.c:
2497         (pixbuf_document_document_iface_init):
2498         * backend/comics/comics-document.c:
2499         (comics_document_document_iface_init):
2500         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2501         (pdf_selection_render_selection),
2502         (pdf_selection_get_selected_text),
2503         (pdf_selection_get_selection_region),
2504         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2505         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2506         (ev_selection_get_selection_region),
2507         (ev_selection_get_selection_map):
2508         * libdocument/ev-document.[ch]:
2509         * shell/ev-pixbuf-cache.[ch]: (add_job),
2510         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2511         * shell/ev-view-private.h:
2512         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2513         (ev_job_render_run):
2514         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2515         * shell/ev-view.c: (start_selection_for_event),
2516         (ev_view_button_press_event), (ev_view_drag_data_get),
2517         (ev_view_drag_data_received), (ev_view_button_release_event),
2518         (compute_new_selection_text), (compute_selections),
2519         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2520         (ev_view_primary_get_cb):
2521
2522         Add support for double and triple click selections.
2523
2524 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2525
2526         * NEWS:
2527         * configure.ac:
2528
2529         Update for release 2.19.4
2530
2531 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2532
2533         * shell/ev-view-private.h:
2534         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2535         (ev_view_set_highlight_search):
2536         * shell/ev-view.h:
2537         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2538         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2539         (find_bar_visibility_changed_cb):
2540         
2541         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2542
2543 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2544
2545         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2546         (pdf_document_file_exporter_begin),
2547         (pdf_document_file_exporter_do_page):
2548         * shell/ev-jobs.c: (ev_job_print_run):
2549         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2550
2551         Create always a portrait cairo surface and rotate when needed for
2552         landscape. It fixes printing problems in real printers.
2553
2554 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2555
2556         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2557         * libdocument/ev-file-exporter.[ch]:
2558         (ev_file_exporter_get_capabilities):
2559         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2560         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2561
2562         Adjust number of pages per row according to page orientation when
2563         printing 2 or 6 pages per sheet.
2564
2565 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2566
2567         * shell/ev-window.c: (ev_window_print_send):
2568
2569         Reset also cups setting to 1 when printing multiple pages per
2570         sheet. Fixes bug #468853.
2571
2572 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2573
2574         * libdocument/ev-document-misc.c:
2575         (ev_document_misc_surface_rotate_and_scale):
2576
2577         Use directly cairo_surface_get_content() when creating a similar
2578         surface as suggested by Jeff Muizelaar. Thanks again.
2579
2580 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2581
2582         * backend/djvu/djvu-document.c: (djvu_document_render):
2583         * backend/tiff/tiff-document.c: (tiff_document_render):
2584         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2585         * libdocument/ev-document-misc.c:
2586         (ev_document_misc_surface_from_pixbuf),
2587         (ev_document_misc_surface_rotate_and_scale):
2588
2589         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2590         creating page surfaces. Fixes bug #453123. Thank you very much to
2591         Jeff Muizelaar <jeff@infidigm.net>.
2592
2593 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2594
2595         * shell/ev-page-cache.c: (ev_page_cache_new),
2596         (ev_page_cache_get_thumbnail_size):
2597         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2598         (ev_sidebar_thumbnails_set_loading_icon):
2599
2600         Also store in page-cache the dimensions of the thumbnails so that
2601         they can be used to create the correct loading icon in the side
2602         pane. Fixes bug #466857.
2603
2604 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2605
2606         * backend/pdf/ev-poppler.cc:
2607         (pdf_document_thumbnails_get_thumbnail):
2608
2609         Fix thumbnails rotation in pdf documents that include embedded 
2610         thumbnails.
2611
2612 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2613
2614         * backend/pdf/ev-poppler.cc:
2615
2616         Don't use #ifdef in macro expansion. Some compilers don't
2617         like that. Closes bug #467042.
2618
2619 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2620
2621         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2622         
2623         Fixes memory leak in djvu backend.
2624
2625 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2626
2627         * data/icons/32x32/Makefile.am:
2628         * data/icons/32x32/actions/Makefile.am:
2629         * data/icons/32x32/actions/view-page-cont.svg:
2630         * data/icons/32x32/actions/view-page-facing.svg:
2631         * data/icons/48x48/Makefile.am:
2632         * data/icons/48x48/actions/Makefile.am:
2633         * data/icons/48x48/actions/view-page-cont.svg:
2634         * data/icons/48x48/actions/view-page-facing.svg:
2635         
2636         Icons for a new sizes.
2637
2638 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2639
2640         * shell/ev-page-cache.c: (build_height_to_page),
2641         (ev_page_cache_get_height_to_page):
2642         
2643         Fixes invalid read, see bug #466401.
2644
2645 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2646
2647         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2648         (set_drag_cursor):
2649         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2650         (configure_item_cursor), (new_pixbuf_from_widget):
2651
2652         Fix multihead problems in toolbar editor. Fixes bug #382055.
2653
2654 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2655
2656         * shell/ev-window.c: (ev_window_cmd_file_open),
2657         (ev_window_cmd_save_as):
2658
2659         Use g_get_user_special_dir when available instead of
2660         xdg_user_dir_lookup.
2661
2662 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2663
2664         * MAINTAINERS:
2665         
2666         Updated according to request on desktop-devel.
2667
2668 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2669
2670         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2671
2672         Do not use cairo_rectangle and cairo_clip since we are
2673         not using cairo_fill but cairo_paint. Use the same cairo context
2674         for every page in the same expose event.
2675
2676 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2677
2678         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2679         leak.
2680
2681 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2682
2683         * configure.ac:
2684         * NEWS:
2685
2686         Release 0.9.3
2687
2688 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2689
2690         * libdocument/ev-document-info.h:
2691         * libdocument/ev-document.h:
2692         * shell/ev-page-action.h:
2693         * shell/ev-sidebar-links.h:
2694
2695         Fix a headers problem with ev-link
2696         
2697         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2698         * shell/ev-view-private.h:
2699         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2700         (get_link_area), (ev_view_query_tooltip),
2701         (ev_view_leave_notify_event), (ev_view_destroy),
2702         (ev_view_class_init):
2703
2704         Use new gtk tooltips when available instead of ev-tooltip.
2705         
2706 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2707
2708         * shell/ev-window.c: (update_chrome_visibility),
2709         (ev_window_sidebar_visibility_changed_cb):
2710
2711         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2712         
2713 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2714
2715         * shell/ev-navigation-action.c:
2716         (ev_navigation_action_history_changed),
2717         (ev_navigation_action_set_history):
2718         * shell/ev-navigation-action-widget.c:
2719         (ev_navigation_action_widget_init):
2720         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2721
2722         Fix compile warnings.
2723         
2724 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2725
2726         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2727         (egg_editable_toolbar_dispose):
2728
2729         Fix memory leak.
2730         
2731 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2732
2733         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2734         (screensaver_disable_x11):
2735         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2736         * shell/ev-window.c: (presentation_set_timeout):
2737         * shell/ev-view.c: (ev_view_presentation_transition_start):
2738
2739         Use g_timeout_add_seconds instead of g_timeout_add when
2740         available.
2741         
2742 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2743
2744         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2745
2746         Set horizontal scrollbar policy to AUTOMATIC instead of
2747         NEVER. Workaround for bug #449462.
2748         
2749 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2750
2751         * shell/ev-jobs.c: (ev_job_render_page_ready):
2752
2753         Add page_ready callback to main loop with high priority and hold
2754         a reference to job during idle.
2755         
2756 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2757
2758         * configure.ac:
2759         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2760         (pdf_document_file_exporter_begin),
2761         (pdf_document_file_exporter_do_page),
2762         (pdf_document_file_exporter_get_capabilities):
2763         * libdocument/ev-file-exporter.h:
2764         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2765         * shell/ev-window.c: (ev_window_print_send),
2766         (ev_window_print_dialog_response_cb):
2767
2768         Allow printing multiple pages per sheet. Fixes bug #395573.
2769         
2770 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2771
2772         * shell/ev-view.c: (tip_from_link):
2773         
2774         Check for NULL, fixes bug #460862.
2775
2776 2007-07-29  Christian Persch  <chpe@gnome.org>
2777
2778         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2779         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2780         (ev_window_cmd_preview_print):
2781         
2782         Fixes bug #437681 - blocks while enumerating printers.
2783
2784 2007-07-29  Christian Persch  <chpe@gnome.org>
2785
2786         * shell/ev-window.c: (ev_window_screen_changed):
2787         
2788         Don't use deprecated gtk+ function. See bug #460909.
2789
2790 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2791
2792         * shell/ev-utils.c: (get_num_monitors):
2793         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2794
2795         Do not use display before initializing it. Remove compile
2796         warnings.
2797
2798 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2799
2800         * shell/ev-view.c: (ev_view_class_init):
2801         
2802         Unix-like hjkl bindings added. See bug #458111.
2803
2804 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2805
2806         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2807         * shell/ev-utils.h:
2808         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2809         (ev_view_update_view_size):
2810         * shell/ev-view.h:
2811         * shell/ev-window.c: (ev_window_update_actions),
2812         (setup_view_from_metadata), (ev_window_screen_changed),
2813         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2814         (zoom_control_changed_cb):
2815         * shell/ev-window.h:
2816         
2817         Reorganizes utility functions.
2818
2819 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2820
2821         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2822         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2823         (add_job), (ev_pixbuf_cache_get_surface),
2824         (ev_pixbuf_cache_get_link_mapping),
2825         (ev_pixbuf_cache_get_image_mapping),
2826         (ev_pixbuf_cache_get_form_field_mapping),
2827         (ev_pixbuf_cache_get_text_mapping):
2828         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2829         (notify_page_ready), (ev_job_render_page_ready),
2830         (ev_job_render_run):
2831
2832         Add page_ready signal to notify that page is ready as soon as
2833         possible even if other page elements like links, forms, images or
2834         text mapping are not ready yet.
2835
2836 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2837
2838         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2839         (dvi_document_file_exporter_do_page),
2840         (dvi_document_file_exporter_get_capabilities),
2841         (dvi_document_file_exporter_iface_init):
2842         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2843         (ps_document_file_exporter_do_page),
2844         (ps_document_file_exporter_get_capabilities),
2845         (ps_document_file_exporter_iface_init):
2846         * backend/djvu/djvu-document.c:
2847         (djvu_document_file_exporter_begin),
2848         (djvu_document_file_exporter_end),
2849         (djvu_document_file_exporter_get_capabilities),
2850         (djvu_document_file_exporter_iface_init):
2851         * backend/tiff/tiff-document.c:
2852         (tiff_document_file_exporter_begin),
2853         (tiff_document_file_exporter_get_capabilities),
2854         (tiff_document_document_file_exporter_iface_init):
2855         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2856         (pdf_document_file_exporter_do_page),
2857         (pdf_document_file_exporter_get_capabilities),
2858         (pdf_document_file_exporter_iface_init):
2859         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2860         (ev_file_exporter_get_capabilities):
2861         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2862         (idle_print_handler), (ev_print_job_print):
2863         * shell/ev-jobs.c: (ev_job_print_run):
2864         * shell/ev-window.c: (ev_window_print_send),
2865         (ev_window_print_range):
2866
2867         Use capabilities to know which options should be offered by the
2868         print dialog depending on the document backend.
2869
2870 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2871
2872         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2873
2874         Give priority to forms over text to set the cursor.
2875
2876 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * shell/ev-view-private.h:
2879         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2880         (ev_view_leave_notify_event), (ev_view_finalize),
2881         (ev_view_get_property), (ev_view_class_init):
2882
2883         Use IBEAM cursor for text form fields and NORMAL cursor for read
2884         only fields. Remove unused status attribute.
2885
2886 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2887
2888         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2889
2890         Update region for current selected items also for checkbox
2891         buttons, since they can behave as radio buttons when they are in a
2892         set.
2893
2894 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2895
2896         * configure.ac:
2897         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2898
2899         Get max length of text form fields.
2900
2901 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2902
2903         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2904         * libdocument/ev-form-field.h:
2905         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2906
2907         Fix build with current poppler cvs head.
2908
2909 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2910
2911         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2912         * shell/eggfindbar.c: (egg_find_bar_init):
2913
2914         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2915         deprecation. Fixes bug #455667
2916
2917 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2918
2919         * NEWS:
2920         * configure.ac:
2921         
2922         Update for release 0.9.2
2923
2924 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2925
2926         * shell/ev-view.c: (ev_view_form_field_text_save),
2927         (ev_view_form_field_choice_save):
2928
2929         Fix a crash when closing whith a form widget visible.
2930
2931 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2932
2933         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2934
2935         Update also the region of the current selected button when
2936         clicking on another button if they are radio buttons.
2937
2938 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2939
2940         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2941         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2942         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2943         (ev_pixbuf_cache_get_link_mapping),
2944         (ev_pixbuf_cache_get_image_mapping),
2945         (ev_pixbuf_cache_get_form_field_mapping),
2946         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2947         * shell/ev-view.c: (ev_view_form_field_get_region),
2948         (ev_view_form_field_button_create_widget),
2949         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2950         (job_finished_cb):
2951
2952         Redraw only form field region instead of the whole page when
2953         reloading a page to show changes on the form field.
2954
2955 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2956
2957         * shell/ev-view.c: (ev_view_form_field_choice_save):
2958
2959         Fix selection of first item in list form fields.
2960
2961 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2962
2963         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2964         (ev_pixbuf_cache_reload_page),
2965         (ev_pixbuf_cache_get_form_field_mapping):
2966
2967         Some refactoring to avoid duplicated code.
2968
2969 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2970
2971         * configure.ac:
2972         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2973         (ev_form_field_from_poppler_field),
2974         (pdf_document_forms_get_form_fields),
2975         (pdf_document_forms_form_field_text_get_text),
2976         (pdf_document_forms_form_field_text_set_text),
2977         (pdf_document_forms_form_field_button_set_state),
2978         (pdf_document_forms_form_field_button_get_state),
2979         (pdf_document_forms_form_field_choice_get_item),
2980         (pdf_document_forms_form_field_choice_get_n_items),
2981         (pdf_document_forms_form_field_choice_is_item_selected),
2982         (pdf_document_forms_form_field_choice_select_item),
2983         (pdf_document_forms_form_field_choice_toggle_item),
2984         (pdf_document_forms_form_field_choice_unselect_all),
2985         (pdf_document_forms_form_field_choice_set_text),
2986         (pdf_document_forms_form_field_choice_get_text),
2987         (pdf_document_document_forms_iface_init):
2988         * libdocument/Makefile.am:
2989         * libdocument/ev-form-field.[ch]:
2990         * libdocument/ev-document-forms.[ch]:
2991         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2992         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2993         (add_job), (ev_pixbuf_cache_reload_page),
2994         (ev_pixbuf_cache_get_form_field_mapping):
2995         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2996         * shell/ev-view-private.h:
2997         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2998         (ev_view_handle_cursor_over_xy),
2999         (ev_view_get_form_field_at_location),
3000         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3001         (ev_view_form_field_button_create_widget),
3002         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3003         (ev_view_form_field_text_create_widget),
3004         (ev_view_form_field_choice_save),
3005         (ev_view_form_field_choice_changed),
3006         (ev_view_form_field_choice_create_widget),
3007         (ev_view_handle_form_field), (ev_view_size_allocate),
3008         (ev_view_realize), (draw_end_presentation_page),
3009         (ev_view_button_press_event), (ev_view_remove_all),
3010         (ev_view_motion_notify_event), (ev_view_key_press_event),
3011         (ev_view_enter_notify_event), (highlight_find_results),
3012         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3013         (ev_view_class_init), (page_changed_cb),
3014         (on_adjustment_value_changed), (ev_view_set_presentation),
3015         (merge_selection_region), (ev_view_set_cursor),
3016         (ev_view_reset_presentation_state):
3017         
3018         Merge evince-forms branch.
3019
3020 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3021
3022         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3023
3024         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3025         This script also updates itself from libegg
3026
3027         * cut-n-paste/toolbar-editor/egg*:
3028         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3029         libegg
3030
3031 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3032
3033         * shell/ev-window.c:
3034         
3035         Adds a nice icon to page action during toolbar editing.
3036         See bug #452872.
3037
3038 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3039
3040         * data/evince-toolbar.xml:
3041         * shell/ev-window.c:
3042         
3043         Let user add a presentation and fullscreen icons on toolbar.
3044         See bug #449734.
3045
3046 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3047
3048         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3049
3050         new script to keep in sync with toolbareditor in libegg
3051
3052         * cut-n-paste/toolbar-editor/*: 
3053
3054         Run update-toolbareditor-from-libegg so we are in sync again. 
3055         Fixes bug #452850.
3056         
3057
3058 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3059
3060         * shell/ev-sidebar-links.c: (job_finished_callback):
3061
3062         Do not connect selection changed signal more than once. Fixes bug
3063         #349433.
3064
3065 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3066
3067         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3068
3069         Do not change sidebar chrome flag when pressing F9 key in
3070         presentation mode.
3071
3072 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3073
3074         * backend/pdf/ev-poppler.cc:
3075         (pdf_document_thumbnails_get_dimensions):
3076
3077         Make sure thumbnails width and height is not <= 0. Fixes a crash
3078         with some pdf documents which have really small pages.
3079
3080 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3081
3082         * shell/main.c: (main):
3083
3084         Fixes program description translation issue.
3085         Bug #450148.
3086
3087 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3088
3089         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3090
3091         Do not change current page when returning from black/white mode
3092         in presentation. Fixes bug #415032.
3093
3094 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3095
3096         * NEWS:
3097         * configure.ac:
3098         
3099         Update for release 0.9.1
3100
3101 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3102
3103         * backend/dvi/dvi-document.c:
3104         (dvi_document_finalize),
3105         (dvi_document_file_exporter_format_supported),
3106         (dvi_document_file_exporter_begin),
3107         (dvi_document_file_exporter_do_page),
3108         (dvi_document_file_exporter_end),
3109         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3110         
3111         PDF exporter for dvi documents. Fixes bug #441319.
3112
3113 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3114
3115         * shell/ev-window.c: (ev_window_clear_print_job):
3116
3117         Clear gtk print job when job has finished. Fixes bug #447612.
3118
3119 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3120
3121         * shell/ev-window.c: (ev_window_print_send),
3122         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3123
3124         Add preview button to print dialog. Fixes bug #445419.
3125
3126 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3127
3128         * backend/dvi/Makefile.am:
3129         * backend/dvi/pixbuf-device.[ch]: Removed
3130         * backend/dvi/cairo-device.[ch]: Added
3131         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3132         * backend/dvi/dvi-document.c: (dvi_document_load),
3133         (dvi_document_render), (dvi_document_finalize),
3134         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3135         (dvi_document_do_color_special):
3136         * libdocument/ev-document-misc.[ch]:
3137         (ev_document_misc_pixbuf_from_surface):
3138
3139         Port dvi backend to cairo and fix a problem with colors. 
3140
3141 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3142
3143         * shell/ev-view.c: (draw_one_page):
3144
3145         Draw only visible region.
3146
3147 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3148
3149         * backend/djvu/djvu-document.c: (djvu_document_render):
3150
3151         Fix rotation in djvu backend.
3152
3153 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3154
3155         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3156         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3157         (ev_pixbuf_cache_get_image_mapping),
3158         (ev_pixbuf_cache_get_text_mapping):
3159
3160         Redraw view every time we have a new surface. Fixes bug #443587.
3161
3162 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3163
3164         * libdocument/ev-document.c: (ev_document_info_free):
3165
3166         Fix memory leaks.
3167
3168 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3169
3170         * backend/dvi/dvi-document.c: (dvi_document_render),
3171         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3172         * backend/impress/impress-document.c:
3173         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3174         (impress_document_render), (impress_document_document_iface_init),
3175         (impress_document_thumbnails_get_thumbnail):
3176         * backend/djvu/djvu-document-private.h:
3177         * backend/djvu/djvu-document.c: (djvu_document_render),
3178         (djvu_document_finalize), (djvu_document_document_iface_init),
3179         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3180         * backend/tiff/tiff-document.c: (tiff_document_render),
3181         (tiff_document_render_pixbuf),
3182         (tiff_document_document_iface_init):
3183         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3184         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3185         (pdf_selection_render_selection):
3186         * backend/comics/comics-document.c:
3187         (comics_document_render_pixbuf), (comics_document_render),
3188         (comics_document_document_iface_init):
3189         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3190         (pixbuf_document_document_iface_init):
3191         * libdocument/ev-document-misc.[ch]:
3192         (ev_document_misc_surface_from_pixbuf),
3193         (ev_document_misc_surface_rotate_and_scale):
3194         * libdocument/ev-document.[ch]: (ev_document_render):
3195         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3196         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3197         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3198         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3199         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3200         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3201         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3202         (render_finished_cb), (ev_job_render_run):
3203         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3204         (merge_selection_region):
3205
3206         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3207         and selections.
3208
3209 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3210
3211         * shell/ev-window-title.c: (ev_window_title_update):
3212
3213         Fix memory leak.
3214
3215 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3216
3217         * shell/ev-view.c: (draw_loading_text):
3218
3219         Show loading text centered. Fixes bug #433061
3220
3221 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * shell/ev-sidebar-thumbnails.c:
3224         (ev_sidebar_thumbnails_set_loading_icon):
3225
3226         Remove a mutex in the main thread that blocks the UI in heavy
3227         documents.
3228
3229 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3230
3231         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3232
3233         Set points_set to TRUE so that selections don't disappear after a
3234         zoom change.
3235
3236 2007-06-07  Michael Monreal  <infernux@web.de>
3237
3238         * data/icons/16x16/actions/Makefile.am:
3239         * data/icons/16x16/actions/zoom.svg:
3240         * data/icons/22x22/actions/Makefile.am:
3241         * data/icons/22x22/actions/zoom.svg:
3242         * data/icons/24x24/actions/Makefile.am:
3243         * shell/ev-stock-icons.c:
3244         * shell/ev-stock-icons.h:
3245         * shell/ev-window.c:
3246         
3247         Zoom icon artwork. See bug #444795.
3248
3249 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3250
3251         * shell/ev-metadata-manager.c: Remove extraneous function
3252         (Closes: #444386)
3253
3254 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3255
3256         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3257         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3258         (ev_metadata_manager_set), (ev_metadata_manager_save):
3259         Simplify the timeout, no need for modified anymore
3260
3261 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3262
3263         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3264         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3265         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3266         (ev_metadata_manager_save): Adapted patch from Arjan van de
3267         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3268         time, saves on power (Closes: #443851)
3269
3270 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3271
3272         * configure.ac:
3273         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3274         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3275
3276         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3277
3278 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3279
3280         * shell/ev-window.c: (ev_window_add_history):
3281
3282         Check if history is NULL
3283
3284 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3285
3286         * libdocument/ev-image.c: (ev_image_finalize):
3287         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3288         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3289         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3290         (ev_tmp_uri_unlink):
3291
3292         Add functions to delete temporary files created by evince in a safe
3293         way.
3294
3295         * shell/ev-window.c: (ev_window_clear_local_uri),
3296         (open_xfer_update_progress_callback),
3297         (save_xfer_update_progress_callback), (ev_window_save_remote),
3298         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3299         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3300         (attachment_save_dialog_response_cb),
3301         (ev_attachment_popup_cmd_save_attachment_as):
3302
3303         Allow saving a copy of a document, image or attachment to a remote
3304         location. Fixes bug #440754. 
3305
3306 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3307
3308         * configure.ac:
3309         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3310
3311         Fix build with current poppler from cvs head. 
3312
3313 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3314
3315         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3316
3317         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3318         directory exists.
3319
3320 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3321
3322         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3323         * shell/ev-window.c:
3324
3325         Change sidebar ordering. Fixes bug #439939.
3326
3327 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3328
3329         * backend/comics/Makefile.am:
3330         
3331         Fixes build with --without-libgnome.
3332
3333 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3334         
3335         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3336
3337         Update cursor and tooltip on page change and view scroll. Fixes bug
3338         #439217.
3339
3340 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3341
3342         * NEWS:
3343         * configure.ac:
3344         
3345         Update for release 0.9.0
3346
3347 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3348
3349         * backend/djvu/djvu-document-private.h:
3350         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3351         (djvu_document_finalize),
3352         (djvu_document_file_exporter_format_supported),
3353         (djvu_document_file_exporter_begin),
3354         (djvu_document_file_exporter_do_page),
3355         (djvu_document_file_exporter_end),
3356         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3357         
3358         Implemented printing with djvu. Bug #437998.
3359
3360 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3361
3362         * backend/impress/zip.c:
3363         Add missing ulong definition.
3364
3365         * backend/ps/ps-interpreter.c:
3366         Add missing headers.
3367
3368         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3369
3370 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3371
3372         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3373
3374         Add missing call to parent class dispose method. 
3375
3376 2007-05-12  Ross Burton  <ross@openedhand.com>
3377
3378         * shell/main.c:
3379         Sync keybindings manually when building without libgnome
3380         (#437925).
3381
3382 2007-05-12  Ross Burton  <ross@openedhand.com>
3383
3384         * shell/ev-window.c:
3385         Respect the screen when opening help (#437866).
3386
3387 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3388
3389         * data/evince-ui.xml:
3390         * shell/ev-application.[ch]: (get_print_settings_from_args),
3391         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3392         (ev_application_open_uri_list):
3393         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3394         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3395         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3396         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3397         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3398         (ev_window_dispose):
3399         * shell/main.c: (arguments_parse):
3400
3401         Add print button in preview mode. Fixes bug #396475. 
3402
3403 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3404
3405         * cut-n-paste/zoom-control/ephy-zoom.h:
3406         
3407         Fixes zoom level factors. See bug #408119 for details.
3408
3409 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3410
3411         * backend/comics/comics-document.c: (comics_regex_quote),
3412         (extract_argv):
3413         
3414         Correctly quote symbols. Fixes crash in the bug
3415         #415370.
3416
3417 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3418
3419         * shell/ev-navigation-action-widget.c:
3420         (ev_navigation_action_widget_init),
3421         (ev_navigation_action_widget_class_init),
3422         (ev_navigation_action_widget_button_press_event):
3423         
3424         Connect to button-press event on correct widget. Fixes
3425         bug #431988
3426
3427 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3428
3429         * shell/ev-application.c: (ev_application_open_window),
3430         (ev_application_add_icon_path_for_screen),
3431         (ev_application_open_uri_at_dest):
3432         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3433         * shell/ev-navigation-action.c: (build_menu):
3434         
3435         Add app-specific icons to our icon theme. Fixes bug
3436         #425508.
3437
3438 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3439
3440         * shell/ev-history.c: (ev_history_class_init),
3441         (ev_history_add_link):
3442         * shell/ev-history.h:
3443         * shell/ev-navigation-action.c:
3444         (ev_navigation_action_history_changed),
3445         (ev_navigation_action_set_history), (build_menu),
3446         (ev_navigation_action_finalize):
3447         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3448         
3449         Make navigation action unsensitive instead of showing
3450         menu with unsensitive word. Fixes bug #417392.
3451
3452 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3453
3454         * shell/ev-application.[ch]: (ev_application_shutdown),
3455         (ev_application_get_print_settings),
3456         (ev_application_set_print_settings):
3457         * shell/ev-window.c:
3458
3459         Remember print settings. Fixes bug #349102. 
3460
3461 2007-05-08  Christian Persch  <chpe@gnome.org>
3462
3463         * configure.ac:
3464         * properties/ev-properties-view.c:
3465
3466         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3467         Bug #382438.
3468
3469 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3470
3471         * configure.ac:
3472         * properties/ev-properties-view.c: (ev_regular_paper_size):
3473
3474         Use gtk+ builtin paper list to identify the document's paper size.
3475         Fixes bug #382438. 
3476
3477 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3478
3479         * configure.ac:
3480
3481         Fix build when compiling with thumbnailer and libgnome support. 
3482
3483 2007-05-04  Ross Burton  <ross@openedhand.com>
3484
3485         * configure.ac:
3486         Add --without-libgnome, check for libgnome and libgnomeui
3487         separately, and add them to the symbols as required.
3488
3489         * libdocument/ev-file-helpers.c:
3490         When building without libgnome, use g_get_user_config_dir instead
3491         of gnome_user_dir_get.
3492
3493         * shell/ev-application.c:
3494         When building without libgnome, don't use session management.
3495
3496         * shell/main.c:
3497         When building without libgnome, don't use GnomeProgram or
3498         initialise the authentication manager.
3499
3500         This fixes #328842.
3501
3502 2007-05-04  Ross Burton  <ross@openedhand.com>
3503
3504         * shell/ev-window.c:
3505         Don't use libgnome to open help, instead call Yelp directly.
3506
3507 2007-05-04  Ross Burton  <ross@openedhand.com>
3508
3509         * shell/ev-sidebar-attachments.c:
3510         Don't use libgnome to lookup icons for MIME types, instead copy
3511         code from GTK+ to do it manually.
3512
3513 2007-05-04  Ross Burton  <ross@openedhand.com>
3514
3515         * configure.ac:
3516         Add libxml to the dependencies for SHELL_CORE (#435818).
3517
3518 2007-05-02  Ross Burton  <ross@openedhand.com>
3519
3520         * configure.ac:
3521         * Makefile.am:
3522         Add --disable-thumbnailer (#434825)
3523
3524 2007-05-02  Ross Burton  <ross@openedhand.com>
3525
3526         * shell/ev-window.c:
3527         Add missing includes, fix indentation.
3528
3529         * shell/main.c:
3530         Fix indentation.
3531
3532 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3533
3534         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3535         ev_application_open_uri_at_dest instead of ev_application_open_uri
3536         preventing new document always being opened in a new window even if there
3537         is an empty window.
3538
3539 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3540
3541         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3542         (egg_recent_view_uimanager_finalize):
3543         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3544         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3545         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3546         (ev_pixbuf_cache_dispose):
3547         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3548         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3549         
3550         Add missing chain to parent class methods. Fixes
3551         bug #433128.
3552
3553 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3554
3555         * data/Makefile.am (update-icon-cache): Updates
3556         gtk-update-icon-cache in uninstall-hook.
3557
3558 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3559
3560         * shell/ev-window.c: (ev_window_setup_document),
3561         (ev_window_set_document), (ev_window_load_job_cb):
3562         * shell/ev-view.c: (setup_caches):
3563         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3564
3565         Start rendering pages before any other jobs. 
3566
3567 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3568
3569         * shell/ev-window.c: (ev_window_stop_fullscreen),
3570         (ev_window_stop_presentation):
3571
3572         Update chrome visibility before window unfullscreen. 
3573
3574 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3575
3576         * data/Makefile.am:
3577         * data/evince-ui.xml:
3578         * shell/ev-stock-icons.[ch]:
3579         * shell/ev-application.[ch]: (ev_application_shutdown),
3580         (ev_application_init), (ev_application_get_toolbars_model):
3581         * shell/ev-window.c: (update_chrome_visibility),
3582         (fullscreen_toolbar_setup_item_properties),
3583         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3584         (ev_window_run_presentation), (ev_window_stop_presentation),
3585         (ev_window_run_preview), (ev_window_screen_changed),
3586         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3587         (ev_window_dispose), (ev_window_init):
3588
3589         Make fullscreen toolbar always visible. Do not use egg toolbars for
3590         fullscreen and preview modes since such toolbars are not editables.
3591         Fixes bugs #300278, #338910 and #316188.  
3592
3593 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3594
3595         * shell/ev-application.c:
3596         * shell/ev-job-queue.c:
3597         * shell/ev-metadata-manager.c:
3598         * shell/ev-stock-icons.c:
3599         * shell/ev-window.c:
3600         * shell/main.c:
3601         
3602         Developers documentation updated.
3603
3604 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3605
3606         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3607
3608         Check whether uri is valid before launching it. Fixes bug #427664.
3609
3610 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3611
3612         * shell/ev-window.c:
3613
3614         Change key accelerator for Open a Copy menu entry which is in conflict
3615         with Close. Fixes bug #427321.
3616
3617 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3618
3619         * NEWS:
3620         * configure.ac:
3621         
3622         Update for release 0.8.1
3623
3624 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3625
3626         * shell/ev-window.c: (setup_size_from_metadata):
3627         
3628         Do not make window bigger than screen. Fixes bug 
3629         #388985.
3630
3631 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3632
3633         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3634         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3635
3636         Use default resolution when it's not provided by document. Fixes bug
3637         #408762.
3638
3639 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3640
3641         * configure.ac:
3642         * thumbnailer/Makefile.am:
3643         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3644         * thumbnailer/evince-thumbnailer.schemas.in:
3645         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3646
3647         Add support for ps, eps and compressed documents thumbnails. Do not
3648         ignore size parameter. 
3649
3650 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3651
3652         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3653         (dvi_document_do_color_special):
3654         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3655
3656         Implement font color specials in the DVI backend. Fixes bug #303651.
3657
3658 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3659
3660         Fixup the previous commit:
3661
3662         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3663         * shell/xdg-user-dir-lookup.c: Make the function non-static
3664         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3665
3666 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3667
3668         * shell/ev-window.c (file_open_dialog_response_cb): Use
3669         the xdg-user-dirs DOCUMENTS folder as default folder when
3670         opening a file chooser.  (#424858)
3671
3672         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3673         xdg-user-dirs.
3674
3675 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3676
3677         * shell/ev-window.c: (ev_window_load_job_cb):
3678
3679         Do not setup view from metadata on preview mode. 
3680
3681 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3682
3683         * shell/main.c:
3684
3685         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3686
3687 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3688
3689         * shell/ev-view.c: (ev_view_primary_get_cb):
3690
3691         Check pointer != NULL before using it. Fixes bug #416841. 
3692
3693 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3694
3695         * NEWS:
3696         * configure.ac:
3697         
3698         Release 0.8.0
3699
3700 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3701
3702         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3703
3704         Do not render thumbnails when sidebar thumbnail page is not visible
3705         at startup. Fixes bug #416447. 
3706
3707 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3708
3709         * data/evince.desktop.in.in:
3710
3711         "Application" is not a valid category in the freedesktop specification.
3712
3713 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3714
3715         * libdocument/ev-file-helpers.[ch]: (compression_run),
3716         (ev_file_uncompress), (ev_file_compress):
3717         * shell/ev-window.c: (file_save_dialog_response_cb):
3718
3719         Save document compressed when saving a copy of a compressed document.
3720         Fixes bug #334542.
3721
3722 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3723
3724         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3725
3726         Allow deleting in goto window entry in presentation mode. 
3727
3728 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3729
3730         * Makefile.am: Dist MAINTAINERS.
3731
3732 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3733
3734         * shell/ev-window.c: (ev_window_update_actions):
3735
3736         Fix zoom shortcut keys when searching. Fixes bug #409828.
3737
3738 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3739
3740         * shell/ev-window.c: (ev_window_setup_document):
3741
3742         Fix crash when loading documents with only one page. 
3743
3744 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3745
3746         * backend/dvi/dvi-document.c:
3747         (dvi_document_thumbnails_get_dimensions),
3748         (dvi_document_thumbnails_get_thumbnail):
3749         * backend/impress/impress-document.c:
3750         (impress_document_thumbnails_get_thumbnail),
3751         (impress_document_thumbnails_get_dimensions):
3752         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3753         (ps_document_thumbnails_get_dimensions):
3754         * backend/djvu/djvu-document.c:
3755         (djvu_document_thumbnails_get_dimensions),
3756         (djvu_document_thumbnails_get_thumbnail):
3757         * backend/tiff/tiff-document.c:
3758         (tiff_document_thumbnails_get_thumbnail),
3759         (tiff_document_thumbnails_get_dimensions):
3760         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3761         (pdf_document_thumbnails_get_thumbnail),
3762         (pdf_document_thumbnails_get_dimensions):
3763         * backend/comics/comics-document.c:
3764         (comics_document_thumbnails_get_thumbnail),
3765         (comics_document_thumbnails_get_dimensions):
3766         * backend/pixbuf/pixbuf-document.c:
3767         (pixbuf_document_thumbnails_get_thumbnail),
3768         (pixbuf_document_thumbnails_get_dimensions):
3769         * libdocument/ev-document-thumbnails.[ch]:
3770         (ev_document_thumbnails_get_thumbnail),
3771         (ev_document_thumbnails_get_dimensions):
3772         * libdocument/ev-document-misc.[ch]:
3773         (ev_document_misc_get_thumbnail_frame):
3774         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3775         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3776         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3777         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3778         (ev_sidebar_thumbnails_refresh):
3779         * shell/ev-window.c: (ev_window_setup_document):
3780         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3781
3782         Use an EvRenderContext for rendering thumbnails instead of a suggested
3783         width, so that different sized pages get sized proportionally.
3784
3785 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3786
3787         * shell/ev-view.c: (ev_view_button_press_event),
3788         (ev_view_key_press_event):
3789
3790         Fix critical warnings when there is no document loaded. 
3791
3792 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3793
3794         * shell/ev-page-action-widget.c:
3795         * shell/ev-navigation-action.c:
3796         * shell/ev-window.c:
3797
3798         Fix compile warnings. 
3799
3800 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3801
3802         * backend/djvu/djvu-text.h:
3803         * backend/djvu/djvu-document.c:
3804         * backend/djvu/djvu-text-page.c:
3805         * backend/djvu/djvu-links.c:
3806         * backend/djvu/djvu-text-page.h:
3807         * backend/djvu/djvu-text.c:
3808         
3809         Fix build on Mac. Fixes bug #392186. Patch by
3810         <ephraim_owns@hotmail.com>
3811
3812 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3813
3814         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3815
3816         Restore cairo context before rendering every page when printing a PDF
3817         document into a PDF file. 
3818
3819 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3820
3821         * backend/ps/gstypes.h:
3822         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3823         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3824         (ps_document_thumbnails_get_thumbnail):
3825
3826         Handle PostScript page orientation. Fixes bug #318568.
3827
3828 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * backend/ps/Makefile.am:
3831         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3832         (document_load), (ps_document_load), (save_document),
3833         (save_page_list), (ps_document_get_n_pages),
3834         (ps_document_get_page_size), (ps_document_get_info),
3835         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3836         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3837         (ps_document_thumbnails_get_thumbnail),
3838         (ps_document_thumbnails_get_dimensions),
3839         (ps_document_document_thumbnails_iface_init):
3840         * backend/ps/ps.[ch]: (psgetpagebox):
3841         * backend/ps/ps-interpreter.[ch]:
3842
3843         Add support for thumbnails in ps backend. Fixes bug #164755. 
3844
3845 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3846
3847         * NEWS:
3848         * configure.ac:
3849         
3850         Release 0.7.2
3851
3852 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3853
3854         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3855         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3856         (ev_window_dispose):
3857
3858         Use document thumbnail as window icon. Fixes bug #384442.
3859
3860 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3861
3862         * configure.ac:
3863
3864         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3865         duplicated adding application/x-bzpostscript instead. 
3866
3867 2007-02-11  Tom Parker  <palfrey@tevp.net>
3868
3869         * backend/ps/ps-document.c: (document_load):
3870
3871         Check return value of psscan before trying
3872         to use it. Fixes bug #372414.
3873
3874 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3875
3876         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3877
3878         Fix invalid free in ev-page-cache. Fixes bug #404745.
3879
3880 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3881
3882         * test/Makefile.am:
3883         * test/test3.py:
3884         
3885         Added reload test case.
3886
3887 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3888
3889         * po/POTFILES.in:
3890         * backend/djvu/djvu-document.c: (djvu_document_load):
3891
3892         Check whether there are missing files in indirect multipage djvu
3893         documents. Fixes bug #361683. 
3894
3895 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3896
3897         * test/Makefile.am:
3898         * test/test-mime.bin:
3899         * test/test3.py:
3900         
3901         Added test for slow mime type
3902
3903 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3904
3905         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3906
3907         Add some checks and call parent_class->finalize. Fixes bug #404745.
3908
3909 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3910
3911         * shell/ev-navigation-action.c: (connect_proxy):
3912         
3913         Fixes dropdown history menu. Thanks a lot Carlos!
3914
3915 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3916
3917         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3918
3919         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3920         bug #373715.
3921
3922 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3923
3924         * backend/ps/ps.c: (psscan):
3925
3926         Fix memory leak. 
3927
3928 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3929
3930         * configure.ac:
3931         * libdocument/ev-file-helpers.c: 
3932
3933         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3934
3935 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3936
3937         * configure.ac:
3938         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3939         (ps_interpreter_start), (document_load), (save_document),
3940         (save_page_list):
3941         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3942         * libdocument/ev-document-factory.c:
3943         (ev_document_factory_get_from_mime), (get_document_from_uri),
3944         (free_uncompressed_uri), (ev_document_factory_get_document):
3945         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3946
3947         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3948
3949 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3950
3951         * libdocument/ev-document.h:
3952
3953         Fix typo in function name. 
3954
3955 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3956
3957         * backend/ps/ps-document.c: (ps_interpreter_finished),
3958         (ps_interpreter_start), (ps_interpreter_failed):
3959
3960         Handle ghostscript interpreter crashes. 
3961
3962 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3963
3964         * shell/ev-window.c: (ev_window_open_uri),
3965         (window_configure_event_cb):
3966
3967         Setup window size and position before showing it. Fixes bug #401711.
3968
3969 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3970
3971         * backend/ps/Makefile.am:
3972         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3973         (ps_document_dispose), (ps_document_class_init),
3974         (ps_interpreter_input), (ps_interpreter_output),
3975         (ps_interpreter_error), (setup_interpreter_env),
3976         (ps_interpreter_start), (ps_interpreter_stop),
3977         (ps_interpreter_failed), (ps_interpreter_is_ready),
3978         (check_filecompressed), (document_load), (ps_document_load),
3979         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3980         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3981         (render_page):
3982
3983         Rework ps-document. Code cleanups, remove deprecated code. 
3984
3985 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3986
3987         * shell/ev-view.c: (ev_view_button_press_event):
3988
3989         Do not start an image drag and drop operation when pointer is on 
3990         text, so that we can select text when the whole background is an
3991         image. 
3992
3993 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3994
3995         * shell/ev-window.c: (ev_window_update_actions): 
3996
3997         Disable all zoom related actions during presentation mode. 
3998
3999 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4000
4001         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4002
4003         Do not zoom in or out on presentation mode. Fixes bug #401305.
4004
4005 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4006
4007         * shell/ev-navigation-action.c: (connect_proxy),
4008         (create_menu_item), (ev_navigation_action_class_init):
4009         
4010         Correctly show menu and fix crash when navigaton 
4011         action is out of toolbar visible area.
4012
4013 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4014
4015         * data/Makefile.am:
4016         * data/evince.1:
4017         
4018         Added man file
4019
4020 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4021
4022         * help/reference/* :
4023         * configure.ac:
4024         
4025         Added gtk-doc based documentation for Evince.
4026         Still in initial state but I hope it will
4027         grow.
4028         
4029         * configure.ac:
4030         
4031         Lower dbus requirement to 0.70
4032
4033 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4034
4035         * shell/ev-window.c: (ev_window_add_history):
4036
4037         Fix memory leak. 
4038
4039 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4040
4041         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4042         * shell/ev-view.h:
4043         * shell/ev-window.c: (ev_window_add_history):
4044         
4045         Correctly handle named destination links
4046
4047 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4048
4049         * NOTES:
4050         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4051         * backend/pdf/ev-poppler.cc:
4052         * libdocument/ev-document-links.h:
4053         * libdocument/ev-link.c: (ev_link_get_page):
4054         * libdocument/ev-link.h:
4055         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4056         (ev_history_add_link):
4057         * shell/ev-history.h:
4058         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4059         (new_history_menu_item), (build_menu):
4060         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4061         * shell/ev-sidebar-links.c: (create_loading_model),
4062         (print_section_cb), (ev_sidebar_links_construct),
4063         (fill_page_labels), (update_page_callback_foreach),
4064         (update_page_callback), (job_finished_callback):
4065         * shell/ev-view.c: (ev_view_handle_link):
4066         * shell/ev-window.c: (ev_window_find_chapter),
4067         (ev_window_add_history), (view_handle_link_cb),
4068         (history_changed_cb):
4069         
4070         Implements another history variant
4071
4072 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4073
4074         * shell/ev-window.c: (view_external_link_cb):
4075         * shell/ev-view.c: (ev_view_button_release_event):
4076
4077         Open links in new window when clicking with middle button. 
4078
4079 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4080
4081         * shell/ev-navigation-action.c: (new_history_menu_item):
4082         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4083         * shell/ev-view.c: (ev_view_handle_link):
4084         * shell/ev-window.c:
4085         
4086         Store link before jump, not the destination. For me it 
4087         seems like more natural history behavior.
4088
4089 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4090
4091         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4092         (ev_navigation_action_class_init):
4093         * shell/ev-navigation-action.h:
4094         * shell/ev-page-action.c: (activate_cb):
4095         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4096         (ev_page_cache_set_current_page_history):
4097         * shell/ev-page-cache.h:
4098         * shell/ev-sidebar-thumbnails.c:
4099         (ev_sidebar_tree_selection_changed),
4100         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4101         * shell/ev-view-private.h:
4102         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4103         * shell/ev-view.h:
4104         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4105         (ev_window_setup_document), (ev_window_load_job_cb):
4106         * shell/ev-window.h:
4107         
4108         History finally works as expected.
4109
4110 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4111
4112         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4113
4114         Do not update links treeview if it doesn't have a model assigned yet. 
4115
4116 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4117
4118         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4119         (ev_sidebar_links_class_init), (update_page_callback):
4120
4121         Do not update links treeview when sidepane is not visible. 
4122
4123 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4124
4125         * shell/ev-marshal.list:
4126         * shell/ev-page-action.c: (activate_cb),
4127         (ev_page_action_class_init):
4128         * shell/ev-page-action.h:
4129         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4130         * shell/ev-window.c:
4131         
4132         Remove activate_link signal, not required.
4133
4134 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4135
4136         * shell/ev-navigation-action.c: (build_menu):
4137         
4138         Reorder menu items and build menu with fixed length.
4139
4140 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4141
4142         * shell/ev-view.c: (get_selected_text):
4143         
4144         Normalize text to fix ligatures problem. See bug
4145         #341947 for details.
4146
4147 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4148
4149         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4150
4151         Fix memory leak in ev-page-cache. 
4152
4153 2007-01-25  Tom Parker <palfrey@tevp.net>
4154
4155         * backend/impress/impress-document.c: (impress_document_load),
4156         (impress_document_finalize), (impress_document_init):
4157         * properties/ev-properties-main.c: (ev_properties_get_pages):
4158         
4159         Correctly handle impress document errors. Fixes nautilus
4160         crash in property page #370491.
4161
4162 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4163
4164         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4165         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4166         (ev_job_queue_remove_job):
4167         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4168         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4169         (ev_job_load_run):
4170         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4171         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4172         (ev_window_load_job_cb), (xfer_update_progress_callback),
4173         (ev_window_open_uri), (ev_window_dispose):
4174         * shell/main.c: (main):
4175
4176         Do file transfer asynchronously in the main thread instead of
4177         synchronously in the load thread. Fixes bugs #399694, #398307 and
4178         #343542.
4179
4180 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4181
4182         * shell/ev-jobs.c: (ev_job_xfer_run):
4183
4184         Load the document with the font-config lock held. 
4185
4186 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4187
4188         * backend/ps/ps-document.c: (start_interpreter):
4189
4190         Fix memory leaks in ps backend. 
4191
4192 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4193
4194         * backend/impress/impress-document.c:
4195         (impress_document_render_pixbuf):
4196
4197         Do not acquire fontconfig lock in impress backend, since it is using
4198         the main loop for rendering. 
4199
4200 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4201
4202         * po/POTFILES.in: 
4203
4204         Remove mdvi files that shouldn't be translated. 
4205
4206 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4207
4208         * shell/ev-view-private.h:
4209         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4210         (ev_view_set_zoom):
4211
4212         Render "loading..." text into a cairo surface instead of directly into
4213         the window so that fontconfig lock is only needed once and UI is not
4214         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4215
4216 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4217
4218         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4219         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4220
4221         Use icon theme associated with the window screen rather than default. 
4222
4223 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4224
4225         * configure.ac:
4226
4227         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4228
4229 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4230
4231         * data/icons/*/apps/evince.*:
4232
4233         Move Evince icons under new apps directory.
4234
4235         * data/icons/*/actions/*:
4236
4237         Add new custom themeable Evince icons: view-page-continuous, 
4238         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4239         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4240
4241         * configure.ac:
4242
4243         Add new directories to AC_CONFIG_FILES.
4244
4245         * shell/ev-stock-icons.c:
4246         * shell/ev-stock-icons.h:
4247
4248         Use new custom themeable icons.
4249
4250 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4251
4252         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4253
4254         Do not draw white background page in presentation mode. 
4255
4256 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4257
4258         * shell/ev-view.c: Remove unused gnome-vfs include.
4259
4260 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4261
4262         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4263         
4264         Format string is corrected, fixes bug #397129.
4265
4266 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4267
4268         * shell/ev-window.c: (ev_window_setup_recent):
4269
4270         Do not include in recent menu inexistent documents. Fixes
4271         bug #339171.
4272
4273 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4274
4275         * po/POTFILES.skip: 
4276
4277         Update POTFILES.skip file according to current source tree. 
4278
4279 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4280
4281         * shell/ev-window.c: (file_save_dialog_response_cb):
4282
4283         Do Save a copy in atomic way. Fixes bug #328266. 
4284
4285 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4286
4287         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4288
4289         Keep selected cell always visible in index treeview.
4290
4291 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4292         
4293         * shell/ev-view.c: (ev_view_size_allocate):
4294
4295         Restore horizontal scrollbar after switching to/from fullscreen
4296         or presentation mode. Fixes bug #331728.
4297
4298 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4299
4300         * shell/ev-view-private.h:
4301         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4302         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4303         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4304         (ev_view_can_zoom_out):
4305
4306         Use max and min scale values in the view iby taking dpi into account. 
4307
4308 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4309
4310         * configure.ac:
4311         * NEWS:
4312
4313         Release 0.7.1
4314
4315 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4316
4317         * shell/ev-window.c: (ev_window_print_send):
4318
4319         Send print job to printer with some settings set to default values,
4320         since we have already exported to a file according to such settings
4321         and they could be taken twice by some printers. 
4322
4323 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4324
4325         * shell/ev-jobs.c: (ev_job_xfer_run):
4326         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4327
4328         Show main window and load document with the font-config lock held. 
4329
4330 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4331
4332         * configure.ac:
4333         * shell/ev-application.c: (ev_application_register_service):
4334         * shell/main.c: (load_files_remote):
4335
4336         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4337
4338 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4339
4340         * doc/debugging.txt:
4341         
4342         Remove obsolete documentation.
4343
4344 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4345
4346         * Makefile.am:
4347         * backend/Makefile.am:
4348         * backend/comics/Makefile.am:
4349         * backend/djvu/Makefile.am:
4350         * backend/dvi/Makefile.am:
4351         * backend/ev-async-renderer.c:
4352         * backend/ev-async-renderer.h:
4353         * backend/ev-attachment.c:
4354         * backend/ev-attachment.h:
4355         * backend/ev-backend-marshal.c:
4356         * backend/ev-document-factory.c:
4357         * backend/ev-document-factory.h:
4358         * backend/ev-document-find.c:
4359         * backend/ev-document-find.h:
4360         * backend/ev-document-fonts.c:
4361         * backend/ev-document-fonts.h:
4362         * backend/ev-document-images.c:
4363         * backend/ev-document-images.h:
4364         * backend/ev-document-info.h:
4365         * backend/ev-document-links.c:
4366         * backend/ev-document-links.h:
4367         * backend/ev-document-misc.c:
4368         * backend/ev-document-misc.h:
4369         * backend/ev-document-security.c:
4370         * backend/ev-document-security.h:
4371         * backend/ev-document-thumbnails.c:
4372         * backend/ev-document-thumbnails.h:
4373         * backend/ev-document-transition.c:
4374         * backend/ev-document-transition.h:
4375         * backend/ev-document.c:
4376         * backend/ev-document.h:
4377         * backend/ev-file-exporter.c:
4378         * backend/ev-file-exporter.h:
4379         * backend/ev-image.c:
4380         * backend/ev-image.h:
4381         * backend/ev-link-action.c:
4382         * backend/ev-link-action.h:
4383         * backend/ev-link-dest.c:
4384         * backend/ev-link-dest.h:
4385         * backend/ev-link.c:
4386         * backend/ev-link.h:
4387         * backend/ev-render-context.c:
4388         * backend/ev-render-context.h:
4389         * backend/ev-selection.c:
4390         * backend/ev-selection.h:
4391         * backend/impress/Makefile.am:
4392         * backend/pdf/Makefile.am:
4393         * backend/pixbuf/Makefile.am:
4394         * backend/ps/Makefile.am:
4395         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4396         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4397         (start_interpreter), (stop_interpreter), (document_load),
4398         (ps_document_next_page), (render_page):
4399         * backend/tiff/Makefile.am:
4400         * comics/Makefile.am:
4401         * comics/comics-document.c:
4402         * comics/comics-document.h:
4403         * configure.ac:
4404         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4405         * djvu/Makefile.am:
4406         * djvu/djvu-document-private.h:
4407         * djvu/djvu-document.c:
4408         * djvu/djvu-document.h:
4409         * djvu/djvu-links.c:
4410         * djvu/djvu-links.h:
4411         * djvu/djvu-text-page.c:
4412         * djvu/djvu-text-page.h:
4413         * djvu/djvu-text.c:
4414         * djvu/djvu-text.h:
4415         * dvi/Makefile.am:
4416         * dvi/dvi-document.c:
4417         * dvi/dvi-document.h:
4418         * dvi/fonts.c:
4419         * dvi/fonts.h:
4420         * dvi/mdvi-lib/Makefile.am:
4421         * dvi/mdvi-lib/afmparse.c:
4422         * dvi/mdvi-lib/afmparse.h:
4423         * dvi/mdvi-lib/bitmap.c:
4424         * dvi/mdvi-lib/bitmap.h:
4425         * dvi/mdvi-lib/color.c:
4426         * dvi/mdvi-lib/color.h:
4427         * dvi/mdvi-lib/common.c:
4428         * dvi/mdvi-lib/common.h:
4429         * dvi/mdvi-lib/defaults.h:
4430         * dvi/mdvi-lib/dvimisc.c:
4431         * dvi/mdvi-lib/dviopcodes.h:
4432         * dvi/mdvi-lib/dviread.c:
4433         * dvi/mdvi-lib/files.c:
4434         * dvi/mdvi-lib/font.c:
4435         * dvi/mdvi-lib/fontmap.c:
4436         * dvi/mdvi-lib/fontmap.h:
4437         * dvi/mdvi-lib/fontsrch.c:
4438         * dvi/mdvi-lib/gf.c:
4439         * dvi/mdvi-lib/hash.c:
4440         * dvi/mdvi-lib/hash.h:
4441         * dvi/mdvi-lib/list.c:
4442         * dvi/mdvi-lib/mdvi.h:
4443         * dvi/mdvi-lib/pagesel.c:
4444         * dvi/mdvi-lib/paper.c:
4445         * dvi/mdvi-lib/paper.h:
4446         * dvi/mdvi-lib/pk.c:
4447         * dvi/mdvi-lib/private.h:
4448         * dvi/mdvi-lib/setup.c:
4449         * dvi/mdvi-lib/sp-epsf.c:
4450         * dvi/mdvi-lib/special.c:
4451         * dvi/mdvi-lib/sysdeps.h:
4452         * dvi/mdvi-lib/t1.c:
4453         * dvi/mdvi-lib/tfm.c:
4454         * dvi/mdvi-lib/tfmfile.c:
4455         * dvi/mdvi-lib/tt.c:
4456         * dvi/mdvi-lib/util.c:
4457         * dvi/mdvi-lib/vf.c:
4458         * dvi/pixbuf-device.c:
4459         * dvi/pixbuf-device.h:
4460         * impress/Makefile.am:
4461         * impress/common.h:
4462         * impress/document.c:
4463         * impress/f_oasis.c:
4464         * impress/f_oo13.c:
4465         * impress/iksemel.c:
4466         * impress/iksemel.h:
4467         * impress/imposter.h:
4468         * impress/impress-document.c:
4469         * impress/impress-document.h:
4470         * impress/internal.h:
4471         * impress/r_back.c:
4472         * impress/r_draw.c:
4473         * impress/r_geometry.c:
4474         * impress/r_gradient.c:
4475         * impress/r_style.c:
4476         * impress/r_text.c:
4477         * impress/render.c:
4478         * impress/render.h:
4479         * impress/zip.c:
4480         * impress/zip.h:
4481         * lib/Makefile.am:
4482         * lib/ev-debug.c:
4483         * lib/ev-debug.h:
4484         * lib/ev-file-helpers.c:
4485         * lib/ev-file-helpers.h:
4486         * lib/ev-gui.c:
4487         * lib/ev-gui.h:
4488         * lib/ev-tooltip.c:
4489         * lib/ev-tooltip.h:
4490         * libdocument/Makefile.am:
4491         * libdocument/ev-file-helpers.c:
4492         * pdf/Makefile.am:
4493         * pdf/ev-poppler.cc:
4494         * pdf/ev-poppler.h:
4495         * pixbuf/Makefile.am:
4496         * pixbuf/pixbuf-document.c:
4497         * pixbuf/pixbuf-document.h:
4498         * properties/Makefile.am:
4499         * ps/Makefile.am:
4500         * ps/gsdefaults.c:
4501         * ps/gsdefaults.h:
4502         * ps/gsio.c:
4503         * ps/gsio.h:
4504         * ps/gstypes.h:
4505         * ps/ps-document.c:
4506         * ps/ps-document.h:
4507         * ps/ps.c:
4508         * ps/ps.h:
4509         * shell/Makefile.am:
4510         * shell/ev-application.h:
4511         * shell/ev-sidebar-links.c:
4512         * shell/ev-sidebar-links.h:
4513         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4514         (ev_gui_menu_position_tree_selection):
4515         * shell/ev-utils.h:
4516         * shell/ev-view.c: (ev_view_finalize):
4517         * shell/ev-window.c:
4518         * shell/main.c: (main):
4519         * thumbnailer/Makefile.am:
4520         * tiff/Makefile.am:
4521         * tiff/tiff-document.c:
4522         * tiff/tiff-document.h:
4523         * tiff/tiff2ps.c:
4524         * tiff/tiff2ps.h:
4525         
4526         Reorganize source tree.
4527
4528 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4529
4530         * backend/ev-document-factory.c:
4531
4532         Do not include ev-poppler.h when pdf is disabled. 
4533
4534 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4535
4536         * configure.ac:
4537         * data/evince-ui.xml:
4538         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4539         (pdf_document_document_images_iface_init):
4540         * backend/Makefile.am:
4541         * backend/ev-document-images.[ch]:
4542         * backend/ev-image.[ch]:
4543         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4544         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4545         (ev_job_xfer_run):
4546         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4547         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4548         (ev_pixbuf_cache_get_image_mapping):
4549         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4550         (view_menu_popup_cb), (ev_window_dispose),
4551         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4552         (ev_view_popup_cmd_copy_image):
4553         * shell/ev-view-private.h:
4554         * shell/ev-view.c: (ev_view_get_image_at_location),
4555         (ev_view_do_popup_menu), (ev_view_popup_menu),
4556         (ev_view_button_press_event), (ev_view_drag_data_get),
4557         (ev_view_drag_motion), (ev_view_drag_data_received),
4558         (ev_view_motion_notify_event), (ev_view_button_release_event),
4559         (ev_view_finalize), (ev_view_class_init):
4560
4561         Add image handling support. Fixes bugs #310008 and #325047. Images
4562         selection is not supported yet. 
4563
4564 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4565
4566         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4567         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4568         (ev_view_init):
4569
4570         Move view drag and drop stuff to ev-view.
4571
4572 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4573
4574         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4575         * shell/ev-view.c: (clear_selection): 
4576
4577         Clear selection also in pixbuf cache.
4578
4579 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4580
4581         * data/evince.desktop.in.in:
4582         
4583         Change icon name in desktop file. See bug #390734
4584         for details.
4585
4586 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4587
4588         * thumbnailer/Makefile.am:
4589
4590         Use top_builddir instead top_srcdir for generated schema
4591         file installation. Fixes bug #390161.
4592
4593 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4594
4595         * configure.ac:
4596         * backend/Makefile.am:
4597         * backend/ev-document-transition.[ch]:
4598         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4599         (pdf_document_page_transition_iface_init):
4600         * shell/ev-view-private.h:
4601         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4602         (ev_view_set_presentation), (transition_next_page),
4603         (ev_view_presentation_transition_stop),
4604         (ev_view_presentation_transition_start), (ev_view_next_page):
4605
4606         Add page transition support in presentation mode. At the moment only
4607         page duration is supported, but not transition effects. Fixes bug
4608         #309815.
4609
4610 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4611
4612         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4613
4614         Run find_link_dest with document lock held, since it's called by links
4615         thread and main thread at the same time. 
4616
4617 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4618
4619         * shell/ev-view.c: (goto_dest):
4620
4621         Update page-cache when page is changed by the view, so that
4622         page-changed signal is emitted. 
4623
4624 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4625
4626         * test/test1.py:
4627         * test/test2.py:
4628
4629         Use C locale in tests. 
4630
4631 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4632
4633         * shell/ev-window.c: (ev_window_run_presentation):
4634         * shell/ev-view-private.h:
4635         * shell/ev-view.c: (ev_view_set_presentation):
4636
4637         Restore zoom settings when back from presentation mode. 
4638
4639 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4640
4641         * shell/ev-window.c: (ev_window_run_presentation):
4642
4643         Always use "best fit" zoom in presentation mode.
4644         Fixes bug #389195.
4645
4646 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4647
4648         * shell/ev-view.c: (ev_view_goto_window_create):
4649
4650         Show "Jump to page" label in the page jumping popup in
4651         presentation mode instead of just a GtkEntry.
4652
4653 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4654
4655         * shell/ev-window.c: (launch_external_uri):
4656
4657         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4658         #378085.
4659
4660 2006-12-22  Elijah Newren  <newren gmail com>
4661
4662         * configure.ac: explicitly check for libxml2.  Fixes #388795
4663
4664 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4665
4666         * shell/ev-view-private.h:
4667         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4668         (ev_view_goto_window_delete_event), (key_is_numeric),
4669         (ev_view_goto_window_key_press_event),
4670         (ev_view_goto_window_button_press_event),
4671         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4672         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4673         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4674
4675         Allow jumping to another page by typing a page number in presentation
4676         mode. It uses a popup window with an entry. Fixes bug #353625.
4677
4678 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4679
4680         * configure.ac:
4681         * properties/ev-properties-view.c: (ev_get_default_user_units),
4682         (ev_regular_paper_size):
4683         
4684         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4685         to Damien Carbery <damien.carbery@sun.com> and
4686         Yevgen Muntyan <muntyan@tamu.edu>.
4687
4688 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4689
4690         * shell/ev-window.c: (setup_document_from_metadata):
4691
4692         Make sure Evince doesn't restore the view on the last
4693         page when a document is reopened. Fixes bug #383381.
4694
4695 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4696
4697         * shell/ev-view.c: (draw_loading_text):
4698
4699         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4700
4701 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4702
4703         * configure.ac:
4704         * NEWS:
4705
4706         Release 0.7.0
4707
4708 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4709
4710         * configure.ac:
4711         * pdf/ev-poppler.cc: (pdf_print_context_free),
4712         (pdf_document_file_exporter_begin),
4713         (pdf_document_file_exporter_do_page):
4714
4715         Make cairo-pdf depedency optional. 
4716
4717 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4718
4719         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4720
4721         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4722
4723 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4724
4725         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4726         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4727         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4728         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4729         * shell/ev-view.c: (draw_loading_text):
4730         * shell/ev-window.c: (ev_window_cmd_file_properties):
4731
4732         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4733         related to using FontConfig from different threads.
4734         
4735 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4736
4737         * shell/ev-view.c: (draw_loading_text):
4738
4739         Acquire lock document when drawing "Loading..." text so that only one
4740         thread will use FontConfig at the same time. Fixes bug #374750.
4741
4742 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4743
4744         * shell/ev-page-action.[ch]: (activate_cb):
4745         * shell/ev-window.c: (activate_label_cb):
4746
4747         Check if text inserted in page entry is a valid page number when it
4748         doesn't match to any document page label. Fixes bug #383165.
4749
4750 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4751         * shell/ev-window.c:
4752
4753         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4754         available with GTK < 2.10. Added an ifdef to avoid compilation
4755         error.
4756
4757 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4758
4759         * configure.ac:
4760         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4761
4762         Fix ps backend in multihead systems.
4763
4764 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4765
4766         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4767         * shell/ev-window.c: (ev_window_get_screen_dpi),
4768         (ev_window_update_actions), (setup_view_from_metadata),
4769         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4770
4771         Take screen DPI into account when zooming. Fixes bug #318285.
4772
4773 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4774
4775         * data/Makefile.am:
4776
4777         Cleaned up/slightly refactored Makefile.am. Added GConf
4778         schemas uninstallation as well.
4779
4780 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4781
4782         * Makefile.am:
4783         * test/Makefile.am:
4784
4785         Fight with autotools to fix make check. Make distcheck
4786         works fine as well now!
4787
4788 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4789
4790         * shell/ev-view.c: (draw_end_presentation_page):
4791
4792         Corrected "end of presentation" string.
4793
4794 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4795
4796         * shell/ev-view.c: (ev_view_key_press_event):
4797
4798         Correctly propagate key press event so that up/down keys
4799         work as expected (correct behaviour was broken by
4800         black/white screen key bindings for presentations).
4801
4802 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4803
4804         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4805         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4806         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4807         (pdf_selection_get_selection_region),
4808         (pdf_selection_get_selection_map):
4809
4810         Add "static" to some private functions. 
4811
4812 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4813
4814         * lib/ev-tooltip.h:
4815         * properties/ev-properties-view.h:
4816         * shell/ev-jobs.h:
4817         * shell/ev-properties-dialog.h:
4818         * shell/ev-properties-fonts.h:
4819         * shell/ev-sidebar-links.h:
4820         * shell/ev-sidebar-thumbnails.h:
4821         * shell/ev-sidebar.h:
4822         * shell/ev-window.h:
4823         
4824         Fixes CHACK type in class casts. See bug #385343
4825         for details.
4826
4827 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4828
4829         * shell/ev-view-private.h:
4830         * shell/ev-view.c: (draw_end_presentation_page),
4831         (ev_view_expose_event), (ev_view_key_press_event),
4832         (ev_view_class_init), (ev_view_init):
4833
4834         Blank screen in presentation mode when pressing 'b' (filling with
4835         black) or 'w' (filling with white) keys. Fixes bug #358132.
4836
4837 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4838
4839         * data/evince-toolbar.xml:
4840         * shell/ev-window.c:
4841         
4842         Use stock icon for Select All action. Fixes
4843         bug #382652.
4844
4845 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4846
4847         * shell/ev-view.c: (get_doc_point_from_offset),
4848         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4849
4850         Add links support in rotated documents. Fixes bug #343733.
4851
4852 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4853
4854         * shell/ev-view-private.h:
4855         * shell/ev-view.c: (draw_end_presentation_page),
4856         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4857
4858         Show a blank page after the last page in presentation mode with a
4859         message indicating that presentation has finished and how to exit. 
4860
4861 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4862
4863         * shell/ev-window.c: (fullscreen_timeout_cb):
4864
4865         Hide cursor after a while in presentation mode. 
4866
4867 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4868
4869         * backend/ev-document-info.h:
4870         * data/evince-properties.glade:
4871         * pdf/ev-poppler.cc:
4872         * properties/ev-properties-view.c: (ev_regular_paper_size),
4873         (ev_properties_view_set_info):
4874         * ps/ps-document.c: (ps_document_get_info):
4875
4876         Adds a paper size field to the properties dialog. Fixes
4877         bug #307315. Patch by Kasper Svendsen (with some i18n
4878         changes done by me).
4879
4880 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4881
4882         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4883         (screensaver_init_dbus), (totem_scrsaver_new),
4884         (totem_scrsaver_init):
4885         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4886         * shell/ev-application.c: (ev_application_register_service),
4887         (ev_application_screensaver_enable),
4888         (ev_application_screensaver_disable):
4889         * shell/ev-application.h:
4890         * shell/ev-window.c: (ev_window_run_presentation),
4891         (ev_window_stop_presentation), (build_comments_string),
4892         (ev_window_init):
4893         
4894         Move screensaver handling to application. No more
4895         message on startup.
4896
4897 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4898
4899         * configure.ac:
4900         * backend/Makefile.am:
4901         * backend/ev-file-exporter.[ch]:
4902         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4903         * ps/ps-document.c: (ps_document_file_exporter_*):
4904         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4905         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4906         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4907         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4908
4909         Allow printing to PDF when suppoted by the backend.
4910         
4911 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4912
4913         * shell/ev-window.c: (build_comments_string):
4914
4915         Use always "Document Viewer" in about dialog. 
4916
4917 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4918
4919         * djvu/djvu-document.c: (djvu_document_get_page_size):
4920
4921         Display a warning message when get_pageinfo fails. 
4922
4923 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4924
4925         * Makefile.am:
4926         * backend/Makefile.am:
4927         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4928         * configure.ac:
4929         * shell/ev-window.c: (build_comments_string):
4930         
4931         Make pdf compilation optional. See bug #38007.
4932
4933 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4934
4935         * ps/ps.c: (get_next_text):
4936
4937         Fix CVE-2006-5864.
4938
4939 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4940
4941         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4942         * shell/ev-navigation-action.c: (connect_proxy),
4943         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4944         
4945         Do not call g_type_class_peek_parent twice.
4946
4947 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4948
4949         * configure.ac:
4950         * data/icons/24x24/.cvsignore:
4951         * data/icons/24x24/Makefile.am:
4952         * data/icons/24x24/evince.png:
4953         * data/icons/Makefile.am:
4954         
4955         Add 24x24 icon. Thanks to 
4956         Michael Monreal <infernux@web.de>.
4957
4958 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4959
4960         * configure.ac: Fix typo in configure.ac. Thanks
4961         to dmacks@netspace.org for notification.
4962
4963 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4964
4965         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4966         
4967         Drop dbus include, fixes compilation with older dbus.
4968
4969 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4970
4971         * configure.ac:
4972         * cut-n-paste/Makefile.am:
4973         * cut-n-paste/totem-screensaver/.cvsignore
4974         * cut-n-paste/totem-screensaver/Makefile.am:
4975         * cut-n-paste/totem-screensaver/README:
4976         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4977         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4978         * shell/Makefile.am:
4979         * shell/ev-window.c: (ev_window_run_presentation),
4980         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4981         (ev_window_init):
4982
4983         Implemented screensaver enabling/disabling for
4984         presentation mode (not fullscreen mode). Code stolen
4985         from Totem (with some minor tweaks). Fixes bug #338889.
4986
4987 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4988
4989         * configure.ac:
4990
4991         Bump gnome-icon-theme requirements. We use the rotation
4992         icons that appeared recently.
4993
4994 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4995
4996         * shell/ev-history.c: (ev_history_add_page):
4997         * shell/ev-history.h:
4998         * shell/ev-window.c: (page_changed_cb):
4999         
5000         Use page labels instead of numbers.
5001
5002 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5003
5004         * data/evince-toolbar.xml:
5005         * po/POTFILES.in:
5006         * shell/Makefile.am:
5007         * shell/ev-navigation-action-widget.c:
5008         (ev_navigation_action_widget_init),
5009         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5010         (menu_detacher), (ev_navigation_action_widget_set_menu),
5011         (menu_position_func), (popup_menu_under_arrow),
5012         (ev_navigation_action_widget_toggled),
5013         (ev_navigation_action_widget_button_press_event):
5014         * shell/ev-navigation-action-widget.h:
5015         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5016         (ev_navigation_action_set_window), (activate_menu_item_cb),
5017         (new_history_menu_item), (new_empty_history_menu_item),
5018         (build_menu), (menu_activated_cb), (connect_proxy),
5019         (create_tool_item), (ev_navigation_action_init),
5020         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5021         * shell/ev-navigation-action.h:
5022         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5023         (ev_page_action_widget_set_page_cache),
5024         (ev_page_action_widget_finalize),
5025         (ev_page_action_widget_class_init), (match_selected_cb),
5026         (display_completion_text), (match_completion), (build_new_tree_cb),
5027         (get_filter_model_from_model),
5028         (ev_page_action_widget_update_model):
5029         * shell/ev-page-action-widget.h:
5030         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5031         (connect_proxy):
5032         * shell/ev-page-action.h:
5033         * shell/ev-stock-icons.c:
5034         * shell/ev-stock-icons.h:
5035         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5036         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5037         (register_custom_actions):
5038         * shell/main.c:
5039         
5040         Preliminary history implementation
5041
5042 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5043
5044         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5045         (dvi_document_class_init), (dvi_document_init_params):
5046         * dvi/mdvi-lib/font.c: (font_reference):
5047         
5048         Add reference to subfont. Fixes bug #374277.
5049
5050 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5051
5052         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5053         (ev_window_cmd_file_open_copy_at_dest):
5054
5055         Fix a race condition when creating symlink. Increase the counter
5056         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5057         Mathias Hasselmann).
5058
5059 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5060
5061         * backend/Makefile.am:
5062         * backend/ev-attachment.c: (ev_attachment_open):
5063         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5064         (ev_tmp_dir), (ev_tmp_filename):
5065         * shell/ev-sidebar-attachments.c:
5066         (ev_sidebar_attachments_drag_data_get):
5067         * shell/ev-window.c: (ev_window_clear_temp_file):
5068
5069         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5070         in ensure_dir_exists. Abort without crashing when we can't create
5071         user's directory.
5072
5073 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5074
5075         * data/evince-ui.xml:
5076         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5077         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5078         (ev_window_cmd_file_open_copy_at_dest),
5079         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5080         (ev_view_popup_cmd_open_link_new_window):
5081
5082         Allow opening a copy of the current document in a new window. Fixes bug
5083         #357472
5084
5085 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5086
5087         * data/evince-toolbar.xml:
5088         
5089         Add rotate right and rotate left to available items for toolbar.
5090         
5091         * data/evince-ui.xml:
5092         * shell/ev-window.c: (ev_window_init):
5093         
5094         Customize toolbar with right click. Fixes bug #372451.
5095
5096 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5097
5098         * shell/ev-window.c: 
5099         
5100         Use "object-rotate-{left,right}" stock icons. Fixes 
5101         bug #373863.
5102
5103 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5104
5105         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5106         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5107         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5108         (ev_window_open_uri):
5109         * shell/main.c: (arguments_parse):
5110
5111         Remove temp file created when evince is used by GTK+ in
5112         preview mode. Fixes bug #365282. 
5113
5114 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5115
5116         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5117         
5118         Fixes bug #372474 - Side pane disabled when entering 
5119         and leaving fullscreen mode.
5120
5121 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5122
5123         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5124         * data/Makefile.am:
5125         * data/evince-preview-toolbar.xml:
5126         * data/evince-toolbar.xml:
5127         * shell/ev-application.c: (ev_application_shutdown),
5128         (ev_application_init), (ev_application_get_toolbars_model):
5129         * shell/ev-application.h:
5130         * shell/ev-window.c: (update_chrome_visibility),
5131         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5132         (ev_window_cmd_edit_toolbar), (ev_window_init):
5133         
5134         Fixes bug #364364 - toolbar editor shows zoom actions again.
5135
5136 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5137
5138         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5139
5140         Do not take margins into consideration for paper size when printing.
5141         Really fixes bug #350491.
5142
5143 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5144
5145         * data/evince-ui.xml:
5146         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5147         (ev_window_cmd_file_print_setup),
5148         (ev_window_print_dialog_response_cb),
5149         (ev_window_setup_action_sensitivity):
5150
5151         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5152
5153 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5154
5155         * shell/ev-window.c: (ev_window_print_range):
5156
5157         Revert my previuos commit, since printing to PDF is not supported by
5158         evince yet. 
5159
5160 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5161
5162         * shell/ev-window.c: (ev_window_print_range):
5163
5164         Enable print to a PDF. Fixes bug #332121.
5165
5166 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5167
5168         * shell/ev-application-service.xml:
5169         * shell/ev-application.[ch]: (ev_application_open_window),
5170         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5171         (ev_application_open_uri), (ev_application_open_uri_list):
5172         * shell/ev-window.c: (file_open_dialog_response_cb),
5173         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5174         (drag_data_received_cb), (open_remote_link):
5175         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5176
5177         Add support for multiscreen systems. Fixes bug #316206.
5178
5179 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5180
5181         * shell/ev-jobs.[ch]: (ev_job_print_new),
5182         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5183         (ev_job_print_do_page):
5184         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5185
5186         Allow printing only odd/even pages. Fixes bug #367289.
5187
5188 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5189
5190         * test/test1.py:
5191         * test/test2.py:
5192
5193         Re-add locale settings to test files.
5194
5195 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5196
5197         * data/evince-ui.xml:
5198         * shell/ev-window.c: (set_action_properties):
5199         
5200         Removed garbage from code and ui.
5201
5202 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5203
5204         * shell/ev-window.c: (ev_window_cmd_help_about):
5205
5206         Shamelessly add my name to the list of contributors.
5207
5208 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5209
5210         * test/test1.py:
5211         * test/test2.py:
5212
5213         Cleaned up the dogtail scripts.
5214
5215 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5216
5217         * shell/ev-view.c: (draw_loading_text): Don't render
5218         "loading..." text in presentation mode. Temporary
5219         workaround for bug #320352.
5220
5221 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5222
5223         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5224         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5225
5226         Use print settings scale, copies, collate and reverse which were
5227         ignored. Fixes bug #359032.
5228
5229 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5230
5231         * configure.ac:
5232         * data/evince-password.glade:
5233         * test/Makefile.am:
5234         * test/test-encrypt.pdf:
5235         * test/test-links.pdf:
5236         * test/test1.py:
5237         * test/test2.py:
5238
5239         Add automated UI tests for evince with dogtail. See
5240         bug #300948.    
5241
5242 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5243
5244         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5245
5246         Hide fullscreen toolbar when switching to another desktop workspace.
5247         Fixes bug #338871
5248
5249 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5250
5251         * shell/ev-window-title.c: 
5252         
5253         Test for .dvi in title of pdf documents.
5254
5255 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5256
5257         * shell/ev-view.c: (ev_view_scroll):
5258
5259         Page Up/Down should do page jumps in "Best fit" mode.
5260         If a user has explicitly chosen to view exactly one page
5261         at a time, scrolling just a part of the page when
5262         pressing Page Up/Down is not right. Fixes bug #323107.
5263
5264 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5265
5266         * NEWS:
5267         * configure.ac:
5268         
5269         Update for 0.6.1
5270
5271 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5272
5273         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5274         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5275         
5276         Correctly disconnect from job signals on destroy.
5277
5278 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5279
5280         * shell/ev-view-private.h:
5281         * shell/ev-view.c: (view_set_adjustment_values),
5282         (view_update_range_and_current_page),
5283         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5284         
5285         Fixes bug #343199, current page now follows find page.
5286
5287 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5288
5289         * backend/ev-document-factory.c:
5290         * configure.ac:
5291         Assigned OpenDocument presenation MIME type to the
5292         Impress backend. Added some missing (but harmless)
5293         #ifdefs in the document factory as well to make things
5294         consistent again. Fixes bug #360658.
5295
5296 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5297
5298         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5299         * backend/ev-document-find.c: (ev_document_find_get_type):
5300         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5301         * backend/ev-document-links.c: (ev_document_links_get_type):
5302         * backend/ev-document-security.c: (ev_document_security_get_type):
5303         * backend/ev-document-thumbnails.c:
5304         (ev_document_thumbnails_get_type):
5305         * backend/ev-document.c: (ev_document_get_type):
5306         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5307         * backend/ev-selection.c: (ev_selection_get_type):
5308         * cut-n-paste/recent-files/egg-recent-model.c:
5309         (egg_recent_model_get_type):
5310         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5311         (egg_recent_view_uimanager_get_type):
5312         * cut-n-paste/recent-files/egg-recent-view.c:
5313         (egg_recent_view_get_type):
5314         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5315         (egg_editable_toolbar_get_type):
5316         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5317         (egg_toolbar_editor_get_type):
5318         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5319         (egg_toolbars_model_get_type):
5320         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5321         (egg_tree_multi_drag_source_get_type):
5322         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5323         (ephy_zoom_action_get_type):
5324         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5325         (ephy_zoom_control_get_type):
5326         * impress/r_back.c: (_imp_fill_back):
5327         * properties/ev-properties-main.c:
5328         (ev_properties_plugin_register_type):
5329         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5330         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5331         (ev_view_accessible_factory_get_type):
5332
5333         Reduce relocations. Bug #360616.
5334
5335 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5336
5337         * backend/ev-document-factory.c:
5338         (ev_document_factory_get_document):
5339         
5340         Load document even if extension is wrong.
5341
5342 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5343
5344         * shell/ev-metadata-manager.c: (save_values):
5345         * shell/ev-window.c: (setup_size_from_metadata),
5346         (setup_view_from_metadata), (ev_window_setup_document),
5347         (ev_window_xfer_job_cb), (window_configure_event_cb):
5348         
5349         Set size according to the document size/page size ratio.
5350         That should correct rather wierd behaviour of the previous
5351         commit.
5352
5353 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5354
5355         * shell/ev-window.c: (setup_view_from_metadata):
5356         
5357         Set size for new windows from previous window size.
5358         See bugs #354968 and #168450 for details. Thanks
5359         to Meik Hellmund.
5360
5361 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5362
5363         * djvu/djvu-links.c: (build_tree):
5364
5365         Fix memory leak.
5366
5367 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5368
5369         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5370         
5371         Don't make sidebar close button insensitive. Fixes
5372         bug #357871.
5373
5374 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5375
5376         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5377         (ev_window_set_view_accels_sensitivity):
5378         
5379         Don't enable Slash on documents which don't support
5380         find. Fixes bug #358648.
5381
5382 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5383
5384         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5385         open dialog fall back to the current document uri if the
5386         filechooser hasn't been used before. Fixes bug #356980.
5387
5388 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5389
5390         * shell/ev-window.c: (ev_window_setup_recent), 
5391         (ev_window_get_recent_file_label):
5392
5393         Escape underscores in filenames of recent file items.
5394
5395 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5396
5397         * configure.ac:
5398         
5399         Bumped poppler requirements, really 0.5.3 is very 
5400         buggy, now we require 0.5.4.
5401
5402 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5403
5404         * djvu/Makefile.am:
5405         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5406         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5407         (djvu_document_document_links_iface_init):
5408         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5409         (number_from_string_10), (get_djvu_link_dest),
5410         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5411         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5412         (djvu_links_get_links), (djvu_links_find_link_dest),
5413         (djvu_links_get_links_model):
5414         * djvu/djvu-links.h:
5415         
5416         Add support for links and bookmarks in djvu documents. Thanks
5417         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5418         patch.
5419
5420 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5421
5422         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5423         
5424         Reopen should reload document. Fixes 
5425         bug 327951.
5426
5427 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5428
5429         * configure.ac:
5430         * data/Makefile.am:
5431         * data/evince-16.png:
5432         * data/evince-22.png:
5433         * data/evince.png:
5434         * data/evince.svg:
5435         * data/icons/16x16/Makefile.am:
5436         * data/icons/16x16/evince.png:
5437         * data/icons/22x22/Makefile.am:
5438         * data/icons/22x22/evince.png:
5439         * data/icons/48x48/Makefile.am:
5440         * data/icons/48x48/evince.png:
5441         * data/icons/Makefile.am:
5442         * data/icons/scalable/Makefile.am:
5443         * data/icons/scalable/evince.svg:
5444         
5445         Install icons with correct names. Fixes
5446         bug #354429.
5447
5448 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5449
5450         * shell/ev-view.c: (ev_view_button_release_event):
5451
5452         Don't open links with middle mouse button. Fixes bug #353649
5453
5454 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5455
5456         * NEWS:
5457         * configure.ac:
5458         
5459         Update for release 0.6.0
5460
5461 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5462
5463         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5464         Implement Close named action. Patch by Carlos Garcia Campos.
5465
5466 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5467
5468         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5469         
5470         Don't clear link mapping on copy_job_to_job_info. Fixes
5471         bug 346168.
5472
5473 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5474
5475         * shell/main.c: (main):
5476
5477         Revert my previous commit, gnome_program_init owns the option context.
5478         Fix another memory leak in main. Both caught by Christian Persch. 
5479
5480 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5481
5482         * shell/main.c: (main):
5483
5484         Fix memory leak.
5485
5486 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5487
5488         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5489
5490         Fix crash when opening a pdf with password protection. 
5491
5492 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5493
5494         * pdf/ev-poppler.cc: (pdf_document_search_free):
5495
5496         Fix memory leak. 
5497
5498 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5499
5500         * backend/ev-document-factory.c:
5501         (ev_document_factory_get_document):
5502         * tiff/tiff-document.c: (tiff_document_finalize):
5503         
5504         More correct handling of document loading. Fixes
5505         bug #349043.
5506
5507 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5508
5509         * backend/ev-attachment.c: (ev_attachment_save):
5510
5511         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5512         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5513
5514 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5515         
5516         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5517         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5518
5519 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5520
5521         * shell/ev-sidebar-thumbnails.c:
5522
5523         Do not render thumbnails unless thumbnails page is active in the
5524         sidebar.
5525
5526 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5527
5528         * shell/ev-properties-dialog.c:
5529
5530         Fix dialogue spacing. Bug #351370.
5531
5532 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5533
5534         * configure.ac:
5535
5536         Use lowercase gettext catalog file names (evince.mo
5537         instead of Evince.mo)
5538
5539 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5540
5541         * shell/ev-sidebar-attachments.c:
5542
5543         GtkIconTheme is now screen safe too. Fixes bug #350878
5544
5545 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5546
5547         * shell/ev-window.c:
5548
5549         GtkRecent manager is now screen safe. Fixes bug #350145
5550
5551 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5552
5553         * shell/ev-sidebar.c: (ev_sidebar_init):
5554         
5555         Make sidebar close icon smaller. Fix for bug 350177.
5556         See also bugs 350176 and 165770.
5557
5558 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5559
5560         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5561
5562         Ignore zoom for xyz destinations when it's <= 1, keeping user
5563         preferences instead. Set correct sizing-mode for fith and fitv
5564         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5565
5566 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5567
5568         * NEWS:
5569         * configure.ac:
5570         
5571         Update for release 0.5.5
5572
5573 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5574         
5575         * shell/ev-window.c: (ev_window_cmd_escape)
5576
5577         Escape unfocus page entry. Fixes bug #345809.
5578
5579 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5580
5581         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5582         (build_tree), (pdf_document_links_get_links),
5583         (pdf_document_links_find_link_dest):
5584         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5585         (goto_xyz_dest):
5586
5587         Convert from PDF style coordinates to X style coordinates in the
5588         backend rather than in the view. Fixes bug #338440
5589
5590 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5591
5592         * shell/ev-window.c:
5593         
5594         Remove Ctrl+Shift+T shortcut for toolbars. See
5595         the bug #350098.
5596
5597 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5598
5599         * configure.ac:
5600
5601         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5602         of this. 
5603
5604 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5605
5606         * configure.ac:
5607         * cut-n-paste/Makefile.am:
5608         * data/evince-ui.xml:
5609         * shell/Makefile.am:
5610         * shell/ev-application.[ch]:
5611         * shell/ev-window.c:
5612
5613         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5614         #349273
5615
5616 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5617
5618         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5619         findbar code: s/help/search/
5620
5621 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5622
5623         * shell/ev-window.c: (setup_document_from_metadata),
5624         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5625         (setup_view_from_metadata):
5626         
5627         Fix memory leaks.
5628
5629 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5630
5631         * autogen.sh, configure.ac: 
5632         
5633         Update automake usage. See bug 349292.
5634
5635 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5636
5637         * shell/eggfindbar.c: (egg_find_bar_class_init),
5638         (entry_activate_callback), (egg_find_bar_init),
5639         (egg_find_bar_set_status_text):
5640         * shell/eggfindbar.h:
5641         
5642         Unify Evince findbar with Epiphany. Nice patch
5643         from Fabricio Silva <silva@crans.org> and
5644         Frederic Peters <fpeters@entrouvert.com>. See
5645         bug #339966 for details.
5646
5647 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5648
5649         * data/evince.desktop.in.in:
5650         
5651         Correct information for bugzilla. Thanks to
5652         Olaf Vitters, see bug #348855.
5653
5654 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5655
5656         * shell/ev-jobs.[ch]:
5657         * shell/ev-sidebar-links.c:
5658         * shell/ev-window.[ch]:
5659
5660         GtkPrintJob doesn't support print ranges or current page, so we export
5661         to a ps file now when printing ranges or current page.
5662
5663 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5664
5665         * pdf/ev-poppler.cc:
5666         * shell/ev-window.c: (do_action_named):
5667
5668         We should be more clear about bugzilla. See the
5669         poppler bug #7623.
5670
5671 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5672
5673         * configure.ac:
5674         * shell/Makefile.am:
5675         * shell/ev-job-queue.c:
5676         * shell/ev-jobs.[ch]:
5677         * shell/ev-sidebar-links.c:
5678         * shell/ev-window.[ch]:
5679         
5680         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5681         #348422
5682
5683 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5684
5685         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5686         * shell/ev-application-service.xml:
5687         * shell/ev-application.[ch]:
5688         * shell/ev-jobs.[ch]:
5689         * shell/ev-window.[ch]: (ev_window_run_preview):
5690         * shell/main.c: 
5691
5692         Add preview mode to use evince as a printing previewer. It also adds
5693         other command line options for fullscreen and presentation modes.
5694         Fixes bugs #347822, #317031
5695
5696 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5697
5698         * NEWS:
5699         * configure.ac:
5700         
5701         Update for release 0.5.4
5702
5703 2006-07-11  Bastien Nocera <hadess@hadess.net>
5704
5705         * Makefile.am:
5706         * backend/Makefile.am:
5707         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5708         * backend/ev-document-factory.h:
5709         * configure.ac:
5710         * impress/.cvsignore:
5711         * impress/Makefile.am:
5712         * impress/common.h:
5713         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5714         (imp_get_page), (imp_next_page), (imp_prev_page),
5715         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5716         * impress/f_oasis.c: (render_object), (render_page),
5717         (get_geometry), (_imp_oasis_load):
5718         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5719         (_imp_oo13_load):
5720         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5721         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5722         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5723         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5724         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5725         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5726         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5727         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5728         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5729         (iks_new_within), (iks_insert), (iks_insert_cdata),
5730         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5731         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5732         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5733         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5734         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5735         (iks_cdata), (iks_cdata_size), (iks_has_children),
5736         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5737         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5738         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5739         (iks_tree), (iks_load), (iks_save):
5740         * impress/iksemel.h:
5741         * impress/imposter.h:
5742         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5743         (imp_render_draw_bezier_real), (imp_render_get_size),
5744         (imp_render_set_fg_color), (imp_render_draw_line),
5745         (imp_render_draw_rect), (imp_render_draw_polygon),
5746         (imp_render_draw_arc), (imp_render_draw_bezier),
5747         (imp_render_open_image), (imp_render_get_image_size),
5748         (imp_render_scale_image), (imp_render_draw_image),
5749         (imp_render_close_image), (imp_render_markup),
5750         (imp_render_get_text_size), (imp_render_draw_text),
5751         (impress_document_load), (impress_document_save),
5752         (impress_document_get_n_pages), (impress_document_get_page_size),
5753         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5754         (impress_document_finalize), (impress_document_class_init),
5755         (impress_document_can_get_text), (impress_document_get_info),
5756         (impress_document_document_iface_init),
5757         (impress_document_thumbnails_get_thumbnail),
5758         (impress_document_thumbnails_get_dimensions),
5759         (impress_document_document_thumbnails_iface_init),
5760         (impress_document_init):
5761         * impress/impress-document.h:
5762         * impress/internal.h:
5763         * impress/r_back.c: (_imp_fill_back):
5764         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5765         (_imp_draw_image), (_imp_tile_image):
5766         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5767         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5768         (r_polyline):
5769         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5770         (r_draw_gradient_complex), (r_draw_gradient):
5771         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5772         (r_get_bullet):
5773         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5774         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5775         (r_text):
5776         * impress/render.c: (imp_create_context), (imp_context_set_page),
5777         (imp_context_set_step), (imp_render), (imp_delete_context):
5778         * impress/render.h:
5779         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5780         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5781         (zip_load_xml), (zip_get_size), (zip_load):
5782         * impress/zip.h:
5783         * shell/ev-utils.c:
5784         
5785         New backend to support impress slides. Fixes bug #30867.
5786
5787 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5788
5789         * shell/ev-utils.c: (using_postscript_printer):
5790         
5791         Fixes crash when print using PAPI backend,
5792         bug #345012.
5793
5794 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5795
5796         * shell/ev-jobs.c: (ev_job_xfer_run):
5797         * shell/ev-window.c: (password_dialog_response),
5798         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5799         (ev_window_dispose):
5800         Fixes bug #344160: if the xfer job doesn't complete
5801         because a password is required, reload the existing
5802         instance instead of creating a new one.
5803
5804 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5805
5806         * shell/main.c: (main): Call gdk_threads_init. Thus
5807         we'll avoid errors in auth dialog. Fix for the bug
5808         #343347.
5809
5810 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5811
5812         * configure.ac: Advertise pixbuf support, fix
5813         for the bug 343317.
5814
5815 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5816
5817         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5818         (ev_sidebar_thumbnails_set_document):
5819         
5820         Update sidebar thumbnails after reloading.
5821
5822 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5823
5824         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5825         * shell/ev-jobs.h:
5826         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5827         (ev_window_cmd_view_reload), (ev_window_init):
5828         
5829         Don't crash on reload. Fix for the bug #343167.
5830
5831 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5832
5833         * shell/ev-jobs.c: (ev_job_render_run):
5834         
5835         Check for document links.
5836
5837 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5838
5839         * backend/ev-attachment.c: (ev_attachment_save),
5840         (ev_attachment_launch_app), (ev_attachment_open):
5841         * backend/ev-document-factory.c: (get_document_from_uri):
5842         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5843         (egg_recent_view_uimanager_set_list):
5844         * ps/ps-document.c: (check_filecompressed), (document_load),
5845         (ps_document_load):
5846         * shell/ev-metadata-manager.c: (load_values):
5847         * shell/ev-password.c: (ev_password_dialog_set_property):
5848         * shell/ev-view.c: (tip_from_link):
5849         * shell/ev-window.c: (file_save_dialog_response_cb),
5850         (ev_window_print_dialog_response_cb):
5851         
5852         Use consistent quoting style. Fix for the bug #320285.
5853
5854 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5855
5856         * shell/ev-jobs.c: (ev_job_xfer_run):
5857         * shell/main.c: (load_files):
5858                 
5859         Open links with anchors. Fix for the bug #339836.
5860
5861 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5862
5863         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5864         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5865         (ev_link_dest_set_property), (ev_link_dest_finalize),
5866         (ev_link_dest_class_init), (ev_link_dest_new_named),
5867         (ev_link_dest_new_page_label):
5868         * backend/ev-link-dest.h:
5869         * shell/ev-application.c: (ev_application_open_uri):
5870         * shell/ev-view.c: (goto_dest):
5871         * shell/ev-window.c:
5872         * shell/ev-window.h:
5873         
5874         Fix page-label command line option. Bug #342070.
5875
5876 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5877
5878         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5879         
5880         Don't show highlight rects if page can't be showed. Fix for 
5881         the bug #342076
5882
5883 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5884
5885         * shell/ev-window.c: (setup_sidebar_from_metadata),
5886         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5887         
5888         Setup sidebar from metadata even if there is no document
5889         loaded. Fix for the bug #342807.
5890
5891 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5892
5893         * cut-n-paste/toolbar-editor/Makefile.am:
5894         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5895         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5896         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5897         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5898         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5899         (popup_context_menu_cb), (button_press_event_cb),
5900         (configure_item_sensitivity), (configure_item_cursor),
5901         (configure_item_tooltip), (connect_widget_signals),
5902         (action_sensitive_cb), (create_item_from_action),
5903         (create_item_from_position), (toolbar_drag_data_received_cb),
5904         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5905         (toolbar_drag_leave_cb), (configure_drag_dest),
5906         (toggled_visibility_cb), (toolbar_visibility_refresh),
5907         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5908         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5909         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5910         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5911         (egg_editable_toolbar_dispose),
5912         (egg_editable_toolbar_set_ui_manager),
5913         (egg_editable_toolbar_get_selected),
5914         (egg_editable_toolbar_set_selected), (set_edit_mode),
5915         (egg_editable_toolbar_set_property),
5916         (egg_editable_toolbar_get_property),
5917         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5918         (egg_editable_toolbar_new_with_model),
5919         (egg_editable_toolbar_get_edit_mode),
5920         (egg_editable_toolbar_set_edit_mode),
5921         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5922         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5923         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5924         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5925         (item_added_or_removed_cb), (toolbar_removed_cb),
5926         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5927         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5928         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5929         (editor_create_item_from_name), (append_table),
5930         (update_editor_sheet), (egg_toolbar_editor_init):
5931         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5932         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5933         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5934         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5935         (toolbar_node_free), (egg_toolbars_model_get_flags),
5936         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5937         (egg_toolbars_model_get_name), (impl_add_item),
5938         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5939         (parse_data_list), (parse_item_list), (parse_toolbars),
5940         (egg_toolbars_model_load_toolbars), (parse_available_list),
5941         (parse_names), (egg_toolbars_model_load_names),
5942         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5943         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5944         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5945         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5946         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5947         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5948         (egg_toolbars_model_set_types), (fill_avail_array),
5949         (egg_toolbars_model_get_name_avail),
5950         (egg_toolbars_model_get_name_flags),
5951         (egg_toolbars_model_set_name_flags):
5952         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5953         * cut-n-paste/toolbar-editor/eggintl.h:
5954         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5955         (egg_tree_multi_drag_source_get_type),
5956         (egg_tree_multi_drag_source_row_draggable),
5957         (egg_tree_multi_drag_source_drag_data_delete),
5958         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5959         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5960         (path_list_free), (set_context_data), (get_context_data),
5961         (get_info), (egg_tree_multi_drag_drag_data_get),
5962         (egg_tree_multi_drag_motion_event),
5963         (egg_tree_multi_drag_button_press_event),
5964         (egg_tree_multi_drag_add_drag_support):
5965         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5966         * shell/ev-application.c: (ev_application_init),
5967         (ev_application_save_toolbars_model):
5968         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5969         (ev_window_cmd_edit_toolbar), (ev_window_init):
5970         
5971         Sync toolbareditor with epiphany and libegg
5972
5973 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5974
5975         * configure.ac: 
5976
5977         Depend on poppler 0.5.2
5978
5979 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5980
5981         * shell/ev-jobs.c: (ev_job_render_run):
5982         
5983         Check if document supports links iterface.
5984
5985 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5986
5987         * NEWS:
5988         * configure.ac:
5989         
5990         Update for release 0.5.3
5991
5992 2006-05-13  Michael Plump  <plumpy@skylab.org>
5993
5994         * configure.ac:
5995         * shell/Makefile.am:
5996         * shell/main.c: (main):
5997         
5998         Port to GOption command line parsing. Fix for the 
5999         bug #327518
6000
6001 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6002
6003         * shell/ev-window.c: (ev_window_cmd_help_about):
6004         
6005         Do not wrap license. Fix for the bug #309460.
6006
6007 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6008
6009         * configure.ac:
6010         * properties/ev-properties-main.c: (ev_properties_get_pages):
6011         * shell/ev-application.c: (ev_application_open_window),
6012         (ev_application_open_uri_at_dest):
6013         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6014         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6015         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6016         * shell/ev-utils.c: (save_print_config_to_file):
6017         * shell/ev-window.c: (ev_window_cmd_save_as),
6018         (ev_attachment_popup_cmd_save_attachment_as):
6019         * shell/main.c: (load_files_remote):
6020         
6021         Bump requirements to gtk 2.8 and drop all ifdefs used.
6022
6023 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6024
6025         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6026         * shell/ev-window.c: (ev_window_init):
6027         
6028         Show attachments page.
6029
6030 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6031
6032         * po/POTFILES.in:
6033         * shell/ev-attachment-bar.c:
6034         * shell/ev-attachment-bar.h:
6035         * shell/ev-sidebar-attachments.c:
6036         (ev_sidebar_attachments_icon_cache_add),
6037         (icon_theme_get_pixbuf_from_mime_type),
6038         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6039         (ev_sidebar_attachments_icon_cache_refresh),
6040         (ev_sidebar_attachments_get_attachment_at_pos),
6041         (ev_sidebar_attachments_popup_menu_show),
6042         (ev_sidebar_attachments_popup_menu),
6043         (ev_sidebar_attachments_button_press),
6044         (ev_sidebar_attachments_update_icons),
6045         (ev_sidebar_attachments_drag_data_get),
6046         (ev_sidebar_attachments_get_property),
6047         (ev_sidebar_attachments_destroy),
6048         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6049         (ev_sidebar_attachments_new),
6050         (ev_sidebar_attachments_set_document),
6051         (ev_sidebar_attachments_support_document),
6052         (ev_sidebar_attachments_get_label),
6053         (ev_sidebar_attachments_page_iface_init):
6054         * shell/ev-sidebar-attachments.h:
6055         * shell/ev-window.c: (update_chrome_visibility),
6056         (setup_sidebar_from_metadata), (ev_window_setup_document),
6057         (ev_window_sidebar_current_page_changed_cb),
6058         (attachment_bar_menu_popup_cb), (ev_window_init):
6059         
6060         Move attachments bar to sidebar.
6061
6062 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6063
6064         * pdf/ev-poppler.cc:
6065         * shell/ev-application.[ch]:
6066         * shell/main.c:
6067
6068         Fix some memory leaks.
6069
6070 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6071
6072         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6073
6074         Change the properties dialog response to
6075         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6076         will make the dialog go away when the user presses
6077         enter. With gtk+ >= 2.9 this will happen anyway, but for
6078         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6079         escape by default. Fixes bug #340539. See also bug
6080         #101293 for the gtk+ part.
6081
6082 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6083
6084         * shell/ev-view.c (tip_from_action_named): Replace some strings
6085         that were wrong. Closes #340970.
6086
6087 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6088
6089         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6090
6091         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6092         #341049
6093
6094 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6095
6096         * djvu/Makefile.am:
6097         * dvi/Makefile.am:
6098         * dvi/mdvi-lib/Makefile.am:
6099         * properties/Makefile.am:
6100         * ps/Makefile.am:
6101         * shell/Makefile.am:
6102         * thumbnailer/Makefile.am:
6103         
6104         Due to broken libtool that is unable to track dependencies
6105         of noinst libraries we are forced to explicitely point
6106         libraries for binary. Fix for the bug #333334.
6107
6108 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6109
6110         * data/evince.desktop.in.in:
6111         * shell/ev-view.c: (view_update_range_and_current_page),
6112         (ev_view_next_page), (ev_view_previous_page):
6113         * shell/ev-window.c: (update_chrome_visibility),
6114         (setup_sidebar_from_metadata), (ev_window_setup_document),
6115         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6116         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6117         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6118         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6119         (ev_window_stop_presentation), (ev_window_focus_in_event),
6120         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6121         (ev_window_init):
6122         * thumbnailer/Makefile.am:
6123         
6124         Update fullscreen and presentation timeout handling. Hide
6125         cursor in presentation after timeout. Fix for the bugs
6126         #136359 and #336981.
6127
6128 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6129
6130         * backend/ev-link-action.[ch]:
6131         * pdf/ev-poppler.cc: (ev_link_from_action):
6132         * shell/ev-view-private.h:
6133         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6134         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6135
6136         Add support for Named Action links
6137
6138 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6139
6140         * backend/Makefile.am:
6141         * backend/ev-document-links.[ch]:
6142         * backend/ev-document.[ch]:
6143         * backend/ev-link-action.[ch]:
6144         * backend/ev-link-dest.[ch]:
6145         * backend/ev-link.[ch]:
6146         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6147         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6148         * shell/ev-page-action.c: (build_new_tree_cb):
6149         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6150         (links_page_num_func), (update_page_callback):
6151         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6152         (tip_from_link):
6153         * shell/ev-jobs.c:
6154         * shell/ev-window.[ch]: (ev_window_open_uri),
6155         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6156         * shell/ev-application.[ch]: (ev_application_open_window),
6157         (ev_application_open_uri):
6158
6159         Rework links system, it adds support for remote links now and it makes
6160         easier to add new kinds of actions and destinations. Fixes bug #317292
6161
6162 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6163
6164         * data/Makefile.am:
6165         * data/evince.png:
6166         * data/evince-16.png:
6167         * data/evince-22.png:
6168         * data/evince.svg:
6169         * shell/main.c: (main):
6170         
6171         Evince use it's own icon. Fix for the bug #313392.
6172
6173         * shell/ev-window.c: (fullscreen_timeout_cb),
6174         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6175         (ev_window_cmd_help_about), (ev_window_dispose):
6176         
6177         Simplify fullscreen timeout code.
6178
6179 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6180
6181         * backend/ev-attachment.c: 
6182         * shell/ev-attachment-bar.c:
6183         * shell/ev-window.c:
6184
6185         Allow multiple selection of attachments
6186
6187 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6188
6189         * shell/ev-view.c: (view_update_range_and_current_page),
6190         (ev_view_scroll):
6191         
6192         Fix for the bug #312573 – Optimal selection of current 
6193         page among visible pages.
6194
6195 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6196
6197         * configure.ac:
6198         * djvu/Makefile.am:
6199         * djvu/djvu-text.h:
6200         
6201         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6202         for the bug 339868.
6203
6204 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6205
6206         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6207
6208 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6209
6210         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6211         dictated by the GNOME HIG. Fixes bug #339235.
6212
6213 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6214
6215         * data/evince-ui.xml:
6216         * shell/ev-view.c: (ev_view_can_find_previous):
6217         * shell/ev-view.h:
6218         * shell/ev-window.c: (ev_window_update_actions),
6219         (ev_window_cmd_edit_find_previous):
6220
6221         Add support for "Find Previous" as dictated by the GNOME HIG. A
6222         menu item is added and some glue code to make it all work is added
6223         to various files.
6224
6225 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6226
6227         * configure.ac: Award myself the "useless use of cat" award.
6228
6229 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6230
6231         * po/LINGUAS: New file listing all supported languages.
6232
6233         * configure.in: Use po/LINGUAS instead of including all languages
6234         directly in this file. See the wiki for more information:
6235         http://live.gnome.org/GnomeGoals/PoLinguas
6236
6237 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6238
6239         * backend/ev-document-factory.c:
6240
6241         Do not load the document twice when there isn't errors
6242
6243 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6244
6245         * backend/ev-attachment.c: 
6246
6247         Fix a crash when there isn't a default application to open an
6248         attachment
6249
6250 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6251
6252         * backend/ev-attachment.[ch]:
6253         * shell/ev-attachment-bar.[ch]:
6254
6255         Added missing files. 
6256
6257 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6258
6259         * backend/Makefile.am:
6260         * data/evince-ui.xml:
6261         * backend/ev-attachment.[ch]:
6262         * backend/ev-document.[ch]: (ev_document_has_attachments),
6263         (ev_document_get_attachments):
6264         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6265         (attachment_save_to_buffer), (pdf_document_get_attachments),
6266         (pdf_document_document_iface_init):
6267         * shell/Makefile.am:
6268         * shell/ev-attachment-bar.[ch]:
6269         * shell/ev-window.c:
6270
6271         Add support for PDF attachments. Fixes bug #325143
6272
6273 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6274
6275         * backend/ev-document-factory.c: (get_document_from_uri),
6276         (ev_document_factory_get_document):
6277         * backend/ev-document-factory.h:
6278         * properties/ev-properties-main.c: (ev_properties_get_pages):
6279         * shell/Makefile.am:
6280         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6281         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6282         (ev_job_queue_remove_job):
6283         * shell/ev-job-queue.h:
6284         * shell/ev-job-xfer.c:
6285         * shell/ev-job-xfer.h:
6286         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6287         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6288         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6289         (ev_job_xfer_run):
6290         * shell/ev-jobs.h:
6291         * shell/ev-window.c: (ev_window_is_empty),
6292         (password_dialog_response), (ev_window_clear_xfer_job),
6293         (ev_window_xfer_job_cb), (ev_window_open_uri),
6294         (ev_window_cmd_focus_page_selector),
6295         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6296         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6297         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6298         (ev_window_dispose):
6299         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6300         
6301         * Cleanup mime type detection on document load. Fix for the
6302         bug #336448.
6303
6304 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6305
6306         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6307         
6308         Fix crash on exit, described in the bug #336825.
6309
6310 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6311
6312         * backend/ev-document-factory.c:
6313         (ev_document_factory_get_from_mime),
6314         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6315         (ev_document_factory_get_document),
6316         (file_filter_add_mime_list_and_free),
6317         (ev_document_factory_add_filters):
6318         * backend/ev-document-factory.h:
6319         * properties/ev-properties-main.c: (ev_properties_get_pages):
6320         * shell/Makefile.am:
6321         * shell/ev-application.c:
6322         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6323         * shell/ev-window.c: (ev_window_cmd_file_open),
6324         (ev_window_cmd_save_as):
6325         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6326         
6327         Rework factory functions so they are placed now in a single 
6328         file ev-document-factory.c
6329
6330 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6331
6332         * shell/ev-window.c: (update_chrome_visibility):
6333         
6334         Fix for the bug 166566 - don't show menubar in fullscreen
6335         mode.
6336
6337 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6338
6339         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6340
6341 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6342
6343         * shell/ev-view.c: (ev_view_expose_event):
6344         
6345         More correctly draw loading text when document
6346         is empty.
6347
6348 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6349
6350         * shell/ev-view.c: (ev_view_scroll):
6351         
6352         Fix for the bug #334854, page down and page up switch
6353         pages in presentation mode.
6354
6355 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6356
6357         * shell/ev-window.c: (ev_window_set_action_sensitive),
6358         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6359         (ev_window_set_view_accels_sensitivity),
6360         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6361         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6362         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6363         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6364         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6365         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6366         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6367         (view_actions_focus_in_cb), (ev_window_init):
6368         
6369         Fix for the bug #333902, now it's possible to search
6370         words with slash.
6371
6372 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6373
6374         * configure.ac: Added Breton translation.
6375         * po/br.po: Added Breton translation.
6376
6377 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6378
6379         * shell/ev-window-title (ev_window_title_update):
6380
6381         Fix memory leak in window title. Fixes bug #333944
6382
6383 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6384
6385         * shell/ev-metadata-manager.c (parseItem):
6386
6387         Fix memory leaks. Fixes bug #333945
6388
6389 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6390         
6391         * NEWS, configure.ac, TODO:
6392         
6393         Update for release 0.5.2.
6394
6395 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6396
6397         * shell/ev-view.c: (view_update_range_and_current_page),
6398         (page_changed_cb):
6399         
6400         Don't jump on scrolling, fix for the bug #333127.
6401
6402 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6403
6404         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6405         
6406         Scroll by one page in presentation mode. Fix for the bug
6407         #332993.
6408
6409 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6410
6411         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6412
6413 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6414
6415         * configure.ac  Added lv in ALL_LINGUAS line.
6416
6417 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6418         
6419         * NEWS, configure.ac:
6420         
6421         Update for release 0.5.1
6422
6423 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6424
6425         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6426         * backend/ev-document-misc.h:
6427         * shell/ev-view.c: (draw_one_page):
6428         
6429          Clairfy what page the toolbar page number applies to. Fix
6430          for the bug #328102.
6431
6432 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6433
6434         * shell/ev-view-private.h:
6435         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6436         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6437         (ev_view_search_changed):
6438         * shell/ev-view.h:
6439         * shell/ev-window.c: (find_bar_search_changed_cb):
6440         
6441         Dont't jump to find result if window was scrolled during search.
6442         Fix for the bug #313266.
6443
6444 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6445
6446         * shell/eggfindbar.c: (egg_find_bar_class_init):
6447         * shell/eggfindbar.h:
6448         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6449         * shell/ev-view-private.h:
6450         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6451         (ev_view_class_init), (ev_sizing_mode_get_type),
6452         (ev_scroll_type_get_type):
6453         * shell/ev-view.h:
6454         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6455         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6456         (ev_window_init):
6457         
6458         Fix for the bug 319133 - Find entry should allow text scroll.
6459
6460 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6461
6462         * shell/ev-view-private.h:
6463         * shell/ev-view.c: (view_update_range_and_current_page),
6464         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6465         (ev_view_set_document), (update_find_status_message),
6466         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6467         (ev_view_find_previous):
6468         
6469         Fix for the bug #319137. Search now takes account for scrolling.
6470
6471 2006-02-19  Michael Hofmann <mh21@piware.de>
6472
6473         * configure.ac:
6474         * djvu/Makefile.am:
6475         * djvu/djvu-document-private.h:
6476         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6477         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6478         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6479         (djvu_document_can_get_text), (djvu_document_get_text),
6480         (djvu_document_document_iface_init),
6481         (djvu_document_thumbnails_get_thumbnail),
6482         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6483         (djvu_document_find_get_result),
6484         (djvu_document_find_page_has_results),
6485         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6486         (djvu_document_find_iface_init):
6487         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6488         (djvu_text_page_selection), (djvu_text_page_limits_process),
6489         (djvu_text_page_limits), (djvu_text_page_copy),
6490         (djvu_text_page_position), (djvu_text_page_union),
6491         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6492         (djvu_text_page_box), (djvu_text_page_append_text),
6493         (djvu_text_page_search), (djvu_text_page_prepare_search),
6494         (djvu_text_page_new), (djvu_text_page_free):
6495         * djvu/djvu-text-page.h:
6496         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6497         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6498         (djvu_text_n_results), (djvu_text_has_results),
6499         (djvu_text_get_result), (djvu_text_get_progress):
6500         * djvu/djvu-text.h:
6501         
6502         Text search in djvu. Fix for the bug #303415.
6503
6504 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6505
6506         * configure.ac:
6507         * shell/ev-window.c: (ev_window_cmd_save_as):
6508         
6509         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6510         Thanks to Gary Coady <gary@lyranthe.org>
6511
6512 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6513
6514         * shell/ev-print-job.c: (idle_print_handler):
6515         
6516         Inverse order printing, bug #320919.
6517
6518 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6519
6520         * data/evince-toolbar.xml:
6521         * shell/ev-window.c:
6522         
6523         Allow to add sidebar checkbutton on toolbar. Fix
6524         for the bug #144577.
6525
6526 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6527
6528         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6529         
6530         Add checks that have sense for empty ps document.
6531
6532 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6533
6534         * configure.ac: Include PS in mime types list. 
6535
6536 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6537
6538         * configure.ac:
6539         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6540         * ps/gsdefaults.h:
6541         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6542         
6543         Runtime check for gs interpreter. Fix for the bug #320868.
6544         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6545
6546 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6547
6548         * shell/ev-application.c: 
6549
6550         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6551         dbus>=0.60, so that the request is not queued. 
6552
6553 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6554
6555         * configure.ac:
6556         * shell/Makefile.am:
6557         * shell/ev-sidebar-links.c: (print_section_cb):
6558         * shell/ev-utils.c:
6559         * shell/ev-utils.h:
6560         * shell/ev-window.c: (update_action_sensitivity),
6561         (ev_window_close_dialogs), (ev_window_print):
6562         * shell/ev-window.h:
6563         
6564         Make printing support optional. Patch from Eduardo de Barros Lima
6565         <eduardo.lima@indt.org.br> for the bug #330546.
6566
6567 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6568
6569         * shell/ev-view-private.h:
6570         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6571         (ev_view_set_document):
6572         * shell/ev-view.h:
6573         * shell/ev-window.c: (ev_window_load_job_cb),
6574         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6575         (ev_window_init):
6576
6577         Draw Loading message during xfer job. Fix for the bug #329495.
6578
6579 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6580
6581         * comics/comics-document.c: (comics_regex_quote),
6582         (comics_document_load), (extract_argv):
6583         
6584         Correcly quote regexp before passing it to unzip.
6585
6586 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6587
6588         * shell/ev-page-cache.c: (build_height_to_page),
6589         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6590         (ev_page_cache_get_dual_even_left):
6591         * shell/ev-page-cache.h:
6592         * shell/ev-view.c: (view_update_range_and_current_page),
6593         (get_page_y_offset), (get_page_extents):
6594         
6595         Place even pages to the left if document has less then
6596         two pages. Fix for the bug #328856.
6597
6598 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6599
6600         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6601         
6602         Correct comics scheme. This make evince create thumbnails
6603         for comic books. Fix for the bug 329088.
6604
6605 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6606
6607         * data/evince-password.glade: Don't explicitly set
6608         invisible_char to the current default value in case
6609         the default changes; let GTK+ do its magic.
6610
6611 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6612
6613         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6614         real filename to tmp filename since often document
6615         type is determined by extension.
6616
6617 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6618
6619         * shell/ev-view.c: (add_scroll_binding_keypad),
6620         (ev_view_binding_activated), (ev_view_class_init):
6621         
6622         Add keybindings for percision-scrolling of display area. 
6623         Fix for the bug #314072.
6624
6625 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6626
6627         * data/evince.desktop.in.in:
6628         
6629         Add GTK to the list of categories. Fix for the bug #328034.
6630
6631 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6632
6633         * shell/ev-application.c: (ev_application_shutdown),
6634         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6635         * shell/ev-application.h:
6636         * shell/ev-window.c: (file_open_dialog_response_cb),
6637         (ev_window_cmd_file_open):
6638         
6639         Save last uri in file chooser dialog. Fix for the bug #327950.
6640
6641 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6642
6643         * NEWS:
6644         * README:
6645         
6646         Final update for release 0.5.0
6647         
6648         * shell/Makefile.am:
6649         
6650         Remove disable deprecated until we'll require libgnome-2.13.7
6651         and port to GOption argument parsing. See bug 327518.
6652
6653 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6654
6655         * comics/comics-document.c: (comics_document_save):
6656         * djvu/djvu-document.c: (djvu_document_save):
6657         * dvi/dvi-document.c: (dvi_document_save):
6658         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6659         * lib/ev-file-helpers.h:
6660         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6661         * tiff/tiff-document.c: (tiff_document_save):
6662         
6663         Use common save function for backends.
6664
6665 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6666
6667         * backend/ev-document-types.c:
6668         
6669         Fix crash on saving pixbuf.
6670
6671 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6672
6673         * cut-n-paste/recent-files/egg-recent-item.c:
6674         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6675         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6676         (parse_info_free), (valid_element), (start_element_handler),
6677         (end_element_handler), (text_handler), (egg_recent_model_filter),
6678         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6679         (egg_recent_model_monitor), (egg_recent_model_read),
6680         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6681         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6682         (egg_recent_model_set_property), (egg_recent_model_class_init),
6683         (egg_recent_model_init), (egg_recent_model_add_full),
6684         (egg_recent_model_delete), (egg_recent_model_get_list),
6685         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6686         (egg_recent_model_set_filter_mime_types),
6687         (egg_recent_model_clear_group_filter),
6688         (egg_recent_model_set_filter_groups),
6689         (egg_recent_model_clear_scheme_filter),
6690         (egg_recent_model_set_filter_uri_schemes),
6691         (egg_recent_model_remove_expired):
6692         * cut-n-paste/recent-files/egg-recent-util.c:
6693         (egg_recent_util_get_icon):
6694         * cut-n-paste/recent-files/egg-recent-util.h:
6695         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6696         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6697         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6698         (egg_recent_view_uimanager_set_property),
6699         (egg_recent_view_uimanager_get_property),
6700         (egg_recent_view_uimanager_class_init),
6701         (egg_recent_view_uimanager_init),
6702         (egg_recent_view_uimanager_set_label_width),
6703         (egg_recent_view_uimanager_get_label_width):
6704         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6705         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6706         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6707         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6708         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6709         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6710         
6711         Update from libegg.
6712
6713 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6714
6715         * shell/ev-page-cache.c: (build_height_to_page),
6716         (ev_page_cache_get_height_to_page):
6717         * shell/ev-page-cache.h:
6718         * shell/ev-view.c: (view_update_range_and_current_page),
6719         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6720         (ev_view_previous_page):
6721         
6722         Dual mode places even pages to the left. Fix for the bug #309393.
6723
6724         * shell/ev-view.h:
6725         * shell/ev-window.c: (update_action_sensitivity),
6726         (setup_view_from_metadata), (view_menu_popup_cb):
6727         
6728         Don't restore presentation in empty windows, more intelligent
6729         next page behaviour in dual mode.
6730
6731         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6732         (ev_pixbuf_cache_clear_job_sizes):
6733         
6734         Cleanup job callback on removal. Fix for the bug #325886.
6735
6736 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6737
6738         * ps/ps.c: (psscan):
6739         
6740         Commit workaround Mozilla problem. Fix for the bug #325919
6741         
6742         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6743         (save_item):
6744         
6745         Fix for year 2038 problem.
6746
6747 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6748
6749         * shell/ev-window.c: (setup_document_from_metadata),
6750         (ev_window_cmd_view_reload):
6751
6752         Clamp page recieved from metadata in valid values. Fix
6753         for the bug #325986.
6754
6755 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6756
6757         * MAINTAINERS: 
6758         Add MAINTAINERS as requested on desktop-devel-list.
6759
6760 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6761
6762         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6763         (mime_type_supported_by_gdk_pixbuf),
6764         (ev_document_factory_get_mime_types),
6765         (ev_document_factory_get_all_mime_types):
6766         
6767         Don't add pixbuf mime types if pixbuf backend is disabled.
6768         
6769         * shell/ev-application.c: (ev_application_get_uri_window):
6770         
6771         Fix for the bug 325815 - unhandled MIME type message doesn't 
6772         appear a second time. 
6773         
6774         * shell/ev-document-types.c: (ev_document_types_add_filters):
6775         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6776         (password_dialog_response), (ev_window_popup_password_dialog),
6777         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6778         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6779         (ev_window_run_presentation), (ev_window_stop_presentation),
6780         (save_sizing_mode), (ev_window_zoom_changed_cb),
6781         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6782         (ev_window_dual_mode_changed_cb),
6783         (ev_window_sidebar_current_page_changed_cb),
6784         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6785         (window_state_event_cb), (window_configure_event_cb):
6786         
6787         Cleanup additional uris holded by EvWindow.
6788
6789 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6790
6791         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6792         (ev_view_can_previous_page), (ev_view_can_next_page):
6793         * shell/ev-view.h:
6794         * shell/ev-window.c: (update_action_sensitivity):
6795         
6796         Two page scrolling with Space and PageUp in dual mode. Second fix 
6797         for the bug #316608.
6798
6799 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6800
6801         * shell/ev-view.c: (scroll_to_current_page):
6802         
6803         Correctly clamp adjustment value. Fix for the bug
6804         #325808.
6805
6806 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6807
6808         * shell/ev-sidebar-links.c: (print_section_cb):
6809         * shell/ev-window.c: (ev_window_get_uri),
6810         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6811         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6812         (ev_window_dispose):
6813         
6814         Make print dialog non-modal. Fix for the bug #325622.
6815
6816 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6817
6818         * shell/ev-metadata-manager.c:
6819         * shell/ev-utils.c: (using_pdf_printer),
6820         (using_postscript_printer), (load_print_config_from_file),
6821         (save_print_config_to_file):
6822         * shell/ev-utils.h:
6823         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6824         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6825         (setup_view_from_metadata), (ev_window_setup_document),
6826         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6827         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6828         (ev_window_run_presentation), (ev_window_stop_presentation),
6829         (save_sizing_mode), (ev_window_zoom_changed_cb),
6830         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6831         (ev_window_dual_mode_changed_cb),
6832         (ev_window_sidebar_current_page_changed_cb),
6833         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6834         (window_state_event_cb), (window_configure_event_cb),
6835         (ev_window_init):
6836         
6837         Setting saving behaviour fixes.
6838
6839 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6840
6841         * configure.ac:
6842         
6843         Make antialiasing gs options better and allow
6844         to change them during configure. Fix for the 
6845         bug #319049.
6846
6847 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6848
6849         * shell/ev-window.c: (setup_view_from_metadata):
6850         
6851         Remember if last window was maximized. Fix for the
6852         bug #323797.
6853
6854 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6855
6856         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6857
6858 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6859
6860         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6861         * shell/ev-page-action.c: (build_new_tree_cb):
6862         * shell/ev-sidebar-links.c: (links_page_num_func),
6863         (update_page_callback_foreach), (update_page_callback):
6864         * shell/ev-view.c: (scroll_to_current_page):
6865         
6866         Fix for the bug #325067 with more intelligent selection
6867         of current link in sidebar. Make sidebar handle links
6868         of FITR-like type more correctly.
6869
6870         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6871         (dvi_pixbuf_put_pixel):
6872         
6873         Fix memory consumtion with disabled alpha channel.
6874
6875 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6876
6877         * data/evince-ui.xml:
6878         * shell/ev-window.c: (view_menu_popup_cb),
6879         (ev_popup_cmd_open_link), (ev_window_init):
6880         
6881         Update context menu for internal links. Fix for the bug
6882         #325066.
6883
6884 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6885
6886         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6887         
6888         Bind context menu to keyboard also. Fix for the bug
6889         #325065.
6890
6891 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6892
6893         * shell/ev-view.c: (selection_scroll_timeout_cb):
6894         
6895         Horizontal scroll on selection also.
6896
6897 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6898
6899         * shell/ev-metadata-manager.c: (parse_value):
6900         * shell/ev-view.c: (goto_xyz_link):
6901         
6902         Correct zoom setup and metadata save broken in 
6903         some locales.
6904
6905 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6906
6907         * shell/ev-view-private.h:
6908         * shell/ev-view.c: (scroll_to_current_page),
6909         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6910         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6911         (page_changed_cb), (ev_view_set_continuous),
6912         (ev_view_set_dual_page), (ev_view_set_presentation):
6913         
6914         Delay scroll until allocation to correctly position page. Fix
6915         for the bug #317334.
6916
6917 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6918
6919         * NEWS:
6920         * configure.ac:
6921         
6922         Update NEWS and require poppler 0.5.0.
6923
6924 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6925         
6926         * data/evince-ui.xml:
6927         * shell/ev-view-private.h:
6928         * shell/ev-view.c: (ev_view_get_link_at_location),
6929         (handle_link_over_xy), (ev_view_button_press_event),
6930         (ev_view_button_release_event), (ev_view_class_init):
6931         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6932         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6933         (ev_window_init):
6934         
6935         Implement right-click context menu.
6936
6937 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6938
6939         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6940         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6941         (mdvi_pixbuf_device_render):
6942         * pdf/ev-poppler.cc:
6943
6944         Don't generate thumbnails with alpha. See bug #324077.
6945         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6946
6947 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6948
6949         * shell/ev-window.c: (setup_chrome_from_metadata):
6950         
6951         Fix typo that was hiding toolbar.
6952
6953 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6954
6955         * shell/ev-view-private.h:
6956         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6957         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6958         (ev_view_button_release_event), (ev_view_destroy):
6959         
6960         Small cleanup and autoscrolling during selection. Thanks to 
6961         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6962
6963 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6964
6965         * configure.ac:
6966         
6967         Correctly check for comics option.
6968
6969 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6970         * Makefile.am:
6971         * configure.ac:
6972         * backend/Makefile.am:
6973         * backend/ev-document-factory.c:
6974         * shell/ev-document-types.c:
6975
6976         Included option in configure to make ps backend 
6977         compilation optional with --disable-ps.
6978
6979 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6980
6981         * backend/ev-document-factory.c:
6982         * comics/Makefile.am:
6983         * comics/comics-document.c: (comics_document_load):
6984         * comics/ev-cbr-mime.xml:
6985         * configure.ac:
6986         
6987         Comics mime types are added to shared-mime-info CVS. Now
6988         we don't need to install our own mime types.
6989
6990 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6991
6992         * shell/ev-window.c:
6993         
6994         Add shortcut for "save a copy" menu entry. Fix for
6995         the bug #324582.
6996
6997 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6998
6999         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7000         (job_finished_cb), (new_selection_pixbuf_needed),
7001         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7002         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7003         
7004         Rework selection job info logic and fix critical warning.
7005
7006 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7007
7008         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7009
7010 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7011
7012         * data/evince-ui.xml:
7013         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7014         
7015         Enter as shortcut key for next page. Fix for the bug
7016         #321394.
7017
7018 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7019
7020         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7021
7022 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7023
7024         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7025         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7026         (new_selection_pixbuf_needed),
7027         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7028         (clear_job_selection):
7029         
7030         Too early for 0.5. Pixbuf cache code cleaned a bit.
7031
7032 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7033
7034         * NEWS:
7035         * configure.ac:
7036         
7037         Release 0.5.0 preparation
7038
7039 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7040
7041         * comics/Makefile.am:
7042         * configure.ac:
7043         * shell/ev-document-types.c: (ev_document_types_add_filters):
7044         
7045         More advanced handling of custom mime type installation.
7046
7047 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7048
7049         * data/evince.schemas.in:
7050         * shell/ev-metadata-manager.c: (value_free),
7051         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7052         (ev_metadata_manager_get), (ev_metadata_manager_set):
7053         * shell/ev-metadata-manager.h:
7054         * shell/ev-window.c: (update_chrome_flag),
7055         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7056         (setup_document_from_metadata), (setup_chrome_from_metadata),
7057         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7058         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7059         (ev_window_view_toolbar_cb),
7060         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7061         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7062         
7063         Save last document settings and reuse them for new documents.
7064
7065 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7066
7067         * Makefile.am:
7068         * backend/Makefile.am:
7069         * backend/ev-document-factory.c:
7070         * backend/ev-document-factory.h:
7071         * comics/Makefile.am:
7072         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7073         (comics_document_load), (comics_document_save),
7074         (comics_document_get_n_pages), (comics_document_get_page_size),
7075         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7076         (comics_document_class_init), (comics_document_can_get_text),
7077         (comics_document_get_info), (comics_document_document_iface_init),
7078         (comics_document_init), (get_supported_image_extensions),
7079         (comics_document_thumbnails_get_geometry),
7080         (comics_document_thumbnails_get_thumbnail),
7081         (comics_document_thumbnails_get_dimensions),
7082         (comics_document_document_thumbnails_iface_init), (extract_argv):
7083         * comics/comics-document.h:
7084         * comics/ev-cbr-mime.xml:
7085         * configure.ac:
7086         * po/POTFILES.in:
7087         * shell/ev-application.c: (ev_application_register_service):
7088         * shell/ev-document-types.c: (ev_document_types_add_filters):
7089         * thumbnailer/Makefile.am:
7090         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7091         
7092         New CBR/CBZ backend for comic books.
7093
7094 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7095
7096         * shell/main.c: (load_files_remote):
7097
7098         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7099         warning on startup of second instance is fixed. It
7100         is bug #320353.
7101
7102 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7103
7104         * shell/ev-window.c: (ev_window_finalize):
7105         
7106         Fix double free that cause crash.
7107
7108 2005-10-29  Bastien Nocera <hadess@hadess.net>
7109
7110         * tiff/tiff-document.c: (tiff_document_load):
7111         
7112         Fix memory leak.
7113
7114 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7115
7116         * po/POTFILES.in:
7117         * shell/Makefile.am:
7118         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7119         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7120         (ev_view_accessible_get_text),
7121         (ev_view_accessible_get_character_at_offset),
7122         (ev_view_accessible_get_text_before_offset),
7123         (ev_view_accessible_get_text_at_offset),
7124         (ev_view_accessible_get_text_after_offset),
7125         (ev_view_accessible_get_character_count),
7126         (ev_view_accessible_get_caret_offset),
7127         (ev_view_accessible_set_caret_offset),
7128         (ev_view_accessible_get_run_attributes),
7129         (ev_view_accessible_get_default_attributes),
7130         (ev_view_accessible_get_character_extents),
7131         (ev_view_accessible_get_offset_at_point),
7132         (ev_view_accessible_get_n_selections),
7133         (ev_view_accessible_get_selection),
7134         (ev_view_accessible_add_selection),
7135         (ev_view_accessible_remove_selection),
7136         (ev_view_accessible_set_selection),
7137         (ev_view_accessible_text_iface_init),
7138         (ev_view_accessible_idle_do_action),
7139         (ev_view_accessible_action_do_action),
7140         (ev_view_accessible_action_get_n_actions),
7141         (ev_view_accessible_action_get_description),
7142         (ev_view_accessible_action_get_name),
7143         (ev_view_accessible_action_set_description),
7144         (ev_view_accessible_action_iface_init),
7145         (ev_view_accessible_get_type), (ev_view_accessible_new),
7146         (ev_view_accessible_factory_get_accessible_type),
7147         (ev_view_accessible_factory_create_accessible),
7148         (ev_view_accessible_factory_class_init),
7149         (ev_view_accessible_factory_get_type):
7150         * shell/ev-view-accessible.h:
7151         * shell/ev-view-private.h:
7152         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7153         * shell/ev-view.h:
7154         
7155         Initial accessibility support.
7156
7157 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7158
7159         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7160
7161 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7162
7163         * shell/ev-print-job.c: (idle_print_handler):
7164         
7165         Fix for bug Bug 318916: Printing multiple pages.
7166
7167 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7168
7169         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7170
7171 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7172
7173         * pdf/ev-poppler.cc:
7174         
7175         Thumnail dimensions unified with other backends.
7176         
7177         * shell/ev-window-title.c: (ev_window_title_update):
7178         
7179         Fix warning.
7180
7181 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7182
7183         * data/ev-stock-zoom-fit-width.png:
7184         
7185         Remove unused file.
7186
7187 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7188
7189         * configure.ac:
7190         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7191         (djvu_document_finalize):
7192         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7193         (dvi_document_finalize):
7194         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7195         (pixbuf_document_save), (pixbuf_document_finalize):
7196         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7197         (tiff_document_finalize):
7198         
7199         Save a copy implemented for various backends.
7200
7201 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7202
7203         * configure.ac:
7204         
7205         Don't link with ltiff if tiff is disabled.
7206
7207 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7208
7209         * pdf/GDKSplashOutputDev.cc:
7210         * pdf/GDKSplashOutputDev.h:
7211         * pdf/Thumb.cc:
7212         * pdf/Thumb.h:
7213         * pdf/pdf-document.cc:
7214         * pdf/pdf-document.h:
7215         * pdf/test-gdk-output-dev.cc:
7216         
7217         Remove old unused files.
7218
7219 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7220
7221         * shell/ev-window.c: (ev_window_setup_document):
7222         
7223         Fixed warnings on reload and probably crash reason.
7224
7225 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7226
7227         * properties/ev-properties-view.c:
7228         (ev_properties_view_format_date):
7229         
7230         Check if date is invalid. Fix for bug 318134.
7231
7232 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7233
7234         * shell/ev-window-title.c:
7235         
7236         Add .indd files (Adobe Indesign) to the list of "bad
7237         extensions".
7238
7239 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7240
7241         * data/evince-ui.xml:
7242         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7243         
7244         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7245
7246 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7247
7248         * shell/ev-window.c: (launch_link), (launch_external_uri),
7249         (view_external_link_cb):
7250
7251         URL-escape link before passing it to gnome_vfs_url_show.
7252
7253 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7254
7255         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7256         there isn't text selected.
7257
7258 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7259
7260         * shell/ev-view.c: (handle_link_over_xy):
7261
7262         Check tooltip is valid utf8 before showing it
7263
7264 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7265
7266         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7267
7268 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7269
7270         * shell/ev-window-title.c: (ev_window_title_update):
7271
7272         Guard against using g_strstrip on NULL. Fixes bug #317291.
7273
7274 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7275
7276         * pdf/ev-poppler.cc:
7277
7278         Show title even for unknown links
7279
7280 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7281
7282         * shell/ev-window-title.c: (ev_window_title_update):
7283
7284         Strip the title string
7285
7286 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7287
7288         * shell/ev-window-title.c:
7289
7290         Add .rtf to the bad extensions list
7291
7292 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7293
7294         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7295         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7296
7297         Ignore link coordinates if they are outside page bounds
7298
7299 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7300
7301         * backend/ev-link.c: (ev_link_type_get_type),
7302         (ev_link_get_filename), (ev_link_get_params),
7303         (ev_link_get_property), (ev_link_set_property),
7304         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7305         * backend/ev-link.h:
7306         * pdf/ev-poppler.cc:
7307         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7308         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7309         (ev_window_init):
7310
7311         Implement launch links. Delegate external link opening to
7312         the window.
7313
7314 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7315
7316         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7317         (ev_link_get_right), (ev_link_get_property),
7318         (ev_link_set_property), (ev_link_class_init),
7319         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7320         * backend/ev-link.h:
7321         * pdf/ev-poppler.cc:
7322         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7323
7324         Implement fitr links
7325
7326 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7327
7328         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7329         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7330         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7331         (ev_view_size_request_continuous),
7332         (ev_view_size_request_dual_page),
7333         (ev_view_size_request_single_page), (ev_view_size_allocate),
7334         (ev_view_zoom_for_size_continuous_and_dual_page),
7335         (ev_view_zoom_for_size_continuous),
7336         (ev_view_zoom_for_size_dual_page),
7337         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7338         (ev_sizing_mode_get_type):
7339         * shell/ev-view.h:
7340         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7341
7342         Do not use modes for link, we need to calculate size ad hoc.
7343         Still not perfect because of the usual scrollbar issues grrr.
7344
7345 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7346
7347         * backend/ev-link.c: (ev_link_type_get_type),
7348         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7349         * backend/ev-link.h:
7350         * pdf/ev-poppler.cc:
7351         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7352         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7353         (ev_view_size_request_continuous),
7354         (ev_view_size_request_dual_page),
7355         (ev_view_size_request_single_page), (ev_view_size_allocate),
7356         (zoom_for_size_fit_height),
7357         (ev_view_zoom_for_size_continuous_and_dual_page),
7358         (ev_view_zoom_for_size_continuous),
7359         (ev_view_zoom_for_size_dual_page),
7360         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7361         (ev_sizing_mode_get_type):
7362         * shell/ev-view.h:
7363         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7364
7365         Implement FIT_HEIGHT mode (only for links).
7366         Implement FITH links
7367
7368 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7369
7370         * shell/ev-window-title.c: (get_filename_from_uri),
7371         (ev_window_title_sanitize_extension), (ev_window_title_update),
7372         (ev_window_title_set_document), (ev_window_title_set_uri),
7373         (ev_window_title_free):
7374         * shell/ev-window-title.h:
7375         * shell/ev-window.c: (ev_window_setup_document),
7376         (ev_window_popup_password_dialog):
7377
7378         Refactor window title building while fixing it for
7379         password documents.
7380
7381 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7382
7383         * pdf/ev-poppler.cc:
7384
7385         Escape link title before setting it in the model
7386
7387 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7388
7389         * shell/ev-application.c: (removed_from_session), (save_session),
7390         (init_session), (ev_application_get_empty_window),
7391         (ev_application_init), (ev_application_get_windows):
7392         * shell/ev-application.h:
7393         * shell/ev-window.c: (ev_window_finalize):
7394
7395         Add a function to retrieve window list and share it where
7396         necessary.
7397         Implement session handling, works pretty well thanks to the
7398         metadata system.
7399
7400 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7401
7402         * shell/ev-password.c: (ev_password_item_created_callback),
7403         (ev_password_dialog_save_password):
7404         
7405         Fix for bug 316972. Use async gnome-keyring API.
7406
7407 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7408
7409         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7410         Remove unused unrealize handler. Add scroll handling to
7411         ev_view_scroll_event for presentation mode (bug #316708),
7412         and fix the event state checks there.
7413
7414 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7415
7416         * shell/ev-page-action.c: (page_changed_cb):
7417
7418         "marco, maybe we should be crazy and jump right to 6! :)"
7419
7420         Bryan Clark, Sep 2005
7421
7422 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7423
7424         * ps/ps-document.c: (save_document), (ps_document_save),
7425         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7426         (ps_document_ps_export_end):
7427
7428         Fix unstructured documents save and print
7429
7430 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7431
7432         * shell/ev-application.c: (ev_application_open_uri):
7433
7434         Fix window size persistance
7435
7436 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7437
7438         * shell/ev-view.c: (ev_view_button_release_event):
7439
7440         Based on a patch from carlosgc@gnome.org. Mouse buttons
7441         switch pages in presentation mode.
7442
7443 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7444
7445         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7446
7447         Dont cast to int before scaling
7448
7449 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7450
7451         * backend/ev-link.c: (ev_link_type_get_type),
7452         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7453         (ev_link_new_page_fith):
7454         * backend/ev-link.h:
7455         * pdf/ev-poppler.cc:
7456         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7457
7458         Implement FIT and FITH links
7459
7460 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7461
7462         * pdf/ev-poppler.cc:
7463
7464         Return 0 results when search is not in progress.
7465
7466         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7467         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7468
7469         Update menu sensitivity when cancelling search
7470
7471 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7472
7473         * shell/ev-view.c: (ev_view_can_find_next):
7474
7475         Take all pages in consideration, not just current one
7476
7477 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7478
7479         * shell/ev-page-cache.c:
7480         * shell/ev-page-cache.h:
7481         * shell/ev-view.c: (ev_view_binding_activated),
7482         (ev_view_next_page), (ev_view_previous_page),
7483         (ev_sizing_mode_get_type):
7484         * shell/ev-view.h:
7485         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7486         (ev_window_cmd_go_next_page):
7487
7488         Move page next/previous functions from page chace to
7489         view and change it to move by 2 page steps in dual mode.
7490
7491 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7492
7493         * shell/ev-window.c: (update_sidebar_visibility),
7494         (setup_sidebar_from_metadata), (ev_window_setup_document),
7495         (setup_view_from_metadata):
7496
7497         Show the index by default when there is one     
7498
7499 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7500
7501         * shell/ev-window-title.c: (ev_window_title_set_document):
7502
7503         Missing null check
7504
7505 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7506
7507         * shell/ev-view.c: (view_update_range_and_current_page):
7508         
7509         Allow display of last odd page in dual view. Fix for 316347.
7510
7511 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7512
7513         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7514         
7515         Make close button default. Fix for 316383.
7516
7517 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7518
7519         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7520         
7521         Mark close button as default. Fix for 316381.
7522
7523 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7524
7525         * backend/ev-link.c: (ev_link_class_init):
7526
7527         Allow negative doubles in left/top properties
7528
7529 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7530
7531         * shell/ev-window.c:
7532
7533         Remove a bunch of strings that was used only
7534         by the statusbar.
7535
7536 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7537
7538         * shell/ev-window-title.c: (get_filename_from_uri),
7539         (ev_window_title_set_document):
7540
7541         When title has a confusing extension, show also
7542         the document filename inside ()
7543
7544 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7545
7546         * shell/Makefile.am:
7547         * shell/ev-window-title.c: (ev_window_title_new),
7548         (ev_window_title_update), (ev_window_title_set_type),
7549         (ev_window_title_set_document), (ev_window_title_free):
7550         * shell/ev-window-title.h:
7551         * shell/ev-window.c: (ev_window_setup_document),
7552         (password_dialog_response), (ev_window_popup_password_dialog),
7553         (ev_window_dispose), (ev_window_init):
7554
7555         Factor out and cleanup window title code
7556
7557 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7558
7559         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7560         (unable_to_load):
7561
7562         Make dialog transient so it doesnt block other windows
7563
7564 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7565
7566         * pdf/ev-poppler.cc:
7567         
7568         Fix pdf thumbnails rendering.
7569
7570 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7571
7572         * shell/ev-window.c: (fullscreen_set_timeout):
7573         
7574         Increase timeout to hide full screen popup. Bug 
7575         316123. 
7576
7577 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7578
7579         * data/evince.schemas.in:
7580         * shell/ev-window.c: (update_action_sensitivity):
7581
7582         Allow the user to override document restrictions. Fix for bug
7583         305818.
7584
7585 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7586
7587         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7588         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7589         (ev_window_class_init): Fix multihead behaviour of fullscreen
7590         toolbar popup. Fixes bug #315451.
7591
7592 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7593
7594         * configure.ac:
7595         * data/evince-password.glade:
7596         * shell/ev-password.c: (ev_password_dialog_set_property),
7597         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7598         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7599         (ev_password_dialog_entry_changed_cb),
7600         (ev_password_dialog_entry_activated_cb),
7601         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7602         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7603         (ev_password_dialog_set_bad_pass):
7604         * shell/ev-password.h:
7605         * shell/ev-window.c: (password_dialog_response),
7606         (ev_window_popup_password_dialog):
7607         
7608         Support for gnome-keyring for encrypted PDF's.
7609
7610 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7611
7612         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7613         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7614         (ev_view_enter_notify_event), (ev_view_class_init):
7615         
7616         More precise handling of enter_notify/leave_notify events
7617         in EvView. Fix for bug 315470.
7618
7619 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7620
7621         * shell/ev-window.c: (fullscreen_timeout_cb),
7622         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7623         (ev_window_dispose):
7624
7625         leak fix: unref fullscreen_timeout_source before clearing it
7626
7627 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7628
7629         * configure.ac, dvi/mdvi/Makefile.am: 
7630         
7631         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7632
7633 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7634
7635         * backend/ev-link.c: (ev_link_new_page_xyz):
7636         * pdf/ev-poppler.cc:
7637         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7638
7639         Fix some bugs with xyz links, respect zoom
7640
7641 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7642
7643         * shell/ev-window.c: (page_changed_cb),
7644         (setup_document_from_metadata), (update_sidebar_visibility),
7645         (setup_view_from_metadata), (ev_window_run_fullscreen),
7646         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7647         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7648         (ev_window_dual_mode_changed_cb),
7649         (ev_window_sidebar_current_page_changed_cb):
7650
7651         null check uri before setting and getting metadata
7652
7653 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7654
7655         * dvi/Makefile.am:
7656         * properties/Makefile.am:
7657         * shell/Makefile.am:
7658         * thumbnailer/Makefile.am:
7659
7660         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7661
7662 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7663
7664         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7665         (selection_changed_callback):
7666         * shell/ev-sidebar-links.h:
7667
7668         Add a signal for link activation.
7669
7670         * shell/ev-view.c: (ev_view_goto_link),
7671         (ev_view_button_release_event):
7672         * shell/ev-view.h:
7673         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7674         (ev_window_init):
7675
7676         Implement the signal so that we can handle all link types.
7677
7678         * shell/ev-page-cache.c:
7679
7680         Remove unused set_link function
7681
7682 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7683
7684         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7685
7686         Add some space from the cursor, hardcoded but I couldnt
7687         find a better way.
7688
7689 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7690
7691         * lib/ev-tooltip.c:
7692
7693         Use mozilla style vs gtk style, way better for links.
7694
7695         * shell/ev-view.c: (ev_view_motion_notify_event),
7696         (ev_view_destroy), (ev_view_init):
7697
7698         Deactive tooltip when the link hovered is changed.
7699
7700 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7701
7702         * backend/ev-document.h:
7703         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7704         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7705         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7706         (ev_link_new_page), (ev_link_new_page_xyz):
7707         * backend/ev-link.h:
7708         * pdf/ev-poppler.cc:
7709         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7710         (go_to_link), (tip_from_link):
7711
7712         Implement xyz links, still not functional. Links are a total
7713         mess, will need to refactor and bugfix a lot :(
7714
7715 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7716
7717         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7718
7719 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7720
7721         * data/evince-ui.xml:
7722         * data/evince.schemas.in:
7723         * shell/Makefile.am:
7724         * shell/ev-window.c: (update_chrome_visibility),
7725         (password_dialog_response), (ev_window_load_job_cb),
7726         (ev_window_xfer_job_cb), (ev_window_open_uri),
7727         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7728         (ev_window_init):
7729
7730         Remove the statusbar. This regress loading feedback, need to
7731         check with Bryan what we want to do there...
7732
7733 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7734
7735         * lib/ev-tooltip.c: (ev_tooltip_init):
7736
7737         Fix tooltip border and size handling
7738
7739 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7740
7741         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7742         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7743         (ev_tooltip_timeout), (ev_tooltip_activate),
7744         (ev_tooltip_deactivate):
7745         * lib/ev-tooltip.h:
7746         * shell/ev-view.c: (ev_view_motion_notify_event):
7747
7748         Delay popup showing. Mirror gtk logic/times.
7749
7750 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7751
7752         * lib/Makefile.am:
7753         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7754         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7755         (ev_tooltip_set_text), (ev_tooltip_set_position):
7756         * lib/ev-tooltip.h:
7757
7758         Simple widget to show tooltips at a custom position
7759
7760         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7761         (ev_view_destroy):
7762
7763         Use it for links. First go, needs work
7764
7765 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7766
7767         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7768         HIG fixes.  Use title capitalization for window title. Use 12 
7769         pixels of space between the dialog's vbox and action area.
7770
7771 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7772
7773         * shell/ev-window.c: (file_open_dialog_response_cb),
7774         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7775         (ev_window_cmd_save_as):
7776
7777         Make file pickers not modal and refactor code some
7778
7779 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7780
7781         * shell/ev-sidebar.h:
7782         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7783         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7784         (ev_sidebar_class_init), (ev_sidebar_select_page),
7785         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7786         (ev_sidebar_set_page):
7787
7788         Add a current page property and allow to get/set it
7789
7790         * shell/ev-window.c: (setup_view_from_metadata),
7791         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7792
7793         Persist current sidebar page per document
7794
7795 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7796
7797         * data/evince.schemas.in:
7798         * shell/ev-window.c: (update_chrome_visibility),
7799         (setup_document_from_metadata), (update_sidebar_visibility),
7800         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7801         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7802         (ev_window_run_presentation), (ev_window_stop_presentation),
7803         (ev_window_view_sidebar_cb),
7804         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7805         (load_chrome), (ev_window_init):
7806
7807         Persist size/visibility of sidebar per document
7808
7809 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7810
7811         * shell/ev-view.c (draw_loading_text): Draw loading text.
7812
7813 2005-09-02  Dan Damian  <dand@gnome.ro>
7814
7815         * configure.in: Added "ro" to ALL_LINGUAS.
7816
7817 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7818
7819         * shell/ev-view.c: (clear_caches):
7820
7821         ev_page_cache_get doesnt return a reference,
7822         dont try to unref it.
7823
7824 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7825
7826         * shell/main.c: (load_files_remote):
7827
7828         Fix timestamp parameter with dbus <= 0.33
7829
7830 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7831
7832         * data/evince.schemas.in:
7833
7834         Add missing full stop
7835
7836 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7837
7838         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7839         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7840
7841         Plug some memory leaks
7842
7843 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7844
7845         * configure.ac:
7846         * lib/ev-debug.c: (trap_handler):
7847
7848         Check for execinfo.h and use it only if it exists.
7849         Ported from Epiphany (bug #314776).
7850
7851 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7852
7853         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7854
7855 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7856
7857         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7858         * po/id.po      : Added Indonesian translation
7859
7860 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7861
7862         * shell/main.c:
7863         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7864         * NEWS: Release 0.4.0
7865
7866 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7867
7868         * configure.ac: catch another gtk+-2.8ism
7869         * shell/main.c: Make work with gtk+-2.6
7870
7871 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7872
7873         * shell/ev-application-service.xml: Add 'timestamp' argument to
7874           ev_application_open_window and ev_application_open_uri methods.
7875
7876         * shell/ev-application.h: Add 'timestamp' argument to
7877           ev_application_open_window, ev_application_open_uri,
7878           and ev_application_open_uri_list functions.
7879
7880         * shell/ev-application.c (ev_application_open_window,
7881           ev_application_open_uri, ev_application_open_uri_list): Change
7882           functions that show/present windows to use a timestamp if one
7883           is passed in.
7884
7885         * shell/ev-window.c (ev_window_cmd_file_open,
7886           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7887         * shell/main.c (load_files): Modify calls to ev_application to
7888           include GDK_CURRENT_TIME as timestamp.
7889
7890         * shell/main.c (load_files_remote): Obtain timestamp for client
7891           instance from GDK and pass to server instance so new windows are
7892           focused properly.  Fix dbus_g_proxy_call() calls by including second
7893           G_TYPE_INVALID.
7894           
7895         Closes bug #314475.
7896
7897 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7898
7899         * shell/ev-window.c (ev_window_finalize): Check for
7900         avail. EvWindows when quiting to handle the finalize better,
7901         #314497
7902
7903 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7904         
7905         * properties/ev-properties-view.c: 
7906         
7907         Set textdomain to libglade. Fixes translation problem in property page.
7908
7909 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7910
7911         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7912         * dvi/Makefile.am:
7913         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7914         * dvi/mdvi-lib/Makefile.am:
7915         
7916         Fix rotation of thumbnails, ported to new API. Moved library
7917         dependencies earlier, probably it will fix linkage problem.
7918
7919 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7920
7921         * backend/ev-document-misc.c:
7922         (ev_document_misc_get_thumbnail_frame):
7923         * backend/ev-document-misc.h:
7924         * configure.ac:
7925         * pdf/ev-poppler.cc:
7926         * shell/Makefile.am:
7927         * shell/ev-sidebar-thumbnails.c: (add_range),
7928         (ev_sidebar_thumbnails_set_loading_icon),
7929         (ev_sidebar_thumbnails_refresh),
7930         (ev_sidebar_thumbnails_set_document):
7931         * shell/ev-sidebar-thumbnails.h:
7932         * shell/ev-view.c: (ev_view_motion_notify_event),
7933         (ev_view_set_property), (ev_view_get_property),
7934         (ev_view_class_init), (ev_view_set_rotation):
7935         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7936         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7937         (ev_window_init):
7938         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7939         Redo rotation (again).  prepare for 0.4.0
7940
7941 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7942
7943         * configure.ac: Bump poppler requirement to 0.4.1.
7944
7945         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7946         argument to poppler_page_render_selection() call.
7947
7948 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7949
7950         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7951         (djvu_document_thumbnails_get_thumbnail):
7952         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7953         (dvi_document_thumbnails_get_thumbnail):
7954         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7955         (pixbuf_document_thumbnails_get_thumbnail):
7956         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7957         
7958         Update rotation direction of backends to fit with pdf and ps.
7959
7960 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7961
7962         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7963         * backend/ev-async-renderer.h:
7964         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7965         (setup_page), (ps_document_get_page_size),
7966         (ps_async_renderer_render_pixbuf):
7967         * ps/ps-document.h:
7968         * shell/ev-jobs.c: (ev_job_render_run):
7969
7970         Fix orientation in the postscript document
7971
7972 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7973
7974         * pdf/ev-poppler.cc:
7975         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7976         * shell/ev-view.c: (highlight_find_results):
7977
7978         Adapt to the new poppler rotation API. Fix text maps on landscape
7979         documents.
7980
7981 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7982
7983         * shell/ev-view.c (compute_new_selection_text): get the correct
7984         region when selecting in modes other than continuous.
7985
7986 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7987
7988         * shell/main.c (main): remove redundant g_warnings.
7989
7990 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7991
7992         * shell/Makefile.am: Don't include autogenerated
7993         file ev-application-service.h into distribution, since
7994         it causes dbus crash. Fix for bugs 313724 and 313443. 
7995
7996 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7997
7998         * configure.ac: Fix sed expression for FreeBSD. Thanks
7999         to Joe Marcus Clark <marcus@freebsd.org>
8000         
8001         * shell/eggfindbar.c: (entry_activate_callback),
8002         (entry_changed_callback), (egg_find_bar_init),
8003         (egg_find_bar_set_search_string):
8004         
8005         Made findbar buttons unsensitive if there is no text in
8006         entry. Fix for the bug 313285.
8007
8008 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8009
8010         * ps/ps-document.c: Use g_filename_display_name for displaying
8011         filenames and revert string freeze breackage
8012
8013 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8014
8015         * NEWS:
8016         * configure.ac:
8017
8018         Update for 0.3.4
8019
8020         * shell/Makefile.am:
8021
8022         Add ev-application-service.xml to extra dist
8023
8024         * shell/ev-view.c: (find_page_at_location):
8025
8026         Remove unused function (fix warning)
8027
8028 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8029
8030         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8031         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8032         
8033         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8034         bug 313623.
8035
8036 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8037
8038         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8039         * shell/ev-window.c:
8040         Fix build warnings
8041
8042 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8043
8044         * configure.ac: Update script to get dbus version.
8045         Fix for the bug #313443.
8046
8047 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8048
8049         * shell/ev-window.c: (ev_window_cmd_escape):
8050         
8051         Return focus back to view on escape. Fix for bug 313295.
8052
8053 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8054
8055         * shell/ev-window.c: (update_window_title),
8056         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8057         (ev_window_cmd_save_as):
8058         
8059         Correct conversion from uri to displayable string. Fix for
8060         bug 313296.
8061
8062 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8063
8064         * ps/ps-document.c: convert filename to utf8 when there is an error
8065         loading document. Fixes #309915
8066
8067 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8068
8069         * configure.ac:
8070
8071         We depend on poppler 0.4.0
8072
8073 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8074
8075         * configure.ac:
8076         * NEWS: Release 0.3.3.
8077         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8078
8079 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8080
8081         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8082         add a couple missing mnemonics to menu items, use title 
8083         capitalization for menu items and window titles, and add 
8084         ellipsis to open menu item.     
8085
8086 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8087
8088         * pdf/ev-poppler.cc:
8089         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8090         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8091         (ev_view_get_rotation):
8092         * shell/ev-view.h:
8093         * shell/ev-window.c: (setup_view_from_metadata),
8094         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8095         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8096         disk.
8097
8098 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8099
8100         * configure.ac: Added tr to ALL_LINGUAS
8101
8102 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8103
8104         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8105         requires several clicks to find word. Thanks to 
8106         Colin Slater <kiltedtaco@gmail.com>.
8107
8108 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8109
8110         * data/evince.desktop.in.in: Hide menu entry and
8111         rename it to "Document Viewer". Fix for bug 
8112         #312399.
8113
8114 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8115
8116         * shell/ev-page-action.c (ev_page_action_class_init): 
8117
8118         Point to the correct function in constructor of the
8119         activate_label signal
8120
8121 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8122
8123         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8124         * shell/ev-jobs.h: Make thread safe.
8125
8126 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8127
8128         * shell/ev-view.c: (view_update_range_and_current_page):
8129         Don't update page range if we are scrolling to some document
8130         point.
8131
8132 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8133
8134         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8135         when getting max_page_width, fix drawing in dual mode.
8136
8137 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8138
8139         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8140         getting the area for select_all.
8141
8142 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8143
8144         * backend/ev-selection.c: (ev_selection_render_selection):
8145         * backend/ev-selection.h:
8146         * pdf/ev-poppler.cc:
8147         * shell/ev-jobs.c: (ev_job_render_new):
8148         * shell/ev-jobs.h:
8149         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8150         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8151         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8152         (ev_view_class_init):
8153
8154         Change selection color on focus in and focus out events.  Also,
8155         poppler now uses GdkColor for specifying the selection colors, so
8156         drop some awkward conversion code.
8157
8158 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8159
8160         * configure.ac: Added Hebrew translation
8161
8162 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8163
8164         * NOTES:
8165         * backend/ev-selection.c: (ev_selection_render_selection):
8166         * backend/ev-selection.h:
8167         * pdf/ev-poppler.cc:
8168         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8169         (ev_job_render_run):
8170         * shell/ev-jobs.h:
8171         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8172         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8173         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8174         (ev_pixbuf_cache_style_changed),
8175         (ev_pixbuf_cache_get_selection_pixbuf),
8176         (ev_pixbuf_cache_set_selection_list),
8177         (ev_pixbuf_cache_get_selection_list):
8178         * shell/ev-pixbuf-cache.h:
8179         * shell/ev-utils.c: (ev_print_region_contents):
8180         * shell/ev-utils.h:
8181         * shell/ev-view.c: (ev_view_queue_draw_page),
8182         (selection_update_idle_cb), (ev_view_motion_notify_event),
8183         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8184         (setup_caches), (ev_view_find_next), (merge_selection_region),
8185         (selection_free):
8186         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8187
8188         Clean up selection to be much smoother!
8189
8190 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8191
8192         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8193         to poppler_page_render_selection().
8194
8195 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8196
8197         * ps/ps-document.c: (save_page_list): Use
8198         unzipped document when printing. Thanks to 
8199         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8200         311016.
8201
8202 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8203
8204         * shell/ev-window.c: (update_action_sensitivity):
8205         
8206         Disable print and save respect to lockdown gconf keys. Fix
8207         for 312342.
8208
8209 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8210
8211         * configure.ac:
8212         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8213         (write_to_temp_file), (ev_file_set_contents):
8214         * shell/ev-utils.h:
8215         * shell/ev-window.c: (save_print_config_to_file):
8216         
8217         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8218         Fix for bug 312238
8219
8220 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8221
8222         * shell/ev-window.c: (load_print_config_from_file),
8223         (save_print_config_to_file), (ev_window_print_range):
8224
8225         Persist the print settings. Fixes bug #311578.
8226
8227 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8228
8229         * djvu/djvu-document.c: (djvu_document_get_page_size),
8230         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8231         (djvu_document_thumbnails_get_thumbnail):
8232         * dvi/dvi-document.c: (dvi_document_get_page_size),
8233         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8234         (dvi_document_thumbnails_get_dimensions),
8235         (dvi_document_thumbnails_get_thumbnail):
8236         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8237         (pixbuf_document_render_pixbuf),
8238         (pixbuf_document_document_iface_init),
8239         (pixbuf_document_thumbnails_get_thumbnail):
8240         
8241         Update backends to make them build with new rotation system.
8242
8243 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8244
8245         * help/C/figures/evince_start_window.png:
8246         
8247         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8248
8249 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8250
8251         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8252         * shell/ev-pixbuf-cache.h:
8253         * shell/ev-sidebar-thumbnails.c:
8254         (ev_sidebar_thumbnails_get_property), (add_range),
8255         (adjustment_changed_cb):
8256         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8257         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8258         we were thumbnailing the entire docment on startup, slowing us
8259         down hugely. 
8260
8261 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8262
8263         * shell/ev-page-cache.c: (ev_page_cache_new):
8264         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8265         == 0, fixes #310306.
8266
8267 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8268
8269         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8270         (ev_view_rotate_left):
8271
8272         Account rotation in doc_rect_to_view_rect.
8273         Ensure rotation doesnt go out of bounds.
8274
8275 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8276
8277         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8278
8279         Correct and cleanup w/h swapping
8280
8281 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8282
8283         * backend/ev-document-thumbnails.c:
8284         (ev_document_thumbnails_get_thumbnail):
8285         * backend/ev-document-thumbnails.h:
8286         * backend/ev-document.c:
8287         * backend/ev-document.h:
8288         * backend/ev-render-context.c: (ev_render_context_new),
8289         (ev_render_context_set_rotation):
8290         * backend/ev-render-context.h:
8291         * pdf/ev-poppler.cc:
8292         * ps/ps-document.c: (ps_document_document_iface_init):
8293         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8294         * shell/ev-jobs.h:
8295         * shell/ev-page-cache.c: (build_height_to_page),
8296         (ev_page_cache_new), (ev_page_cache_get_size),
8297         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8298         (ev_page_cache_get_height_to_page):
8299         * shell/ev-page-cache.h:
8300         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8301         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8302         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8303         (ev_pixbuf_cache_get_selection_pixbuf):
8304         * shell/ev-pixbuf-cache.h:
8305         * shell/ev-print-job.c: (idle_print_handler):
8306         * shell/ev-sidebar-thumbnails.c: (add_range):
8307         * shell/ev-view.c: (view_update_range_and_current_page),
8308         (get_page_y_offset), (get_page_extents),
8309         (ev_view_size_request_continuous_dual_page),
8310         (ev_view_size_request_continuous),
8311         (ev_view_size_request_dual_page),
8312         (ev_view_size_request_single_page), (draw_one_page),
8313         (ev_view_set_rotation), (ev_view_rotate_right),
8314         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8315         (ev_view_zoom_for_size_continuous_and_dual_page),
8316         (ev_view_zoom_for_size_continuous),
8317         (ev_view_zoom_for_size_dual_page),
8318         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8319         (ev_view_select_all):
8320         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8321         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8322         (tiff_document_document_iface_init),
8323         (tiff_document_thumbnails_get_thumbnail):
8324
8325         Use rotation rather than orientation. It's easier and enough
8326         for our needs.
8327
8328 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8329
8330         * shell/ev-page-cache.c: (build_height_to_page),
8331         (ev_page_cache_new), (ev_page_cache_get_size),
8332         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8333         (ev_page_cache_get_height_to_page):
8334         * shell/ev-page-cache.h:
8335         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8336         (ev_view_size_request_continuous_dual_page),
8337         (ev_view_size_request_continuous),
8338         (ev_view_zoom_for_size_continuous_and_dual_page),
8339         (ev_view_zoom_for_size_continuous):
8340
8341         Make the page cache aware of page orientation.
8342
8343 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8344
8345         * backend/ev-document-thumbnails.c:
8346         (ev_document_thumbnails_get_thumbnail):
8347         * backend/ev-document-thumbnails.h:
8348         * backend/ev-document.c:
8349         * backend/ev-document.h:
8350         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8351         * backend/ev-ps-exporter.h:
8352         * pdf/ev-poppler.cc:
8353         * ps/ps-document.c: (ps_document_document_iface_init),
8354         (ps_document_ps_export_do_page):
8355         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8356         * shell/ev-jobs.h:
8357         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8358         (ev_page_cache_get):
8359         * shell/ev-page-cache.h:
8360         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8361         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8362         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8363         * shell/ev-pixbuf-cache.h:
8364         * shell/ev-print-job.c: (idle_print_handler):
8365         * shell/ev-sidebar-thumbnails.c: (add_range):
8366         * shell/ev-view.c: (view_update_range_and_current_page),
8367         (get_page_extents), (ev_view_size_request_dual_page),
8368         (ev_view_size_request_single_page), (draw_one_page),
8369         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8370         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8371         (ev_view_zoom_for_size_dual_page),
8372         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8373         (ev_view_select_all):
8374         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8375         * tiff/tiff-document.c: (tiff_document_get_page_size),
8376         (tiff_document_get_orientation), (rotate_pixbuf),
8377         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8378         (tiff_document_thumbnails_get_thumbnail),
8379         (tiff_document_ps_export_do_page), (tiff_document_init):
8380
8381         Really make use of the orientation bit of the render context.
8382         Use the render context in a few more places in the backend API.
8383         This regress orientation, but now it's done right. Will try to
8384         fix it up asap...
8385
8386 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8387
8388         * shell/ev-view.c: (ensure_rectangle_is_visible):
8389
8390         Patch by Nickolay V. Shmyrev to fix find flickering
8391
8392 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8393
8394         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8395         duplex parameters to ::begin.
8396
8397         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8398         * shell/ev-print-job.c (idle_print_handler): 
8399         * ps/ps-document.c (ps_document_ps_export_begin): 
8400         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8401         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8402         implementations. Poppler backend needs poppler cvs. Rest has
8403         unchanged behavior.
8404
8405 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8406
8407         * shell/ev-window.c (using_pdf_printer): new function.
8408         (ev_window_print_range): print a less techy message if someone
8409         tries to print to PDF.
8410
8411 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8412
8413         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8414         from "unknown font" string. Bug #311431
8415
8416 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8417
8418         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8419
8420 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8421
8422         Bug #311280
8423         
8424         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8425         name for PopplerFontTypes
8426         (pdf_document_fonts_fill_model): add font type to the detail column
8427
8428         * backend/ev-document-fonts.h: added
8429         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8430
8431         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8432         font name and font details, add a little markup.
8433         (ev_properties_fonts_init): use the new cell data func, specify ypad
8434         property for the cell renderer.
8435         (ev_properties_fonts_set_document): add the details column.
8436
8437 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8438
8439         * configure.ac: Added "pl" to ALL_LINGUAS.
8440
8441 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8442
8443         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8444
8445 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8446
8447         * help/ChangeLog: Started this for translations of manual.
8448         * configure.ac, autogen.sh, .cvsignore: Migrated to
8449         gnome-doc-utils. Patch in bug #311222.
8450
8451 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8452
8453         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8454         #ifdef this away to fix an unused-function warning.
8455
8456 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8457
8458         * configure.ac: Added 'gl' to ALL_LINGUAS.
8459
8460 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8461
8462         * configure.ac: Added ne in ALL_LINGUAS
8463         
8464 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8465
8466         * shell/ev-view.c: (ev_view_leave_notify_event):
8467         
8468         Clear status message when pointer leaves view. Fix for bug
8469         #310818 
8470
8471 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8472
8473         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8474
8475 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8476
8477         * shell/ev-view.c: (ev_view_leave_notify_event),
8478         (ev_view_class_init):
8479         
8480         Set cursor to normal then leaving view.
8481
8482 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8483
8484         * configure.ac:
8485         
8486         Fix required djvulibre version.
8487
8488 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8489
8490         *configure.ac: Hindi (hi) language added
8491
8492 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8493
8494         *configure.ac: Punjabi (pa) Language added
8495
8496 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8497
8498         * data/evince-ui.xml, shell/ev-window.c:
8499         
8500         Add keypad accelerators for zooming. Fix for bug 308128.
8501
8502 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8503
8504         * Makefile.am:
8505         * backend/Makefile.am:
8506         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8507         * configure.ac:
8508         * shell/ev-document-types.c: (ev_document_types_add_filters):
8509
8510         Allow to enable/disable the pixbuf backend.
8511         Default to off for now. If we want it enabled we should
8512         really put mime types in the desktop, implement properties etc.
8513
8514         * properties/evince-properties.c:
8515
8516         Initialize error to NULL.
8517         Check error is not NULL before freeing.
8518
8519 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8520
8521         * shell/ev-window.c:
8522
8523         Use F5 as presentation accell
8524
8525 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8526
8527         * shell/ev-window.c: (update_chrome_visibility),
8528         (ev_window_create_fullscreen_popup), (ev_window_init):
8529
8530         Do not leak the fullscreen toolbar
8531
8532 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8533
8534         * shell/ev-window.c: (view_actions_focus_in_cb),
8535         (view_actions_focus_out_cb):
8536
8537         These has a return value! Fix totally random focus
8538         issues we was seeing.
8539
8540 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8541
8542         * shell/main.c: (load_files_remote):
8543
8544         Allow open more than one file
8545
8546 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8547
8548         * shell/main.c: (load_files_remote):
8549
8550         Fix for dbus 0.33. bug #309975
8551
8552 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8553
8554         * properties/ev-properties-main.c: (ev_properties_get_pages):
8555
8556         Actually return NULL for types we dont support
8557
8558 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8559
8560         * po/POTFILES.in:
8561
8562         Remove empty lines.
8563
8564 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8565
8566         * backend/ev-document-factory.c:
8567         (ev_document_factory_get_document):
8568
8569         Do not try to create the object if type
8570         is invalid.
8571
8572 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8573
8574         * ps/ps-document.c: (ps_document_dispose),
8575         (ps_async_renderer_render_pixbuf):
8576         * ps/ps-document.h:
8577
8578         Do not leak the target window
8579
8580 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8581
8582         * shell/ev-application.c: (ev_application_init):
8583
8584         Let tbe check file existence for us.
8585         Add a comment about eggrecent mime filter.
8586
8587 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8588
8589         * data/evince-ui.xml:
8590         * shell/ev-application.c: (ev_application_shutdown),
8591         (ev_application_init), (ev_application_get_toolbars_model),
8592         (ev_application_get_recent_model),
8593         (ev_application_save_toolbars_model):
8594         * shell/ev-application.h:
8595         * shell/ev-window.c: (ev_window_add_recent),
8596         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8597         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8598         (ev_window_init):
8599
8600         Use common toolbar and recent models for all windows.
8601         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8602
8603 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8604
8605         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8606         successfully check for gtk_icon_view_get_visible_range.
8607
8608 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8609
8610         * djvu/Makefile.am:
8611         * dvi/Makefile.am:
8612         
8613         Fix djvu and dvi backend build.
8614
8615 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8616
8617         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8618         (new_separator_pixbuf):
8619
8620         Don't leak windows.
8621
8622 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8623
8624         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8625
8626         HIGification of toolbar editor dialogue.
8627
8628 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8629
8630         * configure.ac:
8631         * shell/Makefile.am:
8632
8633         Ever build metadata manager since it's just
8634         disabled at runtime now.
8635
8636 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8637
8638         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8639         (ev_metadata_manager_get), (ev_metadata_manager_set):
8640         * shell/ev-metadata-manager.h:
8641
8642         Add an _init functions that enabled metadata management
8643         at runtime.
8644
8645         * shell/ev-window.c: (page_changed_cb),
8646         (setup_document_from_metadata), (ev_window_setup_document),
8647         (setup_view_from_metadata), (ev_window_open_uri),
8648         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8649         (ev_window_run_presentation), (ev_window_stop_presentation),
8650         (save_sizing_mode), (ev_window_zoom_changed_cb),
8651         (ev_window_continuous_changed_cb),
8652         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8653         (window_configure_event_cb):
8654
8655         Remove all ugly metadata define since we deal with it
8656         at runtime now.
8657
8658         * shell/main.c: (load_files_remote), (main):
8659
8660         Add support for dbus cvs head. Hopefully didnt break one
8661         of the other versions now!
8662
8663         If we dont get a response from the dbus server just
8664         give up with it and not enable metadata.
8665
8666 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8667
8668         * Makefile.am:
8669         * backend/Makefile.am:
8670         * configure.ac:
8671         * cut-n-paste/recent-files/Makefile.am:
8672         * cut-n-paste/toolbar-editor/Makefile.am:
8673         * cut-n-paste/zoom-control/Makefile.am:
8674         * lib/Makefile.am:
8675         * pdf/Makefile.am:
8676         * pixbuf/Makefile.am:
8677         * properties/Makefile.am:
8678         * ps/Makefile.am:
8679         * shell/Makefile.am:
8680         * thumbnailer/Makefile.am:
8681         * tiff/Makefile.am:
8682
8683         Make frontends depend on just libev.
8684         Rework and group CFLAGS/LIBS definitions.
8685         Cleanups.
8686
8687 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8688
8689         * shell/ev-window:
8690
8691         do not unnecessarily save zoom
8692
8693         * configure.ac:
8694         * lib/ev-file-helpers.c: (ev_dot_dir):
8695         * shell/Makefile.am:
8696         * shell/dummy.cc:
8697
8698         Some cleanups
8699
8700 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8701
8702         * configure.ac:
8703         
8704         Remove unnecessary dependencies
8705
8706 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8707
8708         * properties/Makefile.am:
8709         * thumbnailer/Makefile.am:
8710         * tiff/Makefile.am:
8711
8712         Some more cleanups. Was really necessary
8713         but I probably introduced bugs, feel free
8714         to flame :)
8715
8716 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8717
8718         * backend/Makefile.am:
8719         * configure.ac:
8720         * cut-n-paste/recent-files/Makefile.am:
8721         * cut-n-paste/toolbar-editor/Makefile.am:
8722         * cut-n-paste/zoom-control/Makefile.am:
8723         * lib/Makefile.am:
8724         * pdf/Makefile.am:
8725         * pixbuf/Makefile.am:
8726         * properties/Makefile.am:
8727         * ps/Makefile.am:
8728         * shell/Makefile.am:
8729         * thumbnailer/Makefile.am:
8730         * tiff/Makefile.am:
8731
8732         Use gnome-common macros when possible.
8733         Cleanup dependencies.
8734         Actually disable deprecated where possible.
8735
8736 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8737
8738         * Makefile.am:
8739         * backend/Makefile.am:
8740         * properties/Makefile.am:
8741         * shell/Makefile.am:
8742         * thumbnailer/Makefile.am:
8743
8744         This should solve the circular dep without
8745         requiring dir reorg!
8746
8747         * shell/ev-window.c: (setup_view_from_metadata):
8748
8749         Never restore window size/position when the
8750         window is already visible.
8751
8752 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8753
8754         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8755
8756         Return a boolean from timeout func. Fix ported from gedit.
8757
8758 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8759
8760         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8761
8762 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8763
8764         * shell/ev-document-types.c: set "All Documents" as default filter in
8765         open dialog
8766
8767 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8768
8769         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8770         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8771         (ev_metadata_manager_set_boolean): fix value/val thinko.
8772
8773 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8774
8775         * shell/ev-window.c: (setup_view_from_metadata),
8776         (window_state_event_cb), (window_configure_event_cb),
8777         (ev_window_init):
8778
8779         Remember window position and maximized state
8780
8781 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8782
8783         * configure.ac:
8784
8785         Fix DBUS configure checks.
8786
8787         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8788         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8789         (ev_metadata_manager_set_boolean):
8790
8791         Plug mem leaks.
8792
8793         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8794         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8795         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8796         (ev_window_continuous_changed_cb),
8797         (ev_window_dual_mode_changed_cb), (ev_window_new):
8798
8799         Fix the build without DBUS.
8800
8801 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8802
8803         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8804         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8805         (ev_metadata_manager_set_string),
8806         (ev_metadata_manager_set_boolean):
8807         * shell/ev-metadata-manager.h:
8808
8809         Add support for some more types
8810
8811         * shell/ev-view.c: (scroll_to_current_page),
8812         (ev_view_get_continuous), (ev_view_set_continuous),
8813         (ev_view_get_dual_page):
8814         * shell/ev-view.h:
8815         * shell/ev-window.c: (page_changed_cb),
8816         (setup_document_from_metadata), (ev_window_setup_document),
8817         (setup_view_from_metadata), (ev_window_open_uri),
8818         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8819         (ev_window_run_presentation), (ev_window_stop_presentation),
8820         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8821         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8822         (ev_window_update_dual_page_action),
8823         (ev_window_continuous_changed_cb),
8824         (ev_window_dual_mode_changed_cb), (ev_window_init):
8825
8826         Remember a bunch of view/document properties. Prolly some
8827         are still missing but it's getting interesting.
8828
8829 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8830
8831         * configure.ac: check if dbus-binding-tool is installed. Not the
8832         case on current Ubuntu breezy, it seems.
8833
8834 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8835
8836         * data/evince.desktop.in.in:
8837         
8838         Allow open uri lists and add TryExec field.
8839
8840 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8841
8842         * configure.ac:
8843
8844         Enable dbus when available, do not require a configure
8845         option.
8846
8847 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8848
8849         * configure.ac:
8850
8851         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8852         disabled.
8853
8854 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8855         Marco Pesenti Gritti  <mpg@redhat.com>
8856
8857         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8858         
8859         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8860         functions to the format required by dbus
8861
8862         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8863         errors. Use the RPC parameters in the expected way
8864
8865 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8866
8867         * Makefile.am:
8868         * properties/Makefile.am:
8869         * properties/ev-properties-main.c: (ev_properties_get_pages):
8870
8871         Support all mime types
8872
8873         * shell/Makefile.am:
8874         * thumbnailer/Makefile.am:
8875         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8876         (evince_thumbnail_pngenc_get):
8877
8878         Use the document factory
8879
8880 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8881
8882         * backend/Makefile.am:
8883         * backend/ev-document-factory.c:
8884         (mime_type_supported_by_gdk_pixbuf),
8885         (ev_document_type_get_from_mime),
8886         (ev_document_factory_get_document),
8887         (ev_document_factory_get_backend),
8888         (ev_document_factory_get_mime_types),
8889         (ev_document_factory_get_all_mime_types):
8890         * backend/ev-document-factory.h:
8891         * shell/Makefile.am:
8892         * shell/ev-document-types.c: (get_document_from_uri),
8893         (ev_document_types_get_document),
8894         (file_filter_add_mime_list_and_free),
8895         (ev_document_types_add_filters):
8896         * shell/ev-document-types.h:
8897         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8898         * shell/ev-properties-dialog.c:
8899         (ev_properties_dialog_set_document):
8900         * shell/ev-window.c: (ev_window_cmd_file_open),
8901         (ev_window_cmd_save_as):
8902         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8903
8904         Rework document types managing to avoid code duplication
8905         and actually abstract from backend implementations.
8906         Also provide a minimal factory api that can be used by
8907         thumbnailer/properties.
8908
8909 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8910
8911         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8912         Plug a mem leak.
8913         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8914         HIG spacings.
8915
8916 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8917
8918         * shell/ev-properties-dialog.c
8919         (ev_properties_dialog_set_document): only call
8920         ev_properties_fonts_set_document() if the document implements the
8921         fonts interface
8922
8923 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8924
8925         * configure.ac:
8926         * properties/Makefile.am:
8927         * properties/ev-properties-view.c:
8928         (ev_properties_view_register_type):
8929         * properties/ev-properties-view.h:
8930         * properties/ev-properties-main.h:
8931
8932         Implement nautilus plugin for properties.
8933         Works only for pdf atm, I need to rework the
8934         document types stuff to get this to work
8935         for all backends...
8936
8937 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8938
8939         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8940         (ev_properties_fonts_set_document): use
8941         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8942
8943 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8944
8945         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8946         them
8947         (PlaceImage, tiff2ps_process_page): use
8948         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8949
8950
8951 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8952
8953         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8954         (main): to call gnome_authentication_manager_init. Should fix
8955         Bug #308510
8956
8957         * configure.ac: that requires libgnomeui 2.6.0.
8958
8959 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8960
8961         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8962         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8963         use the new tiff2ps interfaces
8964
8965         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8966         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8967
8968         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8969         structure instead of global variables.  Remove use of static
8970         variables in functions.
8971
8972 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8973
8974         * shell/ev-page-action.c: unref the completion after setting it to the
8975         entry
8976
8977 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8978
8979         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8980         postscript files
8981
8982 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8983
8984         * shell/ev-window.c (update_action_sensitivity): disable
8985         File->Print if the document does not implement the ps exporter
8986         interface
8987
8988 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8989
8990         * Makefile.am:
8991         * configure.ac:
8992         * data/evince-properties.glade:
8993         * properties/.cvsignore:
8994         * properties/Makefile.am:
8995         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8996         (ev_properties_view_class_init), (ev_properties_view_format_date),
8997         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8998         (ev_properties_view_init), (ev_properties_view_new):
8999         * properties/ev-properties-view.h:
9000         * shell/Makefile.am:
9001         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9002         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9003         (ev_properties_dialog_new):
9004         * shell/ev-properties-dialog.h:
9005         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9006         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9007         (update_progress_label), (job_fonts_finished_cb),
9008         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9009         * shell/ev-properties-fonts.h:
9010         * shell/ev-properties.c:
9011         * shell/ev-properties.h:
9012         * shell/ev-window.c: (ev_window_setup_document),
9013         (ev_window_cmd_file_properties):
9014
9015         Split the properties pages in two different objects, depend
9016         only on the backend where possible, use widgets instead
9017         of gobject for the glade part, reimplement the dialog
9018         itself with gtk.
9019         I need this to implement nautilus properties page.
9020
9021 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9022
9023         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9024         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9025         (tiff_document_document_ps_exporter_iface_init): implement the ps
9026         exporter interface for tiff documents
9027
9028         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9029         libtiff to implement TIFF postscript export
9030
9031         * tiff/tiff2ps.h: added a header file for external tiff2ps
9032         functions.
9033
9034         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9035         tiff2ps.h
9036
9037 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9038
9039         * shell/ev-view.c: (scroll_to_current_page),
9040         (ev_view_set_fullscreen), (ev_view_set_presentation):
9041         
9042         Scroll to current page when exit from presentation
9043
9044 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9045
9046         * shell/ev-window.c: (update_document_mode),
9047         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9048         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9049         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9050         
9051         Exit from fullscreen mode when switch to presentation. Fix for
9052         bug 309365
9053
9054 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9055
9056         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9057         return NULL if the document does not implement the selection
9058         interface.
9059
9060 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9061
9062         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9063         reported height by using the resolution aspect ratio
9064         (tiff_document_render_pixbuf): scale the pixbuf using the
9065         resolution aspect ratio
9066
9067 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9068
9069         * configure.ac:
9070         
9071         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9072         <kiltedaco@gmail.com>
9073         
9074         * djvu/djvu-document.c: (djvu_document_get_orientation),
9075         (djvu_document_set_orientation), (djvu_document_get_page_size),
9076         (rotate_pixbuf), (djvu_document_render_pixbuf),
9077         (djvu_document_document_iface_init):
9078         * dvi/dvi-document.c: (dvi_document_get_orientation),
9079         (dvi_document_set_orientation), (dvi_document_get_page_size),
9080         (rotate_pixbuf), (dvi_document_render_pixbuf),
9081         (dvi_document_document_iface_init):
9082         
9083         Dvi and djvu backends are ported to new API
9084
9085 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9086
9087         * backend/ev-selection.c: (ev_selection_get_selection_region),
9088         (ev_selection_get_selection_map):
9089         * backend/ev-selection.h:
9090         * pdf/ev-poppler.cc:
9091         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9092         * shell/ev-jobs.h:
9093         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9094         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9095         (ev_pixbuf_cache_get_text_mapping):
9096         * shell/ev-pixbuf-cache.h:
9097         * shell/ev-view.c: (location_in_text),
9098         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9099         support to EvView.  Now we can see where we can select!  Sweet!
9100
9101 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9102
9103         * shell/ev-view.c (ev_view_button_press_event): Fix
9104         event->y + view->scroll_x typo.
9105
9106 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9107
9108         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9109         sub-GdkPixbuf instead of passing dest_x and dest_y.
9110         
9111         * shell/ev-view.c: (view_point_to_doc_point),
9112         (view_rect_to_doc_rect), (ev_view_button_press_event),
9113         (ev_view_motion_notify_event), (compute_new_selection_rect),
9114         (gdk_rectangle_point_in), (compute_new_selection_text),
9115         (compute_selections): Update selection code to keep the selection
9116         around as two points and not as a normalized rectangle, and fix
9117         page level selection in two-column mode.
9118
9119 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9120
9121         * shell/ev-window.c: (window_configure_event_cb): 
9122         
9123         Fix compilation
9124         
9125 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9126
9127         * pdf/ev-poppler.cc:
9128
9129         Fix compilation
9130
9131 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9132
9133         * shell/Makefile.am:
9134         * shell/ev-metadata-manager.c: (item_free),
9135         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9136         (parse_value), (parseItem), (load_values),
9137         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9138         (save_values), (save_item), (get_oldest), (resize_items),
9139         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9140         * shell/ev-metadata-manager.h:
9141
9142         Metadata manager from gedit but modified to use GValue, so that
9143         we dont need to keep converting from strings.
9144
9145         * configure.ac:
9146
9147         ENABLE_METADATA conditional, on when dbus is on
9148
9149         * shell/ev-application.c: (ev_application_open_uri):
9150
9151         Show the window after load so that we can initialize
9152         window size before it's showed.
9153
9154         * shell/ev-window.c: (ev_window_setup_from_metadata),
9155         (ev_window_open_uri), (window_configure_event_cb),
9156         (ev_window_init):
9157
9158         Save and load metadata information about window size.
9159         Not yet keeping states in account.
9160
9161         * shell/main.c: (main):
9162
9163         Shutdown metadata manager.
9164
9165 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9166
9167         * shell/ev-application-service.xml:
9168         * configure.ac:
9169         * shell/Makefile.am:
9170         * shell/ev-application.c:
9171         * shell/ev-application.h:
9172         * shell/ev-window.c:
9173         * shell/ev-window.h:
9174         * shell/main.c:
9175
9176         Add an optional dbus interface (--enable-dbus).
9177         Rework application code, mainly to be easier to
9178         use "remotely".
9179         Do not open multiple windows with the same document,
9180         spatial evince!
9181
9182 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9183
9184         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9185         pixbuf iff it exists.
9186
9187 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9188
9189         * shell/*:
9190         * backend/ev-render-context.[ch]:
9191         * backend/ev-selection.[ch]:
9192
9193         Massive changes.  We now support text selection of pdfs, and not
9194         just rectangular selection.  This is pretty broken still, but I
9195         want to get something into CVS.
9196
9197 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9198
9199         * pdf/ev-poppler.cc:
9200         
9201         Fix for Bug 309080: crash on window close.
9202         
9203         * shell/ev-page-action.c: (page_changed_cb):
9204         
9205         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9206         jensgr@gmx.net (Jens Granseuer).
9207
9208 2005-06-25  Marcel Telka  <marcel@telka.sk>
9209
9210         * configure.in (ALL_LINGUAS): Added sk.
9211
9212 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9213
9214         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9215         not a document open
9216
9217 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9218
9219         * NEWS:
9220         * configure.ac:
9221
9222         Release 0.3.2
9223
9224         * cut-n-paste/recent-files/Makefile.am:
9225
9226         Fix make distcheck
9227
9228 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9229
9230         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9231         (pixbuf_document_set_orientation), (rotate_pixbuf),
9232         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9233         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9234
9235         Implement rotation and cleanup the code a bit.
9236
9237         * tiff/tiff-document.c: (tiff_document_get_page_size),
9238         (tiff_document_get_orientation), (tiff_document_set_orientation),
9239         (rotate_pixbuf), (tiff_document_render_pixbuf),
9240         (tiff_document_document_iface_init), (tiff_document_init):
9241
9242         Implement rotation. Was the quicker solution for the release
9243         but we really need to share this code in the shell.
9244
9245 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9246
9247         * pdf/ev-poppler.cc:
9248
9249         Enable rotation, require poppler cvs. Fix a leak.
9250
9251 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9252
9253         * shell/ev-window.c: (update_action_sensitivity):
9254         
9255         Make properties unsensitive if document backend doesn't provide
9256         any info
9257
9258 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9259
9260         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9261         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9262         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9263         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9264         (bitmap_flip_rotate_counter_clockwise):
9265         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9266         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9267         (buff_gets):
9268         * dvi/mdvi-lib/common.h:
9269         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9270         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9271         (opendvi), (mdvi_reload), (mdvi_init_context),
9272         (mdvi_destroy_context), (mdvi_dopage), (special):
9273         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9274         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9275         (file_hash_free), (register_encoding), (parse_spec),
9276         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9277         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9278         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9279         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9280         (mdvi_register_font_type), (mdvi_unregister_font_type),
9281         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9282         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9283         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9284         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9285         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9286         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9287         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9288         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9289         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9290         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9291         (mdvi_unregister_special), (mdvi_flush_specials):
9292         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9293         (t1_font_remove):
9294         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9295         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9296         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9297         (free_font_metrics), (flush_font_metrics):
9298         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9299         (tt_font_remove):
9300         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9301         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9302         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9303         (dstring_insert), (dstring_new), (dstring_reset):
9304         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9305         
9306         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9307         avoid conflict with libtool on FC4
9308         
9309         * shell/ev-window.c: (ev_window_cmd_help_about):
9310         
9311         Update copyright year. Fix for bug 308828.
9312
9313 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9314
9315         * shell/ev-view.c: (add_scroll_binding_keypad),
9316         (ev_view_binding_activated), (ev_view_class_init),
9317         (on_adjustment_value_changed):
9318         
9319         Bug 170874: Arrow keys switch pages in presentation mode
9320
9321 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9322
9323         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9324         
9325         Fix for Bug 308265: Sidebar dissappears coming out of 
9326         Presentation mode
9327
9328 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9329
9330         * shell/ev-application.c: (ev_application_open):
9331         * shell/ev-document-types.c: (ev_document_types_add_filters),
9332         (ev_document_types_add_filters_for_type):
9333         * shell/ev-document-types.h:
9334         * shell/ev-window.c: (ev_window_cmd_save_as):
9335         
9336         Suggest basename as template when saving, provide filters
9337         for save dialog. It's bug 308402
9338
9339 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9340
9341         * pdf/ev-poppler.cc:
9342         * shell/ev-sidebar-links.c: (job_finished_callback):
9343         * shell/ev-view.c: (update_find_status_message):
9344         
9345         Some leaks fixed
9346
9347 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9348
9349         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9350         (egg_recent_view_uimanager_set_list):
9351
9352         Fix buglet in !show_numbers case.
9353
9354 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9355
9356         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9357         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9358
9359         Use pango ellipsisation.
9360
9361         * pdf/ev-poppler.cc:
9362
9363         Fix refcount leak, from nsh.
9364
9365 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9366
9367         * cut-n-paste/recent-files/Makefile.am:
9368         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9369         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9370         
9371         Removed EggRecentViewGtk
9372         
9373         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9374         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9375         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9376         (ev_window_setup_recent):
9377         
9378         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9379         with other projects
9380
9381 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9382
9383         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9384         (egg_recent_view_gtk_finalize):
9385
9386         Fix memory leak
9387
9388         * cut-n-paste/toolbar-editor/Makefile.am:
9389         
9390         Fix location of cursor icon.
9391         
9392         * pdf/ev-poppler.cc:
9393         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9394         (display_completion_text), (match_completion):
9395         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9396         (selection_changed_callback), (create_loading_model),
9397         (print_section_cb), (links_page_num_func),
9398         (update_page_callback_foreach):
9399         * shell/ev-window.c: (ev_window_dispose):
9400         
9401         Small memory fixes. Links model now store objects instead
9402         of pointers to improve memory management. 
9403
9404 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9405
9406         * shell/ev-window.c: (zoom_control_changed_cb):
9407         
9408         Fix update of zoom control (bug 308268).
9409
9410 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9411
9412         * shell/ev-properties.c (set_property): escape the text correctly.
9413         Handles non-UTF-8 properties and escaped properties.  Also, sets
9414         the text to "<i>None</i>" if the property isn't set.
9415
9416         * data/evince-properties.glade: Change the label to be ellipsized,
9417         and give it a minimum size.
9418
9419 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9420
9421         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9422         * shell/ev-sidebar-links.c: (create_loading_model):
9423         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9424         * shell/ev-view.c: (ev_view_set_document):
9425         * shell/ev-window.c: (ev_window_dispose):
9426         
9427         Various small fixes, mostly memory leaks. Thanks to valgrind.
9428
9429 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9430
9431         * ps/ps-document.c: remove the locale.h include again ;-). And
9432         kill the (bogus) setlocale/savelocale business.
9433
9434 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9435
9436         * ps/ps-document.c:
9437         
9438         Include locale.h to fix build
9439         
9440         * shell/ev-sidebar.c:
9441         
9442         Remove unnecessary includes
9443
9444 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9445
9446         * dvi/dvi-document.c: (dvi_document_load):
9447         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9448         * po/POTFILES.in:
9449         
9450         Check for incorrect dvi files. Fix parsing dvi on AMD64
9451         platform. Thanks to tester@tester.ca (Olivier Crete).
9452
9453 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9454
9455         * shell/ev-page-action.c: (match_selected_cb),
9456         (display_completion_text), (match_completion), (update_model):
9457         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9458         (expand_open_links):
9459         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9460         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9461         (ev_sidebar_set_document):
9462         * shell/ev-window.c: (ev_window_xfer_job_cb),
9463         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9464         
9465         Fixed lot's of memory leaks, for example, memory leak on reload, 
9466         described in bug 307793.
9467
9468 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9469
9470         * pdf/ev-poppler.cc:
9471         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9472         (update_visible_range), (adjustment_changed_cb),
9473         (ev_sidebar_thumbnails_fill_model),
9474         (ev_sidebar_thumbnails_refresh),
9475         (ev_sidebar_tree_selection_changed),
9476         (ev_sidebar_icon_selection_changed),
9477         (ev_sidebar_thumbnails_use_icon_view),
9478         (ev_sidebar_thumbnails_set_document):
9479         * shell/ev-sidebar-thumbnails.h:
9480         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9481         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9482
9483         Refresh thumbnails when changing orientation. Not fully
9484         working yet becuase of a sidebar bug.
9485
9486         Set page orientation to poppler page everywhere. This sucks
9487         really need to fix poppler.
9488
9489 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9490
9491         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9492         (egg_recent_view_gtk_new_menu_item),
9493         (egg_recent_view_gtk_set_property),
9494         (egg_recent_view_gtk_get_property),
9495         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9496         (egg_recent_view_gtk_set_tooltip_func),
9497         (egg_recent_view_gtk_set_label_width),
9498         (egg_recent_view_gtk_get_label_width):
9499         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9500
9501         Sync with libegg (ellipsize labels)
9502
9503 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9504
9505         * data/evince-ui.xml:
9506         * shell/ev-window.c: (ev_window_cmd_go_forward),
9507         (ev_window_cmd_go_backward):
9508         
9509         Shift + PageUp moves 10 Pages. Fix for 306125
9510
9511 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9512
9513         * pdf/ev-poppler.cc:
9514
9515         Add a flag to check if orientation has been overriden
9516
9517 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9518
9519         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9520         field if necessary.
9521
9522         * ps/ps.h: add creator field to document.
9523
9524         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9525         set creator field.
9526
9527 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9528
9529         * data/evince-properties.glade:
9530         * shell/ev-properties.c: (ev_properties_set_document):
9531
9532         s/PDF Version/Format
9533
9534 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9535
9536         * shell/ev-properties.c: (ev_properties_set_document):
9537
9538         Remove unnecessary translations
9539
9540 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9541
9542         * cut-n-paste/toolbar-editor/Makefile.am:
9543
9544         Correct library name    
9545
9546 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9547
9548         * configure.ac:
9549         * cut-n-paste/recent-files/egg-recent-model.c:
9550         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9551         (egg_recent_model_unlock_file):
9552         * cut-n-paste/recent-files/egg-recent-util.c:
9553         (egg_recent_util_get_unique_id):
9554         * cut-n-paste/recent-files/update-from-egg.sh:
9555         * cut-n-paste/toolbar-editor/Makefile.am:
9556         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9557         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9558         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9559         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9560         (egg_toolbars_model_get_type):
9561         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9562
9563         Better makefile for toolbar editor and update everything
9564         to latest libegg.
9565
9566 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9567
9568         * shell/ev-window.c: (update_document_mode):
9569
9570         Prefer presentation mode when the document
9571         require fullscreen.
9572
9573 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9574
9575         * data/evince-ui.xml:
9576         * shell/ev-window.c:
9577
9578         Add control-equal for zooming
9579
9580 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9581
9582         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9583
9584 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9585
9586         * backend/ev-document.c: (ev_document_get_orientation):
9587         * backend/ev-document.h:
9588         * pdf/ev-poppler.cc:
9589         * ps/ps-document.c: (ps_document_get_orientation),
9590         (ps_document_set_orientation), (ps_document_document_iface_init):
9591
9592         Add a get_orientation api. Improve set_orientation.
9593
9594         * data/evince-ui.xml:
9595         * shell/ev-view.c: (ev_view_set_orientation),
9596         (ev_view_rotate_right), (ev_view_rotate_left):
9597         * shell/ev-view.h:
9598         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9599         (ev_window_cmd_edit_rotate_right):
9600
9601         Better ui for changing document orientation
9602
9603 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9604
9605         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9606         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9607         * shell/ev-sidebar-links.h:
9608         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9609         (ev_sidebar_page_iface_init):
9610         * shell/ev-sidebar-page.h:
9611         * shell/ev-sidebar-thumbnails.c:
9612         (ev_sidebar_thumbnails_get_property),
9613         (ev_sidebar_thumbnails_class_init),
9614         (ev_sidebar_thumbnails_set_document):
9615         * shell/ev-sidebar-thumbnails.h:
9616         * shell/ev-view.c: (ev_view_motion_notify_event):
9617         * shell/ev-window.c: (update_chrome_visibility),
9618         (ev_window_cmd_focus_page_selector),
9619         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9620         (sidebar_page_main_widget_update_cb), (ev_window_init):
9621         
9622         Autoraise toolbar on GoToPage binding and fix bindings in
9623         EvSidebarThumbnails page.
9624
9625 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9626
9627         * shell/ev-properties.c: (update_progress_label):
9628
9629         Hide the progress label when finished; bug #307697.
9630
9631 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9632
9633         * pdf/ev-poppler.cc:
9634
9635         Enable is_open for links, you will need poppler cvs
9636
9637         * shell/ev-properties.c: (job_fonts_finished_cb):
9638
9639         Get a lock on the document when filling the tree view
9640
9641 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9642
9643         * backend/ev-document-links.h:
9644         * pdf/ev-poppler.cc:
9645         * shell/ev-sidebar-links.c: (create_loading_model),
9646         (expand_open_links), (job_finished_callback):
9647
9648         Expand links when specified by the document.
9649         Depend on a poppler api (defined out for now)
9650
9651 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9652
9653         * shell/ev-properties.c: (ev_properties_dispose),
9654         (ev_properties_class_init), (dialog_destroy_cb),
9655         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9656         (ev_properties_set_document), (ev_properties_new),
9657         (ev_properties_show):
9658         * shell/ev-properties.h:
9659
9660         Make it an object, cleanup the code, api to show it as transient
9661         and to set the document.
9662
9663         * shell/ev-window.c: (ev_window_setup_document),
9664         (ev_window_cmd_file_properties):
9665
9666         Adapt to EvProperties changes, do not show multiple
9667         times, update it when document changes.
9668
9669 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9670
9671         * ps/gstypes.h:
9672         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9673         (ps_document_set_orientation), (ps_document_document_iface_init):
9674         * ps/ps-document.h:
9675
9676         Implement orientation here too
9677
9678         * shell/ev-properties.c: (ev_properties_new):
9679         * data/evince-properties.glade:
9680
9681         Hide the fonts page for backends that doesnt
9682         support it.     
9683
9684 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9685
9686         * backend/ev-document.c: (ev_document_set_orientation):
9687         * backend/ev-document.h:
9688         * pdf/ev-poppler.cc:
9689
9690         Add orientation api. Currently poppler api is not optimal,
9691         we need to set orientation every time we _get a page.
9692         I will try to fix that at some point.
9693
9694         * data/evince-ui.xml:
9695         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9696         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9697
9698         Add orientation menu items
9699
9700         * shell/ev-page-cache.c: (ev_page_cache_clear):
9701         * shell/ev-page-cache.h:
9702
9703         Add api to clear the cache
9704
9705         * shell/ev-view.c: (setup_caches), (clear_caches),
9706         (ev_view_set_document), (ev_view_zoom_out),
9707         (ev_view_set_orientation):
9708         * shell/ev-view.h:
9709
9710         Implement orientation changing
9711
9712 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9713
9714         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9715         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9716         * backend/ev-document-fonts.h:
9717
9718         Separate scan and fill so that we can incrementally fill from
9719         the main thread. Add a progress api.
9720
9721         * data/evince-properties.glade:
9722         * pdf/ev-poppler.cc:
9723         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9724         * shell/ev-jobs.h:
9725         * shell/ev-properties.c: (update_progress_label),
9726         (job_fonts_finished_cb), (setup_fonts_view):
9727
9728         Incrementally feel the list and show the progress
9729         percentage in a label like acrobat does.
9730
9731         You are going to need poppler cvs
9732
9733 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9734
9735         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9736         * backend/ev-document-fonts.h:
9737         * pdf/ev-poppler.cc:
9738
9739         Make fonts model fill incrementally.
9740
9741         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9742         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9743         (ev_job_queue_remove_job):
9744         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9745         (ev_job_fonts_new), (ev_job_fonts_run):
9746         * shell/ev-jobs.h:
9747
9748         New job for fonts scanning
9749
9750         * shell/ev-properties.c: (job_fonts_finished_cb),
9751         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9752         * shell/ev-properties.h:
9753         * shell/ev-window.c: (ev_window_cmd_file_properties):
9754
9755         Incrementally feel the treeview using the new job. Show Loading...
9756         message until scanning is completed.
9757
9758         Hopefully I didnt break the build without the poppler patch.
9759
9760 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9761
9762         * shell/ev-application.c: (ev_application_open):
9763         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9764         (ev_document_type_get_type), (ev_document_type_lookup):
9765         * shell/ev-document-types.h:
9766         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9767         * shell/ev-job-xfer.h:
9768         * shell/ev-window.c: (ev_window_clear_local_uri),
9769         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9770         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9771         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9772         
9773         Transfer remote documents to tmp directory to display them later.
9774
9775 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9776
9777         * backend/ev-document-info.h:
9778         * shell/ev-properties.c: (ev_properties_new):
9779
9780         s/GTime*/GTime. Not sure why we was using a pointer
9781         at all there!
9782
9783 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9784
9785         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9786         situations.  That situation is that you're using GTK+-HEAD with
9787         the patch at #306726 is applied, and you have a document with <
9788         1500 pages in it.  It's not quite as uniformly nice as the
9789         TreeView, but should be better in the long run.
9790
9791         I'm pretty sure I guarded against breaking compilation with
9792         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9793         I missed some.
9794
9795         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9796         widget yet, so I commented that code out
9797         enable_view_actions_for_widget() for now.  Need to figure this
9798         out.
9799
9800         * shell/ev-page-action.c (match_selected_cb): emit the right
9801         signals.  Our cool C-l completion now works.
9802
9803 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9804
9805         * backend/Makefile.am:
9806         * backend/ev-document-fonts.c:
9807         * backend/ev-document-links.c:
9808         * backend/ev-document.c: (ev_document_load):
9809         * backend/ev-document.h:
9810         * backend/ev-job-queue.c:
9811         * backend/ev-job-queue.h:
9812         * backend/ev-jobs.c:
9813         * backend/ev-jobs.h:
9814         * backend/ev-page-cache.c:
9815         * backend/ev-page-cache.h:
9816
9817         EvPageCache and EvJobs are moved to shell.
9818
9819         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9820         (ev_tmp_filename):
9821         * lib/ev-file-helpers.h:
9822         
9823         New helper to work with temporary files
9824         
9825         * shell/Makefile.am:
9826         * shell/ev-application.c: (ev_application_open):
9827         * shell/ev-application.h:
9828         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9829         (remove_job_from_async_queue), (add_job_to_async_queue),
9830         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9831         (handle_job), (search_for_jobs_unlocked),
9832         (no_jobs_available_unlocked), (ev_render_thread),
9833         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9834         (ev_job_queue_add_job), (move_job_async), (move_job),
9835         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9836         * shell/ev-job-queue.h:
9837         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9838         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9839         * shell/ev-job-xfer.h:
9840         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9841         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9842         (ev_job_links_class_init), (ev_job_render_init),
9843         (ev_job_render_dispose), (ev_job_render_class_init),
9844         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9845         (ev_job_thumbnail_class_init), (ev_job_load_init),
9846         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9847         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9848         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9849         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9850         * shell/ev-jobs.h:
9851         * shell/ev-page-action.c: (ev_page_action_set_document):
9852         * shell/ev-page-cache.c: (ev_page_cache_init),
9853         (ev_page_cache_class_init), (ev_page_cache_finalize),
9854         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9855         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9856         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9857         (ev_page_cache_get_title), (ev_page_cache_get_size),
9858         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9859         (ev_page_cache_get_height_to_page),
9860         (ev_page_cache_get_max_label_chars),
9861         (ev_page_cache_get_page_label),
9862         (ev_page_cache_has_nonnumeric_page_labels),
9863         (ev_page_cache_get_info), (ev_page_cache_next_page),
9864         (ev_page_cache_prev_page), (ev_page_cache_get):
9865         * shell/ev-page-cache.h:
9866         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9867         (ev_pixbuf_cache_clear_job_sizes),
9868         (ev_pixbuf_cache_add_jobs_if_needed),
9869         (ev_pixbuf_cache_set_page_range):
9870         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9871         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9872         * shell/ev-sidebar-thumbnails.c:
9873         (ev_sidebar_tree_selection_changed),
9874         (ev_sidebar_thumbnails_set_document):
9875         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9876         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9877         (ev_statusbar_get_context_id), (ev_statusbar_push),
9878         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9879         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9880         (ev_statusbar_set_progress):
9881         * shell/ev-statusbar.h:
9882         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9883         (ev_view_find_previous):
9884         * shell/ev-window.c: (ev_window_is_empty),
9885         (ev_window_setup_document), (password_dialog_response),
9886         (ev_window_clear_jobs), (ev_window_load_job_cb),
9887         (ev_window_xfer_job_cb), (ev_window_open_uri),
9888         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9889         (ev_window_print), (ev_window_print_range),
9890         (ev_window_state_event), (ev_window_cmd_view_reload),
9891         (menu_item_select_cb), (menu_item_deselect_cb),
9892         (view_status_changed_cb), (ev_window_dispose),
9893         (drag_data_received_cb), (ev_window_init):
9894         * shell/ev-window.h:
9895         * shell/main.c: (load_files):
9896         
9897         New statusbar to show progress on idle. Two new jobs - 
9898         xfer job and load job to load document in background. And update
9899         of page_cache clients to new location of code.
9900
9901 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9902
9903         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9904         selection in open dialog. It also remembers the last visited directory 
9905         in the current session.
9906
9907 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9908
9909         * shell/ev-properties.c: (ev_properties_new):
9910         * shell/ev-properties.h:
9911         * shell/ev-window.c: (ev_window_cmd_file_properties):
9912         
9913         Get document info from page cache instead of document itself.
9914         This should fix crash related to race conditions described in
9915         bug 306545.
9916
9917 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9918
9919         * ps/ps-document.c: (ps_document_init),
9920         (send_ps), (get_page_box), (output), (catchPipe), (input),
9921         (stop_interpreter), (file_length), (file_readable),
9922         (check_filecompressedb), (ps_document_enable_interpreter),
9923         (document_load), (ps_async_renderer_render_pixbuf):
9924         * ps/ps-document.h:
9925
9926         Big cleanup of the ps code
9927
9928 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9929
9930         * backend/Makefile.am:
9931         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9932         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9933         * backend/ev-async-renderer.h:
9934
9935         Add an async renderer interface (method + callback) which
9936         is useful for backends like ps.
9937
9938         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9939         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9940         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9941         (ev_job_queue_add_job), (move_job_async), (move_job),
9942         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9943
9944         Add queues for async renderer, these are executed on the
9945         main thread.
9946
9947         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9948         (ev_job_render_run):
9949         * backend/ev-jobs.h:
9950
9951         If the backend support async renderer interface use it.
9952
9953         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9954         (setup_pixmap), (ps_document_get_type),
9955         (ps_async_renderer_render_pixbuf),
9956         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9957
9958         Implement async renderer interface.
9959
9960 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9961
9962         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9963
9964         Cleanup links job on exit.
9965
9966 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9967
9968         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9969         (drag_data_get_cb), (drag_data_received_cb):
9970         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9971         (drag_data_get_cb), (parse_item_list),
9972         (egg_toolbar_editor_load_actions):
9973         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9974         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9975         (parse_item_list), (parse_toolbars):
9976         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9977         (dvi_pixbuf_put_pixel):
9978         
9979         Fix gcc 4.0 warnings
9980
9981 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9982
9983         * ps/ps-document.c: (start_interpreter):
9984
9985         Fix warning when loading ps
9986
9987 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9988
9989         * ps/ps-document.c: (output):
9990
9991         Fix crash when priting gs error messages.
9992
9993 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9994
9995         * backend/ev-page-cache.c: (_ev_page_cache_new):
9996         * backend/ev-page-cache.h:
9997
9998         Use a const to return title so that we dont double
9999         free it. Small cleanup and fix a leak.
10000
10001         * shell/ev-window.c: (update_window_title):
10002
10003         strdup value from get_title.
10004
10005 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10006
10007         * shell/ev-sidebar-links.c: (job_finished_callback),
10008         (ev_sidebar_links_set_document):
10009
10010         Cleanup the old job when changing document
10011
10012 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10013
10014         * shell/ev-stock-icons.c:
10015         * shell/ev-stock-icons.h:
10016         * shell/ev-window.c:
10017         
10018         Add stock icons for actions that can appear in toolbar. Fix for
10019         bug 306566.
10020
10021 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10022
10023         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10024         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10025         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10026         * backend/ev-page-cache.h:
10027         * shell/ev-view.c: (scroll_to_current_page),
10028         (view_update_range_and_current_page), (get_page_y_offset),
10029         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10030         (ev_view_size_request_continuous),
10031         (ev_view_zoom_for_size_continuous_and_dual_page),
10032         (ev_view_zoom_for_size_continuous):
10033         
10034         More compact EvView layout in document with pages of different size.
10035
10036 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10037
10038         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10039         compilation.
10040
10041 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10042
10043         * shell/ev-view.c: (view_set_adjustment_values):
10044         * shell/ev-window.c: (ev_window_cmd_file_properties):
10045         
10046         A bit different fix for rounding problem but it has no
10047         problems on startup. Make properties window transient to parent.
10048
10049 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10050
10051         * pdf/ev-poppler.cc:
10052         
10053         More commenting of font stuff.
10054
10055 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10056
10057         * pdf/ev-poppler.cc:
10058
10059         Comment out some more fonts stuff. Should really
10060         work without the poppler patch now.
10061
10062 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10063
10064         * pdf/ev-poppler.cc:
10065
10066         Adapt to api change
10067
10068 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10069
10070         * data/evince-properties.glade:
10071         * pdf/ev-poppler.cc:
10072         * shell/ev-properties.c: (setup_fonts_view):
10073
10074         Set the column title. Show the dialog only
10075         once everything is setup.
10076         Getting font info can be very slow... will
10077         prolly need to make this threaded too.
10078
10079 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10080
10081         * backend/Makefile.am:
10082         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10083         (ev_document_fonts_get_fonts_model):
10084         * backend/ev-document-fonts.h:
10085         * data/evince-properties.glade:
10086         * pdf/ev-poppler.cc:
10087         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10088         * shell/ev-properties.h:
10089         * shell/ev-window.c: (ev_window_cmd_file_properties):
10090
10091         Implement fonts list. Defined out for now, since it depends
10092         on a not yet committed poppler patch.
10093
10094 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10095
10096         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10097         page + 1.
10098
10099         * shell/ev-window.c: Make sure we add the timeout when we get a
10100         focus-in event.
10101
10102         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10103         adjustment->value before calculating the zoom factor to average
10104         out all of our rounding errors.  The page no longer 'drifts' when
10105         resizing.
10106
10107 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10108
10109         * data/evince-properties.glade:
10110         * shell/ev-properties.c: (ev_properties_format_date),
10111         (set_property):
10112         
10113         Labels don't expand when the dialogue is resized.
10114         strftime result needs to be converted to UTF-8. Thanks
10115         to Christian Persch <chpe@gnome.org>.
10116
10117 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10118
10119         * data/evince-properties.glade:
10120
10121         Hide the fonts tab
10122
10123 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10124
10125         * backend/ev-document-info.h:
10126         * backend/ev-document.c: (ev_document_info_free):
10127         * data/evince-properties.glade:
10128         * pdf/ev-poppler.cc:
10129         * ps/ps-document.c: (ps_document_get_info):
10130         * shell/ev-properties.c: (ev_properties_format_date),
10131         (set_property), (ev_properties_new):
10132         * shell/ev-properties.h:
10133         * shell/ev-window.c: (ev_window_cmd_file_properties):
10134
10135         Rework properties code to take only EvPropertyInfo
10136         in the constructor so that it can be useful for
10137         nautilus plugin too.
10138
10139         Deal with backends that doesnt support some properties.
10140         Make set property code generic.
10141
10142 2005-06-04  Christian Persch <chpe@gnome.org>
10143
10144         * data/evince-properties.glade:
10145
10146         fix spacings, make resizeable, and make data labels
10147         selectable + ellipsised
10148
10149 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10150
10151         * backend/ev-document-info.h:
10152         * data/Makefile.am:
10153         * data/evince-ui.xml:
10154         * pdf/ev-poppler.cc:
10155         * shell/Makefile.am:
10156         * shell/ev-window.c: (update_action_sensitivity),
10157         (ev_window_cmd_file_properties):
10158
10159         Initial go at file properties. Patch by
10160         Emil Soleyman-Zomalan <emil@soleyman.com>.
10161         Needs love see #169583
10162
10163 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10164
10165         * ps/ps-document.c: (output):
10166         * ps/ps.c: (psscan):
10167
10168         Try to render even if psscan fails.
10169
10170 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10171
10172         * ps/ps.c: (psscan), (pscopydoc):
10173
10174         Port buffered reading code from gv
10175
10176 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10177
10178         * ps/ps-document.c: (interpreter_message), (output):
10179
10180         Do not fail on interpreter messages
10181
10182 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10183
10184         * backend/ev-document-misc.c:
10185         (ev_document_misc_get_thumbnail_frame):
10186
10187         Pages can be 0 x 0, dont assert on this case
10188
10189 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10190
10191         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10192         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10193
10194         Correctly manage our reference on document. Finally the reload
10195         huge leak is gone...
10196
10197 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10198
10199         * ps/ps-document.c: (ps_document_dispose):
10200
10201         Forgot to chain it to the parent. Thanks chpe.
10202
10203 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10204
10205         * ps/ps-document.c: (ps_document_dispose),
10206         (ps_document_class_init), (stop_interpreter), (document_load):
10207
10208         Cleanup dispose a bit. Dont leak the whole pixmap.
10209
10210 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10211
10212         * pdf/ev-poppler.cc:
10213
10214         Release the poppler document on dispose
10215
10216 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10217
10218         * shell/ev-view.c: (ev_view_set_document):
10219
10220         Release ref on the pixbuf cache when changing
10221         document.
10222
10223 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10224
10225         * ps/ps-document.c: (ps_document_get_info):
10226
10227         Fix a double free
10228
10229 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10230
10231         * backend/ev-page-cache.c: (ev_page_cache_init),
10232         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10233         * backend/ev-page-cache.h:
10234         * shell/ev-page-action.c: (page_changed_cb):
10235         
10236         Set page action entry width depending on labels width. Fix
10237         for bug 305202.
10238
10239 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10240
10241         * backend/ev-link.c: (ev_link_class_init):
10242
10243         Allow -1 as page value (error)
10244
10245 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10246
10247         * shell/ev-sidebar-thumbnails.c:
10248         (ev_sidebar_thumbnails_set_document):
10249         * shell/ev-view.c: (scroll_to_current_page),
10250         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10251         (page_changed_cb), (on_adjustment_value_changed),
10252         (ev_view_set_document):
10253
10254         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10255         Fix bug 305377
10256
10257 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10258
10259         * configure.ac:
10260         * djvu/djvu-document.c: (djvu_document_get_page_size):
10261
10262         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10263         bug 301993.
10264
10265 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10266
10267         * shell/ev-view.c (draw_one_page): modify the expose handling to
10268         get the shadows.
10269
10270         * shell/ev-window.c (update_action_sensitivity): Respect
10271         permissions field.  Kowtow to the man.
10272
10273         * pdf/ev-poppler.cc: Get the permissions field.
10274
10275         * tiff/*c: Make a tiny bit more robust.
10276
10277 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10278
10279         * djvu/djvu-document.c:
10280         
10281         Pop messages from djvu context message queue.
10282
10283 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10284
10285         * configure.ac, Makefile.am, shell/Makefile.am:
10286         * tiff/Makefile.am, shell/ev-document-types.c:
10287         
10288         Cleanup tiff configure checks. Fix for bug 305218.
10289
10290 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10291
10292         * configure.ac: Added "uk" to ALL_LINGUAS.
10293
10294 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10295
10296         * cut-n-paste/zoom-control/ephy-zoom.c:
10297         (ephy_zoom_get_changed_zoom_level):
10298         * cut-n-paste/zoom-control/ephy-zoom.h:
10299         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10300         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10301         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10302         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10303         (zoom_control_changed_cb), (ev_window_init):
10304         
10305         Fix minor points related to moving best fit up. Introduce
10306         "zoom" property and make zoom control change it's value on
10307         notify::zoom signals. Fix for 305080.
10308
10309 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10310
10311         * data/evince-ui.xml:
10312         * shell/ev-window.c: (set_view_actions_sensitivity):
10313         
10314         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10315
10316 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10317
10318         * configure.ac:
10319
10320         Depends on poppler 0.3.2
10321
10322 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10323
10324         * cut-n-paste/recent-files/egg-recent-item.c:
10325         (egg_recent_item_get_short_name):
10326         * cut-n-paste/toolbar-editor/Makefile.am:
10327         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10328         (new_pixbuf_from_widget):
10329         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10330         * cut-n-paste/toolbar-editor/egg-marshal.c:
10331         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10332         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10333
10334         Sync
10335
10336 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10337
10338         * tiff/tiff-document.c: Rough TIFF backend.
10339
10340 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10341
10342         * NEWS:
10343         * configure.ac:
10344         * cut-n-paste/toolbar-editor/Makefile.am:
10345
10346         Release 0.3.1
10347
10348 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10349
10350         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10351         (ev_view_find_next), (ev_view_find_previous):
10352
10353         Remove the locks around get_n_results   
10354
10355 2005-05-21  Juerg Billeter  <j@bitron.ch>
10356
10357         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10358
10359         Pass correct number of pages to poppler.
10360
10361 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10362
10363         * configure.ac:
10364         * data/Makefile.am:
10365         * data/evince.desktop.in: 
10366         * data/evince.desktop.in.in:
10367         * po/POTFILES.in:
10368         
10369         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10370
10371 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10372
10373         * shell/ev-view.c: (view_update_adjustments),
10374         (view_set_adjustment_values): cast adjustmen->value to (int)
10375         before using it.  Otherwise, we get off by a pixel in some
10376         situations.
10377
10378         (draw_one_page): Draw the border on expose.
10379
10380 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10381
10382         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10383         adjustment when the mode changes, #304923
10384
10385 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10386
10387         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10388         flickering on resize but still use gdk_window_scroll on
10389         scrolling
10390
10391 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10392
10393         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10394         option, #170458
10395
10396 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10397
10398         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10399         second page on page_changed if possible, #304669
10400
10401 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10402
10403         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10404         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10405
10406 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10407
10408         * .cvsignore:
10409         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10410         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10411         (ev_view_zoom_for_size_presentation),
10412         (ev_view_zoom_for_size_continuous_and_dual_page),
10413         (ev_view_zoom_for_size_continuous),
10414         (ev_view_zoom_for_size_dual_page),
10415         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10416         * shell/ev-view.h:
10417         * shell/ev-window.c: (update_view_size),
10418         (ev_window_sizing_mode_changed_cb):
10419
10420         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10421         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10422         an infinite loop, #304769
10423
10424
10425 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10426
10427         * data/evince-ui.xml:
10428         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10429         * shell/ev-window.c: (set_view_actions_sensitivity):
10430
10431         Make PgUp/Down behave like Space
10432
10433 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10434
10435         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10436         * backend/ev-ps-exporter.h:
10437         * pdf/ev-poppler.cc:
10438         * ps/ps-document.c: (ps_document_ps_export_begin):
10439         * shell/ev-print-job.c: (idle_print_handler):
10440
10441         Adapt to new poppler api
10442
10443 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10444
10445         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10446         (ephy_zoom_control_init):
10447
10448         Translate zoom levels
10449
10450 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10451
10452         * cut-n-paste/zoom-control/ephy-zoom.c:
10453         (ephy_zoom_get_zoom_level_index):
10454
10455         Fix current zoom -> zoom control match
10456
10457 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10458
10459         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10460         rather than the scrolled_window that it's in. Fixes bug #304655.
10461
10462 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10463
10464         * shell/ev-view.c: (view_update_adjustments),
10465         (view_set_adjustment_values), (view_update_range_and_current_page),
10466         (view_scroll_to_page), (set_scroll_adjustment),
10467         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10468         (ev_view_scroll), (ev_view_scroll_view),
10469         (ensure_rectangle_is_visible), (find_page_at_location),
10470         (get_link_at_location), (go_to_link), (status_message_from_link),
10471         (ev_view_size_request_continuous_dual_page),
10472         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10473         (ev_view_unrealize), (ev_view_expose_event),
10474         (ev_view_button_press_event), (ev_view_motion_notify_event),
10475         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10476         (draw_rubberband), (highlight_find_results), (draw_one_page),
10477         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10478         (ev_view_init), (find_changed_cb), (page_changed_cb),
10479         (on_adjustment_value_changed), (ev_view_new),
10480         (ev_view_set_document), (ev_view_set_zoom),
10481         (ev_view_set_continuous), (ev_view_set_dual_page),
10482         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10483         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10484         (ev_view_zoom_for_size_presentation),
10485         (ev_view_zoom_for_size_continuous_dual_page),
10486         (ev_view_zoom_for_size_continuous),
10487         (ev_view_zoom_for_size_dual_page),
10488         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10489         (ev_view_get_status), (ev_view_set_status),
10490         (update_find_status_message), (ev_view_get_find_status),
10491         (ev_view_set_find_status), (jump_to_find_result),
10492         (jump_to_find_page), (compute_selections), (clear_selection),
10493         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10494         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10495         (ev_view_update_primary_selection),
10496         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10497         * shell/ev-view.h:
10498         * shell/ev-window.c: (ev_window_open_page_label),
10499         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10500         (ev_window_init):
10501         * shell/ev-window.h:
10502         * shell/main.c: (load_files):
10503
10504         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10505         when resizing.  Remove the bin_window().  Also, patch from James
10506         Bowes to fix command line page, #300641
10507         
10508 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10509
10510         * data/evince-ui.xml:
10511         * shell/ev-view.c:
10512         * shell/ev-view.h:
10513         * shell/ev-window.c: (update_action_sensitivity):
10514
10515         Get rid of View->Normal Size, it's just confusing
10516
10517 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10518
10519         * backend/ev-document-info.h:
10520         * backend/ev-document.c: (ev_document_info_free): Free the
10521         EvDocumentInfo.
10522
10523         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10524         (clear_range), (add_range), (update_visible_range),
10525         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10526         (ev_sidebar_thumbnails_set_document):
10527         * shell/ev-window.c: (ev_window_setup_document): Only render the
10528         visible thumbnails.  It takes an instant to render, but it uses
10529         much less memory.
10530
10531 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10532
10533         * shell/ev-sidebar-links.c: (popup_menu_cb):
10534
10535         Select first item
10536
10537 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10538
10539         * lib/Makefile.am:
10540         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10541         (button_press_cb), (ev_sidebar_links_construct):
10542
10543         Show the popup menu also on keybindings
10544
10545 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10546
10547         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10548         * shell/ev-window.h:
10549
10550         Expose api to print a range (with dialog). Make private _print use
10551         it.
10552
10553         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10554         (ev_sidebar_links_construct):
10555
10556         Show a print context menu on linkx, it prints the selected
10557         section.
10558
10559 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10560
10561         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10562         button.
10563
10564 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10565
10566         * AUTHORS:
10567
10568         Update
10569
10570         * shell/ev-window.c: (build_comments_string),
10571         (ev_window_cmd_help_about):
10572
10573         Show poppler version/backend and authors
10574
10575 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10576
10577         * cut-n-paste/zoom-control/ephy-zoom.c:
10578         (ephy_zoom_get_zoom_level_index):
10579         * cut-n-paste/zoom-control/ephy-zoom.h:
10580
10581         Move the best fit items at the top of the list
10582
10583 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10584
10585         * shell/ev-marshal.list:
10586         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10587         (activate_cb), (match_selected_cb), (activate_link_cb),
10588         (connect_proxy), (ev_page_action_class_init):
10589         * shell/ev-page-action.h:
10590
10591         Use signals to notify action activation. Hopefully
10592         I did not break completion since I cant test...
10593
10594         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10595         (register_custom_actions):
10596
10597         Connect to page selector actions and also grab focus on
10598         the view when activated.
10599
10600 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10601
10602         * pdf/ev-poppler.cc:
10603         * backend/ev-page-cache.c: make page size calculation consistent
10604         and set it to (int)( width * scale + 0.5).  This makes the weird
10605         line going through the middle of the page go away.
10606
10607         * shell/ev-view.c: move painting the background page after
10608         checking the expose area covers us.
10609
10610 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10611
10612         * data/evince-password.glade:
10613         
10614         Mark labels as not translatable. Fix for bug 302842.
10615
10616 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10617
10618         * configure.ac: Added "es" to ALL_LINGUAS.
10619
10620 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10621
10622         * data/evince-toolbar.xml:
10623         * shell/ev-window.c: (update_action_sensitivity),
10624         (ev_window_setup_document), (ev_window_set_page_mode),
10625         (ev_window_init):
10626
10627         Remove some leftover code from jrb first continous
10628         attempt. Use the new actions, we still need good icons
10629         though...
10630
10631 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10632
10633         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10634
10635         Update label when connecting proxy. Fix a warning with NULL
10636         page_cache.
10637
10638 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10639
10640         * data/evince-ui.xml:
10641         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10642         * shell/ev-page-action.h:
10643         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10644
10645         Add mnemonic for edit toolbar.
10646         ctrl+l focus the page entry.
10647
10648 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10649
10650         * lib/Makefile.am:
10651         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10652         (ev_window_init):
10653         * shell/main.c: (main):
10654
10655         Put the toolbar xml in evince own dot dir
10656
10657 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10658
10659         * shell/ev-window.c: (ev_window_init):
10660
10661         Make the toolbar not removable
10662
10663 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10664
10665         * data/evince-ui.xml:
10666         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10667         * shell/ev-sidebar-links.h:
10668         * shell/ev-sidebar-thumbnails.c:
10669         (ev_sidebar_thumbnails_get_treeview):
10670         * shell/ev-sidebar-thumbnails.h:
10671         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10672         (ev_view_class_init):
10673         * shell/ev-view.h:
10674         * shell/ev-window.c: (update_action_sensitivity),
10675         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10676         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10677         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10678         (ev_window_init):
10679
10680         This is evil... Make space/backspace global accelerators but
10681         enable them only for some widgets (sidebars and view).
10682         I dont like it, but I dont know a better way... :/
10683
10684 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10685
10686         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10687         (ev_page_action_widget_finalize),
10688         (ev_page_action_widget_class_init), (update_page_cache):
10689
10690         Keep a weak reference on proxy->page_cache so that we
10691         dont try to disconnect the signal if the object is already
10692         gone. Maybe there is a better way to cleanup reference handling
10693         in page action though...
10694
10695 2005-05-10  Juerg Billeter  <j@bitron.ch>
10696
10697         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10698         * backend/ev-ps-exporter.h:
10699         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10700         * ps/ps-document.c: (ps_document_ps_export_begin):
10701         
10702         Change api to pass print range to ps_exporter_begin. The pdf backend
10703         requires this information.
10704         
10705         * shell/ev-print-job.c: (idle_print_handler):
10706         
10707         Adapt to api change
10708
10709 2005-05-10  Juerg Billeter  <j@bitron.ch>
10710
10711         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10712         (idle_print_handler)
10713         * shell/ev-window.c: (ev_window_print):
10714
10715         Support printing page range, based on patch by Amaury Jacquot
10716
10717 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10718
10719         * data/evince-toolbar.xml:
10720
10721         Add zoom control to available items
10722
10723 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10724
10725         * shell/ev-window.c: (update_action_sensitivity):
10726
10727         Set slash action insensitive when appropriate
10728
10729 2005-05-10  Christian Persch <chpe@gnome.org>
10730
10731         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10732
10733         Fix warning on the overflow menu
10734
10735 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10736
10737         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10738
10739         Check for uri correctness/existence
10740
10741 2005-05-09  Juerg Billeter  <j@bitron.ch>
10742
10743         * shell/ev-window.c: (using_postscript_printer):
10744
10745         LPD printers use postscript, too
10746
10747 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10748
10749         * shell/ev-window.c: (register_custom_actions):
10750
10751         The zoom one is actually sort of useful,
10752         put it back
10753
10754 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10755
10756         * shell/ev-window.c: (register_custom_actions):
10757
10758         Hide page/zoom controls from overflow, they
10759         are useless.
10760
10761 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10762
10763         * cut-n-paste/update-from-egg.sh:
10764         
10765         Share it between all cut-n-paste subdirs
10766
10767         * cut-n-paste/recent-files/Makefile.am:
10768
10769         Fix to use "global" update-from-egg.sh
10770
10771         * cut-n-paste/recent-files/egg-recent-model.c:
10772         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10773         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10774         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10775         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10776
10777         Update from libegg
10778
10779         * cut-n-paste/toolbar-editor/Makefile.am:
10780
10781         Fix to use "global" update-from-egg.sh
10782
10783         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10784
10785         Update from libegg
10786
10787 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10788
10789         * configure.ac:
10790         * cut-n-paste/Makefile.am:
10791         * cut-n-paste/recent-files/Makefile.am:
10792         * cut-n-paste/toolbar-editor/.cvsignore:
10793         * cut-n-paste/toolbar-editor/Makefile.am:
10794         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10795         (egg_editable_toolbar_get_type), (get_toolbar_position),
10796         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10797         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10798         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10799         (set_item_drag_source), (create_item_from_action), (create_item),
10800         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10801         (popup_toolbar_context_menu_cb), (free_dragged_item),
10802         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10803         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10804         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10805         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10806         (item_added_cb), (item_removed_cb),
10807         (egg_editable_toolbar_construct),
10808         (egg_editable_toolbar_disconnect_model),
10809         (egg_editable_toolbar_deconstruct),
10810         (egg_editable_toolbar_set_model),
10811         (egg_editable_toolbar_set_ui_manager),
10812         (egg_editable_toolbar_set_property),
10813         (egg_editable_toolbar_get_property),
10814         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10815         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10816         (egg_editable_toolbar_new_with_model),
10817         (egg_editable_toolbar_get_edit_mode),
10818         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10819         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10820         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10821         (new_pixbuf_from_widget), (new_separator_pixbuf),
10822         (update_separator_image), (style_set_cb),
10823         (_egg_editable_toolbar_new_separator_image),
10824         (egg_editable_toolbar_get_model):
10825         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10826         * cut-n-paste/toolbar-editor/egg-marshal.c:
10827         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10828         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10829         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10830         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10831         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10832         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10833         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10834         (editor_drag_data_delete_cb), (drag_data_get_cb),
10835         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10836         (editor_create_item), (update_editor_sheet), (setup_editor),
10837         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10838         (parse_item_list), (model_has_action), (update_actions_list),
10839         (egg_toolbar_editor_load_actions):
10840         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10841         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10842         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10843         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10844         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10845         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10846         (egg_toolbars_model_add_separator), (impl_add_item),
10847         (parse_item_list), (egg_toolbars_model_add_toolbar),
10848         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10849         (impl_get_item_data), (impl_get_item_type),
10850         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10851         (egg_toolbars_model_init), (free_toolbar),
10852         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10853         (egg_toolbars_model_remove_toolbar),
10854         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10855         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10856         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10857         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10858         (egg_toolbars_model_get_item_data),
10859         (egg_toolbars_model_get_item_type):
10860         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10861         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10862         * data/Makefile.am:
10863         * data/evince-toolbar.xml:
10864         * data/evince-ui.xml:
10865         * data/hand-open.png:
10866         * po/POTFILES.in:
10867         * shell/Makefile.am:
10868         * shell/ev-window.c: (update_chrome_visibility),
10869         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10870         (ev_window_dispose), (ev_window_init):
10871
10872         Implement epiphany like toolbar editor. Based on patch by
10873         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10874
10875 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10876
10877         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10878
10879         Use set_cursor instead of set_selection, so that
10880         the keyboard focus moves too.
10881
10882 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10883
10884         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10885
10886         Fix infinite loop when loading Type1 fonts
10887
10888 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10889
10890         * data/evince-ui.xml:
10891         * shell/ev-window.c:
10892
10893         Slash -> Find
10894
10895 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10896
10897         * configure.ac:
10898
10899         Make --disable really disable
10900
10901 2005-05-07  Juerg Billeter  <j@bitron.ch>
10902
10903         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10904
10905         Compare page labels even without has_labels set, fixes setting page
10906         with entry
10907
10908 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10909
10910         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10911         (ev_view_set_cursor), (ev_view_button_press_event),
10912         (ev_view_motion_notify_event), (ev_view_button_release_event),
10913         (ev_view_init):
10914
10915         Implement middle button scrolling. Based on a patch
10916         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10917
10918 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10919
10920         * shell/ev-document-types.c: (get_slow_mime_type),
10921         (get_document_type_from_mime), (ev_document_type_lookup):
10922         * shell/ev-document-types.h:
10923
10924         Change api to lookup from uri. Do fast lookup first, if the
10925         type is unknown try with data sniffing.
10926
10927         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10928         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10929
10930         Adapt to api change
10931
10932 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10933
10934         * thumbnailer/Makefile.am:
10935
10936         Fix distcheck
10937
10938 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10939
10940         * NEWS:
10941         * configure.ac:
10942
10943         Release 0.3.0
10944
10945         * data/evince-ui.xml:
10946
10947         Hide presentation mode for now
10948
10949         * shell/ev-view.c: (highlight_find_results):
10950
10951         Show current find selection only on current page
10952
10953 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10954
10955         * shell/ev-view.c: (ev_view_select_all):
10956
10957         Compute size of the actual page, not of
10958         the current one.
10959
10960 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10961
10962         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10963         (view_rect_to_doc_rect), (compute_selections),
10964         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10965         (ev_view_copy), (ev_view_primary_get_cb),
10966         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10967         (ev_view_button_press_event), (ev_view_motion_notify_event),
10968         (ev_view_button_release_event), (page_changed_cb):
10969
10970         Fix text selection
10971
10972 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10973
10974         * shell/ev-view.c: (compute_border), (get_page_extents),
10975         (doc_rect_to_view_rect), (highlight_find_results),
10976         (ev_view_bin_expose), (ev_view_select_all),
10977         (ev_view_motion_notify_event), (update_find_status_message),
10978         (jump_to_find_result), (jump_to_find_page):
10979
10980         First go at fixing search, still buggy
10981
10982 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10983
10984         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10985         dropdown box and button at the top of the sidebar.
10986
10987 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10988
10989         * configure.ac: Output zoom-control Makefile.
10990         * cut-n-paste/Makefile.am: build zoom-control subdir.
10991         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10992         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10993         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10994         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10995         * cut-n-paste/zoom-control/ephy-zoom.c:
10996         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10997         from epiphany, and modified to add a separator into the menu.
10998         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10999         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11000         zoom-control action.
11001         * shell/Makefile.am: Include zoom-control flags.
11002         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11003         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11004         (ev_view_zoom_for_size_presentation),
11005         (ev_view_zoom_for_size_continuous_and_dual_page),
11006         (ev_view_zoom_for_size_continuous),
11007         (ev_view_zoom_for_size_dual_page),
11008         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11009         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11010         ev_view_get_zoom and ev_view_get_sizing_mode.
11011         * shell/ev-view.h:
11012         * shell/ev-window.c: (update_action_sensitivity),
11013         (update_sizing_buttons), (zoom_control_changed_cb),
11014         (register_custom_actions): Initialize and use the zoom-control 
11015         widget.
11016
11017 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11018
11019         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11020         preview cache back to 1.  Don't know when it got set to 0.
11021         
11022         * shell/ev-view.c: (compute_border), (ev_view_realize),
11023         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11024         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11025         (ev_view_get_fullscreen), (ev_view_set_presentation),
11026         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11027         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11028         * shell/ev-view.h:
11029         * shell/ev-window.c:
11030         (update_chrome_visibility),
11031         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11032         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11033         (update_document_mode), (ev_window_update_fullscreen_action),
11034         (ev_window_fullscreen), (ev_window_unfullscreen),
11035         (ev_window_cmd_view_fullscreen),
11036         (ev_window_update_presentation_action),
11037         (ev_window_run_presentation), (ev_window_stop_presentation),
11038         (ev_window_cmd_view_presentation), (ev_window_state_event),
11039         (ev_window_focus_in_event), (ev_window_focus_out_event),
11040         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11041         * data/evince-ui.xml: Initial presentation mode.  We should
11042         probably hide this until it's done, as it's quite rough.  Also,
11043         change full-screen to fullscreen and add two getters to EvView.
11044
11045 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11046
11047         * shell/ev-page-action.c: (update_page_cache),
11048         (ev_page_action_dispose):
11049         * shell/ev-window.c: (destroy_fullscreen_popup),
11050         (ev_window_create_fullscreen_popup):
11051
11052         Use connect_object rather than explicitly
11053         disconnect on dispose.
11054
11055 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11056
11057         * shell/ev-page-action.c: (update_page_cache),
11058         (ev_page_action_dispose):
11059
11060 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11061
11062         * backend/ev-page-cache.c: (_ev_page_cache_new),
11063         (ev_page_cache_set_page_label),
11064         (ev_page_cache_has_nonnumeric_page_labels):
11065         * backend/ev-page-cache.h:
11066         * shell/ev-page-action.c: (update_pages_label):
11067         
11068         If all page labels are numeric, fallback to default
11069         way to display number of pages. See bug 173185.
11070
11071 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11072
11073         * shell/ev-page-action.c: (ev_page_action_dispose):
11074         * shell/ev-view.c: (view_update_range_and_current_page):
11075         * shell/ev-window.c: (ev_window_dispose):
11076         
11077         Set page on scroll in continuous mode. Fixes bug 301986.
11078         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11079
11080 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11081
11082         * configure.ac:
11083
11084         Require poppler 0.3.0
11085
11086 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11087         
11088         * shell/Makefile.am, configure.ac: Fix build problems
11089         with t1lib. Bug 301996.
11090
11091 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11092
11093         * shell/ev-view.c: (ev_view_scroll_event):
11094         
11095         Scroll up increase zoom
11096
11097 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11098
11099         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11100         (ev_view_set_sizing_mode),
11101         (ev_view_zoom_for_size_continuous_and_dual_page),
11102         (ev_view_zoom_for_size_continuous):
11103         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11104         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11105         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11106         (ev_window_init):
11107
11108         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11109         Fix for 165473 and 165472.
11110
11111 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11112
11113         * po/POTFILES.in:
11114         * thumbnailer/Makefile.am:
11115         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11116         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11117         * thumbnailer/evince-thumbnailer.schemas.in:
11118         
11119         Make thumbnailer schemas translatable. Fix for bug 301773
11120         
11121         * thumbnailer/evince-thumbnailer-djvu.schemas:
11122         * thumbnailer/evince-thumbnailer-dvi.schemas:
11123         * thumbnailer/evince-thumbnailer.schemas:
11124
11125         Removed files
11126
11127 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11128
11129         * shell/ev-view.c (ev_view_init): forgot to set this.
11130
11131 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11132
11133         * shell/ev-view.c: (find_page_at_location),
11134         (get_link_at_location),
11135         (ev_view_set_show_border), (ev_view_set_spacing),
11136         (ev_view_zoom_for_size_continuous_and_dual_page),
11137         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11138         Also, add a quick fix measuring of widths.  Also, removed
11139         ev_view_set_spacing and ev_view_set_show_border.
11140         
11141         * shell/ev-window.c: (ev_window_unfullscreen),
11142         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11143
11144 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11145
11146         * shell/ev-view.c: (view_update_range_and_current_page),
11147         (page_changed_cb):
11148         
11149         Fix crash on exit and scrolling to page in continuous view.
11150
11151 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11152
11153         * TODO:
11154         * backend/ev-page-cache.c: (_ev_page_cache_new),
11155         (ev_page_cache_get_max_width_size),
11156         (ev_page_cache_get_max_height_size):
11157         * backend/ev-page-cache.h:
11158         * data/evince-ui.xml:
11159         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11160         * shell/ev-view.c: (view_update_adjustments),
11161         (view_update_range_and_current_page), (get_bounding_box_size),
11162         (ev_view_size_request_continuous_and_dual_page),
11163         (ev_view_size_request_continuous),
11164         (ev_view_size_request_dual_page),
11165         (ev_view_size_request_single_page), (ev_view_size_request),
11166         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11167         (ev_view_bin_expose), (ev_view_expose_event),
11168         (ev_view_set_property), (ev_view_get_property),
11169         (ev_view_class_init), (ev_view_init), (ev_view_new),
11170         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11171         (ev_view_set_dual_page), (ev_view_set_full_screen),
11172         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11173         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11174         (ev_view_zoom_out), (zoom_for_size_fit_width),
11175         (zoom_for_size_best_fit),
11176         (ev_view_zoom_for_size_continuous_and_dual_page),
11177         (ev_view_zoom_for_size_continuous),
11178         (ev_view_zoom_for_size_dual_page),
11179         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11180         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11181         * shell/ev-view.h:
11182         * shell/ev-window.c: (update_action_sensitivity),
11183         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11184         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11185         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11186         (ev_window_cmd_view_zoom_out), (update_view_size),
11187         (ev_window_set_sizing_mode), (ev_window_init):
11188
11189         Add Continuous and Dual page modes.
11190
11191 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11192
11193         * dvi/dvi-document.c: (dvi_document_load),
11194         (dvi_document_thumbnails_get_thumbnail),
11195         (dvi_document_init_params): Fix up some mixups between
11196         width and height to correct thumbnail rendering.
11197
11198 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11199
11200         * dvi/mdvi-lib/private.h:
11201         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11202         
11203         Suppess output for kpathsea during font generation. Thanks to
11204         James Bowes
11205
11206 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11207
11208         * NEWS:
11209         * configure.ac:
11210
11211         Release 0.2.1
11212
11213         * Makefile.am: fix distcheck.
11214
11215 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11216
11217         * shell/ev-sidebar-links.c: (selection_changed_callback),
11218         (update_page_callback), (row_activated_callback),
11219         (job_finished_callback), (ev_sidebar_links_set_document):
11220         
11221         Fix for bug #169901. Double click on links expands tree.
11222
11223 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11224
11225         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11226         hard-coded style. Fix for bug 170111
11227
11228 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11229
11230         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11231         locking.
11232
11233 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11234
11235         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11236
11237 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11238
11239         * pdf/ev-poppler.cc:
11240         * shell/ev-view.c: (highlight_find_results):
11241
11242         Fix find on single page documents
11243
11244 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11245
11246         * data/evince.schemas.in: fix for bug 301390
11247
11248 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11249
11250         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11251         (ev_view_zoom_out), (ev_view_zoom_normal):
11252         * shell/ev-view.h:
11253         * shell/ev-window.c: (update_action_sensitivity),
11254         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11255         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11256         (ev_window_cmd_view_normal_size):
11257
11258         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11259         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11260         better than oom. 
11261
11262 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11263
11264         * configure.ac:
11265
11266         Depend on 2.57, 2.59 doesnt seem to be necessary
11267
11268 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11269
11270         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11271         (create_tool_item):
11272
11273         Put back total number of pages as (1 of 1234)
11274
11275 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11276
11277         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11278         remove the job.
11279
11280         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11281         function.  This helps debugging.
11282
11283 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11284
11285         * djvu/djvu-document.c: (djvu_document_class_init),
11286         (djvu_document_get_info), (djvu_document_document_iface_init):
11287         * dvi/dvi-document.c: (dvi_document_class_init),
11288         (dvi_document_get_info), (dvi_document_document_iface_init):
11289
11290         Dummy implementation of get_info method for dvi and
11291         djvu. Fix crashes with those backends
11292
11293 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11294
11295         * data/evince.desktop.in:
11296
11297         Add application/x-gzpostscript
11298
11299 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11300
11301         * data/evince.schemas.in: Added real long descriptions, 
11302         closes bug 172496 
11303
11304         * README: Added actual text, closes bug 171869
11305
11306 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11307
11308         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11309
11310         Thumbnail page 0
11311
11312 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11313
11314         * backend/ev-document-info.h:
11315
11316         s/GDate */GDate so we can just use g_free
11317
11318 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11319
11320         * shell/ev-window.c: (update_document_mode),
11321         (ev_window_setup_document):
11322
11323         Show the window in fullscreen when specified by
11324         the document
11325
11326 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11327
11328         * backend/ev-document.c: (ev_document_class_init),
11329         (ev_document_get_info), (ev_document_render_pixbuf):
11330         * backend/ev-document.h:
11331         * backend/ev-page-cache.c: (_ev_page_cache_new):
11332         * pdf/ev-poppler.cc:
11333         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11334         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11335         * ps/ps-document.c: (ps_document_class_init), (document_load),
11336         (ps_document_get_info), (ps_document_document_iface_init):
11337
11338         Remove get_title from the interface, we can just use document info
11339
11340 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11341
11342         * backend/Makefile.am:
11343         * backend/ev-document.c: (ev_document_render_get_info):
11344         * backend/ev-document.h:
11345         * pdf/ev-poppler.cc:
11346
11347         Initial support for document info. Based on jrb patch.
11348
11349 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11350
11351         * shell/ev-window.c: (ev_window_state_event),
11352         (ev_window_class_init), (ev_window_init):
11353         
11354         Doesn't show resize grip when maximized. See bug #301053
11355
11356 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11357
11358         * po/POTFILES.in:
11359         
11360         ev-sidebar-thumbnails now has translatable labels
11361         
11362         * shell/Makefile.am:
11363         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11364         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11365         (ev_sidebar_links_page_iface_init):
11366         * shell/ev-sidebar-links.h:
11367         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11368         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11369         (ev_sidebar_page_get_label):
11370         * shell/ev-sidebar-page.h:
11371         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11372         (ev_sidebar_thumbnails_set_document),
11373         (ev_sidebar_thumbnails_support_document),
11374         (ev_sidebar_thumbnails_get_label),
11375         (ev_sidebar_thumbnails_page_iface_init):
11376         * shell/ev-sidebar-thumbnails.h:
11377         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11378         (ev_sidebar_set_document):
11379         * shell/ev-sidebar.h:
11380         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11381         
11382         Small rework of sidebar code. Now sidebar pages should implement
11383         EvSidebarPage interface. That makes page management in EvSidebar
11384         easier. See bug #164811 for details
11385
11386 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11387
11388         * shell/ev-application.c: (ev_application_open):
11389         * shell/ev-document-types.c:
11390         
11391         Fix build error and small problem with application exit
11392
11393 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11394
11395         * thumbnailer/Makefile.am:
11396         * thumbnailer/evince-thumbnailer-djvu.schemas:
11397         * thumbnailer/evince-thumbnailer-dvi.schemas:
11398         
11399         Conditionally install schemas for djvu/dvi thumbnailer
11400
11401 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11402
11403         * shell/ev-document-types.h: 
11404         * shell/ev-document-types.c: 
11405         New files, handling the mapping from mimetypes to backends
11406         
11407         * shell/ev-window.c: 
11408         * thumbnailer/evince-thumbnailer.c:     
11409         Use the ev-document-types code
11410         
11411         * shell/Makefile.am: 
11412         Added new convenience library libevbackendfactory_la, containing
11413         the new mimetype->backend logic; moved the backends into it.
11414
11415         * thumbnailer/Makefile.am:
11416         Make the thumbnailer link with the libevbackend.la convenience
11417         library, rather than having a duplicate of the backend logic here.
11418
11419 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11420
11421         * shell/ev-stock-icons.c: constify some vars.
11422         * shell/ev-window.c: ditto.
11423
11424 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11425
11426         * ps/ps-document.c (get_page_orientation):
11427
11428         Respect document orientation 
11429
11430 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11431
11432         * djvu/Makefile.am:
11433         * dvi/Makefile.am:
11434         * shell/Makefile.am:
11435         
11436         Move library dependencies to components.
11437         
11438         * shell/ev-window.c: (update_window_title),
11439         (start_loading_document):
11440         
11441         Fix display of uris with spaces. Bug 168358.
11442
11443 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11444
11445         * shell/ev-sidebar-links.c: (selection_changed_cb):
11446         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11447         (ev_view_button_release_event), (ev_view_set_document):
11448         * shell/ev-view.h:
11449         * shell/ev-window.c: (find_bar_search_changed_cb):
11450         * shell/ev-window.h: Minor cleanups removing some dead code.
11451
11452 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11453
11454         * backend/ev-page-cache.c: (_ev_page_cache_new):
11455         
11456         Set current page to 0 if document has pages.
11457
11458 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11459
11460         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11461
11462         Initialize GError to NULL, fix a crash when loading fails.
11463
11464 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11465
11466         * shell/ev-window.c: (update_view_size):
11467
11468         Calculate shadow size only when there is actually
11469         a shadow.
11470
11471 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11472
11473         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11474         * shell/ev-view.h:
11475
11476         Allow setting view spacing, default to 0
11477
11478         * shell/ev-window.c: (ev_window_unfullscreen),
11479         (ev_window_cmd_view_fullscreen), (ev_window_init):
11480
11481         Remove spacing in fullscreen mode
11482
11483 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11484
11485         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11486         (ev_view_size_request), (expose_bin_window),
11487         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11488         * shell/ev-view.h:
11489         * shell/ev-window.c: (ev_window_unfullscreen),
11490         (ev_window_cmd_view_fullscreen):
11491
11492         Do not draw the border in fulscreen
11493
11494 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11495
11496         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11497         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11498         (find_page_at_location), (page_changed_cb):
11499
11500         Rework border calculation, so that I can more easily disable it.
11501         Code somewhat cleaner too.
11502
11503 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11504
11505         * backend/ev-page-cache.c: (ev_page_cache_init),
11506         (_ev_page_cache_new):
11507
11508         Remove some assertions, documents can have 0 pages.
11509         Make initial current page -1.
11510
11511         * shell/ev-page-action.c: (page_changed_cb):
11512
11513         Show "" if current page is -1
11514
11515         * shell/ev-window.c: (update_action_sensitivity),
11516         (ev_window_setup_document):
11517
11518         When document has 0 pages do not set the view
11519         and make nearly everything insensitive.
11520
11521 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11522
11523         * shell/ev-page-view.c:
11524         * shell/ev-page-view.h:
11525
11526         Remove unused files.
11527         
11528         * shell/ev-sidebar-thumbnails.c:
11529         (ev_sidebar_thumbnails_set_document):
11530         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11531         (ev_sidebar_supports_document):
11532         * shell/ev-sidebar.h:
11533         * shell/ev-window.c: (ev_window_setup_document):
11534         
11535         Doesn't show thumbnails if document has 1 page. Make
11536         sidebar menu entries sensitive only if if they have 
11537         sense. Fix bug 164811. 
11538
11539 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11540
11541         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11542         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11543         (ev_view_zoom_out), (ev_view_set_size):
11544
11545         Rework sizing to deal with documents with not uniform page
11546         size.
11547
11548 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11549
11550         * backend/ev-page-cache.c: (_ev_page_cache_new):
11551
11552         Fix several page size caching bugs
11553
11554 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11555
11556         * shell/ev-window.c: (set_action_properties):
11557
11558         Make all toolbar items translatable
11559
11560 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11561
11562         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11563         (save_page_list), (ps_document_save),
11564         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11565         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11566         (ps_document_ps_exporter_iface_init):
11567         * ps/ps-document.h:
11568
11569         Based on a patch by J�rg Billeter <j@bitron.ch>
11570         
11571         Implement print and save a copy for the ps backend.
11572
11573 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11574
11575         * backend/ev-document.h:
11576         * djvu/djvu-document.c: (djvu_document_can_get_text),
11577         (djvu_document_document_iface_init):
11578         * dvi/dvi-document.c: (dvi_document_can_get_text),
11579         (dvi_document_document_iface_init):
11580         * pdf/ev-poppler.cc:
11581         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11582         (pixbuf_document_document_iface_init):
11583         * ps/ps-document.c: (ps_document_can_get_text),
11584         (ps_document_document_iface_init):
11585         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11586         * shell/ev-window.c: (update_action_sensitivity):
11587
11588         Fix the crash when trying to copy in backends that doesnt
11589         support it. We can implement a better solution once we
11590         do real text selection.
11591
11592 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11593
11594         * data/evince-ui.xml:
11595         * shell/ev-window.c: (ev_window_cmd_escape):
11596         
11597         Work around the Escape conflict (find bar and unfullscreen)
11598
11599 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11600
11601         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11602         
11603         Fix for #300233. Next page correctly handles document end.
11604         
11605         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11606         (ev_sidebar_thumbnails_class_init),
11607         (ev_sidebar_thumbnails_set_document),
11608         (ev_sidebar_thumbnails_clear_job),
11609         (ev_sidebar_thumbnails_clear_model):
11610         
11611         Cleanup thumbnail jobs on document changes.
11612         
11613         * shell/ev-view.c: (add_scroll_binding_keypad),
11614         (add_scroll_binding_shifted), (ev_view_class_init):
11615         
11616         Shift + Space scrolls up. Fix for #173184
11617         
11618         * shell/ev-window.c: (ev_window_open_page),
11619         (ev_window_cmd_view_reload):
11620         
11621         Fix reload (Bug #300094)
11622
11623 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11624
11625         
11626         * dvi/mdvi-lib/assoc.c:
11627         * dvi/mdvi-lib/assoc.h: Removed garbage files
11628         
11629         * dvi/mdvi-lib/bitmap.c:
11630         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11631         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11632         * dvi/mdvi-lib/color.h: Antialias of rules
11633         
11634         * dvi/mdvi-lib/common.h:
11635         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11636         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11637         * dvi/mdvi-lib/files.c:
11638         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11639         * dvi/mdvi-lib/mdvi.h:
11640         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11641         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11642         * dvi/mdvi-lib/util.c: Fix compile warnings
11643         
11644         * dvi/dvi-document.c:
11645         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11646         (dvi_document_thumbnails_get_thumbnail),
11647         (dvi_document_document_thumbnails_iface_init):
11648         * dvi/mdvi-lib/Makefile.am:
11649         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11650         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11651         
11652         Dvi backend now renders thumbnails
11653
11654 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11655
11656         * shell/main.c: (main): 
11657         
11658         Save accelerators on exit. Fixes bug #172095.
11659
11660 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11661
11662         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11663         update priority" comment.
11664
11665         * backend/ev-job-queue.c: Give a way to change priority.
11666
11667 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11668
11669         * shell/ev-page-action.c: Fix logic.
11670
11671 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11672
11673         * shell/ev-view.c: (ev_view_can_find_next):
11674         * shell/ev-window.c: (ev_window_setup_document):
11675
11676         Check that the document supports find
11677
11678 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11679
11680         * data/evince-ui.xml:
11681         * shell/ev-view.c: (ev_view_can_find_next):
11682         * shell/ev-view.h:
11683         * shell/ev-window.c: (update_action_sensitivity),
11684         (find_changed_cb), (ev_window_setup_document),
11685         (ev_window_cmd_edit_find_next):
11686
11687         Add Edit->Find Next
11688
11689 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11690
11691         * pdf/ev-poppler.cc:
11692         * shell/ev-print-job.c: (idle_print_handler):
11693
11694         Make printing work again
11695
11696 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11697
11698         * shell/ev-page-action.h:
11699         * shell/ev-page-action.c: (ev_page_action_widget_init),
11700         (ev_page_action_widget_class_init), (page_changed_cb),
11701         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11702         (get_filter_model_from_model), (match_selected_cb),
11703         (display_completion_text), (match_completion), (update_model),
11704         (connect_proxy), (ev_page_action_set_property),
11705         (ev_page_action_get_property), (ev_page_action_set_document),
11706         (ev_page_action_set_model), (ev_page_action_class_init): Big
11707         reworking to make completions work iff we have >= GTK-2.7.0
11708                 
11709         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11710         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11711         (job_finished_cb): We now have a 'model' property that is set when
11712         the links are loaded.  This can be caught with "notify::model"
11713
11714         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11715         listen for the model to be set, and propagate it to the action.
11716
11717 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11718
11719         * cut-n-paste/recent-files/egg-recent-item.c:
11720         (egg_recent_item_set_uri), (make_valid_utf8),
11721         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11722         * cut-n-paste/recent-files/egg-recent-item.h:
11723         
11724         Update egg-recent from libegg. This should fix long
11725         startup problem. For details see
11726         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11727
11728 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11729
11730         * cut-n-paste/recent-files/Makefile.am:
11731         * data/evince-ui.xml, shell/Makefile.am:
11732         * shell/ev-application.c, shell/ev-application.h:
11733         * shell/ev-window.c: Recent files support.
11734         
11735         * configure.ac: Added "ru" to ALL_LINGUAS.
11736         
11737         * dvju: new backend to support DJVU files.
11738         * dvi: new backend to support DVI.
11739
11740         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11741         * ev-application.c: Support for new backends.
11742         
11743         * help, ev-window.c, main.c shell/Makefile.am: 
11744         Evince user documentation.
11745
11746 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11747
11748         * po/POTFILES.in:
11749         * shell/ev-window.c:
11750         * thumbnailer/evince-thumbnailer.c:
11751
11752         s/pdf-document/ev-poppler
11753
11754 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11755
11756         * NEWS:
11757         * configure.ac:
11758
11759         Release 0.2.0
11760
11761         * ps/ps-document.c: (setup_pixmap):
11762
11763         Remove debug code
11764
11765 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11766
11767         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11768         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11769         (ev_window_cmd_go_first_page): Fix of by one errors.
11770
11771 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11772
11773         * ps/ps-document.c: (get_page_box):
11774
11775         Fix page size calculation
11776
11777 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11778
11779         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11780         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11781         (get_page_orientation), (setup_page), (document_load),
11782         (ps_document_get_page_size), (render_pixbuf_idle):
11783         * ps/ps-document.h:
11784
11785         More refactoring to adapt to EvDocument changes
11786
11787 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11788
11789         * ps/ps-document.c: (start_interpreter):
11790
11791         Actually add alpha args
11792
11793 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11794
11795         * pdf/ev-poppler.cc:
11796
11797         Make clipboard work again
11798
11799 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11800
11801         Make searching work again.
11802         
11803         * backend/ev-document.c:
11804         * backend/ev-document.h:
11805         * backend/ev-document-find.c:
11806         * backend/ev-document-find.h: Change EvDocumentIface so we no
11807         longer store the current page or zoom level in the document.  The
11808         consequence is that all calls that operate on the current page now
11809         instead take the page number as an extra argument, and all
11810         coordinates are now doubles in document coordinate system.
11811
11812         * pdf/ev-poppler.cc:
11813         * pixbuf/pixbuf-document.c:
11814         * ps/ps-document.c: Update backends accordingly.
11815
11816 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11817
11818         * autogen.sh:
11819
11820         Add required gettext version
11821
11822 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11823
11824         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11825         make F1 bring up non-existent help.
11826
11827         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11828         epiphany's find bar, #167477
11829
11830         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11831         <emil@nishra.com> to add space-bar scrolling, 
11832
11833         * shell/ev-window.c (static GtkActionEntry entries): add default
11834         keybinding for Help (F1)
11835         Fixes #171068
11836
11837         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11838         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11839         170110
11840
11841 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11842
11843         * Makefile.am: 
11844         * pixbuf/pixbuf-document.c: 
11845
11846         Got pixbuf backend working again
11847
11848 2005-04-01  Steve Murphy  <murf@e-tools.com>
11849
11850         * configure.in: Added "rw" to ALL_LINGUAS.
11851
11852 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11853
11854         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11855         model types, noticed by Martin Kretzschmar.
11856
11857 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11858
11859         * pdf/ev-poppler.cc: Implement search based on
11860         poppler_page_find_text().  Currently a bit crude since we remember
11861         all matches from all pages.  Also, we grab the big document lock
11862         when we search since searching changes the underlying stream and
11863         thus conflicts with the rendering thread.
11864         
11865         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11866         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11867         (ev_view_find_previous): Fix some page indexes to be 0 based,
11868         offset rubber band by view offset,
11869
11870 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11871
11872         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11873
11874 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11875
11876         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11877         completely because I didn't understand GtkActions.  I should
11878         read Marco's code more carefully in the future.
11879
11880         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11881         function
11882
11883 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11884
11885         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11886         PopplerRectangle change from poppler CVS.
11887
11888 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11889
11890         * backend/ev-document.c: (ev_document_get_page_label):
11891         * backend/ev-document.h:
11892         * backend/ev-page-cache.c: (_ev_page_cache_new),
11893         (ev_page_cache_get_page_label):
11894         * backend/ev-page-cache.h:
11895         * pdf/ev-poppler.cc:
11896         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11897         (links_page_num_func):
11898         * shell/ev-sidebar-thumbnails.c:
11899         (ev_sidebar_thumbnails_set_document):
11900         * shell/ev-view.c: (status_message_from_link),
11901         (ev_view_motion_notify_event):
11902         * shell/ev-window.c: (document_supports_sidebar): Add in page
11903         label support.  It's not perfect yet, but it's the first 'feature'
11904         in a while.
11905         Also, fix a bogus comment noticed by crispin. 
11906
11907 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11908
11909         * Makefile.am: Remove pixbuf backend for now
11910
11911         * configure.ac: Require poppler-glib instead of just poppler.
11912
11913         * backend/ev-document-thumbnails.h: Add a comment
11914
11915         * backend/ev-document.h:
11916         * backend/ev-document.c: (ev_document_class_init),
11917         (ev_document_load), (ev_document_get_link),
11918         (ev_document_get_links): Remove 3 methods and add get_links.
11919         Also, made 0 based.
11920
11921         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11922         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11923
11924         * backend/ev-link.c: (ev_link_set_title),
11925         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11926         (ev_link_mapping_find):
11927         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11928         
11929         * backend/ev-page-cache.c: (ev_page_cache_init),
11930         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11931         (ev_page_cache_get_size), (ev_page_cache_next_page),
11932         (ev_page_cache_prev_page): Fix to be 0 based.
11933
11934         * pdf/Makefile.am: 
11935         * pdf/ev-poppler.h:
11936         * pdf/ev-poppler.cc: New backend.
11937         
11938         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11939         (ps_document_get_page), (ps_document_document_iface_init):
11940
11941         * shell/ev-pixbuf-cache.h:
11942         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11943         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11944         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11945         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11946         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11947         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11948         based.
11949         
11950         * shell/ev-sidebar-thumbnails.c:
11951         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11952         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11953
11954         * shell/ev-view.c: (status_message_from_link),
11955         (find_page_at_location), (get_link_at_location),
11956         (ev_view_motion_notify_event), (ev_view_button_release_event),
11957         (ev_view_init): Use the new link code.  Fix to be 0 based.
11958
11959         * shell/ev-window.c: (update_action_sensitivity),
11960         (document_supports_sidebar): 0 based.
11961
11962 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11963
11964         * pdf/pdf-document.cc: Patch from Fernando Herrera
11965         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11966         *blush*
11967
11968 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11969
11970         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11971         1 to the page, as this seems to be 1 based.  I thought we has this
11972         fixed.  grump.
11973
11974 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11975
11976         * TODO:
11977         * backend/Makefile.am:
11978         * backend/ev-document-links.c:
11979         (ev_document_links_has_document_links),
11980         (ev_document_links_get_links_model):
11981         * backend/ev-document-links.h:
11982         * backend/ev-document.c: (ev_document_get_page_cache),
11983         (ev_document_get_doc_mutex), (ev_document_load),
11984         (ev_document_save), (ev_document_get_title),
11985         (ev_document_get_n_pages), (ev_document_set_page),
11986         (ev_document_get_page), (ev_document_set_target),
11987         (ev_document_set_scale), (ev_document_set_page_offset),
11988         (ev_document_get_page_size), (ev_document_get_text),
11989         (ev_document_get_link), (ev_document_render),
11990         (ev_document_render_pixbuf), (ev_document_scale_changed):
11991         * backend/ev-document.h:
11992         * backend/ev-job-queue.c: (remove_object_from_queue),
11993         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11994         (no_jobs_available_unlocked), (ev_render_thread),
11995         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11996         (ev_job_queue_remove_job):
11997         * backend/ev-job-queue.h:
11998         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11999         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12000         (ev_job_links_class_init), (ev_job_render_init),
12001         (ev_job_render_dispose), (ev_job_render_class_init),
12002         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12003         (ev_job_thumbnail_class_init), (ev_job_finished),
12004         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12005         (ev_job_render_run), (ev_job_thumbnail_new),
12006         (ev_job_thumbnail_run):
12007         * backend/ev-jobs.h:
12008         * backend/ev-link.c:
12009         * backend/ev-link.h:
12010         * backend/ev-page-cache.c: (ev_page_cache_init),
12011         (ev_page_cache_class_init), (ev_page_cache_finalize),
12012         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12013         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12014         (ev_page_cache_set_link), (ev_page_cache_get_title),
12015         (ev_page_cache_get_size), (ev_page_cache_next_page),
12016         (ev_page_cache_prev_page):
12017         * backend/ev-page-cache.h:
12018         * pdf/pdf-document.cc:
12019         * ps/gsdefaults.c:
12020         * ps/gsdefaults.h:
12021         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12022         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12023         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12024         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12025         (is_interpreter_ready), (output), (catchPipe), (input),
12026         (start_interpreter), (check_filecompressed), (compute_dimensions),
12027         (ps_document_enable_interpreter), (document_load),
12028         (ps_document_next_page), (render_page), (ps_document_set_page),
12029         (ps_document_set_scale), (render_pixbuf_idle),
12030         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12031         * ps/ps-document.h:
12032         * shell/Makefile.am:
12033         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12034         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12035         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12036         (ev_pixbuf_cache_new), (job_finished_cb),
12037         (check_job_size_and_unref), (move_one_job),
12038         (ev_pixbuf_cache_update_range), (find_job_cache),
12039         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12040         (ev_pixbuf_cache_add_jobs_if_needed),
12041         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12042         * shell/ev-pixbuf-cache.h:
12043         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12044         (idle_print_handler):
12045         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12046         (selection_changed_cb), (create_loading_model),
12047         (ev_sidebar_links_construct), (links_page_num_func),
12048         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12049         (update_page_callback), (job_finished_cb),
12050         (ev_sidebar_links_set_document):
12051         * shell/ev-sidebar-thumbnails.c:
12052         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12053         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12054         (page_changed_cb), (thumbnail_job_completed_callback),
12055         (ev_sidebar_thumbnails_set_document):
12056         * shell/ev-sidebar-thumbnails.h:
12057         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12058         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12059         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12060         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12061         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12062         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12063         (ev_view_button_release_event), (ev_view_scroll_view),
12064         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12065         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12066         (ev_view_new), (job_finished_cb), (page_changed_cb),
12067         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12068         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12069         (ev_view_find_previous):
12070         * shell/ev-view.h:
12071         * shell/ev-window.c: (update_action_sensitivity),
12072         (ev_window_open_page), (update_window_title), (update_total_pages),
12073         (page_changed_cb), (ev_window_setup_document),
12074         (password_dialog_response), (ev_window_cmd_save_as),
12075         (ev_window_print), (ev_window_cmd_go_previous_page),
12076         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12077         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12078         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12079         * shell/main.c: (main):
12080
12081         Merge evince-threads branch
12082
12083 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12084
12085         * configure.ac: Added "lt" to ALL_LINGUAS.
12086
12087 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12088
12089         * NEWS:
12090         * configure.ac:
12091
12092         Release 0.1.9
12093
12094 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12095
12096         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12097
12098         Fix here also the thumbnails 1-basedness :)
12099
12100 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12101
12102         * NEWS:
12103         * configure.ac:
12104
12105         Release 0.1.8
12106
12107 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12108
12109         * pdf/pdf-document.cc:
12110         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12111         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12112
12113         Fix the mess we did with thumbnails and 1-basedness
12114
12115 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12116
12117         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12118
12119 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12120
12121         * NEWS:
12122         * configure.ac:
12123
12124         Release 0.1.7
12125
12126 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12127
12128         * ps/Makefile.am:
12129         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12130         (gtk_gs_defaults_get_alpha_parameters),
12131         (gtk_gs_defaults_get_ungzip_cmd),
12132         (gtk_gs_defaults_get_unbzip2_cmd):
12133         * ps/gsdefaults.h:
12134         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12135         (ps_document_get_orientation), (document_load),
12136         (ps_document_goto_page), (ps_document_set_page_size):
12137         * ps/ps-document.h:
12138
12139         Some more sanitization of the ps backend. Remove a lot
12140         of unused code and do not base our defaults on ggv
12141         preferences (ugh!)
12142
12143 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12144
12145         * thumbnailer/evince-thumbnailer.schemas:
12146         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12147         (main): add -s option for thumbnail size.
12148
12149 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12150
12151         * configure.ac:
12152
12153         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12154         remove it.
12155
12156 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12157
12158         * pdf/pdf-document.cc:
12159
12160         Remove 4 pixels of useless border from the
12161         thumbnail.
12162
12163 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12164
12165         * backend/ev-document-thumbnails.c:
12166         (ev_document_thumbnails_get_thumbnail):
12167         * backend/ev-document-thumbnails.h:
12168
12169         Rework API a bit. Add a border flag and
12170         change sizing logic (now the size we specify
12171         applies to the bigger dimension).
12172
12173         * pdf/pdf-document.cc:
12174         * pixbuf/pixbuf-document.c:
12175         (pixbuf_document_thumbnails_get_thumbnail):
12176         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12177         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12178
12179         Adapt to the new API and do not draw a border for nautilus
12180         thumbnailer.
12181
12182 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12183
12184         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12185         take thumbnails from page "0" instead of "1". Added a copyright header.
12186
12187 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12188
12189         * ps/ps-document.c: (set_up_page), (start_interpreter):
12190
12191         Make it C89 compliant
12192
12193 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12194
12195         * Makefile.am:
12196         * configure.ac:
12197         * pdf/.cvsignore:
12198         * pdf/pdf-document.cc:
12199         * thumbnailer/Makefile.am:
12200         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12201         (main):
12202         * thumbnailer/evince-thumbnailer.schemas:
12203         * thumbnailer/pdf-icon.png:
12204
12205         Add a nautilus thumbnailer.
12206         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12207
12208 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12209
12210         * NEWS:
12211         * configure.ac:
12212         * po/POTFILES.in:
12213
12214         Release 0.1.6
12215
12216 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12217
12218         Use poppler instead of including xpdf source code.  Poppler is a
12219         fork of xpdf to build it as a shared library. See
12220         http://freedesktop.org/wiki/Software/poppler.
12221
12222         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12223         xpdf fork.
12224         
12225         * pdf/Makefile.am: Build libpdfdocument.a here.
12226         
12227         * pdf/GDKSplashOutputDev.cc:
12228         * pdf/GDKSplashOutputDev.h:
12229         * pdf/GnomeVFSStream.cc:
12230         * pdf/GnomeVFSStream.h:
12231         * pdf-document.cc:
12232         * pdf-document.h:
12233         * test-gdk-output-dev.cc
12234         * Thumb.cc:
12235         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12236         against poppler.
12237
12238 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12239
12240         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12241
12242         Clear idle stack before unsetting the document
12243
12244 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12245
12246         * ps/ps-document.c: (ps_document_widget_event),
12247         (ps_document_set_target), (ps_document_finalize),
12248         (ps_document_get_page):
12249
12250         Disconnect the widget event signal on finalize.
12251         Some code cleanups.
12252
12253 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12254
12255         * ps/ps-document.c: (set_up_page):
12256
12257         If there is no bpixmap create one, even if size
12258         is not changed.
12259
12260 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12261
12262         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12263         (set_up_page), (document_load), (ps_document_set_zoom):
12264
12265         Default page is 0. Calculate size even when we have no
12266         target yet.
12267
12268 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12269
12270         * shell/ev-sidebar.c: expand the selection widget to be always as
12271         wide as the sidebar
12272
12273 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12274
12275         * shell/ev-sidebar-thumbnails.c:
12276         (ev_sidebar_thumbnails_set_document):
12277
12278         Clear the list store when setting document
12279
12280 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12281
12282         * shell/ev-page-action.c: (update_entry), (sync_entry),
12283         (activate_cb), (entry_size_request_cb), (create_tool_item),
12284         (connect_proxy):
12285
12286         Use an entry for the page control instead of spinbuttons
12287
12288 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12289
12290         * data/evince.schemas.in:
12291
12292         Correct confusing string
12293
12294 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12295
12296         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12297         for real.  Gosh, how long has this been broken.
12298
12299         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12300         check for a NULL link.  We crash otherwise.
12301
12302 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12303
12304         * NEWS:
12305         * configure.ac:
12306
12307         Release 0.1.5
12308
12309 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12310
12311         * configure.ac: add the french translation.
12312
12313 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12314
12315         * shell/ev-window.c:
12316
12317         Remove unused header -> fix distcheck
12318
12319 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12320
12321         * shell/ev-window.c: (update_window_title),
12322         (ev_window_popup_password_dialog):
12323
12324         Unescape filename for display
12325
12326 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12327
12328         * pdf/xpdf/pdf-document.cc:
12329
12330         In get_page_size deal with rotation. Also
12331         cleanup the function a bit.
12332
12333 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12334
12335         * pdf/xpdf/pdf-document.cc:
12336
12337         Fix crash when opening in new window
12338
12339 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12340
12341         * configure.ac:
12342
12343         Check ghostscript >= 7
12344
12345 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12346
12347         * shell/ev-window.c:
12348
12349         Make page width the default sizing mode
12350
12351 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12352         Marco Pesenti Gritti <marco@gnome.org>
12353
12354         * shell/ev-window.c: Remember the sidebar size
12355
12356         * data/evince.schemas.in: Add a new gconf key to store the size of
12357         the sidebar
12358
12359 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12360
12361         * data/evince-ui.xml:
12362         * shell/ev-window.c: (update_action_sensitivity),
12363         (ev_window_cmd_view_reload):
12364         
12365         Add a "Reload" action and menu entry
12366
12367 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12368
12369         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12370         iff the type doesn't support thumbnailing and indexing.
12371
12372 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12373
12374         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12375
12376 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12377
12378         * pdf/splash/Splash.cc:
12379
12380         Port fix for a crasher from kde bug
12381         http://bugs.kde.org/show_bug.cgi?id=97131
12382
12383 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12384
12385         * pdf/xpdf/pdf-document.cc:
12386
12387         Return a link even if it's of an unrecognized
12388         type. Otherwise we go in an infinte cycle.
12389
12390 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12391
12392         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12393         (size_allocate_cb), (ev_window_set_sizing_mode):
12394
12395         Update size when switching mode
12396
12397 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12398
12399         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12400         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12401         (ev_window_cmd_view_normal_size):
12402
12403         Fix size toggle buttons behavior
12404
12405 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12406
12407         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12408         (doc_rect_to_view_rect), (ev_view_size_allocate),
12409         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12410         (scale_changed_callback):
12411
12412         Do not cache offsets in size_allocate.
12413
12414 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12415
12416         * shell/ev-view.c: (ev_view_size_allocate):
12417
12418         Calculate offsets before calling the parent
12419         class (which does a redraw)
12420
12421 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12422
12423         * pdf/xpdf/pdf-document.cc:
12424
12425         Fix a crasher on exit. Unused code, put a TODO
12426
12427 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12428
12429         * backend/ev-document.c: (ev_document_class_init),
12430         (ev_document_page_changed), (ev_document_scale_changed):
12431         * backend/ev-document.h:
12432
12433         Separate page/scale notifications
12434
12435         * pdf/xpdf/pdf-document.cc:
12436
12437         Emit the new signals.
12438         Do not display the pdf page in _render, do it
12439         when scale/page are requested.
12440
12441         * ps/ps-document.c: (ps_document_set_zoom),
12442         (ps_document_widget_event):
12443         * ps/ps-document.h:
12444
12445         Emit the new signals.
12446
12447         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12448         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12449         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12450         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12451         * shell/ev-view.h:
12452         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12453         (ev_window_cmd_view_page_width), (size_allocate_cb),
12454         (ev_window_set_sizing_mode):
12455
12456         Rework sizing to be pixel based.
12457         There are bugs but should be already way better.
12458
12459 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12460
12461         * shell/ev-window.c: (ev_window_init):
12462
12463         Do not allow to shrink sidebar smaller then
12464         child requisition
12465
12466 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12467
12468         * shell/ev-sidebar.[ch]
12469         * shell/ev-window.c:
12470
12471         Improved sidebar widget. Fixes #166683
12472
12473 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12474
12475         * shell/ev-view.c (update_find_status_message): Give translators
12476         more flexibility with ngettext plural handling.
12477
12478 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12479
12480         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12481         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12482         page when we get the page size.
12483
12484 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12485
12486         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12487
12488         ps pages are 0 based, convert 
12489
12490 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12491
12492         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12493
12494         Initialize correct parent class. Set GError on document load
12495
12496 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12497
12498         * pdf/xpdf/pdf-document.cc:
12499
12500         Fixup selection offset calculation
12501
12502         * shell/ev-view.c: (view_rect_to_doc_rect),
12503         (doc_rect_to_view_rect), (ev_view_size_allocate),
12504         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12505         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12506
12507         Store selection as document relative, so that zooming
12508         and offset changing doesnt break it.
12509
12510 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12511
12512         * shell/ev-view.c: (ev_view_best_fit):
12513
12514         Do not try to best fit if the view is not realized
12515
12516 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12517           
12518         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12519
12520 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12521
12522         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12523
12524 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12525
12526         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12527         the popup window.  That prevents it resizing when in full screen
12528         mode.
12529
12530         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12531         multiple rerenders.  This pretty much sucks.
12532
12533         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12534         rest of the toolbar.
12535
12536 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12537
12538         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12539
12540 2005-02-17  Alexander Shopov  <ash@contact.bg>
12541
12542         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12543
12544 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12545
12546         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12547
12548 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12549
12550         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12551         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12552         (set_document_page), (document_changed_callback),
12553         (ev_view_set_document), (ev_view_find_previous),
12554         (ev_view_hide_cursor), (ev_view_show_cursor):
12555         * shell/ev-view.h:
12556         * shell/ev-window.c: (update_chrome_visibility),
12557         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12558         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12559         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12560         (ev_window_unfullscreen):
12561         * shell/main.c: (main):
12562
12563         Automatically hide the fullscreen button.
12564         Patch by Kristian Høgsberg <krh@redhat.com>
12565
12566 2005-02-16  Vincent Noel  <vnoel@cox.net>
12567
12568         * shell/main.c (main): Specify an icon for the window. Patch by
12569         Jaap A. Haitsma. Fixes #166177.
12570
12571 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12572
12573         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12574
12575 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12576
12577         * backend/ev-document-misc.h:
12578         * backend/ev-document-misc.c:
12579         (ev_document_misc_get_page_border_size),
12580         (ev_document_misc_paint_one_page): New function to canonicalize
12581         sizing/painting a border.
12582
12583         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12584         used.
12585
12586         * pdf/xpdf/pdf-document.cc: use new function
12587
12588         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12589         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12590         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12591         shell/ev-window.c: (update_sizing_buttons),
12592         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12593         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12594         (ev_window_cmd_view_page_width), (size_allocate_cb),
12595         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12596         and "fit width" values act as toggle buttons so they stay
12597         toggled.  It's not 100% perfect, and it's a little slow, but it's
12598         good enough to commit I think.
12599
12600 2005-02-15  David Lodge  <dave@cirt.net>
12601
12602         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12603
12604 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12605
12606         * shell/ev-window.c (update_window_title): replace newlines in
12607         the title by spaces. Bug #166107.
12608
12609 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12610
12611         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12612         parameters providing allocation width and height without
12613         scrollbars and width of a possible vertical scrollbar. With this
12614         additional information the functions can work as
12615         intended. Unfortunately they're not idempotent. We should
12616         transform these commands to toggles. Fixes Bug #164976
12617         Initial patch by Stephane Loeuillet, then heavily modified.
12618
12619         * shell/ev-view.h: update prototypes.
12620
12621         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12622         (ev_window_cmd_view_page_width): provide EvView fit functions with
12623         all the information they need. Formulas to calculate this
12624         information taken from GtkScrolledWindow.
12625
12626 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12627
12628         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12629         created a thumbnail, the list store is updated to know
12630         that the thumbnail is set. Fixes bug #166792
12631
12632 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12633
12634         * shell/ev-window.c: fixed typo, closes bug 166897
12635
12636         * TODO: updated TODO with bug numbers that are relevant
12637
12638 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12639
12640         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12641
12642 2005-02-09  Vincent Noel  <vnoel@cox.net>
12643
12644         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12645         and "Next" toolbar buttons as important to make them stand out.
12646
12647 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12648
12649         * lib/ev-debug.c:
12650         * lib/ev-debug.h:
12651         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12652         (start_interpreter), (stop_interpreter), (document_load),
12653         (ps_document_next_page), (ps_document_goto_page),
12654         (ps_document_set_page_size), (ps_document_widget_event),
12655         (ps_document_render):
12656         * shell/ev-page-view.c: (ev_page_view_dispose):
12657         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12658
12659         Fix compilation on non-gcc platforms
12660
12661 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12662
12663         * NEWS:
12664         * configure.ac:
12665
12666         Release 0.1.4
12667
12668         * pdf/xpdf/Catalog.cc:
12669         * pdf/xpdf/XRef.cc:
12670
12671         Fix the fix for CAN-2004-0888
12672
12673 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12674
12675         * data/Makefile.am:
12676         * data/evince-ui.xml:
12677         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12678         * shell/ev-stock-icons.h:
12679         * shell/ev-window.c: (update_action_sensitivity),
12680         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12681         (set_action_properties):
12682
12683         Improve toolbar layout/icons
12684
12685 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12686
12687         * pdf/xpdf/pdf-document.cc:
12688
12689         Add warnings about unimplemented/unknown link
12690         types.
12691
12692 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12693
12694         * ps/ps-document.c: (set_up_page):
12695
12696         Log gs property
12697
12698 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12699
12700         * ps/ps-document.c: (start_interpreter):
12701
12702         Log gs env var
12703
12704 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12705
12706         * shell/ev-page-view.c: (ev_page_view_dispose):
12707         * shell/ev-view.c: (ev_view_finalize):
12708         * shell/ev-window.c: (ev_window_setup_document),
12709         (ev_window_dispose), (ev_window_init):
12710
12711         Solve more refs issues.
12712
12713         I commented out the page_view initialization for now:
12714         it was never destroyed (because it's never added
12715         to a container). Because of that we was leaking
12716         gs processes. Couldnt think to a clean fix.
12717         We need to figure this out, password view has the
12718         same issue probably.
12719
12720 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12721
12722         * ps/ps-document.c: (ps_document_finalize),
12723         (ps_document_get_n_pages), (ps_document_get_page):
12724
12725         Some cleanups, stop the interpreter on finalize
12726
12727         * shell/ev-page-view.c: (ev_page_view_dispose),
12728         (ev_page_view_class_init):
12729
12730         Release our reference on the document
12731
12732 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12733
12734         * Makefile.am:
12735         * configure.ac:
12736         * doc/debugging.txt:
12737         * lib/.cvsignore:
12738         * lib/Makefile.am:
12739         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12740         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12741         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12742         * lib/ev-debug.h:
12743
12744         Add debugging helpers
12745
12746         * ps/Makefile.am:
12747         * ps/ps-document.c: (set_up_page), (start_interpreter),
12748         (stop_interpreter), (document_load), (ps_document_next_page),
12749         (ps_document_goto_page), (ps_document_set_page_size),
12750         (ps_document_widget_event), (ps_document_render):
12751         * shell/Makefile.am:
12752         * shell/ev-view.c: (expose_bin_window):
12753         * shell/main.c: (main):
12754
12755         Add some logs
12756         
12757 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12758
12759         * ps/ps-document.c: (ps_document_widget_event):
12760
12761         Initialize message_window, this should make ps
12762         rendering really work! (Never noticed because I was
12763         testing with a ps that is causing gs to exit every time!)
12764
12765 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12766
12767         * data/evince.schemas.in: updated simple error in applyto closing tag
12768
12769 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12770
12771         * Makefile.am:
12772         * configure.ac:
12773         * data/.cvsignore:
12774         * data/Makefile.am:
12775         * data/evince-ui.xml:
12776         A data/evince.schemas.in:
12777         * po/POTFILES.in:
12778         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12779         * shell/ev-stock-icons.h:
12780         * shell/ev-window.c: (update_chrome_visibility),
12781         (update_chrome_flag), (ev_window_cmd_edit_find),
12782         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12783         (ev_window_unfullscreen), (ev_window_focus_in_event),
12784         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12785         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12786         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12787         (ev_window_dispose), (ev_window_class_init),
12788         (set_action_properties), (set_chrome_actions), (load_chrome),
12789         (ev_window_init):
12790
12791         Implement fullscreen mode changes from bug #164776.
12792         Also implement persistent chrome toggles.
12793
12794 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12795
12796         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12797
12798 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12799
12800         * NEWS:
12801         * configure.ac:
12802         * shell/ev-view.c:
12803
12804         Add another check for find interface
12805
12806         Release 0.1.3
12807
12808 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12809
12810         * shell/ev-application.c: (ev_application_open):
12811         * shell/ev-window.c: (ev_window_open):
12812
12813         Open gzipped ps documents
12814
12815 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12816
12817         * TODO:
12818         * shell/ev-view.c: (set_document_page):
12819
12820         Clamp page number, dont try to move to
12821         not existant pages.
12822
12823 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12824
12825         * backend/ev-document-find.c: (ev_document_find_changed):
12826         * backend/ev-document-find.h:
12827         * pdf/xpdf/pdf-document.cc:
12828         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12829         * shell/ev-window.c: (find_bar_search_changed_cb):
12830
12831         Fix several bugs with find
12832
12833 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12834
12835         * shell/ev-sidebar-thumbnails.c
12836         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12837         document. Prevents warning from scroll_to_cell.
12838
12839 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12840
12841         * configure.ac: Add «nb» to ALL_LINGUAS too.
12842
12843 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12844
12845         * NOTES: New file with some random thoughts.
12846
12847         * TODO: Update.
12848
12849         * backend/ev-document-misc.c:
12850         (ev_document_misc_get_page_border_size): New function to
12851         canonicalize shadow drawing sizes.  Possibly goofy.
12852
12853         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12854         (ev_view_best_fit), (ev_view_fit_width):
12855         * pdf/xpdf/pdf-document.cc:
12856         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12857         * ps/ps-document.c: (ps_document_get_page_size):
12858         * backend/ev-document-misc.h:
12859         * backend/ev-document.c: (ev_document_get_page_size):
12860         * backend/ev-document.h: get_page_size now takes a page number
12861         parameter.  Made all the backends/frontends honor it.
12862
12863         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12864         see.  Doesn't work yet.
12865
12866         * shell/Makefile.am:
12867         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12868         Doesn't do anything yet.
12869
12870         * shell/ev-sidebar-thumbnails.c:
12871         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12872         [0..n_pages-1]
12873
12874         * shell/ev-window.c: (update_action_sensitivity),
12875         (ev_window_setup_document), (ev_window_set_page_mode),
12876         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12877         view-swapping code a bit so we can have multiple views on a
12878         document.  Add the multi-page view, though it can't be turned on
12879         yet.
12880
12881 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12882
12883         * shell/ev-application.c: (ev_application_open):
12884         * shell/ev-view.c: (expose_bin_window):
12885         * shell/ev-window.c: (ev_window_open):
12886
12887         Support eps and check document supports find
12888         before drawing highlightings in expose.
12889
12890 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12891
12892         * pixbuf/pixbuf-document.c:
12893         (pixbuf_document_thumbnails_get_dimensions),
12894         (pixbuf_document_document_thumbnails_iface_init):
12895
12896         implement get_dimensions
12897
12898 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12899
12900         * NEWS:
12901         * configure.ac:
12902
12903         Release 0.1.2
12904
12905 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12906
12907         * shell/ev-view.c: (set_document_page):
12908
12909         Scroll at the top of the page when changing page
12910
12911 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12912
12913         * shell/ev-view.c: (ev_view_motion_notify_event):
12914
12915         Do not redraw unnecessarily
12916
12917 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12918
12919         * pdf/xpdf/pdf-document.cc:
12920         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12921         (expose_bin_window), (find_changed_cb):
12922
12923         Yay! find works now... Now to find bugs...
12924
12925 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12926
12927         * backend/ev-document-find.c: (ev_document_find_base_init),
12928         (ev_document_find_changed):
12929         * backend/ev-document-find.h:
12930         * pdf/xpdf/pdf-document.cc:
12931         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12932         (expose_bin_window), (ev_view_init), (set_document_page),
12933         (ensure_rectangle_is_visible), (jump_to_find_result),
12934         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12935         (ev_view_find_next), (ev_view_find_previous):
12936         * shell/ev-view.h:
12937         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12938
12939         More work on find implementation, mostly there now
12940
12941 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12942
12943         * backend/ev-backend-marshalers.list:
12944         * backend/ev-document-find.c: (ev_document_find_base_init),
12945         (ev_document_find_cancel), (ev_document_find_page_has_results),
12946         (ev_document_find_get_n_results), (ev_document_find_get_result),
12947         (ev_document_find_get_progress), (ev_document_find_changed):
12948         * backend/ev-document-find.h:
12949
12950         Enanche the find interface to be really able to do
12951         multi page find.
12952
12953         * pdf/xpdf/pdf-document.cc:
12954
12955         Implement
12956
12957         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12958         (expose_bin_window), (ev_view_init),
12959         (ev_view_get_find_status_message), (find_changed_cb),
12960         (ev_view_set_document), (set_document_page):
12961
12962         Adapt to the new interface. A few things are regressed sorry,
12963         I will finish it soon.
12964
12965 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12966
12967         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12968         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12969         ev_sidebar_thumbnails_parent_class variable, don't define another
12970         parent_class variable.
12971
12972         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12973         (ev_page_action_class_init): ditto.
12974
12975         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12976         (pixbuf_document_class_init): ditto.
12977
12978         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12979         ditto.
12980
12981         * .cvsignore: ignore various valgrind output files.
12982
12983 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12984
12985         * data/evince-ui.xml:
12986         * shell/Makefile.am:
12987         * shell/ev-history.c:
12988         * shell/ev-history.h:
12989         * shell/ev-navigation-action.c:
12990         * shell/ev-navigation-action.h:
12991         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12992         (ev_view_set_page), (ev_view_fit_width):
12993         * shell/ev-view.h:
12994         * shell/ev-window.c: (update_action_sensitivity),
12995         (ev_window_setup_document), (register_custom_actions):
12996
12997         Kill session history
12998
12999 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13000
13001         * shell/ev-window.c: (update_action_sensitivity):
13002
13003         Fix inverted up/down buttons
13004
13005 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13006
13007         * shell/ev-sidebar-thumbnails.c
13008         (ev_sidebar_thumbnails_select_page): make sure the selected
13009         thumbnail stays visible.
13010
13011 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13012
13013         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13014         scrolled window for Federico.
13015
13016 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13017
13018         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13019
13020 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13021
13022         * configure.ac:
13023         * pdf/splash/SplashFTFontEngine.cc:
13024
13025         Fix CID fonts with freetype 2.1.9
13026
13027 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13028
13029         * TODO: added item for desktop icon thumbnailer
13030
13031 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13032
13033         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13034         unloaded docs when the title is accessed.
13035
13036         * shell/ev-password-view.[hc]: New widget for displaying password
13037         state.
13038
13039         * shell/ev-window.[ch]: Refactor password handling code to handle
13040         the new view.
13041
13042 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13043
13044         * NEWS:
13045         * configure.ac:
13046         * data/Makefile.am:
13047
13048         Release 0.1.1
13049
13050 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13051
13052         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13053         ignore page offset here, to make search results independent of it,
13054
13055         * shell/ev-view.c (expose_bin_window): but take offsets into
13056         account here. Bug #164932
13057
13058         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13059         scale at the right time. Bug #164996
13060
13061 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13062
13063         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13064         fix the problem. Now I just removed the Adobe font names and hope
13065         that the URW fonts are always in outline format. Bug #164934
13066
13067         * shell/ev-window.c (update_window_title): empty titles are
13068         useless, use filename in that case too.
13069
13070         * NEWS: Add some content.
13071
13072 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13073
13074         * TODO: added one more TODO item and a TODONE section :)
13075
13076 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13077
13078         * ps/ps-document.h: add page_[xy]_offset fields.
13079
13080         * ps/ps-document.c (ps_document_set_page_offset)
13081         (ps_document_render): Keep offset in consideration in a few
13082         places. Bug #164752 "postscript documents are not centered in
13083         window"
13084
13085         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13086         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13087
13088         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13089         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13090         stub out missing methods for complete EvDocument implementation.
13091         Fixes segfaults with Save A Copy and Copy actions.
13092
13093         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13094         (ps_document_document_iface_init): ditto.
13095         
13096 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13097
13098         * data/.cvsignore:
13099         * data/Makefile.am:
13100         * data/evince.desktop.in:
13101
13102         Add desktop file
13103
13104 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13105
13106         * shell/ev-view.c: (ev_view_button_press_event),
13107         (ev_view_motion_notify_event):
13108
13109         Make selection work in any direction
13110
13111 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13112
13113         * TODO:
13114         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13115
13116         Use shorter labels for some of the toolbars items
13117
13118 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13119
13120         * pdf/xpdf/pdf-document.cc:
13121
13122         Check the links info is initialized before
13123         using it. Should fix a crash on startup.
13124
13125 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13126
13127         * pixbuf/pixbuf-document.c
13128         (pixbuf_document_thumbnails_get_dimensions): force floating point
13129         division to calculate page_ratio. Fixes crash with landscape
13130         format pixbufs.
13131
13132 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13133
13134         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13135
13136 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13137
13138         * shell/ev-view.c (set_document_page): unset has_selection when
13139         the page changes.
13140         (set_document_page): handle paper size changes when the page
13141         changes (test with Free Culture, page 2).
13142
13143 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13144
13145         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13146         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13147
13148         Use normal style color for the widget background and
13149         draw a black box around the page.
13150
13151 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13152
13153         * pdf/xpdf/pdf-document.cc:
13154
13155         Keep offset in consideration in a few places
13156
13157         * shell/ev-view.c: (expose_bin_window):
13158
13159         Set the offsets so that the document is ever centered
13160
13161 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13162
13163         * TODO: Added TODO items and finished off the first todo item
13164
13165         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13166         reflect current authors
13167
13168 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13169
13170         * pdf/xpdf/pdf-document.cc:
13171         * shell/ev-view.c: (ev_view_set_cursor),
13172         (ev_view_motion_notify_event), (document_changed_callback),
13173         (set_document_page):
13174
13175         Show a wait cursor while the page is rendering
13176
13177 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13178
13179         * shell/ev-sidebar-thumbnails.c:
13180         (ev_sidebar_tree_selection_changed),
13181         (ev_sidebar_thumbnails_select_page):
13182         * shell/ev-sidebar-thumbnails.h:
13183         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13184         (ev_view_can_go_forward):
13185         * shell/ev-window.c: (ev_window_open_page),
13186         (ev_window_setup_document), (update_current_page),
13187         (view_page_changed_cb), (ev_window_init):
13188         * shell/ev-window.h:
13189
13190         Ensure thumbnails selection, toolbar page control and
13191         current page are in sync.
13192
13193 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13194
13195         * pdf/xpdf/XRef.cc:
13196
13197         Fix CAN-2005-0064
13198
13199 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13200
13201         * backend/Makefile.am:
13202         * backend/ev-document-links.h:
13203         * backend/ev-document-security.c: (ev_document_security_get_type),
13204         (ev_document_security_has_document_security),
13205         (ev_document_security_set_password):
13206         * backend/ev-document-security.h:
13207         * backend/ev-document.c: (ev_document_error_quark):
13208         * backend/ev-document.h:
13209         * data/Makefile.am:
13210         * data/evince-password.glade:
13211         * pdf/xpdf/pdf-document.cc:
13212         * shell/Makefile.am:
13213         * shell/ev-password.c: (ev_password_set_bad_password_label),
13214         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13215         (ev_password_dialog_get_password),
13216         (ev_password_dialog_set_bad_pass):
13217         * shell/ev-password.h:
13218         * shell/ev-window.c: (ev_window_get_attribute),
13219         (ev_window_set_property), (update_action_sensitivity),
13220         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13221         (ev_window_setup_document), (ev_window_get_password),
13222         (ev_window_open), (ev_window_cmd_save_as),
13223         (using_postscript_printer), (ev_window_print),
13224         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13225         (update_fullscreen_popup), (ev_window_fullscreen),
13226         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13227         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13228         (menu_item_select_cb), (find_bar_search_changed_cb),
13229         (ev_window_dispose), (ev_window_init):
13230
13231         Add initial support for password-supported dialogs.  This could be
13232         a lot cooler, but it'll do for now.
13233
13234 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13235
13236         * pdf/xpdf/pdf-document.cc:
13237         * shell/ev-view.c: (status_message_from_link),
13238         (ev_view_set_status), (ev_view_set_cursor),
13239         (ev_view_motion_notify_event), (ev_view_init):
13240         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13241
13242         Fix bugs in the links implementation and change cursor
13243         when hovering a link.
13244
13245 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13246
13247         * viewer/.cvsignore: added cvsignore file for viewer directory
13248
13249         * TODO: created TODO document
13250
13251 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13252
13253         * shell/ev-view.h:
13254         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13255         new functions to help with implementation of sensitivity code
13256         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13257         of all actions that might require it.  Fixes a crash when you
13258         click on the Zoom actions in a window lacking a document.
13259
13260 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13261
13262         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13263         of the Find action
13264
13265 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13266
13267         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13268         (pixbuf_document_document_iface_init):
13269         * ps/ps-document.c: (ps_document_get_link),
13270         (ps_document_document_iface_init):
13271         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13272         (status_message_from_link), (ev_view_set_status),
13273         (ev_view_set_find_status), (ev_view_motion_notify_event),
13274         (ev_view_button_release_event), (ev_view_set_property),
13275         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13276         (ev_view_get_find_status_message), (update_find_results),
13277         (ev_view_get_status), (ev_view_get_find_status):
13278         * shell/ev-view.h:
13279         * shell/ev-window.c: (view_status_changed_cb),
13280         (view_find_status_changed_cb), (ev_window_init):
13281
13282         View status message support, use it to show the links.
13283         Needs work...
13284
13285 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13286
13287         * backend/ev-document.c: (ev_document_get_link):
13288         * backend/ev-document.h:
13289         * pdf/xpdf/pdf-document.cc:
13290         * shell/ev-application.c: (ev_application_open):
13291         * shell/ev-application.h:
13292         * shell/ev-sidebar-links.c: (selection_changed_cb):
13293         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13294         (ev_view_go_to_link):
13295
13296         Add support for document links
13297
13298 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13299
13300         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13301         (create_tool_item):
13302         Set the spin button limits correctly.
13303         
13304         * shell/ev-sidebar-thumbnails.c:
13305         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13306         Support changing pages by clicking on the thumbnails.
13307         
13308 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13309
13310         * pixbuf/pixbuf-document.c:
13311         (pixbuf_document_thumbnails_get_dimensions),
13312         (pixbuf_document_document_thumbnails_iface_init):
13313
13314         implement get_dimensions
13315
13316 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13317
13318         * ps/ps-document.c: (ps_document_goto_page):
13319
13320         Fix page switching on multipage documents
13321
13322 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13323
13324         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13325         
13326         check for NULL before assigning to width and height parameters
13327
13328 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13329
13330         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13331         (pixbuf_document_set_property), (pixbuf_document_get_property):
13332
13333         implement get/set properties
13334
13335 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13336
13337         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13338         
13339         return NULL instead of "Unknown", letting the title get set to
13340         the filename when the pdf has no title.
13341
13342 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13343
13344         * ps/ps-document.c: (ps_document_get_page_count),
13345         (ps_document_goto_page):
13346
13347 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13348
13349         * shell/ev-history.c: (ev_history_get_property),
13350         (ev_history_set_property), (ev_history_class_init),
13351         (ev_history_add_page), (ev_history_set_current_index):
13352         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13353         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13354         (ev_navigation_action_finalize):
13355         * shell/ev-navigation-action.h:
13356         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13357         (ev_view_go_forward), (ev_view_get_find_status_message),
13358         (history_index_changed_cb), (ev_view_set_history):
13359         * shell/ev-view.h:
13360         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13361         (update_current_page), (register_custom_actions):
13362
13363         Implement history dropdowns
13364
13365 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13366
13367         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13368         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13369         (ev_view_go_forward):
13370         * shell/ev-window.c: (register_custom_actions):
13371
13372         Fix several history bugs
13373
13374 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13375
13376         * configure.ac: Add «nb» to ALL_LINGUAS.
13377
13378 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13379
13380         * backend/Makefile.am:
13381         * backend/ev-bookmark.c:
13382         * backend/ev-bookmark.h:
13383         * backend/ev-document-bookmarks.c:
13384         * backend/ev-document-bookmarks.h:
13385         * backend/ev-document-links.c: (ev_document_links_get_type),
13386         (ev_document_links_has_document_links),
13387         (ev_document_links_begin_read), (ev_document_links_get_link),
13388         (ev_document_links_get_child), (ev_document_links_next),
13389         (ev_document_links_free_iter):
13390         * backend/ev-document-links.h:
13391         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13392         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13393         (ev_link_get_link_type), (ev_link_set_link_type),
13394         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13395         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13396         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13397         (ev_link_new_external):
13398         * backend/ev-link.h:
13399         * pdf/xpdf/pdf-document.cc:
13400         * shell/Makefile.am:
13401         * shell/ev-application.c: (ev_application_open_link):
13402         * shell/ev-application.h:
13403         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13404         (ev_history_get_link_nth):
13405         * shell/ev-history.h:
13406         * shell/ev-sidebar-bookmarks.c:
13407         * shell/ev-sidebar-bookmarks.h:
13408         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13409         (ev_sidebar_links_class_init), (selection_changed_cb),
13410         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13411         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13412         (do_one_iteration), (populate_links_idle),
13413         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13414         * shell/ev-sidebar-links.h:
13415         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13416         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13417         (go_to_index):
13418         * shell/ev-view.h:
13419         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13420         * shell/ev-window.h:
13421
13422         Rename bookmark to link, and use "Index" for the sidebar panel.
13423
13424 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13425
13426         * shell/Makefile.am:
13427         * shell/ev-application.c: (ev_application_open_bookmark):
13428         * shell/ev-application.h:
13429         * shell/ev-history.c: (ev_history_init), (free_links_list),
13430         (ev_history_finalize), (ev_history_class_init),
13431         (ev_history_add_link), (ev_history_add_page),
13432         (ev_history_get_link_nth), (ev_history_get_n_links),
13433         (ev_history_get_current_index), (ev_history_set_current_index),
13434         (ev_history_new):
13435         * shell/ev-history.h:
13436         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13437         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13438         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13439         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13440         (ev_view_set_page):
13441         * shell/ev-view.h:
13442         * shell/ev-window.c: (ev_window_open_bookmark),
13443         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13444         (goto_page_cb), (register_custom_actions):
13445         * shell/ev-window.h:
13446
13447         Initial history implementation. Needs work.
13448
13449 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13450
13451         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13452
13453 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13454
13455         * cut-n-paste/recent-files/egg-recent-item.c:
13456         * cut-n-paste/recent-files/egg-recent-item.h:
13457         * cut-n-paste/recent-files/egg-recent-model.c:
13458         * cut-n-paste/recent-files/egg-recent-util.c:
13459         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13460         * cut-n-paste/recent-files/egg-recent-view.c:
13461
13462         Update
13463
13464 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13465
13466         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13467         (fillGlyph, fillImageMask, drawImage):
13468         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13469         pdf/splash/SplashTypes.h:
13470         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13471         packed mode for Splash.
13472
13473         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13474         RGB8 packed mode, eliminates the pixbuf data creation loop.
13475
13476         * shell/ev-print-job.c (ev_print_job_finalize)
13477         (ev_print_job_set_property, ev_print_job_get_property)
13478         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13479         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13480         (print_closure_finalize, ev_print_job_print): implement
13481         printing (for backends with EvPsExporter)
13482
13483         * shell/ev_print_job.h: update prototypes.
13484
13485         * shell/ev-window.c (ev_window_print): unref print job after
13486         printing.
13487
13488         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13489         unless the document implements the EvDocumentFind interface.
13490
13491 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13492
13493         * configure.ac: Added ja to ALL_LINGUAS.
13494
13495 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13496
13497         * pdf/xpdf/pdf-document.cc:
13498
13499         add a FIXME. We should probably not allocate
13500         a bookmark object every time
13501
13502 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13503
13504         * shell/ev-application.c: (ev_application_open),
13505         (ev_application_open_bookmark):
13506         * shell/ev-application.h:
13507         
13508         Add a way to open bookmarks
13509
13510         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13511         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13512         (ev_bookmark_set_property), (ev_bookmark_class_init),
13513         (ev_bookmark_new_title), (ev_bookmark_new_link),
13514         (ev_bookmark_new_external):
13515
13516         Support for external uris, better constructors.
13517
13518         * backend/ev-bookmark.h:
13519         * pdf/xpdf/pdf-document.cc:
13520         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13521
13522         Handle external uris
13523
13524 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13525
13526         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13527         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13528
13529         Hook up bookmarks navigation
13530
13531 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13532
13533         * backend/Makefile.am:
13534         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13535         (ev_bookmark_get_title), (ev_bookmark_set_title),
13536         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13537         (ev_bookmark_get_page), (ev_bookmark_set_page),
13538         (ev_bookmark_get_property), (ev_bookmark_set_property),
13539         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13540         (ev_bookmark_new):
13541         * backend/ev-bookmark.h:
13542         * backend/ev-document-bookmarks.c:
13543         (ev_document_bookmarks_get_bookmark):
13544         * backend/ev-document-bookmarks.h:
13545         * pdf/xpdf/pdf-document.cc:
13546         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13547
13548         Add a bookmark object to the backend and use it instead of get_values
13549
13550 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13551
13552         * data/evince-ui.xml:
13553
13554         Cleanup and add select all.
13555
13556         * shell/ev-view.c: (ev_view_select_all),
13557         (ev_view_button_press_event):
13558         * shell/ev-view.h:
13559         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13560
13561         Add select all.
13562         Clear selection on click.
13563
13564 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13565
13566         * shell/ev-sidebar-thumbnails.c
13567         (ev_sidebar_thumbnails_set_document): forgot to unref the
13568         loading_icon.
13569
13570 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13571
13572         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13573         at the visible page, not just linearly.  This makes it look fast.
13574
13575 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13576
13577         * backend/ev-document-misc.c
13578         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13579         white.
13580         * backend/ev-document-thumbnails.h: New interface to get the size
13581         of a page.
13582
13583 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13584
13585         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13586         make dist works
13587
13588 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13589
13590         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13591         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13592         things up a bit.
13593
13594         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13595
13596 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13597
13598         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13599         fonts. Should fix font problems on systems that have the base
13600         fonts in bitmap format. Reported by James Henstridge
13601         <james@jamesh.id.au>.
13602
13603 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13604
13605         * pdf/xpdf/Gfx.cc:
13606         * pdf/xpdf/GfxState.cc:
13607
13608         Fix for CAN-2004-1125
13609
13610 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13611
13612         * shell/ev-view.c: (ev_view_copy):
13613         * shell/ev-view.h:
13614         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13615
13616         Implement Edit->Copy
13617
13618 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13619
13620         * backend/ev-document.c: (ev_document_get_text):
13621         * backend/ev-document.h:
13622         * pdf/xpdf/pdf-document.cc:
13623         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13624         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13625         (ev_view_update_primary_selection), (ev_view_button_press_event),
13626         (ev_view_motion_notify_event), (ev_view_button_release_event):
13627
13628         Beginnings of clipboard support. Incomplete but primary sort
13629         of work.
13630
13631 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13632
13633         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13634         (expose_bin_window):
13635
13636         Nicer rubberband drawing, from GtkIconView.
13637
13638 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13639
13640         * backend/ev-document.c: (ev_document_save):
13641         * backend/ev-document.h:
13642         * data/evince-ui.xml:
13643         * pdf/xpdf/pdf-document.cc:
13644         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13645
13646         Implement "Save a copy..." menu item
13647
13648 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13649
13650         * shell/ev-view.c: (ev_view_zoom):
13651
13652         Queue a resize when zoom changes
13653
13654 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13655
13656         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13657         shadows.
13658
13659         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13660         thumbnails..
13661
13662 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13663
13664         * pdf/xpdf/pdf-document.cc
13665         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13666
13667 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13668
13669         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13670         It's slow, but I'll speed it up next!
13671
13672 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13673
13674         * shell/main.c (load_files):
13675
13676         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13677         from the command line and because it seems more appropriate.
13678
13679 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13680
13681         * data/evince-ui.xml:
13682         * shell/ev-window.c: (update_action_sensitivity),
13683         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13684
13685         s/next page/page down
13686         s/previous page/page up
13687
13688 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13689
13690         * data/evince-ui.xml:
13691
13692         Change the layout to match clarkbw design.
13693
13694         * shell/Makefile.am:
13695         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13696         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13697         (ev_navigation_action_finalize),
13698         (ev_navigation_action_set_property),
13699         (ev_navigation_action_get_property),
13700         (ev_navigation_action_class_init):
13701         * shell/ev-navigation-action.h:
13702
13703         Implement clarkbw toolbar navigation controls (incomplete)
13704
13705         * shell/ev-page-action.c: (update_label), (update_spin),
13706         (value_changed_cb), (create_tool_item), (connect_proxy),
13707         (ev_page_action_init), (ev_page_action_finalize),
13708         (ev_page_action_set_property), (ev_page_action_get_property),
13709         (ev_page_action_set_current_page),
13710         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13711         * shell/ev-page-action.h:
13712
13713         Implement a page switcher in the toolbar
13714
13715         * shell/ev-view.c: (ev_view_scroll_view):
13716         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13717         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13718         (register_custom_actions), (ev_window_init):
13719
13720         Change page on PageUp/Down.
13721
13722 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13723
13724         * pdf/xpdf/pdf-document.cc
13725         (pdf_document_thumbnails_get_thumbnail): initial stab at
13726         implementing thumbnail support for pdfs.  It only does documents
13727         with precached pdfs now.
13728
13729 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13730
13731         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13732         thumbnail code into a time-based idle as well.  Also, turn off the
13733         shadow temporarily as it's really slow.
13734
13735 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13736
13737         * backend/ev-document.c: (ev_document_class_init):
13738         * pdf/xpdf/pdf-document.cc:
13739         * shell/ev-window.c: (ev_window_open):
13740
13741         Fix document title bugs and fallback to
13742         filename when not available.
13743
13744 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13745
13746         * backend/ev-document.c: (ev_document_get_type),
13747         (ev_document_class_init), (ev_document_load),
13748         (ev_document_get_title):
13749         * backend/ev-document.h:
13750         * pdf/xpdf/pdf-document.cc:
13751         * ps/ps-document.c: (ps_document_set_property),
13752         (ps_document_get_property), (ps_document_class_init),
13753         (document_load):
13754         * ps/ps-document.h:
13755         * ps/ps.h:
13756         * shell/ev-window.c: (update_window_title), (ev_window_open),
13757         (ev_window_init):
13758
13759         Initial support for document title. Not working yet.
13760
13761 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13762
13763         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13764
13765         Grab focus on the view when clicking it
13766
13767 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13768
13769         * shell/ev-marshal.list:
13770         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13771         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13772
13773         Add key bindings to the view. Now if the focus would work
13774         right...
13775
13776 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13777
13778         * Makefile.am:
13779         * backend/Makefile.am:
13780         * data/Makefile.am:
13781         * dvi/Makefile.am:
13782         * dvi/dvilib/Makefile.am:
13783         * pdf/xpdf/Makefile.am:
13784         * po/POTFILES.in:
13785         * ps/Makefile.am:
13786
13787         Fix distcheck
13788
13789 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13790
13791         * shell/ev-view.c: (ev_view_realize):
13792
13793         Fix mouse wheel scrolling
13794
13795 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13796
13797         * ps/Makefile.am:
13798         * ps/gstypes.h:
13799         * ps/gtkgs.c:
13800         * ps/gtkgs.h:
13801         * ps/ps-document.c: (catchPipe), (ps_document_init),
13802         (ps_document_class_init), (ps_document_cleanup),
13803         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13804         (set_up_page), (close_pipe), (is_interpreter_ready),
13805         (interpreter_failed), (output), (input), (start_interpreter),
13806         (stop_interpreter), (file_length), (file_readable),
13807         (check_filecompressed), (check_pdf), (compute_xdpi),
13808         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13809         (ps_document_get_type), (ps_document_emit_error_msg),
13810         (document_load), (ps_document_next_page),
13811         (ps_document_get_current_page), (ps_document_get_page_count),
13812         (ps_document_goto_page), (ps_document_set_page_size),
13813         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13814         (ps_document_load), (ps_document_get_n_pages),
13815         (ps_document_set_page), (ps_document_get_page),
13816         (ps_document_widget_event), (ps_document_set_target),
13817         (ps_document_set_scale), (ps_document_set_page_offset),
13818         (ps_document_get_page_size), (ps_document_render),
13819         (ps_document_document_iface_init):
13820         * ps/ps-document.h:
13821         * ps/ps.c:
13822         * shell/ev-window.c: (ev_window_open):
13823
13824         Rename GtkGS to PSDocument
13825
13826 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13827
13828         * ps/gtkgs.c: (gtk_gs_class_init):
13829         * ps/gtkgs.h:
13830
13831         Some more leftover...
13832
13833 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13834
13835         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13836         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13837         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13838         * ps/gtkgs.h:
13839
13840         Remove unused code and make a lot of stuff private
13841
13842 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13843
13844         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13845         (gtk_gs_defaults_changed):
13846         * ps/gsdefaults.h:
13847         * ps/gtkgs.c:
13848         * ps/gtkgs.h:
13849         * ps/ps.h:
13850
13851         Cleanup headers dependencies
13852
13853 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13854
13855         * ps/Makefile.am:
13856         * ps/ggvutils.c:
13857         * ps/ggvutils.h:
13858         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13859         * ps/gsdefaults.h:
13860         * ps/gtkgs.c: (file_length), (file_readable),
13861         (check_filecompressed), (check_pdf), (gtk_gs_load),
13862         (gtk_gs_get_postscript):
13863
13864         Get rid of ggvutils
13865
13866 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13867
13868         * ps/ggvutils.c:
13869         * ps/ggvutils.h:
13870         * ps/gsio.h:
13871         * ps/gtkgs.c: (gtk_gs_set_zoom):
13872
13873         Cleanups
13874
13875 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13876
13877         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13878
13879         Ensure the page is rerendered when changing zoom
13880
13881 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13882
13883         * backend/ev-document.c: (ev_document_base_init),
13884         (ev_document_changed):
13885         * backend/ev-document.h:
13886
13887         Add a changed event that is emitted when the page content
13888         changes. This is necessary to deal with the fact that
13889         in ps backend rendering happen asycrounously.
13890         This makes the ps backend mostly work.
13891
13892         * pdf/xpdf/pdf-document.cc:
13893
13894         Emit changed event
13895
13896         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13897         (ps_document_set_target):
13898
13899         Emit changed event
13900
13901         * shell/ev-view.c: (document_changed_callback),
13902         (ev_view_set_document), (ev_view_set_page):
13903
13904         Redraw on the changed signal
13905
13906 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13907
13908         * configure.ac: Added pt_BR to ALL_LINGUAS.
13909
13910 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13911
13912         * backend/ev-document-bookmarks.c:
13913         (ev_document_bookmarks_get_child): *
13914         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13915         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13916         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13917         (ev_sidebar_bookmarks_destroy),
13918         (ev_sidebar_bookmarks_class_init),
13919         (ev_sidebar_bookmarks_construct), (stack_data_free),
13920         (do_one_iteration), (populate_bookmarks_idle),
13921         (ev_sidebar_bookmarks_clear_document),
13922         (ev_sidebar_bookmarks_set_document): *
13923         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13924         (ev_sidebar_add_page),
13925         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13926         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13927         it displays both the topics and the page numbers.
13928
13929 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13930
13931         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13932         toggle.
13933         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13934         visible.
13935
13936 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13937
13938         * configure.ac: Added en_CA to ALL_LINGUAS.
13939
13940 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13941
13942         * ChangeLog: replace bottom of this ChangeLog (merged history of
13943         ggv and gpdf; where all paths were wrong and most of the files are
13944         not even in this tree) with ChangeLog (from arch) of the shell
13945         code.
13946
13947 2004-12-23  Havoc Pennington  <hp@redhat.com>
13948
13949         * shell/ev-window.c: hook up potentially-questionable "find
13950         results status text" feature - something involving the sidebar or
13951         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13952         might be better in the end.
13953
13954         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13955         with corresponding signal when it should be updated
13956
13957         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13958
13959 2004-12-22  Havoc Pennington  <hp@redhat.com>
13960
13961         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13962         find stuff on other pages, sort of (only returns one result on
13963         invisible pages, to show they have results; updates full results
13964         for a page when you view it). Currently repaints the current page
13965         every time a new result is found on any page, which isn't so nice.
13966
13967 2004-12-22  Havoc Pennington  <hp@redhat.com>
13968
13969         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13970         the document doesn't support find (better ideas?)
13971         (find_bar_search_changed_cb): handle missing document or document
13972         that doesn't support find
13973
13974         * pdf/xpdf/pdf-document.cc: port to implement the new
13975         EvDocumentFindIface
13976
13977         * backend/ev-document-find.c: create a new interface for searching
13978
13979         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13980
13981 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13982
13983         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13984         libevbackend.la.
13985
13986         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13987         EvPrintJob constructor arguments.
13988
13989         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13990         for documents that can export PostScript (page by page).
13991
13992         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13993         
13994         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13995         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13996         (pdf_document_ps_exporter_iface_init:
13997         Implement EvPSExporter.
13998
13999         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14000
14001 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14002
14003         * backend/Makefile.am:
14004         * backend/ev-document-thumbnails.c:
14005         (ev_document_thumbnails_get_type),
14006         (ev_document_thumbnails_get_thumbnail):
14007         * backend/ev-document-thumbnails.h:
14008         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14009         (pixbuf_document_thumbnails_get_thumbnail),
14010         (pixbuf_document_document_thumbnails_iface_init):
14011         * shell/Makefile.am:
14012         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14013         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14014         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14015         * shell/ev-sidebar-thumbnails.h:
14016         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14017         (ev_sidebar_set_document):
14018         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14019         (create_shadow), (ev_pixbuf_add_shadow):
14020         * shell/ev-utils.h:
14021         Add thumbnail support.
14022         
14023 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14024
14025         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14026         (using_postscript_printer): Set up a print dialog for "PostScript
14027         injection" method.
14028
14029         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14030         EvPrintJob.
14031
14032         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14033
14034 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14035
14036         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14037         (ps_document_set_target), (ps_document_get_page_size),
14038         (ps_document_render):
14039         * ps/gtkgs.h:
14040
14041         Fix a few bugs
14042
14043 2004-12-22  Christian Rose  <menthos@menthos.com>
14044
14045         * configure.ac: Added "sv" to ALL_LINGUAS.
14046
14047 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14048
14049         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14050         document supports bookmarks.
14051
14052 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14053
14054         * ps/ggvutils.c: (ggv_file_readable):
14055         * ps/ggvutils.h:
14056         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14057         (gtk_gs_get_postscript):
14058
14059         Remove unused utils
14060
14061 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14062
14063         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14064         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14065         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14066         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14067         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14068         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14069         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14070         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14071         (gtk_gs_set_antialiasing), (ps_document_load),
14072         (ps_document_render):
14073         * ps/gtkgs.h:
14074
14075         Another check point for the ps backend. Now I can get it to show
14076         pages!
14077
14078 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14079
14080         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14081         document setting code.
14082
14083 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14084
14085         * shell/eggfindbar.c: (entry_activate_callback):
14086         Animate the next button when activate is pressed.
14087         
14088 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14089
14090         * shell/ev-window.c: (ev_window_cmd_edit_find),
14091         (update_fullscreen_popup), (ev_window_fullscreen),
14092         (ev_window_unfullscreen), (ev_window_state_event_cb),
14093         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14094         Fix bugs in fullscreen code.
14095         
14096 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14097
14098         * Makefile.am:
14099         * configure.ac:
14100         * pixbuf/Makefile.am:
14101         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14102         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14103         (pixbuf_document_set_page), (pixbuf_document_get_page),
14104         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14105         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14106         (pixbuf_document_render), (pixbuf_document_begin_find),
14107         (pixbuf_document_end_find), (pixbuf_document_finalize),
14108         (pixbuf_document_class_init),
14109         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14110         * pixbuf/pixbuf-document.h:
14111         * shell/Makefile.am:
14112         * shell/ev-application.c: (ev_application_open):
14113         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14114         (ev_window_open):
14115         Add pixbuf backend.
14116         
14117 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14118
14119         * Makefile.am: 
14120         * dvi/dvilib/Makefile.am:
14121         * dvi/Makefile.am:
14122         * configure.ac: Auto*ify dvi and dvi/dvilib
14123
14124         * dvi/Makefile: Remove from CVS
14125         
14126         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14127         confusion.
14128
14129         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14130         
14131         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14132         
14133 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14134
14135         * ps/Makefile.am:
14136         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14137         (gtk_gs_value_adjustment_changed), (compute_size),
14138         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14139         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14140         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14141         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14142         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14143         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14144         (ps_document_load), (ps_document_get_n_pages),
14145         (ps_document_set_page), (ps_document_get_page),
14146         (ps_document_set_target), (ps_document_set_scale),
14147         (ps_document_set_page_offset), (ps_document_get_page_size),
14148         (ps_document_render), (ps_document_begin_find),
14149         (ps_document_end_find), (ps_document_document_iface_init):
14150         * ps/gtkgs.h:
14151         * shell/Makefile.am:
14152         * shell/ev-window.c: (ev_window_open):
14153
14154         Some work to integrate gtkgs with EvDocument
14155
14156 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14157
14158         * shell/ev-window.c: (update_fullscreen_popup),
14159         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14160         (exit_fullscreen_button_clicked_cb),
14161         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14162         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14163         (ev_window_state_event_cb), (ev_window_init):
14164         Add fullscreen support from Epiphany.
14165         
14166 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14167
14168         * data/ev-stock-zoom-fit-width.png: fit-width
14169         stock icon from gpdf.
14170         
14171         * shell/ev-stock-icons.[ch]: copied from gpdf.
14172         
14173         * shell/main.c: (main): init stock icons.
14174         
14175         * shell/ev-window.c: use the fit-width icon.
14176         
14177         * data/evince-ui.xml: add zooming toolbar items.
14178
14179 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14180
14181         * shell/ev-view.c: 
14182         (ev_view_best_fit), (ev_view_fit_width): because
14183         get_page_size() returns the scaled page size, we
14184         need to calculate the scale factor relative to
14185         the previous scale factor. Should really just
14186         add get_real_page_size().
14187
14188 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14189
14190         * shell/ev-view.[ch]:
14191         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14192         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14193         add zooming.
14194         
14195         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14196         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14197         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14198         hook it up.
14199         
14200         * pdf/xpdf/pdf-document.cc:
14201         (pdf_document_begin_find),
14202         (pdf_document_end_find): make static.
14203
14204 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14205
14206         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14207
14208         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14209         names to fontconfig patterns.
14210         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14211
14212         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14213         setupBaseFontsFc.
14214
14215 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14216
14217         * Makefile.am:
14218         * configure.ac:
14219         * ps/Makefile.am:
14220         * ps/ggvutils.c:
14221         * ps/ggvutils.h:
14222         * ps/gsdefaults.c:
14223         * ps/gsdefaults.h:
14224         * ps/gsio.c:
14225         * ps/gsio.h:
14226         * ps/gtkgs.c:
14227         * ps/gtkgs.h:
14228         * ps/ps.c:
14229         * ps/ps.h:
14230
14231         Import ggv backend. Not hooked up yet.
14232
14233 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14234
14235         * shell/main.c: (load_files), (main): load files
14236         from the command line.
14237
14238 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14239
14240         * configure.ac: don't require bonobo.
14241         
14242         * cut-n-paste/recent-files/*: kill bonobo recent
14243         view.
14244
14245         * shell/ev-window.c:
14246         (ev_window_is_empty): upd.
14247         (unable_to_load), (ev_window_open): load backend
14248         based on the mime type.
14249
14250 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14251
14252         * backend/.cvsignore: ignore generated marshalers source.
14253
14254         * shell/main.c (main): this is not epiphany.
14255
14256 2004-12-22  Havoc Pennington  <hp@redhat.com>
14257
14258         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14259         (expose_bin_window): draw find highlights
14260
14261         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14262         
14263         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14264         (pdf_document_end_find): implement this interface
14265
14266         * backend/ev-document.c (ev_document_found): add this to emit
14267         signal
14268
14269 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14270
14271         * data/evince-ui.xml: Add a few more toolbar items.
14272
14273         * shell/ev-window.c: Hook up page navigation toolbar 
14274         items.
14275
14276         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14277         a page-changed signal.
14278
14279         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14280         Add ev_document_get_page().
14281
14282         * shell/ev-window.c: Sensitize/desensitize navigation
14283         actions.
14284
14285 2004-12-21  Havoc Pennington  <hp@redhat.com>
14286
14287         * backend/ev-backend-marshal.c,
14288         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14289         marshaler-generator thingy. I'm sure there's a better way to do
14290         this in the modern world.
14291
14292         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14293         end_find methods and "found" signal.
14294
14295         * configure.ac: find glib-genmarshal
14296
14297 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14298
14299         * shell/ev-sidebar.c: Construct an actual sidebar.
14300         * shell/ev-sidebar-bookmarks.[ch]:
14301         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14302
14303 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14304
14305         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14306         Redo size handling.
14307         
14308         * shell/ev-view.c: Track the size from the document.
14309
14310 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14311
14312         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14313         constructor assumes ownership of the string passed in.
14314         
14315         * shell/ev-window.c (ev_window_open): Destroy the error
14316         dialog once we've displayed it.
14317
14318 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14319
14320         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14321         a bit, it works! (sort of)
14322
14323         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14324         Move to .cc since we need to use C++ in the implementation.
14325
14326         * shell/dummy.cc: Add a CC file to force evince
14327         to be linked as a C++ program.
14328
14329 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14330
14331         * shell/ev-view.[ch]: Start of content-area widget.
14332
14333         * shell/ev-window.c: Create a EvView, update it
14334         as we change documents.
14335
14336         * shell/Makefile.am shell/ev-marshal.list: Add
14337         generated marshalers.
14338
14339 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14340
14341         * Makefile.am (SUBDIRS): move shell.
14342
14343 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14344
14345         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14346         .a to libtool convenience libraries.
14347
14348         * shell/ev-window.c (ev_window_open): Hard code loading
14349         a PDF document.
14350         
14351         * backend/ev-document.h: Add a boolean return to load(),
14352         fix GError * to GError **.
14353
14354         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14355         object for a PDF backend EvDocument.
14356
14357 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14358
14359         * dvi/*: New directory with the beginning of a .dvi backend.
14360
14361 2004-12-21  Havoc Pennington  <hp@redhat.com>
14362
14363         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14364         previous/next instead of back/forward
14365
14366 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14367
14368         * backend/ev-document.[ch]: Fix a couple of problems so
14369         it compile.
14370
14371 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14372
14373         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14374         to backend/ directory, rename EvViewer to EvDocument.
14375
14376 2004-12-21  Havoc Pennington  <hp@redhat.com>
14377
14378         * shell/ev-window.c: hook up the find bar widget; now we just need
14379         a document to find things in
14380
14381         * shell/eggfindbar.c: a find bar widget
14382
14383 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14384
14385         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14386
14387 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14388
14389         * pdf/**: Import of xpdf code from gpdf. 
14390
14391         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14392
14393         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14394         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14395         Fix FreeType includes.
14396
14397         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14398         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14399         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14400         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14401         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14402         Include xpdfconfig.h
14403         
14404 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14405
14406         * shell/ev-window.c (ev_window_dispose): dispose can be called
14407         multiple times.
14408
14409 2004-12-21  Havoc Pennington  <hp@redhat.com>
14410
14411         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14412         rather than Evince
14413
14414         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14415         items; really they should be synced with the strings, etc. from
14416         current gpdf, but just getting the boring typing out of the way 
14417
14418 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14419
14420         * po/POTFILES.in:
14421         * shell/ev-application.c: (window_destroy_cb):
14422         * shell/ev-window.c:
14423         * shell/main.c: (main):
14424
14425         Actually show the window...
14426
14427 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14428
14429         * Makefile.am:
14430         * shell/Makefile.am:
14431         * shell/ev-application.c: (ev_application_class_init):
14432         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14433
14434         Make it build again
14435
14436 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14437
14438         Import to gnome cvs.
14439         
14440         * Remove copies of gpdf and ggv trees.
14441         * Rip out all the recursive configure code.
14442         * Remove bonobo machinery.
14443         * viewer/*: GInterfaces that backends should/can implement.
14444
14445 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14446
14447         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14448         typo
14449
14450 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14451
14452         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14453         (ev_application_finalize, ev_application_class_init)
14454         (ev_application_init): use GType instance private data for priv.
14455
14456         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14457         (ev_window_finalize, ev_window_class_init)
14458         (ev_window_init): ditto.
14459
14460 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14461
14462         * shell/ev-application.c (ev_application_new_window): make public
14463         (ev_application_show_initial_window): kill.
14464
14465         * shell/ev-application.h: update prototypes.
14466
14467         * shell/main.cc (main): inline ev_application_show_initial_window.
14468
14469 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14470
14471         * shell/ev-application.c (ev_application_new_window): impl.
14472         (ev_application_show_initial_window): use it.
14473         (is_window_empty, ev_application_get_empty_window): returns an
14474         existing empty window or a new one.
14475         (ev_application_open): from ev_window_cmd_file_open.
14476
14477         * shell/ev-application.h: update prototypes
14478
14479         * shell/ev-window.c (ev_window_is_empty): impl.
14480         (ev_window_open): make public.
14481         (ev_window_cmd_file_open): use ev_application_open
14482
14483         * shell/ev-window.h: update prototypes, remove unused.
14484
14485 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14486
14487         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14488         move destroy handler out of here...
14489
14490         * shell/ev-application.c, shell/ev-application.h: ...into this new
14491         class. Also handles initial window creation.
14492
14493         * shell/main.cc (main): use EvApplication to create initial
14494         window.
14495
14496 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14497
14498         * Makefile.am (SUBDIRS): add cut-n-paste
14499
14500         * cut-n-paste/Makefile.am: add
14501
14502         * configure.ac: generate Makefiles in cut-n-paste
14503
14504 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14505
14506         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14507         (ev_window_class_init): install ev_window_dispose.
14508
14509 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14510
14511         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14512         char (gchar looks stupid).
14513
14514 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14515
14516         * po/de.po: updated German translation.
14517
14518 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14519
14520         * configure.ac: add more pkg-config library checks for gnome-vfs,
14521         bonobo etc.
14522
14523         * gpdf/configure.in: temporarily disable libpaper
14524         checks. Otherwise I'd have to add the checks for the shell, too.
14525
14526 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14527
14528         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14529         and * file filters to the file choose.
14530
14531 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14532
14533         * po/de.po: Updated German translation.
14534
14535 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14536
14537         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14538
14539 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14540
14541         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14542
14543         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14544         (ev_window_init): implement those menuitems.
14545
14546 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14547
14548         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14549
14550         * shell/ev-window.c (ev_window_init): use the toolbar.
14551
14552 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14553
14554         * shell/ev-window.c (ev_window_init): use menu translations
14555
14556 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14557
14558         * configure.ac: add "de" to ALL_LINGUAS.
14559
14560         * po/de.po: add German translation.
14561
14562 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14563
14564         * Makefile.am (SUBDIRS): add po
14565
14566         * configure.ac: check intltool, glib-gettext etc, generate
14567         po/Makefile.in
14568
14569         * po, po/POTFILES.in, po/POTFILES.skip: new.
14570
14571 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14572
14573         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14574         already use (#ifdef ENABLE_NLS)
14575
14576         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14577         pointer indirection thinko.
14578
14579         * shell/main.c: include gi18n.h for bindtextdomain etc.
14580
14581 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14582
14583         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14584         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14585         tooltips for menu items in the statusbar.
14586
14587 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14588
14589         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14590         pkgdatadir drop UIDIR
14591
14592 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14593
14594         * data/evince-ui.xml: Add File->Open menu item
14595
14596         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14597         chooser), hook it up in the ui manager.
14598
14599 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14600
14601         * shell/ev-window.c: fix Help->About tooltip.
14602
14603 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14604
14605         * configure.ac: set CFLAGS for libevprivate.
14606
14607         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14608         definitions, factory etc.
14609
14610         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14611
14612         * shell/Makefile.am: link against libevprivate.a.
14613
14614         * shell/ev-window.c (entries): add stock icon to Help->About.
14615
14616         * shell/main.c (main): init stock icon code.
14617
14618 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14619
14620         * lib/recent-files: egg recent files code
14621
14622         * lib/Makefile.am: add.
14623
14624         * Makefile.am: add lib subdir.
14625
14626         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14627         set CFLAGS for recent-files.
14628
14629 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14630
14631         * configure.ac: disable -ansi and -pedantic gcc flags. They
14632         disable POSIX stuff in stdio.h, but egg-recent uses them.
14633
14634 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14635
14636         * configure.ac: add --disable-deprecated flag (defaults to on in
14637         "cvs" builds).
14638
14639         * shell/Makefile.am (INCLUDES): use it.
14640
14641 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14642
14643         * shell/main.c: add missing #include.
14644
14645         * shell/ev-window.c: fix for pedantic gcc.
14646         (ev_window_cmd_help_about): split license into paragraphs for
14647         translators and pedantic compilers.
14648
14649 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14650
14651         * configure.ac: add more warning flags if compiling with gcc from
14652         cvs (or explicitly requested with --enable-more-warnings).
14653
14654 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14655
14656         * data/evince-ui.xml: add File and File->Close menu.
14657
14658         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14659         (ev_window_destroy): quit after destroy.
14660         (ev_window_class_init): override GtkObject::destroy.
14661         (entries): install close_window callback.
14662
14663 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14664
14665         * Makefile.am (SUBDIRS): add data subdir.
14666
14667         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14668         gtk+ 2.5.0 for GtkAboutDialog.
14669
14670         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14671         main window.
14672
14673         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14674
14675         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14676         manager.
14677         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14678
14679 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14680
14681         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14682
14683 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14684
14685         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14686
14687 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14688
14689         * shell/*: Added shell directory boilerplate, build it.
14690
14691 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14692
14693         * configure.ac, Makefile.am: Added top-level configure.ac and
14694         Makefile.am