]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Change ev_window_error_message and ev_window_warning_message to receive a
[evince.git] / ChangeLog
1 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (ev_window_error_message),
4         (ev_window_warning_message), (ev_window_set_document),
5         (ev_window_load_job_cb), (ev_window_load_remote_failed),
6         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
7         (ev_window_cmd_help_contents), (launch_external_uri),
8         (image_save_dialog_response_cb),
9         (ev_attachment_popup_cmd_open_attachment),
10         (attachment_save_dialog_response_cb):
11
12         Change ev_window_error_message and ev_window_warning_message to
13         receive a EvWindow instead of a GtkWindow. It's more consistent
14         and avoids unneeded casts.
15         
16 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
17
18         * shell/ev-window.c: (ev_window_cmd_help_contents):
19
20         Use gtk_show_uri() when availale to display help contents.
21         
22 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
23
24         * configure.ac:
25         * backend/pdf/ev-poppler.cc:
26         * properties/ev-properties-view.c:
27         * shell/Makefile.am:
28         * shell/ev-tooltip.[ch]: Removed
29         * shell/ev-view-private.h
30         * shell/eggfindbar.c:
31         * shell/ev-application.c:
32         * shell/ev-open-recent-action.c:
33         * shell/ev-sidebar-thumbnails.c:
34         * shell/ev-view.c:
35         * shell/ev-window.c:
36
37         Bump GTK+ requirement to 2.12.
38         
39 2008-10-27 Christian Persch <chpe@gnome.org>
40
41         * backend/djvu/djvu-document.c
42         * backend/dvi/cairo-device.c
43         * cut-n-paste/evmountoperation/ev-mount-operation.h
44         * cut-n-paste/gedit-message-area/gedit-message-area.h
45         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
46         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
47         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
48         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
49         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
50         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
51         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
52         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
53         * cut-n-paste/zoom-control/ephy-zoom-action.c
54         * cut-n-paste/zoom-control/ephy-zoom-action.h
55         * cut-n-paste/zoom-control/ephy-zoom-control.c
56         * cut-n-paste/zoom-control/ephy-zoom-control.h
57         * libdocument/ev-async-renderer.h
58         * libdocument/ev-document-factory.c
59         * libdocument/ev-document-misc.h
60         * libdocument/ev-image.h
61         * libdocument/ev-selection.h
62         * shell/ev-properties-fonts.h
63         * shell/ev-stock-icons.h
64         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
65         directly. Bug #558064.
66
67 2008-10-27 Christian Persch <chpe@gnome.org>
68
69         * cut-and-paste/smclient/*: Update from libegg.
70
71 2008-10-27 Christian Persch <chpe@gnome.org>
72
73         * backend/djvu/djvu-document.c
74         * backend/ps/ev-spectre.c
75         * shell/ev-jobs.c: Use printf safely. Bug #558066.
76
77 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
78
79         * shell/ev-view.c (ev_view_change_page),
80         (ev_view_transition_animation_finish),
81         (ev_view_transition_animation_cancel), (page_changed_cb),
82         (ev_view_set_presentation), (ev_view_next_page),
83         (ev_view_previous_page):
84         
85         Cancel the animation without scheduling transition start
86         and proceed to the next page to fix bug #516749.
87
88 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * NEWS:
91         * configure.ac:
92
93         Update for release 2.24.1
94         
95 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
96
97         * shell/ev-window.c: (ev_window_cmd_view_presentation):
98
99         Disable toggle function of F5 when in presentation mode. Patch by
100         Dave Neary. Fixes bug #556162.
101         
102 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
103
104         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
105         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
106         (ev_sidebar_thumbnails_fill_model),
107         (ev_sidebar_thumbnails_refresh),
108         (ev_sidebar_thumbnails_set_document):
109
110         Instead of using only one loading icon for thumbnails based on the
111         size of the first page, create an icon for every different page
112         size. Fixes bug #556264.
113         
114 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
115
116         * shell/ev-page-cache.c: (ev_page_cache_finalize):
117
118         Fix memory leak.
119         
120 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
121
122         * shell/ev-window-title.c (ev_window_title_sanitize_title):
123
124         Removes bad prefixes from window title. Patch by 
125         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
126         
127 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
128
129         * shell/ev-window.c: (launch_external_uri):
130
131         Do not consider mailto links as http uris. Fixes bug #555801.
132         
133 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
134
135         * shell/ev-view.c: (merge_selection_region), (clear_selection):
136
137         Fix memory leak. Fixes bug #555134.
138         
139 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
142
143         Emit the job finished signal when the job is handled before the
144         page_ready callback.
145         
146 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
147
148         * shell/ev-window.c: (launch_action):
149
150         Use GdkAppLaunchContext when available to launch external
151         applications.
152         
153 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
154
155         * shell/ev-window.c: (launch_action):
156
157         Fix launching external applications for launch actions which seems
158         to be broken since the gio port. Fixes bug #554500.
159         
160 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
161
162         * backend/dvi/Makefile.am:
163         * backend/dvi/cairo-device.c:
164         * backend/dvi/dvi-document.c:
165         * backend/dvi/mdvi-lib/Makefile.am:
166
167         Fix several compile warnings in the dvi backend.
168         
169 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
170
171         * backend/dvi/mdvi-lib/common.h:
172         * backend/dvi/mdvi-lib/dviread.c:
173         * backend/dvi/mdvi-lib/font.c:
174         * backend/dvi/mdvi-lib/fontmap.c:
175         * backend/dvi/mdvi-lib/fontsrch.c:
176         * backend/dvi/mdvi-lib/gf.c:
177         * backend/dvi/mdvi-lib/pagesel.c:
178         * backend/dvi/mdvi-lib/pk.c:
179         * backend/dvi/mdvi-lib/sp-epsf.c:
180         * backend/dvi/mdvi-lib/special.c:
181         * backend/dvi/mdvi-lib/tfm.c:
182         * backend/dvi/mdvi-lib/tfmfile.c:
183         * backend/dvi/mdvi-lib/util.c:
184         * backend/dvi/mdvi-lib/vf.c:
185
186         Rename error as mdvi_error to avoid symbol conflicts with the libc
187         error. Rename also message, crash, fatal and warning for
188         consistency. Fixes bug #553369.
189         
190 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
191
192         * backend/dvi/dvi-document.c: (dvi_document_load):
193
194         Fix memory leak.
195         
196 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
197
198         * backend/dvi/dvi-document.c:
199
200         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
201         G_IMPLEMENT_INTERFACE.
202         
203 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
204
205         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
206
207         Make sure copy_job_page_and_selection_to_job_info is always called
208         before copy_job_to_job_info. Fixes bug #552382.
209         
210 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
211
212         * NEWS:
213         * configure.ac:
214
215         Update for release 2.24.0
216         
217 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
218
219         * shell/ev-window.c: (launch_external_uri):
220
221         Use GdkAppLaunchContext when available to launch external uris.
222         
223 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
224
225         * shell/ev-window.c: (launch_external_uri):
226
227         Use the message area to show errors when lauching external uris
228         instead of a popup window.
229         
230 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
231
232         * shell/ev-window.c: (launch_external_uri):
233
234         Assume invalid uris are http uris. Fixes bug #552071.
235         
236 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
237
238         * NEWS:
239         * configure.ac:
240
241         Update for release 2.23.92.
242         
243 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
244
245         * shell/eggfindbar.c: (egg_find_bar_class_init):
246
247         Allow page scrolling with PageUp/PageDown keys when find bar is
248         active. Fixes bug #529833.
249         
250 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
251
252         * shell/ev-view-private.h:
253         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
254         (ev_view_scroll), (ev_view_class_init):
255         * shell/ev-view-accessible.c:
256         (ev_view_accessible_action_do_action):
257         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
258         (ev_window_cmd_scroll_backward):
259
260         Use GtkScrollType instead of EvScrollType.
261         
262 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
263
264         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
265         
266         Patch for case unsensitive page label match by Michael Lee.
267         See bug #550136.
268         
269         * shell/ev-page-action.c (create_tool_item):    
270         * test/Makefile.am:
271         * test/test1.py:
272         * test/test4.py:
273         * test/test5.py:
274         
275         Added test for the above and updated other tests.
276
277 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * shell/ev-window.c: (image_save_dialog_response_cb):
280
281         Do not append the file extension twice when saving an image.
282         
283 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
284
285         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
286
287         Remove an invalid ifdef.
288         
289 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
290
291         * shell/ev-view.c: (ev_view_motion_notify_event):
292
293         Make sure the cursor is correctly restored after showing the right
294         click menu.
295         
296 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
297
298         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
299         (ev_attachment_open):
300         * shell/ev-sidebar-attachments.c:
301         (ev_sidebar_attachments_button_press):
302         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
303
304         Use GdkAppLaunchContext when available to open attachments.
305         
306 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
309
310         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
311         by Eric Piel.
312         
313 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
314
315         * shell/ev-application.c: (ev_application_get_media_keys):
316         * shell/ev-media-player-keys.[ch]:
317         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
318         (ev_media_player_keys_grab_keys),
319         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
320         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
321         * shell/ev-window.[ch]: (ev_window_dispose),
322         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
323         (ev_window_init):
324
325         Clean up the media player keys stuff.
326         
327 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
328
329         * NEWS:
330         * configure.ac:
331
332         Update for release 2.23.91.
333         
334 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * cut-n-paste/smclient/eggsmclient-xsmp.c:
337         (sm_client_xsmp_set_initial_properties):
338
339         Fix memory leak.
340         
341 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
342
343         * shell/ev-application.c: (ev_application_open_window),
344         (ev_application_open_uri_at_dest):
345
346         Make sure evince starts up in the right workspace when resuming a
347         previous session.
348         
349 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
350
351         * shell/ev-application.[ch]: (ev_application_open_window),
352         (ev_application_add_icon_path_for_screen),
353         (ev_application_open_uri_at_dest):
354
355         Fix window manager warnings shown in ~/.xsession-errors
356         
357 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
358
359         * configure.ac:
360         * cut-n-paste/Makefile.am:
361         * cut-n-paste/smclient/Makefile.am:
362         * cut-n-paste/smclient/eggdesktopfile.[ch]:
363         * cut-n-paste/smclient/eggsmclient-private.h:
364         * cut-n-paste/smclient/eggsmclient-xsmp.c:
365         * cut-n-paste/smclient/eggsmclient.[ch]:
366
367         EggSMClient copied from libegg
368
369         * libdocument/ev-file-helpers.c: (ev_dot_dir):
370         * shell/Makefile.am:
371         * shell/ev-application.[ch]: (ev_application_load_session),
372         (smclient_save_state_cb), (smclient_quit_cb),
373         (ev_application_init_session), (ev_application_shutdown),
374         (ev_application_init):
375         * shell/main.c: (main):
376
377         Use EggSMClient instead of gnome-client and remove libgnome and
378         libgnomeui dependencies.
379         
380 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
381
382         * shell/main.c: (main):
383
384         Remove gnome_authentication_manager_init.
385         
386 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
387
388         * shell/ev-view.c: (ev_view_goto_window_create):
389
390         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
391         since it's now deprecated.
392         
393 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
394
395         * backend/djvu/Makefile.am:
396         * backend/djvu/djvu-document-private.h:
397         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
398         (djvu_document_find_iface_init):
399         * backend/djvu/djvu-text-page.[ch]:
400         * backend/djvu/djvu-text.[ch]: Removed
401         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
402         (pdf_document_find_iface_init):
403         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
404         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
405         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
406         (ev_job_find_get_n_results), (ev_job_find_get_progress),
407         (ev_job_find_has_results), (ev_job_find_get_results):
408         * shell/ev-view-private.h:
409         * shell/ev-view.[ch]: (ev_view_expose_event),
410         (highlight_find_results), (ev_view_finalize),
411         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
412         (ev_view_set_document), (ev_view_find_get_n_results),
413         (ev_view_find_get_result), (jump_to_find_result),
414         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
415         (ev_view_find_previous), (ev_view_find_search_changed),
416         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
417         * shell/ev-window.c: (ev_window_update_actions),
418         (page_changed_cb), (ev_window_setup_document),
419         (ev_window_update_find_status_message),
420         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
421         (ev_window_clear_find_job), (find_bar_close_cb),
422         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
423         (ev_window_dispose), (ev_window_init):
424
425         Rework find interface. The find logic has been moved from backends
426         to the shell avoiding a lot of duplicated code in the backends and
427         making easier to implement the find interface in the backends.
428         
429 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
430
431         * backend/pdf/ev-poppler.cc:
432         (pdf_document_thumbnails_get_dimensions):
433
434         Make sure thumbnail size returned by the PDF is actually
435         valid. Fixes bug #548462.
436         
437 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
438
439         * shell/ev-window.c: (ev_window_setup_document),
440         (ev_window_set_document), (ev_window_dispose):
441
442         Remove the idle function for setting the document up when the
443         window is destroyed. Fixes bug #549163.
444         
445 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
446
447         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
448         (ev_job_attachments_dispose), (ev_job_attachments_run),
449         (ev_job_attachments_class_init), (ev_job_attachments_new):
450         * shell/ev-sidebar-attachments.c:
451         (ev_sidebar_attachments_set_document):
452
453         Add a new job to get the attachments in a thread with the document
454         lock held. Fixes bug #548653.
455         
456 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
459         (tiff_document_document_iface_init):
460
461         Implement document_get_page_label in tiff backend.
462         
463 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
464
465         * backend/tiff/tiff-document.c: (tiff_document_render):
466
467         Handle document orientation in tiff backend. Fixes bug #548444.
468         
469 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
470
471         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
472
473         Do not crash when adjustment page size is 0. Fixes bug #547440.
474         
475 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * cut-n-paste/evmountoperation/ev-mount-operation.c:
478
479         Sync with current GTK+.
480         
481 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
482
483         * configure.ac:
484         
485         Update for release 2.23.6.
486
487 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
488
489         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
490         (ev_job_load_set_password):
491         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
492         * shell/ev-window.c: (password_dialog_response),
493         (ev_window_load_job_cb):
494
495         Fix loading encrypted documents since I broke it with the jobs
496         rework.
497         
498 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
499
500         * NEWS:
501
502         Update NEWS for 2.23.6 release.
503         
504 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
505
506         * backend/impress/impress-document.c:
507         * backend/impress/render.h:
508         * libdocument/ev-document-factory.c:
509         * libdocument/ev-document-factory.h:
510         * libdocument/ev-document-links.h:
511         * libdocument/ev-document-misc.c:
512         * libdocument/ev-document-misc.h:
513         * properties/ev-properties-main.c:
514         * properties/ev-properties-view.c:
515         * properties/ev-properties-view.h:
516         * shell/eggfindbar.c:
517         * shell/eggfindbar.h:
518         * shell/ev-application.c:
519         * shell/ev-application.h:
520         * shell/ev-jobs.h:
521         * shell/ev-message-area.h:
522         * shell/ev-navigation-action.c:
523         * shell/ev-navigation-action.h:
524         * shell/ev-open-recent-action.c:
525         * shell/ev-open-recent-action.h:
526         * shell/ev-page-action-widget.c:
527         * shell/ev-page-action.c:
528         * shell/ev-page-action.h:
529         * shell/ev-page-cache.h:
530         * shell/ev-password-view.h:
531         * shell/ev-password.h:
532         * shell/ev-pixbuf-cache.h:
533         * shell/ev-properties-fonts.c:
534         * shell/ev-sidebar-attachments.c:
535         * shell/ev-sidebar-links.c:
536         * shell/ev-sidebar-links.h:
537         * shell/ev-sidebar-thumbnails.c:
538         * shell/ev-sidebar-thumbnails.h:
539         * shell/ev-sidebar.c:
540         * shell/ev-sidebar.h:
541         * shell/ev-stock-icons.c:
542         * shell/ev-tooltip.h:
543         * shell/ev-view.c:
544         * shell/ev-view.h:
545         * shell/ev-window.c:
546         * shell/ev-window.h:
547         * shell/main.c:
548
549         More #include cleanups. Again: reordering, single gtk.h
550         includes and other stuff.
551
552 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
553
554         * shell/eggfindbar.c:
555         * shell/ev-application.c:
556         * shell/ev-message-area.c:
557         * shell/ev-navigation-action.c:
558         * shell/ev-open-recent-action.c:
559         * shell/ev-page-action-widget.c:
560         * shell/ev-page-action.c:
561         * shell/ev-password-view.c:
562         * shell/ev-properties-dialog.c:
563         * shell/ev-properties-fonts.c:
564         * shell/ev-sidebar-attachments.c:
565         * shell/ev-sidebar-page.c:
566         * shell/ev-sidebar-thumbnails.c:
567         * shell/ev-stock-icons.c:
568         * shell/ev-tooltip.c:
569         * shell/ev-view.c:
570         * shell/ev-window.c:
571         * shell/main.c:
572
573         Cleanup many #include statements: reorder so that a
574         generic-to-specific order is used, use single gtk.h
575         includes, and some other cleanups.
576
577 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
578
579         * shell/ev-jobs.h:
580
581         Add gio header.
582         
583 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
584
585         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
586         (ev_document_fc_mutex_trylock):
587         * shell/Makefile.am:
588         * shell/ev-job-queue.[ch]:
589         * shell/ev-job-scheduler.[ch]:
590         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
591         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
592         (ev_job_run), (ev_job_cancel), (ev_job_failed),
593         (ev_job_failed_from_error), (ev_job_succeeded),
594         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
595         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
596         (ev_job_links_class_init), (ev_job_render_init),
597         (notify_page_ready), (ev_job_render_page_ready),
598         (ev_job_render_run), (ev_job_render_class_init),
599         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
600         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
601         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
602         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
603         (ev_job_save_dispose), (ev_job_save_run),
604         (ev_job_save_class_init), (ev_job_print_init),
605         (ev_job_print_dispose), (ev_job_print_run),
606         (ev_job_print_class_init):
607         * shell/ev-page-cache.c:
608         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
609         (check_job_size_and_unref), (move_one_job),
610         (copy_job_to_job_info), (add_job),
611         (ev_pixbuf_cache_add_jobs_if_needed):
612         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
613         (job_fonts_finished_cb), (job_fonts_updated_cb),
614         (ev_properties_fonts_set_document):
615         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
616         (ev_sidebar_links_set_document):
617         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
618         (ev_sidebar_thumbnails_set_document),
619         (ev_sidebar_thumbnails_clear_job):
620         * shell/ev-view-private.h:
621         * shell/ev-view.c:
622         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
623         (ev_window_refresh_window_thumbnail), (password_dialog_response),
624         (ev_window_clear_load_job), (ev_window_clear_reload_job),
625         (ev_window_load_job_cb), (ev_window_reload_job_cb),
626         (window_open_file_copy_ready_cb), (ev_window_open_uri),
627         (ev_window_reload_document), (ev_window_clear_save_job),
628         (ev_window_save_job_cb), (file_save_dialog_response_cb),
629         (ev_window_clear_print_job), (ev_window_print_job_cb),
630         (ev_window_print_dialog_response_cb):
631         * shell/main.c: (main):
632
633         Rework the jobs system in order to make it simpler and more
634         extensible. It allows to run jobs in the main loop instead of
635         using a thread when it's appropriate like the fonts job. Now it's
636         also possible to cancel jobs that are currently running. 
637         
638 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
639
640         * libdocument/ev-debug.c: (profile_init):
641
642         Create the hash table also when profiling service is enabled for
643         all sections.
644         
645 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * libdocument/ev-debug.[ch]: (ev_profiler_start),
648         (ev_profiler_stop):
649         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
650         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
651         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
652         (ev_job_print_run):
653         * shell/main.c: (main):
654
655         Add a profile mode available when debug is enabled. Add profilers
656         in ev-jobs.
657         
658 2008-07-23  Götz Waschk <waschk@mandriva.org>
659
660         * configure.ac: Correctly build desktop file. Fixes
661         bug #544237.
662
663 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
664
665         * configure.ac:
666         
667         Update for release 2.23.5.
668
669 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
670
671         * NEWS:
672
673         Update NEWS for 2.23.5 release.
674         
675 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
676
677         * shell/ev-window.c: (ev_window_state_event),
678         (ev_window_class_init):
679
680         Intercept window manager's fullscreen request in order to run/stop
681         fullscreen mode. Fixes bug #493541.
682         
683 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
684
685         * shell/ev-window.c: (find_bar_visibility_changed_cb):
686
687         Restart the job search when the find bar is opened for the second
688         time. Fixes bug #531956.
689         
690 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
691
692         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
693         (get_document_from_uri):
694
695         Make sure we always return a valid error struct when
696         get_document_from_uri fails. Fixes nautilus crash, see bug
697         #542548.
698         
699 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
700
701         * libdocument/ev-transition-effect.c
702         (ev_transition_effect_type_get_type),
703         (ev_transition_effect_alignment_get_type),
704         (ev_transition_effect_direction_get_type):
705         
706         Fixes bug #542924. Makes enums static to fix Solaris build.
707
708 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
709
710         * shell/ev-view.c: (ev_view_key_press_event):
711
712         Add '.' keybinding for blanking the screen in presentation
713         mode. Fixes bug #542001.
714         
715 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * libdocument/ev-document-misc.c:
718         (ev_document_misc_pixbuf_from_surface):
719
720         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
721         #540950.
722         
723 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
724
725         * backend/comics/comics-document.c (comics_document_load):
726         * backend/comics/comicsdocument.evince-backend.in:
727         * configure.ac:
728         * thumbnailer/evince-thumbnailer-comics.schemas.in:
729         
730         Added support for 7-zip based cb7 comic book. Patch by
731         Kartik Rustagi. Fixes bug #532312.
732
733 2008-06-24  Bastien Nocera  <hadess@hadess.net>
734
735         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
736         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
737         Fixes bug #539972.
738
739 2008-06-24  Bastien Nocera  <hadess@hadess.net>
740
741         * shell/Makefile.am:
742         * shell/ev-application.c (ev_application_init),
743         (ev_application_get_media_keys):
744         * shell/ev-application.h:
745         * shell/ev-marshal.list:
746         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
747         (proxy_destroy), (on_media_player_key_pressed),
748         (ev_media_player_keys_init), (ev_media_player_keys_focused),
749         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
750         * shell/ev-media-player-keys.h:
751         * shell/ev-window.c (ev_window_go_previous_page),
752         (ev_window_go_next_page), (ev_window_go_first_page),
753         (ev_window_go_last_page), (ev_window_start_presentation),
754         (ev_window_dispose), (view_actions_focus_in_cb):
755         * shell/ev-window.h: When building with D-Bus support, listen
756         for multimedia key events from gnome-settings-daemon. This allows
757         to go to the next/previous/first/last pages using, respectively,
758         Next/Previous/Rewing/Fast Forward. The Play button is used to start
759         a presentation. Fixes bug #539971.
760
761 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
762
763         * configure.ac:
764         
765         Update for release 2.23.4.
766
767 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
768
769         * NEWS:
770
771         Update news for 2.23.4 release.
772         
773 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
774
775         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
776         * shell/ev-sidebar-thumbnails.c:
777         (ev_sidebar_thumbnails_set_loading_icon),
778         (ev_sidebar_thumbnails_refresh):
779         * shell/ev-window.c: (ev_window_error_message),
780         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
781         (ev_window_set_document):
782
783         Do not crash opening documents with no pages and show a warning
784         message in the message area. Fixes bugs #537574 and #171588.
785         
786 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
787
788         * shell/Makefile.am:
789         * shell/ev-file-monitor.[ch]:
790         * shell/ev-window.c: (ev_window_document_changed),
791         (ev_window_clear_reload_job), (ev_window_load_job_cb),
792         (ev_window_reload_job_cb), (ev_window_open_uri),
793         (ev_window_reload_document), (ev_window_cmd_view_reload),
794         (ev_window_dispose):
795
796         Automaticly reload the document when the file has changed on
797         disk. Bug #304249.
798         
799 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
800
801         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
802         * libdocument/ev-image.c: (ev_image_save_tmp):
803         * libdocument/ev-module.c: (ev_module_load):
804         * shell/ev-application.c: (ev_application_shutdown),
805         (ev_application_get_print_settings):
806         * shell/ev-sidebar-attachments.c:
807         (ev_sidebar_attachments_button_press),
808         (ev_sidebar_attachments_drag_data_get):
809         * shell/ev-window.c: (window_save_file_copy_ready_cb),
810         (ev_window_print_finished), (ev_window_print_send),
811         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
812         (ev_window_preview_print_finished), (ev_window_do_preview_print),
813         (ev_window_cmd_preview_print):
814         * shell/main.c: (load_files_remote):
815         Fix some build warnings under GCC 4.3.0. (#537535).
816
817 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
818
819         * shell/ev-jobs.c: (ev_job_render_dispose):
820
821         Fix a crash in debug mode. Patch by Daniel M German.
822         
823 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
824
825         * shell/ev-window.c:
826
827         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
828         
829 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * shell/ev-window.c: (ev_window_print_send),
832         (ev_window_do_preview_print):
833
834         Use the window title as print job name instead of just
835         "evince-print". Fixes bug #534493.
836         
837 2008-05-19  Frederic Peters  <fpeters@0d.be>
838
839         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
840         Bug #533897.
841
842 2008-05-19  Frederic Peters  <fpeters@0d.be>
843
844         * help/reference/Makefile.am: added missing libevmountoperation to
845         gtkdoc-scanobj libraries.  Bug #533896.
846
847 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
848
849         * properties/ev-properties-view.c (get_default_user_units):
850         Fixes check for default units string translation. Bug #533323.
851
852 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
853
854         * backend/impress/iksemel.c (sax_core): Fix a free() that should
855         be an iks_free(). Fix an array overflow in the XML parser that
856         would occur whenever the number of attributes in a tag was greater
857         than 0 and divisible by 6. Fixes GNOME bug #530852.
858
859 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * backend/djvu/djvu-document-private.h:
862         * backend/djvu/djvu-links.c:
863         * backend/djvu/djvu-text.c:
864         * backend/djvu/djvu-document.c: (djvu_handle_events),
865         (djvu_wait_for_message), (djvu_document_load),
866         (document_get_page_size), (djvu_document_render),
867         (djvu_document_thumbnails_get_thumbnail),
868         (djvu_document_file_exporter_end):
869
870         Make sure load job doesn't finish successfully when the document
871         is not successfully decoded by libdjvu. Fixes bug #530202.
872         
873 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
874
875         * configure.ac:
876         * libdocument/Makefile.am:
877         * libdocument/ev-debug.[ch]:
878         * libdocument/ev-document.c:
879         * shell/ev-jobs.c: (ev_job_links_dispose),
880         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
881         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
882         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
883         (ev_job_render_page_ready), (ev_job_render_run),
884         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
885         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
886         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
887         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
888         (ev_job_print_new), (ev_job_print_run):
889         * shell/main.c: (main):
890
891         Add debug mode based on gedit code. Add debug messages in
892         ev-jobs.
893         
894 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
895
896         * libdocument/ev-document-factory.c: (get_document_from_uri):
897
898         Fix memory leak.
899         
900 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
901
902         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
903         (get_mime_type_from_data), (get_document_from_uri),
904         (ev_document_factory_get_document):
905         
906         Improved error message about file opening failture.
907         Bug #529129.
908
909 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
910
911         * data/evince-toolbar.xml:
912         
913         Allow to add SaveAs to toolbar.
914
915 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
916
917         * shell/ev-view-private.h:
918         * shell/ev-view.[ch]: (ev_view_button_release_event),
919         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
920         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
921         (ev_view_update_primary_selection), (clear_link_selected),
922         (ev_view_copy_link_address):
923         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
924
925         Update also the primary selection when copying a link
926         address. Fixes bug #520855.
927         
928 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * libdocument/ev-document-factory.c: (get_document_from_uri):
931
932         Use the pixbuf backend only when the mime type is not supported by
933         any of the other backend so that tiff documents, for instance, are
934         handled by the tiff backend instead of the pixbuf backend. fixes
935         bug #520290.
936         
937 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * cut-n-paste/Makefile.am:
940
941         Add evmountoperation to subdirs list.
942         
943 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * configure.ac:
946
947         Fix libspectre check in configure script. Fixes bug #528549.
948         
949 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
950
951         * configure.ac:
952         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
953         * shell/Makefile.am:
954         * shell/ev-window.c: (ev_window_load_remote_failed),
955         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
956
957         Add GtkMountOperation (renamed to avoid conflicts) to be able to
958         open documents in remote locations that are not mounted.
959         
960 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
961
962         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
963         (bitmap_convert_msb8):
964         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
965         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
966
967         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
968         
969 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
970
971         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
972         (ev_job_render_new), (ev_job_render_set_selection_info),
973         (ev_job_render_run):
974         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
975         (check_job_size_and_unref),
976         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
977         (add_job), (ev_pixbuf_cache_get_selection_surface):
978
979         Create the render context needed for rendering a page in the render
980         thread so that we don't block the main thread. Simplify
981         EvJobRender API.
982         
983 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
984
985         * libdocument/Makefile.am:
986         * libdocument/ev-page.[ch]:
987         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
988         (ev_render_context_new), (ev_render_context_set_page):
989         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
990         (ev_form_field_finalize), (ev_form_field_class_init):
991         * libdocument/ev-document-forms.[ch]:
992         (ev_document_forms_get_form_fields):
993         * libdocument/ev-document.[ch]: (ev_document_get_page),
994         (ev_document_get_page_size), (ev_document_get_page_label):
995         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
996         (ev_job_render_run), (ev_job_thumbnail_new),
997         (ev_job_thumbnail_run), (ev_job_print_run):
998         * shell/ev-page-cache.c: (ev_page_cache_new):
999         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1000         (check_job_size_and_unref), (add_job):
1001         * shell/ev-sidebar-thumbnails.c: (add_range):
1002         * shell/ev-view.c: (ev_view_form_field_get_region),
1003         (ev_view_form_field_button_create_widget),
1004         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1005         (ev_view_handle_form_field), (ev_view_size_allocate),
1006         (get_selected_text):
1007         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1008         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1009         (pdf_document_get_page), (pdf_document_get_page_label),
1010         (pdf_document_render), (pdf_document_get_info),
1011         (pdf_document_document_iface_init),
1012         (pdf_document_thumbnails_get_thumbnail),
1013         (pdf_document_thumbnails_get_dimensions),
1014         (pdf_document_file_exporter_do_page),
1015         (pdf_selection_render_selection),
1016         (pdf_selection_get_selected_text),
1017         (pdf_selection_get_selection_region),
1018         (pdf_selection_get_selection_map),
1019         (pdf_document_forms_get_form_fields),
1020         (pdf_document_forms_form_field_text_get_text),
1021         (pdf_document_forms_form_field_text_set_text),
1022         (pdf_document_forms_form_field_button_set_state),
1023         (pdf_document_forms_form_field_button_get_state),
1024         (pdf_document_forms_form_field_choice_get_item),
1025         (pdf_document_forms_form_field_choice_get_n_items),
1026         (pdf_document_forms_form_field_choice_is_item_selected),
1027         (pdf_document_forms_form_field_choice_select_item),
1028         (pdf_document_forms_form_field_choice_toggle_item),
1029         (pdf_document_forms_form_field_choice_unselect_all),
1030         (pdf_document_forms_form_field_choice_set_text),
1031         (pdf_document_forms_form_field_choice_get_text):
1032         * backend/ps/ev-spectre.c: (ps_document_get_page),
1033         (ps_document_get_page_size), (ps_document_get_page_label),
1034         (ps_document_render), (ps_document_document_iface_init),
1035         (ps_document_file_exporter_do_page):
1036         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1037         (tiff_document_render), (tiff_document_render_pixbuf),
1038         (tiff_document_file_exporter_do_page):
1039         * backend/pixbuf/pixbuf-document.c:
1040         (pixbuf_document_get_page_size):
1041         * backend/comics/comics-document.c:
1042         (comics_document_get_page_size), (comics_document_render_pixbuf):
1043         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1044         (djvu_document_render), (djvu_selection_get_selected_text),
1045         (djvu_document_thumbnails_get_thumbnail),
1046         (djvu_document_file_exporter_do_page),
1047         (djvu_document_find_get_result):
1048         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1049         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1050         (dvi_document_thumbnails_get_thumbnail),
1051         (dvi_document_file_exporter_do_page):
1052         * backend/impress/impress-document.c:
1053         (impress_document_get_page_size),
1054         (impress_document_render_pixbuf):
1055         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1056
1057         Add EvPage so that we can hold a reference to the backend
1058         page. Form fields keep now a reference to the poppler page
1059         improving performance since we don't have to create/destroy the
1060         poppler field for every form operation. This will be needed for
1061         annotations too.
1062         
1063 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1064
1065         * data/evince-ui.xml:
1066         * shell/ev-window.c:
1067
1068         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1069         
1070 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1071
1072         * configure.ac:
1073         * backend/ps/Makefile.am:
1074
1075         Remove gs stuff from ps backend.
1076         
1077 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * configure.ac:
1080         * backend/pdf/ev-poppler.cc:
1081
1082         Bump poppler requirement to 0.8.0.
1083         
1084 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1085
1086         * NEWS:
1087         * configure.ac:
1088
1089         Update for release 2.22.1.1
1090
1091 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1092
1093         * configure.ac:
1094
1095         Fix build (again) when poppler version is 0.6
1096         
1097 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1098
1099         * backend/djvu/djvu-links.c: (build_tree):
1100
1101         Make sure link title is a valid utf8 string. Fixes bug #526517.
1102         
1103 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1104
1105         * configure.ac:
1106
1107         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1108         #526799.
1109         
1110 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1111
1112         * configure.ac:
1113         
1114         Update for release 2.22.1.
1115
1116 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1117
1118         * NEWS:
1119
1120         Update for upcoming release.
1121
1122 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1123
1124         * configure.ac:
1125         * backend/dvi/dvidocument.evince-backend.in:
1126
1127         Add compressed dvi to the list of supported mime types. Patch by
1128         Ed Catmur. Fixes bug #307087.
1129
1130 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1133
1134         Fix a crash when printing a range that doesn't specify the start or
1135         end page. Fixes bug #524288.
1136
1137 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1138
1139         * shell/ev-window.c: (ev_window_cmd_continuous),
1140         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1141         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1142         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1143         (ev_window_run_presentation), (ev_window_stop_presentation),
1144         (ev_window_cmd_view_presentation),
1145         (ev_window_cmd_leave_fullscreen),
1146         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1147
1148         Do not unfullscreen and fullscreen again the window when changing
1149         from fullscreen to presentation mode and vice versa. Fixes bug
1150         #524112.
1151         
1152 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1153
1154         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1155
1156         Do not crash when thumbnail failed to render in PS backend. Fixes
1157         bug #525015.
1158         
1159 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1160
1161         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1162         (ev_window_load_file_remote), (ev_window_open_uri):
1163
1164         Handle errors when opening remote files.
1165         
1166 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1167
1168         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1169
1170         Only grab the focus for the current visible proxy widget. Fixes
1171         bug #521224.
1172         
1173 2008-03-30  Emil Soleyman  <emil@nishra.com>
1174
1175         * shell/ev-window.c: (launch_external_uri):
1176         
1177         Reuse g_app_info_launch_default_for_uri to
1178         save some code and fix bug #525009.
1179
1180 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1181
1182         * shell/ev-window.c (image_save_dialog_response_cb):
1183
1184         Use g_str_has_suffix. See bug #523069.
1185
1186 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1187
1188         * configure.ac:
1189
1190         Add a configure option to enable/diable DBus. Patch by Rémi
1191         Cardona. Fixes bug 521797.
1192
1193 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1194
1195         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1196
1197         Fix printing in documents with rotated pages. Patch by Eugen
1198         Dedu. Fixes bug #512648.
1199         
1200 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1201
1202         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1203         (ev_link_from_action):
1204
1205         Fix warning messages.
1206         
1207 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1208
1209         * shell/ev-window.c: (image_save_dialog_response_cb):
1210
1211         Do not append the extension to filename when saving an image
1212         if the filename alredy contains the extension. Fixes bug #523069.
1213         
1214 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1215
1216         * shell/ev-view.[ch]: (ev_view_find_cancel):
1217         * shell/ev-window.c: (find_bar_close_cb):
1218
1219         Cancel the find operation when the find bar is closed. Fixes bug
1220         #508845.
1221         
1222 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1223
1224         * backend/ps/psdocument.evince-backend.in:
1225
1226         Make ps backend module resident. Fixes bug #520607.
1227         
1228 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1229
1230         * shell/ev-jobs.c: (ev_job_print_run):
1231
1232         Invert collate action in order to work as expected, fix reverse
1233         printing so that it doesn't start with a blank page and fix number
1234         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1235         
1236 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1237
1238         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1239
1240         Fix build with poppler <= 0.7.2
1241         
1242 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1243
1244         * libdocument/ev-document-misc.c:
1245         (ev_document_misc_surface_from_pixbuf):
1246
1247         Fix selections with poppler-splash.
1248         
1249 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1250
1251         * configure.ac:
1252         * backend/pdf/ev-poppler.cc:
1253
1254         Fix build with poppler >= 0.7.2
1255         
1256 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1257
1258         * configure.ac:
1259         
1260         Update for release 2.22.0
1261
1262 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1263
1264         * NEWS:
1265
1266         Update for upcoming release.
1267
1268 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1269
1270         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1271
1272         Bug 495107 – Handle print dialog responses correctly
1273
1274         Correctly handle print dialog response. Properly fixes
1275         the above mentioned bug.
1276
1277 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1278
1279         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1280
1281         Make sure print job is only run when the print button is
1282         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1283         
1284 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1285
1286         * backend/pdf/pdfdocument.evince-backend.in:
1287         * libdocument/ev-backends-manager.c:
1288         (ev_backends_manager_load_backend),
1289         (ev_backends_manager_get_document):
1290         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1291
1292         Allow making backend modules resident. This is needed only for
1293         some backends like pdf to avoid registering glib types more than
1294         once.
1295         
1296 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * backend/comics/comics-document.c:
1299         * backend/djvu/djvu-document.c:
1300         * backend/impress/impress-document.c:
1301         * backend/pdf/ev-poppler.cc:
1302         * backend/pixbuf/pixbuf-document.c:
1303         * backend/ps/ev-spectre.c:
1304         * backend/ps/ps-document.c:
1305         * backend/tiff/tiff-document.c:
1306         * libdocument/ev-document.h:
1307         * properties/ev-properties-main.c:
1308
1309         Use g_type_module_add_interface instead of
1310         g_type_add_interface_static. Fixes bug #519679.
1311         
1312 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1313
1314         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1315         Added. Returns whether the animation has everything necessary to run.
1316         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1317         is ready just because it's been created. Fixes #519106.
1318         (draw_one_page): Do not show the "Loading..." text in presentation
1319         mode, there was a slim probability that this could happen.
1320
1321 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1322
1323         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1324
1325         Duplicate mime_type string before freeing it so that it doesn't
1326         always fail when getting mime type from uri. Fixes bug #518874.
1327         
1328 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1329
1330         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1331
1332         Fix a crash when a choice form field doesn't have any item
1333         selected. Fixes bug #518831
1334         
1335 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1336
1337         * shell/ev-window.c (ev_window_clear_temp_file):
1338         Use g_file_has_prefix instead of renamed
1339         g_file_contains_file.
1340
1341         * configure.ac:
1342         Require new glib for above change.
1343         
1344 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1345
1346         * libdocument/ev-image.c: (ev_image_finalize),
1347         (ev_image_save_tmp):
1348
1349         Return a real uri instead of a filename when saving an
1350         image. Fixes images drag an drop from evince to nautilus. 
1351         
1352 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1353
1354         * backend/pdf/ev-poppler.cc:
1355         (pdf_document_images_get_image_mapping):
1356
1357         Return the image list in the right order. Fixes bug #516237.
1358         
1359 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1360
1361         * backend/impress/impress-document.c:
1362         (impress_document_thumbnails_get_thumbnail):
1363
1364         Remove unused variable to avoid a compiler warning.
1365
1366 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1367
1368         * configure.ac:
1369         
1370         Update for release 2.21.91.
1371
1372 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1373
1374         * configure.ac:
1375         * shell/Makefile.am:
1376         * shell/ev-application.[ch]:
1377         * shell/ev-sidebar-links.c:
1378         * shell/ev-utils.[ch]:
1379         * shell/ev-window.[ch]:
1380
1381         Remove libgnomeprint support. Fixes bug #512370.
1382         
1383 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1384
1385         * thumbnailer/evince-thumbnailer.c: (main):
1386
1387         Initialize glib type system before using it. Fixes bug #513934.
1388         
1389 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1390
1391         * properties/ev-properties-main.c:
1392
1393         Add missing #include.
1394         
1395 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1396
1397         * configure.ac:
1398         * backend/djvu/djvu-document.c: (djvu_document_render):
1399         * backend/tiff/tiff-document.c: (tiff_document_render):
1400
1401         Use the new cairo function cairo_format_stride_for_width when
1402         available. Fixes bug #482720.
1403
1404 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1405
1406         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1407         (get_mime_type_from_data), (get_document_from_uri):
1408
1409         Use g_content_type_guess() only when slow is true in
1410         get_document_from_uri(). Fix several memory leaks.
1411         
1412 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1413
1414         * libdocument/ev-document-factory.c:
1415         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1416         (get_document_from_uri):
1417
1418         Use g_content_type_guess () to get mimetype for files.
1419         Bug #510401.
1420
1421 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1422
1423         * thumbnailer/Makefile.am:
1424
1425         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1426         
1427 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1428
1429         * configure.ac:
1430
1431         Fix build with --without-libgnome. Fixes bug #512771.
1432         
1433 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1434
1435         * backend/dvi/Makefile.am: Install only dvi
1436         module. Fixes bug #512718.
1437
1438 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1439
1440         * properties/ev-properties-main.c: (nautilus_module_initialize):
1441         
1442         Initialize backends in properties tab. Fixes bug
1443         #512720.
1444
1445 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1446
1447         * properties/Makefile.am: No need to link with 
1448         libraries. Fixes bug #512719.
1449
1450 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1451
1452         * NEWS:
1453         * configure.ac:
1454         
1455         Update for release 2.21.90.
1456
1457 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1458
1459         * shell/ev-window.c: (ev_window_cmd_escape):
1460
1461         Fix compile warning.
1462         
1463 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1464
1465         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1466
1467         Fix printing in dvi backend when filename contains white
1468         espaces. Fixes bug #502839.
1469         
1470 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1471
1472         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1473         (screensaver_disable_x11):
1474         * shell/Makefile.am:
1475         * shell/xdg-user-dir-lookup.c: Removed
1476         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1477         * shell/ev-view.c: (ev_view_presentation_transition_start):
1478         * shell/ev-window.c: (ev_window_cmd_file_open),
1479         (ev_window_cmd_save_as), (presentation_set_timeout):
1480
1481         Remove #ifdefs that are no longer needed.
1482         
1483 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1484
1485         * shell/ev-view.[ch]: (ev_view_button_release_event),
1486         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1487         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1488         (ev_window_cmd_escape):
1489
1490         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1491         
1492 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1493
1494         * configure.ac:
1495         * backend/comics/comics-document.c: (comics_document_load):
1496         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1497         (ev_attachment_set_property), (ev_attachment_init),
1498         (ev_attachment_save), (ev_attachment_launch_app),
1499         (ev_attachment_open):
1500         * libdocument/ev-document-factory.c: (get_document_from_uri):
1501         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1502         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1503         * shell/ev-jobs.c:
1504         * shell/ev-password.c: (ev_password_dialog_set_property),
1505         (ev_password_dialog_save_password):
1506         * shell/ev-sidebar-attachments.c:
1507         (ev_sidebar_attachments_drag_data_get):
1508         * shell/ev-window-title.c: (get_filename_from_uri):
1509         * shell/ev-window.c: (ev_window_clear_temp_file),
1510         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1511         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1512         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1513         (launch_external_uri), (image_save_dialog_response_cb),
1514         (attachment_save_dialog_response_cb):
1515         * shell/main.c: (load_files), (load_files_remote), (main):
1516         * thumbnailer/evince-thumbnailer.c: (main):
1517
1518         Port to gio and drop gnome-vfs dependency. Fixes bug
1519         #510401. Based on patch by Cosimo Cecchi.
1520         
1521 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1522
1523         * NEWS:
1524
1525         Fixed formatting inconsistencies (spaces vs. tabs)
1526
1527 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1528
1529         * shell/ev-window.c:
1530
1531         Use top/up/bottom/down arrows instead of
1532         first/left/last/right in the toolbar and menu actions.
1533         This fixes issues with RTL languages and is visually
1534         consistent with the page view. Fixes bug #170081.
1535
1536 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1537
1538         * NEWS:
1539
1540         Fixed some inaccuracies pointed out by Carlos Garcia
1541         Campos.
1542
1543 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1544
1545         * NEWS:
1546         * data/evince.schemas.in:
1547         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1548
1549         Override PDF restrictions by default. Fixes bug #382700.
1550
1551 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1552
1553         * NEWS: Updated for upcoming release
1554
1555 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1558
1559         Fix memory leak.
1560         
1561 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1562
1563         * shell/ev-window.c: (register_custom_actions):
1564         
1565         Added comment for translators
1566
1567 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1568
1569         * shell/ev-view.c: (ev_view_button_release_event):
1570
1571         Do not create the idle function for kinetic scrolling if we are
1572         not in a drag operation.
1573
1574 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1575
1576         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1577         (ev_view_button_press_event), (ev_view_motion_notify_event),
1578         (ev_view_button_release_event):
1579
1580         Restore cursor after autoscrolling. Fixes bug #509958.
1581
1582 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * configure.ac:
1585         * backend/pdf/ev-poppler.cc:
1586         (pdf_document_images_get_image_mapping),
1587         (pdf_document_images_get_image),
1588         (pdf_document_document_images_iface_init):
1589         * libdocument/ev-document-images.[ch]:
1590         (ev_document_images_get_image_mapping),
1591         (ev_document_images_get_image):
1592         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1593         (ev_image_get_id), (ev_image_save_tmp):
1594         * shell/ev-jobs.c: (ev_job_render_run):
1595         * shell/ev-view.c: (ev_view_drag_data_get):
1596         * shell/ev-window.c: (image_save_dialog_response_cb),
1597         (ev_view_popup_cmd_copy_image):
1598
1599         Do not render images when rendering the page but on demand. It
1600         reduces the memory comsumption.
1601         
1602 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1603
1604         * configure.a:
1605         * shell/ev-password.c:
1606
1607         Make gnome-keyring optional. Fixes bug #509676.
1608         
1609 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * shell/ev-pixbuf-cache.c: (add_job):
1612
1613         Initialize include_images variable as FALSE instead of TRUE.
1614         
1615 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1616
1617         * configure.ac:
1618         * cut-n-paste/Makefile.am:
1619         * cut-n-paste/fileformatchooser/Makefile.am:
1620         * cut-n-paste/fileformatchooser/egg-macros.h:
1621         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1622         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1623         * shell/Makefile.am:
1624         * shell/ev-utils.c:
1625         (file_chooser_dialog_add_writable_pixbuf_formats),
1626         (get_gdk_pixbuf_format_by_extension):
1627         * shell/ev-utils.h:
1628         * shell/ev-window.c: (ev_window_error_message),
1629         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1630         
1631         Simplify image format selection on save.
1632
1633 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1634
1635         * shell/ev-view.c: (ev_view_scroll_event):
1636         
1637         Repair gorizontal scrolling with shift. Fixes
1638         bug #483412.
1639
1640 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1641         
1642         * MAINTAINERS:
1643
1644         Fix formatting issues.
1645         
1646 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1647
1648         * backend/comics/comics-document.c: (comics_regex_quote):
1649         
1650         Don't overquote special chars except of '. See bug 
1651         502500. Thanks to Tom Parker.
1652
1653 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1654
1655         * MAINTAINERS:
1656         
1657         Added Nickolay and Carlos, since they're doing most of
1658         the releases nowadays.
1659
1660 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1661
1662         * properties/Makefile.am:
1663
1664         Get the nautilus extension dir properly instead of using
1665         a hack. Fixes bug #505359.
1666
1667 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1668
1669         * properties/Makefile.am:
1670         
1671         Install nautilus extension into new place. See bug
1672         #505359. Thanks to Matthias Clasen, Brian Pepple and
1673         Damien Carbery.
1674
1675 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1676
1677         * shell/ev-window.c: (ev_window_get_recent_file_label):
1678         
1679         RTL marker in recent file list. See bug #509076.
1680
1681 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1682
1683         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1684         * shell/ev-window.c: (image_save_dialog_response_cb):
1685
1686         Fix compile warnings due to unused variables.
1687         
1688 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1689
1690         * configure.ac:
1691         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1692         * backend/ps/ev-spectre.c: (ps_document_render):
1693
1694         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1695
1696 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1697
1698         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1699         (ev_transition_animation_paint): Implement "fade" effect.
1700
1701 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1702
1703         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1704         (ev_transition_animation_paint): Implement "uncover" effect.
1705
1706 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1707
1708         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1709         (ev_transition_animation_paint): Implement "cover" effect.
1710
1711 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1712
1713         * shell/ev-transition-animation.c (ev_transition_animation_push)
1714         (ev_transition_animation_paint): Implement "push" effect.
1715
1716 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1717
1718         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1719         (ev_transition_animation_paint): Implement "dissolve" effect.
1720
1721 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1722
1723         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1724         (ev_transition_animation_paint): Implement "wipe" effect.
1725
1726 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1727
1728         * shell/ev-transition-animation.c (ev_transition_animation_box)
1729         (ev_transition_animation_paint): Implement "box" effect.
1730
1731 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1732
1733         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1734         (ev_transition_animation_paint): Implement "blinds" effect.
1735
1736 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1737
1738         * shell/ev-transition-animation.c (ev_transition_animation_split)
1739         (ev_transition_animation_paint): Implement "split" effect.
1740
1741 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1742
1743         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1744         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1745         (ev_view_transition_animation_start) 
1746         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1747         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1748         (ev_view_next_page) (ev_view_previous_page):
1749         
1750         Use EvTransitionAnimation to drive page changes in the presentation
1751         mode, the animation will wait to start until both the origin and 
1752         destination page surfaces are available. Fixes #458460.
1753
1754         (draw_loading_text):
1755
1756         Remove workaround for bug #320352, it's now fixed properly.
1757
1758
1759 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1760
1761         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1762         will contain the implementations for page transition animations, at
1763         the moment it just has the "replace" effect.
1764         * shell/Makefile.am: Added these files to build.
1765
1766 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1767
1768         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1769         animations.
1770         * shell/Makefile.am: Added these files to build.
1771
1772 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1773
1774         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1775         implementation to get_effect() in EvDocumentTransitionIface.
1776
1777 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1778
1779         * libdocument/ev-transition-effect.[ch]: New files, define a page
1780         transition effect, at the moment it maps PopplerPageTransition to a
1781         GObject.
1782         * libdocument/Makefile.am: Added these files to build.
1783         * libdocument/ev-document-transition.[ch]
1784         (ev_document_transition_get_effect): New method, gets the
1785         EvTransitionEffect returned by the interface implementation, with
1786         fallback to the "replace" effect.
1787
1788 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1789
1790         * configure.ac:
1791         * cut-n-paste/Makefile.am:
1792         * cut-n-paste/fileformatchooser/Makefile.am:
1793         * cut-n-paste/fileformatchooser/egg-macros.h:
1794         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1795         * shell/Makefile.am:
1796         * shell/ev-window.c: (image_save_dialog_response_cb),
1797         (ev_view_popup_cmd_save_image_as):
1798
1799         Allow exporting images in any format supported by
1800         GdkPixbuf. Fixes bug #500209.
1801         
1802 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1803
1804         * backend/pixbuf/pixbuf-document.c:
1805
1806         More warnings fixed.
1807         
1808 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1809
1810         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1811         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1812         * backend/djvu/djvu-text.h:
1813         * backend/tiff/tiff-document.c: (tiff_document_render):
1814
1815         Fix compile warnings.
1816         
1817 2007-12-28  Christian Persch  <chpe@gnome.org>
1818
1819         * **/*.c: Include config.h. Bug #504721.
1820
1821 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1822
1823         * configure.ac:
1824         * Makefile.am:
1825         * po/POTFILES.in:
1826         * backend/comics/Makefile.am:
1827         * backend/comics/comics-document.[ch]:
1828         * backend/comics/comicsdocument.evince-backend.in:
1829         * backend/djvu/Makefile.am:
1830         * backend/djvu/djvu-document.[ch]:
1831         * backend/djvu/djvudocument.evince-backend.in:
1832         * backend/dvi/Makefile.am:
1833         * backend/dvi/dvi-document.[c]:
1834         * backend/dvi/dvidocument.evince-backend.in:
1835         * backend/impress/Makefile.am:
1836         * backend/impress/impress-document.[ch]:
1837         * backend/impress/impressdocument.evince-backend.in:
1838         * backend/pdf/Makefile.am:
1839         * backend/pdf/ev-poppler.cc:
1840         * backend/pdf/ev-poppler.h:
1841         * backend/pdf/pdfdocument.evince-backend.in:
1842         * backend/pixbuf/Makefile.am:
1843         * backend/pixbuf/pixbuf-document.[ch]:
1844         * backend/pixbuf/pixbufdocument.evince-backend.in:
1845         * backend/ps/Makefile.am:
1846         * backend/ps/ev-spectre.[ch]:
1847         * backend/ps/ps-document.[ch]:
1848         * backend/ps/psdocument.evince-backend.in:
1849         * backend/tiff/Makefile.am:
1850         * backend/tiff/tiff-document.[ch]:
1851         * backend/tiff/tiffdocument.evince-backend.in:
1852         * libdocument/Makefile.am:
1853         * libdocument/ev-backends-manager.[ch]:
1854         * libdocument/ev-module.[ch]:
1855         * libdocument/ev-document.h:
1856         * libdocument/ev-document-factory.[ch]:
1857         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1858         (get_compression_from_mime_type), (get_document_from_uri),
1859         (ev_document_factory_get_document), (file_filter_add_mime_types),
1860         (ev_document_factory_add_filters):
1861         * shell/Makefile.am:
1862         * shell/ev-window-title.c: (get_filename_from_uri):
1863         * shell/main.c: (main):
1864         * thumbnailer/Makefile.am:
1865         * thumbnailer/evince-thumbnailer.c: (main):
1866
1867         Plugin system for backends. Fixes bug #351348.
1868         
1869 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1870
1871         * shell/ev-view-private.h:
1872         * shell/ev-view.c: (ev_view_drag_update_momentum),
1873         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1874         (ev_view_button_release_event), (ev_view_destroy):
1875         
1876         Kinetic scrolling implemented as requested in
1877         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1878
1879 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1880
1881         * data/evince-toolbar.xml:
1882         * data/evince-ui.xml:
1883         * shell/ev-view-private.h:
1884         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1885         (ev_view_button_press_event), (ev_view_motion_notify_event),
1886         (ev_view_button_release_event), (ev_view_init),
1887         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1888         (ev_view_set_cursor):
1889         * shell/ev-view.h:
1890         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1891         (ev_window_cmd_view_autoscroll):
1892         
1893         Autoscroll feature with the context menu. Fixes bug 
1894         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1895
1896 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1897
1898         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1899
1900         Disconnect also page-ready signal when removing a job because the
1901         page size has changed. Thanks to kripken
1902         <kripkensteiner@gmail.com>.
1903
1904 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1905
1906         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1907         
1908         Scroll pages in page entry with mouse wheel. Fixes bug
1909         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1910
1911 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1912
1913         * backend/dvi/Makefile.am:
1914         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1915         (mdvi_cairo_device_init):
1916         * backend/dvi/mdvi-lib/common.h:
1917         * backend/dvi/mdvi-lib/mdvi.h:
1918         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1919         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1920         (mdvi_build_path_from_cwd):
1921
1922         Add ps specials support in dvi backend when libspectre is
1923         present. Fixes bug #386005.
1924         
1925 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * configure.ac:
1928         * backend/ps/Makefile.am:
1929         * backend/ps/ev-spectre.[ch]:
1930         
1931         Use libspectre, if available, for the ps backend. Fixes bugs
1932         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1933
1934 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1935         
1936         * backend/comics/comics-document.c: (comics_document_load):
1937         
1938         Cygwin build issue fix.
1939
1940 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * shell/ev-view.c: (ev_view_set_zoom):
1943
1944         Do not limit the minimum zoom factor when sizing mode is best bit
1945         or fit width. Fixes bug #503805.
1946         
1947 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1948
1949         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1950         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1951         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1952         (ev_link_dest_get_property), (ev_link_dest_set_property),
1953         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1954         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1955         (ev_link_dest_new_fitr):
1956         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1957         (goto_fith_dest), (goto_xyz_dest):
1958
1959         Do not change left, top and zoom values when they are null in PDF
1960         destinations. Fixes bug #460658.
1961         
1962 2007-12-10  Christian Persch  <chpe@gnome.org>
1963
1964         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1965         (ev_view_accessible_class_init),
1966         (ev_view_accessible_idle_do_action),
1967         (ev_view_accessible_action_do_action),
1968         (ev_view_accessible_action_get_description),
1969         (ev_view_accessible_action_set_description),
1970         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1971         (ev_view_accessible_factory_init),
1972         (ev_view_accessible_factory_get_accessible_type):
1973         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1974         private data, and G_DEFINE_TYPE. Bug #502843.
1975
1976 2007-12-08  Christian Persch  <chpe@gnome.org>
1977
1978         * shell/ev-metadata-manager.c: (item_free),
1979         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1980         (value_free), (parse_value), (parseItem),
1981         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1982         (save_values): Use GSlice to allocate small amounts of memory. Bug
1983         #475972.
1984
1985 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1988
1989         Restore cursor to normal after a drag operation. Fixes bug
1990         #501603.
1991         
1992 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1993
1994         * NEWS:
1995         * configure.ac:
1996         
1997         Update for release 2.21.1
1998
1999 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2000
2001         * configure.ac:
2002         * cut-n-paste/gedit-message-area/Makefile.am:
2003         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2004         * shell/Makefile.am:
2005         * shell/ev-message-area.[ch]:
2006         * shell/ev-window.c: (ev_window_set_message_area),
2007         (ev_window_error_message_response_cb), (ev_window_error_message),
2008         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2009         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2010         (ev_attachment_popup_cmd_open_attachment),
2011         (attachment_save_dialog_response_cb), (ev_window_set_document),
2012         (ev_window_init):
2013
2014         Use a message area instead of a popup dialog for error
2015         notifications. Fixes bug #337495.
2016         
2017 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2018
2019         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2020         (ev_window_run_fullscreen):
2021
2022         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2023         
2024 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2025
2026         * ev-sidebar-thumbnails.c: (update_visible_range),
2027         (ev_sidebar_thumbnails_refresh),
2028         (ev_sidebar_thumbnails_set_document),
2029         (ev_sidebar_thumbnails_support_document):
2030
2031         Show thumbnails for documents with one page. Fixes bug #358751.
2032         
2033 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * shell/ev-window.c:
2036         (ev_window_load_print_settings_from_metadata),
2037         (ev_window_save_print_settings), (ev_window_print_finished),
2038         (ev_window_print_range):
2039
2040         Print settings that are specific to the document are now saved per
2041         document in the metadata file. Fixes bug #488806.
2042         
2043 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2044
2045         * backend/tiff/tiff-document.c: (tiff_document_render):
2046
2047         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2048         
2049 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * shell/ev-application.[ch]: (get_find_string_from_args),
2052         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2053         (ev_application_open_uri_list):
2054         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2055         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2056         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2057         (ev_window_cmd_recent_file_activate),
2058         (ev_window_open_recent_action_item_activated),
2059         (ev_window_print_send), (open_remote_link):
2060         * shell/main.c: (arguments_parse):
2061
2062         Add a command line option for search. Fixes bug #497710.
2063         
2064 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2065
2066         * shell/ev-jobs.c: (ev_job_print_new):
2067
2068         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2069         
2070 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2071
2072         * data/evince-toolbar.xml:
2073         * shell/Makefile.am:
2074         * shell/ev-application.c: (ev_application_init):
2075         * shell/ev-open-recent-action.[ch]:
2076         * shell/ev-window.c:
2077         (ev_window_open_recent_action_item_activated),
2078         (register_custom_actions):
2079
2080         Add an expander to the open toolbar item which pops up a dropdown
2081         menu with the recently used documents. Fixes bug #487215.
2082         
2083 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2084
2085         * shell/ev-window.c: (ev_window_open_uri),
2086         (ev_window_cmd_view_reload):
2087
2088         Do not jump to the first page when reloading by running evince
2089         from the command line. Fixes bug #490847.
2090         
2091 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2092
2093         * shell/ev-window.c: (ev_window_cmd_help_contents):
2094
2095         Plugged memory leak when help file is not found. Fixes bug
2096         #490762.
2097         
2098 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2099
2100         * configure.ac:
2101
2102         Enable djvu, dvi and comics backends by default. Fixes bug
2103         #437121.
2104         
2105 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2106
2107         * configure.ac:
2108         * cut-n-paste/Makefile.am:
2109         * cut-n-paste/recent-files/*: Removed
2110         * help/reference/Makefile.am:
2111         * shell/Makefile.am:
2112         * shell/ev-application.[ch]: (ev_application_shutdown),
2113         (ev_application_init):
2114         * shell/ev-window.c: (ev_window_add_recent),
2115         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2116
2117         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2118         
2119 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2120
2121         * shell/ev-window.c: (launch_external_uri):
2122
2123         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2124         and report error if the URL is not supported (#489910).
2125
2126 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2127
2128         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2129         (pdf_document_file_exporter_begin_page),
2130         (pdf_document_file_exporter_end_page):
2131
2132         Fix printing with poppler splash backend. Fixes bug #489774.
2133         
2134 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2135
2136         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2137         * shell/ev-print-job.c: (ev_print_job_class_init):
2138
2139         Fix a crash when printing with the gnome-print dialog. Fixes bug
2140         #488939.
2141         
2142 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2143
2144         * backend/pixbuf/pixbuf-document.c:
2145
2146         Fix an implicit function definition warning (#487655)
2147
2148 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2149
2150         * shell/ev-window.c:
2151
2152         Fix conflicting shortcut for view sade pane and presentation.
2153         
2154 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2155
2156         * backend/pdf/ev-poppler.cc:
2157         (pdf_document_file_exporter_begin_page),
2158         (pdf_document_file_exporter_do_page),
2159         (pdf_document_file_exporter_end_page),
2160         (pdf_document_file_exporter_iface_init):
2161         * libdocument/ev-file-exporter.[ch]:
2162         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2163         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2164         (ev_job_print_run):
2165
2166         When printing multiple pages per sheet in reverse option, do not
2167         invert the order of the pages in every sheet, but the order of the
2168         sheets. Do not print blank pages when page range is invalid. Fixes
2169         bugs #484857 and #485521.
2170         
2171 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2172
2173         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2174         (ev_job_print_run):
2175         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2176
2177         Respect ranges order when printing more than one range in random
2178         order.
2179         
2180 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2181
2182         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2183         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2184
2185         Rotate also the window icon when document is rotated. Fixes bug
2186         #474681.
2187         
2188 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2191         (pdf_document_forms_get_form_fields):
2192
2193         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2194         Matthias Drochner.
2195         
2196 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2197
2198         * configure.ac:
2199         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2200
2201         Use poppler_page_render_for_printing() instead of
2202         poppler_page_render() if available when exporting to a ps or pdf
2203         file. Fixes bug #476627.
2204         
2205 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2206
2207         * shell/ev-window.c: (ev_window_run_fullscreen):
2208
2209         Do not show the toolbar in fullscreen mode if the main toolbar is
2210         not visible. Fixes bug #483048.
2211         
2212 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2213
2214         * shell/ev-view.c: (ev_view_button_press_event):
2215
2216         Give priority to form fields over images when deciding whether a
2217         button press event is over an image or form field. It allows edit
2218         form fields when they are over a background image. Fixes bug
2219         #477841.
2220         
2221 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2222
2223         * NEWS:
2224         * configure.ac:
2225         
2226         Update for release 2.20.0
2227
2228 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2229
2230         * backend/pdf/ev-poppler.cc:
2231
2232         Remove #ifdef HAVE_FORMS, so that forms support works again.
2233
2234 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2235
2236         * configure.ac:
2237         * data/evince.desktop.in.in:
2238         
2239         Fixes desktop file issues. See bug #473471.
2240
2241 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2242
2243         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2244         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2245         (ev_job_queue_remove_job):
2246         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2247         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2248         * shell/ev-window.c: (ev_window_clear_save_job),
2249         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2250         (ev_window_dispose):
2251
2252         Move save a copy task to its own job so that it's carried out in a
2253         thread avoiding another lock in the main thread. Use
2254         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2255         can be saved to a pathin another file system. Fixes bug #456891.
2256         
2257 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2258
2259         * NEWS:
2260         * configure.ac:
2261         
2262         Update for release 2.19.92
2263
2264 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2265
2266         * configure.ac:
2267         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2268         (pdf_selection_get_selection_region),
2269         (pdf_selection_get_selection_map),
2270         (ev_form_field_from_poppler_field):
2271
2272         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2273         and triple click selections are enabled again now.
2274
2275 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2276
2277         * shell/ev-window.c: (ev_window_add_history):
2278
2279         Make sure not to use the history with documents not supporting
2280         links. Fixes bug #468954.
2281
2282 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2283
2284         * shell/ev-window.c: (ev_window_load_job_cb):
2285
2286         Restart the search when reloading a document with the find bar
2287         visible. Fixes bug #461962.
2288
2289 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2290
2291         * shell/ev-window.c: (setup_document_from_metadata),
2292         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2293
2294         Do not jump to the first page when reloading a document from the
2295         last page.
2296
2297 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2298
2299         * shell/ev-window.c: (update_chrome_flag),
2300         (setup_sidebar_from_metadata),
2301         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2302         (ev_window_cmd_edit_find_next),
2303         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2304         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2305         (find_bar_close_cb), (view_actions_focus_in_cb):
2306
2307         Do not update visibility when changing a chrome flag so that it's
2308         possible to update several flags and update visibility only once
2309         for all of them.
2310
2311 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2312
2313         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2314
2315         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2316         supported by gtk+. Fixes bug #460907.
2317
2318 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2319
2320         * shell/ev-view.c: (view_update_range_and_current_page):
2321
2322         Make sure current-page <= end-page in continuous mode. Fixes bug
2323         #454950.
2324
2325 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2326
2327         * backend/pdf/ev-poppler.cc: (build_tree):
2328
2329         Ignore outline items without a title. Fixes bug #453913.
2330
2331 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2332
2333         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2334         (ev_view_button_release_event), (ev_view_leave_notify_event):
2335
2336         Use always drag mouse cursor during a drag operation. Fixes bug
2337         #470564.
2338
2339 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2340
2341         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2342         (pdf_selection_get_selection_region),
2343         (pdf_selection_get_selection_map):
2344
2345         Temporarily disable double and triple selections since it depends on
2346         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2347         released and the update of the external dependency minimal version
2348         approved.
2349
2350 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2351
2352         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2353         (pdf_document_file_exporter_do_page):
2354         * libdocument/ev-file-exporter.h:
2355         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2356         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2357
2358         Actually fix printing regressions. Remove orientation from
2359         EvPrintContext since it's redundant.
2360
2361 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2362
2363         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2364         * backend/impress/impress-document.c:
2365         (impress_document_document_iface_init):
2366         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2367         * backend/djvu/djvu-document.c:
2368         (djvu_document_document_iface_init),
2369         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2370         * backend/tiff/tiff-document.c:
2371         (tiff_document_document_iface_init):
2372         * backend/pixbuf/pixbuf-document.c:
2373         (pixbuf_document_document_iface_init):
2374         * backend/comics/comics-document.c:
2375         (comics_document_document_iface_init):
2376         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2377         (pdf_selection_render_selection),
2378         (pdf_selection_get_selected_text),
2379         (pdf_selection_get_selection_region),
2380         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2381         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2382         (ev_selection_get_selection_region),
2383         (ev_selection_get_selection_map):
2384         * libdocument/ev-document.[ch]:
2385         * shell/ev-pixbuf-cache.[ch]: (add_job),
2386         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2387         * shell/ev-view-private.h:
2388         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2389         (ev_job_render_run):
2390         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2391         * shell/ev-view.c: (start_selection_for_event),
2392         (ev_view_button_press_event), (ev_view_drag_data_get),
2393         (ev_view_drag_data_received), (ev_view_button_release_event),
2394         (compute_new_selection_text), (compute_selections),
2395         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2396         (ev_view_primary_get_cb):
2397
2398         Add support for double and triple click selections.
2399
2400 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2401
2402         * NEWS:
2403         * configure.ac:
2404
2405         Update for release 2.19.4
2406
2407 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2408
2409         * shell/ev-view-private.h:
2410         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2411         (ev_view_set_highlight_search):
2412         * shell/ev-view.h:
2413         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2414         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2415         (find_bar_visibility_changed_cb):
2416         
2417         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2418
2419 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2422         (pdf_document_file_exporter_begin),
2423         (pdf_document_file_exporter_do_page):
2424         * shell/ev-jobs.c: (ev_job_print_run):
2425         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2426
2427         Create always a portrait cairo surface and rotate when needed for
2428         landscape. It fixes printing problems in real printers.
2429
2430 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2431
2432         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2433         * libdocument/ev-file-exporter.[ch]:
2434         (ev_file_exporter_get_capabilities):
2435         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2436         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2437
2438         Adjust number of pages per row according to page orientation when
2439         printing 2 or 6 pages per sheet.
2440
2441 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2442
2443         * shell/ev-window.c: (ev_window_print_send):
2444
2445         Reset also cups setting to 1 when printing multiple pages per
2446         sheet. Fixes bug #468853.
2447
2448 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2449
2450         * libdocument/ev-document-misc.c:
2451         (ev_document_misc_surface_rotate_and_scale):
2452
2453         Use directly cairo_surface_get_content() when creating a similar
2454         surface as suggested by Jeff Muizelaar. Thanks again.
2455
2456 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2457
2458         * backend/djvu/djvu-document.c: (djvu_document_render):
2459         * backend/tiff/tiff-document.c: (tiff_document_render):
2460         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2461         * libdocument/ev-document-misc.c:
2462         (ev_document_misc_surface_from_pixbuf),
2463         (ev_document_misc_surface_rotate_and_scale):
2464
2465         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2466         creating page surfaces. Fixes bug #453123. Thank you very much to
2467         Jeff Muizelaar <jeff@infidigm.net>.
2468
2469 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * shell/ev-page-cache.c: (ev_page_cache_new),
2472         (ev_page_cache_get_thumbnail_size):
2473         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2474         (ev_sidebar_thumbnails_set_loading_icon):
2475
2476         Also store in page-cache the dimensions of the thumbnails so that
2477         they can be used to create the correct loading icon in the side
2478         pane. Fixes bug #466857.
2479
2480 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2481
2482         * backend/pdf/ev-poppler.cc:
2483         (pdf_document_thumbnails_get_thumbnail):
2484
2485         Fix thumbnails rotation in pdf documents that include embedded 
2486         thumbnails.
2487
2488 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2489
2490         * backend/pdf/ev-poppler.cc:
2491
2492         Don't use #ifdef in macro expansion. Some compilers don't
2493         like that. Closes bug #467042.
2494
2495 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2496
2497         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2498         
2499         Fixes memory leak in djvu backend.
2500
2501 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2502
2503         * data/icons/32x32/Makefile.am:
2504         * data/icons/32x32/actions/Makefile.am:
2505         * data/icons/32x32/actions/view-page-cont.svg:
2506         * data/icons/32x32/actions/view-page-facing.svg:
2507         * data/icons/48x48/Makefile.am:
2508         * data/icons/48x48/actions/Makefile.am:
2509         * data/icons/48x48/actions/view-page-cont.svg:
2510         * data/icons/48x48/actions/view-page-facing.svg:
2511         
2512         Icons for a new sizes.
2513
2514 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2515
2516         * shell/ev-page-cache.c: (build_height_to_page),
2517         (ev_page_cache_get_height_to_page):
2518         
2519         Fixes invalid read, see bug #466401.
2520
2521 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2522
2523         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2524         (set_drag_cursor):
2525         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2526         (configure_item_cursor), (new_pixbuf_from_widget):
2527
2528         Fix multihead problems in toolbar editor. Fixes bug #382055.
2529
2530 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2531
2532         * shell/ev-window.c: (ev_window_cmd_file_open),
2533         (ev_window_cmd_save_as):
2534
2535         Use g_get_user_special_dir when available instead of
2536         xdg_user_dir_lookup.
2537
2538 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2539
2540         * MAINTAINERS:
2541         
2542         Updated according to request on desktop-devel.
2543
2544 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2545
2546         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2547
2548         Do not use cairo_rectangle and cairo_clip since we are
2549         not using cairo_fill but cairo_paint. Use the same cairo context
2550         for every page in the same expose event.
2551
2552 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2553
2554         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2555         leak.
2556
2557 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2558
2559         * configure.ac:
2560         * NEWS:
2561
2562         Release 0.9.3
2563
2564 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2565
2566         * libdocument/ev-document-info.h:
2567         * libdocument/ev-document.h:
2568         * shell/ev-page-action.h:
2569         * shell/ev-sidebar-links.h:
2570
2571         Fix a headers problem with ev-link
2572         
2573         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2574         * shell/ev-view-private.h:
2575         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2576         (get_link_area), (ev_view_query_tooltip),
2577         (ev_view_leave_notify_event), (ev_view_destroy),
2578         (ev_view_class_init):
2579
2580         Use new gtk tooltips when available instead of ev-tooltip.
2581         
2582 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2583
2584         * shell/ev-window.c: (update_chrome_visibility),
2585         (ev_window_sidebar_visibility_changed_cb):
2586
2587         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2588         
2589 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2590
2591         * shell/ev-navigation-action.c:
2592         (ev_navigation_action_history_changed),
2593         (ev_navigation_action_set_history):
2594         * shell/ev-navigation-action-widget.c:
2595         (ev_navigation_action_widget_init):
2596         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2597
2598         Fix compile warnings.
2599         
2600 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2601
2602         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2603         (egg_editable_toolbar_dispose):
2604
2605         Fix memory leak.
2606         
2607 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2610         (screensaver_disable_x11):
2611         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2612         * shell/ev-window.c: (presentation_set_timeout):
2613         * shell/ev-view.c: (ev_view_presentation_transition_start):
2614
2615         Use g_timeout_add_seconds instead of g_timeout_add when
2616         available.
2617         
2618 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2619
2620         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2621
2622         Set horizontal scrollbar policy to AUTOMATIC instead of
2623         NEVER. Workaround for bug #449462.
2624         
2625 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2626
2627         * shell/ev-jobs.c: (ev_job_render_page_ready):
2628
2629         Add page_ready callback to main loop with high priority and hold
2630         a reference to job during idle.
2631         
2632 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2633
2634         * configure.ac:
2635         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2636         (pdf_document_file_exporter_begin),
2637         (pdf_document_file_exporter_do_page),
2638         (pdf_document_file_exporter_get_capabilities):
2639         * libdocument/ev-file-exporter.h:
2640         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2641         * shell/ev-window.c: (ev_window_print_send),
2642         (ev_window_print_dialog_response_cb):
2643
2644         Allow printing multiple pages per sheet. Fixes bug #395573.
2645         
2646 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2647
2648         * shell/ev-view.c: (tip_from_link):
2649         
2650         Check for NULL, fixes bug #460862.
2651
2652 2007-07-29  Christian Persch  <chpe@gnome.org>
2653
2654         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2655         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2656         (ev_window_cmd_preview_print):
2657         
2658         Fixes bug #437681 - blocks while enumerating printers.
2659
2660 2007-07-29  Christian Persch  <chpe@gnome.org>
2661
2662         * shell/ev-window.c: (ev_window_screen_changed):
2663         
2664         Don't use deprecated gtk+ function. See bug #460909.
2665
2666 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2667
2668         * shell/ev-utils.c: (get_num_monitors):
2669         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2670
2671         Do not use display before initializing it. Remove compile
2672         warnings.
2673
2674 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2675
2676         * shell/ev-view.c: (ev_view_class_init):
2677         
2678         Unix-like hjkl bindings added. See bug #458111.
2679
2680 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2681
2682         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2683         * shell/ev-utils.h:
2684         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2685         (ev_view_update_view_size):
2686         * shell/ev-view.h:
2687         * shell/ev-window.c: (ev_window_update_actions),
2688         (setup_view_from_metadata), (ev_window_screen_changed),
2689         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2690         (zoom_control_changed_cb):
2691         * shell/ev-window.h:
2692         
2693         Reorganizes utility functions.
2694
2695 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2696
2697         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2698         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2699         (add_job), (ev_pixbuf_cache_get_surface),
2700         (ev_pixbuf_cache_get_link_mapping),
2701         (ev_pixbuf_cache_get_image_mapping),
2702         (ev_pixbuf_cache_get_form_field_mapping),
2703         (ev_pixbuf_cache_get_text_mapping):
2704         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2705         (notify_page_ready), (ev_job_render_page_ready),
2706         (ev_job_render_run):
2707
2708         Add page_ready signal to notify that page is ready as soon as
2709         possible even if other page elements like links, forms, images or
2710         text mapping are not ready yet.
2711
2712 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2713
2714         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2715         (dvi_document_file_exporter_do_page),
2716         (dvi_document_file_exporter_get_capabilities),
2717         (dvi_document_file_exporter_iface_init):
2718         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2719         (ps_document_file_exporter_do_page),
2720         (ps_document_file_exporter_get_capabilities),
2721         (ps_document_file_exporter_iface_init):
2722         * backend/djvu/djvu-document.c:
2723         (djvu_document_file_exporter_begin),
2724         (djvu_document_file_exporter_end),
2725         (djvu_document_file_exporter_get_capabilities),
2726         (djvu_document_file_exporter_iface_init):
2727         * backend/tiff/tiff-document.c:
2728         (tiff_document_file_exporter_begin),
2729         (tiff_document_file_exporter_get_capabilities),
2730         (tiff_document_document_file_exporter_iface_init):
2731         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2732         (pdf_document_file_exporter_do_page),
2733         (pdf_document_file_exporter_get_capabilities),
2734         (pdf_document_file_exporter_iface_init):
2735         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2736         (ev_file_exporter_get_capabilities):
2737         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2738         (idle_print_handler), (ev_print_job_print):
2739         * shell/ev-jobs.c: (ev_job_print_run):
2740         * shell/ev-window.c: (ev_window_print_send),
2741         (ev_window_print_range):
2742
2743         Use capabilities to know which options should be offered by the
2744         print dialog depending on the document backend.
2745
2746 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2749
2750         Give priority to forms over text to set the cursor.
2751
2752 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2753
2754         * shell/ev-view-private.h:
2755         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2756         (ev_view_leave_notify_event), (ev_view_finalize),
2757         (ev_view_get_property), (ev_view_class_init):
2758
2759         Use IBEAM cursor for text form fields and NORMAL cursor for read
2760         only fields. Remove unused status attribute.
2761
2762 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2763
2764         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2765
2766         Update region for current selected items also for checkbox
2767         buttons, since they can behave as radio buttons when they are in a
2768         set.
2769
2770 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2771
2772         * configure.ac:
2773         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2774
2775         Get max length of text form fields.
2776
2777 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2778
2779         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2780         * libdocument/ev-form-field.h:
2781         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2782
2783         Fix build with current poppler cvs head.
2784
2785 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2786
2787         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2788         * shell/eggfindbar.c: (egg_find_bar_init):
2789
2790         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2791         deprecation. Fixes bug #455667
2792
2793 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2794
2795         * NEWS:
2796         * configure.ac:
2797         
2798         Update for release 0.9.2
2799
2800 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2801
2802         * shell/ev-view.c: (ev_view_form_field_text_save),
2803         (ev_view_form_field_choice_save):
2804
2805         Fix a crash when closing whith a form widget visible.
2806
2807 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2808
2809         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2810
2811         Update also the region of the current selected button when
2812         clicking on another button if they are radio buttons.
2813
2814 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2815
2816         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2817         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2818         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2819         (ev_pixbuf_cache_get_link_mapping),
2820         (ev_pixbuf_cache_get_image_mapping),
2821         (ev_pixbuf_cache_get_form_field_mapping),
2822         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2823         * shell/ev-view.c: (ev_view_form_field_get_region),
2824         (ev_view_form_field_button_create_widget),
2825         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2826         (job_finished_cb):
2827
2828         Redraw only form field region instead of the whole page when
2829         reloading a page to show changes on the form field.
2830
2831 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2832
2833         * shell/ev-view.c: (ev_view_form_field_choice_save):
2834
2835         Fix selection of first item in list form fields.
2836
2837 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2838
2839         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2840         (ev_pixbuf_cache_reload_page),
2841         (ev_pixbuf_cache_get_form_field_mapping):
2842
2843         Some refactoring to avoid duplicated code.
2844
2845 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2846
2847         * configure.ac:
2848         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2849         (ev_form_field_from_poppler_field),
2850         (pdf_document_forms_get_form_fields),
2851         (pdf_document_forms_form_field_text_get_text),
2852         (pdf_document_forms_form_field_text_set_text),
2853         (pdf_document_forms_form_field_button_set_state),
2854         (pdf_document_forms_form_field_button_get_state),
2855         (pdf_document_forms_form_field_choice_get_item),
2856         (pdf_document_forms_form_field_choice_get_n_items),
2857         (pdf_document_forms_form_field_choice_is_item_selected),
2858         (pdf_document_forms_form_field_choice_select_item),
2859         (pdf_document_forms_form_field_choice_toggle_item),
2860         (pdf_document_forms_form_field_choice_unselect_all),
2861         (pdf_document_forms_form_field_choice_set_text),
2862         (pdf_document_forms_form_field_choice_get_text),
2863         (pdf_document_document_forms_iface_init):
2864         * libdocument/Makefile.am:
2865         * libdocument/ev-form-field.[ch]:
2866         * libdocument/ev-document-forms.[ch]:
2867         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2868         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2869         (add_job), (ev_pixbuf_cache_reload_page),
2870         (ev_pixbuf_cache_get_form_field_mapping):
2871         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2872         * shell/ev-view-private.h:
2873         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2874         (ev_view_handle_cursor_over_xy),
2875         (ev_view_get_form_field_at_location),
2876         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2877         (ev_view_form_field_button_create_widget),
2878         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2879         (ev_view_form_field_text_create_widget),
2880         (ev_view_form_field_choice_save),
2881         (ev_view_form_field_choice_changed),
2882         (ev_view_form_field_choice_create_widget),
2883         (ev_view_handle_form_field), (ev_view_size_allocate),
2884         (ev_view_realize), (draw_end_presentation_page),
2885         (ev_view_button_press_event), (ev_view_remove_all),
2886         (ev_view_motion_notify_event), (ev_view_key_press_event),
2887         (ev_view_enter_notify_event), (highlight_find_results),
2888         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2889         (ev_view_class_init), (page_changed_cb),
2890         (on_adjustment_value_changed), (ev_view_set_presentation),
2891         (merge_selection_region), (ev_view_set_cursor),
2892         (ev_view_reset_presentation_state):
2893         
2894         Merge evince-forms branch.
2895
2896 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2897
2898         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2899
2900         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2901         This script also updates itself from libegg
2902
2903         * cut-n-paste/toolbar-editor/egg*:
2904         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2905         libegg
2906
2907 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2908
2909         * shell/ev-window.c:
2910         
2911         Adds a nice icon to page action during toolbar editing.
2912         See bug #452872.
2913
2914 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2915
2916         * data/evince-toolbar.xml:
2917         * shell/ev-window.c:
2918         
2919         Let user add a presentation and fullscreen icons on toolbar.
2920         See bug #449734.
2921
2922 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2923
2924         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2925
2926         new script to keep in sync with toolbareditor in libegg
2927
2928         * cut-n-paste/toolbar-editor/*: 
2929
2930         Run update-toolbareditor-from-libegg so we are in sync again. 
2931         Fixes bug #452850.
2932         
2933
2934 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2935
2936         * shell/ev-sidebar-links.c: (job_finished_callback):
2937
2938         Do not connect selection changed signal more than once. Fixes bug
2939         #349433.
2940
2941 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2942
2943         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2944
2945         Do not change sidebar chrome flag when pressing F9 key in
2946         presentation mode.
2947
2948 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2949
2950         * backend/pdf/ev-poppler.cc:
2951         (pdf_document_thumbnails_get_dimensions):
2952
2953         Make sure thumbnails width and height is not <= 0. Fixes a crash
2954         with some pdf documents which have really small pages.
2955
2956 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2957
2958         * shell/main.c: (main):
2959
2960         Fixes program description translation issue.
2961         Bug #450148.
2962
2963 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2964
2965         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2966
2967         Do not change current page when returning from black/white mode
2968         in presentation. Fixes bug #415032.
2969
2970 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2971
2972         * NEWS:
2973         * configure.ac:
2974         
2975         Update for release 0.9.1
2976
2977 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2978
2979         * backend/dvi/dvi-document.c:
2980         (dvi_document_finalize),
2981         (dvi_document_file_exporter_format_supported),
2982         (dvi_document_file_exporter_begin),
2983         (dvi_document_file_exporter_do_page),
2984         (dvi_document_file_exporter_end),
2985         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2986         
2987         PDF exporter for dvi documents. Fixes bug #441319.
2988
2989 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2990
2991         * shell/ev-window.c: (ev_window_clear_print_job):
2992
2993         Clear gtk print job when job has finished. Fixes bug #447612.
2994
2995 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2996
2997         * shell/ev-window.c: (ev_window_print_send),
2998         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2999
3000         Add preview button to print dialog. Fixes bug #445419.
3001
3002 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3003
3004         * backend/dvi/Makefile.am:
3005         * backend/dvi/pixbuf-device.[ch]: Removed
3006         * backend/dvi/cairo-device.[ch]: Added
3007         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3008         * backend/dvi/dvi-document.c: (dvi_document_load),
3009         (dvi_document_render), (dvi_document_finalize),
3010         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3011         (dvi_document_do_color_special):
3012         * libdocument/ev-document-misc.[ch]:
3013         (ev_document_misc_pixbuf_from_surface):
3014
3015         Port dvi backend to cairo and fix a problem with colors. 
3016
3017 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3018
3019         * shell/ev-view.c: (draw_one_page):
3020
3021         Draw only visible region.
3022
3023 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3024
3025         * backend/djvu/djvu-document.c: (djvu_document_render):
3026
3027         Fix rotation in djvu backend.
3028
3029 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3030
3031         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3032         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3033         (ev_pixbuf_cache_get_image_mapping),
3034         (ev_pixbuf_cache_get_text_mapping):
3035
3036         Redraw view every time we have a new surface. Fixes bug #443587.
3037
3038 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3039
3040         * libdocument/ev-document.c: (ev_document_info_free):
3041
3042         Fix memory leaks.
3043
3044 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3045
3046         * backend/dvi/dvi-document.c: (dvi_document_render),
3047         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3048         * backend/impress/impress-document.c:
3049         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3050         (impress_document_render), (impress_document_document_iface_init),
3051         (impress_document_thumbnails_get_thumbnail):
3052         * backend/djvu/djvu-document-private.h:
3053         * backend/djvu/djvu-document.c: (djvu_document_render),
3054         (djvu_document_finalize), (djvu_document_document_iface_init),
3055         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3056         * backend/tiff/tiff-document.c: (tiff_document_render),
3057         (tiff_document_render_pixbuf),
3058         (tiff_document_document_iface_init):
3059         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3060         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3061         (pdf_selection_render_selection):
3062         * backend/comics/comics-document.c:
3063         (comics_document_render_pixbuf), (comics_document_render),
3064         (comics_document_document_iface_init):
3065         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3066         (pixbuf_document_document_iface_init):
3067         * libdocument/ev-document-misc.[ch]:
3068         (ev_document_misc_surface_from_pixbuf),
3069         (ev_document_misc_surface_rotate_and_scale):
3070         * libdocument/ev-document.[ch]: (ev_document_render):
3071         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3072         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3073         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3074         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3075         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3076         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3077         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3078         (render_finished_cb), (ev_job_render_run):
3079         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3080         (merge_selection_region):
3081
3082         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3083         and selections.
3084
3085 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3086
3087         * shell/ev-window-title.c: (ev_window_title_update):
3088
3089         Fix memory leak.
3090
3091 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3092
3093         * shell/ev-view.c: (draw_loading_text):
3094
3095         Show loading text centered. Fixes bug #433061
3096
3097 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3098
3099         * shell/ev-sidebar-thumbnails.c:
3100         (ev_sidebar_thumbnails_set_loading_icon):
3101
3102         Remove a mutex in the main thread that blocks the UI in heavy
3103         documents.
3104
3105 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3106
3107         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3108
3109         Set points_set to TRUE so that selections don't disappear after a
3110         zoom change.
3111
3112 2007-06-07  Michael Monreal  <infernux@web.de>
3113
3114         * data/icons/16x16/actions/Makefile.am:
3115         * data/icons/16x16/actions/zoom.svg:
3116         * data/icons/22x22/actions/Makefile.am:
3117         * data/icons/22x22/actions/zoom.svg:
3118         * data/icons/24x24/actions/Makefile.am:
3119         * shell/ev-stock-icons.c:
3120         * shell/ev-stock-icons.h:
3121         * shell/ev-window.c:
3122         
3123         Zoom icon artwork. See bug #444795.
3124
3125 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3126
3127         * shell/ev-metadata-manager.c: Remove extraneous function
3128         (Closes: #444386)
3129
3130 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3131
3132         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3133         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3134         (ev_metadata_manager_set), (ev_metadata_manager_save):
3135         Simplify the timeout, no need for modified anymore
3136
3137 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3138
3139         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3140         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3141         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3142         (ev_metadata_manager_save): Adapted patch from Arjan van de
3143         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3144         time, saves on power (Closes: #443851)
3145
3146 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3147
3148         * configure.ac:
3149         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3150         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3151
3152         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3153
3154 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3155
3156         * shell/ev-window.c: (ev_window_add_history):
3157
3158         Check if history is NULL
3159
3160 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3161
3162         * libdocument/ev-image.c: (ev_image_finalize):
3163         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3164         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3165         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3166         (ev_tmp_uri_unlink):
3167
3168         Add functions to delete temporary files created by evince in a safe
3169         way.
3170
3171         * shell/ev-window.c: (ev_window_clear_local_uri),
3172         (open_xfer_update_progress_callback),
3173         (save_xfer_update_progress_callback), (ev_window_save_remote),
3174         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3175         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3176         (attachment_save_dialog_response_cb),
3177         (ev_attachment_popup_cmd_save_attachment_as):
3178
3179         Allow saving a copy of a document, image or attachment to a remote
3180         location. Fixes bug #440754. 
3181
3182 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3183
3184         * configure.ac:
3185         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3186
3187         Fix build with current poppler from cvs head. 
3188
3189 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3190
3191         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3192
3193         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3194         directory exists.
3195
3196 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3197
3198         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3199         * shell/ev-window.c:
3200
3201         Change sidebar ordering. Fixes bug #439939.
3202
3203 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3204
3205         * backend/comics/Makefile.am:
3206         
3207         Fixes build with --without-libgnome.
3208
3209 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3210         
3211         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3212
3213         Update cursor and tooltip on page change and view scroll. Fixes bug
3214         #439217.
3215
3216 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3217
3218         * NEWS:
3219         * configure.ac:
3220         
3221         Update for release 0.9.0
3222
3223 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3224
3225         * backend/djvu/djvu-document-private.h:
3226         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3227         (djvu_document_finalize),
3228         (djvu_document_file_exporter_format_supported),
3229         (djvu_document_file_exporter_begin),
3230         (djvu_document_file_exporter_do_page),
3231         (djvu_document_file_exporter_end),
3232         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3233         
3234         Implemented printing with djvu. Bug #437998.
3235
3236 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3237
3238         * backend/impress/zip.c:
3239         Add missing ulong definition.
3240
3241         * backend/ps/ps-interpreter.c:
3242         Add missing headers.
3243
3244         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3245
3246 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3247
3248         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3249
3250         Add missing call to parent class dispose method. 
3251
3252 2007-05-12  Ross Burton  <ross@openedhand.com>
3253
3254         * shell/main.c:
3255         Sync keybindings manually when building without libgnome
3256         (#437925).
3257
3258 2007-05-12  Ross Burton  <ross@openedhand.com>
3259
3260         * shell/ev-window.c:
3261         Respect the screen when opening help (#437866).
3262
3263 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3264
3265         * data/evince-ui.xml:
3266         * shell/ev-application.[ch]: (get_print_settings_from_args),
3267         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3268         (ev_application_open_uri_list):
3269         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3270         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3271         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3272         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3273         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3274         (ev_window_dispose):
3275         * shell/main.c: (arguments_parse):
3276
3277         Add print button in preview mode. Fixes bug #396475. 
3278
3279 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3280
3281         * cut-n-paste/zoom-control/ephy-zoom.h:
3282         
3283         Fixes zoom level factors. See bug #408119 for details.
3284
3285 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3286
3287         * backend/comics/comics-document.c: (comics_regex_quote),
3288         (extract_argv):
3289         
3290         Correctly quote symbols. Fixes crash in the bug
3291         #415370.
3292
3293 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3294
3295         * shell/ev-navigation-action-widget.c:
3296         (ev_navigation_action_widget_init),
3297         (ev_navigation_action_widget_class_init),
3298         (ev_navigation_action_widget_button_press_event):
3299         
3300         Connect to button-press event on correct widget. Fixes
3301         bug #431988
3302
3303 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3304
3305         * shell/ev-application.c: (ev_application_open_window),
3306         (ev_application_add_icon_path_for_screen),
3307         (ev_application_open_uri_at_dest):
3308         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3309         * shell/ev-navigation-action.c: (build_menu):
3310         
3311         Add app-specific icons to our icon theme. Fixes bug
3312         #425508.
3313
3314 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3315
3316         * shell/ev-history.c: (ev_history_class_init),
3317         (ev_history_add_link):
3318         * shell/ev-history.h:
3319         * shell/ev-navigation-action.c:
3320         (ev_navigation_action_history_changed),
3321         (ev_navigation_action_set_history), (build_menu),
3322         (ev_navigation_action_finalize):
3323         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3324         
3325         Make navigation action unsensitive instead of showing
3326         menu with unsensitive word. Fixes bug #417392.
3327
3328 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3329
3330         * shell/ev-application.[ch]: (ev_application_shutdown),
3331         (ev_application_get_print_settings),
3332         (ev_application_set_print_settings):
3333         * shell/ev-window.c:
3334
3335         Remember print settings. Fixes bug #349102. 
3336
3337 2007-05-08  Christian Persch  <chpe@gnome.org>
3338
3339         * configure.ac:
3340         * properties/ev-properties-view.c:
3341
3342         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3343         Bug #382438.
3344
3345 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3346
3347         * configure.ac:
3348         * properties/ev-properties-view.c: (ev_regular_paper_size):
3349
3350         Use gtk+ builtin paper list to identify the document's paper size.
3351         Fixes bug #382438. 
3352
3353 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3354
3355         * configure.ac:
3356
3357         Fix build when compiling with thumbnailer and libgnome support. 
3358
3359 2007-05-04  Ross Burton  <ross@openedhand.com>
3360
3361         * configure.ac:
3362         Add --without-libgnome, check for libgnome and libgnomeui
3363         separately, and add them to the symbols as required.
3364
3365         * libdocument/ev-file-helpers.c:
3366         When building without libgnome, use g_get_user_config_dir instead
3367         of gnome_user_dir_get.
3368
3369         * shell/ev-application.c:
3370         When building without libgnome, don't use session management.
3371
3372         * shell/main.c:
3373         When building without libgnome, don't use GnomeProgram or
3374         initialise the authentication manager.
3375
3376         This fixes #328842.
3377
3378 2007-05-04  Ross Burton  <ross@openedhand.com>
3379
3380         * shell/ev-window.c:
3381         Don't use libgnome to open help, instead call Yelp directly.
3382
3383 2007-05-04  Ross Burton  <ross@openedhand.com>
3384
3385         * shell/ev-sidebar-attachments.c:
3386         Don't use libgnome to lookup icons for MIME types, instead copy
3387         code from GTK+ to do it manually.
3388
3389 2007-05-04  Ross Burton  <ross@openedhand.com>
3390
3391         * configure.ac:
3392         Add libxml to the dependencies for SHELL_CORE (#435818).
3393
3394 2007-05-02  Ross Burton  <ross@openedhand.com>
3395
3396         * configure.ac:
3397         * Makefile.am:
3398         Add --disable-thumbnailer (#434825)
3399
3400 2007-05-02  Ross Burton  <ross@openedhand.com>
3401
3402         * shell/ev-window.c:
3403         Add missing includes, fix indentation.
3404
3405         * shell/main.c:
3406         Fix indentation.
3407
3408 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3409
3410         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3411         ev_application_open_uri_at_dest instead of ev_application_open_uri
3412         preventing new document always being opened in a new window even if there
3413         is an empty window.
3414
3415 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3416
3417         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3418         (egg_recent_view_uimanager_finalize):
3419         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3420         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3421         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3422         (ev_pixbuf_cache_dispose):
3423         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3424         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3425         
3426         Add missing chain to parent class methods. Fixes
3427         bug #433128.
3428
3429 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3430
3431         * data/Makefile.am (update-icon-cache): Updates
3432         gtk-update-icon-cache in uninstall-hook.
3433
3434 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3435
3436         * shell/ev-window.c: (ev_window_setup_document),
3437         (ev_window_set_document), (ev_window_load_job_cb):
3438         * shell/ev-view.c: (setup_caches):
3439         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3440
3441         Start rendering pages before any other jobs. 
3442
3443 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3444
3445         * shell/ev-window.c: (ev_window_stop_fullscreen),
3446         (ev_window_stop_presentation):
3447
3448         Update chrome visibility before window unfullscreen. 
3449
3450 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3451
3452         * data/Makefile.am:
3453         * data/evince-ui.xml:
3454         * shell/ev-stock-icons.[ch]:
3455         * shell/ev-application.[ch]: (ev_application_shutdown),
3456         (ev_application_init), (ev_application_get_toolbars_model):
3457         * shell/ev-window.c: (update_chrome_visibility),
3458         (fullscreen_toolbar_setup_item_properties),
3459         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3460         (ev_window_run_presentation), (ev_window_stop_presentation),
3461         (ev_window_run_preview), (ev_window_screen_changed),
3462         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3463         (ev_window_dispose), (ev_window_init):
3464
3465         Make fullscreen toolbar always visible. Do not use egg toolbars for
3466         fullscreen and preview modes since such toolbars are not editables.
3467         Fixes bugs #300278, #338910 and #316188.  
3468
3469 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3470
3471         * shell/ev-application.c:
3472         * shell/ev-job-queue.c:
3473         * shell/ev-metadata-manager.c:
3474         * shell/ev-stock-icons.c:
3475         * shell/ev-window.c:
3476         * shell/main.c:
3477         
3478         Developers documentation updated.
3479
3480 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3481
3482         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3483
3484         Check whether uri is valid before launching it. Fixes bug #427664.
3485
3486 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3487
3488         * shell/ev-window.c:
3489
3490         Change key accelerator for Open a Copy menu entry which is in conflict
3491         with Close. Fixes bug #427321.
3492
3493 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3494
3495         * NEWS:
3496         * configure.ac:
3497         
3498         Update for release 0.8.1
3499
3500 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3501
3502         * shell/ev-window.c: (setup_size_from_metadata):
3503         
3504         Do not make window bigger than screen. Fixes bug 
3505         #388985.
3506
3507 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3508
3509         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3510         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3511
3512         Use default resolution when it's not provided by document. Fixes bug
3513         #408762.
3514
3515 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3516
3517         * configure.ac:
3518         * thumbnailer/Makefile.am:
3519         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3520         * thumbnailer/evince-thumbnailer.schemas.in:
3521         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3522
3523         Add support for ps, eps and compressed documents thumbnails. Do not
3524         ignore size parameter. 
3525
3526 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3527
3528         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3529         (dvi_document_do_color_special):
3530         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3531
3532         Implement font color specials in the DVI backend. Fixes bug #303651.
3533
3534 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3535
3536         Fixup the previous commit:
3537
3538         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3539         * shell/xdg-user-dir-lookup.c: Make the function non-static
3540         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3541
3542 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3543
3544         * shell/ev-window.c (file_open_dialog_response_cb): Use
3545         the xdg-user-dirs DOCUMENTS folder as default folder when
3546         opening a file chooser.  (#424858)
3547
3548         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3549         xdg-user-dirs.
3550
3551 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3552
3553         * shell/ev-window.c: (ev_window_load_job_cb):
3554
3555         Do not setup view from metadata on preview mode. 
3556
3557 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3558
3559         * shell/main.c:
3560
3561         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3562
3563 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3564
3565         * shell/ev-view.c: (ev_view_primary_get_cb):
3566
3567         Check pointer != NULL before using it. Fixes bug #416841. 
3568
3569 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3570
3571         * NEWS:
3572         * configure.ac:
3573         
3574         Release 0.8.0
3575
3576 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3577
3578         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3579
3580         Do not render thumbnails when sidebar thumbnail page is not visible
3581         at startup. Fixes bug #416447. 
3582
3583 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3584
3585         * data/evince.desktop.in.in:
3586
3587         "Application" is not a valid category in the freedesktop specification.
3588
3589 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3590
3591         * libdocument/ev-file-helpers.[ch]: (compression_run),
3592         (ev_file_uncompress), (ev_file_compress):
3593         * shell/ev-window.c: (file_save_dialog_response_cb):
3594
3595         Save document compressed when saving a copy of a compressed document.
3596         Fixes bug #334542.
3597
3598 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3599
3600         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3601
3602         Allow deleting in goto window entry in presentation mode. 
3603
3604 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3605
3606         * Makefile.am: Dist MAINTAINERS.
3607
3608 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3609
3610         * shell/ev-window.c: (ev_window_update_actions):
3611
3612         Fix zoom shortcut keys when searching. Fixes bug #409828.
3613
3614 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3615
3616         * shell/ev-window.c: (ev_window_setup_document):
3617
3618         Fix crash when loading documents with only one page. 
3619
3620 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3621
3622         * backend/dvi/dvi-document.c:
3623         (dvi_document_thumbnails_get_dimensions),
3624         (dvi_document_thumbnails_get_thumbnail):
3625         * backend/impress/impress-document.c:
3626         (impress_document_thumbnails_get_thumbnail),
3627         (impress_document_thumbnails_get_dimensions):
3628         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3629         (ps_document_thumbnails_get_dimensions):
3630         * backend/djvu/djvu-document.c:
3631         (djvu_document_thumbnails_get_dimensions),
3632         (djvu_document_thumbnails_get_thumbnail):
3633         * backend/tiff/tiff-document.c:
3634         (tiff_document_thumbnails_get_thumbnail),
3635         (tiff_document_thumbnails_get_dimensions):
3636         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3637         (pdf_document_thumbnails_get_thumbnail),
3638         (pdf_document_thumbnails_get_dimensions):
3639         * backend/comics/comics-document.c:
3640         (comics_document_thumbnails_get_thumbnail),
3641         (comics_document_thumbnails_get_dimensions):
3642         * backend/pixbuf/pixbuf-document.c:
3643         (pixbuf_document_thumbnails_get_thumbnail),
3644         (pixbuf_document_thumbnails_get_dimensions):
3645         * libdocument/ev-document-thumbnails.[ch]:
3646         (ev_document_thumbnails_get_thumbnail),
3647         (ev_document_thumbnails_get_dimensions):
3648         * libdocument/ev-document-misc.[ch]:
3649         (ev_document_misc_get_thumbnail_frame):
3650         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3651         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3652         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3653         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3654         (ev_sidebar_thumbnails_refresh):
3655         * shell/ev-window.c: (ev_window_setup_document):
3656         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3657
3658         Use an EvRenderContext for rendering thumbnails instead of a suggested
3659         width, so that different sized pages get sized proportionally.
3660
3661 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3662
3663         * shell/ev-view.c: (ev_view_button_press_event),
3664         (ev_view_key_press_event):
3665
3666         Fix critical warnings when there is no document loaded. 
3667
3668 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3669
3670         * shell/ev-page-action-widget.c:
3671         * shell/ev-navigation-action.c:
3672         * shell/ev-window.c:
3673
3674         Fix compile warnings. 
3675
3676 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3677
3678         * backend/djvu/djvu-text.h:
3679         * backend/djvu/djvu-document.c:
3680         * backend/djvu/djvu-text-page.c:
3681         * backend/djvu/djvu-links.c:
3682         * backend/djvu/djvu-text-page.h:
3683         * backend/djvu/djvu-text.c:
3684         
3685         Fix build on Mac. Fixes bug #392186. Patch by
3686         <ephraim_owns@hotmail.com>
3687
3688 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3689
3690         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3691
3692         Restore cairo context before rendering every page when printing a PDF
3693         document into a PDF file. 
3694
3695 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3696
3697         * backend/ps/gstypes.h:
3698         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3699         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3700         (ps_document_thumbnails_get_thumbnail):
3701
3702         Handle PostScript page orientation. Fixes bug #318568.
3703
3704 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3705
3706         * backend/ps/Makefile.am:
3707         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3708         (document_load), (ps_document_load), (save_document),
3709         (save_page_list), (ps_document_get_n_pages),
3710         (ps_document_get_page_size), (ps_document_get_info),
3711         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3712         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3713         (ps_document_thumbnails_get_thumbnail),
3714         (ps_document_thumbnails_get_dimensions),
3715         (ps_document_document_thumbnails_iface_init):
3716         * backend/ps/ps.[ch]: (psgetpagebox):
3717         * backend/ps/ps-interpreter.[ch]:
3718
3719         Add support for thumbnails in ps backend. Fixes bug #164755. 
3720
3721 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3722
3723         * NEWS:
3724         * configure.ac:
3725         
3726         Release 0.7.2
3727
3728 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3729
3730         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3731         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3732         (ev_window_dispose):
3733
3734         Use document thumbnail as window icon. Fixes bug #384442.
3735
3736 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3737
3738         * configure.ac:
3739
3740         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3741         duplicated adding application/x-bzpostscript instead. 
3742
3743 2007-02-11  Tom Parker  <palfrey@tevp.net>
3744
3745         * backend/ps/ps-document.c: (document_load):
3746
3747         Check return value of psscan before trying
3748         to use it. Fixes bug #372414.
3749
3750 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3751
3752         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3753
3754         Fix invalid free in ev-page-cache. Fixes bug #404745.
3755
3756 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3757
3758         * test/Makefile.am:
3759         * test/test3.py:
3760         
3761         Added reload test case.
3762
3763 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3764
3765         * po/POTFILES.in:
3766         * backend/djvu/djvu-document.c: (djvu_document_load):
3767
3768         Check whether there are missing files in indirect multipage djvu
3769         documents. Fixes bug #361683. 
3770
3771 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3772
3773         * test/Makefile.am:
3774         * test/test-mime.bin:
3775         * test/test3.py:
3776         
3777         Added test for slow mime type
3778
3779 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3780
3781         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3782
3783         Add some checks and call parent_class->finalize. Fixes bug #404745.
3784
3785 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3786
3787         * shell/ev-navigation-action.c: (connect_proxy):
3788         
3789         Fixes dropdown history menu. Thanks a lot Carlos!
3790
3791 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3792
3793         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3794
3795         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3796         bug #373715.
3797
3798 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3799
3800         * backend/ps/ps.c: (psscan):
3801
3802         Fix memory leak. 
3803
3804 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3805
3806         * configure.ac:
3807         * libdocument/ev-file-helpers.c: 
3808
3809         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3810
3811 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3812
3813         * configure.ac:
3814         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3815         (ps_interpreter_start), (document_load), (save_document),
3816         (save_page_list):
3817         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3818         * libdocument/ev-document-factory.c:
3819         (ev_document_factory_get_from_mime), (get_document_from_uri),
3820         (free_uncompressed_uri), (ev_document_factory_get_document):
3821         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3822
3823         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3824
3825 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3826
3827         * libdocument/ev-document.h:
3828
3829         Fix typo in function name. 
3830
3831 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3832
3833         * backend/ps/ps-document.c: (ps_interpreter_finished),
3834         (ps_interpreter_start), (ps_interpreter_failed):
3835
3836         Handle ghostscript interpreter crashes. 
3837
3838 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3839
3840         * shell/ev-window.c: (ev_window_open_uri),
3841         (window_configure_event_cb):
3842
3843         Setup window size and position before showing it. Fixes bug #401711.
3844
3845 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3846
3847         * backend/ps/Makefile.am:
3848         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3849         (ps_document_dispose), (ps_document_class_init),
3850         (ps_interpreter_input), (ps_interpreter_output),
3851         (ps_interpreter_error), (setup_interpreter_env),
3852         (ps_interpreter_start), (ps_interpreter_stop),
3853         (ps_interpreter_failed), (ps_interpreter_is_ready),
3854         (check_filecompressed), (document_load), (ps_document_load),
3855         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3856         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3857         (render_page):
3858
3859         Rework ps-document. Code cleanups, remove deprecated code. 
3860
3861 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3862
3863         * shell/ev-view.c: (ev_view_button_press_event):
3864
3865         Do not start an image drag and drop operation when pointer is on 
3866         text, so that we can select text when the whole background is an
3867         image. 
3868
3869 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3870
3871         * shell/ev-window.c: (ev_window_update_actions): 
3872
3873         Disable all zoom related actions during presentation mode. 
3874
3875 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3876
3877         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3878
3879         Do not zoom in or out on presentation mode. Fixes bug #401305.
3880
3881 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3882
3883         * shell/ev-navigation-action.c: (connect_proxy),
3884         (create_menu_item), (ev_navigation_action_class_init):
3885         
3886         Correctly show menu and fix crash when navigaton 
3887         action is out of toolbar visible area.
3888
3889 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3890
3891         * data/Makefile.am:
3892         * data/evince.1:
3893         
3894         Added man file
3895
3896 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3897
3898         * help/reference/* :
3899         * configure.ac:
3900         
3901         Added gtk-doc based documentation for Evince.
3902         Still in initial state but I hope it will
3903         grow.
3904         
3905         * configure.ac:
3906         
3907         Lower dbus requirement to 0.70
3908
3909 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3910
3911         * shell/ev-window.c: (ev_window_add_history):
3912
3913         Fix memory leak. 
3914
3915 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3916
3917         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3918         * shell/ev-view.h:
3919         * shell/ev-window.c: (ev_window_add_history):
3920         
3921         Correctly handle named destination links
3922
3923 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3924
3925         * NOTES:
3926         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3927         * backend/pdf/ev-poppler.cc:
3928         * libdocument/ev-document-links.h:
3929         * libdocument/ev-link.c: (ev_link_get_page):
3930         * libdocument/ev-link.h:
3931         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3932         (ev_history_add_link):
3933         * shell/ev-history.h:
3934         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3935         (new_history_menu_item), (build_menu):
3936         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3937         * shell/ev-sidebar-links.c: (create_loading_model),
3938         (print_section_cb), (ev_sidebar_links_construct),
3939         (fill_page_labels), (update_page_callback_foreach),
3940         (update_page_callback), (job_finished_callback):
3941         * shell/ev-view.c: (ev_view_handle_link):
3942         * shell/ev-window.c: (ev_window_find_chapter),
3943         (ev_window_add_history), (view_handle_link_cb),
3944         (history_changed_cb):
3945         
3946         Implements another history variant
3947
3948 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3949
3950         * shell/ev-window.c: (view_external_link_cb):
3951         * shell/ev-view.c: (ev_view_button_release_event):
3952
3953         Open links in new window when clicking with middle button. 
3954
3955 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3956
3957         * shell/ev-navigation-action.c: (new_history_menu_item):
3958         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3959         * shell/ev-view.c: (ev_view_handle_link):
3960         * shell/ev-window.c:
3961         
3962         Store link before jump, not the destination. For me it 
3963         seems like more natural history behavior.
3964
3965 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3966
3967         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3968         (ev_navigation_action_class_init):
3969         * shell/ev-navigation-action.h:
3970         * shell/ev-page-action.c: (activate_cb):
3971         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3972         (ev_page_cache_set_current_page_history):
3973         * shell/ev-page-cache.h:
3974         * shell/ev-sidebar-thumbnails.c:
3975         (ev_sidebar_tree_selection_changed),
3976         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3977         * shell/ev-view-private.h:
3978         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3979         * shell/ev-view.h:
3980         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3981         (ev_window_setup_document), (ev_window_load_job_cb):
3982         * shell/ev-window.h:
3983         
3984         History finally works as expected.
3985
3986 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3987
3988         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3989
3990         Do not update links treeview if it doesn't have a model assigned yet. 
3991
3992 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3993
3994         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3995         (ev_sidebar_links_class_init), (update_page_callback):
3996
3997         Do not update links treeview when sidepane is not visible. 
3998
3999 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4000
4001         * shell/ev-marshal.list:
4002         * shell/ev-page-action.c: (activate_cb),
4003         (ev_page_action_class_init):
4004         * shell/ev-page-action.h:
4005         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4006         * shell/ev-window.c:
4007         
4008         Remove activate_link signal, not required.
4009
4010 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4011
4012         * shell/ev-navigation-action.c: (build_menu):
4013         
4014         Reorder menu items and build menu with fixed length.
4015
4016 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4017
4018         * shell/ev-view.c: (get_selected_text):
4019         
4020         Normalize text to fix ligatures problem. See bug
4021         #341947 for details.
4022
4023 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4024
4025         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4026
4027         Fix memory leak in ev-page-cache. 
4028
4029 2007-01-25  Tom Parker <palfrey@tevp.net>
4030
4031         * backend/impress/impress-document.c: (impress_document_load),
4032         (impress_document_finalize), (impress_document_init):
4033         * properties/ev-properties-main.c: (ev_properties_get_pages):
4034         
4035         Correctly handle impress document errors. Fixes nautilus
4036         crash in property page #370491.
4037
4038 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4039
4040         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4041         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4042         (ev_job_queue_remove_job):
4043         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4044         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4045         (ev_job_load_run):
4046         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4047         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4048         (ev_window_load_job_cb), (xfer_update_progress_callback),
4049         (ev_window_open_uri), (ev_window_dispose):
4050         * shell/main.c: (main):
4051
4052         Do file transfer asynchronously in the main thread instead of
4053         synchronously in the load thread. Fixes bugs #399694, #398307 and
4054         #343542.
4055
4056 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4057
4058         * shell/ev-jobs.c: (ev_job_xfer_run):
4059
4060         Load the document with the font-config lock held. 
4061
4062 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4063
4064         * backend/ps/ps-document.c: (start_interpreter):
4065
4066         Fix memory leaks in ps backend. 
4067
4068 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4069
4070         * backend/impress/impress-document.c:
4071         (impress_document_render_pixbuf):
4072
4073         Do not acquire fontconfig lock in impress backend, since it is using
4074         the main loop for rendering. 
4075
4076 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4077
4078         * po/POTFILES.in: 
4079
4080         Remove mdvi files that shouldn't be translated. 
4081
4082 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4083
4084         * shell/ev-view-private.h:
4085         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4086         (ev_view_set_zoom):
4087
4088         Render "loading..." text into a cairo surface instead of directly into
4089         the window so that fontconfig lock is only needed once and UI is not
4090         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4091
4092 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4093
4094         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4095         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4096
4097         Use icon theme associated with the window screen rather than default. 
4098
4099 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4100
4101         * configure.ac:
4102
4103         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4104
4105 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4106
4107         * data/icons/*/apps/evince.*:
4108
4109         Move Evince icons under new apps directory.
4110
4111         * data/icons/*/actions/*:
4112
4113         Add new custom themeable Evince icons: view-page-continuous, 
4114         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4115         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4116
4117         * configure.ac:
4118
4119         Add new directories to AC_CONFIG_FILES.
4120
4121         * shell/ev-stock-icons.c:
4122         * shell/ev-stock-icons.h:
4123
4124         Use new custom themeable icons.
4125
4126 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4127
4128         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4129
4130         Do not draw white background page in presentation mode. 
4131
4132 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4133
4134         * shell/ev-view.c: Remove unused gnome-vfs include.
4135
4136 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4137
4138         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4139         
4140         Format string is corrected, fixes bug #397129.
4141
4142 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4143
4144         * shell/ev-window.c: (ev_window_setup_recent):
4145
4146         Do not include in recent menu inexistent documents. Fixes
4147         bug #339171.
4148
4149 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4150
4151         * po/POTFILES.skip: 
4152
4153         Update POTFILES.skip file according to current source tree. 
4154
4155 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4156
4157         * shell/ev-window.c: (file_save_dialog_response_cb):
4158
4159         Do Save a copy in atomic way. Fixes bug #328266. 
4160
4161 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4162
4163         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4164
4165         Keep selected cell always visible in index treeview.
4166
4167 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4168         
4169         * shell/ev-view.c: (ev_view_size_allocate):
4170
4171         Restore horizontal scrollbar after switching to/from fullscreen
4172         or presentation mode. Fixes bug #331728.
4173
4174 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4175
4176         * shell/ev-view-private.h:
4177         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4178         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4179         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4180         (ev_view_can_zoom_out):
4181
4182         Use max and min scale values in the view iby taking dpi into account. 
4183
4184 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4185
4186         * configure.ac:
4187         * NEWS:
4188
4189         Release 0.7.1
4190
4191 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4192
4193         * shell/ev-window.c: (ev_window_print_send):
4194
4195         Send print job to printer with some settings set to default values,
4196         since we have already exported to a file according to such settings
4197         and they could be taken twice by some printers. 
4198
4199 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4200
4201         * shell/ev-jobs.c: (ev_job_xfer_run):
4202         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4203
4204         Show main window and load document with the font-config lock held. 
4205
4206 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4207
4208         * configure.ac:
4209         * shell/ev-application.c: (ev_application_register_service):
4210         * shell/main.c: (load_files_remote):
4211
4212         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4213
4214 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4215
4216         * doc/debugging.txt:
4217         
4218         Remove obsolete documentation.
4219
4220 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4221
4222         * Makefile.am:
4223         * backend/Makefile.am:
4224         * backend/comics/Makefile.am:
4225         * backend/djvu/Makefile.am:
4226         * backend/dvi/Makefile.am:
4227         * backend/ev-async-renderer.c:
4228         * backend/ev-async-renderer.h:
4229         * backend/ev-attachment.c:
4230         * backend/ev-attachment.h:
4231         * backend/ev-backend-marshal.c:
4232         * backend/ev-document-factory.c:
4233         * backend/ev-document-factory.h:
4234         * backend/ev-document-find.c:
4235         * backend/ev-document-find.h:
4236         * backend/ev-document-fonts.c:
4237         * backend/ev-document-fonts.h:
4238         * backend/ev-document-images.c:
4239         * backend/ev-document-images.h:
4240         * backend/ev-document-info.h:
4241         * backend/ev-document-links.c:
4242         * backend/ev-document-links.h:
4243         * backend/ev-document-misc.c:
4244         * backend/ev-document-misc.h:
4245         * backend/ev-document-security.c:
4246         * backend/ev-document-security.h:
4247         * backend/ev-document-thumbnails.c:
4248         * backend/ev-document-thumbnails.h:
4249         * backend/ev-document-transition.c:
4250         * backend/ev-document-transition.h:
4251         * backend/ev-document.c:
4252         * backend/ev-document.h:
4253         * backend/ev-file-exporter.c:
4254         * backend/ev-file-exporter.h:
4255         * backend/ev-image.c:
4256         * backend/ev-image.h:
4257         * backend/ev-link-action.c:
4258         * backend/ev-link-action.h:
4259         * backend/ev-link-dest.c:
4260         * backend/ev-link-dest.h:
4261         * backend/ev-link.c:
4262         * backend/ev-link.h:
4263         * backend/ev-render-context.c:
4264         * backend/ev-render-context.h:
4265         * backend/ev-selection.c:
4266         * backend/ev-selection.h:
4267         * backend/impress/Makefile.am:
4268         * backend/pdf/Makefile.am:
4269         * backend/pixbuf/Makefile.am:
4270         * backend/ps/Makefile.am:
4271         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4272         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4273         (start_interpreter), (stop_interpreter), (document_load),
4274         (ps_document_next_page), (render_page):
4275         * backend/tiff/Makefile.am:
4276         * comics/Makefile.am:
4277         * comics/comics-document.c:
4278         * comics/comics-document.h:
4279         * configure.ac:
4280         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4281         * djvu/Makefile.am:
4282         * djvu/djvu-document-private.h:
4283         * djvu/djvu-document.c:
4284         * djvu/djvu-document.h:
4285         * djvu/djvu-links.c:
4286         * djvu/djvu-links.h:
4287         * djvu/djvu-text-page.c:
4288         * djvu/djvu-text-page.h:
4289         * djvu/djvu-text.c:
4290         * djvu/djvu-text.h:
4291         * dvi/Makefile.am:
4292         * dvi/dvi-document.c:
4293         * dvi/dvi-document.h:
4294         * dvi/fonts.c:
4295         * dvi/fonts.h:
4296         * dvi/mdvi-lib/Makefile.am:
4297         * dvi/mdvi-lib/afmparse.c:
4298         * dvi/mdvi-lib/afmparse.h:
4299         * dvi/mdvi-lib/bitmap.c:
4300         * dvi/mdvi-lib/bitmap.h:
4301         * dvi/mdvi-lib/color.c:
4302         * dvi/mdvi-lib/color.h:
4303         * dvi/mdvi-lib/common.c:
4304         * dvi/mdvi-lib/common.h:
4305         * dvi/mdvi-lib/defaults.h:
4306         * dvi/mdvi-lib/dvimisc.c:
4307         * dvi/mdvi-lib/dviopcodes.h:
4308         * dvi/mdvi-lib/dviread.c:
4309         * dvi/mdvi-lib/files.c:
4310         * dvi/mdvi-lib/font.c:
4311         * dvi/mdvi-lib/fontmap.c:
4312         * dvi/mdvi-lib/fontmap.h:
4313         * dvi/mdvi-lib/fontsrch.c:
4314         * dvi/mdvi-lib/gf.c:
4315         * dvi/mdvi-lib/hash.c:
4316         * dvi/mdvi-lib/hash.h:
4317         * dvi/mdvi-lib/list.c:
4318         * dvi/mdvi-lib/mdvi.h:
4319         * dvi/mdvi-lib/pagesel.c:
4320         * dvi/mdvi-lib/paper.c:
4321         * dvi/mdvi-lib/paper.h:
4322         * dvi/mdvi-lib/pk.c:
4323         * dvi/mdvi-lib/private.h:
4324         * dvi/mdvi-lib/setup.c:
4325         * dvi/mdvi-lib/sp-epsf.c:
4326         * dvi/mdvi-lib/special.c:
4327         * dvi/mdvi-lib/sysdeps.h:
4328         * dvi/mdvi-lib/t1.c:
4329         * dvi/mdvi-lib/tfm.c:
4330         * dvi/mdvi-lib/tfmfile.c:
4331         * dvi/mdvi-lib/tt.c:
4332         * dvi/mdvi-lib/util.c:
4333         * dvi/mdvi-lib/vf.c:
4334         * dvi/pixbuf-device.c:
4335         * dvi/pixbuf-device.h:
4336         * impress/Makefile.am:
4337         * impress/common.h:
4338         * impress/document.c:
4339         * impress/f_oasis.c:
4340         * impress/f_oo13.c:
4341         * impress/iksemel.c:
4342         * impress/iksemel.h:
4343         * impress/imposter.h:
4344         * impress/impress-document.c:
4345         * impress/impress-document.h:
4346         * impress/internal.h:
4347         * impress/r_back.c:
4348         * impress/r_draw.c:
4349         * impress/r_geometry.c:
4350         * impress/r_gradient.c:
4351         * impress/r_style.c:
4352         * impress/r_text.c:
4353         * impress/render.c:
4354         * impress/render.h:
4355         * impress/zip.c:
4356         * impress/zip.h:
4357         * lib/Makefile.am:
4358         * lib/ev-debug.c:
4359         * lib/ev-debug.h:
4360         * lib/ev-file-helpers.c:
4361         * lib/ev-file-helpers.h:
4362         * lib/ev-gui.c:
4363         * lib/ev-gui.h:
4364         * lib/ev-tooltip.c:
4365         * lib/ev-tooltip.h:
4366         * libdocument/Makefile.am:
4367         * libdocument/ev-file-helpers.c:
4368         * pdf/Makefile.am:
4369         * pdf/ev-poppler.cc:
4370         * pdf/ev-poppler.h:
4371         * pixbuf/Makefile.am:
4372         * pixbuf/pixbuf-document.c:
4373         * pixbuf/pixbuf-document.h:
4374         * properties/Makefile.am:
4375         * ps/Makefile.am:
4376         * ps/gsdefaults.c:
4377         * ps/gsdefaults.h:
4378         * ps/gsio.c:
4379         * ps/gsio.h:
4380         * ps/gstypes.h:
4381         * ps/ps-document.c:
4382         * ps/ps-document.h:
4383         * ps/ps.c:
4384         * ps/ps.h:
4385         * shell/Makefile.am:
4386         * shell/ev-application.h:
4387         * shell/ev-sidebar-links.c:
4388         * shell/ev-sidebar-links.h:
4389         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4390         (ev_gui_menu_position_tree_selection):
4391         * shell/ev-utils.h:
4392         * shell/ev-view.c: (ev_view_finalize):
4393         * shell/ev-window.c:
4394         * shell/main.c: (main):
4395         * thumbnailer/Makefile.am:
4396         * tiff/Makefile.am:
4397         * tiff/tiff-document.c:
4398         * tiff/tiff-document.h:
4399         * tiff/tiff2ps.c:
4400         * tiff/tiff2ps.h:
4401         
4402         Reorganize source tree.
4403
4404 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4405
4406         * backend/ev-document-factory.c:
4407
4408         Do not include ev-poppler.h when pdf is disabled. 
4409
4410 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4411
4412         * configure.ac:
4413         * data/evince-ui.xml:
4414         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4415         (pdf_document_document_images_iface_init):
4416         * backend/Makefile.am:
4417         * backend/ev-document-images.[ch]:
4418         * backend/ev-image.[ch]:
4419         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4420         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4421         (ev_job_xfer_run):
4422         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4423         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4424         (ev_pixbuf_cache_get_image_mapping):
4425         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4426         (view_menu_popup_cb), (ev_window_dispose),
4427         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4428         (ev_view_popup_cmd_copy_image):
4429         * shell/ev-view-private.h:
4430         * shell/ev-view.c: (ev_view_get_image_at_location),
4431         (ev_view_do_popup_menu), (ev_view_popup_menu),
4432         (ev_view_button_press_event), (ev_view_drag_data_get),
4433         (ev_view_drag_motion), (ev_view_drag_data_received),
4434         (ev_view_motion_notify_event), (ev_view_button_release_event),
4435         (ev_view_finalize), (ev_view_class_init):
4436
4437         Add image handling support. Fixes bugs #310008 and #325047. Images
4438         selection is not supported yet. 
4439
4440 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4441
4442         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4443         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4444         (ev_view_init):
4445
4446         Move view drag and drop stuff to ev-view.
4447
4448 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4449
4450         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4451         * shell/ev-view.c: (clear_selection): 
4452
4453         Clear selection also in pixbuf cache.
4454
4455 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4456
4457         * data/evince.desktop.in.in:
4458         
4459         Change icon name in desktop file. See bug #390734
4460         for details.
4461
4462 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4463
4464         * thumbnailer/Makefile.am:
4465
4466         Use top_builddir instead top_srcdir for generated schema
4467         file installation. Fixes bug #390161.
4468
4469 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4470
4471         * configure.ac:
4472         * backend/Makefile.am:
4473         * backend/ev-document-transition.[ch]:
4474         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4475         (pdf_document_page_transition_iface_init):
4476         * shell/ev-view-private.h:
4477         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4478         (ev_view_set_presentation), (transition_next_page),
4479         (ev_view_presentation_transition_stop),
4480         (ev_view_presentation_transition_start), (ev_view_next_page):
4481
4482         Add page transition support in presentation mode. At the moment only
4483         page duration is supported, but not transition effects. Fixes bug
4484         #309815.
4485
4486 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4487
4488         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4489
4490         Run find_link_dest with document lock held, since it's called by links
4491         thread and main thread at the same time. 
4492
4493 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4494
4495         * shell/ev-view.c: (goto_dest):
4496
4497         Update page-cache when page is changed by the view, so that
4498         page-changed signal is emitted. 
4499
4500 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4501
4502         * test/test1.py:
4503         * test/test2.py:
4504
4505         Use C locale in tests. 
4506
4507 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4508
4509         * shell/ev-window.c: (ev_window_run_presentation):
4510         * shell/ev-view-private.h:
4511         * shell/ev-view.c: (ev_view_set_presentation):
4512
4513         Restore zoom settings when back from presentation mode. 
4514
4515 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4516
4517         * shell/ev-window.c: (ev_window_run_presentation):
4518
4519         Always use "best fit" zoom in presentation mode.
4520         Fixes bug #389195.
4521
4522 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4523
4524         * shell/ev-view.c: (ev_view_goto_window_create):
4525
4526         Show "Jump to page" label in the page jumping popup in
4527         presentation mode instead of just a GtkEntry.
4528
4529 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4530
4531         * shell/ev-window.c: (launch_external_uri):
4532
4533         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4534         #378085.
4535
4536 2006-12-22  Elijah Newren  <newren gmail com>
4537
4538         * configure.ac: explicitly check for libxml2.  Fixes #388795
4539
4540 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4541
4542         * shell/ev-view-private.h:
4543         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4544         (ev_view_goto_window_delete_event), (key_is_numeric),
4545         (ev_view_goto_window_key_press_event),
4546         (ev_view_goto_window_button_press_event),
4547         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4548         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4549         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4550
4551         Allow jumping to another page by typing a page number in presentation
4552         mode. It uses a popup window with an entry. Fixes bug #353625.
4553
4554 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4555
4556         * configure.ac:
4557         * properties/ev-properties-view.c: (ev_get_default_user_units),
4558         (ev_regular_paper_size):
4559         
4560         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4561         to Damien Carbery <damien.carbery@sun.com> and
4562         Yevgen Muntyan <muntyan@tamu.edu>.
4563
4564 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4565
4566         * shell/ev-window.c: (setup_document_from_metadata):
4567
4568         Make sure Evince doesn't restore the view on the last
4569         page when a document is reopened. Fixes bug #383381.
4570
4571 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4572
4573         * shell/ev-view.c: (draw_loading_text):
4574
4575         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4576
4577 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4578
4579         * configure.ac:
4580         * NEWS:
4581
4582         Release 0.7.0
4583
4584 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4585
4586         * configure.ac:
4587         * pdf/ev-poppler.cc: (pdf_print_context_free),
4588         (pdf_document_file_exporter_begin),
4589         (pdf_document_file_exporter_do_page):
4590
4591         Make cairo-pdf depedency optional. 
4592
4593 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4594
4595         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4596
4597         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4598
4599 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4600
4601         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4602         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4603         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4604         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4605         * shell/ev-view.c: (draw_loading_text):
4606         * shell/ev-window.c: (ev_window_cmd_file_properties):
4607
4608         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4609         related to using FontConfig from different threads.
4610         
4611 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4612
4613         * shell/ev-view.c: (draw_loading_text):
4614
4615         Acquire lock document when drawing "Loading..." text so that only one
4616         thread will use FontConfig at the same time. Fixes bug #374750.
4617
4618 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4619
4620         * shell/ev-page-action.[ch]: (activate_cb):
4621         * shell/ev-window.c: (activate_label_cb):
4622
4623         Check if text inserted in page entry is a valid page number when it
4624         doesn't match to any document page label. Fixes bug #383165.
4625
4626 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4627         * shell/ev-window.c:
4628
4629         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4630         available with GTK < 2.10. Added an ifdef to avoid compilation
4631         error.
4632
4633 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4634
4635         * configure.ac:
4636         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4637
4638         Fix ps backend in multihead systems.
4639
4640 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4641
4642         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4643         * shell/ev-window.c: (ev_window_get_screen_dpi),
4644         (ev_window_update_actions), (setup_view_from_metadata),
4645         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4646
4647         Take screen DPI into account when zooming. Fixes bug #318285.
4648
4649 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4650
4651         * data/Makefile.am:
4652
4653         Cleaned up/slightly refactored Makefile.am. Added GConf
4654         schemas uninstallation as well.
4655
4656 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4657
4658         * Makefile.am:
4659         * test/Makefile.am:
4660
4661         Fight with autotools to fix make check. Make distcheck
4662         works fine as well now!
4663
4664 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4665
4666         * shell/ev-view.c: (draw_end_presentation_page):
4667
4668         Corrected "end of presentation" string.
4669
4670 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4671
4672         * shell/ev-view.c: (ev_view_key_press_event):
4673
4674         Correctly propagate key press event so that up/down keys
4675         work as expected (correct behaviour was broken by
4676         black/white screen key bindings for presentations).
4677
4678 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4679
4680         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4681         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4682         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4683         (pdf_selection_get_selection_region),
4684         (pdf_selection_get_selection_map):
4685
4686         Add "static" to some private functions. 
4687
4688 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4689
4690         * lib/ev-tooltip.h:
4691         * properties/ev-properties-view.h:
4692         * shell/ev-jobs.h:
4693         * shell/ev-properties-dialog.h:
4694         * shell/ev-properties-fonts.h:
4695         * shell/ev-sidebar-links.h:
4696         * shell/ev-sidebar-thumbnails.h:
4697         * shell/ev-sidebar.h:
4698         * shell/ev-window.h:
4699         
4700         Fixes CHACK type in class casts. See bug #385343
4701         for details.
4702
4703 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4704
4705         * shell/ev-view-private.h:
4706         * shell/ev-view.c: (draw_end_presentation_page),
4707         (ev_view_expose_event), (ev_view_key_press_event),
4708         (ev_view_class_init), (ev_view_init):
4709
4710         Blank screen in presentation mode when pressing 'b' (filling with
4711         black) or 'w' (filling with white) keys. Fixes bug #358132.
4712
4713 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4714
4715         * data/evince-toolbar.xml:
4716         * shell/ev-window.c:
4717         
4718         Use stock icon for Select All action. Fixes
4719         bug #382652.
4720
4721 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4722
4723         * shell/ev-view.c: (get_doc_point_from_offset),
4724         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4725
4726         Add links support in rotated documents. Fixes bug #343733.
4727
4728 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4729
4730         * shell/ev-view-private.h:
4731         * shell/ev-view.c: (draw_end_presentation_page),
4732         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4733
4734         Show a blank page after the last page in presentation mode with a
4735         message indicating that presentation has finished and how to exit. 
4736
4737 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4738
4739         * shell/ev-window.c: (fullscreen_timeout_cb):
4740
4741         Hide cursor after a while in presentation mode. 
4742
4743 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4744
4745         * backend/ev-document-info.h:
4746         * data/evince-properties.glade:
4747         * pdf/ev-poppler.cc:
4748         * properties/ev-properties-view.c: (ev_regular_paper_size),
4749         (ev_properties_view_set_info):
4750         * ps/ps-document.c: (ps_document_get_info):
4751
4752         Adds a paper size field to the properties dialog. Fixes
4753         bug #307315. Patch by Kasper Svendsen (with some i18n
4754         changes done by me).
4755
4756 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4757
4758         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4759         (screensaver_init_dbus), (totem_scrsaver_new),
4760         (totem_scrsaver_init):
4761         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4762         * shell/ev-application.c: (ev_application_register_service),
4763         (ev_application_screensaver_enable),
4764         (ev_application_screensaver_disable):
4765         * shell/ev-application.h:
4766         * shell/ev-window.c: (ev_window_run_presentation),
4767         (ev_window_stop_presentation), (build_comments_string),
4768         (ev_window_init):
4769         
4770         Move screensaver handling to application. No more
4771         message on startup.
4772
4773 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4774
4775         * configure.ac:
4776         * backend/Makefile.am:
4777         * backend/ev-file-exporter.[ch]:
4778         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4779         * ps/ps-document.c: (ps_document_file_exporter_*):
4780         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4781         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4782         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4783         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4784
4785         Allow printing to PDF when suppoted by the backend.
4786         
4787 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4788
4789         * shell/ev-window.c: (build_comments_string):
4790
4791         Use always "Document Viewer" in about dialog. 
4792
4793 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4794
4795         * djvu/djvu-document.c: (djvu_document_get_page_size):
4796
4797         Display a warning message when get_pageinfo fails. 
4798
4799 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4800
4801         * Makefile.am:
4802         * backend/Makefile.am:
4803         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4804         * configure.ac:
4805         * shell/ev-window.c: (build_comments_string):
4806         
4807         Make pdf compilation optional. See bug #38007.
4808
4809 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4810
4811         * ps/ps.c: (get_next_text):
4812
4813         Fix CVE-2006-5864.
4814
4815 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4816
4817         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4818         * shell/ev-navigation-action.c: (connect_proxy),
4819         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4820         
4821         Do not call g_type_class_peek_parent twice.
4822
4823 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4824
4825         * configure.ac:
4826         * data/icons/24x24/.cvsignore:
4827         * data/icons/24x24/Makefile.am:
4828         * data/icons/24x24/evince.png:
4829         * data/icons/Makefile.am:
4830         
4831         Add 24x24 icon. Thanks to 
4832         Michael Monreal <infernux@web.de>.
4833
4834 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4835
4836         * configure.ac: Fix typo in configure.ac. Thanks
4837         to dmacks@netspace.org for notification.
4838
4839 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4840
4841         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4842         
4843         Drop dbus include, fixes compilation with older dbus.
4844
4845 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4846
4847         * configure.ac:
4848         * cut-n-paste/Makefile.am:
4849         * cut-n-paste/totem-screensaver/.cvsignore
4850         * cut-n-paste/totem-screensaver/Makefile.am:
4851         * cut-n-paste/totem-screensaver/README:
4852         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4853         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4854         * shell/Makefile.am:
4855         * shell/ev-window.c: (ev_window_run_presentation),
4856         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4857         (ev_window_init):
4858
4859         Implemented screensaver enabling/disabling for
4860         presentation mode (not fullscreen mode). Code stolen
4861         from Totem (with some minor tweaks). Fixes bug #338889.
4862
4863 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4864
4865         * configure.ac:
4866
4867         Bump gnome-icon-theme requirements. We use the rotation
4868         icons that appeared recently.
4869
4870 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4871
4872         * shell/ev-history.c: (ev_history_add_page):
4873         * shell/ev-history.h:
4874         * shell/ev-window.c: (page_changed_cb):
4875         
4876         Use page labels instead of numbers.
4877
4878 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4879
4880         * data/evince-toolbar.xml:
4881         * po/POTFILES.in:
4882         * shell/Makefile.am:
4883         * shell/ev-navigation-action-widget.c:
4884         (ev_navigation_action_widget_init),
4885         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4886         (menu_detacher), (ev_navigation_action_widget_set_menu),
4887         (menu_position_func), (popup_menu_under_arrow),
4888         (ev_navigation_action_widget_toggled),
4889         (ev_navigation_action_widget_button_press_event):
4890         * shell/ev-navigation-action-widget.h:
4891         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4892         (ev_navigation_action_set_window), (activate_menu_item_cb),
4893         (new_history_menu_item), (new_empty_history_menu_item),
4894         (build_menu), (menu_activated_cb), (connect_proxy),
4895         (create_tool_item), (ev_navigation_action_init),
4896         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4897         * shell/ev-navigation-action.h:
4898         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4899         (ev_page_action_widget_set_page_cache),
4900         (ev_page_action_widget_finalize),
4901         (ev_page_action_widget_class_init), (match_selected_cb),
4902         (display_completion_text), (match_completion), (build_new_tree_cb),
4903         (get_filter_model_from_model),
4904         (ev_page_action_widget_update_model):
4905         * shell/ev-page-action-widget.h:
4906         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4907         (connect_proxy):
4908         * shell/ev-page-action.h:
4909         * shell/ev-stock-icons.c:
4910         * shell/ev-stock-icons.h:
4911         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4912         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4913         (register_custom_actions):
4914         * shell/main.c:
4915         
4916         Preliminary history implementation
4917
4918 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4919
4920         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4921         (dvi_document_class_init), (dvi_document_init_params):
4922         * dvi/mdvi-lib/font.c: (font_reference):
4923         
4924         Add reference to subfont. Fixes bug #374277.
4925
4926 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4927
4928         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4929         (ev_window_cmd_file_open_copy_at_dest):
4930
4931         Fix a race condition when creating symlink. Increase the counter
4932         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4933         Mathias Hasselmann).
4934
4935 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4936
4937         * backend/Makefile.am:
4938         * backend/ev-attachment.c: (ev_attachment_open):
4939         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4940         (ev_tmp_dir), (ev_tmp_filename):
4941         * shell/ev-sidebar-attachments.c:
4942         (ev_sidebar_attachments_drag_data_get):
4943         * shell/ev-window.c: (ev_window_clear_temp_file):
4944
4945         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4946         in ensure_dir_exists. Abort without crashing when we can't create
4947         user's directory.
4948
4949 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4950
4951         * data/evince-ui.xml:
4952         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4953         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4954         (ev_window_cmd_file_open_copy_at_dest),
4955         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4956         (ev_view_popup_cmd_open_link_new_window):
4957
4958         Allow opening a copy of the current document in a new window. Fixes bug
4959         #357472
4960
4961 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4962
4963         * data/evince-toolbar.xml:
4964         
4965         Add rotate right and rotate left to available items for toolbar.
4966         
4967         * data/evince-ui.xml:
4968         * shell/ev-window.c: (ev_window_init):
4969         
4970         Customize toolbar with right click. Fixes bug #372451.
4971
4972 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4973
4974         * shell/ev-window.c: 
4975         
4976         Use "object-rotate-{left,right}" stock icons. Fixes 
4977         bug #373863.
4978
4979 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4980
4981         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4982         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4983         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4984         (ev_window_open_uri):
4985         * shell/main.c: (arguments_parse):
4986
4987         Remove temp file created when evince is used by GTK+ in
4988         preview mode. Fixes bug #365282. 
4989
4990 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4991
4992         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4993         
4994         Fixes bug #372474 - Side pane disabled when entering 
4995         and leaving fullscreen mode.
4996
4997 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4998
4999         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5000         * data/Makefile.am:
5001         * data/evince-preview-toolbar.xml:
5002         * data/evince-toolbar.xml:
5003         * shell/ev-application.c: (ev_application_shutdown),
5004         (ev_application_init), (ev_application_get_toolbars_model):
5005         * shell/ev-application.h:
5006         * shell/ev-window.c: (update_chrome_visibility),
5007         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5008         (ev_window_cmd_edit_toolbar), (ev_window_init):
5009         
5010         Fixes bug #364364 - toolbar editor shows zoom actions again.
5011
5012 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5013
5014         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5015
5016         Do not take margins into consideration for paper size when printing.
5017         Really fixes bug #350491.
5018
5019 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5020
5021         * data/evince-ui.xml:
5022         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5023         (ev_window_cmd_file_print_setup),
5024         (ev_window_print_dialog_response_cb),
5025         (ev_window_setup_action_sensitivity):
5026
5027         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5028
5029 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5030
5031         * shell/ev-window.c: (ev_window_print_range):
5032
5033         Revert my previuos commit, since printing to PDF is not supported by
5034         evince yet. 
5035
5036 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5037
5038         * shell/ev-window.c: (ev_window_print_range):
5039
5040         Enable print to a PDF. Fixes bug #332121.
5041
5042 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5043
5044         * shell/ev-application-service.xml:
5045         * shell/ev-application.[ch]: (ev_application_open_window),
5046         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5047         (ev_application_open_uri), (ev_application_open_uri_list):
5048         * shell/ev-window.c: (file_open_dialog_response_cb),
5049         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5050         (drag_data_received_cb), (open_remote_link):
5051         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5052
5053         Add support for multiscreen systems. Fixes bug #316206.
5054
5055 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5056
5057         * shell/ev-jobs.[ch]: (ev_job_print_new),
5058         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5059         (ev_job_print_do_page):
5060         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5061
5062         Allow printing only odd/even pages. Fixes bug #367289.
5063
5064 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5065
5066         * test/test1.py:
5067         * test/test2.py:
5068
5069         Re-add locale settings to test files.
5070
5071 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5072
5073         * data/evince-ui.xml:
5074         * shell/ev-window.c: (set_action_properties):
5075         
5076         Removed garbage from code and ui.
5077
5078 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5079
5080         * shell/ev-window.c: (ev_window_cmd_help_about):
5081
5082         Shamelessly add my name to the list of contributors.
5083
5084 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5085
5086         * test/test1.py:
5087         * test/test2.py:
5088
5089         Cleaned up the dogtail scripts.
5090
5091 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5092
5093         * shell/ev-view.c: (draw_loading_text): Don't render
5094         "loading..." text in presentation mode. Temporary
5095         workaround for bug #320352.
5096
5097 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5098
5099         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5100         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5101
5102         Use print settings scale, copies, collate and reverse which were
5103         ignored. Fixes bug #359032.
5104
5105 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5106
5107         * configure.ac:
5108         * data/evince-password.glade:
5109         * test/Makefile.am:
5110         * test/test-encrypt.pdf:
5111         * test/test-links.pdf:
5112         * test/test1.py:
5113         * test/test2.py:
5114
5115         Add automated UI tests for evince with dogtail. See
5116         bug #300948.    
5117
5118 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5119
5120         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5121
5122         Hide fullscreen toolbar when switching to another desktop workspace.
5123         Fixes bug #338871
5124
5125 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5126
5127         * shell/ev-window-title.c: 
5128         
5129         Test for .dvi in title of pdf documents.
5130
5131 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5132
5133         * shell/ev-view.c: (ev_view_scroll):
5134
5135         Page Up/Down should do page jumps in "Best fit" mode.
5136         If a user has explicitly chosen to view exactly one page
5137         at a time, scrolling just a part of the page when
5138         pressing Page Up/Down is not right. Fixes bug #323107.
5139
5140 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5141
5142         * NEWS:
5143         * configure.ac:
5144         
5145         Update for 0.6.1
5146
5147 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5148
5149         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5150         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5151         
5152         Correctly disconnect from job signals on destroy.
5153
5154 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5155
5156         * shell/ev-view-private.h:
5157         * shell/ev-view.c: (view_set_adjustment_values),
5158         (view_update_range_and_current_page),
5159         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5160         
5161         Fixes bug #343199, current page now follows find page.
5162
5163 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5164
5165         * backend/ev-document-factory.c:
5166         * configure.ac:
5167         Assigned OpenDocument presenation MIME type to the
5168         Impress backend. Added some missing (but harmless)
5169         #ifdefs in the document factory as well to make things
5170         consistent again. Fixes bug #360658.
5171
5172 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5173
5174         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5175         * backend/ev-document-find.c: (ev_document_find_get_type):
5176         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5177         * backend/ev-document-links.c: (ev_document_links_get_type):
5178         * backend/ev-document-security.c: (ev_document_security_get_type):
5179         * backend/ev-document-thumbnails.c:
5180         (ev_document_thumbnails_get_type):
5181         * backend/ev-document.c: (ev_document_get_type):
5182         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5183         * backend/ev-selection.c: (ev_selection_get_type):
5184         * cut-n-paste/recent-files/egg-recent-model.c:
5185         (egg_recent_model_get_type):
5186         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5187         (egg_recent_view_uimanager_get_type):
5188         * cut-n-paste/recent-files/egg-recent-view.c:
5189         (egg_recent_view_get_type):
5190         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5191         (egg_editable_toolbar_get_type):
5192         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5193         (egg_toolbar_editor_get_type):
5194         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5195         (egg_toolbars_model_get_type):
5196         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5197         (egg_tree_multi_drag_source_get_type):
5198         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5199         (ephy_zoom_action_get_type):
5200         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5201         (ephy_zoom_control_get_type):
5202         * impress/r_back.c: (_imp_fill_back):
5203         * properties/ev-properties-main.c:
5204         (ev_properties_plugin_register_type):
5205         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5206         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5207         (ev_view_accessible_factory_get_type):
5208
5209         Reduce relocations. Bug #360616.
5210
5211 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5212
5213         * backend/ev-document-factory.c:
5214         (ev_document_factory_get_document):
5215         
5216         Load document even if extension is wrong.
5217
5218 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5219
5220         * shell/ev-metadata-manager.c: (save_values):
5221         * shell/ev-window.c: (setup_size_from_metadata),
5222         (setup_view_from_metadata), (ev_window_setup_document),
5223         (ev_window_xfer_job_cb), (window_configure_event_cb):
5224         
5225         Set size according to the document size/page size ratio.
5226         That should correct rather wierd behaviour of the previous
5227         commit.
5228
5229 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5230
5231         * shell/ev-window.c: (setup_view_from_metadata):
5232         
5233         Set size for new windows from previous window size.
5234         See bugs #354968 and #168450 for details. Thanks
5235         to Meik Hellmund.
5236
5237 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5238
5239         * djvu/djvu-links.c: (build_tree):
5240
5241         Fix memory leak.
5242
5243 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5244
5245         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5246         
5247         Don't make sidebar close button insensitive. Fixes
5248         bug #357871.
5249
5250 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5251
5252         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5253         (ev_window_set_view_accels_sensitivity):
5254         
5255         Don't enable Slash on documents which don't support
5256         find. Fixes bug #358648.
5257
5258 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5259
5260         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5261         open dialog fall back to the current document uri if the
5262         filechooser hasn't been used before. Fixes bug #356980.
5263
5264 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5265
5266         * shell/ev-window.c: (ev_window_setup_recent), 
5267         (ev_window_get_recent_file_label):
5268
5269         Escape underscores in filenames of recent file items.
5270
5271 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5272
5273         * configure.ac:
5274         
5275         Bumped poppler requirements, really 0.5.3 is very 
5276         buggy, now we require 0.5.4.
5277
5278 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5279
5280         * djvu/Makefile.am:
5281         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5282         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5283         (djvu_document_document_links_iface_init):
5284         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5285         (number_from_string_10), (get_djvu_link_dest),
5286         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5287         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5288         (djvu_links_get_links), (djvu_links_find_link_dest),
5289         (djvu_links_get_links_model):
5290         * djvu/djvu-links.h:
5291         
5292         Add support for links and bookmarks in djvu documents. Thanks
5293         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5294         patch.
5295
5296 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5297
5298         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5299         
5300         Reopen should reload document. Fixes 
5301         bug 327951.
5302
5303 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5304
5305         * configure.ac:
5306         * data/Makefile.am:
5307         * data/evince-16.png:
5308         * data/evince-22.png:
5309         * data/evince.png:
5310         * data/evince.svg:
5311         * data/icons/16x16/Makefile.am:
5312         * data/icons/16x16/evince.png:
5313         * data/icons/22x22/Makefile.am:
5314         * data/icons/22x22/evince.png:
5315         * data/icons/48x48/Makefile.am:
5316         * data/icons/48x48/evince.png:
5317         * data/icons/Makefile.am:
5318         * data/icons/scalable/Makefile.am:
5319         * data/icons/scalable/evince.svg:
5320         
5321         Install icons with correct names. Fixes
5322         bug #354429.
5323
5324 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5325
5326         * shell/ev-view.c: (ev_view_button_release_event):
5327
5328         Don't open links with middle mouse button. Fixes bug #353649
5329
5330 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5331
5332         * NEWS:
5333         * configure.ac:
5334         
5335         Update for release 0.6.0
5336
5337 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5338
5339         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5340         Implement Close named action. Patch by Carlos Garcia Campos.
5341
5342 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5343
5344         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5345         
5346         Don't clear link mapping on copy_job_to_job_info. Fixes
5347         bug 346168.
5348
5349 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5350
5351         * shell/main.c: (main):
5352
5353         Revert my previous commit, gnome_program_init owns the option context.
5354         Fix another memory leak in main. Both caught by Christian Persch. 
5355
5356 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5357
5358         * shell/main.c: (main):
5359
5360         Fix memory leak.
5361
5362 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5363
5364         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5365
5366         Fix crash when opening a pdf with password protection. 
5367
5368 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5369
5370         * pdf/ev-poppler.cc: (pdf_document_search_free):
5371
5372         Fix memory leak. 
5373
5374 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5375
5376         * backend/ev-document-factory.c:
5377         (ev_document_factory_get_document):
5378         * tiff/tiff-document.c: (tiff_document_finalize):
5379         
5380         More correct handling of document loading. Fixes
5381         bug #349043.
5382
5383 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5384
5385         * backend/ev-attachment.c: (ev_attachment_save):
5386
5387         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5388         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5389
5390 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5391         
5392         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5393         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5394
5395 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5396
5397         * shell/ev-sidebar-thumbnails.c:
5398
5399         Do not render thumbnails unless thumbnails page is active in the
5400         sidebar.
5401
5402 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5403
5404         * shell/ev-properties-dialog.c:
5405
5406         Fix dialogue spacing. Bug #351370.
5407
5408 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5409
5410         * configure.ac:
5411
5412         Use lowercase gettext catalog file names (evince.mo
5413         instead of Evince.mo)
5414
5415 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5416
5417         * shell/ev-sidebar-attachments.c:
5418
5419         GtkIconTheme is now screen safe too. Fixes bug #350878
5420
5421 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5422
5423         * shell/ev-window.c:
5424
5425         GtkRecent manager is now screen safe. Fixes bug #350145
5426
5427 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5428
5429         * shell/ev-sidebar.c: (ev_sidebar_init):
5430         
5431         Make sidebar close icon smaller. Fix for bug 350177.
5432         See also bugs 350176 and 165770.
5433
5434 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5435
5436         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5437
5438         Ignore zoom for xyz destinations when it's <= 1, keeping user
5439         preferences instead. Set correct sizing-mode for fith and fitv
5440         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5441
5442 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5443
5444         * NEWS:
5445         * configure.ac:
5446         
5447         Update for release 0.5.5
5448
5449 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5450         
5451         * shell/ev-window.c: (ev_window_cmd_escape)
5452
5453         Escape unfocus page entry. Fixes bug #345809.
5454
5455 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5456
5457         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5458         (build_tree), (pdf_document_links_get_links),
5459         (pdf_document_links_find_link_dest):
5460         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5461         (goto_xyz_dest):
5462
5463         Convert from PDF style coordinates to X style coordinates in the
5464         backend rather than in the view. Fixes bug #338440
5465
5466 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5467
5468         * shell/ev-window.c:
5469         
5470         Remove Ctrl+Shift+T shortcut for toolbars. See
5471         the bug #350098.
5472
5473 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5474
5475         * configure.ac:
5476
5477         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5478         of this. 
5479
5480 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5481
5482         * configure.ac:
5483         * cut-n-paste/Makefile.am:
5484         * data/evince-ui.xml:
5485         * shell/Makefile.am:
5486         * shell/ev-application.[ch]:
5487         * shell/ev-window.c:
5488
5489         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5490         #349273
5491
5492 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5493
5494         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5495         findbar code: s/help/search/
5496
5497 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5498
5499         * shell/ev-window.c: (setup_document_from_metadata),
5500         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5501         (setup_view_from_metadata):
5502         
5503         Fix memory leaks.
5504
5505 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5506
5507         * autogen.sh, configure.ac: 
5508         
5509         Update automake usage. See bug 349292.
5510
5511 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5512
5513         * shell/eggfindbar.c: (egg_find_bar_class_init),
5514         (entry_activate_callback), (egg_find_bar_init),
5515         (egg_find_bar_set_status_text):
5516         * shell/eggfindbar.h:
5517         
5518         Unify Evince findbar with Epiphany. Nice patch
5519         from Fabricio Silva <silva@crans.org> and
5520         Frederic Peters <fpeters@entrouvert.com>. See
5521         bug #339966 for details.
5522
5523 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5524
5525         * data/evince.desktop.in.in:
5526         
5527         Correct information for bugzilla. Thanks to
5528         Olaf Vitters, see bug #348855.
5529
5530 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5531
5532         * shell/ev-jobs.[ch]:
5533         * shell/ev-sidebar-links.c:
5534         * shell/ev-window.[ch]:
5535
5536         GtkPrintJob doesn't support print ranges or current page, so we export
5537         to a ps file now when printing ranges or current page.
5538
5539 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5540
5541         * pdf/ev-poppler.cc:
5542         * shell/ev-window.c: (do_action_named):
5543
5544         We should be more clear about bugzilla. See the
5545         poppler bug #7623.
5546
5547 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5548
5549         * configure.ac:
5550         * shell/Makefile.am:
5551         * shell/ev-job-queue.c:
5552         * shell/ev-jobs.[ch]:
5553         * shell/ev-sidebar-links.c:
5554         * shell/ev-window.[ch]:
5555         
5556         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5557         #348422
5558
5559 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5560
5561         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5562         * shell/ev-application-service.xml:
5563         * shell/ev-application.[ch]:
5564         * shell/ev-jobs.[ch]:
5565         * shell/ev-window.[ch]: (ev_window_run_preview):
5566         * shell/main.c: 
5567
5568         Add preview mode to use evince as a printing previewer. It also adds
5569         other command line options for fullscreen and presentation modes.
5570         Fixes bugs #347822, #317031
5571
5572 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5573
5574         * NEWS:
5575         * configure.ac:
5576         
5577         Update for release 0.5.4
5578
5579 2006-07-11  Bastien Nocera <hadess@hadess.net>
5580
5581         * Makefile.am:
5582         * backend/Makefile.am:
5583         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5584         * backend/ev-document-factory.h:
5585         * configure.ac:
5586         * impress/.cvsignore:
5587         * impress/Makefile.am:
5588         * impress/common.h:
5589         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5590         (imp_get_page), (imp_next_page), (imp_prev_page),
5591         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5592         * impress/f_oasis.c: (render_object), (render_page),
5593         (get_geometry), (_imp_oasis_load):
5594         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5595         (_imp_oo13_load):
5596         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5597         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5598         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5599         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5600         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5601         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5602         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5603         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5604         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5605         (iks_new_within), (iks_insert), (iks_insert_cdata),
5606         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5607         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5608         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5609         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5610         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5611         (iks_cdata), (iks_cdata_size), (iks_has_children),
5612         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5613         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5614         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5615         (iks_tree), (iks_load), (iks_save):
5616         * impress/iksemel.h:
5617         * impress/imposter.h:
5618         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5619         (imp_render_draw_bezier_real), (imp_render_get_size),
5620         (imp_render_set_fg_color), (imp_render_draw_line),
5621         (imp_render_draw_rect), (imp_render_draw_polygon),
5622         (imp_render_draw_arc), (imp_render_draw_bezier),
5623         (imp_render_open_image), (imp_render_get_image_size),
5624         (imp_render_scale_image), (imp_render_draw_image),
5625         (imp_render_close_image), (imp_render_markup),
5626         (imp_render_get_text_size), (imp_render_draw_text),
5627         (impress_document_load), (impress_document_save),
5628         (impress_document_get_n_pages), (impress_document_get_page_size),
5629         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5630         (impress_document_finalize), (impress_document_class_init),
5631         (impress_document_can_get_text), (impress_document_get_info),
5632         (impress_document_document_iface_init),
5633         (impress_document_thumbnails_get_thumbnail),
5634         (impress_document_thumbnails_get_dimensions),
5635         (impress_document_document_thumbnails_iface_init),
5636         (impress_document_init):
5637         * impress/impress-document.h:
5638         * impress/internal.h:
5639         * impress/r_back.c: (_imp_fill_back):
5640         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5641         (_imp_draw_image), (_imp_tile_image):
5642         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5643         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5644         (r_polyline):
5645         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5646         (r_draw_gradient_complex), (r_draw_gradient):
5647         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5648         (r_get_bullet):
5649         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5650         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5651         (r_text):
5652         * impress/render.c: (imp_create_context), (imp_context_set_page),
5653         (imp_context_set_step), (imp_render), (imp_delete_context):
5654         * impress/render.h:
5655         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5656         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5657         (zip_load_xml), (zip_get_size), (zip_load):
5658         * impress/zip.h:
5659         * shell/ev-utils.c:
5660         
5661         New backend to support impress slides. Fixes bug #30867.
5662
5663 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5664
5665         * shell/ev-utils.c: (using_postscript_printer):
5666         
5667         Fixes crash when print using PAPI backend,
5668         bug #345012.
5669
5670 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5671
5672         * shell/ev-jobs.c: (ev_job_xfer_run):
5673         * shell/ev-window.c: (password_dialog_response),
5674         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5675         (ev_window_dispose):
5676         Fixes bug #344160: if the xfer job doesn't complete
5677         because a password is required, reload the existing
5678         instance instead of creating a new one.
5679
5680 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5681
5682         * shell/main.c: (main): Call gdk_threads_init. Thus
5683         we'll avoid errors in auth dialog. Fix for the bug
5684         #343347.
5685
5686 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5687
5688         * configure.ac: Advertise pixbuf support, fix
5689         for the bug 343317.
5690
5691 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5692
5693         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5694         (ev_sidebar_thumbnails_set_document):
5695         
5696         Update sidebar thumbnails after reloading.
5697
5698 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5699
5700         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5701         * shell/ev-jobs.h:
5702         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5703         (ev_window_cmd_view_reload), (ev_window_init):
5704         
5705         Don't crash on reload. Fix for the bug #343167.
5706
5707 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5708
5709         * shell/ev-jobs.c: (ev_job_render_run):
5710         
5711         Check for document links.
5712
5713 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5714
5715         * backend/ev-attachment.c: (ev_attachment_save),
5716         (ev_attachment_launch_app), (ev_attachment_open):
5717         * backend/ev-document-factory.c: (get_document_from_uri):
5718         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5719         (egg_recent_view_uimanager_set_list):
5720         * ps/ps-document.c: (check_filecompressed), (document_load),
5721         (ps_document_load):
5722         * shell/ev-metadata-manager.c: (load_values):
5723         * shell/ev-password.c: (ev_password_dialog_set_property):
5724         * shell/ev-view.c: (tip_from_link):
5725         * shell/ev-window.c: (file_save_dialog_response_cb),
5726         (ev_window_print_dialog_response_cb):
5727         
5728         Use consistent quoting style. Fix for the bug #320285.
5729
5730 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5731
5732         * shell/ev-jobs.c: (ev_job_xfer_run):
5733         * shell/main.c: (load_files):
5734                 
5735         Open links with anchors. Fix for the bug #339836.
5736
5737 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5738
5739         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5740         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5741         (ev_link_dest_set_property), (ev_link_dest_finalize),
5742         (ev_link_dest_class_init), (ev_link_dest_new_named),
5743         (ev_link_dest_new_page_label):
5744         * backend/ev-link-dest.h:
5745         * shell/ev-application.c: (ev_application_open_uri):
5746         * shell/ev-view.c: (goto_dest):
5747         * shell/ev-window.c:
5748         * shell/ev-window.h:
5749         
5750         Fix page-label command line option. Bug #342070.
5751
5752 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5753
5754         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5755         
5756         Don't show highlight rects if page can't be showed. Fix for 
5757         the bug #342076
5758
5759 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5760
5761         * shell/ev-window.c: (setup_sidebar_from_metadata),
5762         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5763         
5764         Setup sidebar from metadata even if there is no document
5765         loaded. Fix for the bug #342807.
5766
5767 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5768
5769         * cut-n-paste/toolbar-editor/Makefile.am:
5770         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5771         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5772         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5773         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5774         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5775         (popup_context_menu_cb), (button_press_event_cb),
5776         (configure_item_sensitivity), (configure_item_cursor),
5777         (configure_item_tooltip), (connect_widget_signals),
5778         (action_sensitive_cb), (create_item_from_action),
5779         (create_item_from_position), (toolbar_drag_data_received_cb),
5780         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5781         (toolbar_drag_leave_cb), (configure_drag_dest),
5782         (toggled_visibility_cb), (toolbar_visibility_refresh),
5783         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5784         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5785         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5786         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5787         (egg_editable_toolbar_dispose),
5788         (egg_editable_toolbar_set_ui_manager),
5789         (egg_editable_toolbar_get_selected),
5790         (egg_editable_toolbar_set_selected), (set_edit_mode),
5791         (egg_editable_toolbar_set_property),
5792         (egg_editable_toolbar_get_property),
5793         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5794         (egg_editable_toolbar_new_with_model),
5795         (egg_editable_toolbar_get_edit_mode),
5796         (egg_editable_toolbar_set_edit_mode),
5797         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5798         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5799         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5800         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5801         (item_added_or_removed_cb), (toolbar_removed_cb),
5802         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5803         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5804         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5805         (editor_create_item_from_name), (append_table),
5806         (update_editor_sheet), (egg_toolbar_editor_init):
5807         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5808         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5809         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5810         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5811         (toolbar_node_free), (egg_toolbars_model_get_flags),
5812         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5813         (egg_toolbars_model_get_name), (impl_add_item),
5814         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5815         (parse_data_list), (parse_item_list), (parse_toolbars),
5816         (egg_toolbars_model_load_toolbars), (parse_available_list),
5817         (parse_names), (egg_toolbars_model_load_names),
5818         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5819         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5820         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5821         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5822         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5823         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5824         (egg_toolbars_model_set_types), (fill_avail_array),
5825         (egg_toolbars_model_get_name_avail),
5826         (egg_toolbars_model_get_name_flags),
5827         (egg_toolbars_model_set_name_flags):
5828         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5829         * cut-n-paste/toolbar-editor/eggintl.h:
5830         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5831         (egg_tree_multi_drag_source_get_type),
5832         (egg_tree_multi_drag_source_row_draggable),
5833         (egg_tree_multi_drag_source_drag_data_delete),
5834         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5835         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5836         (path_list_free), (set_context_data), (get_context_data),
5837         (get_info), (egg_tree_multi_drag_drag_data_get),
5838         (egg_tree_multi_drag_motion_event),
5839         (egg_tree_multi_drag_button_press_event),
5840         (egg_tree_multi_drag_add_drag_support):
5841         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5842         * shell/ev-application.c: (ev_application_init),
5843         (ev_application_save_toolbars_model):
5844         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5845         (ev_window_cmd_edit_toolbar), (ev_window_init):
5846         
5847         Sync toolbareditor with epiphany and libegg
5848
5849 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5850
5851         * configure.ac: 
5852
5853         Depend on poppler 0.5.2
5854
5855 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5856
5857         * shell/ev-jobs.c: (ev_job_render_run):
5858         
5859         Check if document supports links iterface.
5860
5861 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5862
5863         * NEWS:
5864         * configure.ac:
5865         
5866         Update for release 0.5.3
5867
5868 2006-05-13  Michael Plump  <plumpy@skylab.org>
5869
5870         * configure.ac:
5871         * shell/Makefile.am:
5872         * shell/main.c: (main):
5873         
5874         Port to GOption command line parsing. Fix for the 
5875         bug #327518
5876
5877 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5878
5879         * shell/ev-window.c: (ev_window_cmd_help_about):
5880         
5881         Do not wrap license. Fix for the bug #309460.
5882
5883 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5884
5885         * configure.ac:
5886         * properties/ev-properties-main.c: (ev_properties_get_pages):
5887         * shell/ev-application.c: (ev_application_open_window),
5888         (ev_application_open_uri_at_dest):
5889         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5890         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5891         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5892         * shell/ev-utils.c: (save_print_config_to_file):
5893         * shell/ev-window.c: (ev_window_cmd_save_as),
5894         (ev_attachment_popup_cmd_save_attachment_as):
5895         * shell/main.c: (load_files_remote):
5896         
5897         Bump requirements to gtk 2.8 and drop all ifdefs used.
5898
5899 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5900
5901         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5902         * shell/ev-window.c: (ev_window_init):
5903         
5904         Show attachments page.
5905
5906 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5907
5908         * po/POTFILES.in:
5909         * shell/ev-attachment-bar.c:
5910         * shell/ev-attachment-bar.h:
5911         * shell/ev-sidebar-attachments.c:
5912         (ev_sidebar_attachments_icon_cache_add),
5913         (icon_theme_get_pixbuf_from_mime_type),
5914         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5915         (ev_sidebar_attachments_icon_cache_refresh),
5916         (ev_sidebar_attachments_get_attachment_at_pos),
5917         (ev_sidebar_attachments_popup_menu_show),
5918         (ev_sidebar_attachments_popup_menu),
5919         (ev_sidebar_attachments_button_press),
5920         (ev_sidebar_attachments_update_icons),
5921         (ev_sidebar_attachments_drag_data_get),
5922         (ev_sidebar_attachments_get_property),
5923         (ev_sidebar_attachments_destroy),
5924         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5925         (ev_sidebar_attachments_new),
5926         (ev_sidebar_attachments_set_document),
5927         (ev_sidebar_attachments_support_document),
5928         (ev_sidebar_attachments_get_label),
5929         (ev_sidebar_attachments_page_iface_init):
5930         * shell/ev-sidebar-attachments.h:
5931         * shell/ev-window.c: (update_chrome_visibility),
5932         (setup_sidebar_from_metadata), (ev_window_setup_document),
5933         (ev_window_sidebar_current_page_changed_cb),
5934         (attachment_bar_menu_popup_cb), (ev_window_init):
5935         
5936         Move attachments bar to sidebar.
5937
5938 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5939
5940         * pdf/ev-poppler.cc:
5941         * shell/ev-application.[ch]:
5942         * shell/main.c:
5943
5944         Fix some memory leaks.
5945
5946 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5947
5948         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5949
5950         Change the properties dialog response to
5951         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5952         will make the dialog go away when the user presses
5953         enter. With gtk+ >= 2.9 this will happen anyway, but for
5954         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5955         escape by default. Fixes bug #340539. See also bug
5956         #101293 for the gtk+ part.
5957
5958 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5959
5960         * shell/ev-view.c (tip_from_action_named): Replace some strings
5961         that were wrong. Closes #340970.
5962
5963 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5964
5965         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5966
5967         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5968         #341049
5969
5970 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5971
5972         * djvu/Makefile.am:
5973         * dvi/Makefile.am:
5974         * dvi/mdvi-lib/Makefile.am:
5975         * properties/Makefile.am:
5976         * ps/Makefile.am:
5977         * shell/Makefile.am:
5978         * thumbnailer/Makefile.am:
5979         
5980         Due to broken libtool that is unable to track dependencies
5981         of noinst libraries we are forced to explicitely point
5982         libraries for binary. Fix for the bug #333334.
5983
5984 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5985
5986         * data/evince.desktop.in.in:
5987         * shell/ev-view.c: (view_update_range_and_current_page),
5988         (ev_view_next_page), (ev_view_previous_page):
5989         * shell/ev-window.c: (update_chrome_visibility),
5990         (setup_sidebar_from_metadata), (ev_window_setup_document),
5991         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5992         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5993         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5994         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5995         (ev_window_stop_presentation), (ev_window_focus_in_event),
5996         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5997         (ev_window_init):
5998         * thumbnailer/Makefile.am:
5999         
6000         Update fullscreen and presentation timeout handling. Hide
6001         cursor in presentation after timeout. Fix for the bugs
6002         #136359 and #336981.
6003
6004 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6005
6006         * backend/ev-link-action.[ch]:
6007         * pdf/ev-poppler.cc: (ev_link_from_action):
6008         * shell/ev-view-private.h:
6009         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6010         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6011
6012         Add support for Named Action links
6013
6014 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6015
6016         * backend/Makefile.am:
6017         * backend/ev-document-links.[ch]:
6018         * backend/ev-document.[ch]:
6019         * backend/ev-link-action.[ch]:
6020         * backend/ev-link-dest.[ch]:
6021         * backend/ev-link.[ch]:
6022         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6023         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6024         * shell/ev-page-action.c: (build_new_tree_cb):
6025         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6026         (links_page_num_func), (update_page_callback):
6027         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6028         (tip_from_link):
6029         * shell/ev-jobs.c:
6030         * shell/ev-window.[ch]: (ev_window_open_uri),
6031         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6032         * shell/ev-application.[ch]: (ev_application_open_window),
6033         (ev_application_open_uri):
6034
6035         Rework links system, it adds support for remote links now and it makes
6036         easier to add new kinds of actions and destinations. Fixes bug #317292
6037
6038 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6039
6040         * data/Makefile.am:
6041         * data/evince.png:
6042         * data/evince-16.png:
6043         * data/evince-22.png:
6044         * data/evince.svg:
6045         * shell/main.c: (main):
6046         
6047         Evince use it's own icon. Fix for the bug #313392.
6048
6049         * shell/ev-window.c: (fullscreen_timeout_cb),
6050         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6051         (ev_window_cmd_help_about), (ev_window_dispose):
6052         
6053         Simplify fullscreen timeout code.
6054
6055 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6056
6057         * backend/ev-attachment.c: 
6058         * shell/ev-attachment-bar.c:
6059         * shell/ev-window.c:
6060
6061         Allow multiple selection of attachments
6062
6063 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6064
6065         * shell/ev-view.c: (view_update_range_and_current_page),
6066         (ev_view_scroll):
6067         
6068         Fix for the bug #312573 – Optimal selection of current 
6069         page among visible pages.
6070
6071 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6072
6073         * configure.ac:
6074         * djvu/Makefile.am:
6075         * djvu/djvu-text.h:
6076         
6077         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6078         for the bug 339868.
6079
6080 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6081
6082         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6083
6084 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6085
6086         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6087         dictated by the GNOME HIG. Fixes bug #339235.
6088
6089 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6090
6091         * data/evince-ui.xml:
6092         * shell/ev-view.c: (ev_view_can_find_previous):
6093         * shell/ev-view.h:
6094         * shell/ev-window.c: (ev_window_update_actions),
6095         (ev_window_cmd_edit_find_previous):
6096
6097         Add support for "Find Previous" as dictated by the GNOME HIG. A
6098         menu item is added and some glue code to make it all work is added
6099         to various files.
6100
6101 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6102
6103         * configure.ac: Award myself the "useless use of cat" award.
6104
6105 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6106
6107         * po/LINGUAS: New file listing all supported languages.
6108
6109         * configure.in: Use po/LINGUAS instead of including all languages
6110         directly in this file. See the wiki for more information:
6111         http://live.gnome.org/GnomeGoals/PoLinguas
6112
6113 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6114
6115         * backend/ev-document-factory.c:
6116
6117         Do not load the document twice when there isn't errors
6118
6119 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6120
6121         * backend/ev-attachment.c: 
6122
6123         Fix a crash when there isn't a default application to open an
6124         attachment
6125
6126 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6127
6128         * backend/ev-attachment.[ch]:
6129         * shell/ev-attachment-bar.[ch]:
6130
6131         Added missing files. 
6132
6133 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6134
6135         * backend/Makefile.am:
6136         * data/evince-ui.xml:
6137         * backend/ev-attachment.[ch]:
6138         * backend/ev-document.[ch]: (ev_document_has_attachments),
6139         (ev_document_get_attachments):
6140         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6141         (attachment_save_to_buffer), (pdf_document_get_attachments),
6142         (pdf_document_document_iface_init):
6143         * shell/Makefile.am:
6144         * shell/ev-attachment-bar.[ch]:
6145         * shell/ev-window.c:
6146
6147         Add support for PDF attachments. Fixes bug #325143
6148
6149 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6150
6151         * backend/ev-document-factory.c: (get_document_from_uri),
6152         (ev_document_factory_get_document):
6153         * backend/ev-document-factory.h:
6154         * properties/ev-properties-main.c: (ev_properties_get_pages):
6155         * shell/Makefile.am:
6156         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6157         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6158         (ev_job_queue_remove_job):
6159         * shell/ev-job-queue.h:
6160         * shell/ev-job-xfer.c:
6161         * shell/ev-job-xfer.h:
6162         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6163         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6164         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6165         (ev_job_xfer_run):
6166         * shell/ev-jobs.h:
6167         * shell/ev-window.c: (ev_window_is_empty),
6168         (password_dialog_response), (ev_window_clear_xfer_job),
6169         (ev_window_xfer_job_cb), (ev_window_open_uri),
6170         (ev_window_cmd_focus_page_selector),
6171         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6172         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6173         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6174         (ev_window_dispose):
6175         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6176         
6177         * Cleanup mime type detection on document load. Fix for the
6178         bug #336448.
6179
6180 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6181
6182         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6183         
6184         Fix crash on exit, described in the bug #336825.
6185
6186 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6187
6188         * backend/ev-document-factory.c:
6189         (ev_document_factory_get_from_mime),
6190         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6191         (ev_document_factory_get_document),
6192         (file_filter_add_mime_list_and_free),
6193         (ev_document_factory_add_filters):
6194         * backend/ev-document-factory.h:
6195         * properties/ev-properties-main.c: (ev_properties_get_pages):
6196         * shell/Makefile.am:
6197         * shell/ev-application.c:
6198         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6199         * shell/ev-window.c: (ev_window_cmd_file_open),
6200         (ev_window_cmd_save_as):
6201         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6202         
6203         Rework factory functions so they are placed now in a single 
6204         file ev-document-factory.c
6205
6206 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6207
6208         * shell/ev-window.c: (update_chrome_visibility):
6209         
6210         Fix for the bug 166566 - don't show menubar in fullscreen
6211         mode.
6212
6213 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6214
6215         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6216
6217 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6218
6219         * shell/ev-view.c: (ev_view_expose_event):
6220         
6221         More correctly draw loading text when document
6222         is empty.
6223
6224 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6225
6226         * shell/ev-view.c: (ev_view_scroll):
6227         
6228         Fix for the bug #334854, page down and page up switch
6229         pages in presentation mode.
6230
6231 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6232
6233         * shell/ev-window.c: (ev_window_set_action_sensitive),
6234         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6235         (ev_window_set_view_accels_sensitivity),
6236         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6237         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6238         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6239         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6240         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6241         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6242         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6243         (view_actions_focus_in_cb), (ev_window_init):
6244         
6245         Fix for the bug #333902, now it's possible to search
6246         words with slash.
6247
6248 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6249
6250         * configure.ac: Added Breton translation.
6251         * po/br.po: Added Breton translation.
6252
6253 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6254
6255         * shell/ev-window-title (ev_window_title_update):
6256
6257         Fix memory leak in window title. Fixes bug #333944
6258
6259 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6260
6261         * shell/ev-metadata-manager.c (parseItem):
6262
6263         Fix memory leaks. Fixes bug #333945
6264
6265 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6266         
6267         * NEWS, configure.ac, TODO:
6268         
6269         Update for release 0.5.2.
6270
6271 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6272
6273         * shell/ev-view.c: (view_update_range_and_current_page),
6274         (page_changed_cb):
6275         
6276         Don't jump on scrolling, fix for the bug #333127.
6277
6278 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6279
6280         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6281         
6282         Scroll by one page in presentation mode. Fix for the bug
6283         #332993.
6284
6285 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6286
6287         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6288
6289 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6290
6291         * configure.ac  Added lv in ALL_LINGUAS line.
6292
6293 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6294         
6295         * NEWS, configure.ac:
6296         
6297         Update for release 0.5.1
6298
6299 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6300
6301         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6302         * backend/ev-document-misc.h:
6303         * shell/ev-view.c: (draw_one_page):
6304         
6305          Clairfy what page the toolbar page number applies to. Fix
6306          for the bug #328102.
6307
6308 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6309
6310         * shell/ev-view-private.h:
6311         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6312         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6313         (ev_view_search_changed):
6314         * shell/ev-view.h:
6315         * shell/ev-window.c: (find_bar_search_changed_cb):
6316         
6317         Dont't jump to find result if window was scrolled during search.
6318         Fix for the bug #313266.
6319
6320 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6321
6322         * shell/eggfindbar.c: (egg_find_bar_class_init):
6323         * shell/eggfindbar.h:
6324         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6325         * shell/ev-view-private.h:
6326         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6327         (ev_view_class_init), (ev_sizing_mode_get_type),
6328         (ev_scroll_type_get_type):
6329         * shell/ev-view.h:
6330         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6331         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6332         (ev_window_init):
6333         
6334         Fix for the bug 319133 - Find entry should allow text scroll.
6335
6336 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6337
6338         * shell/ev-view-private.h:
6339         * shell/ev-view.c: (view_update_range_and_current_page),
6340         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6341         (ev_view_set_document), (update_find_status_message),
6342         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6343         (ev_view_find_previous):
6344         
6345         Fix for the bug #319137. Search now takes account for scrolling.
6346
6347 2006-02-19  Michael Hofmann <mh21@piware.de>
6348
6349         * configure.ac:
6350         * djvu/Makefile.am:
6351         * djvu/djvu-document-private.h:
6352         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6353         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6354         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6355         (djvu_document_can_get_text), (djvu_document_get_text),
6356         (djvu_document_document_iface_init),
6357         (djvu_document_thumbnails_get_thumbnail),
6358         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6359         (djvu_document_find_get_result),
6360         (djvu_document_find_page_has_results),
6361         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6362         (djvu_document_find_iface_init):
6363         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6364         (djvu_text_page_selection), (djvu_text_page_limits_process),
6365         (djvu_text_page_limits), (djvu_text_page_copy),
6366         (djvu_text_page_position), (djvu_text_page_union),
6367         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6368         (djvu_text_page_box), (djvu_text_page_append_text),
6369         (djvu_text_page_search), (djvu_text_page_prepare_search),
6370         (djvu_text_page_new), (djvu_text_page_free):
6371         * djvu/djvu-text-page.h:
6372         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6373         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6374         (djvu_text_n_results), (djvu_text_has_results),
6375         (djvu_text_get_result), (djvu_text_get_progress):
6376         * djvu/djvu-text.h:
6377         
6378         Text search in djvu. Fix for the bug #303415.
6379
6380 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6381
6382         * configure.ac:
6383         * shell/ev-window.c: (ev_window_cmd_save_as):
6384         
6385         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6386         Thanks to Gary Coady <gary@lyranthe.org>
6387
6388 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6389
6390         * shell/ev-print-job.c: (idle_print_handler):
6391         
6392         Inverse order printing, bug #320919.
6393
6394 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6395
6396         * data/evince-toolbar.xml:
6397         * shell/ev-window.c:
6398         
6399         Allow to add sidebar checkbutton on toolbar. Fix
6400         for the bug #144577.
6401
6402 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6403
6404         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6405         
6406         Add checks that have sense for empty ps document.
6407
6408 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6409
6410         * configure.ac: Include PS in mime types list. 
6411
6412 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6413
6414         * configure.ac:
6415         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6416         * ps/gsdefaults.h:
6417         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6418         
6419         Runtime check for gs interpreter. Fix for the bug #320868.
6420         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6421
6422 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6423
6424         * shell/ev-application.c: 
6425
6426         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6427         dbus>=0.60, so that the request is not queued. 
6428
6429 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6430
6431         * configure.ac:
6432         * shell/Makefile.am:
6433         * shell/ev-sidebar-links.c: (print_section_cb):
6434         * shell/ev-utils.c:
6435         * shell/ev-utils.h:
6436         * shell/ev-window.c: (update_action_sensitivity),
6437         (ev_window_close_dialogs), (ev_window_print):
6438         * shell/ev-window.h:
6439         
6440         Make printing support optional. Patch from Eduardo de Barros Lima
6441         <eduardo.lima@indt.org.br> for the bug #330546.
6442
6443 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6444
6445         * shell/ev-view-private.h:
6446         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6447         (ev_view_set_document):
6448         * shell/ev-view.h:
6449         * shell/ev-window.c: (ev_window_load_job_cb),
6450         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6451         (ev_window_init):
6452
6453         Draw Loading message during xfer job. Fix for the bug #329495.
6454
6455 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6456
6457         * comics/comics-document.c: (comics_regex_quote),
6458         (comics_document_load), (extract_argv):
6459         
6460         Correcly quote regexp before passing it to unzip.
6461
6462 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6463
6464         * shell/ev-page-cache.c: (build_height_to_page),
6465         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6466         (ev_page_cache_get_dual_even_left):
6467         * shell/ev-page-cache.h:
6468         * shell/ev-view.c: (view_update_range_and_current_page),
6469         (get_page_y_offset), (get_page_extents):
6470         
6471         Place even pages to the left if document has less then
6472         two pages. Fix for the bug #328856.
6473
6474 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6475
6476         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6477         
6478         Correct comics scheme. This make evince create thumbnails
6479         for comic books. Fix for the bug 329088.
6480
6481 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6482
6483         * data/evince-password.glade: Don't explicitly set
6484         invisible_char to the current default value in case
6485         the default changes; let GTK+ do its magic.
6486
6487 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6488
6489         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6490         real filename to tmp filename since often document
6491         type is determined by extension.
6492
6493 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6494
6495         * shell/ev-view.c: (add_scroll_binding_keypad),
6496         (ev_view_binding_activated), (ev_view_class_init):
6497         
6498         Add keybindings for percision-scrolling of display area. 
6499         Fix for the bug #314072.
6500
6501 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6502
6503         * data/evince.desktop.in.in:
6504         
6505         Add GTK to the list of categories. Fix for the bug #328034.
6506
6507 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6508
6509         * shell/ev-application.c: (ev_application_shutdown),
6510         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6511         * shell/ev-application.h:
6512         * shell/ev-window.c: (file_open_dialog_response_cb),
6513         (ev_window_cmd_file_open):
6514         
6515         Save last uri in file chooser dialog. Fix for the bug #327950.
6516
6517 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6518
6519         * NEWS:
6520         * README:
6521         
6522         Final update for release 0.5.0
6523         
6524         * shell/Makefile.am:
6525         
6526         Remove disable deprecated until we'll require libgnome-2.13.7
6527         and port to GOption argument parsing. See bug 327518.
6528
6529 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6530
6531         * comics/comics-document.c: (comics_document_save):
6532         * djvu/djvu-document.c: (djvu_document_save):
6533         * dvi/dvi-document.c: (dvi_document_save):
6534         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6535         * lib/ev-file-helpers.h:
6536         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6537         * tiff/tiff-document.c: (tiff_document_save):
6538         
6539         Use common save function for backends.
6540
6541 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6542
6543         * backend/ev-document-types.c:
6544         
6545         Fix crash on saving pixbuf.
6546
6547 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6548
6549         * cut-n-paste/recent-files/egg-recent-item.c:
6550         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6551         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6552         (parse_info_free), (valid_element), (start_element_handler),
6553         (end_element_handler), (text_handler), (egg_recent_model_filter),
6554         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6555         (egg_recent_model_monitor), (egg_recent_model_read),
6556         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6557         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6558         (egg_recent_model_set_property), (egg_recent_model_class_init),
6559         (egg_recent_model_init), (egg_recent_model_add_full),
6560         (egg_recent_model_delete), (egg_recent_model_get_list),
6561         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6562         (egg_recent_model_set_filter_mime_types),
6563         (egg_recent_model_clear_group_filter),
6564         (egg_recent_model_set_filter_groups),
6565         (egg_recent_model_clear_scheme_filter),
6566         (egg_recent_model_set_filter_uri_schemes),
6567         (egg_recent_model_remove_expired):
6568         * cut-n-paste/recent-files/egg-recent-util.c:
6569         (egg_recent_util_get_icon):
6570         * cut-n-paste/recent-files/egg-recent-util.h:
6571         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6572         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6573         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6574         (egg_recent_view_uimanager_set_property),
6575         (egg_recent_view_uimanager_get_property),
6576         (egg_recent_view_uimanager_class_init),
6577         (egg_recent_view_uimanager_init),
6578         (egg_recent_view_uimanager_set_label_width),
6579         (egg_recent_view_uimanager_get_label_width):
6580         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6581         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6582         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6583         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6584         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6585         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6586         
6587         Update from libegg.
6588
6589 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6590
6591         * shell/ev-page-cache.c: (build_height_to_page),
6592         (ev_page_cache_get_height_to_page):
6593         * shell/ev-page-cache.h:
6594         * shell/ev-view.c: (view_update_range_and_current_page),
6595         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6596         (ev_view_previous_page):
6597         
6598         Dual mode places even pages to the left. Fix for the bug #309393.
6599
6600         * shell/ev-view.h:
6601         * shell/ev-window.c: (update_action_sensitivity),
6602         (setup_view_from_metadata), (view_menu_popup_cb):
6603         
6604         Don't restore presentation in empty windows, more intelligent
6605         next page behaviour in dual mode.
6606
6607         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6608         (ev_pixbuf_cache_clear_job_sizes):
6609         
6610         Cleanup job callback on removal. Fix for the bug #325886.
6611
6612 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6613
6614         * ps/ps.c: (psscan):
6615         
6616         Commit workaround Mozilla problem. Fix for the bug #325919
6617         
6618         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6619         (save_item):
6620         
6621         Fix for year 2038 problem.
6622
6623 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6624
6625         * shell/ev-window.c: (setup_document_from_metadata),
6626         (ev_window_cmd_view_reload):
6627
6628         Clamp page recieved from metadata in valid values. Fix
6629         for the bug #325986.
6630
6631 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6632
6633         * MAINTAINERS: 
6634         Add MAINTAINERS as requested on desktop-devel-list.
6635
6636 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6637
6638         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6639         (mime_type_supported_by_gdk_pixbuf),
6640         (ev_document_factory_get_mime_types),
6641         (ev_document_factory_get_all_mime_types):
6642         
6643         Don't add pixbuf mime types if pixbuf backend is disabled.
6644         
6645         * shell/ev-application.c: (ev_application_get_uri_window):
6646         
6647         Fix for the bug 325815 - unhandled MIME type message doesn't 
6648         appear a second time. 
6649         
6650         * shell/ev-document-types.c: (ev_document_types_add_filters):
6651         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6652         (password_dialog_response), (ev_window_popup_password_dialog),
6653         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6654         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6655         (ev_window_run_presentation), (ev_window_stop_presentation),
6656         (save_sizing_mode), (ev_window_zoom_changed_cb),
6657         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6658         (ev_window_dual_mode_changed_cb),
6659         (ev_window_sidebar_current_page_changed_cb),
6660         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6661         (window_state_event_cb), (window_configure_event_cb):
6662         
6663         Cleanup additional uris holded by EvWindow.
6664
6665 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6666
6667         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6668         (ev_view_can_previous_page), (ev_view_can_next_page):
6669         * shell/ev-view.h:
6670         * shell/ev-window.c: (update_action_sensitivity):
6671         
6672         Two page scrolling with Space and PageUp in dual mode. Second fix 
6673         for the bug #316608.
6674
6675 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6676
6677         * shell/ev-view.c: (scroll_to_current_page):
6678         
6679         Correctly clamp adjustment value. Fix for the bug
6680         #325808.
6681
6682 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6683
6684         * shell/ev-sidebar-links.c: (print_section_cb):
6685         * shell/ev-window.c: (ev_window_get_uri),
6686         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6687         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6688         (ev_window_dispose):
6689         
6690         Make print dialog non-modal. Fix for the bug #325622.
6691
6692 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6693
6694         * shell/ev-metadata-manager.c:
6695         * shell/ev-utils.c: (using_pdf_printer),
6696         (using_postscript_printer), (load_print_config_from_file),
6697         (save_print_config_to_file):
6698         * shell/ev-utils.h:
6699         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6700         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6701         (setup_view_from_metadata), (ev_window_setup_document),
6702         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6703         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6704         (ev_window_run_presentation), (ev_window_stop_presentation),
6705         (save_sizing_mode), (ev_window_zoom_changed_cb),
6706         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6707         (ev_window_dual_mode_changed_cb),
6708         (ev_window_sidebar_current_page_changed_cb),
6709         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6710         (window_state_event_cb), (window_configure_event_cb),
6711         (ev_window_init):
6712         
6713         Setting saving behaviour fixes.
6714
6715 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6716
6717         * configure.ac:
6718         
6719         Make antialiasing gs options better and allow
6720         to change them during configure. Fix for the 
6721         bug #319049.
6722
6723 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6724
6725         * shell/ev-window.c: (setup_view_from_metadata):
6726         
6727         Remember if last window was maximized. Fix for the
6728         bug #323797.
6729
6730 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6731
6732         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6733
6734 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6735
6736         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6737         * shell/ev-page-action.c: (build_new_tree_cb):
6738         * shell/ev-sidebar-links.c: (links_page_num_func),
6739         (update_page_callback_foreach), (update_page_callback):
6740         * shell/ev-view.c: (scroll_to_current_page):
6741         
6742         Fix for the bug #325067 with more intelligent selection
6743         of current link in sidebar. Make sidebar handle links
6744         of FITR-like type more correctly.
6745
6746         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6747         (dvi_pixbuf_put_pixel):
6748         
6749         Fix memory consumtion with disabled alpha channel.
6750
6751 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6752
6753         * data/evince-ui.xml:
6754         * shell/ev-window.c: (view_menu_popup_cb),
6755         (ev_popup_cmd_open_link), (ev_window_init):
6756         
6757         Update context menu for internal links. Fix for the bug
6758         #325066.
6759
6760 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6761
6762         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6763         
6764         Bind context menu to keyboard also. Fix for the bug
6765         #325065.
6766
6767 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6768
6769         * shell/ev-view.c: (selection_scroll_timeout_cb):
6770         
6771         Horizontal scroll on selection also.
6772
6773 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6774
6775         * shell/ev-metadata-manager.c: (parse_value):
6776         * shell/ev-view.c: (goto_xyz_link):
6777         
6778         Correct zoom setup and metadata save broken in 
6779         some locales.
6780
6781 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6782
6783         * shell/ev-view-private.h:
6784         * shell/ev-view.c: (scroll_to_current_page),
6785         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6786         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6787         (page_changed_cb), (ev_view_set_continuous),
6788         (ev_view_set_dual_page), (ev_view_set_presentation):
6789         
6790         Delay scroll until allocation to correctly position page. Fix
6791         for the bug #317334.
6792
6793 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6794
6795         * NEWS:
6796         * configure.ac:
6797         
6798         Update NEWS and require poppler 0.5.0.
6799
6800 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6801         
6802         * data/evince-ui.xml:
6803         * shell/ev-view-private.h:
6804         * shell/ev-view.c: (ev_view_get_link_at_location),
6805         (handle_link_over_xy), (ev_view_button_press_event),
6806         (ev_view_button_release_event), (ev_view_class_init):
6807         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6808         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6809         (ev_window_init):
6810         
6811         Implement right-click context menu.
6812
6813 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6814
6815         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6816         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6817         (mdvi_pixbuf_device_render):
6818         * pdf/ev-poppler.cc:
6819
6820         Don't generate thumbnails with alpha. See bug #324077.
6821         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6822
6823 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6824
6825         * shell/ev-window.c: (setup_chrome_from_metadata):
6826         
6827         Fix typo that was hiding toolbar.
6828
6829 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6830
6831         * shell/ev-view-private.h:
6832         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6833         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6834         (ev_view_button_release_event), (ev_view_destroy):
6835         
6836         Small cleanup and autoscrolling during selection. Thanks to 
6837         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6838
6839 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6840
6841         * configure.ac:
6842         
6843         Correctly check for comics option.
6844
6845 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6846         * Makefile.am:
6847         * configure.ac:
6848         * backend/Makefile.am:
6849         * backend/ev-document-factory.c:
6850         * shell/ev-document-types.c:
6851
6852         Included option in configure to make ps backend 
6853         compilation optional with --disable-ps.
6854
6855 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6856
6857         * backend/ev-document-factory.c:
6858         * comics/Makefile.am:
6859         * comics/comics-document.c: (comics_document_load):
6860         * comics/ev-cbr-mime.xml:
6861         * configure.ac:
6862         
6863         Comics mime types are added to shared-mime-info CVS. Now
6864         we don't need to install our own mime types.
6865
6866 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6867
6868         * shell/ev-window.c:
6869         
6870         Add shortcut for "save a copy" menu entry. Fix for
6871         the bug #324582.
6872
6873 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6874
6875         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6876         (job_finished_cb), (new_selection_pixbuf_needed),
6877         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6878         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6879         
6880         Rework selection job info logic and fix critical warning.
6881
6882 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6883
6884         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6885
6886 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6887
6888         * data/evince-ui.xml:
6889         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6890         
6891         Enter as shortcut key for next page. Fix for the bug
6892         #321394.
6893
6894 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6895
6896         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6897
6898 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6899
6900         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6901         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6902         (new_selection_pixbuf_needed),
6903         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6904         (clear_job_selection):
6905         
6906         Too early for 0.5. Pixbuf cache code cleaned a bit.
6907
6908 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6909
6910         * NEWS:
6911         * configure.ac:
6912         
6913         Release 0.5.0 preparation
6914
6915 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6916
6917         * comics/Makefile.am:
6918         * configure.ac:
6919         * shell/ev-document-types.c: (ev_document_types_add_filters):
6920         
6921         More advanced handling of custom mime type installation.
6922
6923 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6924
6925         * data/evince.schemas.in:
6926         * shell/ev-metadata-manager.c: (value_free),
6927         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6928         (ev_metadata_manager_get), (ev_metadata_manager_set):
6929         * shell/ev-metadata-manager.h:
6930         * shell/ev-window.c: (update_chrome_flag),
6931         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6932         (setup_document_from_metadata), (setup_chrome_from_metadata),
6933         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6934         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6935         (ev_window_view_toolbar_cb),
6936         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6937         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6938         
6939         Save last document settings and reuse them for new documents.
6940
6941 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6942
6943         * Makefile.am:
6944         * backend/Makefile.am:
6945         * backend/ev-document-factory.c:
6946         * backend/ev-document-factory.h:
6947         * comics/Makefile.am:
6948         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6949         (comics_document_load), (comics_document_save),
6950         (comics_document_get_n_pages), (comics_document_get_page_size),
6951         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6952         (comics_document_class_init), (comics_document_can_get_text),
6953         (comics_document_get_info), (comics_document_document_iface_init),
6954         (comics_document_init), (get_supported_image_extensions),
6955         (comics_document_thumbnails_get_geometry),
6956         (comics_document_thumbnails_get_thumbnail),
6957         (comics_document_thumbnails_get_dimensions),
6958         (comics_document_document_thumbnails_iface_init), (extract_argv):
6959         * comics/comics-document.h:
6960         * comics/ev-cbr-mime.xml:
6961         * configure.ac:
6962         * po/POTFILES.in:
6963         * shell/ev-application.c: (ev_application_register_service):
6964         * shell/ev-document-types.c: (ev_document_types_add_filters):
6965         * thumbnailer/Makefile.am:
6966         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6967         
6968         New CBR/CBZ backend for comic books.
6969
6970 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6971
6972         * shell/main.c: (load_files_remote):
6973
6974         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6975         warning on startup of second instance is fixed. It
6976         is bug #320353.
6977
6978 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6979
6980         * shell/ev-window.c: (ev_window_finalize):
6981         
6982         Fix double free that cause crash.
6983
6984 2005-10-29  Bastien Nocera <hadess@hadess.net>
6985
6986         * tiff/tiff-document.c: (tiff_document_load):
6987         
6988         Fix memory leak.
6989
6990 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6991
6992         * po/POTFILES.in:
6993         * shell/Makefile.am:
6994         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6995         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6996         (ev_view_accessible_get_text),
6997         (ev_view_accessible_get_character_at_offset),
6998         (ev_view_accessible_get_text_before_offset),
6999         (ev_view_accessible_get_text_at_offset),
7000         (ev_view_accessible_get_text_after_offset),
7001         (ev_view_accessible_get_character_count),
7002         (ev_view_accessible_get_caret_offset),
7003         (ev_view_accessible_set_caret_offset),
7004         (ev_view_accessible_get_run_attributes),
7005         (ev_view_accessible_get_default_attributes),
7006         (ev_view_accessible_get_character_extents),
7007         (ev_view_accessible_get_offset_at_point),
7008         (ev_view_accessible_get_n_selections),
7009         (ev_view_accessible_get_selection),
7010         (ev_view_accessible_add_selection),
7011         (ev_view_accessible_remove_selection),
7012         (ev_view_accessible_set_selection),
7013         (ev_view_accessible_text_iface_init),
7014         (ev_view_accessible_idle_do_action),
7015         (ev_view_accessible_action_do_action),
7016         (ev_view_accessible_action_get_n_actions),
7017         (ev_view_accessible_action_get_description),
7018         (ev_view_accessible_action_get_name),
7019         (ev_view_accessible_action_set_description),
7020         (ev_view_accessible_action_iface_init),
7021         (ev_view_accessible_get_type), (ev_view_accessible_new),
7022         (ev_view_accessible_factory_get_accessible_type),
7023         (ev_view_accessible_factory_create_accessible),
7024         (ev_view_accessible_factory_class_init),
7025         (ev_view_accessible_factory_get_type):
7026         * shell/ev-view-accessible.h:
7027         * shell/ev-view-private.h:
7028         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7029         * shell/ev-view.h:
7030         
7031         Initial accessibility support.
7032
7033 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7034
7035         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7036
7037 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7038
7039         * shell/ev-print-job.c: (idle_print_handler):
7040         
7041         Fix for bug Bug 318916: Printing multiple pages.
7042
7043 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7044
7045         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7046
7047 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7048
7049         * pdf/ev-poppler.cc:
7050         
7051         Thumnail dimensions unified with other backends.
7052         
7053         * shell/ev-window-title.c: (ev_window_title_update):
7054         
7055         Fix warning.
7056
7057 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7058
7059         * data/ev-stock-zoom-fit-width.png:
7060         
7061         Remove unused file.
7062
7063 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7064
7065         * configure.ac:
7066         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7067         (djvu_document_finalize):
7068         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7069         (dvi_document_finalize):
7070         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7071         (pixbuf_document_save), (pixbuf_document_finalize):
7072         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7073         (tiff_document_finalize):
7074         
7075         Save a copy implemented for various backends.
7076
7077 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7078
7079         * configure.ac:
7080         
7081         Don't link with ltiff if tiff is disabled.
7082
7083 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7084
7085         * pdf/GDKSplashOutputDev.cc:
7086         * pdf/GDKSplashOutputDev.h:
7087         * pdf/Thumb.cc:
7088         * pdf/Thumb.h:
7089         * pdf/pdf-document.cc:
7090         * pdf/pdf-document.h:
7091         * pdf/test-gdk-output-dev.cc:
7092         
7093         Remove old unused files.
7094
7095 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7096
7097         * shell/ev-window.c: (ev_window_setup_document):
7098         
7099         Fixed warnings on reload and probably crash reason.
7100
7101 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7102
7103         * properties/ev-properties-view.c:
7104         (ev_properties_view_format_date):
7105         
7106         Check if date is invalid. Fix for bug 318134.
7107
7108 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7109
7110         * shell/ev-window-title.c:
7111         
7112         Add .indd files (Adobe Indesign) to the list of "bad
7113         extensions".
7114
7115 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7116
7117         * data/evince-ui.xml:
7118         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7119         
7120         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7121
7122 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7123
7124         * shell/ev-window.c: (launch_link), (launch_external_uri),
7125         (view_external_link_cb):
7126
7127         URL-escape link before passing it to gnome_vfs_url_show.
7128
7129 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7130
7131         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7132         there isn't text selected.
7133
7134 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7135
7136         * shell/ev-view.c: (handle_link_over_xy):
7137
7138         Check tooltip is valid utf8 before showing it
7139
7140 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7141
7142         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7143
7144 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7145
7146         * shell/ev-window-title.c: (ev_window_title_update):
7147
7148         Guard against using g_strstrip on NULL. Fixes bug #317291.
7149
7150 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7151
7152         * pdf/ev-poppler.cc:
7153
7154         Show title even for unknown links
7155
7156 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7157
7158         * shell/ev-window-title.c: (ev_window_title_update):
7159
7160         Strip the title string
7161
7162 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7163
7164         * shell/ev-window-title.c:
7165
7166         Add .rtf to the bad extensions list
7167
7168 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7169
7170         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7171         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7172
7173         Ignore link coordinates if they are outside page bounds
7174
7175 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7176
7177         * backend/ev-link.c: (ev_link_type_get_type),
7178         (ev_link_get_filename), (ev_link_get_params),
7179         (ev_link_get_property), (ev_link_set_property),
7180         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7181         * backend/ev-link.h:
7182         * pdf/ev-poppler.cc:
7183         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7184         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7185         (ev_window_init):
7186
7187         Implement launch links. Delegate external link opening to
7188         the window.
7189
7190 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7191
7192         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7193         (ev_link_get_right), (ev_link_get_property),
7194         (ev_link_set_property), (ev_link_class_init),
7195         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7196         * backend/ev-link.h:
7197         * pdf/ev-poppler.cc:
7198         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7199
7200         Implement fitr links
7201
7202 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7203
7204         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7205         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7206         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7207         (ev_view_size_request_continuous),
7208         (ev_view_size_request_dual_page),
7209         (ev_view_size_request_single_page), (ev_view_size_allocate),
7210         (ev_view_zoom_for_size_continuous_and_dual_page),
7211         (ev_view_zoom_for_size_continuous),
7212         (ev_view_zoom_for_size_dual_page),
7213         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7214         (ev_sizing_mode_get_type):
7215         * shell/ev-view.h:
7216         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7217
7218         Do not use modes for link, we need to calculate size ad hoc.
7219         Still not perfect because of the usual scrollbar issues grrr.
7220
7221 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7222
7223         * backend/ev-link.c: (ev_link_type_get_type),
7224         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7225         * backend/ev-link.h:
7226         * pdf/ev-poppler.cc:
7227         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7228         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7229         (ev_view_size_request_continuous),
7230         (ev_view_size_request_dual_page),
7231         (ev_view_size_request_single_page), (ev_view_size_allocate),
7232         (zoom_for_size_fit_height),
7233         (ev_view_zoom_for_size_continuous_and_dual_page),
7234         (ev_view_zoom_for_size_continuous),
7235         (ev_view_zoom_for_size_dual_page),
7236         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7237         (ev_sizing_mode_get_type):
7238         * shell/ev-view.h:
7239         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7240
7241         Implement FIT_HEIGHT mode (only for links).
7242         Implement FITH links
7243
7244 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7245
7246         * shell/ev-window-title.c: (get_filename_from_uri),
7247         (ev_window_title_sanitize_extension), (ev_window_title_update),
7248         (ev_window_title_set_document), (ev_window_title_set_uri),
7249         (ev_window_title_free):
7250         * shell/ev-window-title.h:
7251         * shell/ev-window.c: (ev_window_setup_document),
7252         (ev_window_popup_password_dialog):
7253
7254         Refactor window title building while fixing it for
7255         password documents.
7256
7257 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7258
7259         * pdf/ev-poppler.cc:
7260
7261         Escape link title before setting it in the model
7262
7263 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7264
7265         * shell/ev-application.c: (removed_from_session), (save_session),
7266         (init_session), (ev_application_get_empty_window),
7267         (ev_application_init), (ev_application_get_windows):
7268         * shell/ev-application.h:
7269         * shell/ev-window.c: (ev_window_finalize):
7270
7271         Add a function to retrieve window list and share it where
7272         necessary.
7273         Implement session handling, works pretty well thanks to the
7274         metadata system.
7275
7276 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7277
7278         * shell/ev-password.c: (ev_password_item_created_callback),
7279         (ev_password_dialog_save_password):
7280         
7281         Fix for bug 316972. Use async gnome-keyring API.
7282
7283 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7284
7285         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7286         Remove unused unrealize handler. Add scroll handling to
7287         ev_view_scroll_event for presentation mode (bug #316708),
7288         and fix the event state checks there.
7289
7290 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7291
7292         * shell/ev-page-action.c: (page_changed_cb):
7293
7294         "marco, maybe we should be crazy and jump right to 6! :)"
7295
7296         Bryan Clark, Sep 2005
7297
7298 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7299
7300         * ps/ps-document.c: (save_document), (ps_document_save),
7301         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7302         (ps_document_ps_export_end):
7303
7304         Fix unstructured documents save and print
7305
7306 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7307
7308         * shell/ev-application.c: (ev_application_open_uri):
7309
7310         Fix window size persistance
7311
7312 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7313
7314         * shell/ev-view.c: (ev_view_button_release_event):
7315
7316         Based on a patch from carlosgc@gnome.org. Mouse buttons
7317         switch pages in presentation mode.
7318
7319 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7320
7321         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7322
7323         Dont cast to int before scaling
7324
7325 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7326
7327         * backend/ev-link.c: (ev_link_type_get_type),
7328         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7329         (ev_link_new_page_fith):
7330         * backend/ev-link.h:
7331         * pdf/ev-poppler.cc:
7332         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7333
7334         Implement FIT and FITH links
7335
7336 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7337
7338         * pdf/ev-poppler.cc:
7339
7340         Return 0 results when search is not in progress.
7341
7342         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7343         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7344
7345         Update menu sensitivity when cancelling search
7346
7347 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7348
7349         * shell/ev-view.c: (ev_view_can_find_next):
7350
7351         Take all pages in consideration, not just current one
7352
7353 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7354
7355         * shell/ev-page-cache.c:
7356         * shell/ev-page-cache.h:
7357         * shell/ev-view.c: (ev_view_binding_activated),
7358         (ev_view_next_page), (ev_view_previous_page),
7359         (ev_sizing_mode_get_type):
7360         * shell/ev-view.h:
7361         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7362         (ev_window_cmd_go_next_page):
7363
7364         Move page next/previous functions from page chace to
7365         view and change it to move by 2 page steps in dual mode.
7366
7367 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7368
7369         * shell/ev-window.c: (update_sidebar_visibility),
7370         (setup_sidebar_from_metadata), (ev_window_setup_document),
7371         (setup_view_from_metadata):
7372
7373         Show the index by default when there is one     
7374
7375 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7376
7377         * shell/ev-window-title.c: (ev_window_title_set_document):
7378
7379         Missing null check
7380
7381 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7382
7383         * shell/ev-view.c: (view_update_range_and_current_page):
7384         
7385         Allow display of last odd page in dual view. Fix for 316347.
7386
7387 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7388
7389         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7390         
7391         Make close button default. Fix for 316383.
7392
7393 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7394
7395         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7396         
7397         Mark close button as default. Fix for 316381.
7398
7399 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7400
7401         * backend/ev-link.c: (ev_link_class_init):
7402
7403         Allow negative doubles in left/top properties
7404
7405 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7406
7407         * shell/ev-window.c:
7408
7409         Remove a bunch of strings that was used only
7410         by the statusbar.
7411
7412 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7413
7414         * shell/ev-window-title.c: (get_filename_from_uri),
7415         (ev_window_title_set_document):
7416
7417         When title has a confusing extension, show also
7418         the document filename inside ()
7419
7420 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7421
7422         * shell/Makefile.am:
7423         * shell/ev-window-title.c: (ev_window_title_new),
7424         (ev_window_title_update), (ev_window_title_set_type),
7425         (ev_window_title_set_document), (ev_window_title_free):
7426         * shell/ev-window-title.h:
7427         * shell/ev-window.c: (ev_window_setup_document),
7428         (password_dialog_response), (ev_window_popup_password_dialog),
7429         (ev_window_dispose), (ev_window_init):
7430
7431         Factor out and cleanup window title code
7432
7433 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7434
7435         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7436         (unable_to_load):
7437
7438         Make dialog transient so it doesnt block other windows
7439
7440 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7441
7442         * pdf/ev-poppler.cc:
7443         
7444         Fix pdf thumbnails rendering.
7445
7446 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7447
7448         * shell/ev-window.c: (fullscreen_set_timeout):
7449         
7450         Increase timeout to hide full screen popup. Bug 
7451         316123. 
7452
7453 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7454
7455         * data/evince.schemas.in:
7456         * shell/ev-window.c: (update_action_sensitivity):
7457
7458         Allow the user to override document restrictions. Fix for bug
7459         305818.
7460
7461 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7462
7463         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7464         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7465         (ev_window_class_init): Fix multihead behaviour of fullscreen
7466         toolbar popup. Fixes bug #315451.
7467
7468 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7469
7470         * configure.ac:
7471         * data/evince-password.glade:
7472         * shell/ev-password.c: (ev_password_dialog_set_property),
7473         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7474         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7475         (ev_password_dialog_entry_changed_cb),
7476         (ev_password_dialog_entry_activated_cb),
7477         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7478         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7479         (ev_password_dialog_set_bad_pass):
7480         * shell/ev-password.h:
7481         * shell/ev-window.c: (password_dialog_response),
7482         (ev_window_popup_password_dialog):
7483         
7484         Support for gnome-keyring for encrypted PDF's.
7485
7486 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7487
7488         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7489         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7490         (ev_view_enter_notify_event), (ev_view_class_init):
7491         
7492         More precise handling of enter_notify/leave_notify events
7493         in EvView. Fix for bug 315470.
7494
7495 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7496
7497         * shell/ev-window.c: (fullscreen_timeout_cb),
7498         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7499         (ev_window_dispose):
7500
7501         leak fix: unref fullscreen_timeout_source before clearing it
7502
7503 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7504
7505         * configure.ac, dvi/mdvi/Makefile.am: 
7506         
7507         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7508
7509 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7510
7511         * backend/ev-link.c: (ev_link_new_page_xyz):
7512         * pdf/ev-poppler.cc:
7513         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7514
7515         Fix some bugs with xyz links, respect zoom
7516
7517 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7518
7519         * shell/ev-window.c: (page_changed_cb),
7520         (setup_document_from_metadata), (update_sidebar_visibility),
7521         (setup_view_from_metadata), (ev_window_run_fullscreen),
7522         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7523         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7524         (ev_window_dual_mode_changed_cb),
7525         (ev_window_sidebar_current_page_changed_cb):
7526
7527         null check uri before setting and getting metadata
7528
7529 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7530
7531         * dvi/Makefile.am:
7532         * properties/Makefile.am:
7533         * shell/Makefile.am:
7534         * thumbnailer/Makefile.am:
7535
7536         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7537
7538 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7539
7540         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7541         (selection_changed_callback):
7542         * shell/ev-sidebar-links.h:
7543
7544         Add a signal for link activation.
7545
7546         * shell/ev-view.c: (ev_view_goto_link),
7547         (ev_view_button_release_event):
7548         * shell/ev-view.h:
7549         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7550         (ev_window_init):
7551
7552         Implement the signal so that we can handle all link types.
7553
7554         * shell/ev-page-cache.c:
7555
7556         Remove unused set_link function
7557
7558 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7559
7560         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7561
7562         Add some space from the cursor, hardcoded but I couldnt
7563         find a better way.
7564
7565 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7566
7567         * lib/ev-tooltip.c:
7568
7569         Use mozilla style vs gtk style, way better for links.
7570
7571         * shell/ev-view.c: (ev_view_motion_notify_event),
7572         (ev_view_destroy), (ev_view_init):
7573
7574         Deactive tooltip when the link hovered is changed.
7575
7576 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7577
7578         * backend/ev-document.h:
7579         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7580         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7581         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7582         (ev_link_new_page), (ev_link_new_page_xyz):
7583         * backend/ev-link.h:
7584         * pdf/ev-poppler.cc:
7585         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7586         (go_to_link), (tip_from_link):
7587
7588         Implement xyz links, still not functional. Links are a total
7589         mess, will need to refactor and bugfix a lot :(
7590
7591 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7592
7593         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7594
7595 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7596
7597         * data/evince-ui.xml:
7598         * data/evince.schemas.in:
7599         * shell/Makefile.am:
7600         * shell/ev-window.c: (update_chrome_visibility),
7601         (password_dialog_response), (ev_window_load_job_cb),
7602         (ev_window_xfer_job_cb), (ev_window_open_uri),
7603         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7604         (ev_window_init):
7605
7606         Remove the statusbar. This regress loading feedback, need to
7607         check with Bryan what we want to do there...
7608
7609 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7610
7611         * lib/ev-tooltip.c: (ev_tooltip_init):
7612
7613         Fix tooltip border and size handling
7614
7615 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7616
7617         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7618         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7619         (ev_tooltip_timeout), (ev_tooltip_activate),
7620         (ev_tooltip_deactivate):
7621         * lib/ev-tooltip.h:
7622         * shell/ev-view.c: (ev_view_motion_notify_event):
7623
7624         Delay popup showing. Mirror gtk logic/times.
7625
7626 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7627
7628         * lib/Makefile.am:
7629         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7630         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7631         (ev_tooltip_set_text), (ev_tooltip_set_position):
7632         * lib/ev-tooltip.h:
7633
7634         Simple widget to show tooltips at a custom position
7635
7636         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7637         (ev_view_destroy):
7638
7639         Use it for links. First go, needs work
7640
7641 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7642
7643         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7644         HIG fixes.  Use title capitalization for window title. Use 12 
7645         pixels of space between the dialog's vbox and action area.
7646
7647 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7648
7649         * shell/ev-window.c: (file_open_dialog_response_cb),
7650         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7651         (ev_window_cmd_save_as):
7652
7653         Make file pickers not modal and refactor code some
7654
7655 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7656
7657         * shell/ev-sidebar.h:
7658         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7659         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7660         (ev_sidebar_class_init), (ev_sidebar_select_page),
7661         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7662         (ev_sidebar_set_page):
7663
7664         Add a current page property and allow to get/set it
7665
7666         * shell/ev-window.c: (setup_view_from_metadata),
7667         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7668
7669         Persist current sidebar page per document
7670
7671 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7672
7673         * data/evince.schemas.in:
7674         * shell/ev-window.c: (update_chrome_visibility),
7675         (setup_document_from_metadata), (update_sidebar_visibility),
7676         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7677         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7678         (ev_window_run_presentation), (ev_window_stop_presentation),
7679         (ev_window_view_sidebar_cb),
7680         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7681         (load_chrome), (ev_window_init):
7682
7683         Persist size/visibility of sidebar per document
7684
7685 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7686
7687         * shell/ev-view.c (draw_loading_text): Draw loading text.
7688
7689 2005-09-02  Dan Damian  <dand@gnome.ro>
7690
7691         * configure.in: Added "ro" to ALL_LINGUAS.
7692
7693 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7694
7695         * shell/ev-view.c: (clear_caches):
7696
7697         ev_page_cache_get doesnt return a reference,
7698         dont try to unref it.
7699
7700 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7701
7702         * shell/main.c: (load_files_remote):
7703
7704         Fix timestamp parameter with dbus <= 0.33
7705
7706 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7707
7708         * data/evince.schemas.in:
7709
7710         Add missing full stop
7711
7712 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7713
7714         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7715         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7716
7717         Plug some memory leaks
7718
7719 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7720
7721         * configure.ac:
7722         * lib/ev-debug.c: (trap_handler):
7723
7724         Check for execinfo.h and use it only if it exists.
7725         Ported from Epiphany (bug #314776).
7726
7727 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7728
7729         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7730
7731 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7732
7733         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7734         * po/id.po      : Added Indonesian translation
7735
7736 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7737
7738         * shell/main.c:
7739         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7740         * NEWS: Release 0.4.0
7741
7742 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7743
7744         * configure.ac: catch another gtk+-2.8ism
7745         * shell/main.c: Make work with gtk+-2.6
7746
7747 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7748
7749         * shell/ev-application-service.xml: Add 'timestamp' argument to
7750           ev_application_open_window and ev_application_open_uri methods.
7751
7752         * shell/ev-application.h: Add 'timestamp' argument to
7753           ev_application_open_window, ev_application_open_uri,
7754           and ev_application_open_uri_list functions.
7755
7756         * shell/ev-application.c (ev_application_open_window,
7757           ev_application_open_uri, ev_application_open_uri_list): Change
7758           functions that show/present windows to use a timestamp if one
7759           is passed in.
7760
7761         * shell/ev-window.c (ev_window_cmd_file_open,
7762           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7763         * shell/main.c (load_files): Modify calls to ev_application to
7764           include GDK_CURRENT_TIME as timestamp.
7765
7766         * shell/main.c (load_files_remote): Obtain timestamp for client
7767           instance from GDK and pass to server instance so new windows are
7768           focused properly.  Fix dbus_g_proxy_call() calls by including second
7769           G_TYPE_INVALID.
7770           
7771         Closes bug #314475.
7772
7773 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7774
7775         * shell/ev-window.c (ev_window_finalize): Check for
7776         avail. EvWindows when quiting to handle the finalize better,
7777         #314497
7778
7779 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7780         
7781         * properties/ev-properties-view.c: 
7782         
7783         Set textdomain to libglade. Fixes translation problem in property page.
7784
7785 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7786
7787         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7788         * dvi/Makefile.am:
7789         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7790         * dvi/mdvi-lib/Makefile.am:
7791         
7792         Fix rotation of thumbnails, ported to new API. Moved library
7793         dependencies earlier, probably it will fix linkage problem.
7794
7795 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7796
7797         * backend/ev-document-misc.c:
7798         (ev_document_misc_get_thumbnail_frame):
7799         * backend/ev-document-misc.h:
7800         * configure.ac:
7801         * pdf/ev-poppler.cc:
7802         * shell/Makefile.am:
7803         * shell/ev-sidebar-thumbnails.c: (add_range),
7804         (ev_sidebar_thumbnails_set_loading_icon),
7805         (ev_sidebar_thumbnails_refresh),
7806         (ev_sidebar_thumbnails_set_document):
7807         * shell/ev-sidebar-thumbnails.h:
7808         * shell/ev-view.c: (ev_view_motion_notify_event),
7809         (ev_view_set_property), (ev_view_get_property),
7810         (ev_view_class_init), (ev_view_set_rotation):
7811         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7812         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7813         (ev_window_init):
7814         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7815         Redo rotation (again).  prepare for 0.4.0
7816
7817 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7818
7819         * configure.ac: Bump poppler requirement to 0.4.1.
7820
7821         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7822         argument to poppler_page_render_selection() call.
7823
7824 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7825
7826         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7827         (djvu_document_thumbnails_get_thumbnail):
7828         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7829         (dvi_document_thumbnails_get_thumbnail):
7830         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7831         (pixbuf_document_thumbnails_get_thumbnail):
7832         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7833         
7834         Update rotation direction of backends to fit with pdf and ps.
7835
7836 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7837
7838         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7839         * backend/ev-async-renderer.h:
7840         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7841         (setup_page), (ps_document_get_page_size),
7842         (ps_async_renderer_render_pixbuf):
7843         * ps/ps-document.h:
7844         * shell/ev-jobs.c: (ev_job_render_run):
7845
7846         Fix orientation in the postscript document
7847
7848 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7849
7850         * pdf/ev-poppler.cc:
7851         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7852         * shell/ev-view.c: (highlight_find_results):
7853
7854         Adapt to the new poppler rotation API. Fix text maps on landscape
7855         documents.
7856
7857 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7858
7859         * shell/ev-view.c (compute_new_selection_text): get the correct
7860         region when selecting in modes other than continuous.
7861
7862 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7863
7864         * shell/main.c (main): remove redundant g_warnings.
7865
7866 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7867
7868         * shell/Makefile.am: Don't include autogenerated
7869         file ev-application-service.h into distribution, since
7870         it causes dbus crash. Fix for bugs 313724 and 313443. 
7871
7872 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7873
7874         * configure.ac: Fix sed expression for FreeBSD. Thanks
7875         to Joe Marcus Clark <marcus@freebsd.org>
7876         
7877         * shell/eggfindbar.c: (entry_activate_callback),
7878         (entry_changed_callback), (egg_find_bar_init),
7879         (egg_find_bar_set_search_string):
7880         
7881         Made findbar buttons unsensitive if there is no text in
7882         entry. Fix for the bug 313285.
7883
7884 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7885
7886         * ps/ps-document.c: Use g_filename_display_name for displaying
7887         filenames and revert string freeze breackage
7888
7889 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7890
7891         * NEWS:
7892         * configure.ac:
7893
7894         Update for 0.3.4
7895
7896         * shell/Makefile.am:
7897
7898         Add ev-application-service.xml to extra dist
7899
7900         * shell/ev-view.c: (find_page_at_location):
7901
7902         Remove unused function (fix warning)
7903
7904 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7905
7906         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7907         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7908         
7909         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7910         bug 313623.
7911
7912 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7913
7914         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7915         * shell/ev-window.c:
7916         Fix build warnings
7917
7918 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7919
7920         * configure.ac: Update script to get dbus version.
7921         Fix for the bug #313443.
7922
7923 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7924
7925         * shell/ev-window.c: (ev_window_cmd_escape):
7926         
7927         Return focus back to view on escape. Fix for bug 313295.
7928
7929 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7930
7931         * shell/ev-window.c: (update_window_title),
7932         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7933         (ev_window_cmd_save_as):
7934         
7935         Correct conversion from uri to displayable string. Fix for
7936         bug 313296.
7937
7938 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7939
7940         * ps/ps-document.c: convert filename to utf8 when there is an error
7941         loading document. Fixes #309915
7942
7943 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7944
7945         * configure.ac:
7946
7947         We depend on poppler 0.4.0
7948
7949 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7950
7951         * configure.ac:
7952         * NEWS: Release 0.3.3.
7953         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7954
7955 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7956
7957         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7958         add a couple missing mnemonics to menu items, use title 
7959         capitalization for menu items and window titles, and add 
7960         ellipsis to open menu item.     
7961
7962 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7963
7964         * pdf/ev-poppler.cc:
7965         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7966         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7967         (ev_view_get_rotation):
7968         * shell/ev-view.h:
7969         * shell/ev-window.c: (setup_view_from_metadata),
7970         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7971         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7972         disk.
7973
7974 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7975
7976         * configure.ac: Added tr to ALL_LINGUAS
7977
7978 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7979
7980         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7981         requires several clicks to find word. Thanks to 
7982         Colin Slater <kiltedtaco@gmail.com>.
7983
7984 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7985
7986         * data/evince.desktop.in.in: Hide menu entry and
7987         rename it to "Document Viewer". Fix for bug 
7988         #312399.
7989
7990 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7991
7992         * shell/ev-page-action.c (ev_page_action_class_init): 
7993
7994         Point to the correct function in constructor of the
7995         activate_label signal
7996
7997 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7998
7999         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8000         * shell/ev-jobs.h: Make thread safe.
8001
8002 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8003
8004         * shell/ev-view.c: (view_update_range_and_current_page):
8005         Don't update page range if we are scrolling to some document
8006         point.
8007
8008 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8009
8010         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8011         when getting max_page_width, fix drawing in dual mode.
8012
8013 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8014
8015         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8016         getting the area for select_all.
8017
8018 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8019
8020         * backend/ev-selection.c: (ev_selection_render_selection):
8021         * backend/ev-selection.h:
8022         * pdf/ev-poppler.cc:
8023         * shell/ev-jobs.c: (ev_job_render_new):
8024         * shell/ev-jobs.h:
8025         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8026         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8027         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8028         (ev_view_class_init):
8029
8030         Change selection color on focus in and focus out events.  Also,
8031         poppler now uses GdkColor for specifying the selection colors, so
8032         drop some awkward conversion code.
8033
8034 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8035
8036         * configure.ac: Added Hebrew translation
8037
8038 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8039
8040         * NOTES:
8041         * backend/ev-selection.c: (ev_selection_render_selection):
8042         * backend/ev-selection.h:
8043         * pdf/ev-poppler.cc:
8044         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8045         (ev_job_render_run):
8046         * shell/ev-jobs.h:
8047         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8048         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8049         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8050         (ev_pixbuf_cache_style_changed),
8051         (ev_pixbuf_cache_get_selection_pixbuf),
8052         (ev_pixbuf_cache_set_selection_list),
8053         (ev_pixbuf_cache_get_selection_list):
8054         * shell/ev-pixbuf-cache.h:
8055         * shell/ev-utils.c: (ev_print_region_contents):
8056         * shell/ev-utils.h:
8057         * shell/ev-view.c: (ev_view_queue_draw_page),
8058         (selection_update_idle_cb), (ev_view_motion_notify_event),
8059         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8060         (setup_caches), (ev_view_find_next), (merge_selection_region),
8061         (selection_free):
8062         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8063
8064         Clean up selection to be much smoother!
8065
8066 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8067
8068         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8069         to poppler_page_render_selection().
8070
8071 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8072
8073         * ps/ps-document.c: (save_page_list): Use
8074         unzipped document when printing. Thanks to 
8075         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8076         311016.
8077
8078 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8079
8080         * shell/ev-window.c: (update_action_sensitivity):
8081         
8082         Disable print and save respect to lockdown gconf keys. Fix
8083         for 312342.
8084
8085 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8086
8087         * configure.ac:
8088         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8089         (write_to_temp_file), (ev_file_set_contents):
8090         * shell/ev-utils.h:
8091         * shell/ev-window.c: (save_print_config_to_file):
8092         
8093         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8094         Fix for bug 312238
8095
8096 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8097
8098         * shell/ev-window.c: (load_print_config_from_file),
8099         (save_print_config_to_file), (ev_window_print_range):
8100
8101         Persist the print settings. Fixes bug #311578.
8102
8103 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8104
8105         * djvu/djvu-document.c: (djvu_document_get_page_size),
8106         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8107         (djvu_document_thumbnails_get_thumbnail):
8108         * dvi/dvi-document.c: (dvi_document_get_page_size),
8109         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8110         (dvi_document_thumbnails_get_dimensions),
8111         (dvi_document_thumbnails_get_thumbnail):
8112         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8113         (pixbuf_document_render_pixbuf),
8114         (pixbuf_document_document_iface_init),
8115         (pixbuf_document_thumbnails_get_thumbnail):
8116         
8117         Update backends to make them build with new rotation system.
8118
8119 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8120
8121         * help/C/figures/evince_start_window.png:
8122         
8123         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8124
8125 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8126
8127         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8128         * shell/ev-pixbuf-cache.h:
8129         * shell/ev-sidebar-thumbnails.c:
8130         (ev_sidebar_thumbnails_get_property), (add_range),
8131         (adjustment_changed_cb):
8132         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8133         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8134         we were thumbnailing the entire docment on startup, slowing us
8135         down hugely. 
8136
8137 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8138
8139         * shell/ev-page-cache.c: (ev_page_cache_new):
8140         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8141         == 0, fixes #310306.
8142
8143 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8144
8145         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8146         (ev_view_rotate_left):
8147
8148         Account rotation in doc_rect_to_view_rect.
8149         Ensure rotation doesnt go out of bounds.
8150
8151 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8152
8153         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8154
8155         Correct and cleanup w/h swapping
8156
8157 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8158
8159         * backend/ev-document-thumbnails.c:
8160         (ev_document_thumbnails_get_thumbnail):
8161         * backend/ev-document-thumbnails.h:
8162         * backend/ev-document.c:
8163         * backend/ev-document.h:
8164         * backend/ev-render-context.c: (ev_render_context_new),
8165         (ev_render_context_set_rotation):
8166         * backend/ev-render-context.h:
8167         * pdf/ev-poppler.cc:
8168         * ps/ps-document.c: (ps_document_document_iface_init):
8169         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8170         * shell/ev-jobs.h:
8171         * shell/ev-page-cache.c: (build_height_to_page),
8172         (ev_page_cache_new), (ev_page_cache_get_size),
8173         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8174         (ev_page_cache_get_height_to_page):
8175         * shell/ev-page-cache.h:
8176         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8177         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8178         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8179         (ev_pixbuf_cache_get_selection_pixbuf):
8180         * shell/ev-pixbuf-cache.h:
8181         * shell/ev-print-job.c: (idle_print_handler):
8182         * shell/ev-sidebar-thumbnails.c: (add_range):
8183         * shell/ev-view.c: (view_update_range_and_current_page),
8184         (get_page_y_offset), (get_page_extents),
8185         (ev_view_size_request_continuous_dual_page),
8186         (ev_view_size_request_continuous),
8187         (ev_view_size_request_dual_page),
8188         (ev_view_size_request_single_page), (draw_one_page),
8189         (ev_view_set_rotation), (ev_view_rotate_right),
8190         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8191         (ev_view_zoom_for_size_continuous_and_dual_page),
8192         (ev_view_zoom_for_size_continuous),
8193         (ev_view_zoom_for_size_dual_page),
8194         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8195         (ev_view_select_all):
8196         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8197         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8198         (tiff_document_document_iface_init),
8199         (tiff_document_thumbnails_get_thumbnail):
8200
8201         Use rotation rather than orientation. It's easier and enough
8202         for our needs.
8203
8204 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8205
8206         * shell/ev-page-cache.c: (build_height_to_page),
8207         (ev_page_cache_new), (ev_page_cache_get_size),
8208         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8209         (ev_page_cache_get_height_to_page):
8210         * shell/ev-page-cache.h:
8211         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8212         (ev_view_size_request_continuous_dual_page),
8213         (ev_view_size_request_continuous),
8214         (ev_view_zoom_for_size_continuous_and_dual_page),
8215         (ev_view_zoom_for_size_continuous):
8216
8217         Make the page cache aware of page orientation.
8218
8219 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8220
8221         * backend/ev-document-thumbnails.c:
8222         (ev_document_thumbnails_get_thumbnail):
8223         * backend/ev-document-thumbnails.h:
8224         * backend/ev-document.c:
8225         * backend/ev-document.h:
8226         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8227         * backend/ev-ps-exporter.h:
8228         * pdf/ev-poppler.cc:
8229         * ps/ps-document.c: (ps_document_document_iface_init),
8230         (ps_document_ps_export_do_page):
8231         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8232         * shell/ev-jobs.h:
8233         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8234         (ev_page_cache_get):
8235         * shell/ev-page-cache.h:
8236         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8237         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8238         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8239         * shell/ev-pixbuf-cache.h:
8240         * shell/ev-print-job.c: (idle_print_handler):
8241         * shell/ev-sidebar-thumbnails.c: (add_range):
8242         * shell/ev-view.c: (view_update_range_and_current_page),
8243         (get_page_extents), (ev_view_size_request_dual_page),
8244         (ev_view_size_request_single_page), (draw_one_page),
8245         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8246         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8247         (ev_view_zoom_for_size_dual_page),
8248         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8249         (ev_view_select_all):
8250         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8251         * tiff/tiff-document.c: (tiff_document_get_page_size),
8252         (tiff_document_get_orientation), (rotate_pixbuf),
8253         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8254         (tiff_document_thumbnails_get_thumbnail),
8255         (tiff_document_ps_export_do_page), (tiff_document_init):
8256
8257         Really make use of the orientation bit of the render context.
8258         Use the render context in a few more places in the backend API.
8259         This regress orientation, but now it's done right. Will try to
8260         fix it up asap...
8261
8262 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8263
8264         * shell/ev-view.c: (ensure_rectangle_is_visible):
8265
8266         Patch by Nickolay V. Shmyrev to fix find flickering
8267
8268 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8269
8270         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8271         duplex parameters to ::begin.
8272
8273         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8274         * shell/ev-print-job.c (idle_print_handler): 
8275         * ps/ps-document.c (ps_document_ps_export_begin): 
8276         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8277         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8278         implementations. Poppler backend needs poppler cvs. Rest has
8279         unchanged behavior.
8280
8281 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8282
8283         * shell/ev-window.c (using_pdf_printer): new function.
8284         (ev_window_print_range): print a less techy message if someone
8285         tries to print to PDF.
8286
8287 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8288
8289         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8290         from "unknown font" string. Bug #311431
8291
8292 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8293
8294         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8295
8296 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8297
8298         Bug #311280
8299         
8300         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8301         name for PopplerFontTypes
8302         (pdf_document_fonts_fill_model): add font type to the detail column
8303
8304         * backend/ev-document-fonts.h: added
8305         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8306
8307         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8308         font name and font details, add a little markup.
8309         (ev_properties_fonts_init): use the new cell data func, specify ypad
8310         property for the cell renderer.
8311         (ev_properties_fonts_set_document): add the details column.
8312
8313 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8314
8315         * configure.ac: Added "pl" to ALL_LINGUAS.
8316
8317 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8318
8319         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8320
8321 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8322
8323         * help/ChangeLog: Started this for translations of manual.
8324         * configure.ac, autogen.sh, .cvsignore: Migrated to
8325         gnome-doc-utils. Patch in bug #311222.
8326
8327 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8328
8329         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8330         #ifdef this away to fix an unused-function warning.
8331
8332 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8333
8334         * configure.ac: Added 'gl' to ALL_LINGUAS.
8335
8336 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8337
8338         * configure.ac: Added ne in ALL_LINGUAS
8339         
8340 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8341
8342         * shell/ev-view.c: (ev_view_leave_notify_event):
8343         
8344         Clear status message when pointer leaves view. Fix for bug
8345         #310818 
8346
8347 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8348
8349         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8350
8351 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8352
8353         * shell/ev-view.c: (ev_view_leave_notify_event),
8354         (ev_view_class_init):
8355         
8356         Set cursor to normal then leaving view.
8357
8358 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8359
8360         * configure.ac:
8361         
8362         Fix required djvulibre version.
8363
8364 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8365
8366         *configure.ac: Hindi (hi) language added
8367
8368 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8369
8370         *configure.ac: Punjabi (pa) Language added
8371
8372 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8373
8374         * data/evince-ui.xml, shell/ev-window.c:
8375         
8376         Add keypad accelerators for zooming. Fix for bug 308128.
8377
8378 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8379
8380         * Makefile.am:
8381         * backend/Makefile.am:
8382         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8383         * configure.ac:
8384         * shell/ev-document-types.c: (ev_document_types_add_filters):
8385
8386         Allow to enable/disable the pixbuf backend.
8387         Default to off for now. If we want it enabled we should
8388         really put mime types in the desktop, implement properties etc.
8389
8390         * properties/evince-properties.c:
8391
8392         Initialize error to NULL.
8393         Check error is not NULL before freeing.
8394
8395 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8396
8397         * shell/ev-window.c:
8398
8399         Use F5 as presentation accell
8400
8401 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8402
8403         * shell/ev-window.c: (update_chrome_visibility),
8404         (ev_window_create_fullscreen_popup), (ev_window_init):
8405
8406         Do not leak the fullscreen toolbar
8407
8408 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8409
8410         * shell/ev-window.c: (view_actions_focus_in_cb),
8411         (view_actions_focus_out_cb):
8412
8413         These has a return value! Fix totally random focus
8414         issues we was seeing.
8415
8416 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8417
8418         * shell/main.c: (load_files_remote):
8419
8420         Allow open more than one file
8421
8422 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8423
8424         * shell/main.c: (load_files_remote):
8425
8426         Fix for dbus 0.33. bug #309975
8427
8428 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8429
8430         * properties/ev-properties-main.c: (ev_properties_get_pages):
8431
8432         Actually return NULL for types we dont support
8433
8434 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8435
8436         * po/POTFILES.in:
8437
8438         Remove empty lines.
8439
8440 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8441
8442         * backend/ev-document-factory.c:
8443         (ev_document_factory_get_document):
8444
8445         Do not try to create the object if type
8446         is invalid.
8447
8448 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8449
8450         * ps/ps-document.c: (ps_document_dispose),
8451         (ps_async_renderer_render_pixbuf):
8452         * ps/ps-document.h:
8453
8454         Do not leak the target window
8455
8456 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8457
8458         * shell/ev-application.c: (ev_application_init):
8459
8460         Let tbe check file existence for us.
8461         Add a comment about eggrecent mime filter.
8462
8463 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8464
8465         * data/evince-ui.xml:
8466         * shell/ev-application.c: (ev_application_shutdown),
8467         (ev_application_init), (ev_application_get_toolbars_model),
8468         (ev_application_get_recent_model),
8469         (ev_application_save_toolbars_model):
8470         * shell/ev-application.h:
8471         * shell/ev-window.c: (ev_window_add_recent),
8472         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8473         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8474         (ev_window_init):
8475
8476         Use common toolbar and recent models for all windows.
8477         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8478
8479 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8480
8481         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8482         successfully check for gtk_icon_view_get_visible_range.
8483
8484 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8485
8486         * djvu/Makefile.am:
8487         * dvi/Makefile.am:
8488         
8489         Fix djvu and dvi backend build.
8490
8491 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8492
8493         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8494         (new_separator_pixbuf):
8495
8496         Don't leak windows.
8497
8498 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8499
8500         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8501
8502         HIGification of toolbar editor dialogue.
8503
8504 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8505
8506         * configure.ac:
8507         * shell/Makefile.am:
8508
8509         Ever build metadata manager since it's just
8510         disabled at runtime now.
8511
8512 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8513
8514         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8515         (ev_metadata_manager_get), (ev_metadata_manager_set):
8516         * shell/ev-metadata-manager.h:
8517
8518         Add an _init functions that enabled metadata management
8519         at runtime.
8520
8521         * shell/ev-window.c: (page_changed_cb),
8522         (setup_document_from_metadata), (ev_window_setup_document),
8523         (setup_view_from_metadata), (ev_window_open_uri),
8524         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8525         (ev_window_run_presentation), (ev_window_stop_presentation),
8526         (save_sizing_mode), (ev_window_zoom_changed_cb),
8527         (ev_window_continuous_changed_cb),
8528         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8529         (window_configure_event_cb):
8530
8531         Remove all ugly metadata define since we deal with it
8532         at runtime now.
8533
8534         * shell/main.c: (load_files_remote), (main):
8535
8536         Add support for dbus cvs head. Hopefully didnt break one
8537         of the other versions now!
8538
8539         If we dont get a response from the dbus server just
8540         give up with it and not enable metadata.
8541
8542 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8543
8544         * Makefile.am:
8545         * backend/Makefile.am:
8546         * configure.ac:
8547         * cut-n-paste/recent-files/Makefile.am:
8548         * cut-n-paste/toolbar-editor/Makefile.am:
8549         * cut-n-paste/zoom-control/Makefile.am:
8550         * lib/Makefile.am:
8551         * pdf/Makefile.am:
8552         * pixbuf/Makefile.am:
8553         * properties/Makefile.am:
8554         * ps/Makefile.am:
8555         * shell/Makefile.am:
8556         * thumbnailer/Makefile.am:
8557         * tiff/Makefile.am:
8558
8559         Make frontends depend on just libev.
8560         Rework and group CFLAGS/LIBS definitions.
8561         Cleanups.
8562
8563 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8564
8565         * shell/ev-window:
8566
8567         do not unnecessarily save zoom
8568
8569         * configure.ac:
8570         * lib/ev-file-helpers.c: (ev_dot_dir):
8571         * shell/Makefile.am:
8572         * shell/dummy.cc:
8573
8574         Some cleanups
8575
8576 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8577
8578         * configure.ac:
8579         
8580         Remove unnecessary dependencies
8581
8582 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8583
8584         * properties/Makefile.am:
8585         * thumbnailer/Makefile.am:
8586         * tiff/Makefile.am:
8587
8588         Some more cleanups. Was really necessary
8589         but I probably introduced bugs, feel free
8590         to flame :)
8591
8592 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8593
8594         * backend/Makefile.am:
8595         * configure.ac:
8596         * cut-n-paste/recent-files/Makefile.am:
8597         * cut-n-paste/toolbar-editor/Makefile.am:
8598         * cut-n-paste/zoom-control/Makefile.am:
8599         * lib/Makefile.am:
8600         * pdf/Makefile.am:
8601         * pixbuf/Makefile.am:
8602         * properties/Makefile.am:
8603         * ps/Makefile.am:
8604         * shell/Makefile.am:
8605         * thumbnailer/Makefile.am:
8606         * tiff/Makefile.am:
8607
8608         Use gnome-common macros when possible.
8609         Cleanup dependencies.
8610         Actually disable deprecated where possible.
8611
8612 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8613
8614         * Makefile.am:
8615         * backend/Makefile.am:
8616         * properties/Makefile.am:
8617         * shell/Makefile.am:
8618         * thumbnailer/Makefile.am:
8619
8620         This should solve the circular dep without
8621         requiring dir reorg!
8622
8623         * shell/ev-window.c: (setup_view_from_metadata):
8624
8625         Never restore window size/position when the
8626         window is already visible.
8627
8628 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8629
8630         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8631
8632         Return a boolean from timeout func. Fix ported from gedit.
8633
8634 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8635
8636         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8637
8638 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8639
8640         * shell/ev-document-types.c: set "All Documents" as default filter in
8641         open dialog
8642
8643 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8644
8645         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8646         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8647         (ev_metadata_manager_set_boolean): fix value/val thinko.
8648
8649 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8650
8651         * shell/ev-window.c: (setup_view_from_metadata),
8652         (window_state_event_cb), (window_configure_event_cb),
8653         (ev_window_init):
8654
8655         Remember window position and maximized state
8656
8657 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8658
8659         * configure.ac:
8660
8661         Fix DBUS configure checks.
8662
8663         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8664         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8665         (ev_metadata_manager_set_boolean):
8666
8667         Plug mem leaks.
8668
8669         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8670         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8671         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8672         (ev_window_continuous_changed_cb),
8673         (ev_window_dual_mode_changed_cb), (ev_window_new):
8674
8675         Fix the build without DBUS.
8676
8677 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8678
8679         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8680         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8681         (ev_metadata_manager_set_string),
8682         (ev_metadata_manager_set_boolean):
8683         * shell/ev-metadata-manager.h:
8684
8685         Add support for some more types
8686
8687         * shell/ev-view.c: (scroll_to_current_page),
8688         (ev_view_get_continuous), (ev_view_set_continuous),
8689         (ev_view_get_dual_page):
8690         * shell/ev-view.h:
8691         * shell/ev-window.c: (page_changed_cb),
8692         (setup_document_from_metadata), (ev_window_setup_document),
8693         (setup_view_from_metadata), (ev_window_open_uri),
8694         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8695         (ev_window_run_presentation), (ev_window_stop_presentation),
8696         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8697         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8698         (ev_window_update_dual_page_action),
8699         (ev_window_continuous_changed_cb),
8700         (ev_window_dual_mode_changed_cb), (ev_window_init):
8701
8702         Remember a bunch of view/document properties. Prolly some
8703         are still missing but it's getting interesting.
8704
8705 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8706
8707         * configure.ac: check if dbus-binding-tool is installed. Not the
8708         case on current Ubuntu breezy, it seems.
8709
8710 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8711
8712         * data/evince.desktop.in.in:
8713         
8714         Allow open uri lists and add TryExec field.
8715
8716 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8717
8718         * configure.ac:
8719
8720         Enable dbus when available, do not require a configure
8721         option.
8722
8723 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8724
8725         * configure.ac:
8726
8727         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8728         disabled.
8729
8730 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8731         Marco Pesenti Gritti  <mpg@redhat.com>
8732
8733         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8734         
8735         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8736         functions to the format required by dbus
8737
8738         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8739         errors. Use the RPC parameters in the expected way
8740
8741 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8742
8743         * Makefile.am:
8744         * properties/Makefile.am:
8745         * properties/ev-properties-main.c: (ev_properties_get_pages):
8746
8747         Support all mime types
8748
8749         * shell/Makefile.am:
8750         * thumbnailer/Makefile.am:
8751         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8752         (evince_thumbnail_pngenc_get):
8753
8754         Use the document factory
8755
8756 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8757
8758         * backend/Makefile.am:
8759         * backend/ev-document-factory.c:
8760         (mime_type_supported_by_gdk_pixbuf),
8761         (ev_document_type_get_from_mime),
8762         (ev_document_factory_get_document),
8763         (ev_document_factory_get_backend),
8764         (ev_document_factory_get_mime_types),
8765         (ev_document_factory_get_all_mime_types):
8766         * backend/ev-document-factory.h:
8767         * shell/Makefile.am:
8768         * shell/ev-document-types.c: (get_document_from_uri),
8769         (ev_document_types_get_document),
8770         (file_filter_add_mime_list_and_free),
8771         (ev_document_types_add_filters):
8772         * shell/ev-document-types.h:
8773         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8774         * shell/ev-properties-dialog.c:
8775         (ev_properties_dialog_set_document):
8776         * shell/ev-window.c: (ev_window_cmd_file_open),
8777         (ev_window_cmd_save_as):
8778         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8779
8780         Rework document types managing to avoid code duplication
8781         and actually abstract from backend implementations.
8782         Also provide a minimal factory api that can be used by
8783         thumbnailer/properties.
8784
8785 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8786
8787         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8788         Plug a mem leak.
8789         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8790         HIG spacings.
8791
8792 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8793
8794         * shell/ev-properties-dialog.c
8795         (ev_properties_dialog_set_document): only call
8796         ev_properties_fonts_set_document() if the document implements the
8797         fonts interface
8798
8799 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8800
8801         * configure.ac:
8802         * properties/Makefile.am:
8803         * properties/ev-properties-view.c:
8804         (ev_properties_view_register_type):
8805         * properties/ev-properties-view.h:
8806         * properties/ev-properties-main.h:
8807
8808         Implement nautilus plugin for properties.
8809         Works only for pdf atm, I need to rework the
8810         document types stuff to get this to work
8811         for all backends...
8812
8813 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8814
8815         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8816         (ev_properties_fonts_set_document): use
8817         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8818
8819 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8820
8821         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8822         them
8823         (PlaceImage, tiff2ps_process_page): use
8824         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8825
8826
8827 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8828
8829         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8830         (main): to call gnome_authentication_manager_init. Should fix
8831         Bug #308510
8832
8833         * configure.ac: that requires libgnomeui 2.6.0.
8834
8835 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8836
8837         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8838         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8839         use the new tiff2ps interfaces
8840
8841         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8842         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8843
8844         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8845         structure instead of global variables.  Remove use of static
8846         variables in functions.
8847
8848 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8849
8850         * shell/ev-page-action.c: unref the completion after setting it to the
8851         entry
8852
8853 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8854
8855         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8856         postscript files
8857
8858 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8859
8860         * shell/ev-window.c (update_action_sensitivity): disable
8861         File->Print if the document does not implement the ps exporter
8862         interface
8863
8864 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8865
8866         * Makefile.am:
8867         * configure.ac:
8868         * data/evince-properties.glade:
8869         * properties/.cvsignore:
8870         * properties/Makefile.am:
8871         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8872         (ev_properties_view_class_init), (ev_properties_view_format_date),
8873         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8874         (ev_properties_view_init), (ev_properties_view_new):
8875         * properties/ev-properties-view.h:
8876         * shell/Makefile.am:
8877         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8878         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8879         (ev_properties_dialog_new):
8880         * shell/ev-properties-dialog.h:
8881         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8882         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8883         (update_progress_label), (job_fonts_finished_cb),
8884         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8885         * shell/ev-properties-fonts.h:
8886         * shell/ev-properties.c:
8887         * shell/ev-properties.h:
8888         * shell/ev-window.c: (ev_window_setup_document),
8889         (ev_window_cmd_file_properties):
8890
8891         Split the properties pages in two different objects, depend
8892         only on the backend where possible, use widgets instead
8893         of gobject for the glade part, reimplement the dialog
8894         itself with gtk.
8895         I need this to implement nautilus properties page.
8896
8897 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8898
8899         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8900         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8901         (tiff_document_document_ps_exporter_iface_init): implement the ps
8902         exporter interface for tiff documents
8903
8904         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8905         libtiff to implement TIFF postscript export
8906
8907         * tiff/tiff2ps.h: added a header file for external tiff2ps
8908         functions.
8909
8910         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8911         tiff2ps.h
8912
8913 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8914
8915         * shell/ev-view.c: (scroll_to_current_page),
8916         (ev_view_set_fullscreen), (ev_view_set_presentation):
8917         
8918         Scroll to current page when exit from presentation
8919
8920 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8921
8922         * shell/ev-window.c: (update_document_mode),
8923         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8924         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8925         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8926         
8927         Exit from fullscreen mode when switch to presentation. Fix for
8928         bug 309365
8929
8930 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8931
8932         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8933         return NULL if the document does not implement the selection
8934         interface.
8935
8936 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8937
8938         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8939         reported height by using the resolution aspect ratio
8940         (tiff_document_render_pixbuf): scale the pixbuf using the
8941         resolution aspect ratio
8942
8943 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8944
8945         * configure.ac:
8946         
8947         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8948         <kiltedaco@gmail.com>
8949         
8950         * djvu/djvu-document.c: (djvu_document_get_orientation),
8951         (djvu_document_set_orientation), (djvu_document_get_page_size),
8952         (rotate_pixbuf), (djvu_document_render_pixbuf),
8953         (djvu_document_document_iface_init):
8954         * dvi/dvi-document.c: (dvi_document_get_orientation),
8955         (dvi_document_set_orientation), (dvi_document_get_page_size),
8956         (rotate_pixbuf), (dvi_document_render_pixbuf),
8957         (dvi_document_document_iface_init):
8958         
8959         Dvi and djvu backends are ported to new API
8960
8961 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8962
8963         * backend/ev-selection.c: (ev_selection_get_selection_region),
8964         (ev_selection_get_selection_map):
8965         * backend/ev-selection.h:
8966         * pdf/ev-poppler.cc:
8967         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8968         * shell/ev-jobs.h:
8969         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8970         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8971         (ev_pixbuf_cache_get_text_mapping):
8972         * shell/ev-pixbuf-cache.h:
8973         * shell/ev-view.c: (location_in_text),
8974         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8975         support to EvView.  Now we can see where we can select!  Sweet!
8976
8977 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8978
8979         * shell/ev-view.c (ev_view_button_press_event): Fix
8980         event->y + view->scroll_x typo.
8981
8982 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8983
8984         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8985         sub-GdkPixbuf instead of passing dest_x and dest_y.
8986         
8987         * shell/ev-view.c: (view_point_to_doc_point),
8988         (view_rect_to_doc_rect), (ev_view_button_press_event),
8989         (ev_view_motion_notify_event), (compute_new_selection_rect),
8990         (gdk_rectangle_point_in), (compute_new_selection_text),
8991         (compute_selections): Update selection code to keep the selection
8992         around as two points and not as a normalized rectangle, and fix
8993         page level selection in two-column mode.
8994
8995 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8996
8997         * shell/ev-window.c: (window_configure_event_cb): 
8998         
8999         Fix compilation
9000         
9001 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9002
9003         * pdf/ev-poppler.cc:
9004
9005         Fix compilation
9006
9007 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9008
9009         * shell/Makefile.am:
9010         * shell/ev-metadata-manager.c: (item_free),
9011         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9012         (parse_value), (parseItem), (load_values),
9013         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9014         (save_values), (save_item), (get_oldest), (resize_items),
9015         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9016         * shell/ev-metadata-manager.h:
9017
9018         Metadata manager from gedit but modified to use GValue, so that
9019         we dont need to keep converting from strings.
9020
9021         * configure.ac:
9022
9023         ENABLE_METADATA conditional, on when dbus is on
9024
9025         * shell/ev-application.c: (ev_application_open_uri):
9026
9027         Show the window after load so that we can initialize
9028         window size before it's showed.
9029
9030         * shell/ev-window.c: (ev_window_setup_from_metadata),
9031         (ev_window_open_uri), (window_configure_event_cb),
9032         (ev_window_init):
9033
9034         Save and load metadata information about window size.
9035         Not yet keeping states in account.
9036
9037         * shell/main.c: (main):
9038
9039         Shutdown metadata manager.
9040
9041 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9042
9043         * shell/ev-application-service.xml:
9044         * configure.ac:
9045         * shell/Makefile.am:
9046         * shell/ev-application.c:
9047         * shell/ev-application.h:
9048         * shell/ev-window.c:
9049         * shell/ev-window.h:
9050         * shell/main.c:
9051
9052         Add an optional dbus interface (--enable-dbus).
9053         Rework application code, mainly to be easier to
9054         use "remotely".
9055         Do not open multiple windows with the same document,
9056         spatial evince!
9057
9058 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9059
9060         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9061         pixbuf iff it exists.
9062
9063 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9064
9065         * shell/*:
9066         * backend/ev-render-context.[ch]:
9067         * backend/ev-selection.[ch]:
9068
9069         Massive changes.  We now support text selection of pdfs, and not
9070         just rectangular selection.  This is pretty broken still, but I
9071         want to get something into CVS.
9072
9073 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9074
9075         * pdf/ev-poppler.cc:
9076         
9077         Fix for Bug 309080: crash on window close.
9078         
9079         * shell/ev-page-action.c: (page_changed_cb):
9080         
9081         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9082         jensgr@gmx.net (Jens Granseuer).
9083
9084 2005-06-25  Marcel Telka  <marcel@telka.sk>
9085
9086         * configure.in (ALL_LINGUAS): Added sk.
9087
9088 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9089
9090         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9091         not a document open
9092
9093 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9094
9095         * NEWS:
9096         * configure.ac:
9097
9098         Release 0.3.2
9099
9100         * cut-n-paste/recent-files/Makefile.am:
9101
9102         Fix make distcheck
9103
9104 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9105
9106         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9107         (pixbuf_document_set_orientation), (rotate_pixbuf),
9108         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9109         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9110
9111         Implement rotation and cleanup the code a bit.
9112
9113         * tiff/tiff-document.c: (tiff_document_get_page_size),
9114         (tiff_document_get_orientation), (tiff_document_set_orientation),
9115         (rotate_pixbuf), (tiff_document_render_pixbuf),
9116         (tiff_document_document_iface_init), (tiff_document_init):
9117
9118         Implement rotation. Was the quicker solution for the release
9119         but we really need to share this code in the shell.
9120
9121 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9122
9123         * pdf/ev-poppler.cc:
9124
9125         Enable rotation, require poppler cvs. Fix a leak.
9126
9127 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9128
9129         * shell/ev-window.c: (update_action_sensitivity):
9130         
9131         Make properties unsensitive if document backend doesn't provide
9132         any info
9133
9134 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9135
9136         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9137         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9138         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9139         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9140         (bitmap_flip_rotate_counter_clockwise):
9141         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9142         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9143         (buff_gets):
9144         * dvi/mdvi-lib/common.h:
9145         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9146         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9147         (opendvi), (mdvi_reload), (mdvi_init_context),
9148         (mdvi_destroy_context), (mdvi_dopage), (special):
9149         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9150         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9151         (file_hash_free), (register_encoding), (parse_spec),
9152         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9153         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9154         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9155         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9156         (mdvi_register_font_type), (mdvi_unregister_font_type),
9157         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9158         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9159         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9160         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9161         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9162         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9163         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9164         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9165         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9166         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9167         (mdvi_unregister_special), (mdvi_flush_specials):
9168         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9169         (t1_font_remove):
9170         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9171         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9172         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9173         (free_font_metrics), (flush_font_metrics):
9174         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9175         (tt_font_remove):
9176         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9177         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9178         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9179         (dstring_insert), (dstring_new), (dstring_reset):
9180         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9181         
9182         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9183         avoid conflict with libtool on FC4
9184         
9185         * shell/ev-window.c: (ev_window_cmd_help_about):
9186         
9187         Update copyright year. Fix for bug 308828.
9188
9189 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9190
9191         * shell/ev-view.c: (add_scroll_binding_keypad),
9192         (ev_view_binding_activated), (ev_view_class_init),
9193         (on_adjustment_value_changed):
9194         
9195         Bug 170874: Arrow keys switch pages in presentation mode
9196
9197 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9198
9199         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9200         
9201         Fix for Bug 308265: Sidebar dissappears coming out of 
9202         Presentation mode
9203
9204 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9205
9206         * shell/ev-application.c: (ev_application_open):
9207         * shell/ev-document-types.c: (ev_document_types_add_filters),
9208         (ev_document_types_add_filters_for_type):
9209         * shell/ev-document-types.h:
9210         * shell/ev-window.c: (ev_window_cmd_save_as):
9211         
9212         Suggest basename as template when saving, provide filters
9213         for save dialog. It's bug 308402
9214
9215 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9216
9217         * pdf/ev-poppler.cc:
9218         * shell/ev-sidebar-links.c: (job_finished_callback):
9219         * shell/ev-view.c: (update_find_status_message):
9220         
9221         Some leaks fixed
9222
9223 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9224
9225         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9226         (egg_recent_view_uimanager_set_list):
9227
9228         Fix buglet in !show_numbers case.
9229
9230 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9231
9232         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9233         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9234
9235         Use pango ellipsisation.
9236
9237         * pdf/ev-poppler.cc:
9238
9239         Fix refcount leak, from nsh.
9240
9241 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9242
9243         * cut-n-paste/recent-files/Makefile.am:
9244         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9245         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9246         
9247         Removed EggRecentViewGtk
9248         
9249         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9250         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9251         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9252         (ev_window_setup_recent):
9253         
9254         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9255         with other projects
9256
9257 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9258
9259         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9260         (egg_recent_view_gtk_finalize):
9261
9262         Fix memory leak
9263
9264         * cut-n-paste/toolbar-editor/Makefile.am:
9265         
9266         Fix location of cursor icon.
9267         
9268         * pdf/ev-poppler.cc:
9269         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9270         (display_completion_text), (match_completion):
9271         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9272         (selection_changed_callback), (create_loading_model),
9273         (print_section_cb), (links_page_num_func),
9274         (update_page_callback_foreach):
9275         * shell/ev-window.c: (ev_window_dispose):
9276         
9277         Small memory fixes. Links model now store objects instead
9278         of pointers to improve memory management. 
9279
9280 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9281
9282         * shell/ev-window.c: (zoom_control_changed_cb):
9283         
9284         Fix update of zoom control (bug 308268).
9285
9286 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9287
9288         * shell/ev-properties.c (set_property): escape the text correctly.
9289         Handles non-UTF-8 properties and escaped properties.  Also, sets
9290         the text to "<i>None</i>" if the property isn't set.
9291
9292         * data/evince-properties.glade: Change the label to be ellipsized,
9293         and give it a minimum size.
9294
9295 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9296
9297         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9298         * shell/ev-sidebar-links.c: (create_loading_model):
9299         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9300         * shell/ev-view.c: (ev_view_set_document):
9301         * shell/ev-window.c: (ev_window_dispose):
9302         
9303         Various small fixes, mostly memory leaks. Thanks to valgrind.
9304
9305 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9306
9307         * ps/ps-document.c: remove the locale.h include again ;-). And
9308         kill the (bogus) setlocale/savelocale business.
9309
9310 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9311
9312         * ps/ps-document.c:
9313         
9314         Include locale.h to fix build
9315         
9316         * shell/ev-sidebar.c:
9317         
9318         Remove unnecessary includes
9319
9320 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9321
9322         * dvi/dvi-document.c: (dvi_document_load):
9323         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9324         * po/POTFILES.in:
9325         
9326         Check for incorrect dvi files. Fix parsing dvi on AMD64
9327         platform. Thanks to tester@tester.ca (Olivier Crete).
9328
9329 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9330
9331         * shell/ev-page-action.c: (match_selected_cb),
9332         (display_completion_text), (match_completion), (update_model):
9333         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9334         (expand_open_links):
9335         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9336         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9337         (ev_sidebar_set_document):
9338         * shell/ev-window.c: (ev_window_xfer_job_cb),
9339         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9340         
9341         Fixed lot's of memory leaks, for example, memory leak on reload, 
9342         described in bug 307793.
9343
9344 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9345
9346         * pdf/ev-poppler.cc:
9347         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9348         (update_visible_range), (adjustment_changed_cb),
9349         (ev_sidebar_thumbnails_fill_model),
9350         (ev_sidebar_thumbnails_refresh),
9351         (ev_sidebar_tree_selection_changed),
9352         (ev_sidebar_icon_selection_changed),
9353         (ev_sidebar_thumbnails_use_icon_view),
9354         (ev_sidebar_thumbnails_set_document):
9355         * shell/ev-sidebar-thumbnails.h:
9356         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9357         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9358
9359         Refresh thumbnails when changing orientation. Not fully
9360         working yet becuase of a sidebar bug.
9361
9362         Set page orientation to poppler page everywhere. This sucks
9363         really need to fix poppler.
9364
9365 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9366
9367         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9368         (egg_recent_view_gtk_new_menu_item),
9369         (egg_recent_view_gtk_set_property),
9370         (egg_recent_view_gtk_get_property),
9371         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9372         (egg_recent_view_gtk_set_tooltip_func),
9373         (egg_recent_view_gtk_set_label_width),
9374         (egg_recent_view_gtk_get_label_width):
9375         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9376
9377         Sync with libegg (ellipsize labels)
9378
9379 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9380
9381         * data/evince-ui.xml:
9382         * shell/ev-window.c: (ev_window_cmd_go_forward),
9383         (ev_window_cmd_go_backward):
9384         
9385         Shift + PageUp moves 10 Pages. Fix for 306125
9386
9387 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9388
9389         * pdf/ev-poppler.cc:
9390
9391         Add a flag to check if orientation has been overriden
9392
9393 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9394
9395         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9396         field if necessary.
9397
9398         * ps/ps.h: add creator field to document.
9399
9400         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9401         set creator field.
9402
9403 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9404
9405         * data/evince-properties.glade:
9406         * shell/ev-properties.c: (ev_properties_set_document):
9407
9408         s/PDF Version/Format
9409
9410 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9411
9412         * shell/ev-properties.c: (ev_properties_set_document):
9413
9414         Remove unnecessary translations
9415
9416 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9417
9418         * cut-n-paste/toolbar-editor/Makefile.am:
9419
9420         Correct library name    
9421
9422 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9423
9424         * configure.ac:
9425         * cut-n-paste/recent-files/egg-recent-model.c:
9426         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9427         (egg_recent_model_unlock_file):
9428         * cut-n-paste/recent-files/egg-recent-util.c:
9429         (egg_recent_util_get_unique_id):
9430         * cut-n-paste/recent-files/update-from-egg.sh:
9431         * cut-n-paste/toolbar-editor/Makefile.am:
9432         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9433         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9434         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9435         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9436         (egg_toolbars_model_get_type):
9437         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9438
9439         Better makefile for toolbar editor and update everything
9440         to latest libegg.
9441
9442 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9443
9444         * shell/ev-window.c: (update_document_mode):
9445
9446         Prefer presentation mode when the document
9447         require fullscreen.
9448
9449 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9450
9451         * data/evince-ui.xml:
9452         * shell/ev-window.c:
9453
9454         Add control-equal for zooming
9455
9456 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9457
9458         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9459
9460 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9461
9462         * backend/ev-document.c: (ev_document_get_orientation):
9463         * backend/ev-document.h:
9464         * pdf/ev-poppler.cc:
9465         * ps/ps-document.c: (ps_document_get_orientation),
9466         (ps_document_set_orientation), (ps_document_document_iface_init):
9467
9468         Add a get_orientation api. Improve set_orientation.
9469
9470         * data/evince-ui.xml:
9471         * shell/ev-view.c: (ev_view_set_orientation),
9472         (ev_view_rotate_right), (ev_view_rotate_left):
9473         * shell/ev-view.h:
9474         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9475         (ev_window_cmd_edit_rotate_right):
9476
9477         Better ui for changing document orientation
9478
9479 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9480
9481         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9482         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9483         * shell/ev-sidebar-links.h:
9484         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9485         (ev_sidebar_page_iface_init):
9486         * shell/ev-sidebar-page.h:
9487         * shell/ev-sidebar-thumbnails.c:
9488         (ev_sidebar_thumbnails_get_property),
9489         (ev_sidebar_thumbnails_class_init),
9490         (ev_sidebar_thumbnails_set_document):
9491         * shell/ev-sidebar-thumbnails.h:
9492         * shell/ev-view.c: (ev_view_motion_notify_event):
9493         * shell/ev-window.c: (update_chrome_visibility),
9494         (ev_window_cmd_focus_page_selector),
9495         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9496         (sidebar_page_main_widget_update_cb), (ev_window_init):
9497         
9498         Autoraise toolbar on GoToPage binding and fix bindings in
9499         EvSidebarThumbnails page.
9500
9501 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9502
9503         * shell/ev-properties.c: (update_progress_label):
9504
9505         Hide the progress label when finished; bug #307697.
9506
9507 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9508
9509         * pdf/ev-poppler.cc:
9510
9511         Enable is_open for links, you will need poppler cvs
9512
9513         * shell/ev-properties.c: (job_fonts_finished_cb):
9514
9515         Get a lock on the document when filling the tree view
9516
9517 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9518
9519         * backend/ev-document-links.h:
9520         * pdf/ev-poppler.cc:
9521         * shell/ev-sidebar-links.c: (create_loading_model),
9522         (expand_open_links), (job_finished_callback):
9523
9524         Expand links when specified by the document.
9525         Depend on a poppler api (defined out for now)
9526
9527 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9528
9529         * shell/ev-properties.c: (ev_properties_dispose),
9530         (ev_properties_class_init), (dialog_destroy_cb),
9531         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9532         (ev_properties_set_document), (ev_properties_new),
9533         (ev_properties_show):
9534         * shell/ev-properties.h:
9535
9536         Make it an object, cleanup the code, api to show it as transient
9537         and to set the document.
9538
9539         * shell/ev-window.c: (ev_window_setup_document),
9540         (ev_window_cmd_file_properties):
9541
9542         Adapt to EvProperties changes, do not show multiple
9543         times, update it when document changes.
9544
9545 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9546
9547         * ps/gstypes.h:
9548         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9549         (ps_document_set_orientation), (ps_document_document_iface_init):
9550         * ps/ps-document.h:
9551
9552         Implement orientation here too
9553
9554         * shell/ev-properties.c: (ev_properties_new):
9555         * data/evince-properties.glade:
9556
9557         Hide the fonts page for backends that doesnt
9558         support it.     
9559
9560 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9561
9562         * backend/ev-document.c: (ev_document_set_orientation):
9563         * backend/ev-document.h:
9564         * pdf/ev-poppler.cc:
9565
9566         Add orientation api. Currently poppler api is not optimal,
9567         we need to set orientation every time we _get a page.
9568         I will try to fix that at some point.
9569
9570         * data/evince-ui.xml:
9571         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9572         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9573
9574         Add orientation menu items
9575
9576         * shell/ev-page-cache.c: (ev_page_cache_clear):
9577         * shell/ev-page-cache.h:
9578
9579         Add api to clear the cache
9580
9581         * shell/ev-view.c: (setup_caches), (clear_caches),
9582         (ev_view_set_document), (ev_view_zoom_out),
9583         (ev_view_set_orientation):
9584         * shell/ev-view.h:
9585
9586         Implement orientation changing
9587
9588 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9589
9590         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9591         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9592         * backend/ev-document-fonts.h:
9593
9594         Separate scan and fill so that we can incrementally fill from
9595         the main thread. Add a progress api.
9596
9597         * data/evince-properties.glade:
9598         * pdf/ev-poppler.cc:
9599         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9600         * shell/ev-jobs.h:
9601         * shell/ev-properties.c: (update_progress_label),
9602         (job_fonts_finished_cb), (setup_fonts_view):
9603
9604         Incrementally feel the list and show the progress
9605         percentage in a label like acrobat does.
9606
9607         You are going to need poppler cvs
9608
9609 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9610
9611         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9612         * backend/ev-document-fonts.h:
9613         * pdf/ev-poppler.cc:
9614
9615         Make fonts model fill incrementally.
9616
9617         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9618         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9619         (ev_job_queue_remove_job):
9620         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9621         (ev_job_fonts_new), (ev_job_fonts_run):
9622         * shell/ev-jobs.h:
9623
9624         New job for fonts scanning
9625
9626         * shell/ev-properties.c: (job_fonts_finished_cb),
9627         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9628         * shell/ev-properties.h:
9629         * shell/ev-window.c: (ev_window_cmd_file_properties):
9630
9631         Incrementally feel the treeview using the new job. Show Loading...
9632         message until scanning is completed.
9633
9634         Hopefully I didnt break the build without the poppler patch.
9635
9636 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9637
9638         * shell/ev-application.c: (ev_application_open):
9639         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9640         (ev_document_type_get_type), (ev_document_type_lookup):
9641         * shell/ev-document-types.h:
9642         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9643         * shell/ev-job-xfer.h:
9644         * shell/ev-window.c: (ev_window_clear_local_uri),
9645         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9646         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9647         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9648         
9649         Transfer remote documents to tmp directory to display them later.
9650
9651 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9652
9653         * backend/ev-document-info.h:
9654         * shell/ev-properties.c: (ev_properties_new):
9655
9656         s/GTime*/GTime. Not sure why we was using a pointer
9657         at all there!
9658
9659 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9660
9661         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9662         situations.  That situation is that you're using GTK+-HEAD with
9663         the patch at #306726 is applied, and you have a document with <
9664         1500 pages in it.  It's not quite as uniformly nice as the
9665         TreeView, but should be better in the long run.
9666
9667         I'm pretty sure I guarded against breaking compilation with
9668         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9669         I missed some.
9670
9671         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9672         widget yet, so I commented that code out
9673         enable_view_actions_for_widget() for now.  Need to figure this
9674         out.
9675
9676         * shell/ev-page-action.c (match_selected_cb): emit the right
9677         signals.  Our cool C-l completion now works.
9678
9679 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9680
9681         * backend/Makefile.am:
9682         * backend/ev-document-fonts.c:
9683         * backend/ev-document-links.c:
9684         * backend/ev-document.c: (ev_document_load):
9685         * backend/ev-document.h:
9686         * backend/ev-job-queue.c:
9687         * backend/ev-job-queue.h:
9688         * backend/ev-jobs.c:
9689         * backend/ev-jobs.h:
9690         * backend/ev-page-cache.c:
9691         * backend/ev-page-cache.h:
9692
9693         EvPageCache and EvJobs are moved to shell.
9694
9695         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9696         (ev_tmp_filename):
9697         * lib/ev-file-helpers.h:
9698         
9699         New helper to work with temporary files
9700         
9701         * shell/Makefile.am:
9702         * shell/ev-application.c: (ev_application_open):
9703         * shell/ev-application.h:
9704         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9705         (remove_job_from_async_queue), (add_job_to_async_queue),
9706         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9707         (handle_job), (search_for_jobs_unlocked),
9708         (no_jobs_available_unlocked), (ev_render_thread),
9709         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9710         (ev_job_queue_add_job), (move_job_async), (move_job),
9711         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9712         * shell/ev-job-queue.h:
9713         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9714         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9715         * shell/ev-job-xfer.h:
9716         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9717         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9718         (ev_job_links_class_init), (ev_job_render_init),
9719         (ev_job_render_dispose), (ev_job_render_class_init),
9720         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9721         (ev_job_thumbnail_class_init), (ev_job_load_init),
9722         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9723         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9724         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9725         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9726         * shell/ev-jobs.h:
9727         * shell/ev-page-action.c: (ev_page_action_set_document):
9728         * shell/ev-page-cache.c: (ev_page_cache_init),
9729         (ev_page_cache_class_init), (ev_page_cache_finalize),
9730         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9731         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9732         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9733         (ev_page_cache_get_title), (ev_page_cache_get_size),
9734         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9735         (ev_page_cache_get_height_to_page),
9736         (ev_page_cache_get_max_label_chars),
9737         (ev_page_cache_get_page_label),
9738         (ev_page_cache_has_nonnumeric_page_labels),
9739         (ev_page_cache_get_info), (ev_page_cache_next_page),
9740         (ev_page_cache_prev_page), (ev_page_cache_get):
9741         * shell/ev-page-cache.h:
9742         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9743         (ev_pixbuf_cache_clear_job_sizes),
9744         (ev_pixbuf_cache_add_jobs_if_needed),
9745         (ev_pixbuf_cache_set_page_range):
9746         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9747         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9748         * shell/ev-sidebar-thumbnails.c:
9749         (ev_sidebar_tree_selection_changed),
9750         (ev_sidebar_thumbnails_set_document):
9751         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9752         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9753         (ev_statusbar_get_context_id), (ev_statusbar_push),
9754         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9755         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9756         (ev_statusbar_set_progress):
9757         * shell/ev-statusbar.h:
9758         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9759         (ev_view_find_previous):
9760         * shell/ev-window.c: (ev_window_is_empty),
9761         (ev_window_setup_document), (password_dialog_response),
9762         (ev_window_clear_jobs), (ev_window_load_job_cb),
9763         (ev_window_xfer_job_cb), (ev_window_open_uri),
9764         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9765         (ev_window_print), (ev_window_print_range),
9766         (ev_window_state_event), (ev_window_cmd_view_reload),
9767         (menu_item_select_cb), (menu_item_deselect_cb),
9768         (view_status_changed_cb), (ev_window_dispose),
9769         (drag_data_received_cb), (ev_window_init):
9770         * shell/ev-window.h:
9771         * shell/main.c: (load_files):
9772         
9773         New statusbar to show progress on idle. Two new jobs - 
9774         xfer job and load job to load document in background. And update
9775         of page_cache clients to new location of code.
9776
9777 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9778
9779         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9780         selection in open dialog. It also remembers the last visited directory 
9781         in the current session.
9782
9783 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9784
9785         * shell/ev-properties.c: (ev_properties_new):
9786         * shell/ev-properties.h:
9787         * shell/ev-window.c: (ev_window_cmd_file_properties):
9788         
9789         Get document info from page cache instead of document itself.
9790         This should fix crash related to race conditions described in
9791         bug 306545.
9792
9793 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9794
9795         * ps/ps-document.c: (ps_document_init),
9796         (send_ps), (get_page_box), (output), (catchPipe), (input),
9797         (stop_interpreter), (file_length), (file_readable),
9798         (check_filecompressedb), (ps_document_enable_interpreter),
9799         (document_load), (ps_async_renderer_render_pixbuf):
9800         * ps/ps-document.h:
9801
9802         Big cleanup of the ps code
9803
9804 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9805
9806         * backend/Makefile.am:
9807         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9808         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9809         * backend/ev-async-renderer.h:
9810
9811         Add an async renderer interface (method + callback) which
9812         is useful for backends like ps.
9813
9814         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9815         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9816         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9817         (ev_job_queue_add_job), (move_job_async), (move_job),
9818         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9819
9820         Add queues for async renderer, these are executed on the
9821         main thread.
9822
9823         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9824         (ev_job_render_run):
9825         * backend/ev-jobs.h:
9826
9827         If the backend support async renderer interface use it.
9828
9829         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9830         (setup_pixmap), (ps_document_get_type),
9831         (ps_async_renderer_render_pixbuf),
9832         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9833
9834         Implement async renderer interface.
9835
9836 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9837
9838         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9839
9840         Cleanup links job on exit.
9841
9842 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9843
9844         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9845         (drag_data_get_cb), (drag_data_received_cb):
9846         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9847         (drag_data_get_cb), (parse_item_list),
9848         (egg_toolbar_editor_load_actions):
9849         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9850         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9851         (parse_item_list), (parse_toolbars):
9852         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9853         (dvi_pixbuf_put_pixel):
9854         
9855         Fix gcc 4.0 warnings
9856
9857 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9858
9859         * ps/ps-document.c: (start_interpreter):
9860
9861         Fix warning when loading ps
9862
9863 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9864
9865         * ps/ps-document.c: (output):
9866
9867         Fix crash when priting gs error messages.
9868
9869 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9870
9871         * backend/ev-page-cache.c: (_ev_page_cache_new):
9872         * backend/ev-page-cache.h:
9873
9874         Use a const to return title so that we dont double
9875         free it. Small cleanup and fix a leak.
9876
9877         * shell/ev-window.c: (update_window_title):
9878
9879         strdup value from get_title.
9880
9881 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9882
9883         * shell/ev-sidebar-links.c: (job_finished_callback),
9884         (ev_sidebar_links_set_document):
9885
9886         Cleanup the old job when changing document
9887
9888 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9889
9890         * shell/ev-stock-icons.c:
9891         * shell/ev-stock-icons.h:
9892         * shell/ev-window.c:
9893         
9894         Add stock icons for actions that can appear in toolbar. Fix for
9895         bug 306566.
9896
9897 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9898
9899         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9900         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9901         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9902         * backend/ev-page-cache.h:
9903         * shell/ev-view.c: (scroll_to_current_page),
9904         (view_update_range_and_current_page), (get_page_y_offset),
9905         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9906         (ev_view_size_request_continuous),
9907         (ev_view_zoom_for_size_continuous_and_dual_page),
9908         (ev_view_zoom_for_size_continuous):
9909         
9910         More compact EvView layout in document with pages of different size.
9911
9912 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9913
9914         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9915         compilation.
9916
9917 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9918
9919         * shell/ev-view.c: (view_set_adjustment_values):
9920         * shell/ev-window.c: (ev_window_cmd_file_properties):
9921         
9922         A bit different fix for rounding problem but it has no
9923         problems on startup. Make properties window transient to parent.
9924
9925 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9926
9927         * pdf/ev-poppler.cc:
9928         
9929         More commenting of font stuff.
9930
9931 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9932
9933         * pdf/ev-poppler.cc:
9934
9935         Comment out some more fonts stuff. Should really
9936         work without the poppler patch now.
9937
9938 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9939
9940         * pdf/ev-poppler.cc:
9941
9942         Adapt to api change
9943
9944 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9945
9946         * data/evince-properties.glade:
9947         * pdf/ev-poppler.cc:
9948         * shell/ev-properties.c: (setup_fonts_view):
9949
9950         Set the column title. Show the dialog only
9951         once everything is setup.
9952         Getting font info can be very slow... will
9953         prolly need to make this threaded too.
9954
9955 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9956
9957         * backend/Makefile.am:
9958         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9959         (ev_document_fonts_get_fonts_model):
9960         * backend/ev-document-fonts.h:
9961         * data/evince-properties.glade:
9962         * pdf/ev-poppler.cc:
9963         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9964         * shell/ev-properties.h:
9965         * shell/ev-window.c: (ev_window_cmd_file_properties):
9966
9967         Implement fonts list. Defined out for now, since it depends
9968         on a not yet committed poppler patch.
9969
9970 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9971
9972         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9973         page + 1.
9974
9975         * shell/ev-window.c: Make sure we add the timeout when we get a
9976         focus-in event.
9977
9978         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9979         adjustment->value before calculating the zoom factor to average
9980         out all of our rounding errors.  The page no longer 'drifts' when
9981         resizing.
9982
9983 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9984
9985         * data/evince-properties.glade:
9986         * shell/ev-properties.c: (ev_properties_format_date),
9987         (set_property):
9988         
9989         Labels don't expand when the dialogue is resized.
9990         strftime result needs to be converted to UTF-8. Thanks
9991         to Christian Persch <chpe@gnome.org>.
9992
9993 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9994
9995         * data/evince-properties.glade:
9996
9997         Hide the fonts tab
9998
9999 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10000
10001         * backend/ev-document-info.h:
10002         * backend/ev-document.c: (ev_document_info_free):
10003         * data/evince-properties.glade:
10004         * pdf/ev-poppler.cc:
10005         * ps/ps-document.c: (ps_document_get_info):
10006         * shell/ev-properties.c: (ev_properties_format_date),
10007         (set_property), (ev_properties_new):
10008         * shell/ev-properties.h:
10009         * shell/ev-window.c: (ev_window_cmd_file_properties):
10010
10011         Rework properties code to take only EvPropertyInfo
10012         in the constructor so that it can be useful for
10013         nautilus plugin too.
10014
10015         Deal with backends that doesnt support some properties.
10016         Make set property code generic.
10017
10018 2005-06-04  Christian Persch <chpe@gnome.org>
10019
10020         * data/evince-properties.glade:
10021
10022         fix spacings, make resizeable, and make data labels
10023         selectable + ellipsised
10024
10025 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10026
10027         * backend/ev-document-info.h:
10028         * data/Makefile.am:
10029         * data/evince-ui.xml:
10030         * pdf/ev-poppler.cc:
10031         * shell/Makefile.am:
10032         * shell/ev-window.c: (update_action_sensitivity),
10033         (ev_window_cmd_file_properties):
10034
10035         Initial go at file properties. Patch by
10036         Emil Soleyman-Zomalan <emil@soleyman.com>.
10037         Needs love see #169583
10038
10039 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10040
10041         * ps/ps-document.c: (output):
10042         * ps/ps.c: (psscan):
10043
10044         Try to render even if psscan fails.
10045
10046 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10047
10048         * ps/ps.c: (psscan), (pscopydoc):
10049
10050         Port buffered reading code from gv
10051
10052 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10053
10054         * ps/ps-document.c: (interpreter_message), (output):
10055
10056         Do not fail on interpreter messages
10057
10058 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10059
10060         * backend/ev-document-misc.c:
10061         (ev_document_misc_get_thumbnail_frame):
10062
10063         Pages can be 0 x 0, dont assert on this case
10064
10065 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10066
10067         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10068         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10069
10070         Correctly manage our reference on document. Finally the reload
10071         huge leak is gone...
10072
10073 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10074
10075         * ps/ps-document.c: (ps_document_dispose):
10076
10077         Forgot to chain it to the parent. Thanks chpe.
10078
10079 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10080
10081         * ps/ps-document.c: (ps_document_dispose),
10082         (ps_document_class_init), (stop_interpreter), (document_load):
10083
10084         Cleanup dispose a bit. Dont leak the whole pixmap.
10085
10086 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10087
10088         * pdf/ev-poppler.cc:
10089
10090         Release the poppler document on dispose
10091
10092 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10093
10094         * shell/ev-view.c: (ev_view_set_document):
10095
10096         Release ref on the pixbuf cache when changing
10097         document.
10098
10099 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10100
10101         * ps/ps-document.c: (ps_document_get_info):
10102
10103         Fix a double free
10104
10105 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10106
10107         * backend/ev-page-cache.c: (ev_page_cache_init),
10108         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10109         * backend/ev-page-cache.h:
10110         * shell/ev-page-action.c: (page_changed_cb):
10111         
10112         Set page action entry width depending on labels width. Fix
10113         for bug 305202.
10114
10115 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10116
10117         * backend/ev-link.c: (ev_link_class_init):
10118
10119         Allow -1 as page value (error)
10120
10121 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10122
10123         * shell/ev-sidebar-thumbnails.c:
10124         (ev_sidebar_thumbnails_set_document):
10125         * shell/ev-view.c: (scroll_to_current_page),
10126         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10127         (page_changed_cb), (on_adjustment_value_changed),
10128         (ev_view_set_document):
10129
10130         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10131         Fix bug 305377
10132
10133 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10134
10135         * configure.ac:
10136         * djvu/djvu-document.c: (djvu_document_get_page_size):
10137
10138         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10139         bug 301993.
10140
10141 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10142
10143         * shell/ev-view.c (draw_one_page): modify the expose handling to
10144         get the shadows.
10145
10146         * shell/ev-window.c (update_action_sensitivity): Respect
10147         permissions field.  Kowtow to the man.
10148
10149         * pdf/ev-poppler.cc: Get the permissions field.
10150
10151         * tiff/*c: Make a tiny bit more robust.
10152
10153 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10154
10155         * djvu/djvu-document.c:
10156         
10157         Pop messages from djvu context message queue.
10158
10159 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10160
10161         * configure.ac, Makefile.am, shell/Makefile.am:
10162         * tiff/Makefile.am, shell/ev-document-types.c:
10163         
10164         Cleanup tiff configure checks. Fix for bug 305218.
10165
10166 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10167
10168         * configure.ac: Added "uk" to ALL_LINGUAS.
10169
10170 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10171
10172         * cut-n-paste/zoom-control/ephy-zoom.c:
10173         (ephy_zoom_get_changed_zoom_level):
10174         * cut-n-paste/zoom-control/ephy-zoom.h:
10175         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10176         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10177         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10178         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10179         (zoom_control_changed_cb), (ev_window_init):
10180         
10181         Fix minor points related to moving best fit up. Introduce
10182         "zoom" property and make zoom control change it's value on
10183         notify::zoom signals. Fix for 305080.
10184
10185 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10186
10187         * data/evince-ui.xml:
10188         * shell/ev-window.c: (set_view_actions_sensitivity):
10189         
10190         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10191
10192 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10193
10194         * configure.ac:
10195
10196         Depends on poppler 0.3.2
10197
10198 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10199
10200         * cut-n-paste/recent-files/egg-recent-item.c:
10201         (egg_recent_item_get_short_name):
10202         * cut-n-paste/toolbar-editor/Makefile.am:
10203         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10204         (new_pixbuf_from_widget):
10205         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10206         * cut-n-paste/toolbar-editor/egg-marshal.c:
10207         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10208         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10209
10210         Sync
10211
10212 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10213
10214         * tiff/tiff-document.c: Rough TIFF backend.
10215
10216 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10217
10218         * NEWS:
10219         * configure.ac:
10220         * cut-n-paste/toolbar-editor/Makefile.am:
10221
10222         Release 0.3.1
10223
10224 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10225
10226         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10227         (ev_view_find_next), (ev_view_find_previous):
10228
10229         Remove the locks around get_n_results   
10230
10231 2005-05-21  Juerg Billeter  <j@bitron.ch>
10232
10233         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10234
10235         Pass correct number of pages to poppler.
10236
10237 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10238
10239         * configure.ac:
10240         * data/Makefile.am:
10241         * data/evince.desktop.in: 
10242         * data/evince.desktop.in.in:
10243         * po/POTFILES.in:
10244         
10245         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10246
10247 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10248
10249         * shell/ev-view.c: (view_update_adjustments),
10250         (view_set_adjustment_values): cast adjustmen->value to (int)
10251         before using it.  Otherwise, we get off by a pixel in some
10252         situations.
10253
10254         (draw_one_page): Draw the border on expose.
10255
10256 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10257
10258         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10259         adjustment when the mode changes, #304923
10260
10261 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10262
10263         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10264         flickering on resize but still use gdk_window_scroll on
10265         scrolling
10266
10267 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10268
10269         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10270         option, #170458
10271
10272 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10273
10274         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10275         second page on page_changed if possible, #304669
10276
10277 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10278
10279         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10280         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10281
10282 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10283
10284         * .cvsignore:
10285         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10286         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10287         (ev_view_zoom_for_size_presentation),
10288         (ev_view_zoom_for_size_continuous_and_dual_page),
10289         (ev_view_zoom_for_size_continuous),
10290         (ev_view_zoom_for_size_dual_page),
10291         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10292         * shell/ev-view.h:
10293         * shell/ev-window.c: (update_view_size),
10294         (ev_window_sizing_mode_changed_cb):
10295
10296         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10297         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10298         an infinite loop, #304769
10299
10300
10301 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10302
10303         * data/evince-ui.xml:
10304         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10305         * shell/ev-window.c: (set_view_actions_sensitivity):
10306
10307         Make PgUp/Down behave like Space
10308
10309 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10310
10311         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10312         * backend/ev-ps-exporter.h:
10313         * pdf/ev-poppler.cc:
10314         * ps/ps-document.c: (ps_document_ps_export_begin):
10315         * shell/ev-print-job.c: (idle_print_handler):
10316
10317         Adapt to new poppler api
10318
10319 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10320
10321         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10322         (ephy_zoom_control_init):
10323
10324         Translate zoom levels
10325
10326 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10327
10328         * cut-n-paste/zoom-control/ephy-zoom.c:
10329         (ephy_zoom_get_zoom_level_index):
10330
10331         Fix current zoom -> zoom control match
10332
10333 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10334
10335         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10336         rather than the scrolled_window that it's in. Fixes bug #304655.
10337
10338 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10339
10340         * shell/ev-view.c: (view_update_adjustments),
10341         (view_set_adjustment_values), (view_update_range_and_current_page),
10342         (view_scroll_to_page), (set_scroll_adjustment),
10343         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10344         (ev_view_scroll), (ev_view_scroll_view),
10345         (ensure_rectangle_is_visible), (find_page_at_location),
10346         (get_link_at_location), (go_to_link), (status_message_from_link),
10347         (ev_view_size_request_continuous_dual_page),
10348         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10349         (ev_view_unrealize), (ev_view_expose_event),
10350         (ev_view_button_press_event), (ev_view_motion_notify_event),
10351         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10352         (draw_rubberband), (highlight_find_results), (draw_one_page),
10353         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10354         (ev_view_init), (find_changed_cb), (page_changed_cb),
10355         (on_adjustment_value_changed), (ev_view_new),
10356         (ev_view_set_document), (ev_view_set_zoom),
10357         (ev_view_set_continuous), (ev_view_set_dual_page),
10358         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10359         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10360         (ev_view_zoom_for_size_presentation),
10361         (ev_view_zoom_for_size_continuous_dual_page),
10362         (ev_view_zoom_for_size_continuous),
10363         (ev_view_zoom_for_size_dual_page),
10364         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10365         (ev_view_get_status), (ev_view_set_status),
10366         (update_find_status_message), (ev_view_get_find_status),
10367         (ev_view_set_find_status), (jump_to_find_result),
10368         (jump_to_find_page), (compute_selections), (clear_selection),
10369         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10370         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10371         (ev_view_update_primary_selection),
10372         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10373         * shell/ev-view.h:
10374         * shell/ev-window.c: (ev_window_open_page_label),
10375         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10376         (ev_window_init):
10377         * shell/ev-window.h:
10378         * shell/main.c: (load_files):
10379
10380         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10381         when resizing.  Remove the bin_window().  Also, patch from James
10382         Bowes to fix command line page, #300641
10383         
10384 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10385
10386         * data/evince-ui.xml:
10387         * shell/ev-view.c:
10388         * shell/ev-view.h:
10389         * shell/ev-window.c: (update_action_sensitivity):
10390
10391         Get rid of View->Normal Size, it's just confusing
10392
10393 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10394
10395         * backend/ev-document-info.h:
10396         * backend/ev-document.c: (ev_document_info_free): Free the
10397         EvDocumentInfo.
10398
10399         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10400         (clear_range), (add_range), (update_visible_range),
10401         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10402         (ev_sidebar_thumbnails_set_document):
10403         * shell/ev-window.c: (ev_window_setup_document): Only render the
10404         visible thumbnails.  It takes an instant to render, but it uses
10405         much less memory.
10406
10407 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10408
10409         * shell/ev-sidebar-links.c: (popup_menu_cb):
10410
10411         Select first item
10412
10413 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10414
10415         * lib/Makefile.am:
10416         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10417         (button_press_cb), (ev_sidebar_links_construct):
10418
10419         Show the popup menu also on keybindings
10420
10421 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10422
10423         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10424         * shell/ev-window.h:
10425
10426         Expose api to print a range (with dialog). Make private _print use
10427         it.
10428
10429         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10430         (ev_sidebar_links_construct):
10431
10432         Show a print context menu on linkx, it prints the selected
10433         section.
10434
10435 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10436
10437         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10438         button.
10439
10440 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10441
10442         * AUTHORS:
10443
10444         Update
10445
10446         * shell/ev-window.c: (build_comments_string),
10447         (ev_window_cmd_help_about):
10448
10449         Show poppler version/backend and authors
10450
10451 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10452
10453         * cut-n-paste/zoom-control/ephy-zoom.c:
10454         (ephy_zoom_get_zoom_level_index):
10455         * cut-n-paste/zoom-control/ephy-zoom.h:
10456
10457         Move the best fit items at the top of the list
10458
10459 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10460
10461         * shell/ev-marshal.list:
10462         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10463         (activate_cb), (match_selected_cb), (activate_link_cb),
10464         (connect_proxy), (ev_page_action_class_init):
10465         * shell/ev-page-action.h:
10466
10467         Use signals to notify action activation. Hopefully
10468         I did not break completion since I cant test...
10469
10470         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10471         (register_custom_actions):
10472
10473         Connect to page selector actions and also grab focus on
10474         the view when activated.
10475
10476 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10477
10478         * pdf/ev-poppler.cc:
10479         * backend/ev-page-cache.c: make page size calculation consistent
10480         and set it to (int)( width * scale + 0.5).  This makes the weird
10481         line going through the middle of the page go away.
10482
10483         * shell/ev-view.c: move painting the background page after
10484         checking the expose area covers us.
10485
10486 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10487
10488         * data/evince-password.glade:
10489         
10490         Mark labels as not translatable. Fix for bug 302842.
10491
10492 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10493
10494         * configure.ac: Added "es" to ALL_LINGUAS.
10495
10496 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10497
10498         * data/evince-toolbar.xml:
10499         * shell/ev-window.c: (update_action_sensitivity),
10500         (ev_window_setup_document), (ev_window_set_page_mode),
10501         (ev_window_init):
10502
10503         Remove some leftover code from jrb first continous
10504         attempt. Use the new actions, we still need good icons
10505         though...
10506
10507 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10508
10509         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10510
10511         Update label when connecting proxy. Fix a warning with NULL
10512         page_cache.
10513
10514 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10515
10516         * data/evince-ui.xml:
10517         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10518         * shell/ev-page-action.h:
10519         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10520
10521         Add mnemonic for edit toolbar.
10522         ctrl+l focus the page entry.
10523
10524 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10525
10526         * lib/Makefile.am:
10527         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10528         (ev_window_init):
10529         * shell/main.c: (main):
10530
10531         Put the toolbar xml in evince own dot dir
10532
10533 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10534
10535         * shell/ev-window.c: (ev_window_init):
10536
10537         Make the toolbar not removable
10538
10539 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10540
10541         * data/evince-ui.xml:
10542         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10543         * shell/ev-sidebar-links.h:
10544         * shell/ev-sidebar-thumbnails.c:
10545         (ev_sidebar_thumbnails_get_treeview):
10546         * shell/ev-sidebar-thumbnails.h:
10547         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10548         (ev_view_class_init):
10549         * shell/ev-view.h:
10550         * shell/ev-window.c: (update_action_sensitivity),
10551         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10552         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10553         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10554         (ev_window_init):
10555
10556         This is evil... Make space/backspace global accelerators but
10557         enable them only for some widgets (sidebars and view).
10558         I dont like it, but I dont know a better way... :/
10559
10560 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10561
10562         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10563         (ev_page_action_widget_finalize),
10564         (ev_page_action_widget_class_init), (update_page_cache):
10565
10566         Keep a weak reference on proxy->page_cache so that we
10567         dont try to disconnect the signal if the object is already
10568         gone. Maybe there is a better way to cleanup reference handling
10569         in page action though...
10570
10571 2005-05-10  Juerg Billeter  <j@bitron.ch>
10572
10573         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10574         * backend/ev-ps-exporter.h:
10575         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10576         * ps/ps-document.c: (ps_document_ps_export_begin):
10577         
10578         Change api to pass print range to ps_exporter_begin. The pdf backend
10579         requires this information.
10580         
10581         * shell/ev-print-job.c: (idle_print_handler):
10582         
10583         Adapt to api change
10584
10585 2005-05-10  Juerg Billeter  <j@bitron.ch>
10586
10587         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10588         (idle_print_handler)
10589         * shell/ev-window.c: (ev_window_print):
10590
10591         Support printing page range, based on patch by Amaury Jacquot
10592
10593 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10594
10595         * data/evince-toolbar.xml:
10596
10597         Add zoom control to available items
10598
10599 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10600
10601         * shell/ev-window.c: (update_action_sensitivity):
10602
10603         Set slash action insensitive when appropriate
10604
10605 2005-05-10  Christian Persch <chpe@gnome.org>
10606
10607         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10608
10609         Fix warning on the overflow menu
10610
10611 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10612
10613         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10614
10615         Check for uri correctness/existence
10616
10617 2005-05-09  Juerg Billeter  <j@bitron.ch>
10618
10619         * shell/ev-window.c: (using_postscript_printer):
10620
10621         LPD printers use postscript, too
10622
10623 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10624
10625         * shell/ev-window.c: (register_custom_actions):
10626
10627         The zoom one is actually sort of useful,
10628         put it back
10629
10630 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10631
10632         * shell/ev-window.c: (register_custom_actions):
10633
10634         Hide page/zoom controls from overflow, they
10635         are useless.
10636
10637 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10638
10639         * cut-n-paste/update-from-egg.sh:
10640         
10641         Share it between all cut-n-paste subdirs
10642
10643         * cut-n-paste/recent-files/Makefile.am:
10644
10645         Fix to use "global" update-from-egg.sh
10646
10647         * cut-n-paste/recent-files/egg-recent-model.c:
10648         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10649         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10650         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10651         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10652
10653         Update from libegg
10654
10655         * cut-n-paste/toolbar-editor/Makefile.am:
10656
10657         Fix to use "global" update-from-egg.sh
10658
10659         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10660
10661         Update from libegg
10662
10663 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10664
10665         * configure.ac:
10666         * cut-n-paste/Makefile.am:
10667         * cut-n-paste/recent-files/Makefile.am:
10668         * cut-n-paste/toolbar-editor/.cvsignore:
10669         * cut-n-paste/toolbar-editor/Makefile.am:
10670         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10671         (egg_editable_toolbar_get_type), (get_toolbar_position),
10672         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10673         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10674         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10675         (set_item_drag_source), (create_item_from_action), (create_item),
10676         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10677         (popup_toolbar_context_menu_cb), (free_dragged_item),
10678         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10679         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10680         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10681         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10682         (item_added_cb), (item_removed_cb),
10683         (egg_editable_toolbar_construct),
10684         (egg_editable_toolbar_disconnect_model),
10685         (egg_editable_toolbar_deconstruct),
10686         (egg_editable_toolbar_set_model),
10687         (egg_editable_toolbar_set_ui_manager),
10688         (egg_editable_toolbar_set_property),
10689         (egg_editable_toolbar_get_property),
10690         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10691         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10692         (egg_editable_toolbar_new_with_model),
10693         (egg_editable_toolbar_get_edit_mode),
10694         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10695         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10696         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10697         (new_pixbuf_from_widget), (new_separator_pixbuf),
10698         (update_separator_image), (style_set_cb),
10699         (_egg_editable_toolbar_new_separator_image),
10700         (egg_editable_toolbar_get_model):
10701         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10702         * cut-n-paste/toolbar-editor/egg-marshal.c:
10703         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10704         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10705         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10706         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10707         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10708         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10709         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10710         (editor_drag_data_delete_cb), (drag_data_get_cb),
10711         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10712         (editor_create_item), (update_editor_sheet), (setup_editor),
10713         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10714         (parse_item_list), (model_has_action), (update_actions_list),
10715         (egg_toolbar_editor_load_actions):
10716         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10717         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10718         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10719         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10720         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10721         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10722         (egg_toolbars_model_add_separator), (impl_add_item),
10723         (parse_item_list), (egg_toolbars_model_add_toolbar),
10724         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10725         (impl_get_item_data), (impl_get_item_type),
10726         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10727         (egg_toolbars_model_init), (free_toolbar),
10728         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10729         (egg_toolbars_model_remove_toolbar),
10730         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10731         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10732         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10733         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10734         (egg_toolbars_model_get_item_data),
10735         (egg_toolbars_model_get_item_type):
10736         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10737         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10738         * data/Makefile.am:
10739         * data/evince-toolbar.xml:
10740         * data/evince-ui.xml:
10741         * data/hand-open.png:
10742         * po/POTFILES.in:
10743         * shell/Makefile.am:
10744         * shell/ev-window.c: (update_chrome_visibility),
10745         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10746         (ev_window_dispose), (ev_window_init):
10747
10748         Implement epiphany like toolbar editor. Based on patch by
10749         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10750
10751 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10752
10753         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10754
10755         Use set_cursor instead of set_selection, so that
10756         the keyboard focus moves too.
10757
10758 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10759
10760         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10761
10762         Fix infinite loop when loading Type1 fonts
10763
10764 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10765
10766         * data/evince-ui.xml:
10767         * shell/ev-window.c:
10768
10769         Slash -> Find
10770
10771 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10772
10773         * configure.ac:
10774
10775         Make --disable really disable
10776
10777 2005-05-07  Juerg Billeter  <j@bitron.ch>
10778
10779         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10780
10781         Compare page labels even without has_labels set, fixes setting page
10782         with entry
10783
10784 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10785
10786         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10787         (ev_view_set_cursor), (ev_view_button_press_event),
10788         (ev_view_motion_notify_event), (ev_view_button_release_event),
10789         (ev_view_init):
10790
10791         Implement middle button scrolling. Based on a patch
10792         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10793
10794 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10795
10796         * shell/ev-document-types.c: (get_slow_mime_type),
10797         (get_document_type_from_mime), (ev_document_type_lookup):
10798         * shell/ev-document-types.h:
10799
10800         Change api to lookup from uri. Do fast lookup first, if the
10801         type is unknown try with data sniffing.
10802
10803         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10804         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10805
10806         Adapt to api change
10807
10808 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10809
10810         * thumbnailer/Makefile.am:
10811
10812         Fix distcheck
10813
10814 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10815
10816         * NEWS:
10817         * configure.ac:
10818
10819         Release 0.3.0
10820
10821         * data/evince-ui.xml:
10822
10823         Hide presentation mode for now
10824
10825         * shell/ev-view.c: (highlight_find_results):
10826
10827         Show current find selection only on current page
10828
10829 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10830
10831         * shell/ev-view.c: (ev_view_select_all):
10832
10833         Compute size of the actual page, not of
10834         the current one.
10835
10836 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10837
10838         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10839         (view_rect_to_doc_rect), (compute_selections),
10840         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10841         (ev_view_copy), (ev_view_primary_get_cb),
10842         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10843         (ev_view_button_press_event), (ev_view_motion_notify_event),
10844         (ev_view_button_release_event), (page_changed_cb):
10845
10846         Fix text selection
10847
10848 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10849
10850         * shell/ev-view.c: (compute_border), (get_page_extents),
10851         (doc_rect_to_view_rect), (highlight_find_results),
10852         (ev_view_bin_expose), (ev_view_select_all),
10853         (ev_view_motion_notify_event), (update_find_status_message),
10854         (jump_to_find_result), (jump_to_find_page):
10855
10856         First go at fixing search, still buggy
10857
10858 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10859
10860         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10861         dropdown box and button at the top of the sidebar.
10862
10863 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10864
10865         * configure.ac: Output zoom-control Makefile.
10866         * cut-n-paste/Makefile.am: build zoom-control subdir.
10867         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10868         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10869         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10870         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10871         * cut-n-paste/zoom-control/ephy-zoom.c:
10872         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10873         from epiphany, and modified to add a separator into the menu.
10874         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10875         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10876         zoom-control action.
10877         * shell/Makefile.am: Include zoom-control flags.
10878         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10879         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10880         (ev_view_zoom_for_size_presentation),
10881         (ev_view_zoom_for_size_continuous_and_dual_page),
10882         (ev_view_zoom_for_size_continuous),
10883         (ev_view_zoom_for_size_dual_page),
10884         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10885         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10886         ev_view_get_zoom and ev_view_get_sizing_mode.
10887         * shell/ev-view.h:
10888         * shell/ev-window.c: (update_action_sensitivity),
10889         (update_sizing_buttons), (zoom_control_changed_cb),
10890         (register_custom_actions): Initialize and use the zoom-control 
10891         widget.
10892
10893 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10894
10895         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10896         preview cache back to 1.  Don't know when it got set to 0.
10897         
10898         * shell/ev-view.c: (compute_border), (ev_view_realize),
10899         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10900         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10901         (ev_view_get_fullscreen), (ev_view_set_presentation),
10902         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10903         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10904         * shell/ev-view.h:
10905         * shell/ev-window.c:
10906         (update_chrome_visibility),
10907         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10908         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10909         (update_document_mode), (ev_window_update_fullscreen_action),
10910         (ev_window_fullscreen), (ev_window_unfullscreen),
10911         (ev_window_cmd_view_fullscreen),
10912         (ev_window_update_presentation_action),
10913         (ev_window_run_presentation), (ev_window_stop_presentation),
10914         (ev_window_cmd_view_presentation), (ev_window_state_event),
10915         (ev_window_focus_in_event), (ev_window_focus_out_event),
10916         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10917         * data/evince-ui.xml: Initial presentation mode.  We should
10918         probably hide this until it's done, as it's quite rough.  Also,
10919         change full-screen to fullscreen and add two getters to EvView.
10920
10921 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10922
10923         * shell/ev-page-action.c: (update_page_cache),
10924         (ev_page_action_dispose):
10925         * shell/ev-window.c: (destroy_fullscreen_popup),
10926         (ev_window_create_fullscreen_popup):
10927
10928         Use connect_object rather than explicitly
10929         disconnect on dispose.
10930
10931 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10932
10933         * shell/ev-page-action.c: (update_page_cache),
10934         (ev_page_action_dispose):
10935
10936 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10937
10938         * backend/ev-page-cache.c: (_ev_page_cache_new),
10939         (ev_page_cache_set_page_label),
10940         (ev_page_cache_has_nonnumeric_page_labels):
10941         * backend/ev-page-cache.h:
10942         * shell/ev-page-action.c: (update_pages_label):
10943         
10944         If all page labels are numeric, fallback to default
10945         way to display number of pages. See bug 173185.
10946
10947 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10948
10949         * shell/ev-page-action.c: (ev_page_action_dispose):
10950         * shell/ev-view.c: (view_update_range_and_current_page):
10951         * shell/ev-window.c: (ev_window_dispose):
10952         
10953         Set page on scroll in continuous mode. Fixes bug 301986.
10954         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10955
10956 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10957
10958         * configure.ac:
10959
10960         Require poppler 0.3.0
10961
10962 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10963         
10964         * shell/Makefile.am, configure.ac: Fix build problems
10965         with t1lib. Bug 301996.
10966
10967 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10968
10969         * shell/ev-view.c: (ev_view_scroll_event):
10970         
10971         Scroll up increase zoom
10972
10973 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10974
10975         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10976         (ev_view_set_sizing_mode),
10977         (ev_view_zoom_for_size_continuous_and_dual_page),
10978         (ev_view_zoom_for_size_continuous):
10979         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10980         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10981         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10982         (ev_window_init):
10983
10984         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10985         Fix for 165473 and 165472.
10986
10987 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10988
10989         * po/POTFILES.in:
10990         * thumbnailer/Makefile.am:
10991         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10992         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10993         * thumbnailer/evince-thumbnailer.schemas.in:
10994         
10995         Make thumbnailer schemas translatable. Fix for bug 301773
10996         
10997         * thumbnailer/evince-thumbnailer-djvu.schemas:
10998         * thumbnailer/evince-thumbnailer-dvi.schemas:
10999         * thumbnailer/evince-thumbnailer.schemas:
11000
11001         Removed files
11002
11003 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11004
11005         * shell/ev-view.c (ev_view_init): forgot to set this.
11006
11007 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11008
11009         * shell/ev-view.c: (find_page_at_location),
11010         (get_link_at_location),
11011         (ev_view_set_show_border), (ev_view_set_spacing),
11012         (ev_view_zoom_for_size_continuous_and_dual_page),
11013         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11014         Also, add a quick fix measuring of widths.  Also, removed
11015         ev_view_set_spacing and ev_view_set_show_border.
11016         
11017         * shell/ev-window.c: (ev_window_unfullscreen),
11018         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11019
11020 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11021
11022         * shell/ev-view.c: (view_update_range_and_current_page),
11023         (page_changed_cb):
11024         
11025         Fix crash on exit and scrolling to page in continuous view.
11026
11027 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11028
11029         * TODO:
11030         * backend/ev-page-cache.c: (_ev_page_cache_new),
11031         (ev_page_cache_get_max_width_size),
11032         (ev_page_cache_get_max_height_size):
11033         * backend/ev-page-cache.h:
11034         * data/evince-ui.xml:
11035         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11036         * shell/ev-view.c: (view_update_adjustments),
11037         (view_update_range_and_current_page), (get_bounding_box_size),
11038         (ev_view_size_request_continuous_and_dual_page),
11039         (ev_view_size_request_continuous),
11040         (ev_view_size_request_dual_page),
11041         (ev_view_size_request_single_page), (ev_view_size_request),
11042         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11043         (ev_view_bin_expose), (ev_view_expose_event),
11044         (ev_view_set_property), (ev_view_get_property),
11045         (ev_view_class_init), (ev_view_init), (ev_view_new),
11046         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11047         (ev_view_set_dual_page), (ev_view_set_full_screen),
11048         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11049         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11050         (ev_view_zoom_out), (zoom_for_size_fit_width),
11051         (zoom_for_size_best_fit),
11052         (ev_view_zoom_for_size_continuous_and_dual_page),
11053         (ev_view_zoom_for_size_continuous),
11054         (ev_view_zoom_for_size_dual_page),
11055         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11056         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11057         * shell/ev-view.h:
11058         * shell/ev-window.c: (update_action_sensitivity),
11059         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11060         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11061         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11062         (ev_window_cmd_view_zoom_out), (update_view_size),
11063         (ev_window_set_sizing_mode), (ev_window_init):
11064
11065         Add Continuous and Dual page modes.
11066
11067 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11068
11069         * dvi/dvi-document.c: (dvi_document_load),
11070         (dvi_document_thumbnails_get_thumbnail),
11071         (dvi_document_init_params): Fix up some mixups between
11072         width and height to correct thumbnail rendering.
11073
11074 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11075
11076         * dvi/mdvi-lib/private.h:
11077         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11078         
11079         Suppess output for kpathsea during font generation. Thanks to
11080         James Bowes
11081
11082 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11083
11084         * NEWS:
11085         * configure.ac:
11086
11087         Release 0.2.1
11088
11089         * Makefile.am: fix distcheck.
11090
11091 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11092
11093         * shell/ev-sidebar-links.c: (selection_changed_callback),
11094         (update_page_callback), (row_activated_callback),
11095         (job_finished_callback), (ev_sidebar_links_set_document):
11096         
11097         Fix for bug #169901. Double click on links expands tree.
11098
11099 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11100
11101         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11102         hard-coded style. Fix for bug 170111
11103
11104 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11105
11106         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11107         locking.
11108
11109 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11110
11111         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11112
11113 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11114
11115         * pdf/ev-poppler.cc:
11116         * shell/ev-view.c: (highlight_find_results):
11117
11118         Fix find on single page documents
11119
11120 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11121
11122         * data/evince.schemas.in: fix for bug 301390
11123
11124 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11125
11126         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11127         (ev_view_zoom_out), (ev_view_zoom_normal):
11128         * shell/ev-view.h:
11129         * shell/ev-window.c: (update_action_sensitivity),
11130         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11131         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11132         (ev_window_cmd_view_normal_size):
11133
11134         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11135         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11136         better than oom. 
11137
11138 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11139
11140         * configure.ac:
11141
11142         Depend on 2.57, 2.59 doesnt seem to be necessary
11143
11144 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11145
11146         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11147         (create_tool_item):
11148
11149         Put back total number of pages as (1 of 1234)
11150
11151 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11152
11153         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11154         remove the job.
11155
11156         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11157         function.  This helps debugging.
11158
11159 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11160
11161         * djvu/djvu-document.c: (djvu_document_class_init),
11162         (djvu_document_get_info), (djvu_document_document_iface_init):
11163         * dvi/dvi-document.c: (dvi_document_class_init),
11164         (dvi_document_get_info), (dvi_document_document_iface_init):
11165
11166         Dummy implementation of get_info method for dvi and
11167         djvu. Fix crashes with those backends
11168
11169 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11170
11171         * data/evince.desktop.in:
11172
11173         Add application/x-gzpostscript
11174
11175 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11176
11177         * data/evince.schemas.in: Added real long descriptions, 
11178         closes bug 172496 
11179
11180         * README: Added actual text, closes bug 171869
11181
11182 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11183
11184         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11185
11186         Thumbnail page 0
11187
11188 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11189
11190         * backend/ev-document-info.h:
11191
11192         s/GDate */GDate so we can just use g_free
11193
11194 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11195
11196         * shell/ev-window.c: (update_document_mode),
11197         (ev_window_setup_document):
11198
11199         Show the window in fullscreen when specified by
11200         the document
11201
11202 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11203
11204         * backend/ev-document.c: (ev_document_class_init),
11205         (ev_document_get_info), (ev_document_render_pixbuf):
11206         * backend/ev-document.h:
11207         * backend/ev-page-cache.c: (_ev_page_cache_new):
11208         * pdf/ev-poppler.cc:
11209         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11210         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11211         * ps/ps-document.c: (ps_document_class_init), (document_load),
11212         (ps_document_get_info), (ps_document_document_iface_init):
11213
11214         Remove get_title from the interface, we can just use document info
11215
11216 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11217
11218         * backend/Makefile.am:
11219         * backend/ev-document.c: (ev_document_render_get_info):
11220         * backend/ev-document.h:
11221         * pdf/ev-poppler.cc:
11222
11223         Initial support for document info. Based on jrb patch.
11224
11225 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11226
11227         * shell/ev-window.c: (ev_window_state_event),
11228         (ev_window_class_init), (ev_window_init):
11229         
11230         Doesn't show resize grip when maximized. See bug #301053
11231
11232 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11233
11234         * po/POTFILES.in:
11235         
11236         ev-sidebar-thumbnails now has translatable labels
11237         
11238         * shell/Makefile.am:
11239         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11240         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11241         (ev_sidebar_links_page_iface_init):
11242         * shell/ev-sidebar-links.h:
11243         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11244         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11245         (ev_sidebar_page_get_label):
11246         * shell/ev-sidebar-page.h:
11247         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11248         (ev_sidebar_thumbnails_set_document),
11249         (ev_sidebar_thumbnails_support_document),
11250         (ev_sidebar_thumbnails_get_label),
11251         (ev_sidebar_thumbnails_page_iface_init):
11252         * shell/ev-sidebar-thumbnails.h:
11253         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11254         (ev_sidebar_set_document):
11255         * shell/ev-sidebar.h:
11256         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11257         
11258         Small rework of sidebar code. Now sidebar pages should implement
11259         EvSidebarPage interface. That makes page management in EvSidebar
11260         easier. See bug #164811 for details
11261
11262 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11263
11264         * shell/ev-application.c: (ev_application_open):
11265         * shell/ev-document-types.c:
11266         
11267         Fix build error and small problem with application exit
11268
11269 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11270
11271         * thumbnailer/Makefile.am:
11272         * thumbnailer/evince-thumbnailer-djvu.schemas:
11273         * thumbnailer/evince-thumbnailer-dvi.schemas:
11274         
11275         Conditionally install schemas for djvu/dvi thumbnailer
11276
11277 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11278
11279         * shell/ev-document-types.h: 
11280         * shell/ev-document-types.c: 
11281         New files, handling the mapping from mimetypes to backends
11282         
11283         * shell/ev-window.c: 
11284         * thumbnailer/evince-thumbnailer.c:     
11285         Use the ev-document-types code
11286         
11287         * shell/Makefile.am: 
11288         Added new convenience library libevbackendfactory_la, containing
11289         the new mimetype->backend logic; moved the backends into it.
11290
11291         * thumbnailer/Makefile.am:
11292         Make the thumbnailer link with the libevbackend.la convenience
11293         library, rather than having a duplicate of the backend logic here.
11294
11295 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11296
11297         * shell/ev-stock-icons.c: constify some vars.
11298         * shell/ev-window.c: ditto.
11299
11300 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11301
11302         * ps/ps-document.c (get_page_orientation):
11303
11304         Respect document orientation 
11305
11306 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11307
11308         * djvu/Makefile.am:
11309         * dvi/Makefile.am:
11310         * shell/Makefile.am:
11311         
11312         Move library dependencies to components.
11313         
11314         * shell/ev-window.c: (update_window_title),
11315         (start_loading_document):
11316         
11317         Fix display of uris with spaces. Bug 168358.
11318
11319 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11320
11321         * shell/ev-sidebar-links.c: (selection_changed_cb):
11322         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11323         (ev_view_button_release_event), (ev_view_set_document):
11324         * shell/ev-view.h:
11325         * shell/ev-window.c: (find_bar_search_changed_cb):
11326         * shell/ev-window.h: Minor cleanups removing some dead code.
11327
11328 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11329
11330         * backend/ev-page-cache.c: (_ev_page_cache_new):
11331         
11332         Set current page to 0 if document has pages.
11333
11334 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11335
11336         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11337
11338         Initialize GError to NULL, fix a crash when loading fails.
11339
11340 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11341
11342         * shell/ev-window.c: (update_view_size):
11343
11344         Calculate shadow size only when there is actually
11345         a shadow.
11346
11347 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11348
11349         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11350         * shell/ev-view.h:
11351
11352         Allow setting view spacing, default to 0
11353
11354         * shell/ev-window.c: (ev_window_unfullscreen),
11355         (ev_window_cmd_view_fullscreen), (ev_window_init):
11356
11357         Remove spacing in fullscreen mode
11358
11359 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11360
11361         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11362         (ev_view_size_request), (expose_bin_window),
11363         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11364         * shell/ev-view.h:
11365         * shell/ev-window.c: (ev_window_unfullscreen),
11366         (ev_window_cmd_view_fullscreen):
11367
11368         Do not draw the border in fulscreen
11369
11370 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11371
11372         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11373         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11374         (find_page_at_location), (page_changed_cb):
11375
11376         Rework border calculation, so that I can more easily disable it.
11377         Code somewhat cleaner too.
11378
11379 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11380
11381         * backend/ev-page-cache.c: (ev_page_cache_init),
11382         (_ev_page_cache_new):
11383
11384         Remove some assertions, documents can have 0 pages.
11385         Make initial current page -1.
11386
11387         * shell/ev-page-action.c: (page_changed_cb):
11388
11389         Show "" if current page is -1
11390
11391         * shell/ev-window.c: (update_action_sensitivity),
11392         (ev_window_setup_document):
11393
11394         When document has 0 pages do not set the view
11395         and make nearly everything insensitive.
11396
11397 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11398
11399         * shell/ev-page-view.c:
11400         * shell/ev-page-view.h:
11401
11402         Remove unused files.
11403         
11404         * shell/ev-sidebar-thumbnails.c:
11405         (ev_sidebar_thumbnails_set_document):
11406         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11407         (ev_sidebar_supports_document):
11408         * shell/ev-sidebar.h:
11409         * shell/ev-window.c: (ev_window_setup_document):
11410         
11411         Doesn't show thumbnails if document has 1 page. Make
11412         sidebar menu entries sensitive only if if they have 
11413         sense. Fix bug 164811. 
11414
11415 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11416
11417         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11418         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11419         (ev_view_zoom_out), (ev_view_set_size):
11420
11421         Rework sizing to deal with documents with not uniform page
11422         size.
11423
11424 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11425
11426         * backend/ev-page-cache.c: (_ev_page_cache_new):
11427
11428         Fix several page size caching bugs
11429
11430 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11431
11432         * shell/ev-window.c: (set_action_properties):
11433
11434         Make all toolbar items translatable
11435
11436 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11437
11438         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11439         (save_page_list), (ps_document_save),
11440         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11441         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11442         (ps_document_ps_exporter_iface_init):
11443         * ps/ps-document.h:
11444
11445         Based on a patch by J�rg Billeter <j@bitron.ch>
11446         
11447         Implement print and save a copy for the ps backend.
11448
11449 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11450
11451         * backend/ev-document.h:
11452         * djvu/djvu-document.c: (djvu_document_can_get_text),
11453         (djvu_document_document_iface_init):
11454         * dvi/dvi-document.c: (dvi_document_can_get_text),
11455         (dvi_document_document_iface_init):
11456         * pdf/ev-poppler.cc:
11457         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11458         (pixbuf_document_document_iface_init):
11459         * ps/ps-document.c: (ps_document_can_get_text),
11460         (ps_document_document_iface_init):
11461         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11462         * shell/ev-window.c: (update_action_sensitivity):
11463
11464         Fix the crash when trying to copy in backends that doesnt
11465         support it. We can implement a better solution once we
11466         do real text selection.
11467
11468 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11469
11470         * data/evince-ui.xml:
11471         * shell/ev-window.c: (ev_window_cmd_escape):
11472         
11473         Work around the Escape conflict (find bar and unfullscreen)
11474
11475 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11476
11477         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11478         
11479         Fix for #300233. Next page correctly handles document end.
11480         
11481         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11482         (ev_sidebar_thumbnails_class_init),
11483         (ev_sidebar_thumbnails_set_document),
11484         (ev_sidebar_thumbnails_clear_job),
11485         (ev_sidebar_thumbnails_clear_model):
11486         
11487         Cleanup thumbnail jobs on document changes.
11488         
11489         * shell/ev-view.c: (add_scroll_binding_keypad),
11490         (add_scroll_binding_shifted), (ev_view_class_init):
11491         
11492         Shift + Space scrolls up. Fix for #173184
11493         
11494         * shell/ev-window.c: (ev_window_open_page),
11495         (ev_window_cmd_view_reload):
11496         
11497         Fix reload (Bug #300094)
11498
11499 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11500
11501         
11502         * dvi/mdvi-lib/assoc.c:
11503         * dvi/mdvi-lib/assoc.h: Removed garbage files
11504         
11505         * dvi/mdvi-lib/bitmap.c:
11506         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11507         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11508         * dvi/mdvi-lib/color.h: Antialias of rules
11509         
11510         * dvi/mdvi-lib/common.h:
11511         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11512         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11513         * dvi/mdvi-lib/files.c:
11514         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11515         * dvi/mdvi-lib/mdvi.h:
11516         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11517         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11518         * dvi/mdvi-lib/util.c: Fix compile warnings
11519         
11520         * dvi/dvi-document.c:
11521         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11522         (dvi_document_thumbnails_get_thumbnail),
11523         (dvi_document_document_thumbnails_iface_init):
11524         * dvi/mdvi-lib/Makefile.am:
11525         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11526         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11527         
11528         Dvi backend now renders thumbnails
11529
11530 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11531
11532         * shell/main.c: (main): 
11533         
11534         Save accelerators on exit. Fixes bug #172095.
11535
11536 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11537
11538         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11539         update priority" comment.
11540
11541         * backend/ev-job-queue.c: Give a way to change priority.
11542
11543 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11544
11545         * shell/ev-page-action.c: Fix logic.
11546
11547 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11548
11549         * shell/ev-view.c: (ev_view_can_find_next):
11550         * shell/ev-window.c: (ev_window_setup_document):
11551
11552         Check that the document supports find
11553
11554 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11555
11556         * data/evince-ui.xml:
11557         * shell/ev-view.c: (ev_view_can_find_next):
11558         * shell/ev-view.h:
11559         * shell/ev-window.c: (update_action_sensitivity),
11560         (find_changed_cb), (ev_window_setup_document),
11561         (ev_window_cmd_edit_find_next):
11562
11563         Add Edit->Find Next
11564
11565 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11566
11567         * pdf/ev-poppler.cc:
11568         * shell/ev-print-job.c: (idle_print_handler):
11569
11570         Make printing work again
11571
11572 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11573
11574         * shell/ev-page-action.h:
11575         * shell/ev-page-action.c: (ev_page_action_widget_init),
11576         (ev_page_action_widget_class_init), (page_changed_cb),
11577         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11578         (get_filter_model_from_model), (match_selected_cb),
11579         (display_completion_text), (match_completion), (update_model),
11580         (connect_proxy), (ev_page_action_set_property),
11581         (ev_page_action_get_property), (ev_page_action_set_document),
11582         (ev_page_action_set_model), (ev_page_action_class_init): Big
11583         reworking to make completions work iff we have >= GTK-2.7.0
11584                 
11585         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11586         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11587         (job_finished_cb): We now have a 'model' property that is set when
11588         the links are loaded.  This can be caught with "notify::model"
11589
11590         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11591         listen for the model to be set, and propagate it to the action.
11592
11593 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11594
11595         * cut-n-paste/recent-files/egg-recent-item.c:
11596         (egg_recent_item_set_uri), (make_valid_utf8),
11597         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11598         * cut-n-paste/recent-files/egg-recent-item.h:
11599         
11600         Update egg-recent from libegg. This should fix long
11601         startup problem. For details see
11602         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11603
11604 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11605
11606         * cut-n-paste/recent-files/Makefile.am:
11607         * data/evince-ui.xml, shell/Makefile.am:
11608         * shell/ev-application.c, shell/ev-application.h:
11609         * shell/ev-window.c: Recent files support.
11610         
11611         * configure.ac: Added "ru" to ALL_LINGUAS.
11612         
11613         * dvju: new backend to support DJVU files.
11614         * dvi: new backend to support DVI.
11615
11616         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11617         * ev-application.c: Support for new backends.
11618         
11619         * help, ev-window.c, main.c shell/Makefile.am: 
11620         Evince user documentation.
11621
11622 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11623
11624         * po/POTFILES.in:
11625         * shell/ev-window.c:
11626         * thumbnailer/evince-thumbnailer.c:
11627
11628         s/pdf-document/ev-poppler
11629
11630 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11631
11632         * NEWS:
11633         * configure.ac:
11634
11635         Release 0.2.0
11636
11637         * ps/ps-document.c: (setup_pixmap):
11638
11639         Remove debug code
11640
11641 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11642
11643         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11644         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11645         (ev_window_cmd_go_first_page): Fix of by one errors.
11646
11647 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11648
11649         * ps/ps-document.c: (get_page_box):
11650
11651         Fix page size calculation
11652
11653 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11654
11655         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11656         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11657         (get_page_orientation), (setup_page), (document_load),
11658         (ps_document_get_page_size), (render_pixbuf_idle):
11659         * ps/ps-document.h:
11660
11661         More refactoring to adapt to EvDocument changes
11662
11663 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11664
11665         * ps/ps-document.c: (start_interpreter):
11666
11667         Actually add alpha args
11668
11669 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11670
11671         * pdf/ev-poppler.cc:
11672
11673         Make clipboard work again
11674
11675 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11676
11677         Make searching work again.
11678         
11679         * backend/ev-document.c:
11680         * backend/ev-document.h:
11681         * backend/ev-document-find.c:
11682         * backend/ev-document-find.h: Change EvDocumentIface so we no
11683         longer store the current page or zoom level in the document.  The
11684         consequence is that all calls that operate on the current page now
11685         instead take the page number as an extra argument, and all
11686         coordinates are now doubles in document coordinate system.
11687
11688         * pdf/ev-poppler.cc:
11689         * pixbuf/pixbuf-document.c:
11690         * ps/ps-document.c: Update backends accordingly.
11691
11692 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11693
11694         * autogen.sh:
11695
11696         Add required gettext version
11697
11698 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11699
11700         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11701         make F1 bring up non-existent help.
11702
11703         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11704         epiphany's find bar, #167477
11705
11706         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11707         <emil@nishra.com> to add space-bar scrolling, 
11708
11709         * shell/ev-window.c (static GtkActionEntry entries): add default
11710         keybinding for Help (F1)
11711         Fixes #171068
11712
11713         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11714         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11715         170110
11716
11717 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11718
11719         * Makefile.am: 
11720         * pixbuf/pixbuf-document.c: 
11721
11722         Got pixbuf backend working again
11723
11724 2005-04-01  Steve Murphy  <murf@e-tools.com>
11725
11726         * configure.in: Added "rw" to ALL_LINGUAS.
11727
11728 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11729
11730         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11731         model types, noticed by Martin Kretzschmar.
11732
11733 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11734
11735         * pdf/ev-poppler.cc: Implement search based on
11736         poppler_page_find_text().  Currently a bit crude since we remember
11737         all matches from all pages.  Also, we grab the big document lock
11738         when we search since searching changes the underlying stream and
11739         thus conflicts with the rendering thread.
11740         
11741         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11742         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11743         (ev_view_find_previous): Fix some page indexes to be 0 based,
11744         offset rubber band by view offset,
11745
11746 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11747
11748         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11749
11750 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11751
11752         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11753         completely because I didn't understand GtkActions.  I should
11754         read Marco's code more carefully in the future.
11755
11756         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11757         function
11758
11759 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11760
11761         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11762         PopplerRectangle change from poppler CVS.
11763
11764 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11765
11766         * backend/ev-document.c: (ev_document_get_page_label):
11767         * backend/ev-document.h:
11768         * backend/ev-page-cache.c: (_ev_page_cache_new),
11769         (ev_page_cache_get_page_label):
11770         * backend/ev-page-cache.h:
11771         * pdf/ev-poppler.cc:
11772         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11773         (links_page_num_func):
11774         * shell/ev-sidebar-thumbnails.c:
11775         (ev_sidebar_thumbnails_set_document):
11776         * shell/ev-view.c: (status_message_from_link),
11777         (ev_view_motion_notify_event):
11778         * shell/ev-window.c: (document_supports_sidebar): Add in page
11779         label support.  It's not perfect yet, but it's the first 'feature'
11780         in a while.
11781         Also, fix a bogus comment noticed by crispin. 
11782
11783 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11784
11785         * Makefile.am: Remove pixbuf backend for now
11786
11787         * configure.ac: Require poppler-glib instead of just poppler.
11788
11789         * backend/ev-document-thumbnails.h: Add a comment
11790
11791         * backend/ev-document.h:
11792         * backend/ev-document.c: (ev_document_class_init),
11793         (ev_document_load), (ev_document_get_link),
11794         (ev_document_get_links): Remove 3 methods and add get_links.
11795         Also, made 0 based.
11796
11797         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11798         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11799
11800         * backend/ev-link.c: (ev_link_set_title),
11801         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11802         (ev_link_mapping_find):
11803         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11804         
11805         * backend/ev-page-cache.c: (ev_page_cache_init),
11806         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11807         (ev_page_cache_get_size), (ev_page_cache_next_page),
11808         (ev_page_cache_prev_page): Fix to be 0 based.
11809
11810         * pdf/Makefile.am: 
11811         * pdf/ev-poppler.h:
11812         * pdf/ev-poppler.cc: New backend.
11813         
11814         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11815         (ps_document_get_page), (ps_document_document_iface_init):
11816
11817         * shell/ev-pixbuf-cache.h:
11818         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11819         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11820         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11821         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11822         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11823         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11824         based.
11825         
11826         * shell/ev-sidebar-thumbnails.c:
11827         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11828         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11829
11830         * shell/ev-view.c: (status_message_from_link),
11831         (find_page_at_location), (get_link_at_location),
11832         (ev_view_motion_notify_event), (ev_view_button_release_event),
11833         (ev_view_init): Use the new link code.  Fix to be 0 based.
11834
11835         * shell/ev-window.c: (update_action_sensitivity),
11836         (document_supports_sidebar): 0 based.
11837
11838 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11839
11840         * pdf/pdf-document.cc: Patch from Fernando Herrera
11841         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11842         *blush*
11843
11844 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11845
11846         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11847         1 to the page, as this seems to be 1 based.  I thought we has this
11848         fixed.  grump.
11849
11850 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11851
11852         * TODO:
11853         * backend/Makefile.am:
11854         * backend/ev-document-links.c:
11855         (ev_document_links_has_document_links),
11856         (ev_document_links_get_links_model):
11857         * backend/ev-document-links.h:
11858         * backend/ev-document.c: (ev_document_get_page_cache),
11859         (ev_document_get_doc_mutex), (ev_document_load),
11860         (ev_document_save), (ev_document_get_title),
11861         (ev_document_get_n_pages), (ev_document_set_page),
11862         (ev_document_get_page), (ev_document_set_target),
11863         (ev_document_set_scale), (ev_document_set_page_offset),
11864         (ev_document_get_page_size), (ev_document_get_text),
11865         (ev_document_get_link), (ev_document_render),
11866         (ev_document_render_pixbuf), (ev_document_scale_changed):
11867         * backend/ev-document.h:
11868         * backend/ev-job-queue.c: (remove_object_from_queue),
11869         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11870         (no_jobs_available_unlocked), (ev_render_thread),
11871         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11872         (ev_job_queue_remove_job):
11873         * backend/ev-job-queue.h:
11874         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11875         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11876         (ev_job_links_class_init), (ev_job_render_init),
11877         (ev_job_render_dispose), (ev_job_render_class_init),
11878         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11879         (ev_job_thumbnail_class_init), (ev_job_finished),
11880         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11881         (ev_job_render_run), (ev_job_thumbnail_new),
11882         (ev_job_thumbnail_run):
11883         * backend/ev-jobs.h:
11884         * backend/ev-link.c:
11885         * backend/ev-link.h:
11886         * backend/ev-page-cache.c: (ev_page_cache_init),
11887         (ev_page_cache_class_init), (ev_page_cache_finalize),
11888         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11889         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11890         (ev_page_cache_set_link), (ev_page_cache_get_title),
11891         (ev_page_cache_get_size), (ev_page_cache_next_page),
11892         (ev_page_cache_prev_page):
11893         * backend/ev-page-cache.h:
11894         * pdf/pdf-document.cc:
11895         * ps/gsdefaults.c:
11896         * ps/gsdefaults.h:
11897         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11898         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11899         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11900         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11901         (is_interpreter_ready), (output), (catchPipe), (input),
11902         (start_interpreter), (check_filecompressed), (compute_dimensions),
11903         (ps_document_enable_interpreter), (document_load),
11904         (ps_document_next_page), (render_page), (ps_document_set_page),
11905         (ps_document_set_scale), (render_pixbuf_idle),
11906         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11907         * ps/ps-document.h:
11908         * shell/Makefile.am:
11909         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11910         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11911         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11912         (ev_pixbuf_cache_new), (job_finished_cb),
11913         (check_job_size_and_unref), (move_one_job),
11914         (ev_pixbuf_cache_update_range), (find_job_cache),
11915         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11916         (ev_pixbuf_cache_add_jobs_if_needed),
11917         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11918         * shell/ev-pixbuf-cache.h:
11919         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11920         (idle_print_handler):
11921         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11922         (selection_changed_cb), (create_loading_model),
11923         (ev_sidebar_links_construct), (links_page_num_func),
11924         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11925         (update_page_callback), (job_finished_cb),
11926         (ev_sidebar_links_set_document):
11927         * shell/ev-sidebar-thumbnails.c:
11928         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11929         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11930         (page_changed_cb), (thumbnail_job_completed_callback),
11931         (ev_sidebar_thumbnails_set_document):
11932         * shell/ev-sidebar-thumbnails.h:
11933         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11934         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11935         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11936         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11937         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11938         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11939         (ev_view_button_release_event), (ev_view_scroll_view),
11940         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11941         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11942         (ev_view_new), (job_finished_cb), (page_changed_cb),
11943         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11944         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11945         (ev_view_find_previous):
11946         * shell/ev-view.h:
11947         * shell/ev-window.c: (update_action_sensitivity),
11948         (ev_window_open_page), (update_window_title), (update_total_pages),
11949         (page_changed_cb), (ev_window_setup_document),
11950         (password_dialog_response), (ev_window_cmd_save_as),
11951         (ev_window_print), (ev_window_cmd_go_previous_page),
11952         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11953         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11954         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11955         * shell/main.c: (main):
11956
11957         Merge evince-threads branch
11958
11959 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11960
11961         * configure.ac: Added "lt" to ALL_LINGUAS.
11962
11963 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11964
11965         * NEWS:
11966         * configure.ac:
11967
11968         Release 0.1.9
11969
11970 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11971
11972         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11973
11974         Fix here also the thumbnails 1-basedness :)
11975
11976 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11977
11978         * NEWS:
11979         * configure.ac:
11980
11981         Release 0.1.8
11982
11983 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11984
11985         * pdf/pdf-document.cc:
11986         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11987         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11988
11989         Fix the mess we did with thumbnails and 1-basedness
11990
11991 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11992
11993         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11994
11995 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11996
11997         * NEWS:
11998         * configure.ac:
11999
12000         Release 0.1.7
12001
12002 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12003
12004         * ps/Makefile.am:
12005         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12006         (gtk_gs_defaults_get_alpha_parameters),
12007         (gtk_gs_defaults_get_ungzip_cmd),
12008         (gtk_gs_defaults_get_unbzip2_cmd):
12009         * ps/gsdefaults.h:
12010         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12011         (ps_document_get_orientation), (document_load),
12012         (ps_document_goto_page), (ps_document_set_page_size):
12013         * ps/ps-document.h:
12014
12015         Some more sanitization of the ps backend. Remove a lot
12016         of unused code and do not base our defaults on ggv
12017         preferences (ugh!)
12018
12019 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12020
12021         * thumbnailer/evince-thumbnailer.schemas:
12022         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12023         (main): add -s option for thumbnail size.
12024
12025 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12026
12027         * configure.ac:
12028
12029         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12030         remove it.
12031
12032 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12033
12034         * pdf/pdf-document.cc:
12035
12036         Remove 4 pixels of useless border from the
12037         thumbnail.
12038
12039 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12040
12041         * backend/ev-document-thumbnails.c:
12042         (ev_document_thumbnails_get_thumbnail):
12043         * backend/ev-document-thumbnails.h:
12044
12045         Rework API a bit. Add a border flag and
12046         change sizing logic (now the size we specify
12047         applies to the bigger dimension).
12048
12049         * pdf/pdf-document.cc:
12050         * pixbuf/pixbuf-document.c:
12051         (pixbuf_document_thumbnails_get_thumbnail):
12052         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12053         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12054
12055         Adapt to the new API and do not draw a border for nautilus
12056         thumbnailer.
12057
12058 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12059
12060         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12061         take thumbnails from page "0" instead of "1". Added a copyright header.
12062
12063 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12064
12065         * ps/ps-document.c: (set_up_page), (start_interpreter):
12066
12067         Make it C89 compliant
12068
12069 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12070
12071         * Makefile.am:
12072         * configure.ac:
12073         * pdf/.cvsignore:
12074         * pdf/pdf-document.cc:
12075         * thumbnailer/Makefile.am:
12076         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12077         (main):
12078         * thumbnailer/evince-thumbnailer.schemas:
12079         * thumbnailer/pdf-icon.png:
12080
12081         Add a nautilus thumbnailer.
12082         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12083
12084 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12085
12086         * NEWS:
12087         * configure.ac:
12088         * po/POTFILES.in:
12089
12090         Release 0.1.6
12091
12092 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12093
12094         Use poppler instead of including xpdf source code.  Poppler is a
12095         fork of xpdf to build it as a shared library. See
12096         http://freedesktop.org/wiki/Software/poppler.
12097
12098         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12099         xpdf fork.
12100         
12101         * pdf/Makefile.am: Build libpdfdocument.a here.
12102         
12103         * pdf/GDKSplashOutputDev.cc:
12104         * pdf/GDKSplashOutputDev.h:
12105         * pdf/GnomeVFSStream.cc:
12106         * pdf/GnomeVFSStream.h:
12107         * pdf-document.cc:
12108         * pdf-document.h:
12109         * test-gdk-output-dev.cc
12110         * Thumb.cc:
12111         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12112         against poppler.
12113
12114 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12115
12116         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12117
12118         Clear idle stack before unsetting the document
12119
12120 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12121
12122         * ps/ps-document.c: (ps_document_widget_event),
12123         (ps_document_set_target), (ps_document_finalize),
12124         (ps_document_get_page):
12125
12126         Disconnect the widget event signal on finalize.
12127         Some code cleanups.
12128
12129 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12130
12131         * ps/ps-document.c: (set_up_page):
12132
12133         If there is no bpixmap create one, even if size
12134         is not changed.
12135
12136 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12137
12138         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12139         (set_up_page), (document_load), (ps_document_set_zoom):
12140
12141         Default page is 0. Calculate size even when we have no
12142         target yet.
12143
12144 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12145
12146         * shell/ev-sidebar.c: expand the selection widget to be always as
12147         wide as the sidebar
12148
12149 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12150
12151         * shell/ev-sidebar-thumbnails.c:
12152         (ev_sidebar_thumbnails_set_document):
12153
12154         Clear the list store when setting document
12155
12156 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12157
12158         * shell/ev-page-action.c: (update_entry), (sync_entry),
12159         (activate_cb), (entry_size_request_cb), (create_tool_item),
12160         (connect_proxy):
12161
12162         Use an entry for the page control instead of spinbuttons
12163
12164 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12165
12166         * data/evince.schemas.in:
12167
12168         Correct confusing string
12169
12170 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12171
12172         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12173         for real.  Gosh, how long has this been broken.
12174
12175         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12176         check for a NULL link.  We crash otherwise.
12177
12178 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12179
12180         * NEWS:
12181         * configure.ac:
12182
12183         Release 0.1.5
12184
12185 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12186
12187         * configure.ac: add the french translation.
12188
12189 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12190
12191         * shell/ev-window.c:
12192
12193         Remove unused header -> fix distcheck
12194
12195 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12196
12197         * shell/ev-window.c: (update_window_title),
12198         (ev_window_popup_password_dialog):
12199
12200         Unescape filename for display
12201
12202 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12203
12204         * pdf/xpdf/pdf-document.cc:
12205
12206         In get_page_size deal with rotation. Also
12207         cleanup the function a bit.
12208
12209 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12210
12211         * pdf/xpdf/pdf-document.cc:
12212
12213         Fix crash when opening in new window
12214
12215 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12216
12217         * configure.ac:
12218
12219         Check ghostscript >= 7
12220
12221 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12222
12223         * shell/ev-window.c:
12224
12225         Make page width the default sizing mode
12226
12227 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12228         Marco Pesenti Gritti <marco@gnome.org>
12229
12230         * shell/ev-window.c: Remember the sidebar size
12231
12232         * data/evince.schemas.in: Add a new gconf key to store the size of
12233         the sidebar
12234
12235 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12236
12237         * data/evince-ui.xml:
12238         * shell/ev-window.c: (update_action_sensitivity),
12239         (ev_window_cmd_view_reload):
12240         
12241         Add a "Reload" action and menu entry
12242
12243 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12244
12245         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12246         iff the type doesn't support thumbnailing and indexing.
12247
12248 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12249
12250         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12251
12252 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12253
12254         * pdf/splash/Splash.cc:
12255
12256         Port fix for a crasher from kde bug
12257         http://bugs.kde.org/show_bug.cgi?id=97131
12258
12259 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12260
12261         * pdf/xpdf/pdf-document.cc:
12262
12263         Return a link even if it's of an unrecognized
12264         type. Otherwise we go in an infinte cycle.
12265
12266 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12267
12268         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12269         (size_allocate_cb), (ev_window_set_sizing_mode):
12270
12271         Update size when switching mode
12272
12273 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12274
12275         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12276         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12277         (ev_window_cmd_view_normal_size):
12278
12279         Fix size toggle buttons behavior
12280
12281 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12282
12283         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12284         (doc_rect_to_view_rect), (ev_view_size_allocate),
12285         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12286         (scale_changed_callback):
12287
12288         Do not cache offsets in size_allocate.
12289
12290 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12291
12292         * shell/ev-view.c: (ev_view_size_allocate):
12293
12294         Calculate offsets before calling the parent
12295         class (which does a redraw)
12296
12297 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12298
12299         * pdf/xpdf/pdf-document.cc:
12300
12301         Fix a crasher on exit. Unused code, put a TODO
12302
12303 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12304
12305         * backend/ev-document.c: (ev_document_class_init),
12306         (ev_document_page_changed), (ev_document_scale_changed):
12307         * backend/ev-document.h:
12308
12309         Separate page/scale notifications
12310
12311         * pdf/xpdf/pdf-document.cc:
12312
12313         Emit the new signals.
12314         Do not display the pdf page in _render, do it
12315         when scale/page are requested.
12316
12317         * ps/ps-document.c: (ps_document_set_zoom),
12318         (ps_document_widget_event):
12319         * ps/ps-document.h:
12320
12321         Emit the new signals.
12322
12323         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12324         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12325         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12326         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12327         * shell/ev-view.h:
12328         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12329         (ev_window_cmd_view_page_width), (size_allocate_cb),
12330         (ev_window_set_sizing_mode):
12331
12332         Rework sizing to be pixel based.
12333         There are bugs but should be already way better.
12334
12335 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12336
12337         * shell/ev-window.c: (ev_window_init):
12338
12339         Do not allow to shrink sidebar smaller then
12340         child requisition
12341
12342 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12343
12344         * shell/ev-sidebar.[ch]
12345         * shell/ev-window.c:
12346
12347         Improved sidebar widget. Fixes #166683
12348
12349 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12350
12351         * shell/ev-view.c (update_find_status_message): Give translators
12352         more flexibility with ngettext plural handling.
12353
12354 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12355
12356         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12357         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12358         page when we get the page size.
12359
12360 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12361
12362         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12363
12364         ps pages are 0 based, convert 
12365
12366 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12367
12368         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12369
12370         Initialize correct parent class. Set GError on document load
12371
12372 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12373
12374         * pdf/xpdf/pdf-document.cc:
12375
12376         Fixup selection offset calculation
12377
12378         * shell/ev-view.c: (view_rect_to_doc_rect),
12379         (doc_rect_to_view_rect), (ev_view_size_allocate),
12380         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12381         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12382
12383         Store selection as document relative, so that zooming
12384         and offset changing doesnt break it.
12385
12386 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12387
12388         * shell/ev-view.c: (ev_view_best_fit):
12389
12390         Do not try to best fit if the view is not realized
12391
12392 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12393           
12394         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12395
12396 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12397
12398         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12399
12400 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12401
12402         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12403         the popup window.  That prevents it resizing when in full screen
12404         mode.
12405
12406         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12407         multiple rerenders.  This pretty much sucks.
12408
12409         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12410         rest of the toolbar.
12411
12412 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12413
12414         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12415
12416 2005-02-17  Alexander Shopov  <ash@contact.bg>
12417
12418         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12419
12420 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12421
12422         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12423
12424 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12425
12426         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12427         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12428         (set_document_page), (document_changed_callback),
12429         (ev_view_set_document), (ev_view_find_previous),
12430         (ev_view_hide_cursor), (ev_view_show_cursor):
12431         * shell/ev-view.h:
12432         * shell/ev-window.c: (update_chrome_visibility),
12433         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12434         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12435         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12436         (ev_window_unfullscreen):
12437         * shell/main.c: (main):
12438
12439         Automatically hide the fullscreen button.
12440         Patch by Kristian Høgsberg <krh@redhat.com>
12441
12442 2005-02-16  Vincent Noel  <vnoel@cox.net>
12443
12444         * shell/main.c (main): Specify an icon for the window. Patch by
12445         Jaap A. Haitsma. Fixes #166177.
12446
12447 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12448
12449         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12450
12451 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12452
12453         * backend/ev-document-misc.h:
12454         * backend/ev-document-misc.c:
12455         (ev_document_misc_get_page_border_size),
12456         (ev_document_misc_paint_one_page): New function to canonicalize
12457         sizing/painting a border.
12458
12459         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12460         used.
12461
12462         * pdf/xpdf/pdf-document.cc: use new function
12463
12464         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12465         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12466         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12467         shell/ev-window.c: (update_sizing_buttons),
12468         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12469         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12470         (ev_window_cmd_view_page_width), (size_allocate_cb),
12471         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12472         and "fit width" values act as toggle buttons so they stay
12473         toggled.  It's not 100% perfect, and it's a little slow, but it's
12474         good enough to commit I think.
12475
12476 2005-02-15  David Lodge  <dave@cirt.net>
12477
12478         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12479
12480 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12481
12482         * shell/ev-window.c (update_window_title): replace newlines in
12483         the title by spaces. Bug #166107.
12484
12485 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12486
12487         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12488         parameters providing allocation width and height without
12489         scrollbars and width of a possible vertical scrollbar. With this
12490         additional information the functions can work as
12491         intended. Unfortunately they're not idempotent. We should
12492         transform these commands to toggles. Fixes Bug #164976
12493         Initial patch by Stephane Loeuillet, then heavily modified.
12494
12495         * shell/ev-view.h: update prototypes.
12496
12497         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12498         (ev_window_cmd_view_page_width): provide EvView fit functions with
12499         all the information they need. Formulas to calculate this
12500         information taken from GtkScrolledWindow.
12501
12502 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12503
12504         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12505         created a thumbnail, the list store is updated to know
12506         that the thumbnail is set. Fixes bug #166792
12507
12508 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12509
12510         * shell/ev-window.c: fixed typo, closes bug 166897
12511
12512         * TODO: updated TODO with bug numbers that are relevant
12513
12514 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12515
12516         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12517
12518 2005-02-09  Vincent Noel  <vnoel@cox.net>
12519
12520         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12521         and "Next" toolbar buttons as important to make them stand out.
12522
12523 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12524
12525         * lib/ev-debug.c:
12526         * lib/ev-debug.h:
12527         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12528         (start_interpreter), (stop_interpreter), (document_load),
12529         (ps_document_next_page), (ps_document_goto_page),
12530         (ps_document_set_page_size), (ps_document_widget_event),
12531         (ps_document_render):
12532         * shell/ev-page-view.c: (ev_page_view_dispose):
12533         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12534
12535         Fix compilation on non-gcc platforms
12536
12537 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12538
12539         * NEWS:
12540         * configure.ac:
12541
12542         Release 0.1.4
12543
12544         * pdf/xpdf/Catalog.cc:
12545         * pdf/xpdf/XRef.cc:
12546
12547         Fix the fix for CAN-2004-0888
12548
12549 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12550
12551         * data/Makefile.am:
12552         * data/evince-ui.xml:
12553         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12554         * shell/ev-stock-icons.h:
12555         * shell/ev-window.c: (update_action_sensitivity),
12556         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12557         (set_action_properties):
12558
12559         Improve toolbar layout/icons
12560
12561 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12562
12563         * pdf/xpdf/pdf-document.cc:
12564
12565         Add warnings about unimplemented/unknown link
12566         types.
12567
12568 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12569
12570         * ps/ps-document.c: (set_up_page):
12571
12572         Log gs property
12573
12574 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12575
12576         * ps/ps-document.c: (start_interpreter):
12577
12578         Log gs env var
12579
12580 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12581
12582         * shell/ev-page-view.c: (ev_page_view_dispose):
12583         * shell/ev-view.c: (ev_view_finalize):
12584         * shell/ev-window.c: (ev_window_setup_document),
12585         (ev_window_dispose), (ev_window_init):
12586
12587         Solve more refs issues.
12588
12589         I commented out the page_view initialization for now:
12590         it was never destroyed (because it's never added
12591         to a container). Because of that we was leaking
12592         gs processes. Couldnt think to a clean fix.
12593         We need to figure this out, password view has the
12594         same issue probably.
12595
12596 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12597
12598         * ps/ps-document.c: (ps_document_finalize),
12599         (ps_document_get_n_pages), (ps_document_get_page):
12600
12601         Some cleanups, stop the interpreter on finalize
12602
12603         * shell/ev-page-view.c: (ev_page_view_dispose),
12604         (ev_page_view_class_init):
12605
12606         Release our reference on the document
12607
12608 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12609
12610         * Makefile.am:
12611         * configure.ac:
12612         * doc/debugging.txt:
12613         * lib/.cvsignore:
12614         * lib/Makefile.am:
12615         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12616         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12617         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12618         * lib/ev-debug.h:
12619
12620         Add debugging helpers
12621
12622         * ps/Makefile.am:
12623         * ps/ps-document.c: (set_up_page), (start_interpreter),
12624         (stop_interpreter), (document_load), (ps_document_next_page),
12625         (ps_document_goto_page), (ps_document_set_page_size),
12626         (ps_document_widget_event), (ps_document_render):
12627         * shell/Makefile.am:
12628         * shell/ev-view.c: (expose_bin_window):
12629         * shell/main.c: (main):
12630
12631         Add some logs
12632         
12633 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12634
12635         * ps/ps-document.c: (ps_document_widget_event):
12636
12637         Initialize message_window, this should make ps
12638         rendering really work! (Never noticed because I was
12639         testing with a ps that is causing gs to exit every time!)
12640
12641 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12642
12643         * data/evince.schemas.in: updated simple error in applyto closing tag
12644
12645 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12646
12647         * Makefile.am:
12648         * configure.ac:
12649         * data/.cvsignore:
12650         * data/Makefile.am:
12651         * data/evince-ui.xml:
12652         A data/evince.schemas.in:
12653         * po/POTFILES.in:
12654         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12655         * shell/ev-stock-icons.h:
12656         * shell/ev-window.c: (update_chrome_visibility),
12657         (update_chrome_flag), (ev_window_cmd_edit_find),
12658         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12659         (ev_window_unfullscreen), (ev_window_focus_in_event),
12660         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12661         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12662         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12663         (ev_window_dispose), (ev_window_class_init),
12664         (set_action_properties), (set_chrome_actions), (load_chrome),
12665         (ev_window_init):
12666
12667         Implement fullscreen mode changes from bug #164776.
12668         Also implement persistent chrome toggles.
12669
12670 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12671
12672         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12673
12674 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12675
12676         * NEWS:
12677         * configure.ac:
12678         * shell/ev-view.c:
12679
12680         Add another check for find interface
12681
12682         Release 0.1.3
12683
12684 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12685
12686         * shell/ev-application.c: (ev_application_open):
12687         * shell/ev-window.c: (ev_window_open):
12688
12689         Open gzipped ps documents
12690
12691 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12692
12693         * TODO:
12694         * shell/ev-view.c: (set_document_page):
12695
12696         Clamp page number, dont try to move to
12697         not existant pages.
12698
12699 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12700
12701         * backend/ev-document-find.c: (ev_document_find_changed):
12702         * backend/ev-document-find.h:
12703         * pdf/xpdf/pdf-document.cc:
12704         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12705         * shell/ev-window.c: (find_bar_search_changed_cb):
12706
12707         Fix several bugs with find
12708
12709 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12710
12711         * shell/ev-sidebar-thumbnails.c
12712         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12713         document. Prevents warning from scroll_to_cell.
12714
12715 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12716
12717         * configure.ac: Add «nb» to ALL_LINGUAS too.
12718
12719 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12720
12721         * NOTES: New file with some random thoughts.
12722
12723         * TODO: Update.
12724
12725         * backend/ev-document-misc.c:
12726         (ev_document_misc_get_page_border_size): New function to
12727         canonicalize shadow drawing sizes.  Possibly goofy.
12728
12729         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12730         (ev_view_best_fit), (ev_view_fit_width):
12731         * pdf/xpdf/pdf-document.cc:
12732         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12733         * ps/ps-document.c: (ps_document_get_page_size):
12734         * backend/ev-document-misc.h:
12735         * backend/ev-document.c: (ev_document_get_page_size):
12736         * backend/ev-document.h: get_page_size now takes a page number
12737         parameter.  Made all the backends/frontends honor it.
12738
12739         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12740         see.  Doesn't work yet.
12741
12742         * shell/Makefile.am:
12743         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12744         Doesn't do anything yet.
12745
12746         * shell/ev-sidebar-thumbnails.c:
12747         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12748         [0..n_pages-1]
12749
12750         * shell/ev-window.c: (update_action_sensitivity),
12751         (ev_window_setup_document), (ev_window_set_page_mode),
12752         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12753         view-swapping code a bit so we can have multiple views on a
12754         document.  Add the multi-page view, though it can't be turned on
12755         yet.
12756
12757 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12758
12759         * shell/ev-application.c: (ev_application_open):
12760         * shell/ev-view.c: (expose_bin_window):
12761         * shell/ev-window.c: (ev_window_open):
12762
12763         Support eps and check document supports find
12764         before drawing highlightings in expose.
12765
12766 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12767
12768         * pixbuf/pixbuf-document.c:
12769         (pixbuf_document_thumbnails_get_dimensions),
12770         (pixbuf_document_document_thumbnails_iface_init):
12771
12772         implement get_dimensions
12773
12774 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12775
12776         * NEWS:
12777         * configure.ac:
12778
12779         Release 0.1.2
12780
12781 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12782
12783         * shell/ev-view.c: (set_document_page):
12784
12785         Scroll at the top of the page when changing page
12786
12787 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12788
12789         * shell/ev-view.c: (ev_view_motion_notify_event):
12790
12791         Do not redraw unnecessarily
12792
12793 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12794
12795         * pdf/xpdf/pdf-document.cc:
12796         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12797         (expose_bin_window), (find_changed_cb):
12798
12799         Yay! find works now... Now to find bugs...
12800
12801 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12802
12803         * backend/ev-document-find.c: (ev_document_find_base_init),
12804         (ev_document_find_changed):
12805         * backend/ev-document-find.h:
12806         * pdf/xpdf/pdf-document.cc:
12807         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12808         (expose_bin_window), (ev_view_init), (set_document_page),
12809         (ensure_rectangle_is_visible), (jump_to_find_result),
12810         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12811         (ev_view_find_next), (ev_view_find_previous):
12812         * shell/ev-view.h:
12813         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12814
12815         More work on find implementation, mostly there now
12816
12817 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12818
12819         * backend/ev-backend-marshalers.list:
12820         * backend/ev-document-find.c: (ev_document_find_base_init),
12821         (ev_document_find_cancel), (ev_document_find_page_has_results),
12822         (ev_document_find_get_n_results), (ev_document_find_get_result),
12823         (ev_document_find_get_progress), (ev_document_find_changed):
12824         * backend/ev-document-find.h:
12825
12826         Enanche the find interface to be really able to do
12827         multi page find.
12828
12829         * pdf/xpdf/pdf-document.cc:
12830
12831         Implement
12832
12833         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12834         (expose_bin_window), (ev_view_init),
12835         (ev_view_get_find_status_message), (find_changed_cb),
12836         (ev_view_set_document), (set_document_page):
12837
12838         Adapt to the new interface. A few things are regressed sorry,
12839         I will finish it soon.
12840
12841 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12842
12843         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12844         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12845         ev_sidebar_thumbnails_parent_class variable, don't define another
12846         parent_class variable.
12847
12848         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12849         (ev_page_action_class_init): ditto.
12850
12851         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12852         (pixbuf_document_class_init): ditto.
12853
12854         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12855         ditto.
12856
12857         * .cvsignore: ignore various valgrind output files.
12858
12859 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12860
12861         * data/evince-ui.xml:
12862         * shell/Makefile.am:
12863         * shell/ev-history.c:
12864         * shell/ev-history.h:
12865         * shell/ev-navigation-action.c:
12866         * shell/ev-navigation-action.h:
12867         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12868         (ev_view_set_page), (ev_view_fit_width):
12869         * shell/ev-view.h:
12870         * shell/ev-window.c: (update_action_sensitivity),
12871         (ev_window_setup_document), (register_custom_actions):
12872
12873         Kill session history
12874
12875 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12876
12877         * shell/ev-window.c: (update_action_sensitivity):
12878
12879         Fix inverted up/down buttons
12880
12881 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12882
12883         * shell/ev-sidebar-thumbnails.c
12884         (ev_sidebar_thumbnails_select_page): make sure the selected
12885         thumbnail stays visible.
12886
12887 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12888
12889         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12890         scrolled window for Federico.
12891
12892 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12893
12894         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12895
12896 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12897
12898         * configure.ac:
12899         * pdf/splash/SplashFTFontEngine.cc:
12900
12901         Fix CID fonts with freetype 2.1.9
12902
12903 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12904
12905         * TODO: added item for desktop icon thumbnailer
12906
12907 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12908
12909         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12910         unloaded docs when the title is accessed.
12911
12912         * shell/ev-password-view.[hc]: New widget for displaying password
12913         state.
12914
12915         * shell/ev-window.[ch]: Refactor password handling code to handle
12916         the new view.
12917
12918 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12919
12920         * NEWS:
12921         * configure.ac:
12922         * data/Makefile.am:
12923
12924         Release 0.1.1
12925
12926 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12927
12928         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12929         ignore page offset here, to make search results independent of it,
12930
12931         * shell/ev-view.c (expose_bin_window): but take offsets into
12932         account here. Bug #164932
12933
12934         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12935         scale at the right time. Bug #164996
12936
12937 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12938
12939         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12940         fix the problem. Now I just removed the Adobe font names and hope
12941         that the URW fonts are always in outline format. Bug #164934
12942
12943         * shell/ev-window.c (update_window_title): empty titles are
12944         useless, use filename in that case too.
12945
12946         * NEWS: Add some content.
12947
12948 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12949
12950         * TODO: added one more TODO item and a TODONE section :)
12951
12952 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12953
12954         * ps/ps-document.h: add page_[xy]_offset fields.
12955
12956         * ps/ps-document.c (ps_document_set_page_offset)
12957         (ps_document_render): Keep offset in consideration in a few
12958         places. Bug #164752 "postscript documents are not centered in
12959         window"
12960
12961         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12962         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12963
12964         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12965         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12966         stub out missing methods for complete EvDocument implementation.
12967         Fixes segfaults with Save A Copy and Copy actions.
12968
12969         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12970         (ps_document_document_iface_init): ditto.
12971         
12972 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12973
12974         * data/.cvsignore:
12975         * data/Makefile.am:
12976         * data/evince.desktop.in:
12977
12978         Add desktop file
12979
12980 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12981
12982         * shell/ev-view.c: (ev_view_button_press_event),
12983         (ev_view_motion_notify_event):
12984
12985         Make selection work in any direction
12986
12987 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12988
12989         * TODO:
12990         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12991
12992         Use shorter labels for some of the toolbars items
12993
12994 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12995
12996         * pdf/xpdf/pdf-document.cc:
12997
12998         Check the links info is initialized before
12999         using it. Should fix a crash on startup.
13000
13001 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13002
13003         * pixbuf/pixbuf-document.c
13004         (pixbuf_document_thumbnails_get_dimensions): force floating point
13005         division to calculate page_ratio. Fixes crash with landscape
13006         format pixbufs.
13007
13008 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13009
13010         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13011
13012 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13013
13014         * shell/ev-view.c (set_document_page): unset has_selection when
13015         the page changes.
13016         (set_document_page): handle paper size changes when the page
13017         changes (test with Free Culture, page 2).
13018
13019 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13020
13021         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13022         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13023
13024         Use normal style color for the widget background and
13025         draw a black box around the page.
13026
13027 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13028
13029         * pdf/xpdf/pdf-document.cc:
13030
13031         Keep offset in consideration in a few places
13032
13033         * shell/ev-view.c: (expose_bin_window):
13034
13035         Set the offsets so that the document is ever centered
13036
13037 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13038
13039         * TODO: Added TODO items and finished off the first todo item
13040
13041         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13042         reflect current authors
13043
13044 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13045
13046         * pdf/xpdf/pdf-document.cc:
13047         * shell/ev-view.c: (ev_view_set_cursor),
13048         (ev_view_motion_notify_event), (document_changed_callback),
13049         (set_document_page):
13050
13051         Show a wait cursor while the page is rendering
13052
13053 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13054
13055         * shell/ev-sidebar-thumbnails.c:
13056         (ev_sidebar_tree_selection_changed),
13057         (ev_sidebar_thumbnails_select_page):
13058         * shell/ev-sidebar-thumbnails.h:
13059         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13060         (ev_view_can_go_forward):
13061         * shell/ev-window.c: (ev_window_open_page),
13062         (ev_window_setup_document), (update_current_page),
13063         (view_page_changed_cb), (ev_window_init):
13064         * shell/ev-window.h:
13065
13066         Ensure thumbnails selection, toolbar page control and
13067         current page are in sync.
13068
13069 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13070
13071         * pdf/xpdf/XRef.cc:
13072
13073         Fix CAN-2005-0064
13074
13075 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13076
13077         * backend/Makefile.am:
13078         * backend/ev-document-links.h:
13079         * backend/ev-document-security.c: (ev_document_security_get_type),
13080         (ev_document_security_has_document_security),
13081         (ev_document_security_set_password):
13082         * backend/ev-document-security.h:
13083         * backend/ev-document.c: (ev_document_error_quark):
13084         * backend/ev-document.h:
13085         * data/Makefile.am:
13086         * data/evince-password.glade:
13087         * pdf/xpdf/pdf-document.cc:
13088         * shell/Makefile.am:
13089         * shell/ev-password.c: (ev_password_set_bad_password_label),
13090         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13091         (ev_password_dialog_get_password),
13092         (ev_password_dialog_set_bad_pass):
13093         * shell/ev-password.h:
13094         * shell/ev-window.c: (ev_window_get_attribute),
13095         (ev_window_set_property), (update_action_sensitivity),
13096         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13097         (ev_window_setup_document), (ev_window_get_password),
13098         (ev_window_open), (ev_window_cmd_save_as),
13099         (using_postscript_printer), (ev_window_print),
13100         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13101         (update_fullscreen_popup), (ev_window_fullscreen),
13102         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13103         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13104         (menu_item_select_cb), (find_bar_search_changed_cb),
13105         (ev_window_dispose), (ev_window_init):
13106
13107         Add initial support for password-supported dialogs.  This could be
13108         a lot cooler, but it'll do for now.
13109
13110 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13111
13112         * pdf/xpdf/pdf-document.cc:
13113         * shell/ev-view.c: (status_message_from_link),
13114         (ev_view_set_status), (ev_view_set_cursor),
13115         (ev_view_motion_notify_event), (ev_view_init):
13116         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13117
13118         Fix bugs in the links implementation and change cursor
13119         when hovering a link.
13120
13121 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13122
13123         * viewer/.cvsignore: added cvsignore file for viewer directory
13124
13125         * TODO: created TODO document
13126
13127 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13128
13129         * shell/ev-view.h:
13130         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13131         new functions to help with implementation of sensitivity code
13132         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13133         of all actions that might require it.  Fixes a crash when you
13134         click on the Zoom actions in a window lacking a document.
13135
13136 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13137
13138         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13139         of the Find action
13140
13141 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13142
13143         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13144         (pixbuf_document_document_iface_init):
13145         * ps/ps-document.c: (ps_document_get_link),
13146         (ps_document_document_iface_init):
13147         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13148         (status_message_from_link), (ev_view_set_status),
13149         (ev_view_set_find_status), (ev_view_motion_notify_event),
13150         (ev_view_button_release_event), (ev_view_set_property),
13151         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13152         (ev_view_get_find_status_message), (update_find_results),
13153         (ev_view_get_status), (ev_view_get_find_status):
13154         * shell/ev-view.h:
13155         * shell/ev-window.c: (view_status_changed_cb),
13156         (view_find_status_changed_cb), (ev_window_init):
13157
13158         View status message support, use it to show the links.
13159         Needs work...
13160
13161 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13162
13163         * backend/ev-document.c: (ev_document_get_link):
13164         * backend/ev-document.h:
13165         * pdf/xpdf/pdf-document.cc:
13166         * shell/ev-application.c: (ev_application_open):
13167         * shell/ev-application.h:
13168         * shell/ev-sidebar-links.c: (selection_changed_cb):
13169         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13170         (ev_view_go_to_link):
13171
13172         Add support for document links
13173
13174 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13175
13176         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13177         (create_tool_item):
13178         Set the spin button limits correctly.
13179         
13180         * shell/ev-sidebar-thumbnails.c:
13181         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13182         Support changing pages by clicking on the thumbnails.
13183         
13184 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13185
13186         * pixbuf/pixbuf-document.c:
13187         (pixbuf_document_thumbnails_get_dimensions),
13188         (pixbuf_document_document_thumbnails_iface_init):
13189
13190         implement get_dimensions
13191
13192 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13193
13194         * ps/ps-document.c: (ps_document_goto_page):
13195
13196         Fix page switching on multipage documents
13197
13198 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13199
13200         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13201         
13202         check for NULL before assigning to width and height parameters
13203
13204 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13205
13206         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13207         (pixbuf_document_set_property), (pixbuf_document_get_property):
13208
13209         implement get/set properties
13210
13211 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13212
13213         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13214         
13215         return NULL instead of "Unknown", letting the title get set to
13216         the filename when the pdf has no title.
13217
13218 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13219
13220         * ps/ps-document.c: (ps_document_get_page_count),
13221         (ps_document_goto_page):
13222
13223 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13224
13225         * shell/ev-history.c: (ev_history_get_property),
13226         (ev_history_set_property), (ev_history_class_init),
13227         (ev_history_add_page), (ev_history_set_current_index):
13228         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13229         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13230         (ev_navigation_action_finalize):
13231         * shell/ev-navigation-action.h:
13232         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13233         (ev_view_go_forward), (ev_view_get_find_status_message),
13234         (history_index_changed_cb), (ev_view_set_history):
13235         * shell/ev-view.h:
13236         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13237         (update_current_page), (register_custom_actions):
13238
13239         Implement history dropdowns
13240
13241 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13242
13243         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13244         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13245         (ev_view_go_forward):
13246         * shell/ev-window.c: (register_custom_actions):
13247
13248         Fix several history bugs
13249
13250 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13251
13252         * configure.ac: Add «nb» to ALL_LINGUAS.
13253
13254 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13255
13256         * backend/Makefile.am:
13257         * backend/ev-bookmark.c:
13258         * backend/ev-bookmark.h:
13259         * backend/ev-document-bookmarks.c:
13260         * backend/ev-document-bookmarks.h:
13261         * backend/ev-document-links.c: (ev_document_links_get_type),
13262         (ev_document_links_has_document_links),
13263         (ev_document_links_begin_read), (ev_document_links_get_link),
13264         (ev_document_links_get_child), (ev_document_links_next),
13265         (ev_document_links_free_iter):
13266         * backend/ev-document-links.h:
13267         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13268         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13269         (ev_link_get_link_type), (ev_link_set_link_type),
13270         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13271         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13272         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13273         (ev_link_new_external):
13274         * backend/ev-link.h:
13275         * pdf/xpdf/pdf-document.cc:
13276         * shell/Makefile.am:
13277         * shell/ev-application.c: (ev_application_open_link):
13278         * shell/ev-application.h:
13279         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13280         (ev_history_get_link_nth):
13281         * shell/ev-history.h:
13282         * shell/ev-sidebar-bookmarks.c:
13283         * shell/ev-sidebar-bookmarks.h:
13284         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13285         (ev_sidebar_links_class_init), (selection_changed_cb),
13286         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13287         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13288         (do_one_iteration), (populate_links_idle),
13289         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13290         * shell/ev-sidebar-links.h:
13291         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13292         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13293         (go_to_index):
13294         * shell/ev-view.h:
13295         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13296         * shell/ev-window.h:
13297
13298         Rename bookmark to link, and use "Index" for the sidebar panel.
13299
13300 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13301
13302         * shell/Makefile.am:
13303         * shell/ev-application.c: (ev_application_open_bookmark):
13304         * shell/ev-application.h:
13305         * shell/ev-history.c: (ev_history_init), (free_links_list),
13306         (ev_history_finalize), (ev_history_class_init),
13307         (ev_history_add_link), (ev_history_add_page),
13308         (ev_history_get_link_nth), (ev_history_get_n_links),
13309         (ev_history_get_current_index), (ev_history_set_current_index),
13310         (ev_history_new):
13311         * shell/ev-history.h:
13312         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13313         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13314         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13315         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13316         (ev_view_set_page):
13317         * shell/ev-view.h:
13318         * shell/ev-window.c: (ev_window_open_bookmark),
13319         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13320         (goto_page_cb), (register_custom_actions):
13321         * shell/ev-window.h:
13322
13323         Initial history implementation. Needs work.
13324
13325 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13326
13327         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13328
13329 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13330
13331         * cut-n-paste/recent-files/egg-recent-item.c:
13332         * cut-n-paste/recent-files/egg-recent-item.h:
13333         * cut-n-paste/recent-files/egg-recent-model.c:
13334         * cut-n-paste/recent-files/egg-recent-util.c:
13335         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13336         * cut-n-paste/recent-files/egg-recent-view.c:
13337
13338         Update
13339
13340 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13341
13342         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13343         (fillGlyph, fillImageMask, drawImage):
13344         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13345         pdf/splash/SplashTypes.h:
13346         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13347         packed mode for Splash.
13348
13349         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13350         RGB8 packed mode, eliminates the pixbuf data creation loop.
13351
13352         * shell/ev-print-job.c (ev_print_job_finalize)
13353         (ev_print_job_set_property, ev_print_job_get_property)
13354         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13355         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13356         (print_closure_finalize, ev_print_job_print): implement
13357         printing (for backends with EvPsExporter)
13358
13359         * shell/ev_print_job.h: update prototypes.
13360
13361         * shell/ev-window.c (ev_window_print): unref print job after
13362         printing.
13363
13364         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13365         unless the document implements the EvDocumentFind interface.
13366
13367 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13368
13369         * configure.ac: Added ja to ALL_LINGUAS.
13370
13371 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13372
13373         * pdf/xpdf/pdf-document.cc:
13374
13375         add a FIXME. We should probably not allocate
13376         a bookmark object every time
13377
13378 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13379
13380         * shell/ev-application.c: (ev_application_open),
13381         (ev_application_open_bookmark):
13382         * shell/ev-application.h:
13383         
13384         Add a way to open bookmarks
13385
13386         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13387         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13388         (ev_bookmark_set_property), (ev_bookmark_class_init),
13389         (ev_bookmark_new_title), (ev_bookmark_new_link),
13390         (ev_bookmark_new_external):
13391
13392         Support for external uris, better constructors.
13393
13394         * backend/ev-bookmark.h:
13395         * pdf/xpdf/pdf-document.cc:
13396         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13397
13398         Handle external uris
13399
13400 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13401
13402         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13403         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13404
13405         Hook up bookmarks navigation
13406
13407 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13408
13409         * backend/Makefile.am:
13410         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13411         (ev_bookmark_get_title), (ev_bookmark_set_title),
13412         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13413         (ev_bookmark_get_page), (ev_bookmark_set_page),
13414         (ev_bookmark_get_property), (ev_bookmark_set_property),
13415         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13416         (ev_bookmark_new):
13417         * backend/ev-bookmark.h:
13418         * backend/ev-document-bookmarks.c:
13419         (ev_document_bookmarks_get_bookmark):
13420         * backend/ev-document-bookmarks.h:
13421         * pdf/xpdf/pdf-document.cc:
13422         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13423
13424         Add a bookmark object to the backend and use it instead of get_values
13425
13426 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13427
13428         * data/evince-ui.xml:
13429
13430         Cleanup and add select all.
13431
13432         * shell/ev-view.c: (ev_view_select_all),
13433         (ev_view_button_press_event):
13434         * shell/ev-view.h:
13435         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13436
13437         Add select all.
13438         Clear selection on click.
13439
13440 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13441
13442         * shell/ev-sidebar-thumbnails.c
13443         (ev_sidebar_thumbnails_set_document): forgot to unref the
13444         loading_icon.
13445
13446 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13447
13448         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13449         at the visible page, not just linearly.  This makes it look fast.
13450
13451 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13452
13453         * backend/ev-document-misc.c
13454         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13455         white.
13456         * backend/ev-document-thumbnails.h: New interface to get the size
13457         of a page.
13458
13459 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13460
13461         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13462         make dist works
13463
13464 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13465
13466         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13467         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13468         things up a bit.
13469
13470         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13471
13472 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13473
13474         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13475         fonts. Should fix font problems on systems that have the base
13476         fonts in bitmap format. Reported by James Henstridge
13477         <james@jamesh.id.au>.
13478
13479 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13480
13481         * pdf/xpdf/Gfx.cc:
13482         * pdf/xpdf/GfxState.cc:
13483
13484         Fix for CAN-2004-1125
13485
13486 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13487
13488         * shell/ev-view.c: (ev_view_copy):
13489         * shell/ev-view.h:
13490         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13491
13492         Implement Edit->Copy
13493
13494 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13495
13496         * backend/ev-document.c: (ev_document_get_text):
13497         * backend/ev-document.h:
13498         * pdf/xpdf/pdf-document.cc:
13499         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13500         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13501         (ev_view_update_primary_selection), (ev_view_button_press_event),
13502         (ev_view_motion_notify_event), (ev_view_button_release_event):
13503
13504         Beginnings of clipboard support. Incomplete but primary sort
13505         of work.
13506
13507 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13508
13509         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13510         (expose_bin_window):
13511
13512         Nicer rubberband drawing, from GtkIconView.
13513
13514 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13515
13516         * backend/ev-document.c: (ev_document_save):
13517         * backend/ev-document.h:
13518         * data/evince-ui.xml:
13519         * pdf/xpdf/pdf-document.cc:
13520         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13521
13522         Implement "Save a copy..." menu item
13523
13524 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13525
13526         * shell/ev-view.c: (ev_view_zoom):
13527
13528         Queue a resize when zoom changes
13529
13530 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13531
13532         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13533         shadows.
13534
13535         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13536         thumbnails..
13537
13538 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13539
13540         * pdf/xpdf/pdf-document.cc
13541         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13542
13543 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13544
13545         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13546         It's slow, but I'll speed it up next!
13547
13548 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13549
13550         * shell/main.c (load_files):
13551
13552         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13553         from the command line and because it seems more appropriate.
13554
13555 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13556
13557         * data/evince-ui.xml:
13558         * shell/ev-window.c: (update_action_sensitivity),
13559         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13560
13561         s/next page/page down
13562         s/previous page/page up
13563
13564 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13565
13566         * data/evince-ui.xml:
13567
13568         Change the layout to match clarkbw design.
13569
13570         * shell/Makefile.am:
13571         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13572         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13573         (ev_navigation_action_finalize),
13574         (ev_navigation_action_set_property),
13575         (ev_navigation_action_get_property),
13576         (ev_navigation_action_class_init):
13577         * shell/ev-navigation-action.h:
13578
13579         Implement clarkbw toolbar navigation controls (incomplete)
13580
13581         * shell/ev-page-action.c: (update_label), (update_spin),
13582         (value_changed_cb), (create_tool_item), (connect_proxy),
13583         (ev_page_action_init), (ev_page_action_finalize),
13584         (ev_page_action_set_property), (ev_page_action_get_property),
13585         (ev_page_action_set_current_page),
13586         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13587         * shell/ev-page-action.h:
13588
13589         Implement a page switcher in the toolbar
13590
13591         * shell/ev-view.c: (ev_view_scroll_view):
13592         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13593         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13594         (register_custom_actions), (ev_window_init):
13595
13596         Change page on PageUp/Down.
13597
13598 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13599
13600         * pdf/xpdf/pdf-document.cc
13601         (pdf_document_thumbnails_get_thumbnail): initial stab at
13602         implementing thumbnail support for pdfs.  It only does documents
13603         with precached pdfs now.
13604
13605 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13606
13607         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13608         thumbnail code into a time-based idle as well.  Also, turn off the
13609         shadow temporarily as it's really slow.
13610
13611 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13612
13613         * backend/ev-document.c: (ev_document_class_init):
13614         * pdf/xpdf/pdf-document.cc:
13615         * shell/ev-window.c: (ev_window_open):
13616
13617         Fix document title bugs and fallback to
13618         filename when not available.
13619
13620 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13621
13622         * backend/ev-document.c: (ev_document_get_type),
13623         (ev_document_class_init), (ev_document_load),
13624         (ev_document_get_title):
13625         * backend/ev-document.h:
13626         * pdf/xpdf/pdf-document.cc:
13627         * ps/ps-document.c: (ps_document_set_property),
13628         (ps_document_get_property), (ps_document_class_init),
13629         (document_load):
13630         * ps/ps-document.h:
13631         * ps/ps.h:
13632         * shell/ev-window.c: (update_window_title), (ev_window_open),
13633         (ev_window_init):
13634
13635         Initial support for document title. Not working yet.
13636
13637 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13638
13639         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13640
13641         Grab focus on the view when clicking it
13642
13643 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13644
13645         * shell/ev-marshal.list:
13646         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13647         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13648
13649         Add key bindings to the view. Now if the focus would work
13650         right...
13651
13652 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13653
13654         * Makefile.am:
13655         * backend/Makefile.am:
13656         * data/Makefile.am:
13657         * dvi/Makefile.am:
13658         * dvi/dvilib/Makefile.am:
13659         * pdf/xpdf/Makefile.am:
13660         * po/POTFILES.in:
13661         * ps/Makefile.am:
13662
13663         Fix distcheck
13664
13665 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13666
13667         * shell/ev-view.c: (ev_view_realize):
13668
13669         Fix mouse wheel scrolling
13670
13671 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13672
13673         * ps/Makefile.am:
13674         * ps/gstypes.h:
13675         * ps/gtkgs.c:
13676         * ps/gtkgs.h:
13677         * ps/ps-document.c: (catchPipe), (ps_document_init),
13678         (ps_document_class_init), (ps_document_cleanup),
13679         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13680         (set_up_page), (close_pipe), (is_interpreter_ready),
13681         (interpreter_failed), (output), (input), (start_interpreter),
13682         (stop_interpreter), (file_length), (file_readable),
13683         (check_filecompressed), (check_pdf), (compute_xdpi),
13684         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13685         (ps_document_get_type), (ps_document_emit_error_msg),
13686         (document_load), (ps_document_next_page),
13687         (ps_document_get_current_page), (ps_document_get_page_count),
13688         (ps_document_goto_page), (ps_document_set_page_size),
13689         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13690         (ps_document_load), (ps_document_get_n_pages),
13691         (ps_document_set_page), (ps_document_get_page),
13692         (ps_document_widget_event), (ps_document_set_target),
13693         (ps_document_set_scale), (ps_document_set_page_offset),
13694         (ps_document_get_page_size), (ps_document_render),
13695         (ps_document_document_iface_init):
13696         * ps/ps-document.h:
13697         * ps/ps.c:
13698         * shell/ev-window.c: (ev_window_open):
13699
13700         Rename GtkGS to PSDocument
13701
13702 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13703
13704         * ps/gtkgs.c: (gtk_gs_class_init):
13705         * ps/gtkgs.h:
13706
13707         Some more leftover...
13708
13709 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13710
13711         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13712         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13713         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13714         * ps/gtkgs.h:
13715
13716         Remove unused code and make a lot of stuff private
13717
13718 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13719
13720         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13721         (gtk_gs_defaults_changed):
13722         * ps/gsdefaults.h:
13723         * ps/gtkgs.c:
13724         * ps/gtkgs.h:
13725         * ps/ps.h:
13726
13727         Cleanup headers dependencies
13728
13729 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13730
13731         * ps/Makefile.am:
13732         * ps/ggvutils.c:
13733         * ps/ggvutils.h:
13734         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13735         * ps/gsdefaults.h:
13736         * ps/gtkgs.c: (file_length), (file_readable),
13737         (check_filecompressed), (check_pdf), (gtk_gs_load),
13738         (gtk_gs_get_postscript):
13739
13740         Get rid of ggvutils
13741
13742 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13743
13744         * ps/ggvutils.c:
13745         * ps/ggvutils.h:
13746         * ps/gsio.h:
13747         * ps/gtkgs.c: (gtk_gs_set_zoom):
13748
13749         Cleanups
13750
13751 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13752
13753         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13754
13755         Ensure the page is rerendered when changing zoom
13756
13757 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13758
13759         * backend/ev-document.c: (ev_document_base_init),
13760         (ev_document_changed):
13761         * backend/ev-document.h:
13762
13763         Add a changed event that is emitted when the page content
13764         changes. This is necessary to deal with the fact that
13765         in ps backend rendering happen asycrounously.
13766         This makes the ps backend mostly work.
13767
13768         * pdf/xpdf/pdf-document.cc:
13769
13770         Emit changed event
13771
13772         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13773         (ps_document_set_target):
13774
13775         Emit changed event
13776
13777         * shell/ev-view.c: (document_changed_callback),
13778         (ev_view_set_document), (ev_view_set_page):
13779
13780         Redraw on the changed signal
13781
13782 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13783
13784         * configure.ac: Added pt_BR to ALL_LINGUAS.
13785
13786 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13787
13788         * backend/ev-document-bookmarks.c:
13789         (ev_document_bookmarks_get_child): *
13790         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13791         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13792         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13793         (ev_sidebar_bookmarks_destroy),
13794         (ev_sidebar_bookmarks_class_init),
13795         (ev_sidebar_bookmarks_construct), (stack_data_free),
13796         (do_one_iteration), (populate_bookmarks_idle),
13797         (ev_sidebar_bookmarks_clear_document),
13798         (ev_sidebar_bookmarks_set_document): *
13799         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13800         (ev_sidebar_add_page),
13801         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13802         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13803         it displays both the topics and the page numbers.
13804
13805 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13806
13807         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13808         toggle.
13809         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13810         visible.
13811
13812 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13813
13814         * configure.ac: Added en_CA to ALL_LINGUAS.
13815
13816 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13817
13818         * ChangeLog: replace bottom of this ChangeLog (merged history of
13819         ggv and gpdf; where all paths were wrong and most of the files are
13820         not even in this tree) with ChangeLog (from arch) of the shell
13821         code.
13822
13823 2004-12-23  Havoc Pennington  <hp@redhat.com>
13824
13825         * shell/ev-window.c: hook up potentially-questionable "find
13826         results status text" feature - something involving the sidebar or
13827         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13828         might be better in the end.
13829
13830         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13831         with corresponding signal when it should be updated
13832
13833         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13834
13835 2004-12-22  Havoc Pennington  <hp@redhat.com>
13836
13837         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13838         find stuff on other pages, sort of (only returns one result on
13839         invisible pages, to show they have results; updates full results
13840         for a page when you view it). Currently repaints the current page
13841         every time a new result is found on any page, which isn't so nice.
13842
13843 2004-12-22  Havoc Pennington  <hp@redhat.com>
13844
13845         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13846         the document doesn't support find (better ideas?)
13847         (find_bar_search_changed_cb): handle missing document or document
13848         that doesn't support find
13849
13850         * pdf/xpdf/pdf-document.cc: port to implement the new
13851         EvDocumentFindIface
13852
13853         * backend/ev-document-find.c: create a new interface for searching
13854
13855         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13856
13857 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13858
13859         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13860         libevbackend.la.
13861
13862         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13863         EvPrintJob constructor arguments.
13864
13865         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13866         for documents that can export PostScript (page by page).
13867
13868         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13869         
13870         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13871         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13872         (pdf_document_ps_exporter_iface_init:
13873         Implement EvPSExporter.
13874
13875         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13876
13877 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13878
13879         * backend/Makefile.am:
13880         * backend/ev-document-thumbnails.c:
13881         (ev_document_thumbnails_get_type),
13882         (ev_document_thumbnails_get_thumbnail):
13883         * backend/ev-document-thumbnails.h:
13884         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13885         (pixbuf_document_thumbnails_get_thumbnail),
13886         (pixbuf_document_document_thumbnails_iface_init):
13887         * shell/Makefile.am:
13888         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13889         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13890         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13891         * shell/ev-sidebar-thumbnails.h:
13892         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13893         (ev_sidebar_set_document):
13894         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13895         (create_shadow), (ev_pixbuf_add_shadow):
13896         * shell/ev-utils.h:
13897         Add thumbnail support.
13898         
13899 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13900
13901         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13902         (using_postscript_printer): Set up a print dialog for "PostScript
13903         injection" method.
13904
13905         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13906         EvPrintJob.
13907
13908         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13909
13910 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13911
13912         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13913         (ps_document_set_target), (ps_document_get_page_size),
13914         (ps_document_render):
13915         * ps/gtkgs.h:
13916
13917         Fix a few bugs
13918
13919 2004-12-22  Christian Rose  <menthos@menthos.com>
13920
13921         * configure.ac: Added "sv" to ALL_LINGUAS.
13922
13923 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13924
13925         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13926         document supports bookmarks.
13927
13928 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13929
13930         * ps/ggvutils.c: (ggv_file_readable):
13931         * ps/ggvutils.h:
13932         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13933         (gtk_gs_get_postscript):
13934
13935         Remove unused utils
13936
13937 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13938
13939         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13940         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13941         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13942         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13943         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13944         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13945         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13946         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13947         (gtk_gs_set_antialiasing), (ps_document_load),
13948         (ps_document_render):
13949         * ps/gtkgs.h:
13950
13951         Another check point for the ps backend. Now I can get it to show
13952         pages!
13953
13954 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13955
13956         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13957         document setting code.
13958
13959 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13960
13961         * shell/eggfindbar.c: (entry_activate_callback):
13962         Animate the next button when activate is pressed.
13963         
13964 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13965
13966         * shell/ev-window.c: (ev_window_cmd_edit_find),
13967         (update_fullscreen_popup), (ev_window_fullscreen),
13968         (ev_window_unfullscreen), (ev_window_state_event_cb),
13969         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13970         Fix bugs in fullscreen code.
13971         
13972 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13973
13974         * Makefile.am:
13975         * configure.ac:
13976         * pixbuf/Makefile.am:
13977         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13978         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13979         (pixbuf_document_set_page), (pixbuf_document_get_page),
13980         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13981         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13982         (pixbuf_document_render), (pixbuf_document_begin_find),
13983         (pixbuf_document_end_find), (pixbuf_document_finalize),
13984         (pixbuf_document_class_init),
13985         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13986         * pixbuf/pixbuf-document.h:
13987         * shell/Makefile.am:
13988         * shell/ev-application.c: (ev_application_open):
13989         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13990         (ev_window_open):
13991         Add pixbuf backend.
13992         
13993 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13994
13995         * Makefile.am: 
13996         * dvi/dvilib/Makefile.am:
13997         * dvi/Makefile.am:
13998         * configure.ac: Auto*ify dvi and dvi/dvilib
13999
14000         * dvi/Makefile: Remove from CVS
14001         
14002         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14003         confusion.
14004
14005         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14006         
14007         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14008         
14009 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14010
14011         * ps/Makefile.am:
14012         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14013         (gtk_gs_value_adjustment_changed), (compute_size),
14014         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14015         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14016         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14017         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14018         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14019         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14020         (ps_document_load), (ps_document_get_n_pages),
14021         (ps_document_set_page), (ps_document_get_page),
14022         (ps_document_set_target), (ps_document_set_scale),
14023         (ps_document_set_page_offset), (ps_document_get_page_size),
14024         (ps_document_render), (ps_document_begin_find),
14025         (ps_document_end_find), (ps_document_document_iface_init):
14026         * ps/gtkgs.h:
14027         * shell/Makefile.am:
14028         * shell/ev-window.c: (ev_window_open):
14029
14030         Some work to integrate gtkgs with EvDocument
14031
14032 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14033
14034         * shell/ev-window.c: (update_fullscreen_popup),
14035         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14036         (exit_fullscreen_button_clicked_cb),
14037         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14038         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14039         (ev_window_state_event_cb), (ev_window_init):
14040         Add fullscreen support from Epiphany.
14041         
14042 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14043
14044         * data/ev-stock-zoom-fit-width.png: fit-width
14045         stock icon from gpdf.
14046         
14047         * shell/ev-stock-icons.[ch]: copied from gpdf.
14048         
14049         * shell/main.c: (main): init stock icons.
14050         
14051         * shell/ev-window.c: use the fit-width icon.
14052         
14053         * data/evince-ui.xml: add zooming toolbar items.
14054
14055 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14056
14057         * shell/ev-view.c: 
14058         (ev_view_best_fit), (ev_view_fit_width): because
14059         get_page_size() returns the scaled page size, we
14060         need to calculate the scale factor relative to
14061         the previous scale factor. Should really just
14062         add get_real_page_size().
14063
14064 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14065
14066         * shell/ev-view.[ch]:
14067         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14068         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14069         add zooming.
14070         
14071         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14072         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14073         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14074         hook it up.
14075         
14076         * pdf/xpdf/pdf-document.cc:
14077         (pdf_document_begin_find),
14078         (pdf_document_end_find): make static.
14079
14080 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14081
14082         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14083
14084         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14085         names to fontconfig patterns.
14086         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14087
14088         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14089         setupBaseFontsFc.
14090
14091 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14092
14093         * Makefile.am:
14094         * configure.ac:
14095         * ps/Makefile.am:
14096         * ps/ggvutils.c:
14097         * ps/ggvutils.h:
14098         * ps/gsdefaults.c:
14099         * ps/gsdefaults.h:
14100         * ps/gsio.c:
14101         * ps/gsio.h:
14102         * ps/gtkgs.c:
14103         * ps/gtkgs.h:
14104         * ps/ps.c:
14105         * ps/ps.h:
14106
14107         Import ggv backend. Not hooked up yet.
14108
14109 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14110
14111         * shell/main.c: (load_files), (main): load files
14112         from the command line.
14113
14114 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14115
14116         * configure.ac: don't require bonobo.
14117         
14118         * cut-n-paste/recent-files/*: kill bonobo recent
14119         view.
14120
14121         * shell/ev-window.c:
14122         (ev_window_is_empty): upd.
14123         (unable_to_load), (ev_window_open): load backend
14124         based on the mime type.
14125
14126 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14127
14128         * backend/.cvsignore: ignore generated marshalers source.
14129
14130         * shell/main.c (main): this is not epiphany.
14131
14132 2004-12-22  Havoc Pennington  <hp@redhat.com>
14133
14134         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14135         (expose_bin_window): draw find highlights
14136
14137         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14138         
14139         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14140         (pdf_document_end_find): implement this interface
14141
14142         * backend/ev-document.c (ev_document_found): add this to emit
14143         signal
14144
14145 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14146
14147         * data/evince-ui.xml: Add a few more toolbar items.
14148
14149         * shell/ev-window.c: Hook up page navigation toolbar 
14150         items.
14151
14152         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14153         a page-changed signal.
14154
14155         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14156         Add ev_document_get_page().
14157
14158         * shell/ev-window.c: Sensitize/desensitize navigation
14159         actions.
14160
14161 2004-12-21  Havoc Pennington  <hp@redhat.com>
14162
14163         * backend/ev-backend-marshal.c,
14164         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14165         marshaler-generator thingy. I'm sure there's a better way to do
14166         this in the modern world.
14167
14168         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14169         end_find methods and "found" signal.
14170
14171         * configure.ac: find glib-genmarshal
14172
14173 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14174
14175         * shell/ev-sidebar.c: Construct an actual sidebar.
14176         * shell/ev-sidebar-bookmarks.[ch]:
14177         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14178
14179 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14180
14181         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14182         Redo size handling.
14183         
14184         * shell/ev-view.c: Track the size from the document.
14185
14186 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14187
14188         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14189         constructor assumes ownership of the string passed in.
14190         
14191         * shell/ev-window.c (ev_window_open): Destroy the error
14192         dialog once we've displayed it.
14193
14194 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14195
14196         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14197         a bit, it works! (sort of)
14198
14199         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14200         Move to .cc since we need to use C++ in the implementation.
14201
14202         * shell/dummy.cc: Add a CC file to force evince
14203         to be linked as a C++ program.
14204
14205 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14206
14207         * shell/ev-view.[ch]: Start of content-area widget.
14208
14209         * shell/ev-window.c: Create a EvView, update it
14210         as we change documents.
14211
14212         * shell/Makefile.am shell/ev-marshal.list: Add
14213         generated marshalers.
14214
14215 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14216
14217         * Makefile.am (SUBDIRS): move shell.
14218
14219 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14220
14221         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14222         .a to libtool convenience libraries.
14223
14224         * shell/ev-window.c (ev_window_open): Hard code loading
14225         a PDF document.
14226         
14227         * backend/ev-document.h: Add a boolean return to load(),
14228         fix GError * to GError **.
14229
14230         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14231         object for a PDF backend EvDocument.
14232
14233 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14234
14235         * dvi/*: New directory with the beginning of a .dvi backend.
14236
14237 2004-12-21  Havoc Pennington  <hp@redhat.com>
14238
14239         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14240         previous/next instead of back/forward
14241
14242 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14243
14244         * backend/ev-document.[ch]: Fix a couple of problems so
14245         it compile.
14246
14247 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14248
14249         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14250         to backend/ directory, rename EvViewer to EvDocument.
14251
14252 2004-12-21  Havoc Pennington  <hp@redhat.com>
14253
14254         * shell/ev-window.c: hook up the find bar widget; now we just need
14255         a document to find things in
14256
14257         * shell/eggfindbar.c: a find bar widget
14258
14259 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14260
14261         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14262
14263 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14264
14265         * pdf/**: Import of xpdf code from gpdf. 
14266
14267         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14268
14269         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14270         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14271         Fix FreeType includes.
14272
14273         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14274         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14275         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14276         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14277         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14278         Include xpdfconfig.h
14279         
14280 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14281
14282         * shell/ev-window.c (ev_window_dispose): dispose can be called
14283         multiple times.
14284
14285 2004-12-21  Havoc Pennington  <hp@redhat.com>
14286
14287         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14288         rather than Evince
14289
14290         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14291         items; really they should be synced with the strings, etc. from
14292         current gpdf, but just getting the boring typing out of the way 
14293
14294 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14295
14296         * po/POTFILES.in:
14297         * shell/ev-application.c: (window_destroy_cb):
14298         * shell/ev-window.c:
14299         * shell/main.c: (main):
14300
14301         Actually show the window...
14302
14303 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14304
14305         * Makefile.am:
14306         * shell/Makefile.am:
14307         * shell/ev-application.c: (ev_application_class_init):
14308         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14309
14310         Make it build again
14311
14312 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14313
14314         Import to gnome cvs.
14315         
14316         * Remove copies of gpdf and ggv trees.
14317         * Rip out all the recursive configure code.
14318         * Remove bonobo machinery.
14319         * viewer/*: GInterfaces that backends should/can implement.
14320
14321 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14322
14323         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14324         typo
14325
14326 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14327
14328         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14329         (ev_application_finalize, ev_application_class_init)
14330         (ev_application_init): use GType instance private data for priv.
14331
14332         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14333         (ev_window_finalize, ev_window_class_init)
14334         (ev_window_init): ditto.
14335
14336 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14337
14338         * shell/ev-application.c (ev_application_new_window): make public
14339         (ev_application_show_initial_window): kill.
14340
14341         * shell/ev-application.h: update prototypes.
14342
14343         * shell/main.cc (main): inline ev_application_show_initial_window.
14344
14345 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14346
14347         * shell/ev-application.c (ev_application_new_window): impl.
14348         (ev_application_show_initial_window): use it.
14349         (is_window_empty, ev_application_get_empty_window): returns an
14350         existing empty window or a new one.
14351         (ev_application_open): from ev_window_cmd_file_open.
14352
14353         * shell/ev-application.h: update prototypes
14354
14355         * shell/ev-window.c (ev_window_is_empty): impl.
14356         (ev_window_open): make public.
14357         (ev_window_cmd_file_open): use ev_application_open
14358
14359         * shell/ev-window.h: update prototypes, remove unused.
14360
14361 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14362
14363         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14364         move destroy handler out of here...
14365
14366         * shell/ev-application.c, shell/ev-application.h: ...into this new
14367         class. Also handles initial window creation.
14368
14369         * shell/main.cc (main): use EvApplication to create initial
14370         window.
14371
14372 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14373
14374         * Makefile.am (SUBDIRS): add cut-n-paste
14375
14376         * cut-n-paste/Makefile.am: add
14377
14378         * configure.ac: generate Makefiles in cut-n-paste
14379
14380 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14381
14382         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14383         (ev_window_class_init): install ev_window_dispose.
14384
14385 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14386
14387         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14388         char (gchar looks stupid).
14389
14390 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14391
14392         * po/de.po: updated German translation.
14393
14394 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14395
14396         * configure.ac: add more pkg-config library checks for gnome-vfs,
14397         bonobo etc.
14398
14399         * gpdf/configure.in: temporarily disable libpaper
14400         checks. Otherwise I'd have to add the checks for the shell, too.
14401
14402 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14403
14404         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14405         and * file filters to the file choose.
14406
14407 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14408
14409         * po/de.po: Updated German translation.
14410
14411 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14412
14413         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14414
14415 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14416
14417         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14418
14419         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14420         (ev_window_init): implement those menuitems.
14421
14422 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14423
14424         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14425
14426         * shell/ev-window.c (ev_window_init): use the toolbar.
14427
14428 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14429
14430         * shell/ev-window.c (ev_window_init): use menu translations
14431
14432 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14433
14434         * configure.ac: add "de" to ALL_LINGUAS.
14435
14436         * po/de.po: add German translation.
14437
14438 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14439
14440         * Makefile.am (SUBDIRS): add po
14441
14442         * configure.ac: check intltool, glib-gettext etc, generate
14443         po/Makefile.in
14444
14445         * po, po/POTFILES.in, po/POTFILES.skip: new.
14446
14447 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14448
14449         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14450         already use (#ifdef ENABLE_NLS)
14451
14452         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14453         pointer indirection thinko.
14454
14455         * shell/main.c: include gi18n.h for bindtextdomain etc.
14456
14457 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14458
14459         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14460         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14461         tooltips for menu items in the statusbar.
14462
14463 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14464
14465         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14466         pkgdatadir drop UIDIR
14467
14468 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14469
14470         * data/evince-ui.xml: Add File->Open menu item
14471
14472         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14473         chooser), hook it up in the ui manager.
14474
14475 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14476
14477         * shell/ev-window.c: fix Help->About tooltip.
14478
14479 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14480
14481         * configure.ac: set CFLAGS for libevprivate.
14482
14483         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14484         definitions, factory etc.
14485
14486         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14487
14488         * shell/Makefile.am: link against libevprivate.a.
14489
14490         * shell/ev-window.c (entries): add stock icon to Help->About.
14491
14492         * shell/main.c (main): init stock icon code.
14493
14494 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14495
14496         * lib/recent-files: egg recent files code
14497
14498         * lib/Makefile.am: add.
14499
14500         * Makefile.am: add lib subdir.
14501
14502         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14503         set CFLAGS for recent-files.
14504
14505 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14506
14507         * configure.ac: disable -ansi and -pedantic gcc flags. They
14508         disable POSIX stuff in stdio.h, but egg-recent uses them.
14509
14510 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14511
14512         * configure.ac: add --disable-deprecated flag (defaults to on in
14513         "cvs" builds).
14514
14515         * shell/Makefile.am (INCLUDES): use it.
14516
14517 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14518
14519         * shell/main.c: add missing #include.
14520
14521         * shell/ev-window.c: fix for pedantic gcc.
14522         (ev_window_cmd_help_about): split license into paragraphs for
14523         translators and pedantic compilers.
14524
14525 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14526
14527         * configure.ac: add more warning flags if compiling with gcc from
14528         cvs (or explicitly requested with --enable-more-warnings).
14529
14530 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14531
14532         * data/evince-ui.xml: add File and File->Close menu.
14533
14534         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14535         (ev_window_destroy): quit after destroy.
14536         (ev_window_class_init): override GtkObject::destroy.
14537         (entries): install close_window callback.
14538
14539 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14540
14541         * Makefile.am (SUBDIRS): add data subdir.
14542
14543         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14544         gtk+ 2.5.0 for GtkAboutDialog.
14545
14546         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14547         main window.
14548
14549         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14550
14551         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14552         manager.
14553         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14554
14555 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14556
14557         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14558
14559 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14560
14561         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14562
14563 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14564
14565         * shell/*: Added shell directory boilerplate, build it.
14566
14567 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14568
14569         * configure.ac, Makefile.am: Added top-level configure.ac and
14570         Makefile.am