]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Use gtk_show_uri() when availale to display help contents.
[evince.git] / ChangeLog
1 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (ev_window_cmd_help_contents):
4
5         Use gtk_show_uri() when availale to display help contents.
6         
7 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * configure.ac:
10         * backend/pdf/ev-poppler.cc:
11         * properties/ev-properties-view.c:
12         * shell/Makefile.am:
13         * shell/ev-tooltip.[ch]: Removed
14         * shell/ev-view-private.h
15         * shell/eggfindbar.c:
16         * shell/ev-application.c:
17         * shell/ev-open-recent-action.c:
18         * shell/ev-sidebar-thumbnails.c:
19         * shell/ev-view.c:
20         * shell/ev-window.c:
21
22         Bump GTK+ requirement to 2.12.
23         
24 2008-10-27 Christian Persch <chpe@gnome.org>
25
26         * backend/djvu/djvu-document.c
27         * backend/dvi/cairo-device.c
28         * cut-n-paste/evmountoperation/ev-mount-operation.h
29         * cut-n-paste/gedit-message-area/gedit-message-area.h
30         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
31         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
32         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
33         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
34         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
35         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
36         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
37         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
38         * cut-n-paste/zoom-control/ephy-zoom-action.c
39         * cut-n-paste/zoom-control/ephy-zoom-action.h
40         * cut-n-paste/zoom-control/ephy-zoom-control.c
41         * cut-n-paste/zoom-control/ephy-zoom-control.h
42         * libdocument/ev-async-renderer.h
43         * libdocument/ev-document-factory.c
44         * libdocument/ev-document-misc.h
45         * libdocument/ev-image.h
46         * libdocument/ev-selection.h
47         * shell/ev-properties-fonts.h
48         * shell/ev-stock-icons.h
49         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
50         directly. Bug #558064.
51
52 2008-10-27 Christian Persch <chpe@gnome.org>
53
54         * cut-and-paste/smclient/*: Update from libegg.
55
56 2008-10-27 Christian Persch <chpe@gnome.org>
57
58         * backend/djvu/djvu-document.c
59         * backend/ps/ev-spectre.c
60         * shell/ev-jobs.c: Use printf safely. Bug #558066.
61
62 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
63
64         * shell/ev-view.c (ev_view_change_page),
65         (ev_view_transition_animation_finish),
66         (ev_view_transition_animation_cancel), (page_changed_cb),
67         (ev_view_set_presentation), (ev_view_next_page),
68         (ev_view_previous_page):
69         
70         Cancel the animation without scheduling transition start
71         and proceed to the next page to fix bug #516749.
72
73 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
74
75         * NEWS:
76         * configure.ac:
77
78         Update for release 2.24.1
79         
80 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
81
82         * shell/ev-window.c: (ev_window_cmd_view_presentation):
83
84         Disable toggle function of F5 when in presentation mode. Patch by
85         Dave Neary. Fixes bug #556162.
86         
87 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
90         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
91         (ev_sidebar_thumbnails_fill_model),
92         (ev_sidebar_thumbnails_refresh),
93         (ev_sidebar_thumbnails_set_document):
94
95         Instead of using only one loading icon for thumbnails based on the
96         size of the first page, create an icon for every different page
97         size. Fixes bug #556264.
98         
99 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
100
101         * shell/ev-page-cache.c: (ev_page_cache_finalize):
102
103         Fix memory leak.
104         
105 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
106
107         * shell/ev-window-title.c (ev_window_title_sanitize_title):
108
109         Removes bad prefixes from window title. Patch by 
110         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
111         
112 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
113
114         * shell/ev-window.c: (launch_external_uri):
115
116         Do not consider mailto links as http uris. Fixes bug #555801.
117         
118 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
119
120         * shell/ev-view.c: (merge_selection_region), (clear_selection):
121
122         Fix memory leak. Fixes bug #555134.
123         
124 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
125
126         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
127
128         Emit the job finished signal when the job is handled before the
129         page_ready callback.
130         
131 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * shell/ev-window.c: (launch_action):
134
135         Use GdkAppLaunchContext when available to launch external
136         applications.
137         
138 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
139
140         * shell/ev-window.c: (launch_action):
141
142         Fix launching external applications for launch actions which seems
143         to be broken since the gio port. Fixes bug #554500.
144         
145 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
146
147         * backend/dvi/Makefile.am:
148         * backend/dvi/cairo-device.c:
149         * backend/dvi/dvi-document.c:
150         * backend/dvi/mdvi-lib/Makefile.am:
151
152         Fix several compile warnings in the dvi backend.
153         
154 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
155
156         * backend/dvi/mdvi-lib/common.h:
157         * backend/dvi/mdvi-lib/dviread.c:
158         * backend/dvi/mdvi-lib/font.c:
159         * backend/dvi/mdvi-lib/fontmap.c:
160         * backend/dvi/mdvi-lib/fontsrch.c:
161         * backend/dvi/mdvi-lib/gf.c:
162         * backend/dvi/mdvi-lib/pagesel.c:
163         * backend/dvi/mdvi-lib/pk.c:
164         * backend/dvi/mdvi-lib/sp-epsf.c:
165         * backend/dvi/mdvi-lib/special.c:
166         * backend/dvi/mdvi-lib/tfm.c:
167         * backend/dvi/mdvi-lib/tfmfile.c:
168         * backend/dvi/mdvi-lib/util.c:
169         * backend/dvi/mdvi-lib/vf.c:
170
171         Rename error as mdvi_error to avoid symbol conflicts with the libc
172         error. Rename also message, crash, fatal and warning for
173         consistency. Fixes bug #553369.
174         
175 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
176
177         * backend/dvi/dvi-document.c: (dvi_document_load):
178
179         Fix memory leak.
180         
181 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
182
183         * backend/dvi/dvi-document.c:
184
185         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
186         G_IMPLEMENT_INTERFACE.
187         
188 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
189
190         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
191
192         Make sure copy_job_page_and_selection_to_job_info is always called
193         before copy_job_to_job_info. Fixes bug #552382.
194         
195 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
196
197         * NEWS:
198         * configure.ac:
199
200         Update for release 2.24.0
201         
202 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
203
204         * shell/ev-window.c: (launch_external_uri):
205
206         Use GdkAppLaunchContext when available to launch external uris.
207         
208 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
209
210         * shell/ev-window.c: (launch_external_uri):
211
212         Use the message area to show errors when lauching external uris
213         instead of a popup window.
214         
215 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
216
217         * shell/ev-window.c: (launch_external_uri):
218
219         Assume invalid uris are http uris. Fixes bug #552071.
220         
221 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
222
223         * NEWS:
224         * configure.ac:
225
226         Update for release 2.23.92.
227         
228 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
229
230         * shell/eggfindbar.c: (egg_find_bar_class_init):
231
232         Allow page scrolling with PageUp/PageDown keys when find bar is
233         active. Fixes bug #529833.
234         
235 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
236
237         * shell/ev-view-private.h:
238         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
239         (ev_view_scroll), (ev_view_class_init):
240         * shell/ev-view-accessible.c:
241         (ev_view_accessible_action_do_action):
242         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
243         (ev_window_cmd_scroll_backward):
244
245         Use GtkScrollType instead of EvScrollType.
246         
247 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
248
249         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
250         
251         Patch for case unsensitive page label match by Michael Lee.
252         See bug #550136.
253         
254         * shell/ev-page-action.c (create_tool_item):    
255         * test/Makefile.am:
256         * test/test1.py:
257         * test/test4.py:
258         * test/test5.py:
259         
260         Added test for the above and updated other tests.
261
262 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
263
264         * shell/ev-window.c: (image_save_dialog_response_cb):
265
266         Do not append the file extension twice when saving an image.
267         
268 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
269
270         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
271
272         Remove an invalid ifdef.
273         
274 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
275
276         * shell/ev-view.c: (ev_view_motion_notify_event):
277
278         Make sure the cursor is correctly restored after showing the right
279         click menu.
280         
281 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
282
283         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
284         (ev_attachment_open):
285         * shell/ev-sidebar-attachments.c:
286         (ev_sidebar_attachments_button_press):
287         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
288
289         Use GdkAppLaunchContext when available to open attachments.
290         
291 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
294
295         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
296         by Eric Piel.
297         
298 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * shell/ev-application.c: (ev_application_get_media_keys):
301         * shell/ev-media-player-keys.[ch]:
302         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
303         (ev_media_player_keys_grab_keys),
304         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
305         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
306         * shell/ev-window.[ch]: (ev_window_dispose),
307         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
308         (ev_window_init):
309
310         Clean up the media player keys stuff.
311         
312 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
313
314         * NEWS:
315         * configure.ac:
316
317         Update for release 2.23.91.
318         
319 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * cut-n-paste/smclient/eggsmclient-xsmp.c:
322         (sm_client_xsmp_set_initial_properties):
323
324         Fix memory leak.
325         
326 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * shell/ev-application.c: (ev_application_open_window),
329         (ev_application_open_uri_at_dest):
330
331         Make sure evince starts up in the right workspace when resuming a
332         previous session.
333         
334 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * shell/ev-application.[ch]: (ev_application_open_window),
337         (ev_application_add_icon_path_for_screen),
338         (ev_application_open_uri_at_dest):
339
340         Fix window manager warnings shown in ~/.xsession-errors
341         
342 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
343
344         * configure.ac:
345         * cut-n-paste/Makefile.am:
346         * cut-n-paste/smclient/Makefile.am:
347         * cut-n-paste/smclient/eggdesktopfile.[ch]:
348         * cut-n-paste/smclient/eggsmclient-private.h:
349         * cut-n-paste/smclient/eggsmclient-xsmp.c:
350         * cut-n-paste/smclient/eggsmclient.[ch]:
351
352         EggSMClient copied from libegg
353
354         * libdocument/ev-file-helpers.c: (ev_dot_dir):
355         * shell/Makefile.am:
356         * shell/ev-application.[ch]: (ev_application_load_session),
357         (smclient_save_state_cb), (smclient_quit_cb),
358         (ev_application_init_session), (ev_application_shutdown),
359         (ev_application_init):
360         * shell/main.c: (main):
361
362         Use EggSMClient instead of gnome-client and remove libgnome and
363         libgnomeui dependencies.
364         
365 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
366
367         * shell/main.c: (main):
368
369         Remove gnome_authentication_manager_init.
370         
371 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
372
373         * shell/ev-view.c: (ev_view_goto_window_create):
374
375         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
376         since it's now deprecated.
377         
378 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * backend/djvu/Makefile.am:
381         * backend/djvu/djvu-document-private.h:
382         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
383         (djvu_document_find_iface_init):
384         * backend/djvu/djvu-text-page.[ch]:
385         * backend/djvu/djvu-text.[ch]: Removed
386         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
387         (pdf_document_find_iface_init):
388         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
389         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
390         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
391         (ev_job_find_get_n_results), (ev_job_find_get_progress),
392         (ev_job_find_has_results), (ev_job_find_get_results):
393         * shell/ev-view-private.h:
394         * shell/ev-view.[ch]: (ev_view_expose_event),
395         (highlight_find_results), (ev_view_finalize),
396         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
397         (ev_view_set_document), (ev_view_find_get_n_results),
398         (ev_view_find_get_result), (jump_to_find_result),
399         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
400         (ev_view_find_previous), (ev_view_find_search_changed),
401         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
402         * shell/ev-window.c: (ev_window_update_actions),
403         (page_changed_cb), (ev_window_setup_document),
404         (ev_window_update_find_status_message),
405         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
406         (ev_window_clear_find_job), (find_bar_close_cb),
407         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
408         (ev_window_dispose), (ev_window_init):
409
410         Rework find interface. The find logic has been moved from backends
411         to the shell avoiding a lot of duplicated code in the backends and
412         making easier to implement the find interface in the backends.
413         
414 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * backend/pdf/ev-poppler.cc:
417         (pdf_document_thumbnails_get_dimensions):
418
419         Make sure thumbnail size returned by the PDF is actually
420         valid. Fixes bug #548462.
421         
422 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
423
424         * shell/ev-window.c: (ev_window_setup_document),
425         (ev_window_set_document), (ev_window_dispose):
426
427         Remove the idle function for setting the document up when the
428         window is destroyed. Fixes bug #549163.
429         
430 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
431
432         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
433         (ev_job_attachments_dispose), (ev_job_attachments_run),
434         (ev_job_attachments_class_init), (ev_job_attachments_new):
435         * shell/ev-sidebar-attachments.c:
436         (ev_sidebar_attachments_set_document):
437
438         Add a new job to get the attachments in a thread with the document
439         lock held. Fixes bug #548653.
440         
441 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
442
443         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
444         (tiff_document_document_iface_init):
445
446         Implement document_get_page_label in tiff backend.
447         
448 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * backend/tiff/tiff-document.c: (tiff_document_render):
451
452         Handle document orientation in tiff backend. Fixes bug #548444.
453         
454 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
457
458         Do not crash when adjustment page size is 0. Fixes bug #547440.
459         
460 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * cut-n-paste/evmountoperation/ev-mount-operation.c:
463
464         Sync with current GTK+.
465         
466 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
467
468         * configure.ac:
469         
470         Update for release 2.23.6.
471
472 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
473
474         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
475         (ev_job_load_set_password):
476         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
477         * shell/ev-window.c: (password_dialog_response),
478         (ev_window_load_job_cb):
479
480         Fix loading encrypted documents since I broke it with the jobs
481         rework.
482         
483 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
484
485         * NEWS:
486
487         Update NEWS for 2.23.6 release.
488         
489 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
490
491         * backend/impress/impress-document.c:
492         * backend/impress/render.h:
493         * libdocument/ev-document-factory.c:
494         * libdocument/ev-document-factory.h:
495         * libdocument/ev-document-links.h:
496         * libdocument/ev-document-misc.c:
497         * libdocument/ev-document-misc.h:
498         * properties/ev-properties-main.c:
499         * properties/ev-properties-view.c:
500         * properties/ev-properties-view.h:
501         * shell/eggfindbar.c:
502         * shell/eggfindbar.h:
503         * shell/ev-application.c:
504         * shell/ev-application.h:
505         * shell/ev-jobs.h:
506         * shell/ev-message-area.h:
507         * shell/ev-navigation-action.c:
508         * shell/ev-navigation-action.h:
509         * shell/ev-open-recent-action.c:
510         * shell/ev-open-recent-action.h:
511         * shell/ev-page-action-widget.c:
512         * shell/ev-page-action.c:
513         * shell/ev-page-action.h:
514         * shell/ev-page-cache.h:
515         * shell/ev-password-view.h:
516         * shell/ev-password.h:
517         * shell/ev-pixbuf-cache.h:
518         * shell/ev-properties-fonts.c:
519         * shell/ev-sidebar-attachments.c:
520         * shell/ev-sidebar-links.c:
521         * shell/ev-sidebar-links.h:
522         * shell/ev-sidebar-thumbnails.c:
523         * shell/ev-sidebar-thumbnails.h:
524         * shell/ev-sidebar.c:
525         * shell/ev-sidebar.h:
526         * shell/ev-stock-icons.c:
527         * shell/ev-tooltip.h:
528         * shell/ev-view.c:
529         * shell/ev-view.h:
530         * shell/ev-window.c:
531         * shell/ev-window.h:
532         * shell/main.c:
533
534         More #include cleanups. Again: reordering, single gtk.h
535         includes and other stuff.
536
537 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
538
539         * shell/eggfindbar.c:
540         * shell/ev-application.c:
541         * shell/ev-message-area.c:
542         * shell/ev-navigation-action.c:
543         * shell/ev-open-recent-action.c:
544         * shell/ev-page-action-widget.c:
545         * shell/ev-page-action.c:
546         * shell/ev-password-view.c:
547         * shell/ev-properties-dialog.c:
548         * shell/ev-properties-fonts.c:
549         * shell/ev-sidebar-attachments.c:
550         * shell/ev-sidebar-page.c:
551         * shell/ev-sidebar-thumbnails.c:
552         * shell/ev-stock-icons.c:
553         * shell/ev-tooltip.c:
554         * shell/ev-view.c:
555         * shell/ev-window.c:
556         * shell/main.c:
557
558         Cleanup many #include statements: reorder so that a
559         generic-to-specific order is used, use single gtk.h
560         includes, and some other cleanups.
561
562 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
563
564         * shell/ev-jobs.h:
565
566         Add gio header.
567         
568 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
569
570         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
571         (ev_document_fc_mutex_trylock):
572         * shell/Makefile.am:
573         * shell/ev-job-queue.[ch]:
574         * shell/ev-job-scheduler.[ch]:
575         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
576         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
577         (ev_job_run), (ev_job_cancel), (ev_job_failed),
578         (ev_job_failed_from_error), (ev_job_succeeded),
579         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
580         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
581         (ev_job_links_class_init), (ev_job_render_init),
582         (notify_page_ready), (ev_job_render_page_ready),
583         (ev_job_render_run), (ev_job_render_class_init),
584         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
585         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
586         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
587         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
588         (ev_job_save_dispose), (ev_job_save_run),
589         (ev_job_save_class_init), (ev_job_print_init),
590         (ev_job_print_dispose), (ev_job_print_run),
591         (ev_job_print_class_init):
592         * shell/ev-page-cache.c:
593         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
594         (check_job_size_and_unref), (move_one_job),
595         (copy_job_to_job_info), (add_job),
596         (ev_pixbuf_cache_add_jobs_if_needed):
597         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
598         (job_fonts_finished_cb), (job_fonts_updated_cb),
599         (ev_properties_fonts_set_document):
600         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
601         (ev_sidebar_links_set_document):
602         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
603         (ev_sidebar_thumbnails_set_document),
604         (ev_sidebar_thumbnails_clear_job):
605         * shell/ev-view-private.h:
606         * shell/ev-view.c:
607         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
608         (ev_window_refresh_window_thumbnail), (password_dialog_response),
609         (ev_window_clear_load_job), (ev_window_clear_reload_job),
610         (ev_window_load_job_cb), (ev_window_reload_job_cb),
611         (window_open_file_copy_ready_cb), (ev_window_open_uri),
612         (ev_window_reload_document), (ev_window_clear_save_job),
613         (ev_window_save_job_cb), (file_save_dialog_response_cb),
614         (ev_window_clear_print_job), (ev_window_print_job_cb),
615         (ev_window_print_dialog_response_cb):
616         * shell/main.c: (main):
617
618         Rework the jobs system in order to make it simpler and more
619         extensible. It allows to run jobs in the main loop instead of
620         using a thread when it's appropriate like the fonts job. Now it's
621         also possible to cancel jobs that are currently running. 
622         
623 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * libdocument/ev-debug.c: (profile_init):
626
627         Create the hash table also when profiling service is enabled for
628         all sections.
629         
630 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
631
632         * libdocument/ev-debug.[ch]: (ev_profiler_start),
633         (ev_profiler_stop):
634         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
635         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
636         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
637         (ev_job_print_run):
638         * shell/main.c: (main):
639
640         Add a profile mode available when debug is enabled. Add profilers
641         in ev-jobs.
642         
643 2008-07-23  Götz Waschk <waschk@mandriva.org>
644
645         * configure.ac: Correctly build desktop file. Fixes
646         bug #544237.
647
648 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
649
650         * configure.ac:
651         
652         Update for release 2.23.5.
653
654 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
655
656         * NEWS:
657
658         Update NEWS for 2.23.5 release.
659         
660 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
661
662         * shell/ev-window.c: (ev_window_state_event),
663         (ev_window_class_init):
664
665         Intercept window manager's fullscreen request in order to run/stop
666         fullscreen mode. Fixes bug #493541.
667         
668 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
669
670         * shell/ev-window.c: (find_bar_visibility_changed_cb):
671
672         Restart the job search when the find bar is opened for the second
673         time. Fixes bug #531956.
674         
675 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
676
677         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
678         (get_document_from_uri):
679
680         Make sure we always return a valid error struct when
681         get_document_from_uri fails. Fixes nautilus crash, see bug
682         #542548.
683         
684 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
685
686         * libdocument/ev-transition-effect.c
687         (ev_transition_effect_type_get_type),
688         (ev_transition_effect_alignment_get_type),
689         (ev_transition_effect_direction_get_type):
690         
691         Fixes bug #542924. Makes enums static to fix Solaris build.
692
693 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
694
695         * shell/ev-view.c: (ev_view_key_press_event):
696
697         Add '.' keybinding for blanking the screen in presentation
698         mode. Fixes bug #542001.
699         
700 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
701
702         * libdocument/ev-document-misc.c:
703         (ev_document_misc_pixbuf_from_surface):
704
705         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
706         #540950.
707         
708 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
709
710         * backend/comics/comics-document.c (comics_document_load):
711         * backend/comics/comicsdocument.evince-backend.in:
712         * configure.ac:
713         * thumbnailer/evince-thumbnailer-comics.schemas.in:
714         
715         Added support for 7-zip based cb7 comic book. Patch by
716         Kartik Rustagi. Fixes bug #532312.
717
718 2008-06-24  Bastien Nocera  <hadess@hadess.net>
719
720         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
721         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
722         Fixes bug #539972.
723
724 2008-06-24  Bastien Nocera  <hadess@hadess.net>
725
726         * shell/Makefile.am:
727         * shell/ev-application.c (ev_application_init),
728         (ev_application_get_media_keys):
729         * shell/ev-application.h:
730         * shell/ev-marshal.list:
731         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
732         (proxy_destroy), (on_media_player_key_pressed),
733         (ev_media_player_keys_init), (ev_media_player_keys_focused),
734         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
735         * shell/ev-media-player-keys.h:
736         * shell/ev-window.c (ev_window_go_previous_page),
737         (ev_window_go_next_page), (ev_window_go_first_page),
738         (ev_window_go_last_page), (ev_window_start_presentation),
739         (ev_window_dispose), (view_actions_focus_in_cb):
740         * shell/ev-window.h: When building with D-Bus support, listen
741         for multimedia key events from gnome-settings-daemon. This allows
742         to go to the next/previous/first/last pages using, respectively,
743         Next/Previous/Rewing/Fast Forward. The Play button is used to start
744         a presentation. Fixes bug #539971.
745
746 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
747
748         * configure.ac:
749         
750         Update for release 2.23.4.
751
752 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
753
754         * NEWS:
755
756         Update news for 2.23.4 release.
757         
758 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
761         * shell/ev-sidebar-thumbnails.c:
762         (ev_sidebar_thumbnails_set_loading_icon),
763         (ev_sidebar_thumbnails_refresh):
764         * shell/ev-window.c: (ev_window_error_message),
765         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
766         (ev_window_set_document):
767
768         Do not crash opening documents with no pages and show a warning
769         message in the message area. Fixes bugs #537574 and #171588.
770         
771 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
772
773         * shell/Makefile.am:
774         * shell/ev-file-monitor.[ch]:
775         * shell/ev-window.c: (ev_window_document_changed),
776         (ev_window_clear_reload_job), (ev_window_load_job_cb),
777         (ev_window_reload_job_cb), (ev_window_open_uri),
778         (ev_window_reload_document), (ev_window_cmd_view_reload),
779         (ev_window_dispose):
780
781         Automaticly reload the document when the file has changed on
782         disk. Bug #304249.
783         
784 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
785
786         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
787         * libdocument/ev-image.c: (ev_image_save_tmp):
788         * libdocument/ev-module.c: (ev_module_load):
789         * shell/ev-application.c: (ev_application_shutdown),
790         (ev_application_get_print_settings):
791         * shell/ev-sidebar-attachments.c:
792         (ev_sidebar_attachments_button_press),
793         (ev_sidebar_attachments_drag_data_get):
794         * shell/ev-window.c: (window_save_file_copy_ready_cb),
795         (ev_window_print_finished), (ev_window_print_send),
796         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
797         (ev_window_preview_print_finished), (ev_window_do_preview_print),
798         (ev_window_cmd_preview_print):
799         * shell/main.c: (load_files_remote):
800         Fix some build warnings under GCC 4.3.0. (#537535).
801
802 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * shell/ev-jobs.c: (ev_job_render_dispose):
805
806         Fix a crash in debug mode. Patch by Daniel M German.
807         
808 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * shell/ev-window.c:
811
812         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
813         
814 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
815
816         * shell/ev-window.c: (ev_window_print_send),
817         (ev_window_do_preview_print):
818
819         Use the window title as print job name instead of just
820         "evince-print". Fixes bug #534493.
821         
822 2008-05-19  Frederic Peters  <fpeters@0d.be>
823
824         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
825         Bug #533897.
826
827 2008-05-19  Frederic Peters  <fpeters@0d.be>
828
829         * help/reference/Makefile.am: added missing libevmountoperation to
830         gtkdoc-scanobj libraries.  Bug #533896.
831
832 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
833
834         * properties/ev-properties-view.c (get_default_user_units):
835         Fixes check for default units string translation. Bug #533323.
836
837 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
838
839         * backend/impress/iksemel.c (sax_core): Fix a free() that should
840         be an iks_free(). Fix an array overflow in the XML parser that
841         would occur whenever the number of attributes in a tag was greater
842         than 0 and divisible by 6. Fixes GNOME bug #530852.
843
844 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * backend/djvu/djvu-document-private.h:
847         * backend/djvu/djvu-links.c:
848         * backend/djvu/djvu-text.c:
849         * backend/djvu/djvu-document.c: (djvu_handle_events),
850         (djvu_wait_for_message), (djvu_document_load),
851         (document_get_page_size), (djvu_document_render),
852         (djvu_document_thumbnails_get_thumbnail),
853         (djvu_document_file_exporter_end):
854
855         Make sure load job doesn't finish successfully when the document
856         is not successfully decoded by libdjvu. Fixes bug #530202.
857         
858 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
859
860         * configure.ac:
861         * libdocument/Makefile.am:
862         * libdocument/ev-debug.[ch]:
863         * libdocument/ev-document.c:
864         * shell/ev-jobs.c: (ev_job_links_dispose),
865         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
866         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
867         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
868         (ev_job_render_page_ready), (ev_job_render_run),
869         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
870         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
871         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
872         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
873         (ev_job_print_new), (ev_job_print_run):
874         * shell/main.c: (main):
875
876         Add debug mode based on gedit code. Add debug messages in
877         ev-jobs.
878         
879 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
880
881         * libdocument/ev-document-factory.c: (get_document_from_uri):
882
883         Fix memory leak.
884         
885 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
886
887         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
888         (get_mime_type_from_data), (get_document_from_uri),
889         (ev_document_factory_get_document):
890         
891         Improved error message about file opening failture.
892         Bug #529129.
893
894 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
895
896         * data/evince-toolbar.xml:
897         
898         Allow to add SaveAs to toolbar.
899
900 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
901
902         * shell/ev-view-private.h:
903         * shell/ev-view.[ch]: (ev_view_button_release_event),
904         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
905         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
906         (ev_view_update_primary_selection), (clear_link_selected),
907         (ev_view_copy_link_address):
908         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
909
910         Update also the primary selection when copying a link
911         address. Fixes bug #520855.
912         
913 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
914
915         * libdocument/ev-document-factory.c: (get_document_from_uri):
916
917         Use the pixbuf backend only when the mime type is not supported by
918         any of the other backend so that tiff documents, for instance, are
919         handled by the tiff backend instead of the pixbuf backend. fixes
920         bug #520290.
921         
922 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
923
924         * cut-n-paste/Makefile.am:
925
926         Add evmountoperation to subdirs list.
927         
928 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * configure.ac:
931
932         Fix libspectre check in configure script. Fixes bug #528549.
933         
934 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
935
936         * configure.ac:
937         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
938         * shell/Makefile.am:
939         * shell/ev-window.c: (ev_window_load_remote_failed),
940         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
941
942         Add GtkMountOperation (renamed to avoid conflicts) to be able to
943         open documents in remote locations that are not mounted.
944         
945 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
946
947         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
948         (bitmap_convert_msb8):
949         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
950         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
951
952         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
953         
954 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
955
956         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
957         (ev_job_render_new), (ev_job_render_set_selection_info),
958         (ev_job_render_run):
959         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
960         (check_job_size_and_unref),
961         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
962         (add_job), (ev_pixbuf_cache_get_selection_surface):
963
964         Create the render context needed for rendering a page in the render
965         thread so that we don't block the main thread. Simplify
966         EvJobRender API.
967         
968 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
969
970         * libdocument/Makefile.am:
971         * libdocument/ev-page.[ch]:
972         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
973         (ev_render_context_new), (ev_render_context_set_page):
974         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
975         (ev_form_field_finalize), (ev_form_field_class_init):
976         * libdocument/ev-document-forms.[ch]:
977         (ev_document_forms_get_form_fields):
978         * libdocument/ev-document.[ch]: (ev_document_get_page),
979         (ev_document_get_page_size), (ev_document_get_page_label):
980         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
981         (ev_job_render_run), (ev_job_thumbnail_new),
982         (ev_job_thumbnail_run), (ev_job_print_run):
983         * shell/ev-page-cache.c: (ev_page_cache_new):
984         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
985         (check_job_size_and_unref), (add_job):
986         * shell/ev-sidebar-thumbnails.c: (add_range):
987         * shell/ev-view.c: (ev_view_form_field_get_region),
988         (ev_view_form_field_button_create_widget),
989         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
990         (ev_view_handle_form_field), (ev_view_size_allocate),
991         (get_selected_text):
992         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
993         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
994         (pdf_document_get_page), (pdf_document_get_page_label),
995         (pdf_document_render), (pdf_document_get_info),
996         (pdf_document_document_iface_init),
997         (pdf_document_thumbnails_get_thumbnail),
998         (pdf_document_thumbnails_get_dimensions),
999         (pdf_document_file_exporter_do_page),
1000         (pdf_selection_render_selection),
1001         (pdf_selection_get_selected_text),
1002         (pdf_selection_get_selection_region),
1003         (pdf_selection_get_selection_map),
1004         (pdf_document_forms_get_form_fields),
1005         (pdf_document_forms_form_field_text_get_text),
1006         (pdf_document_forms_form_field_text_set_text),
1007         (pdf_document_forms_form_field_button_set_state),
1008         (pdf_document_forms_form_field_button_get_state),
1009         (pdf_document_forms_form_field_choice_get_item),
1010         (pdf_document_forms_form_field_choice_get_n_items),
1011         (pdf_document_forms_form_field_choice_is_item_selected),
1012         (pdf_document_forms_form_field_choice_select_item),
1013         (pdf_document_forms_form_field_choice_toggle_item),
1014         (pdf_document_forms_form_field_choice_unselect_all),
1015         (pdf_document_forms_form_field_choice_set_text),
1016         (pdf_document_forms_form_field_choice_get_text):
1017         * backend/ps/ev-spectre.c: (ps_document_get_page),
1018         (ps_document_get_page_size), (ps_document_get_page_label),
1019         (ps_document_render), (ps_document_document_iface_init),
1020         (ps_document_file_exporter_do_page):
1021         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1022         (tiff_document_render), (tiff_document_render_pixbuf),
1023         (tiff_document_file_exporter_do_page):
1024         * backend/pixbuf/pixbuf-document.c:
1025         (pixbuf_document_get_page_size):
1026         * backend/comics/comics-document.c:
1027         (comics_document_get_page_size), (comics_document_render_pixbuf):
1028         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1029         (djvu_document_render), (djvu_selection_get_selected_text),
1030         (djvu_document_thumbnails_get_thumbnail),
1031         (djvu_document_file_exporter_do_page),
1032         (djvu_document_find_get_result):
1033         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1034         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1035         (dvi_document_thumbnails_get_thumbnail),
1036         (dvi_document_file_exporter_do_page):
1037         * backend/impress/impress-document.c:
1038         (impress_document_get_page_size),
1039         (impress_document_render_pixbuf):
1040         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1041
1042         Add EvPage so that we can hold a reference to the backend
1043         page. Form fields keep now a reference to the poppler page
1044         improving performance since we don't have to create/destroy the
1045         poppler field for every form operation. This will be needed for
1046         annotations too.
1047         
1048 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1049
1050         * data/evince-ui.xml:
1051         * shell/ev-window.c:
1052
1053         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1054         
1055 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1056
1057         * configure.ac:
1058         * backend/ps/Makefile.am:
1059
1060         Remove gs stuff from ps backend.
1061         
1062 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * configure.ac:
1065         * backend/pdf/ev-poppler.cc:
1066
1067         Bump poppler requirement to 0.8.0.
1068         
1069 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1070
1071         * NEWS:
1072         * configure.ac:
1073
1074         Update for release 2.22.1.1
1075
1076 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1077
1078         * configure.ac:
1079
1080         Fix build (again) when poppler version is 0.6
1081         
1082 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1083
1084         * backend/djvu/djvu-links.c: (build_tree):
1085
1086         Make sure link title is a valid utf8 string. Fixes bug #526517.
1087         
1088 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1089
1090         * configure.ac:
1091
1092         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1093         #526799.
1094         
1095 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1096
1097         * configure.ac:
1098         
1099         Update for release 2.22.1.
1100
1101 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1102
1103         * NEWS:
1104
1105         Update for upcoming release.
1106
1107 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * configure.ac:
1110         * backend/dvi/dvidocument.evince-backend.in:
1111
1112         Add compressed dvi to the list of supported mime types. Patch by
1113         Ed Catmur. Fixes bug #307087.
1114
1115 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1116
1117         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1118
1119         Fix a crash when printing a range that doesn't specify the start or
1120         end page. Fixes bug #524288.
1121
1122 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1123
1124         * shell/ev-window.c: (ev_window_cmd_continuous),
1125         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1126         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1127         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1128         (ev_window_run_presentation), (ev_window_stop_presentation),
1129         (ev_window_cmd_view_presentation),
1130         (ev_window_cmd_leave_fullscreen),
1131         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1132
1133         Do not unfullscreen and fullscreen again the window when changing
1134         from fullscreen to presentation mode and vice versa. Fixes bug
1135         #524112.
1136         
1137 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1138
1139         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1140
1141         Do not crash when thumbnail failed to render in PS backend. Fixes
1142         bug #525015.
1143         
1144 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1145
1146         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1147         (ev_window_load_file_remote), (ev_window_open_uri):
1148
1149         Handle errors when opening remote files.
1150         
1151 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1152
1153         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1154
1155         Only grab the focus for the current visible proxy widget. Fixes
1156         bug #521224.
1157         
1158 2008-03-30  Emil Soleyman  <emil@nishra.com>
1159
1160         * shell/ev-window.c: (launch_external_uri):
1161         
1162         Reuse g_app_info_launch_default_for_uri to
1163         save some code and fix bug #525009.
1164
1165 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1166
1167         * shell/ev-window.c (image_save_dialog_response_cb):
1168
1169         Use g_str_has_suffix. See bug #523069.
1170
1171 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1172
1173         * configure.ac:
1174
1175         Add a configure option to enable/diable DBus. Patch by Rémi
1176         Cardona. Fixes bug 521797.
1177
1178 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1179
1180         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1181
1182         Fix printing in documents with rotated pages. Patch by Eugen
1183         Dedu. Fixes bug #512648.
1184         
1185 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1186
1187         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1188         (ev_link_from_action):
1189
1190         Fix warning messages.
1191         
1192 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1193
1194         * shell/ev-window.c: (image_save_dialog_response_cb):
1195
1196         Do not append the extension to filename when saving an image
1197         if the filename alredy contains the extension. Fixes bug #523069.
1198         
1199 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1200
1201         * shell/ev-view.[ch]: (ev_view_find_cancel):
1202         * shell/ev-window.c: (find_bar_close_cb):
1203
1204         Cancel the find operation when the find bar is closed. Fixes bug
1205         #508845.
1206         
1207 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1208
1209         * backend/ps/psdocument.evince-backend.in:
1210
1211         Make ps backend module resident. Fixes bug #520607.
1212         
1213 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * shell/ev-jobs.c: (ev_job_print_run):
1216
1217         Invert collate action in order to work as expected, fix reverse
1218         printing so that it doesn't start with a blank page and fix number
1219         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1220         
1221 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1224
1225         Fix build with poppler <= 0.7.2
1226         
1227 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1228
1229         * libdocument/ev-document-misc.c:
1230         (ev_document_misc_surface_from_pixbuf):
1231
1232         Fix selections with poppler-splash.
1233         
1234 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * configure.ac:
1237         * backend/pdf/ev-poppler.cc:
1238
1239         Fix build with poppler >= 0.7.2
1240         
1241 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1242
1243         * configure.ac:
1244         
1245         Update for release 2.22.0
1246
1247 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1248
1249         * NEWS:
1250
1251         Update for upcoming release.
1252
1253 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1254
1255         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1256
1257         Bug 495107 – Handle print dialog responses correctly
1258
1259         Correctly handle print dialog response. Properly fixes
1260         the above mentioned bug.
1261
1262 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1263
1264         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1265
1266         Make sure print job is only run when the print button is
1267         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1268         
1269 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * backend/pdf/pdfdocument.evince-backend.in:
1272         * libdocument/ev-backends-manager.c:
1273         (ev_backends_manager_load_backend),
1274         (ev_backends_manager_get_document):
1275         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1276
1277         Allow making backend modules resident. This is needed only for
1278         some backends like pdf to avoid registering glib types more than
1279         once.
1280         
1281 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * backend/comics/comics-document.c:
1284         * backend/djvu/djvu-document.c:
1285         * backend/impress/impress-document.c:
1286         * backend/pdf/ev-poppler.cc:
1287         * backend/pixbuf/pixbuf-document.c:
1288         * backend/ps/ev-spectre.c:
1289         * backend/ps/ps-document.c:
1290         * backend/tiff/tiff-document.c:
1291         * libdocument/ev-document.h:
1292         * properties/ev-properties-main.c:
1293
1294         Use g_type_module_add_interface instead of
1295         g_type_add_interface_static. Fixes bug #519679.
1296         
1297 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1298
1299         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1300         Added. Returns whether the animation has everything necessary to run.
1301         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1302         is ready just because it's been created. Fixes #519106.
1303         (draw_one_page): Do not show the "Loading..." text in presentation
1304         mode, there was a slim probability that this could happen.
1305
1306 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1307
1308         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1309
1310         Duplicate mime_type string before freeing it so that it doesn't
1311         always fail when getting mime type from uri. Fixes bug #518874.
1312         
1313 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1314
1315         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1316
1317         Fix a crash when a choice form field doesn't have any item
1318         selected. Fixes bug #518831
1319         
1320 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1321
1322         * shell/ev-window.c (ev_window_clear_temp_file):
1323         Use g_file_has_prefix instead of renamed
1324         g_file_contains_file.
1325
1326         * configure.ac:
1327         Require new glib for above change.
1328         
1329 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1330
1331         * libdocument/ev-image.c: (ev_image_finalize),
1332         (ev_image_save_tmp):
1333
1334         Return a real uri instead of a filename when saving an
1335         image. Fixes images drag an drop from evince to nautilus. 
1336         
1337 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * backend/pdf/ev-poppler.cc:
1340         (pdf_document_images_get_image_mapping):
1341
1342         Return the image list in the right order. Fixes bug #516237.
1343         
1344 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1345
1346         * backend/impress/impress-document.c:
1347         (impress_document_thumbnails_get_thumbnail):
1348
1349         Remove unused variable to avoid a compiler warning.
1350
1351 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1352
1353         * configure.ac:
1354         
1355         Update for release 2.21.91.
1356
1357 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * configure.ac:
1360         * shell/Makefile.am:
1361         * shell/ev-application.[ch]:
1362         * shell/ev-sidebar-links.c:
1363         * shell/ev-utils.[ch]:
1364         * shell/ev-window.[ch]:
1365
1366         Remove libgnomeprint support. Fixes bug #512370.
1367         
1368 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1369
1370         * thumbnailer/evince-thumbnailer.c: (main):
1371
1372         Initialize glib type system before using it. Fixes bug #513934.
1373         
1374 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1375
1376         * properties/ev-properties-main.c:
1377
1378         Add missing #include.
1379         
1380 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * configure.ac:
1383         * backend/djvu/djvu-document.c: (djvu_document_render):
1384         * backend/tiff/tiff-document.c: (tiff_document_render):
1385
1386         Use the new cairo function cairo_format_stride_for_width when
1387         available. Fixes bug #482720.
1388
1389 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1390
1391         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1392         (get_mime_type_from_data), (get_document_from_uri):
1393
1394         Use g_content_type_guess() only when slow is true in
1395         get_document_from_uri(). Fix several memory leaks.
1396         
1397 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1398
1399         * libdocument/ev-document-factory.c:
1400         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1401         (get_document_from_uri):
1402
1403         Use g_content_type_guess () to get mimetype for files.
1404         Bug #510401.
1405
1406 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1407
1408         * thumbnailer/Makefile.am:
1409
1410         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1411         
1412 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1413
1414         * configure.ac:
1415
1416         Fix build with --without-libgnome. Fixes bug #512771.
1417         
1418 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1419
1420         * backend/dvi/Makefile.am: Install only dvi
1421         module. Fixes bug #512718.
1422
1423 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1424
1425         * properties/ev-properties-main.c: (nautilus_module_initialize):
1426         
1427         Initialize backends in properties tab. Fixes bug
1428         #512720.
1429
1430 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1431
1432         * properties/Makefile.am: No need to link with 
1433         libraries. Fixes bug #512719.
1434
1435 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1436
1437         * NEWS:
1438         * configure.ac:
1439         
1440         Update for release 2.21.90.
1441
1442 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1443
1444         * shell/ev-window.c: (ev_window_cmd_escape):
1445
1446         Fix compile warning.
1447         
1448 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1451
1452         Fix printing in dvi backend when filename contains white
1453         espaces. Fixes bug #502839.
1454         
1455 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1456
1457         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1458         (screensaver_disable_x11):
1459         * shell/Makefile.am:
1460         * shell/xdg-user-dir-lookup.c: Removed
1461         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1462         * shell/ev-view.c: (ev_view_presentation_transition_start):
1463         * shell/ev-window.c: (ev_window_cmd_file_open),
1464         (ev_window_cmd_save_as), (presentation_set_timeout):
1465
1466         Remove #ifdefs that are no longer needed.
1467         
1468 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * shell/ev-view.[ch]: (ev_view_button_release_event),
1471         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1472         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1473         (ev_window_cmd_escape):
1474
1475         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1476         
1477 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1478
1479         * configure.ac:
1480         * backend/comics/comics-document.c: (comics_document_load):
1481         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1482         (ev_attachment_set_property), (ev_attachment_init),
1483         (ev_attachment_save), (ev_attachment_launch_app),
1484         (ev_attachment_open):
1485         * libdocument/ev-document-factory.c: (get_document_from_uri):
1486         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1487         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1488         * shell/ev-jobs.c:
1489         * shell/ev-password.c: (ev_password_dialog_set_property),
1490         (ev_password_dialog_save_password):
1491         * shell/ev-sidebar-attachments.c:
1492         (ev_sidebar_attachments_drag_data_get):
1493         * shell/ev-window-title.c: (get_filename_from_uri):
1494         * shell/ev-window.c: (ev_window_clear_temp_file),
1495         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1496         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1497         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1498         (launch_external_uri), (image_save_dialog_response_cb),
1499         (attachment_save_dialog_response_cb):
1500         * shell/main.c: (load_files), (load_files_remote), (main):
1501         * thumbnailer/evince-thumbnailer.c: (main):
1502
1503         Port to gio and drop gnome-vfs dependency. Fixes bug
1504         #510401. Based on patch by Cosimo Cecchi.
1505         
1506 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1507
1508         * NEWS:
1509
1510         Fixed formatting inconsistencies (spaces vs. tabs)
1511
1512 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1513
1514         * shell/ev-window.c:
1515
1516         Use top/up/bottom/down arrows instead of
1517         first/left/last/right in the toolbar and menu actions.
1518         This fixes issues with RTL languages and is visually
1519         consistent with the page view. Fixes bug #170081.
1520
1521 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1522
1523         * NEWS:
1524
1525         Fixed some inaccuracies pointed out by Carlos Garcia
1526         Campos.
1527
1528 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1529
1530         * NEWS:
1531         * data/evince.schemas.in:
1532         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1533
1534         Override PDF restrictions by default. Fixes bug #382700.
1535
1536 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1537
1538         * NEWS: Updated for upcoming release
1539
1540 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1541
1542         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1543
1544         Fix memory leak.
1545         
1546 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1547
1548         * shell/ev-window.c: (register_custom_actions):
1549         
1550         Added comment for translators
1551
1552 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1553
1554         * shell/ev-view.c: (ev_view_button_release_event):
1555
1556         Do not create the idle function for kinetic scrolling if we are
1557         not in a drag operation.
1558
1559 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1562         (ev_view_button_press_event), (ev_view_motion_notify_event),
1563         (ev_view_button_release_event):
1564
1565         Restore cursor after autoscrolling. Fixes bug #509958.
1566
1567 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1568
1569         * configure.ac:
1570         * backend/pdf/ev-poppler.cc:
1571         (pdf_document_images_get_image_mapping),
1572         (pdf_document_images_get_image),
1573         (pdf_document_document_images_iface_init):
1574         * libdocument/ev-document-images.[ch]:
1575         (ev_document_images_get_image_mapping),
1576         (ev_document_images_get_image):
1577         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1578         (ev_image_get_id), (ev_image_save_tmp):
1579         * shell/ev-jobs.c: (ev_job_render_run):
1580         * shell/ev-view.c: (ev_view_drag_data_get):
1581         * shell/ev-window.c: (image_save_dialog_response_cb),
1582         (ev_view_popup_cmd_copy_image):
1583
1584         Do not render images when rendering the page but on demand. It
1585         reduces the memory comsumption.
1586         
1587 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1588
1589         * configure.a:
1590         * shell/ev-password.c:
1591
1592         Make gnome-keyring optional. Fixes bug #509676.
1593         
1594 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1595
1596         * shell/ev-pixbuf-cache.c: (add_job):
1597
1598         Initialize include_images variable as FALSE instead of TRUE.
1599         
1600 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1601
1602         * configure.ac:
1603         * cut-n-paste/Makefile.am:
1604         * cut-n-paste/fileformatchooser/Makefile.am:
1605         * cut-n-paste/fileformatchooser/egg-macros.h:
1606         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1607         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1608         * shell/Makefile.am:
1609         * shell/ev-utils.c:
1610         (file_chooser_dialog_add_writable_pixbuf_formats),
1611         (get_gdk_pixbuf_format_by_extension):
1612         * shell/ev-utils.h:
1613         * shell/ev-window.c: (ev_window_error_message),
1614         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1615         
1616         Simplify image format selection on save.
1617
1618 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1619
1620         * shell/ev-view.c: (ev_view_scroll_event):
1621         
1622         Repair gorizontal scrolling with shift. Fixes
1623         bug #483412.
1624
1625 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1626         
1627         * MAINTAINERS:
1628
1629         Fix formatting issues.
1630         
1631 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1632
1633         * backend/comics/comics-document.c: (comics_regex_quote):
1634         
1635         Don't overquote special chars except of '. See bug 
1636         502500. Thanks to Tom Parker.
1637
1638 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1639
1640         * MAINTAINERS:
1641         
1642         Added Nickolay and Carlos, since they're doing most of
1643         the releases nowadays.
1644
1645 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1646
1647         * properties/Makefile.am:
1648
1649         Get the nautilus extension dir properly instead of using
1650         a hack. Fixes bug #505359.
1651
1652 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1653
1654         * properties/Makefile.am:
1655         
1656         Install nautilus extension into new place. See bug
1657         #505359. Thanks to Matthias Clasen, Brian Pepple and
1658         Damien Carbery.
1659
1660 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1661
1662         * shell/ev-window.c: (ev_window_get_recent_file_label):
1663         
1664         RTL marker in recent file list. See bug #509076.
1665
1666 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1667
1668         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1669         * shell/ev-window.c: (image_save_dialog_response_cb):
1670
1671         Fix compile warnings due to unused variables.
1672         
1673 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1674
1675         * configure.ac:
1676         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1677         * backend/ps/ev-spectre.c: (ps_document_render):
1678
1679         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1680
1681 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1682
1683         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1684         (ev_transition_animation_paint): Implement "fade" effect.
1685
1686 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1687
1688         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1689         (ev_transition_animation_paint): Implement "uncover" effect.
1690
1691 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1692
1693         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1694         (ev_transition_animation_paint): Implement "cover" effect.
1695
1696 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1697
1698         * shell/ev-transition-animation.c (ev_transition_animation_push)
1699         (ev_transition_animation_paint): Implement "push" effect.
1700
1701 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1702
1703         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1704         (ev_transition_animation_paint): Implement "dissolve" effect.
1705
1706 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1707
1708         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1709         (ev_transition_animation_paint): Implement "wipe" effect.
1710
1711 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1712
1713         * shell/ev-transition-animation.c (ev_transition_animation_box)
1714         (ev_transition_animation_paint): Implement "box" effect.
1715
1716 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1717
1718         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1719         (ev_transition_animation_paint): Implement "blinds" effect.
1720
1721 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1722
1723         * shell/ev-transition-animation.c (ev_transition_animation_split)
1724         (ev_transition_animation_paint): Implement "split" effect.
1725
1726 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1727
1728         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1729         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1730         (ev_view_transition_animation_start) 
1731         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1732         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1733         (ev_view_next_page) (ev_view_previous_page):
1734         
1735         Use EvTransitionAnimation to drive page changes in the presentation
1736         mode, the animation will wait to start until both the origin and 
1737         destination page surfaces are available. Fixes #458460.
1738
1739         (draw_loading_text):
1740
1741         Remove workaround for bug #320352, it's now fixed properly.
1742
1743
1744 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1745
1746         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1747         will contain the implementations for page transition animations, at
1748         the moment it just has the "replace" effect.
1749         * shell/Makefile.am: Added these files to build.
1750
1751 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1752
1753         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1754         animations.
1755         * shell/Makefile.am: Added these files to build.
1756
1757 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1758
1759         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1760         implementation to get_effect() in EvDocumentTransitionIface.
1761
1762 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1763
1764         * libdocument/ev-transition-effect.[ch]: New files, define a page
1765         transition effect, at the moment it maps PopplerPageTransition to a
1766         GObject.
1767         * libdocument/Makefile.am: Added these files to build.
1768         * libdocument/ev-document-transition.[ch]
1769         (ev_document_transition_get_effect): New method, gets the
1770         EvTransitionEffect returned by the interface implementation, with
1771         fallback to the "replace" effect.
1772
1773 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1774
1775         * configure.ac:
1776         * cut-n-paste/Makefile.am:
1777         * cut-n-paste/fileformatchooser/Makefile.am:
1778         * cut-n-paste/fileformatchooser/egg-macros.h:
1779         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1780         * shell/Makefile.am:
1781         * shell/ev-window.c: (image_save_dialog_response_cb),
1782         (ev_view_popup_cmd_save_image_as):
1783
1784         Allow exporting images in any format supported by
1785         GdkPixbuf. Fixes bug #500209.
1786         
1787 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1788
1789         * backend/pixbuf/pixbuf-document.c:
1790
1791         More warnings fixed.
1792         
1793 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1796         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1797         * backend/djvu/djvu-text.h:
1798         * backend/tiff/tiff-document.c: (tiff_document_render):
1799
1800         Fix compile warnings.
1801         
1802 2007-12-28  Christian Persch  <chpe@gnome.org>
1803
1804         * **/*.c: Include config.h. Bug #504721.
1805
1806 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1807
1808         * configure.ac:
1809         * Makefile.am:
1810         * po/POTFILES.in:
1811         * backend/comics/Makefile.am:
1812         * backend/comics/comics-document.[ch]:
1813         * backend/comics/comicsdocument.evince-backend.in:
1814         * backend/djvu/Makefile.am:
1815         * backend/djvu/djvu-document.[ch]:
1816         * backend/djvu/djvudocument.evince-backend.in:
1817         * backend/dvi/Makefile.am:
1818         * backend/dvi/dvi-document.[c]:
1819         * backend/dvi/dvidocument.evince-backend.in:
1820         * backend/impress/Makefile.am:
1821         * backend/impress/impress-document.[ch]:
1822         * backend/impress/impressdocument.evince-backend.in:
1823         * backend/pdf/Makefile.am:
1824         * backend/pdf/ev-poppler.cc:
1825         * backend/pdf/ev-poppler.h:
1826         * backend/pdf/pdfdocument.evince-backend.in:
1827         * backend/pixbuf/Makefile.am:
1828         * backend/pixbuf/pixbuf-document.[ch]:
1829         * backend/pixbuf/pixbufdocument.evince-backend.in:
1830         * backend/ps/Makefile.am:
1831         * backend/ps/ev-spectre.[ch]:
1832         * backend/ps/ps-document.[ch]:
1833         * backend/ps/psdocument.evince-backend.in:
1834         * backend/tiff/Makefile.am:
1835         * backend/tiff/tiff-document.[ch]:
1836         * backend/tiff/tiffdocument.evince-backend.in:
1837         * libdocument/Makefile.am:
1838         * libdocument/ev-backends-manager.[ch]:
1839         * libdocument/ev-module.[ch]:
1840         * libdocument/ev-document.h:
1841         * libdocument/ev-document-factory.[ch]:
1842         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1843         (get_compression_from_mime_type), (get_document_from_uri),
1844         (ev_document_factory_get_document), (file_filter_add_mime_types),
1845         (ev_document_factory_add_filters):
1846         * shell/Makefile.am:
1847         * shell/ev-window-title.c: (get_filename_from_uri):
1848         * shell/main.c: (main):
1849         * thumbnailer/Makefile.am:
1850         * thumbnailer/evince-thumbnailer.c: (main):
1851
1852         Plugin system for backends. Fixes bug #351348.
1853         
1854 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1855
1856         * shell/ev-view-private.h:
1857         * shell/ev-view.c: (ev_view_drag_update_momentum),
1858         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1859         (ev_view_button_release_event), (ev_view_destroy):
1860         
1861         Kinetic scrolling implemented as requested in
1862         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1863
1864 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1865
1866         * data/evince-toolbar.xml:
1867         * data/evince-ui.xml:
1868         * shell/ev-view-private.h:
1869         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1870         (ev_view_button_press_event), (ev_view_motion_notify_event),
1871         (ev_view_button_release_event), (ev_view_init),
1872         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1873         (ev_view_set_cursor):
1874         * shell/ev-view.h:
1875         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1876         (ev_window_cmd_view_autoscroll):
1877         
1878         Autoscroll feature with the context menu. Fixes bug 
1879         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1880
1881 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1882
1883         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1884
1885         Disconnect also page-ready signal when removing a job because the
1886         page size has changed. Thanks to kripken
1887         <kripkensteiner@gmail.com>.
1888
1889 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1890
1891         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1892         
1893         Scroll pages in page entry with mouse wheel. Fixes bug
1894         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1895
1896 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1897
1898         * backend/dvi/Makefile.am:
1899         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1900         (mdvi_cairo_device_init):
1901         * backend/dvi/mdvi-lib/common.h:
1902         * backend/dvi/mdvi-lib/mdvi.h:
1903         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1904         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1905         (mdvi_build_path_from_cwd):
1906
1907         Add ps specials support in dvi backend when libspectre is
1908         present. Fixes bug #386005.
1909         
1910 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1911
1912         * configure.ac:
1913         * backend/ps/Makefile.am:
1914         * backend/ps/ev-spectre.[ch]:
1915         
1916         Use libspectre, if available, for the ps backend. Fixes bugs
1917         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1918
1919 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1920         
1921         * backend/comics/comics-document.c: (comics_document_load):
1922         
1923         Cygwin build issue fix.
1924
1925 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * shell/ev-view.c: (ev_view_set_zoom):
1928
1929         Do not limit the minimum zoom factor when sizing mode is best bit
1930         or fit width. Fixes bug #503805.
1931         
1932 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1933
1934         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1935         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1936         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1937         (ev_link_dest_get_property), (ev_link_dest_set_property),
1938         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1939         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1940         (ev_link_dest_new_fitr):
1941         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1942         (goto_fith_dest), (goto_xyz_dest):
1943
1944         Do not change left, top and zoom values when they are null in PDF
1945         destinations. Fixes bug #460658.
1946         
1947 2007-12-10  Christian Persch  <chpe@gnome.org>
1948
1949         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1950         (ev_view_accessible_class_init),
1951         (ev_view_accessible_idle_do_action),
1952         (ev_view_accessible_action_do_action),
1953         (ev_view_accessible_action_get_description),
1954         (ev_view_accessible_action_set_description),
1955         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1956         (ev_view_accessible_factory_init),
1957         (ev_view_accessible_factory_get_accessible_type):
1958         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1959         private data, and G_DEFINE_TYPE. Bug #502843.
1960
1961 2007-12-08  Christian Persch  <chpe@gnome.org>
1962
1963         * shell/ev-metadata-manager.c: (item_free),
1964         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1965         (value_free), (parse_value), (parseItem),
1966         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1967         (save_values): Use GSlice to allocate small amounts of memory. Bug
1968         #475972.
1969
1970 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1973
1974         Restore cursor to normal after a drag operation. Fixes bug
1975         #501603.
1976         
1977 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1978
1979         * NEWS:
1980         * configure.ac:
1981         
1982         Update for release 2.21.1
1983
1984 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * configure.ac:
1987         * cut-n-paste/gedit-message-area/Makefile.am:
1988         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1989         * shell/Makefile.am:
1990         * shell/ev-message-area.[ch]:
1991         * shell/ev-window.c: (ev_window_set_message_area),
1992         (ev_window_error_message_response_cb), (ev_window_error_message),
1993         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1994         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1995         (ev_attachment_popup_cmd_open_attachment),
1996         (attachment_save_dialog_response_cb), (ev_window_set_document),
1997         (ev_window_init):
1998
1999         Use a message area instead of a popup dialog for error
2000         notifications. Fixes bug #337495.
2001         
2002 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2005         (ev_window_run_fullscreen):
2006
2007         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2008         
2009 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2010
2011         * ev-sidebar-thumbnails.c: (update_visible_range),
2012         (ev_sidebar_thumbnails_refresh),
2013         (ev_sidebar_thumbnails_set_document),
2014         (ev_sidebar_thumbnails_support_document):
2015
2016         Show thumbnails for documents with one page. Fixes bug #358751.
2017         
2018 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2019
2020         * shell/ev-window.c:
2021         (ev_window_load_print_settings_from_metadata),
2022         (ev_window_save_print_settings), (ev_window_print_finished),
2023         (ev_window_print_range):
2024
2025         Print settings that are specific to the document are now saved per
2026         document in the metadata file. Fixes bug #488806.
2027         
2028 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2029
2030         * backend/tiff/tiff-document.c: (tiff_document_render):
2031
2032         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2033         
2034 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2035
2036         * shell/ev-application.[ch]: (get_find_string_from_args),
2037         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2038         (ev_application_open_uri_list):
2039         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2040         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2041         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2042         (ev_window_cmd_recent_file_activate),
2043         (ev_window_open_recent_action_item_activated),
2044         (ev_window_print_send), (open_remote_link):
2045         * shell/main.c: (arguments_parse):
2046
2047         Add a command line option for search. Fixes bug #497710.
2048         
2049 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2050
2051         * shell/ev-jobs.c: (ev_job_print_new):
2052
2053         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2054         
2055 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2056
2057         * data/evince-toolbar.xml:
2058         * shell/Makefile.am:
2059         * shell/ev-application.c: (ev_application_init):
2060         * shell/ev-open-recent-action.[ch]:
2061         * shell/ev-window.c:
2062         (ev_window_open_recent_action_item_activated),
2063         (register_custom_actions):
2064
2065         Add an expander to the open toolbar item which pops up a dropdown
2066         menu with the recently used documents. Fixes bug #487215.
2067         
2068 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2069
2070         * shell/ev-window.c: (ev_window_open_uri),
2071         (ev_window_cmd_view_reload):
2072
2073         Do not jump to the first page when reloading by running evince
2074         from the command line. Fixes bug #490847.
2075         
2076 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2077
2078         * shell/ev-window.c: (ev_window_cmd_help_contents):
2079
2080         Plugged memory leak when help file is not found. Fixes bug
2081         #490762.
2082         
2083 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2084
2085         * configure.ac:
2086
2087         Enable djvu, dvi and comics backends by default. Fixes bug
2088         #437121.
2089         
2090 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2091
2092         * configure.ac:
2093         * cut-n-paste/Makefile.am:
2094         * cut-n-paste/recent-files/*: Removed
2095         * help/reference/Makefile.am:
2096         * shell/Makefile.am:
2097         * shell/ev-application.[ch]: (ev_application_shutdown),
2098         (ev_application_init):
2099         * shell/ev-window.c: (ev_window_add_recent),
2100         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2101
2102         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2103         
2104 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2105
2106         * shell/ev-window.c: (launch_external_uri):
2107
2108         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2109         and report error if the URL is not supported (#489910).
2110
2111 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2112
2113         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2114         (pdf_document_file_exporter_begin_page),
2115         (pdf_document_file_exporter_end_page):
2116
2117         Fix printing with poppler splash backend. Fixes bug #489774.
2118         
2119 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2120
2121         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2122         * shell/ev-print-job.c: (ev_print_job_class_init):
2123
2124         Fix a crash when printing with the gnome-print dialog. Fixes bug
2125         #488939.
2126         
2127 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2128
2129         * backend/pixbuf/pixbuf-document.c:
2130
2131         Fix an implicit function definition warning (#487655)
2132
2133 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2134
2135         * shell/ev-window.c:
2136
2137         Fix conflicting shortcut for view sade pane and presentation.
2138         
2139 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2140
2141         * backend/pdf/ev-poppler.cc:
2142         (pdf_document_file_exporter_begin_page),
2143         (pdf_document_file_exporter_do_page),
2144         (pdf_document_file_exporter_end_page),
2145         (pdf_document_file_exporter_iface_init):
2146         * libdocument/ev-file-exporter.[ch]:
2147         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2148         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2149         (ev_job_print_run):
2150
2151         When printing multiple pages per sheet in reverse option, do not
2152         invert the order of the pages in every sheet, but the order of the
2153         sheets. Do not print blank pages when page range is invalid. Fixes
2154         bugs #484857 and #485521.
2155         
2156 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2157
2158         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2159         (ev_job_print_run):
2160         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2161
2162         Respect ranges order when printing more than one range in random
2163         order.
2164         
2165 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2166
2167         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2168         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2169
2170         Rotate also the window icon when document is rotated. Fixes bug
2171         #474681.
2172         
2173 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2174
2175         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2176         (pdf_document_forms_get_form_fields):
2177
2178         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2179         Matthias Drochner.
2180         
2181 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * configure.ac:
2184         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2185
2186         Use poppler_page_render_for_printing() instead of
2187         poppler_page_render() if available when exporting to a ps or pdf
2188         file. Fixes bug #476627.
2189         
2190 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * shell/ev-window.c: (ev_window_run_fullscreen):
2193
2194         Do not show the toolbar in fullscreen mode if the main toolbar is
2195         not visible. Fixes bug #483048.
2196         
2197 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2198
2199         * shell/ev-view.c: (ev_view_button_press_event):
2200
2201         Give priority to form fields over images when deciding whether a
2202         button press event is over an image or form field. It allows edit
2203         form fields when they are over a background image. Fixes bug
2204         #477841.
2205         
2206 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2207
2208         * NEWS:
2209         * configure.ac:
2210         
2211         Update for release 2.20.0
2212
2213 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2214
2215         * backend/pdf/ev-poppler.cc:
2216
2217         Remove #ifdef HAVE_FORMS, so that forms support works again.
2218
2219 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2220
2221         * configure.ac:
2222         * data/evince.desktop.in.in:
2223         
2224         Fixes desktop file issues. See bug #473471.
2225
2226 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2227
2228         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2229         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2230         (ev_job_queue_remove_job):
2231         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2232         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2233         * shell/ev-window.c: (ev_window_clear_save_job),
2234         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2235         (ev_window_dispose):
2236
2237         Move save a copy task to its own job so that it's carried out in a
2238         thread avoiding another lock in the main thread. Use
2239         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2240         can be saved to a pathin another file system. Fixes bug #456891.
2241         
2242 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2243
2244         * NEWS:
2245         * configure.ac:
2246         
2247         Update for release 2.19.92
2248
2249 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2250
2251         * configure.ac:
2252         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2253         (pdf_selection_get_selection_region),
2254         (pdf_selection_get_selection_map),
2255         (ev_form_field_from_poppler_field):
2256
2257         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2258         and triple click selections are enabled again now.
2259
2260 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2261
2262         * shell/ev-window.c: (ev_window_add_history):
2263
2264         Make sure not to use the history with documents not supporting
2265         links. Fixes bug #468954.
2266
2267 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * shell/ev-window.c: (ev_window_load_job_cb):
2270
2271         Restart the search when reloading a document with the find bar
2272         visible. Fixes bug #461962.
2273
2274 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * shell/ev-window.c: (setup_document_from_metadata),
2277         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2278
2279         Do not jump to the first page when reloading a document from the
2280         last page.
2281
2282 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2283
2284         * shell/ev-window.c: (update_chrome_flag),
2285         (setup_sidebar_from_metadata),
2286         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2287         (ev_window_cmd_edit_find_next),
2288         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2289         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2290         (find_bar_close_cb), (view_actions_focus_in_cb):
2291
2292         Do not update visibility when changing a chrome flag so that it's
2293         possible to update several flags and update visibility only once
2294         for all of them.
2295
2296 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2297
2298         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2299
2300         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2301         supported by gtk+. Fixes bug #460907.
2302
2303 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2304
2305         * shell/ev-view.c: (view_update_range_and_current_page):
2306
2307         Make sure current-page <= end-page in continuous mode. Fixes bug
2308         #454950.
2309
2310 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2311
2312         * backend/pdf/ev-poppler.cc: (build_tree):
2313
2314         Ignore outline items without a title. Fixes bug #453913.
2315
2316 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2317
2318         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2319         (ev_view_button_release_event), (ev_view_leave_notify_event):
2320
2321         Use always drag mouse cursor during a drag operation. Fixes bug
2322         #470564.
2323
2324 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2325
2326         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2327         (pdf_selection_get_selection_region),
2328         (pdf_selection_get_selection_map):
2329
2330         Temporarily disable double and triple selections since it depends on
2331         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2332         released and the update of the external dependency minimal version
2333         approved.
2334
2335 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2336
2337         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2338         (pdf_document_file_exporter_do_page):
2339         * libdocument/ev-file-exporter.h:
2340         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2341         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2342
2343         Actually fix printing regressions. Remove orientation from
2344         EvPrintContext since it's redundant.
2345
2346 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2347
2348         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2349         * backend/impress/impress-document.c:
2350         (impress_document_document_iface_init):
2351         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2352         * backend/djvu/djvu-document.c:
2353         (djvu_document_document_iface_init),
2354         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2355         * backend/tiff/tiff-document.c:
2356         (tiff_document_document_iface_init):
2357         * backend/pixbuf/pixbuf-document.c:
2358         (pixbuf_document_document_iface_init):
2359         * backend/comics/comics-document.c:
2360         (comics_document_document_iface_init):
2361         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2362         (pdf_selection_render_selection),
2363         (pdf_selection_get_selected_text),
2364         (pdf_selection_get_selection_region),
2365         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2366         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2367         (ev_selection_get_selection_region),
2368         (ev_selection_get_selection_map):
2369         * libdocument/ev-document.[ch]:
2370         * shell/ev-pixbuf-cache.[ch]: (add_job),
2371         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2372         * shell/ev-view-private.h:
2373         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2374         (ev_job_render_run):
2375         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2376         * shell/ev-view.c: (start_selection_for_event),
2377         (ev_view_button_press_event), (ev_view_drag_data_get),
2378         (ev_view_drag_data_received), (ev_view_button_release_event),
2379         (compute_new_selection_text), (compute_selections),
2380         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2381         (ev_view_primary_get_cb):
2382
2383         Add support for double and triple click selections.
2384
2385 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2386
2387         * NEWS:
2388         * configure.ac:
2389
2390         Update for release 2.19.4
2391
2392 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2393
2394         * shell/ev-view-private.h:
2395         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2396         (ev_view_set_highlight_search):
2397         * shell/ev-view.h:
2398         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2399         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2400         (find_bar_visibility_changed_cb):
2401         
2402         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2403
2404 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2405
2406         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2407         (pdf_document_file_exporter_begin),
2408         (pdf_document_file_exporter_do_page):
2409         * shell/ev-jobs.c: (ev_job_print_run):
2410         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2411
2412         Create always a portrait cairo surface and rotate when needed for
2413         landscape. It fixes printing problems in real printers.
2414
2415 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2416
2417         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2418         * libdocument/ev-file-exporter.[ch]:
2419         (ev_file_exporter_get_capabilities):
2420         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2421         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2422
2423         Adjust number of pages per row according to page orientation when
2424         printing 2 or 6 pages per sheet.
2425
2426 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2427
2428         * shell/ev-window.c: (ev_window_print_send):
2429
2430         Reset also cups setting to 1 when printing multiple pages per
2431         sheet. Fixes bug #468853.
2432
2433 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2434
2435         * libdocument/ev-document-misc.c:
2436         (ev_document_misc_surface_rotate_and_scale):
2437
2438         Use directly cairo_surface_get_content() when creating a similar
2439         surface as suggested by Jeff Muizelaar. Thanks again.
2440
2441 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2442
2443         * backend/djvu/djvu-document.c: (djvu_document_render):
2444         * backend/tiff/tiff-document.c: (tiff_document_render):
2445         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2446         * libdocument/ev-document-misc.c:
2447         (ev_document_misc_surface_from_pixbuf),
2448         (ev_document_misc_surface_rotate_and_scale):
2449
2450         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2451         creating page surfaces. Fixes bug #453123. Thank you very much to
2452         Jeff Muizelaar <jeff@infidigm.net>.
2453
2454 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2455
2456         * shell/ev-page-cache.c: (ev_page_cache_new),
2457         (ev_page_cache_get_thumbnail_size):
2458         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2459         (ev_sidebar_thumbnails_set_loading_icon):
2460
2461         Also store in page-cache the dimensions of the thumbnails so that
2462         they can be used to create the correct loading icon in the side
2463         pane. Fixes bug #466857.
2464
2465 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2466
2467         * backend/pdf/ev-poppler.cc:
2468         (pdf_document_thumbnails_get_thumbnail):
2469
2470         Fix thumbnails rotation in pdf documents that include embedded 
2471         thumbnails.
2472
2473 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2474
2475         * backend/pdf/ev-poppler.cc:
2476
2477         Don't use #ifdef in macro expansion. Some compilers don't
2478         like that. Closes bug #467042.
2479
2480 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2481
2482         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2483         
2484         Fixes memory leak in djvu backend.
2485
2486 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2487
2488         * data/icons/32x32/Makefile.am:
2489         * data/icons/32x32/actions/Makefile.am:
2490         * data/icons/32x32/actions/view-page-cont.svg:
2491         * data/icons/32x32/actions/view-page-facing.svg:
2492         * data/icons/48x48/Makefile.am:
2493         * data/icons/48x48/actions/Makefile.am:
2494         * data/icons/48x48/actions/view-page-cont.svg:
2495         * data/icons/48x48/actions/view-page-facing.svg:
2496         
2497         Icons for a new sizes.
2498
2499 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2500
2501         * shell/ev-page-cache.c: (build_height_to_page),
2502         (ev_page_cache_get_height_to_page):
2503         
2504         Fixes invalid read, see bug #466401.
2505
2506 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2507
2508         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2509         (set_drag_cursor):
2510         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2511         (configure_item_cursor), (new_pixbuf_from_widget):
2512
2513         Fix multihead problems in toolbar editor. Fixes bug #382055.
2514
2515 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2516
2517         * shell/ev-window.c: (ev_window_cmd_file_open),
2518         (ev_window_cmd_save_as):
2519
2520         Use g_get_user_special_dir when available instead of
2521         xdg_user_dir_lookup.
2522
2523 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2524
2525         * MAINTAINERS:
2526         
2527         Updated according to request on desktop-devel.
2528
2529 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2530
2531         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2532
2533         Do not use cairo_rectangle and cairo_clip since we are
2534         not using cairo_fill but cairo_paint. Use the same cairo context
2535         for every page in the same expose event.
2536
2537 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2538
2539         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2540         leak.
2541
2542 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2543
2544         * configure.ac:
2545         * NEWS:
2546
2547         Release 0.9.3
2548
2549 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * libdocument/ev-document-info.h:
2552         * libdocument/ev-document.h:
2553         * shell/ev-page-action.h:
2554         * shell/ev-sidebar-links.h:
2555
2556         Fix a headers problem with ev-link
2557         
2558         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2559         * shell/ev-view-private.h:
2560         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2561         (get_link_area), (ev_view_query_tooltip),
2562         (ev_view_leave_notify_event), (ev_view_destroy),
2563         (ev_view_class_init):
2564
2565         Use new gtk tooltips when available instead of ev-tooltip.
2566         
2567 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2568
2569         * shell/ev-window.c: (update_chrome_visibility),
2570         (ev_window_sidebar_visibility_changed_cb):
2571
2572         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2573         
2574 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * shell/ev-navigation-action.c:
2577         (ev_navigation_action_history_changed),
2578         (ev_navigation_action_set_history):
2579         * shell/ev-navigation-action-widget.c:
2580         (ev_navigation_action_widget_init):
2581         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2582
2583         Fix compile warnings.
2584         
2585 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2586
2587         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2588         (egg_editable_toolbar_dispose):
2589
2590         Fix memory leak.
2591         
2592 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2593
2594         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2595         (screensaver_disable_x11):
2596         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2597         * shell/ev-window.c: (presentation_set_timeout):
2598         * shell/ev-view.c: (ev_view_presentation_transition_start):
2599
2600         Use g_timeout_add_seconds instead of g_timeout_add when
2601         available.
2602         
2603 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2604
2605         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2606
2607         Set horizontal scrollbar policy to AUTOMATIC instead of
2608         NEVER. Workaround for bug #449462.
2609         
2610 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2611
2612         * shell/ev-jobs.c: (ev_job_render_page_ready):
2613
2614         Add page_ready callback to main loop with high priority and hold
2615         a reference to job during idle.
2616         
2617 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2618
2619         * configure.ac:
2620         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2621         (pdf_document_file_exporter_begin),
2622         (pdf_document_file_exporter_do_page),
2623         (pdf_document_file_exporter_get_capabilities):
2624         * libdocument/ev-file-exporter.h:
2625         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2626         * shell/ev-window.c: (ev_window_print_send),
2627         (ev_window_print_dialog_response_cb):
2628
2629         Allow printing multiple pages per sheet. Fixes bug #395573.
2630         
2631 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2632
2633         * shell/ev-view.c: (tip_from_link):
2634         
2635         Check for NULL, fixes bug #460862.
2636
2637 2007-07-29  Christian Persch  <chpe@gnome.org>
2638
2639         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2640         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2641         (ev_window_cmd_preview_print):
2642         
2643         Fixes bug #437681 - blocks while enumerating printers.
2644
2645 2007-07-29  Christian Persch  <chpe@gnome.org>
2646
2647         * shell/ev-window.c: (ev_window_screen_changed):
2648         
2649         Don't use deprecated gtk+ function. See bug #460909.
2650
2651 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2652
2653         * shell/ev-utils.c: (get_num_monitors):
2654         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2655
2656         Do not use display before initializing it. Remove compile
2657         warnings.
2658
2659 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2660
2661         * shell/ev-view.c: (ev_view_class_init):
2662         
2663         Unix-like hjkl bindings added. See bug #458111.
2664
2665 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2666
2667         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2668         * shell/ev-utils.h:
2669         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2670         (ev_view_update_view_size):
2671         * shell/ev-view.h:
2672         * shell/ev-window.c: (ev_window_update_actions),
2673         (setup_view_from_metadata), (ev_window_screen_changed),
2674         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2675         (zoom_control_changed_cb):
2676         * shell/ev-window.h:
2677         
2678         Reorganizes utility functions.
2679
2680 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2681
2682         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2683         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2684         (add_job), (ev_pixbuf_cache_get_surface),
2685         (ev_pixbuf_cache_get_link_mapping),
2686         (ev_pixbuf_cache_get_image_mapping),
2687         (ev_pixbuf_cache_get_form_field_mapping),
2688         (ev_pixbuf_cache_get_text_mapping):
2689         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2690         (notify_page_ready), (ev_job_render_page_ready),
2691         (ev_job_render_run):
2692
2693         Add page_ready signal to notify that page is ready as soon as
2694         possible even if other page elements like links, forms, images or
2695         text mapping are not ready yet.
2696
2697 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2698
2699         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2700         (dvi_document_file_exporter_do_page),
2701         (dvi_document_file_exporter_get_capabilities),
2702         (dvi_document_file_exporter_iface_init):
2703         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2704         (ps_document_file_exporter_do_page),
2705         (ps_document_file_exporter_get_capabilities),
2706         (ps_document_file_exporter_iface_init):
2707         * backend/djvu/djvu-document.c:
2708         (djvu_document_file_exporter_begin),
2709         (djvu_document_file_exporter_end),
2710         (djvu_document_file_exporter_get_capabilities),
2711         (djvu_document_file_exporter_iface_init):
2712         * backend/tiff/tiff-document.c:
2713         (tiff_document_file_exporter_begin),
2714         (tiff_document_file_exporter_get_capabilities),
2715         (tiff_document_document_file_exporter_iface_init):
2716         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2717         (pdf_document_file_exporter_do_page),
2718         (pdf_document_file_exporter_get_capabilities),
2719         (pdf_document_file_exporter_iface_init):
2720         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2721         (ev_file_exporter_get_capabilities):
2722         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2723         (idle_print_handler), (ev_print_job_print):
2724         * shell/ev-jobs.c: (ev_job_print_run):
2725         * shell/ev-window.c: (ev_window_print_send),
2726         (ev_window_print_range):
2727
2728         Use capabilities to know which options should be offered by the
2729         print dialog depending on the document backend.
2730
2731 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2732
2733         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2734
2735         Give priority to forms over text to set the cursor.
2736
2737 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2738
2739         * shell/ev-view-private.h:
2740         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2741         (ev_view_leave_notify_event), (ev_view_finalize),
2742         (ev_view_get_property), (ev_view_class_init):
2743
2744         Use IBEAM cursor for text form fields and NORMAL cursor for read
2745         only fields. Remove unused status attribute.
2746
2747 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2750
2751         Update region for current selected items also for checkbox
2752         buttons, since they can behave as radio buttons when they are in a
2753         set.
2754
2755 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2756
2757         * configure.ac:
2758         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2759
2760         Get max length of text form fields.
2761
2762 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2763
2764         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2765         * libdocument/ev-form-field.h:
2766         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2767
2768         Fix build with current poppler cvs head.
2769
2770 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2771
2772         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2773         * shell/eggfindbar.c: (egg_find_bar_init):
2774
2775         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2776         deprecation. Fixes bug #455667
2777
2778 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2779
2780         * NEWS:
2781         * configure.ac:
2782         
2783         Update for release 0.9.2
2784
2785 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2786
2787         * shell/ev-view.c: (ev_view_form_field_text_save),
2788         (ev_view_form_field_choice_save):
2789
2790         Fix a crash when closing whith a form widget visible.
2791
2792 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2793
2794         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2795
2796         Update also the region of the current selected button when
2797         clicking on another button if they are radio buttons.
2798
2799 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2800
2801         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2802         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2803         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2804         (ev_pixbuf_cache_get_link_mapping),
2805         (ev_pixbuf_cache_get_image_mapping),
2806         (ev_pixbuf_cache_get_form_field_mapping),
2807         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2808         * shell/ev-view.c: (ev_view_form_field_get_region),
2809         (ev_view_form_field_button_create_widget),
2810         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2811         (job_finished_cb):
2812
2813         Redraw only form field region instead of the whole page when
2814         reloading a page to show changes on the form field.
2815
2816 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2817
2818         * shell/ev-view.c: (ev_view_form_field_choice_save):
2819
2820         Fix selection of first item in list form fields.
2821
2822 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2823
2824         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2825         (ev_pixbuf_cache_reload_page),
2826         (ev_pixbuf_cache_get_form_field_mapping):
2827
2828         Some refactoring to avoid duplicated code.
2829
2830 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2831
2832         * configure.ac:
2833         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2834         (ev_form_field_from_poppler_field),
2835         (pdf_document_forms_get_form_fields),
2836         (pdf_document_forms_form_field_text_get_text),
2837         (pdf_document_forms_form_field_text_set_text),
2838         (pdf_document_forms_form_field_button_set_state),
2839         (pdf_document_forms_form_field_button_get_state),
2840         (pdf_document_forms_form_field_choice_get_item),
2841         (pdf_document_forms_form_field_choice_get_n_items),
2842         (pdf_document_forms_form_field_choice_is_item_selected),
2843         (pdf_document_forms_form_field_choice_select_item),
2844         (pdf_document_forms_form_field_choice_toggle_item),
2845         (pdf_document_forms_form_field_choice_unselect_all),
2846         (pdf_document_forms_form_field_choice_set_text),
2847         (pdf_document_forms_form_field_choice_get_text),
2848         (pdf_document_document_forms_iface_init):
2849         * libdocument/Makefile.am:
2850         * libdocument/ev-form-field.[ch]:
2851         * libdocument/ev-document-forms.[ch]:
2852         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2853         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2854         (add_job), (ev_pixbuf_cache_reload_page),
2855         (ev_pixbuf_cache_get_form_field_mapping):
2856         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2857         * shell/ev-view-private.h:
2858         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2859         (ev_view_handle_cursor_over_xy),
2860         (ev_view_get_form_field_at_location),
2861         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2862         (ev_view_form_field_button_create_widget),
2863         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2864         (ev_view_form_field_text_create_widget),
2865         (ev_view_form_field_choice_save),
2866         (ev_view_form_field_choice_changed),
2867         (ev_view_form_field_choice_create_widget),
2868         (ev_view_handle_form_field), (ev_view_size_allocate),
2869         (ev_view_realize), (draw_end_presentation_page),
2870         (ev_view_button_press_event), (ev_view_remove_all),
2871         (ev_view_motion_notify_event), (ev_view_key_press_event),
2872         (ev_view_enter_notify_event), (highlight_find_results),
2873         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2874         (ev_view_class_init), (page_changed_cb),
2875         (on_adjustment_value_changed), (ev_view_set_presentation),
2876         (merge_selection_region), (ev_view_set_cursor),
2877         (ev_view_reset_presentation_state):
2878         
2879         Merge evince-forms branch.
2880
2881 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2882
2883         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2884
2885         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2886         This script also updates itself from libegg
2887
2888         * cut-n-paste/toolbar-editor/egg*:
2889         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2890         libegg
2891
2892 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2893
2894         * shell/ev-window.c:
2895         
2896         Adds a nice icon to page action during toolbar editing.
2897         See bug #452872.
2898
2899 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2900
2901         * data/evince-toolbar.xml:
2902         * shell/ev-window.c:
2903         
2904         Let user add a presentation and fullscreen icons on toolbar.
2905         See bug #449734.
2906
2907 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2908
2909         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2910
2911         new script to keep in sync with toolbareditor in libegg
2912
2913         * cut-n-paste/toolbar-editor/*: 
2914
2915         Run update-toolbareditor-from-libegg so we are in sync again. 
2916         Fixes bug #452850.
2917         
2918
2919 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2920
2921         * shell/ev-sidebar-links.c: (job_finished_callback):
2922
2923         Do not connect selection changed signal more than once. Fixes bug
2924         #349433.
2925
2926 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2927
2928         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2929
2930         Do not change sidebar chrome flag when pressing F9 key in
2931         presentation mode.
2932
2933 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2934
2935         * backend/pdf/ev-poppler.cc:
2936         (pdf_document_thumbnails_get_dimensions):
2937
2938         Make sure thumbnails width and height is not <= 0. Fixes a crash
2939         with some pdf documents which have really small pages.
2940
2941 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2942
2943         * shell/main.c: (main):
2944
2945         Fixes program description translation issue.
2946         Bug #450148.
2947
2948 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2949
2950         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2951
2952         Do not change current page when returning from black/white mode
2953         in presentation. Fixes bug #415032.
2954
2955 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2956
2957         * NEWS:
2958         * configure.ac:
2959         
2960         Update for release 0.9.1
2961
2962 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2963
2964         * backend/dvi/dvi-document.c:
2965         (dvi_document_finalize),
2966         (dvi_document_file_exporter_format_supported),
2967         (dvi_document_file_exporter_begin),
2968         (dvi_document_file_exporter_do_page),
2969         (dvi_document_file_exporter_end),
2970         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2971         
2972         PDF exporter for dvi documents. Fixes bug #441319.
2973
2974 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2975
2976         * shell/ev-window.c: (ev_window_clear_print_job):
2977
2978         Clear gtk print job when job has finished. Fixes bug #447612.
2979
2980 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2981
2982         * shell/ev-window.c: (ev_window_print_send),
2983         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2984
2985         Add preview button to print dialog. Fixes bug #445419.
2986
2987 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2988
2989         * backend/dvi/Makefile.am:
2990         * backend/dvi/pixbuf-device.[ch]: Removed
2991         * backend/dvi/cairo-device.[ch]: Added
2992         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2993         * backend/dvi/dvi-document.c: (dvi_document_load),
2994         (dvi_document_render), (dvi_document_finalize),
2995         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2996         (dvi_document_do_color_special):
2997         * libdocument/ev-document-misc.[ch]:
2998         (ev_document_misc_pixbuf_from_surface):
2999
3000         Port dvi backend to cairo and fix a problem with colors. 
3001
3002 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3003
3004         * shell/ev-view.c: (draw_one_page):
3005
3006         Draw only visible region.
3007
3008 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3009
3010         * backend/djvu/djvu-document.c: (djvu_document_render):
3011
3012         Fix rotation in djvu backend.
3013
3014 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3015
3016         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3017         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3018         (ev_pixbuf_cache_get_image_mapping),
3019         (ev_pixbuf_cache_get_text_mapping):
3020
3021         Redraw view every time we have a new surface. Fixes bug #443587.
3022
3023 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3024
3025         * libdocument/ev-document.c: (ev_document_info_free):
3026
3027         Fix memory leaks.
3028
3029 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3030
3031         * backend/dvi/dvi-document.c: (dvi_document_render),
3032         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3033         * backend/impress/impress-document.c:
3034         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3035         (impress_document_render), (impress_document_document_iface_init),
3036         (impress_document_thumbnails_get_thumbnail):
3037         * backend/djvu/djvu-document-private.h:
3038         * backend/djvu/djvu-document.c: (djvu_document_render),
3039         (djvu_document_finalize), (djvu_document_document_iface_init),
3040         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3041         * backend/tiff/tiff-document.c: (tiff_document_render),
3042         (tiff_document_render_pixbuf),
3043         (tiff_document_document_iface_init):
3044         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3045         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3046         (pdf_selection_render_selection):
3047         * backend/comics/comics-document.c:
3048         (comics_document_render_pixbuf), (comics_document_render),
3049         (comics_document_document_iface_init):
3050         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3051         (pixbuf_document_document_iface_init):
3052         * libdocument/ev-document-misc.[ch]:
3053         (ev_document_misc_surface_from_pixbuf),
3054         (ev_document_misc_surface_rotate_and_scale):
3055         * libdocument/ev-document.[ch]: (ev_document_render):
3056         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3057         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3058         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3059         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3060         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3061         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3062         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3063         (render_finished_cb), (ev_job_render_run):
3064         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3065         (merge_selection_region):
3066
3067         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3068         and selections.
3069
3070 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3071
3072         * shell/ev-window-title.c: (ev_window_title_update):
3073
3074         Fix memory leak.
3075
3076 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3077
3078         * shell/ev-view.c: (draw_loading_text):
3079
3080         Show loading text centered. Fixes bug #433061
3081
3082 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3083
3084         * shell/ev-sidebar-thumbnails.c:
3085         (ev_sidebar_thumbnails_set_loading_icon):
3086
3087         Remove a mutex in the main thread that blocks the UI in heavy
3088         documents.
3089
3090 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3091
3092         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3093
3094         Set points_set to TRUE so that selections don't disappear after a
3095         zoom change.
3096
3097 2007-06-07  Michael Monreal  <infernux@web.de>
3098
3099         * data/icons/16x16/actions/Makefile.am:
3100         * data/icons/16x16/actions/zoom.svg:
3101         * data/icons/22x22/actions/Makefile.am:
3102         * data/icons/22x22/actions/zoom.svg:
3103         * data/icons/24x24/actions/Makefile.am:
3104         * shell/ev-stock-icons.c:
3105         * shell/ev-stock-icons.h:
3106         * shell/ev-window.c:
3107         
3108         Zoom icon artwork. See bug #444795.
3109
3110 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3111
3112         * shell/ev-metadata-manager.c: Remove extraneous function
3113         (Closes: #444386)
3114
3115 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3116
3117         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3118         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3119         (ev_metadata_manager_set), (ev_metadata_manager_save):
3120         Simplify the timeout, no need for modified anymore
3121
3122 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3123
3124         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3125         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3126         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3127         (ev_metadata_manager_save): Adapted patch from Arjan van de
3128         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3129         time, saves on power (Closes: #443851)
3130
3131 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3132
3133         * configure.ac:
3134         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3135         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3136
3137         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3138
3139 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3140
3141         * shell/ev-window.c: (ev_window_add_history):
3142
3143         Check if history is NULL
3144
3145 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3146
3147         * libdocument/ev-image.c: (ev_image_finalize):
3148         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3149         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3150         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3151         (ev_tmp_uri_unlink):
3152
3153         Add functions to delete temporary files created by evince in a safe
3154         way.
3155
3156         * shell/ev-window.c: (ev_window_clear_local_uri),
3157         (open_xfer_update_progress_callback),
3158         (save_xfer_update_progress_callback), (ev_window_save_remote),
3159         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3160         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3161         (attachment_save_dialog_response_cb),
3162         (ev_attachment_popup_cmd_save_attachment_as):
3163
3164         Allow saving a copy of a document, image or attachment to a remote
3165         location. Fixes bug #440754. 
3166
3167 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3168
3169         * configure.ac:
3170         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3171
3172         Fix build with current poppler from cvs head. 
3173
3174 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3175
3176         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3177
3178         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3179         directory exists.
3180
3181 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3182
3183         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3184         * shell/ev-window.c:
3185
3186         Change sidebar ordering. Fixes bug #439939.
3187
3188 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3189
3190         * backend/comics/Makefile.am:
3191         
3192         Fixes build with --without-libgnome.
3193
3194 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3195         
3196         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3197
3198         Update cursor and tooltip on page change and view scroll. Fixes bug
3199         #439217.
3200
3201 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3202
3203         * NEWS:
3204         * configure.ac:
3205         
3206         Update for release 0.9.0
3207
3208 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3209
3210         * backend/djvu/djvu-document-private.h:
3211         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3212         (djvu_document_finalize),
3213         (djvu_document_file_exporter_format_supported),
3214         (djvu_document_file_exporter_begin),
3215         (djvu_document_file_exporter_do_page),
3216         (djvu_document_file_exporter_end),
3217         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3218         
3219         Implemented printing with djvu. Bug #437998.
3220
3221 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * backend/impress/zip.c:
3224         Add missing ulong definition.
3225
3226         * backend/ps/ps-interpreter.c:
3227         Add missing headers.
3228
3229         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3230
3231 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3232
3233         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3234
3235         Add missing call to parent class dispose method. 
3236
3237 2007-05-12  Ross Burton  <ross@openedhand.com>
3238
3239         * shell/main.c:
3240         Sync keybindings manually when building without libgnome
3241         (#437925).
3242
3243 2007-05-12  Ross Burton  <ross@openedhand.com>
3244
3245         * shell/ev-window.c:
3246         Respect the screen when opening help (#437866).
3247
3248 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3249
3250         * data/evince-ui.xml:
3251         * shell/ev-application.[ch]: (get_print_settings_from_args),
3252         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3253         (ev_application_open_uri_list):
3254         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3255         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3256         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3257         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3258         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3259         (ev_window_dispose):
3260         * shell/main.c: (arguments_parse):
3261
3262         Add print button in preview mode. Fixes bug #396475. 
3263
3264 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3265
3266         * cut-n-paste/zoom-control/ephy-zoom.h:
3267         
3268         Fixes zoom level factors. See bug #408119 for details.
3269
3270 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3271
3272         * backend/comics/comics-document.c: (comics_regex_quote),
3273         (extract_argv):
3274         
3275         Correctly quote symbols. Fixes crash in the bug
3276         #415370.
3277
3278 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3279
3280         * shell/ev-navigation-action-widget.c:
3281         (ev_navigation_action_widget_init),
3282         (ev_navigation_action_widget_class_init),
3283         (ev_navigation_action_widget_button_press_event):
3284         
3285         Connect to button-press event on correct widget. Fixes
3286         bug #431988
3287
3288 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3289
3290         * shell/ev-application.c: (ev_application_open_window),
3291         (ev_application_add_icon_path_for_screen),
3292         (ev_application_open_uri_at_dest):
3293         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3294         * shell/ev-navigation-action.c: (build_menu):
3295         
3296         Add app-specific icons to our icon theme. Fixes bug
3297         #425508.
3298
3299 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3300
3301         * shell/ev-history.c: (ev_history_class_init),
3302         (ev_history_add_link):
3303         * shell/ev-history.h:
3304         * shell/ev-navigation-action.c:
3305         (ev_navigation_action_history_changed),
3306         (ev_navigation_action_set_history), (build_menu),
3307         (ev_navigation_action_finalize):
3308         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3309         
3310         Make navigation action unsensitive instead of showing
3311         menu with unsensitive word. Fixes bug #417392.
3312
3313 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3314
3315         * shell/ev-application.[ch]: (ev_application_shutdown),
3316         (ev_application_get_print_settings),
3317         (ev_application_set_print_settings):
3318         * shell/ev-window.c:
3319
3320         Remember print settings. Fixes bug #349102. 
3321
3322 2007-05-08  Christian Persch  <chpe@gnome.org>
3323
3324         * configure.ac:
3325         * properties/ev-properties-view.c:
3326
3327         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3328         Bug #382438.
3329
3330 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3331
3332         * configure.ac:
3333         * properties/ev-properties-view.c: (ev_regular_paper_size):
3334
3335         Use gtk+ builtin paper list to identify the document's paper size.
3336         Fixes bug #382438. 
3337
3338 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3339
3340         * configure.ac:
3341
3342         Fix build when compiling with thumbnailer and libgnome support. 
3343
3344 2007-05-04  Ross Burton  <ross@openedhand.com>
3345
3346         * configure.ac:
3347         Add --without-libgnome, check for libgnome and libgnomeui
3348         separately, and add them to the symbols as required.
3349
3350         * libdocument/ev-file-helpers.c:
3351         When building without libgnome, use g_get_user_config_dir instead
3352         of gnome_user_dir_get.
3353
3354         * shell/ev-application.c:
3355         When building without libgnome, don't use session management.
3356
3357         * shell/main.c:
3358         When building without libgnome, don't use GnomeProgram or
3359         initialise the authentication manager.
3360
3361         This fixes #328842.
3362
3363 2007-05-04  Ross Burton  <ross@openedhand.com>
3364
3365         * shell/ev-window.c:
3366         Don't use libgnome to open help, instead call Yelp directly.
3367
3368 2007-05-04  Ross Burton  <ross@openedhand.com>
3369
3370         * shell/ev-sidebar-attachments.c:
3371         Don't use libgnome to lookup icons for MIME types, instead copy
3372         code from GTK+ to do it manually.
3373
3374 2007-05-04  Ross Burton  <ross@openedhand.com>
3375
3376         * configure.ac:
3377         Add libxml to the dependencies for SHELL_CORE (#435818).
3378
3379 2007-05-02  Ross Burton  <ross@openedhand.com>
3380
3381         * configure.ac:
3382         * Makefile.am:
3383         Add --disable-thumbnailer (#434825)
3384
3385 2007-05-02  Ross Burton  <ross@openedhand.com>
3386
3387         * shell/ev-window.c:
3388         Add missing includes, fix indentation.
3389
3390         * shell/main.c:
3391         Fix indentation.
3392
3393 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3394
3395         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3396         ev_application_open_uri_at_dest instead of ev_application_open_uri
3397         preventing new document always being opened in a new window even if there
3398         is an empty window.
3399
3400 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3401
3402         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3403         (egg_recent_view_uimanager_finalize):
3404         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3405         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3406         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3407         (ev_pixbuf_cache_dispose):
3408         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3409         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3410         
3411         Add missing chain to parent class methods. Fixes
3412         bug #433128.
3413
3414 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3415
3416         * data/Makefile.am (update-icon-cache): Updates
3417         gtk-update-icon-cache in uninstall-hook.
3418
3419 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * shell/ev-window.c: (ev_window_setup_document),
3422         (ev_window_set_document), (ev_window_load_job_cb):
3423         * shell/ev-view.c: (setup_caches):
3424         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3425
3426         Start rendering pages before any other jobs. 
3427
3428 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3429
3430         * shell/ev-window.c: (ev_window_stop_fullscreen),
3431         (ev_window_stop_presentation):
3432
3433         Update chrome visibility before window unfullscreen. 
3434
3435 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3436
3437         * data/Makefile.am:
3438         * data/evince-ui.xml:
3439         * shell/ev-stock-icons.[ch]:
3440         * shell/ev-application.[ch]: (ev_application_shutdown),
3441         (ev_application_init), (ev_application_get_toolbars_model):
3442         * shell/ev-window.c: (update_chrome_visibility),
3443         (fullscreen_toolbar_setup_item_properties),
3444         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3445         (ev_window_run_presentation), (ev_window_stop_presentation),
3446         (ev_window_run_preview), (ev_window_screen_changed),
3447         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3448         (ev_window_dispose), (ev_window_init):
3449
3450         Make fullscreen toolbar always visible. Do not use egg toolbars for
3451         fullscreen and preview modes since such toolbars are not editables.
3452         Fixes bugs #300278, #338910 and #316188.  
3453
3454 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3455
3456         * shell/ev-application.c:
3457         * shell/ev-job-queue.c:
3458         * shell/ev-metadata-manager.c:
3459         * shell/ev-stock-icons.c:
3460         * shell/ev-window.c:
3461         * shell/main.c:
3462         
3463         Developers documentation updated.
3464
3465 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3466
3467         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3468
3469         Check whether uri is valid before launching it. Fixes bug #427664.
3470
3471 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3472
3473         * shell/ev-window.c:
3474
3475         Change key accelerator for Open a Copy menu entry which is in conflict
3476         with Close. Fixes bug #427321.
3477
3478 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3479
3480         * NEWS:
3481         * configure.ac:
3482         
3483         Update for release 0.8.1
3484
3485 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3486
3487         * shell/ev-window.c: (setup_size_from_metadata):
3488         
3489         Do not make window bigger than screen. Fixes bug 
3490         #388985.
3491
3492 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3493
3494         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3495         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3496
3497         Use default resolution when it's not provided by document. Fixes bug
3498         #408762.
3499
3500 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3501
3502         * configure.ac:
3503         * thumbnailer/Makefile.am:
3504         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3505         * thumbnailer/evince-thumbnailer.schemas.in:
3506         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3507
3508         Add support for ps, eps and compressed documents thumbnails. Do not
3509         ignore size parameter. 
3510
3511 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3512
3513         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3514         (dvi_document_do_color_special):
3515         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3516
3517         Implement font color specials in the DVI backend. Fixes bug #303651.
3518
3519 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3520
3521         Fixup the previous commit:
3522
3523         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3524         * shell/xdg-user-dir-lookup.c: Make the function non-static
3525         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3526
3527 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3528
3529         * shell/ev-window.c (file_open_dialog_response_cb): Use
3530         the xdg-user-dirs DOCUMENTS folder as default folder when
3531         opening a file chooser.  (#424858)
3532
3533         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3534         xdg-user-dirs.
3535
3536 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * shell/ev-window.c: (ev_window_load_job_cb):
3539
3540         Do not setup view from metadata on preview mode. 
3541
3542 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3543
3544         * shell/main.c:
3545
3546         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3547
3548 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3549
3550         * shell/ev-view.c: (ev_view_primary_get_cb):
3551
3552         Check pointer != NULL before using it. Fixes bug #416841. 
3553
3554 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3555
3556         * NEWS:
3557         * configure.ac:
3558         
3559         Release 0.8.0
3560
3561 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3562
3563         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3564
3565         Do not render thumbnails when sidebar thumbnail page is not visible
3566         at startup. Fixes bug #416447. 
3567
3568 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3569
3570         * data/evince.desktop.in.in:
3571
3572         "Application" is not a valid category in the freedesktop specification.
3573
3574 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3575
3576         * libdocument/ev-file-helpers.[ch]: (compression_run),
3577         (ev_file_uncompress), (ev_file_compress):
3578         * shell/ev-window.c: (file_save_dialog_response_cb):
3579
3580         Save document compressed when saving a copy of a compressed document.
3581         Fixes bug #334542.
3582
3583 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3584
3585         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3586
3587         Allow deleting in goto window entry in presentation mode. 
3588
3589 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3590
3591         * Makefile.am: Dist MAINTAINERS.
3592
3593 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3594
3595         * shell/ev-window.c: (ev_window_update_actions):
3596
3597         Fix zoom shortcut keys when searching. Fixes bug #409828.
3598
3599 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3600
3601         * shell/ev-window.c: (ev_window_setup_document):
3602
3603         Fix crash when loading documents with only one page. 
3604
3605 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3606
3607         * backend/dvi/dvi-document.c:
3608         (dvi_document_thumbnails_get_dimensions),
3609         (dvi_document_thumbnails_get_thumbnail):
3610         * backend/impress/impress-document.c:
3611         (impress_document_thumbnails_get_thumbnail),
3612         (impress_document_thumbnails_get_dimensions):
3613         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3614         (ps_document_thumbnails_get_dimensions):
3615         * backend/djvu/djvu-document.c:
3616         (djvu_document_thumbnails_get_dimensions),
3617         (djvu_document_thumbnails_get_thumbnail):
3618         * backend/tiff/tiff-document.c:
3619         (tiff_document_thumbnails_get_thumbnail),
3620         (tiff_document_thumbnails_get_dimensions):
3621         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3622         (pdf_document_thumbnails_get_thumbnail),
3623         (pdf_document_thumbnails_get_dimensions):
3624         * backend/comics/comics-document.c:
3625         (comics_document_thumbnails_get_thumbnail),
3626         (comics_document_thumbnails_get_dimensions):
3627         * backend/pixbuf/pixbuf-document.c:
3628         (pixbuf_document_thumbnails_get_thumbnail),
3629         (pixbuf_document_thumbnails_get_dimensions):
3630         * libdocument/ev-document-thumbnails.[ch]:
3631         (ev_document_thumbnails_get_thumbnail),
3632         (ev_document_thumbnails_get_dimensions):
3633         * libdocument/ev-document-misc.[ch]:
3634         (ev_document_misc_get_thumbnail_frame):
3635         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3636         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3637         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3638         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3639         (ev_sidebar_thumbnails_refresh):
3640         * shell/ev-window.c: (ev_window_setup_document):
3641         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3642
3643         Use an EvRenderContext for rendering thumbnails instead of a suggested
3644         width, so that different sized pages get sized proportionally.
3645
3646 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3647
3648         * shell/ev-view.c: (ev_view_button_press_event),
3649         (ev_view_key_press_event):
3650
3651         Fix critical warnings when there is no document loaded. 
3652
3653 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3654
3655         * shell/ev-page-action-widget.c:
3656         * shell/ev-navigation-action.c:
3657         * shell/ev-window.c:
3658
3659         Fix compile warnings. 
3660
3661 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3662
3663         * backend/djvu/djvu-text.h:
3664         * backend/djvu/djvu-document.c:
3665         * backend/djvu/djvu-text-page.c:
3666         * backend/djvu/djvu-links.c:
3667         * backend/djvu/djvu-text-page.h:
3668         * backend/djvu/djvu-text.c:
3669         
3670         Fix build on Mac. Fixes bug #392186. Patch by
3671         <ephraim_owns@hotmail.com>
3672
3673 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3674
3675         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3676
3677         Restore cairo context before rendering every page when printing a PDF
3678         document into a PDF file. 
3679
3680 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3681
3682         * backend/ps/gstypes.h:
3683         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3684         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3685         (ps_document_thumbnails_get_thumbnail):
3686
3687         Handle PostScript page orientation. Fixes bug #318568.
3688
3689 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3690
3691         * backend/ps/Makefile.am:
3692         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3693         (document_load), (ps_document_load), (save_document),
3694         (save_page_list), (ps_document_get_n_pages),
3695         (ps_document_get_page_size), (ps_document_get_info),
3696         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3697         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3698         (ps_document_thumbnails_get_thumbnail),
3699         (ps_document_thumbnails_get_dimensions),
3700         (ps_document_document_thumbnails_iface_init):
3701         * backend/ps/ps.[ch]: (psgetpagebox):
3702         * backend/ps/ps-interpreter.[ch]:
3703
3704         Add support for thumbnails in ps backend. Fixes bug #164755. 
3705
3706 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3707
3708         * NEWS:
3709         * configure.ac:
3710         
3711         Release 0.7.2
3712
3713 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3714
3715         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3716         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3717         (ev_window_dispose):
3718
3719         Use document thumbnail as window icon. Fixes bug #384442.
3720
3721 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3722
3723         * configure.ac:
3724
3725         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3726         duplicated adding application/x-bzpostscript instead. 
3727
3728 2007-02-11  Tom Parker  <palfrey@tevp.net>
3729
3730         * backend/ps/ps-document.c: (document_load):
3731
3732         Check return value of psscan before trying
3733         to use it. Fixes bug #372414.
3734
3735 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3736
3737         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3738
3739         Fix invalid free in ev-page-cache. Fixes bug #404745.
3740
3741 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3742
3743         * test/Makefile.am:
3744         * test/test3.py:
3745         
3746         Added reload test case.
3747
3748 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3749
3750         * po/POTFILES.in:
3751         * backend/djvu/djvu-document.c: (djvu_document_load):
3752
3753         Check whether there are missing files in indirect multipage djvu
3754         documents. Fixes bug #361683. 
3755
3756 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3757
3758         * test/Makefile.am:
3759         * test/test-mime.bin:
3760         * test/test3.py:
3761         
3762         Added test for slow mime type
3763
3764 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3765
3766         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3767
3768         Add some checks and call parent_class->finalize. Fixes bug #404745.
3769
3770 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3771
3772         * shell/ev-navigation-action.c: (connect_proxy):
3773         
3774         Fixes dropdown history menu. Thanks a lot Carlos!
3775
3776 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3777
3778         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3779
3780         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3781         bug #373715.
3782
3783 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3784
3785         * backend/ps/ps.c: (psscan):
3786
3787         Fix memory leak. 
3788
3789 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3790
3791         * configure.ac:
3792         * libdocument/ev-file-helpers.c: 
3793
3794         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3795
3796 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3797
3798         * configure.ac:
3799         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3800         (ps_interpreter_start), (document_load), (save_document),
3801         (save_page_list):
3802         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3803         * libdocument/ev-document-factory.c:
3804         (ev_document_factory_get_from_mime), (get_document_from_uri),
3805         (free_uncompressed_uri), (ev_document_factory_get_document):
3806         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3807
3808         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3809
3810 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3811
3812         * libdocument/ev-document.h:
3813
3814         Fix typo in function name. 
3815
3816 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3817
3818         * backend/ps/ps-document.c: (ps_interpreter_finished),
3819         (ps_interpreter_start), (ps_interpreter_failed):
3820
3821         Handle ghostscript interpreter crashes. 
3822
3823 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3824
3825         * shell/ev-window.c: (ev_window_open_uri),
3826         (window_configure_event_cb):
3827
3828         Setup window size and position before showing it. Fixes bug #401711.
3829
3830 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3831
3832         * backend/ps/Makefile.am:
3833         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3834         (ps_document_dispose), (ps_document_class_init),
3835         (ps_interpreter_input), (ps_interpreter_output),
3836         (ps_interpreter_error), (setup_interpreter_env),
3837         (ps_interpreter_start), (ps_interpreter_stop),
3838         (ps_interpreter_failed), (ps_interpreter_is_ready),
3839         (check_filecompressed), (document_load), (ps_document_load),
3840         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3841         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3842         (render_page):
3843
3844         Rework ps-document. Code cleanups, remove deprecated code. 
3845
3846 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3847
3848         * shell/ev-view.c: (ev_view_button_press_event):
3849
3850         Do not start an image drag and drop operation when pointer is on 
3851         text, so that we can select text when the whole background is an
3852         image. 
3853
3854 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3855
3856         * shell/ev-window.c: (ev_window_update_actions): 
3857
3858         Disable all zoom related actions during presentation mode. 
3859
3860 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3861
3862         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3863
3864         Do not zoom in or out on presentation mode. Fixes bug #401305.
3865
3866 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3867
3868         * shell/ev-navigation-action.c: (connect_proxy),
3869         (create_menu_item), (ev_navigation_action_class_init):
3870         
3871         Correctly show menu and fix crash when navigaton 
3872         action is out of toolbar visible area.
3873
3874 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3875
3876         * data/Makefile.am:
3877         * data/evince.1:
3878         
3879         Added man file
3880
3881 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3882
3883         * help/reference/* :
3884         * configure.ac:
3885         
3886         Added gtk-doc based documentation for Evince.
3887         Still in initial state but I hope it will
3888         grow.
3889         
3890         * configure.ac:
3891         
3892         Lower dbus requirement to 0.70
3893
3894 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3895
3896         * shell/ev-window.c: (ev_window_add_history):
3897
3898         Fix memory leak. 
3899
3900 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3901
3902         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3903         * shell/ev-view.h:
3904         * shell/ev-window.c: (ev_window_add_history):
3905         
3906         Correctly handle named destination links
3907
3908 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3909
3910         * NOTES:
3911         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3912         * backend/pdf/ev-poppler.cc:
3913         * libdocument/ev-document-links.h:
3914         * libdocument/ev-link.c: (ev_link_get_page):
3915         * libdocument/ev-link.h:
3916         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3917         (ev_history_add_link):
3918         * shell/ev-history.h:
3919         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3920         (new_history_menu_item), (build_menu):
3921         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3922         * shell/ev-sidebar-links.c: (create_loading_model),
3923         (print_section_cb), (ev_sidebar_links_construct),
3924         (fill_page_labels), (update_page_callback_foreach),
3925         (update_page_callback), (job_finished_callback):
3926         * shell/ev-view.c: (ev_view_handle_link):
3927         * shell/ev-window.c: (ev_window_find_chapter),
3928         (ev_window_add_history), (view_handle_link_cb),
3929         (history_changed_cb):
3930         
3931         Implements another history variant
3932
3933 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3934
3935         * shell/ev-window.c: (view_external_link_cb):
3936         * shell/ev-view.c: (ev_view_button_release_event):
3937
3938         Open links in new window when clicking with middle button. 
3939
3940 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3941
3942         * shell/ev-navigation-action.c: (new_history_menu_item):
3943         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3944         * shell/ev-view.c: (ev_view_handle_link):
3945         * shell/ev-window.c:
3946         
3947         Store link before jump, not the destination. For me it 
3948         seems like more natural history behavior.
3949
3950 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3951
3952         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3953         (ev_navigation_action_class_init):
3954         * shell/ev-navigation-action.h:
3955         * shell/ev-page-action.c: (activate_cb):
3956         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3957         (ev_page_cache_set_current_page_history):
3958         * shell/ev-page-cache.h:
3959         * shell/ev-sidebar-thumbnails.c:
3960         (ev_sidebar_tree_selection_changed),
3961         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3962         * shell/ev-view-private.h:
3963         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3964         * shell/ev-view.h:
3965         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3966         (ev_window_setup_document), (ev_window_load_job_cb):
3967         * shell/ev-window.h:
3968         
3969         History finally works as expected.
3970
3971 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3972
3973         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3974
3975         Do not update links treeview if it doesn't have a model assigned yet. 
3976
3977 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3978
3979         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3980         (ev_sidebar_links_class_init), (update_page_callback):
3981
3982         Do not update links treeview when sidepane is not visible. 
3983
3984 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3985
3986         * shell/ev-marshal.list:
3987         * shell/ev-page-action.c: (activate_cb),
3988         (ev_page_action_class_init):
3989         * shell/ev-page-action.h:
3990         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3991         * shell/ev-window.c:
3992         
3993         Remove activate_link signal, not required.
3994
3995 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3996
3997         * shell/ev-navigation-action.c: (build_menu):
3998         
3999         Reorder menu items and build menu with fixed length.
4000
4001 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4002
4003         * shell/ev-view.c: (get_selected_text):
4004         
4005         Normalize text to fix ligatures problem. See bug
4006         #341947 for details.
4007
4008 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4009
4010         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4011
4012         Fix memory leak in ev-page-cache. 
4013
4014 2007-01-25  Tom Parker <palfrey@tevp.net>
4015
4016         * backend/impress/impress-document.c: (impress_document_load),
4017         (impress_document_finalize), (impress_document_init):
4018         * properties/ev-properties-main.c: (ev_properties_get_pages):
4019         
4020         Correctly handle impress document errors. Fixes nautilus
4021         crash in property page #370491.
4022
4023 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4024
4025         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4026         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4027         (ev_job_queue_remove_job):
4028         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4029         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4030         (ev_job_load_run):
4031         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4032         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4033         (ev_window_load_job_cb), (xfer_update_progress_callback),
4034         (ev_window_open_uri), (ev_window_dispose):
4035         * shell/main.c: (main):
4036
4037         Do file transfer asynchronously in the main thread instead of
4038         synchronously in the load thread. Fixes bugs #399694, #398307 and
4039         #343542.
4040
4041 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4042
4043         * shell/ev-jobs.c: (ev_job_xfer_run):
4044
4045         Load the document with the font-config lock held. 
4046
4047 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4048
4049         * backend/ps/ps-document.c: (start_interpreter):
4050
4051         Fix memory leaks in ps backend. 
4052
4053 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4054
4055         * backend/impress/impress-document.c:
4056         (impress_document_render_pixbuf):
4057
4058         Do not acquire fontconfig lock in impress backend, since it is using
4059         the main loop for rendering. 
4060
4061 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4062
4063         * po/POTFILES.in: 
4064
4065         Remove mdvi files that shouldn't be translated. 
4066
4067 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4068
4069         * shell/ev-view-private.h:
4070         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4071         (ev_view_set_zoom):
4072
4073         Render "loading..." text into a cairo surface instead of directly into
4074         the window so that fontconfig lock is only needed once and UI is not
4075         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4076
4077 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4078
4079         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4080         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4081
4082         Use icon theme associated with the window screen rather than default. 
4083
4084 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4085
4086         * configure.ac:
4087
4088         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4089
4090 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4091
4092         * data/icons/*/apps/evince.*:
4093
4094         Move Evince icons under new apps directory.
4095
4096         * data/icons/*/actions/*:
4097
4098         Add new custom themeable Evince icons: view-page-continuous, 
4099         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4100         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4101
4102         * configure.ac:
4103
4104         Add new directories to AC_CONFIG_FILES.
4105
4106         * shell/ev-stock-icons.c:
4107         * shell/ev-stock-icons.h:
4108
4109         Use new custom themeable icons.
4110
4111 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4112
4113         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4114
4115         Do not draw white background page in presentation mode. 
4116
4117 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4118
4119         * shell/ev-view.c: Remove unused gnome-vfs include.
4120
4121 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4122
4123         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4124         
4125         Format string is corrected, fixes bug #397129.
4126
4127 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4128
4129         * shell/ev-window.c: (ev_window_setup_recent):
4130
4131         Do not include in recent menu inexistent documents. Fixes
4132         bug #339171.
4133
4134 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4135
4136         * po/POTFILES.skip: 
4137
4138         Update POTFILES.skip file according to current source tree. 
4139
4140 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4141
4142         * shell/ev-window.c: (file_save_dialog_response_cb):
4143
4144         Do Save a copy in atomic way. Fixes bug #328266. 
4145
4146 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4147
4148         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4149
4150         Keep selected cell always visible in index treeview.
4151
4152 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4153         
4154         * shell/ev-view.c: (ev_view_size_allocate):
4155
4156         Restore horizontal scrollbar after switching to/from fullscreen
4157         or presentation mode. Fixes bug #331728.
4158
4159 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4160
4161         * shell/ev-view-private.h:
4162         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4163         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4164         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4165         (ev_view_can_zoom_out):
4166
4167         Use max and min scale values in the view iby taking dpi into account. 
4168
4169 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4170
4171         * configure.ac:
4172         * NEWS:
4173
4174         Release 0.7.1
4175
4176 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4177
4178         * shell/ev-window.c: (ev_window_print_send):
4179
4180         Send print job to printer with some settings set to default values,
4181         since we have already exported to a file according to such settings
4182         and they could be taken twice by some printers. 
4183
4184 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4185
4186         * shell/ev-jobs.c: (ev_job_xfer_run):
4187         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4188
4189         Show main window and load document with the font-config lock held. 
4190
4191 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4192
4193         * configure.ac:
4194         * shell/ev-application.c: (ev_application_register_service):
4195         * shell/main.c: (load_files_remote):
4196
4197         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4198
4199 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4200
4201         * doc/debugging.txt:
4202         
4203         Remove obsolete documentation.
4204
4205 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4206
4207         * Makefile.am:
4208         * backend/Makefile.am:
4209         * backend/comics/Makefile.am:
4210         * backend/djvu/Makefile.am:
4211         * backend/dvi/Makefile.am:
4212         * backend/ev-async-renderer.c:
4213         * backend/ev-async-renderer.h:
4214         * backend/ev-attachment.c:
4215         * backend/ev-attachment.h:
4216         * backend/ev-backend-marshal.c:
4217         * backend/ev-document-factory.c:
4218         * backend/ev-document-factory.h:
4219         * backend/ev-document-find.c:
4220         * backend/ev-document-find.h:
4221         * backend/ev-document-fonts.c:
4222         * backend/ev-document-fonts.h:
4223         * backend/ev-document-images.c:
4224         * backend/ev-document-images.h:
4225         * backend/ev-document-info.h:
4226         * backend/ev-document-links.c:
4227         * backend/ev-document-links.h:
4228         * backend/ev-document-misc.c:
4229         * backend/ev-document-misc.h:
4230         * backend/ev-document-security.c:
4231         * backend/ev-document-security.h:
4232         * backend/ev-document-thumbnails.c:
4233         * backend/ev-document-thumbnails.h:
4234         * backend/ev-document-transition.c:
4235         * backend/ev-document-transition.h:
4236         * backend/ev-document.c:
4237         * backend/ev-document.h:
4238         * backend/ev-file-exporter.c:
4239         * backend/ev-file-exporter.h:
4240         * backend/ev-image.c:
4241         * backend/ev-image.h:
4242         * backend/ev-link-action.c:
4243         * backend/ev-link-action.h:
4244         * backend/ev-link-dest.c:
4245         * backend/ev-link-dest.h:
4246         * backend/ev-link.c:
4247         * backend/ev-link.h:
4248         * backend/ev-render-context.c:
4249         * backend/ev-render-context.h:
4250         * backend/ev-selection.c:
4251         * backend/ev-selection.h:
4252         * backend/impress/Makefile.am:
4253         * backend/pdf/Makefile.am:
4254         * backend/pixbuf/Makefile.am:
4255         * backend/ps/Makefile.am:
4256         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4257         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4258         (start_interpreter), (stop_interpreter), (document_load),
4259         (ps_document_next_page), (render_page):
4260         * backend/tiff/Makefile.am:
4261         * comics/Makefile.am:
4262         * comics/comics-document.c:
4263         * comics/comics-document.h:
4264         * configure.ac:
4265         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4266         * djvu/Makefile.am:
4267         * djvu/djvu-document-private.h:
4268         * djvu/djvu-document.c:
4269         * djvu/djvu-document.h:
4270         * djvu/djvu-links.c:
4271         * djvu/djvu-links.h:
4272         * djvu/djvu-text-page.c:
4273         * djvu/djvu-text-page.h:
4274         * djvu/djvu-text.c:
4275         * djvu/djvu-text.h:
4276         * dvi/Makefile.am:
4277         * dvi/dvi-document.c:
4278         * dvi/dvi-document.h:
4279         * dvi/fonts.c:
4280         * dvi/fonts.h:
4281         * dvi/mdvi-lib/Makefile.am:
4282         * dvi/mdvi-lib/afmparse.c:
4283         * dvi/mdvi-lib/afmparse.h:
4284         * dvi/mdvi-lib/bitmap.c:
4285         * dvi/mdvi-lib/bitmap.h:
4286         * dvi/mdvi-lib/color.c:
4287         * dvi/mdvi-lib/color.h:
4288         * dvi/mdvi-lib/common.c:
4289         * dvi/mdvi-lib/common.h:
4290         * dvi/mdvi-lib/defaults.h:
4291         * dvi/mdvi-lib/dvimisc.c:
4292         * dvi/mdvi-lib/dviopcodes.h:
4293         * dvi/mdvi-lib/dviread.c:
4294         * dvi/mdvi-lib/files.c:
4295         * dvi/mdvi-lib/font.c:
4296         * dvi/mdvi-lib/fontmap.c:
4297         * dvi/mdvi-lib/fontmap.h:
4298         * dvi/mdvi-lib/fontsrch.c:
4299         * dvi/mdvi-lib/gf.c:
4300         * dvi/mdvi-lib/hash.c:
4301         * dvi/mdvi-lib/hash.h:
4302         * dvi/mdvi-lib/list.c:
4303         * dvi/mdvi-lib/mdvi.h:
4304         * dvi/mdvi-lib/pagesel.c:
4305         * dvi/mdvi-lib/paper.c:
4306         * dvi/mdvi-lib/paper.h:
4307         * dvi/mdvi-lib/pk.c:
4308         * dvi/mdvi-lib/private.h:
4309         * dvi/mdvi-lib/setup.c:
4310         * dvi/mdvi-lib/sp-epsf.c:
4311         * dvi/mdvi-lib/special.c:
4312         * dvi/mdvi-lib/sysdeps.h:
4313         * dvi/mdvi-lib/t1.c:
4314         * dvi/mdvi-lib/tfm.c:
4315         * dvi/mdvi-lib/tfmfile.c:
4316         * dvi/mdvi-lib/tt.c:
4317         * dvi/mdvi-lib/util.c:
4318         * dvi/mdvi-lib/vf.c:
4319         * dvi/pixbuf-device.c:
4320         * dvi/pixbuf-device.h:
4321         * impress/Makefile.am:
4322         * impress/common.h:
4323         * impress/document.c:
4324         * impress/f_oasis.c:
4325         * impress/f_oo13.c:
4326         * impress/iksemel.c:
4327         * impress/iksemel.h:
4328         * impress/imposter.h:
4329         * impress/impress-document.c:
4330         * impress/impress-document.h:
4331         * impress/internal.h:
4332         * impress/r_back.c:
4333         * impress/r_draw.c:
4334         * impress/r_geometry.c:
4335         * impress/r_gradient.c:
4336         * impress/r_style.c:
4337         * impress/r_text.c:
4338         * impress/render.c:
4339         * impress/render.h:
4340         * impress/zip.c:
4341         * impress/zip.h:
4342         * lib/Makefile.am:
4343         * lib/ev-debug.c:
4344         * lib/ev-debug.h:
4345         * lib/ev-file-helpers.c:
4346         * lib/ev-file-helpers.h:
4347         * lib/ev-gui.c:
4348         * lib/ev-gui.h:
4349         * lib/ev-tooltip.c:
4350         * lib/ev-tooltip.h:
4351         * libdocument/Makefile.am:
4352         * libdocument/ev-file-helpers.c:
4353         * pdf/Makefile.am:
4354         * pdf/ev-poppler.cc:
4355         * pdf/ev-poppler.h:
4356         * pixbuf/Makefile.am:
4357         * pixbuf/pixbuf-document.c:
4358         * pixbuf/pixbuf-document.h:
4359         * properties/Makefile.am:
4360         * ps/Makefile.am:
4361         * ps/gsdefaults.c:
4362         * ps/gsdefaults.h:
4363         * ps/gsio.c:
4364         * ps/gsio.h:
4365         * ps/gstypes.h:
4366         * ps/ps-document.c:
4367         * ps/ps-document.h:
4368         * ps/ps.c:
4369         * ps/ps.h:
4370         * shell/Makefile.am:
4371         * shell/ev-application.h:
4372         * shell/ev-sidebar-links.c:
4373         * shell/ev-sidebar-links.h:
4374         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4375         (ev_gui_menu_position_tree_selection):
4376         * shell/ev-utils.h:
4377         * shell/ev-view.c: (ev_view_finalize):
4378         * shell/ev-window.c:
4379         * shell/main.c: (main):
4380         * thumbnailer/Makefile.am:
4381         * tiff/Makefile.am:
4382         * tiff/tiff-document.c:
4383         * tiff/tiff-document.h:
4384         * tiff/tiff2ps.c:
4385         * tiff/tiff2ps.h:
4386         
4387         Reorganize source tree.
4388
4389 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4390
4391         * backend/ev-document-factory.c:
4392
4393         Do not include ev-poppler.h when pdf is disabled. 
4394
4395 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4396
4397         * configure.ac:
4398         * data/evince-ui.xml:
4399         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4400         (pdf_document_document_images_iface_init):
4401         * backend/Makefile.am:
4402         * backend/ev-document-images.[ch]:
4403         * backend/ev-image.[ch]:
4404         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4405         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4406         (ev_job_xfer_run):
4407         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4408         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4409         (ev_pixbuf_cache_get_image_mapping):
4410         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4411         (view_menu_popup_cb), (ev_window_dispose),
4412         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4413         (ev_view_popup_cmd_copy_image):
4414         * shell/ev-view-private.h:
4415         * shell/ev-view.c: (ev_view_get_image_at_location),
4416         (ev_view_do_popup_menu), (ev_view_popup_menu),
4417         (ev_view_button_press_event), (ev_view_drag_data_get),
4418         (ev_view_drag_motion), (ev_view_drag_data_received),
4419         (ev_view_motion_notify_event), (ev_view_button_release_event),
4420         (ev_view_finalize), (ev_view_class_init):
4421
4422         Add image handling support. Fixes bugs #310008 and #325047. Images
4423         selection is not supported yet. 
4424
4425 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4426
4427         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4428         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4429         (ev_view_init):
4430
4431         Move view drag and drop stuff to ev-view.
4432
4433 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4434
4435         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4436         * shell/ev-view.c: (clear_selection): 
4437
4438         Clear selection also in pixbuf cache.
4439
4440 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4441
4442         * data/evince.desktop.in.in:
4443         
4444         Change icon name in desktop file. See bug #390734
4445         for details.
4446
4447 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4448
4449         * thumbnailer/Makefile.am:
4450
4451         Use top_builddir instead top_srcdir for generated schema
4452         file installation. Fixes bug #390161.
4453
4454 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4455
4456         * configure.ac:
4457         * backend/Makefile.am:
4458         * backend/ev-document-transition.[ch]:
4459         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4460         (pdf_document_page_transition_iface_init):
4461         * shell/ev-view-private.h:
4462         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4463         (ev_view_set_presentation), (transition_next_page),
4464         (ev_view_presentation_transition_stop),
4465         (ev_view_presentation_transition_start), (ev_view_next_page):
4466
4467         Add page transition support in presentation mode. At the moment only
4468         page duration is supported, but not transition effects. Fixes bug
4469         #309815.
4470
4471 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4472
4473         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4474
4475         Run find_link_dest with document lock held, since it's called by links
4476         thread and main thread at the same time. 
4477
4478 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4479
4480         * shell/ev-view.c: (goto_dest):
4481
4482         Update page-cache when page is changed by the view, so that
4483         page-changed signal is emitted. 
4484
4485 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4486
4487         * test/test1.py:
4488         * test/test2.py:
4489
4490         Use C locale in tests. 
4491
4492 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4493
4494         * shell/ev-window.c: (ev_window_run_presentation):
4495         * shell/ev-view-private.h:
4496         * shell/ev-view.c: (ev_view_set_presentation):
4497
4498         Restore zoom settings when back from presentation mode. 
4499
4500 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4501
4502         * shell/ev-window.c: (ev_window_run_presentation):
4503
4504         Always use "best fit" zoom in presentation mode.
4505         Fixes bug #389195.
4506
4507 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4508
4509         * shell/ev-view.c: (ev_view_goto_window_create):
4510
4511         Show "Jump to page" label in the page jumping popup in
4512         presentation mode instead of just a GtkEntry.
4513
4514 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4515
4516         * shell/ev-window.c: (launch_external_uri):
4517
4518         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4519         #378085.
4520
4521 2006-12-22  Elijah Newren  <newren gmail com>
4522
4523         * configure.ac: explicitly check for libxml2.  Fixes #388795
4524
4525 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4526
4527         * shell/ev-view-private.h:
4528         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4529         (ev_view_goto_window_delete_event), (key_is_numeric),
4530         (ev_view_goto_window_key_press_event),
4531         (ev_view_goto_window_button_press_event),
4532         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4533         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4534         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4535
4536         Allow jumping to another page by typing a page number in presentation
4537         mode. It uses a popup window with an entry. Fixes bug #353625.
4538
4539 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4540
4541         * configure.ac:
4542         * properties/ev-properties-view.c: (ev_get_default_user_units),
4543         (ev_regular_paper_size):
4544         
4545         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4546         to Damien Carbery <damien.carbery@sun.com> and
4547         Yevgen Muntyan <muntyan@tamu.edu>.
4548
4549 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4550
4551         * shell/ev-window.c: (setup_document_from_metadata):
4552
4553         Make sure Evince doesn't restore the view on the last
4554         page when a document is reopened. Fixes bug #383381.
4555
4556 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4557
4558         * shell/ev-view.c: (draw_loading_text):
4559
4560         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4561
4562 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4563
4564         * configure.ac:
4565         * NEWS:
4566
4567         Release 0.7.0
4568
4569 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4570
4571         * configure.ac:
4572         * pdf/ev-poppler.cc: (pdf_print_context_free),
4573         (pdf_document_file_exporter_begin),
4574         (pdf_document_file_exporter_do_page):
4575
4576         Make cairo-pdf depedency optional. 
4577
4578 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4579
4580         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4581
4582         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4583
4584 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4585
4586         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4587         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4588         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4589         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4590         * shell/ev-view.c: (draw_loading_text):
4591         * shell/ev-window.c: (ev_window_cmd_file_properties):
4592
4593         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4594         related to using FontConfig from different threads.
4595         
4596 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4597
4598         * shell/ev-view.c: (draw_loading_text):
4599
4600         Acquire lock document when drawing "Loading..." text so that only one
4601         thread will use FontConfig at the same time. Fixes bug #374750.
4602
4603 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4604
4605         * shell/ev-page-action.[ch]: (activate_cb):
4606         * shell/ev-window.c: (activate_label_cb):
4607
4608         Check if text inserted in page entry is a valid page number when it
4609         doesn't match to any document page label. Fixes bug #383165.
4610
4611 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4612         * shell/ev-window.c:
4613
4614         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4615         available with GTK < 2.10. Added an ifdef to avoid compilation
4616         error.
4617
4618 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4619
4620         * configure.ac:
4621         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4622
4623         Fix ps backend in multihead systems.
4624
4625 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4626
4627         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4628         * shell/ev-window.c: (ev_window_get_screen_dpi),
4629         (ev_window_update_actions), (setup_view_from_metadata),
4630         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4631
4632         Take screen DPI into account when zooming. Fixes bug #318285.
4633
4634 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4635
4636         * data/Makefile.am:
4637
4638         Cleaned up/slightly refactored Makefile.am. Added GConf
4639         schemas uninstallation as well.
4640
4641 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4642
4643         * Makefile.am:
4644         * test/Makefile.am:
4645
4646         Fight with autotools to fix make check. Make distcheck
4647         works fine as well now!
4648
4649 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4650
4651         * shell/ev-view.c: (draw_end_presentation_page):
4652
4653         Corrected "end of presentation" string.
4654
4655 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4656
4657         * shell/ev-view.c: (ev_view_key_press_event):
4658
4659         Correctly propagate key press event so that up/down keys
4660         work as expected (correct behaviour was broken by
4661         black/white screen key bindings for presentations).
4662
4663 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4664
4665         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4666         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4667         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4668         (pdf_selection_get_selection_region),
4669         (pdf_selection_get_selection_map):
4670
4671         Add "static" to some private functions. 
4672
4673 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4674
4675         * lib/ev-tooltip.h:
4676         * properties/ev-properties-view.h:
4677         * shell/ev-jobs.h:
4678         * shell/ev-properties-dialog.h:
4679         * shell/ev-properties-fonts.h:
4680         * shell/ev-sidebar-links.h:
4681         * shell/ev-sidebar-thumbnails.h:
4682         * shell/ev-sidebar.h:
4683         * shell/ev-window.h:
4684         
4685         Fixes CHACK type in class casts. See bug #385343
4686         for details.
4687
4688 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4689
4690         * shell/ev-view-private.h:
4691         * shell/ev-view.c: (draw_end_presentation_page),
4692         (ev_view_expose_event), (ev_view_key_press_event),
4693         (ev_view_class_init), (ev_view_init):
4694
4695         Blank screen in presentation mode when pressing 'b' (filling with
4696         black) or 'w' (filling with white) keys. Fixes bug #358132.
4697
4698 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4699
4700         * data/evince-toolbar.xml:
4701         * shell/ev-window.c:
4702         
4703         Use stock icon for Select All action. Fixes
4704         bug #382652.
4705
4706 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4707
4708         * shell/ev-view.c: (get_doc_point_from_offset),
4709         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4710
4711         Add links support in rotated documents. Fixes bug #343733.
4712
4713 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4714
4715         * shell/ev-view-private.h:
4716         * shell/ev-view.c: (draw_end_presentation_page),
4717         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4718
4719         Show a blank page after the last page in presentation mode with a
4720         message indicating that presentation has finished and how to exit. 
4721
4722 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4723
4724         * shell/ev-window.c: (fullscreen_timeout_cb):
4725
4726         Hide cursor after a while in presentation mode. 
4727
4728 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4729
4730         * backend/ev-document-info.h:
4731         * data/evince-properties.glade:
4732         * pdf/ev-poppler.cc:
4733         * properties/ev-properties-view.c: (ev_regular_paper_size),
4734         (ev_properties_view_set_info):
4735         * ps/ps-document.c: (ps_document_get_info):
4736
4737         Adds a paper size field to the properties dialog. Fixes
4738         bug #307315. Patch by Kasper Svendsen (with some i18n
4739         changes done by me).
4740
4741 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4742
4743         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4744         (screensaver_init_dbus), (totem_scrsaver_new),
4745         (totem_scrsaver_init):
4746         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4747         * shell/ev-application.c: (ev_application_register_service),
4748         (ev_application_screensaver_enable),
4749         (ev_application_screensaver_disable):
4750         * shell/ev-application.h:
4751         * shell/ev-window.c: (ev_window_run_presentation),
4752         (ev_window_stop_presentation), (build_comments_string),
4753         (ev_window_init):
4754         
4755         Move screensaver handling to application. No more
4756         message on startup.
4757
4758 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4759
4760         * configure.ac:
4761         * backend/Makefile.am:
4762         * backend/ev-file-exporter.[ch]:
4763         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4764         * ps/ps-document.c: (ps_document_file_exporter_*):
4765         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4766         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4767         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4768         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4769
4770         Allow printing to PDF when suppoted by the backend.
4771         
4772 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4773
4774         * shell/ev-window.c: (build_comments_string):
4775
4776         Use always "Document Viewer" in about dialog. 
4777
4778 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4779
4780         * djvu/djvu-document.c: (djvu_document_get_page_size):
4781
4782         Display a warning message when get_pageinfo fails. 
4783
4784 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4785
4786         * Makefile.am:
4787         * backend/Makefile.am:
4788         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4789         * configure.ac:
4790         * shell/ev-window.c: (build_comments_string):
4791         
4792         Make pdf compilation optional. See bug #38007.
4793
4794 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4795
4796         * ps/ps.c: (get_next_text):
4797
4798         Fix CVE-2006-5864.
4799
4800 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4801
4802         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4803         * shell/ev-navigation-action.c: (connect_proxy),
4804         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4805         
4806         Do not call g_type_class_peek_parent twice.
4807
4808 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4809
4810         * configure.ac:
4811         * data/icons/24x24/.cvsignore:
4812         * data/icons/24x24/Makefile.am:
4813         * data/icons/24x24/evince.png:
4814         * data/icons/Makefile.am:
4815         
4816         Add 24x24 icon. Thanks to 
4817         Michael Monreal <infernux@web.de>.
4818
4819 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4820
4821         * configure.ac: Fix typo in configure.ac. Thanks
4822         to dmacks@netspace.org for notification.
4823
4824 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4825
4826         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4827         
4828         Drop dbus include, fixes compilation with older dbus.
4829
4830 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4831
4832         * configure.ac:
4833         * cut-n-paste/Makefile.am:
4834         * cut-n-paste/totem-screensaver/.cvsignore
4835         * cut-n-paste/totem-screensaver/Makefile.am:
4836         * cut-n-paste/totem-screensaver/README:
4837         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4838         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4839         * shell/Makefile.am:
4840         * shell/ev-window.c: (ev_window_run_presentation),
4841         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4842         (ev_window_init):
4843
4844         Implemented screensaver enabling/disabling for
4845         presentation mode (not fullscreen mode). Code stolen
4846         from Totem (with some minor tweaks). Fixes bug #338889.
4847
4848 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4849
4850         * configure.ac:
4851
4852         Bump gnome-icon-theme requirements. We use the rotation
4853         icons that appeared recently.
4854
4855 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4856
4857         * shell/ev-history.c: (ev_history_add_page):
4858         * shell/ev-history.h:
4859         * shell/ev-window.c: (page_changed_cb):
4860         
4861         Use page labels instead of numbers.
4862
4863 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4864
4865         * data/evince-toolbar.xml:
4866         * po/POTFILES.in:
4867         * shell/Makefile.am:
4868         * shell/ev-navigation-action-widget.c:
4869         (ev_navigation_action_widget_init),
4870         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4871         (menu_detacher), (ev_navigation_action_widget_set_menu),
4872         (menu_position_func), (popup_menu_under_arrow),
4873         (ev_navigation_action_widget_toggled),
4874         (ev_navigation_action_widget_button_press_event):
4875         * shell/ev-navigation-action-widget.h:
4876         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4877         (ev_navigation_action_set_window), (activate_menu_item_cb),
4878         (new_history_menu_item), (new_empty_history_menu_item),
4879         (build_menu), (menu_activated_cb), (connect_proxy),
4880         (create_tool_item), (ev_navigation_action_init),
4881         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4882         * shell/ev-navigation-action.h:
4883         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4884         (ev_page_action_widget_set_page_cache),
4885         (ev_page_action_widget_finalize),
4886         (ev_page_action_widget_class_init), (match_selected_cb),
4887         (display_completion_text), (match_completion), (build_new_tree_cb),
4888         (get_filter_model_from_model),
4889         (ev_page_action_widget_update_model):
4890         * shell/ev-page-action-widget.h:
4891         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4892         (connect_proxy):
4893         * shell/ev-page-action.h:
4894         * shell/ev-stock-icons.c:
4895         * shell/ev-stock-icons.h:
4896         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4897         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4898         (register_custom_actions):
4899         * shell/main.c:
4900         
4901         Preliminary history implementation
4902
4903 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4904
4905         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4906         (dvi_document_class_init), (dvi_document_init_params):
4907         * dvi/mdvi-lib/font.c: (font_reference):
4908         
4909         Add reference to subfont. Fixes bug #374277.
4910
4911 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4912
4913         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4914         (ev_window_cmd_file_open_copy_at_dest):
4915
4916         Fix a race condition when creating symlink. Increase the counter
4917         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4918         Mathias Hasselmann).
4919
4920 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4921
4922         * backend/Makefile.am:
4923         * backend/ev-attachment.c: (ev_attachment_open):
4924         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4925         (ev_tmp_dir), (ev_tmp_filename):
4926         * shell/ev-sidebar-attachments.c:
4927         (ev_sidebar_attachments_drag_data_get):
4928         * shell/ev-window.c: (ev_window_clear_temp_file):
4929
4930         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4931         in ensure_dir_exists. Abort without crashing when we can't create
4932         user's directory.
4933
4934 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4935
4936         * data/evince-ui.xml:
4937         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4938         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4939         (ev_window_cmd_file_open_copy_at_dest),
4940         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4941         (ev_view_popup_cmd_open_link_new_window):
4942
4943         Allow opening a copy of the current document in a new window. Fixes bug
4944         #357472
4945
4946 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4947
4948         * data/evince-toolbar.xml:
4949         
4950         Add rotate right and rotate left to available items for toolbar.
4951         
4952         * data/evince-ui.xml:
4953         * shell/ev-window.c: (ev_window_init):
4954         
4955         Customize toolbar with right click. Fixes bug #372451.
4956
4957 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4958
4959         * shell/ev-window.c: 
4960         
4961         Use "object-rotate-{left,right}" stock icons. Fixes 
4962         bug #373863.
4963
4964 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4965
4966         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4967         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4968         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4969         (ev_window_open_uri):
4970         * shell/main.c: (arguments_parse):
4971
4972         Remove temp file created when evince is used by GTK+ in
4973         preview mode. Fixes bug #365282. 
4974
4975 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4976
4977         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4978         
4979         Fixes bug #372474 - Side pane disabled when entering 
4980         and leaving fullscreen mode.
4981
4982 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4983
4984         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4985         * data/Makefile.am:
4986         * data/evince-preview-toolbar.xml:
4987         * data/evince-toolbar.xml:
4988         * shell/ev-application.c: (ev_application_shutdown),
4989         (ev_application_init), (ev_application_get_toolbars_model):
4990         * shell/ev-application.h:
4991         * shell/ev-window.c: (update_chrome_visibility),
4992         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4993         (ev_window_cmd_edit_toolbar), (ev_window_init):
4994         
4995         Fixes bug #364364 - toolbar editor shows zoom actions again.
4996
4997 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4998
4999         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5000
5001         Do not take margins into consideration for paper size when printing.
5002         Really fixes bug #350491.
5003
5004 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5005
5006         * data/evince-ui.xml:
5007         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5008         (ev_window_cmd_file_print_setup),
5009         (ev_window_print_dialog_response_cb),
5010         (ev_window_setup_action_sensitivity):
5011
5012         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5013
5014 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5015
5016         * shell/ev-window.c: (ev_window_print_range):
5017
5018         Revert my previuos commit, since printing to PDF is not supported by
5019         evince yet. 
5020
5021 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5022
5023         * shell/ev-window.c: (ev_window_print_range):
5024
5025         Enable print to a PDF. Fixes bug #332121.
5026
5027 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5028
5029         * shell/ev-application-service.xml:
5030         * shell/ev-application.[ch]: (ev_application_open_window),
5031         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5032         (ev_application_open_uri), (ev_application_open_uri_list):
5033         * shell/ev-window.c: (file_open_dialog_response_cb),
5034         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5035         (drag_data_received_cb), (open_remote_link):
5036         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5037
5038         Add support for multiscreen systems. Fixes bug #316206.
5039
5040 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5041
5042         * shell/ev-jobs.[ch]: (ev_job_print_new),
5043         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5044         (ev_job_print_do_page):
5045         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5046
5047         Allow printing only odd/even pages. Fixes bug #367289.
5048
5049 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5050
5051         * test/test1.py:
5052         * test/test2.py:
5053
5054         Re-add locale settings to test files.
5055
5056 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5057
5058         * data/evince-ui.xml:
5059         * shell/ev-window.c: (set_action_properties):
5060         
5061         Removed garbage from code and ui.
5062
5063 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5064
5065         * shell/ev-window.c: (ev_window_cmd_help_about):
5066
5067         Shamelessly add my name to the list of contributors.
5068
5069 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5070
5071         * test/test1.py:
5072         * test/test2.py:
5073
5074         Cleaned up the dogtail scripts.
5075
5076 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5077
5078         * shell/ev-view.c: (draw_loading_text): Don't render
5079         "loading..." text in presentation mode. Temporary
5080         workaround for bug #320352.
5081
5082 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5083
5084         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5085         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5086
5087         Use print settings scale, copies, collate and reverse which were
5088         ignored. Fixes bug #359032.
5089
5090 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5091
5092         * configure.ac:
5093         * data/evince-password.glade:
5094         * test/Makefile.am:
5095         * test/test-encrypt.pdf:
5096         * test/test-links.pdf:
5097         * test/test1.py:
5098         * test/test2.py:
5099
5100         Add automated UI tests for evince with dogtail. See
5101         bug #300948.    
5102
5103 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5104
5105         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5106
5107         Hide fullscreen toolbar when switching to another desktop workspace.
5108         Fixes bug #338871
5109
5110 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5111
5112         * shell/ev-window-title.c: 
5113         
5114         Test for .dvi in title of pdf documents.
5115
5116 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5117
5118         * shell/ev-view.c: (ev_view_scroll):
5119
5120         Page Up/Down should do page jumps in "Best fit" mode.
5121         If a user has explicitly chosen to view exactly one page
5122         at a time, scrolling just a part of the page when
5123         pressing Page Up/Down is not right. Fixes bug #323107.
5124
5125 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5126
5127         * NEWS:
5128         * configure.ac:
5129         
5130         Update for 0.6.1
5131
5132 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5133
5134         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5135         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5136         
5137         Correctly disconnect from job signals on destroy.
5138
5139 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5140
5141         * shell/ev-view-private.h:
5142         * shell/ev-view.c: (view_set_adjustment_values),
5143         (view_update_range_and_current_page),
5144         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5145         
5146         Fixes bug #343199, current page now follows find page.
5147
5148 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5149
5150         * backend/ev-document-factory.c:
5151         * configure.ac:
5152         Assigned OpenDocument presenation MIME type to the
5153         Impress backend. Added some missing (but harmless)
5154         #ifdefs in the document factory as well to make things
5155         consistent again. Fixes bug #360658.
5156
5157 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5158
5159         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5160         * backend/ev-document-find.c: (ev_document_find_get_type):
5161         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5162         * backend/ev-document-links.c: (ev_document_links_get_type):
5163         * backend/ev-document-security.c: (ev_document_security_get_type):
5164         * backend/ev-document-thumbnails.c:
5165         (ev_document_thumbnails_get_type):
5166         * backend/ev-document.c: (ev_document_get_type):
5167         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5168         * backend/ev-selection.c: (ev_selection_get_type):
5169         * cut-n-paste/recent-files/egg-recent-model.c:
5170         (egg_recent_model_get_type):
5171         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5172         (egg_recent_view_uimanager_get_type):
5173         * cut-n-paste/recent-files/egg-recent-view.c:
5174         (egg_recent_view_get_type):
5175         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5176         (egg_editable_toolbar_get_type):
5177         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5178         (egg_toolbar_editor_get_type):
5179         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5180         (egg_toolbars_model_get_type):
5181         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5182         (egg_tree_multi_drag_source_get_type):
5183         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5184         (ephy_zoom_action_get_type):
5185         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5186         (ephy_zoom_control_get_type):
5187         * impress/r_back.c: (_imp_fill_back):
5188         * properties/ev-properties-main.c:
5189         (ev_properties_plugin_register_type):
5190         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5191         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5192         (ev_view_accessible_factory_get_type):
5193
5194         Reduce relocations. Bug #360616.
5195
5196 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5197
5198         * backend/ev-document-factory.c:
5199         (ev_document_factory_get_document):
5200         
5201         Load document even if extension is wrong.
5202
5203 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5204
5205         * shell/ev-metadata-manager.c: (save_values):
5206         * shell/ev-window.c: (setup_size_from_metadata),
5207         (setup_view_from_metadata), (ev_window_setup_document),
5208         (ev_window_xfer_job_cb), (window_configure_event_cb):
5209         
5210         Set size according to the document size/page size ratio.
5211         That should correct rather wierd behaviour of the previous
5212         commit.
5213
5214 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5215
5216         * shell/ev-window.c: (setup_view_from_metadata):
5217         
5218         Set size for new windows from previous window size.
5219         See bugs #354968 and #168450 for details. Thanks
5220         to Meik Hellmund.
5221
5222 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5223
5224         * djvu/djvu-links.c: (build_tree):
5225
5226         Fix memory leak.
5227
5228 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5229
5230         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5231         
5232         Don't make sidebar close button insensitive. Fixes
5233         bug #357871.
5234
5235 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5236
5237         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5238         (ev_window_set_view_accels_sensitivity):
5239         
5240         Don't enable Slash on documents which don't support
5241         find. Fixes bug #358648.
5242
5243 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5244
5245         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5246         open dialog fall back to the current document uri if the
5247         filechooser hasn't been used before. Fixes bug #356980.
5248
5249 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5250
5251         * shell/ev-window.c: (ev_window_setup_recent), 
5252         (ev_window_get_recent_file_label):
5253
5254         Escape underscores in filenames of recent file items.
5255
5256 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5257
5258         * configure.ac:
5259         
5260         Bumped poppler requirements, really 0.5.3 is very 
5261         buggy, now we require 0.5.4.
5262
5263 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5264
5265         * djvu/Makefile.am:
5266         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5267         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5268         (djvu_document_document_links_iface_init):
5269         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5270         (number_from_string_10), (get_djvu_link_dest),
5271         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5272         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5273         (djvu_links_get_links), (djvu_links_find_link_dest),
5274         (djvu_links_get_links_model):
5275         * djvu/djvu-links.h:
5276         
5277         Add support for links and bookmarks in djvu documents. Thanks
5278         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5279         patch.
5280
5281 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5282
5283         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5284         
5285         Reopen should reload document. Fixes 
5286         bug 327951.
5287
5288 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5289
5290         * configure.ac:
5291         * data/Makefile.am:
5292         * data/evince-16.png:
5293         * data/evince-22.png:
5294         * data/evince.png:
5295         * data/evince.svg:
5296         * data/icons/16x16/Makefile.am:
5297         * data/icons/16x16/evince.png:
5298         * data/icons/22x22/Makefile.am:
5299         * data/icons/22x22/evince.png:
5300         * data/icons/48x48/Makefile.am:
5301         * data/icons/48x48/evince.png:
5302         * data/icons/Makefile.am:
5303         * data/icons/scalable/Makefile.am:
5304         * data/icons/scalable/evince.svg:
5305         
5306         Install icons with correct names. Fixes
5307         bug #354429.
5308
5309 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5310
5311         * shell/ev-view.c: (ev_view_button_release_event):
5312
5313         Don't open links with middle mouse button. Fixes bug #353649
5314
5315 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5316
5317         * NEWS:
5318         * configure.ac:
5319         
5320         Update for release 0.6.0
5321
5322 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5323
5324         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5325         Implement Close named action. Patch by Carlos Garcia Campos.
5326
5327 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5328
5329         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5330         
5331         Don't clear link mapping on copy_job_to_job_info. Fixes
5332         bug 346168.
5333
5334 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5335
5336         * shell/main.c: (main):
5337
5338         Revert my previous commit, gnome_program_init owns the option context.
5339         Fix another memory leak in main. Both caught by Christian Persch. 
5340
5341 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5342
5343         * shell/main.c: (main):
5344
5345         Fix memory leak.
5346
5347 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5348
5349         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5350
5351         Fix crash when opening a pdf with password protection. 
5352
5353 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5354
5355         * pdf/ev-poppler.cc: (pdf_document_search_free):
5356
5357         Fix memory leak. 
5358
5359 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5360
5361         * backend/ev-document-factory.c:
5362         (ev_document_factory_get_document):
5363         * tiff/tiff-document.c: (tiff_document_finalize):
5364         
5365         More correct handling of document loading. Fixes
5366         bug #349043.
5367
5368 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5369
5370         * backend/ev-attachment.c: (ev_attachment_save):
5371
5372         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5373         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5374
5375 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5376         
5377         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5378         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5379
5380 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5381
5382         * shell/ev-sidebar-thumbnails.c:
5383
5384         Do not render thumbnails unless thumbnails page is active in the
5385         sidebar.
5386
5387 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5388
5389         * shell/ev-properties-dialog.c:
5390
5391         Fix dialogue spacing. Bug #351370.
5392
5393 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5394
5395         * configure.ac:
5396
5397         Use lowercase gettext catalog file names (evince.mo
5398         instead of Evince.mo)
5399
5400 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5401
5402         * shell/ev-sidebar-attachments.c:
5403
5404         GtkIconTheme is now screen safe too. Fixes bug #350878
5405
5406 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5407
5408         * shell/ev-window.c:
5409
5410         GtkRecent manager is now screen safe. Fixes bug #350145
5411
5412 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5413
5414         * shell/ev-sidebar.c: (ev_sidebar_init):
5415         
5416         Make sidebar close icon smaller. Fix for bug 350177.
5417         See also bugs 350176 and 165770.
5418
5419 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5420
5421         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5422
5423         Ignore zoom for xyz destinations when it's <= 1, keeping user
5424         preferences instead. Set correct sizing-mode for fith and fitv
5425         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5426
5427 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5428
5429         * NEWS:
5430         * configure.ac:
5431         
5432         Update for release 0.5.5
5433
5434 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5435         
5436         * shell/ev-window.c: (ev_window_cmd_escape)
5437
5438         Escape unfocus page entry. Fixes bug #345809.
5439
5440 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5441
5442         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5443         (build_tree), (pdf_document_links_get_links),
5444         (pdf_document_links_find_link_dest):
5445         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5446         (goto_xyz_dest):
5447
5448         Convert from PDF style coordinates to X style coordinates in the
5449         backend rather than in the view. Fixes bug #338440
5450
5451 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5452
5453         * shell/ev-window.c:
5454         
5455         Remove Ctrl+Shift+T shortcut for toolbars. See
5456         the bug #350098.
5457
5458 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5459
5460         * configure.ac:
5461
5462         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5463         of this. 
5464
5465 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5466
5467         * configure.ac:
5468         * cut-n-paste/Makefile.am:
5469         * data/evince-ui.xml:
5470         * shell/Makefile.am:
5471         * shell/ev-application.[ch]:
5472         * shell/ev-window.c:
5473
5474         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5475         #349273
5476
5477 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5478
5479         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5480         findbar code: s/help/search/
5481
5482 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5483
5484         * shell/ev-window.c: (setup_document_from_metadata),
5485         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5486         (setup_view_from_metadata):
5487         
5488         Fix memory leaks.
5489
5490 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5491
5492         * autogen.sh, configure.ac: 
5493         
5494         Update automake usage. See bug 349292.
5495
5496 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5497
5498         * shell/eggfindbar.c: (egg_find_bar_class_init),
5499         (entry_activate_callback), (egg_find_bar_init),
5500         (egg_find_bar_set_status_text):
5501         * shell/eggfindbar.h:
5502         
5503         Unify Evince findbar with Epiphany. Nice patch
5504         from Fabricio Silva <silva@crans.org> and
5505         Frederic Peters <fpeters@entrouvert.com>. See
5506         bug #339966 for details.
5507
5508 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5509
5510         * data/evince.desktop.in.in:
5511         
5512         Correct information for bugzilla. Thanks to
5513         Olaf Vitters, see bug #348855.
5514
5515 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5516
5517         * shell/ev-jobs.[ch]:
5518         * shell/ev-sidebar-links.c:
5519         * shell/ev-window.[ch]:
5520
5521         GtkPrintJob doesn't support print ranges or current page, so we export
5522         to a ps file now when printing ranges or current page.
5523
5524 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5525
5526         * pdf/ev-poppler.cc:
5527         * shell/ev-window.c: (do_action_named):
5528
5529         We should be more clear about bugzilla. See the
5530         poppler bug #7623.
5531
5532 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5533
5534         * configure.ac:
5535         * shell/Makefile.am:
5536         * shell/ev-job-queue.c:
5537         * shell/ev-jobs.[ch]:
5538         * shell/ev-sidebar-links.c:
5539         * shell/ev-window.[ch]:
5540         
5541         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5542         #348422
5543
5544 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5545
5546         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5547         * shell/ev-application-service.xml:
5548         * shell/ev-application.[ch]:
5549         * shell/ev-jobs.[ch]:
5550         * shell/ev-window.[ch]: (ev_window_run_preview):
5551         * shell/main.c: 
5552
5553         Add preview mode to use evince as a printing previewer. It also adds
5554         other command line options for fullscreen and presentation modes.
5555         Fixes bugs #347822, #317031
5556
5557 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5558
5559         * NEWS:
5560         * configure.ac:
5561         
5562         Update for release 0.5.4
5563
5564 2006-07-11  Bastien Nocera <hadess@hadess.net>
5565
5566         * Makefile.am:
5567         * backend/Makefile.am:
5568         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5569         * backend/ev-document-factory.h:
5570         * configure.ac:
5571         * impress/.cvsignore:
5572         * impress/Makefile.am:
5573         * impress/common.h:
5574         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5575         (imp_get_page), (imp_next_page), (imp_prev_page),
5576         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5577         * impress/f_oasis.c: (render_object), (render_page),
5578         (get_geometry), (_imp_oasis_load):
5579         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5580         (_imp_oo13_load):
5581         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5582         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5583         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5584         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5585         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5586         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5587         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5588         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5589         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5590         (iks_new_within), (iks_insert), (iks_insert_cdata),
5591         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5592         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5593         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5594         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5595         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5596         (iks_cdata), (iks_cdata_size), (iks_has_children),
5597         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5598         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5599         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5600         (iks_tree), (iks_load), (iks_save):
5601         * impress/iksemel.h:
5602         * impress/imposter.h:
5603         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5604         (imp_render_draw_bezier_real), (imp_render_get_size),
5605         (imp_render_set_fg_color), (imp_render_draw_line),
5606         (imp_render_draw_rect), (imp_render_draw_polygon),
5607         (imp_render_draw_arc), (imp_render_draw_bezier),
5608         (imp_render_open_image), (imp_render_get_image_size),
5609         (imp_render_scale_image), (imp_render_draw_image),
5610         (imp_render_close_image), (imp_render_markup),
5611         (imp_render_get_text_size), (imp_render_draw_text),
5612         (impress_document_load), (impress_document_save),
5613         (impress_document_get_n_pages), (impress_document_get_page_size),
5614         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5615         (impress_document_finalize), (impress_document_class_init),
5616         (impress_document_can_get_text), (impress_document_get_info),
5617         (impress_document_document_iface_init),
5618         (impress_document_thumbnails_get_thumbnail),
5619         (impress_document_thumbnails_get_dimensions),
5620         (impress_document_document_thumbnails_iface_init),
5621         (impress_document_init):
5622         * impress/impress-document.h:
5623         * impress/internal.h:
5624         * impress/r_back.c: (_imp_fill_back):
5625         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5626         (_imp_draw_image), (_imp_tile_image):
5627         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5628         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5629         (r_polyline):
5630         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5631         (r_draw_gradient_complex), (r_draw_gradient):
5632         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5633         (r_get_bullet):
5634         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5635         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5636         (r_text):
5637         * impress/render.c: (imp_create_context), (imp_context_set_page),
5638         (imp_context_set_step), (imp_render), (imp_delete_context):
5639         * impress/render.h:
5640         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5641         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5642         (zip_load_xml), (zip_get_size), (zip_load):
5643         * impress/zip.h:
5644         * shell/ev-utils.c:
5645         
5646         New backend to support impress slides. Fixes bug #30867.
5647
5648 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5649
5650         * shell/ev-utils.c: (using_postscript_printer):
5651         
5652         Fixes crash when print using PAPI backend,
5653         bug #345012.
5654
5655 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5656
5657         * shell/ev-jobs.c: (ev_job_xfer_run):
5658         * shell/ev-window.c: (password_dialog_response),
5659         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5660         (ev_window_dispose):
5661         Fixes bug #344160: if the xfer job doesn't complete
5662         because a password is required, reload the existing
5663         instance instead of creating a new one.
5664
5665 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5666
5667         * shell/main.c: (main): Call gdk_threads_init. Thus
5668         we'll avoid errors in auth dialog. Fix for the bug
5669         #343347.
5670
5671 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5672
5673         * configure.ac: Advertise pixbuf support, fix
5674         for the bug 343317.
5675
5676 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5677
5678         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5679         (ev_sidebar_thumbnails_set_document):
5680         
5681         Update sidebar thumbnails after reloading.
5682
5683 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5684
5685         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5686         * shell/ev-jobs.h:
5687         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5688         (ev_window_cmd_view_reload), (ev_window_init):
5689         
5690         Don't crash on reload. Fix for the bug #343167.
5691
5692 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5693
5694         * shell/ev-jobs.c: (ev_job_render_run):
5695         
5696         Check for document links.
5697
5698 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5699
5700         * backend/ev-attachment.c: (ev_attachment_save),
5701         (ev_attachment_launch_app), (ev_attachment_open):
5702         * backend/ev-document-factory.c: (get_document_from_uri):
5703         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5704         (egg_recent_view_uimanager_set_list):
5705         * ps/ps-document.c: (check_filecompressed), (document_load),
5706         (ps_document_load):
5707         * shell/ev-metadata-manager.c: (load_values):
5708         * shell/ev-password.c: (ev_password_dialog_set_property):
5709         * shell/ev-view.c: (tip_from_link):
5710         * shell/ev-window.c: (file_save_dialog_response_cb),
5711         (ev_window_print_dialog_response_cb):
5712         
5713         Use consistent quoting style. Fix for the bug #320285.
5714
5715 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5716
5717         * shell/ev-jobs.c: (ev_job_xfer_run):
5718         * shell/main.c: (load_files):
5719                 
5720         Open links with anchors. Fix for the bug #339836.
5721
5722 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5723
5724         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5725         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5726         (ev_link_dest_set_property), (ev_link_dest_finalize),
5727         (ev_link_dest_class_init), (ev_link_dest_new_named),
5728         (ev_link_dest_new_page_label):
5729         * backend/ev-link-dest.h:
5730         * shell/ev-application.c: (ev_application_open_uri):
5731         * shell/ev-view.c: (goto_dest):
5732         * shell/ev-window.c:
5733         * shell/ev-window.h:
5734         
5735         Fix page-label command line option. Bug #342070.
5736
5737 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5738
5739         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5740         
5741         Don't show highlight rects if page can't be showed. Fix for 
5742         the bug #342076
5743
5744 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5745
5746         * shell/ev-window.c: (setup_sidebar_from_metadata),
5747         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5748         
5749         Setup sidebar from metadata even if there is no document
5750         loaded. Fix for the bug #342807.
5751
5752 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5753
5754         * cut-n-paste/toolbar-editor/Makefile.am:
5755         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5756         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5757         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5758         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5759         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5760         (popup_context_menu_cb), (button_press_event_cb),
5761         (configure_item_sensitivity), (configure_item_cursor),
5762         (configure_item_tooltip), (connect_widget_signals),
5763         (action_sensitive_cb), (create_item_from_action),
5764         (create_item_from_position), (toolbar_drag_data_received_cb),
5765         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5766         (toolbar_drag_leave_cb), (configure_drag_dest),
5767         (toggled_visibility_cb), (toolbar_visibility_refresh),
5768         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5769         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5770         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5771         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5772         (egg_editable_toolbar_dispose),
5773         (egg_editable_toolbar_set_ui_manager),
5774         (egg_editable_toolbar_get_selected),
5775         (egg_editable_toolbar_set_selected), (set_edit_mode),
5776         (egg_editable_toolbar_set_property),
5777         (egg_editable_toolbar_get_property),
5778         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5779         (egg_editable_toolbar_new_with_model),
5780         (egg_editable_toolbar_get_edit_mode),
5781         (egg_editable_toolbar_set_edit_mode),
5782         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5783         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5784         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5785         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5786         (item_added_or_removed_cb), (toolbar_removed_cb),
5787         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5788         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5789         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5790         (editor_create_item_from_name), (append_table),
5791         (update_editor_sheet), (egg_toolbar_editor_init):
5792         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5793         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5794         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5795         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5796         (toolbar_node_free), (egg_toolbars_model_get_flags),
5797         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5798         (egg_toolbars_model_get_name), (impl_add_item),
5799         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5800         (parse_data_list), (parse_item_list), (parse_toolbars),
5801         (egg_toolbars_model_load_toolbars), (parse_available_list),
5802         (parse_names), (egg_toolbars_model_load_names),
5803         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5804         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5805         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5806         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5807         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5808         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5809         (egg_toolbars_model_set_types), (fill_avail_array),
5810         (egg_toolbars_model_get_name_avail),
5811         (egg_toolbars_model_get_name_flags),
5812         (egg_toolbars_model_set_name_flags):
5813         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5814         * cut-n-paste/toolbar-editor/eggintl.h:
5815         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5816         (egg_tree_multi_drag_source_get_type),
5817         (egg_tree_multi_drag_source_row_draggable),
5818         (egg_tree_multi_drag_source_drag_data_delete),
5819         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5820         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5821         (path_list_free), (set_context_data), (get_context_data),
5822         (get_info), (egg_tree_multi_drag_drag_data_get),
5823         (egg_tree_multi_drag_motion_event),
5824         (egg_tree_multi_drag_button_press_event),
5825         (egg_tree_multi_drag_add_drag_support):
5826         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5827         * shell/ev-application.c: (ev_application_init),
5828         (ev_application_save_toolbars_model):
5829         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5830         (ev_window_cmd_edit_toolbar), (ev_window_init):
5831         
5832         Sync toolbareditor with epiphany and libegg
5833
5834 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5835
5836         * configure.ac: 
5837
5838         Depend on poppler 0.5.2
5839
5840 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5841
5842         * shell/ev-jobs.c: (ev_job_render_run):
5843         
5844         Check if document supports links iterface.
5845
5846 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5847
5848         * NEWS:
5849         * configure.ac:
5850         
5851         Update for release 0.5.3
5852
5853 2006-05-13  Michael Plump  <plumpy@skylab.org>
5854
5855         * configure.ac:
5856         * shell/Makefile.am:
5857         * shell/main.c: (main):
5858         
5859         Port to GOption command line parsing. Fix for the 
5860         bug #327518
5861
5862 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5863
5864         * shell/ev-window.c: (ev_window_cmd_help_about):
5865         
5866         Do not wrap license. Fix for the bug #309460.
5867
5868 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5869
5870         * configure.ac:
5871         * properties/ev-properties-main.c: (ev_properties_get_pages):
5872         * shell/ev-application.c: (ev_application_open_window),
5873         (ev_application_open_uri_at_dest):
5874         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5875         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5876         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5877         * shell/ev-utils.c: (save_print_config_to_file):
5878         * shell/ev-window.c: (ev_window_cmd_save_as),
5879         (ev_attachment_popup_cmd_save_attachment_as):
5880         * shell/main.c: (load_files_remote):
5881         
5882         Bump requirements to gtk 2.8 and drop all ifdefs used.
5883
5884 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5885
5886         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5887         * shell/ev-window.c: (ev_window_init):
5888         
5889         Show attachments page.
5890
5891 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5892
5893         * po/POTFILES.in:
5894         * shell/ev-attachment-bar.c:
5895         * shell/ev-attachment-bar.h:
5896         * shell/ev-sidebar-attachments.c:
5897         (ev_sidebar_attachments_icon_cache_add),
5898         (icon_theme_get_pixbuf_from_mime_type),
5899         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5900         (ev_sidebar_attachments_icon_cache_refresh),
5901         (ev_sidebar_attachments_get_attachment_at_pos),
5902         (ev_sidebar_attachments_popup_menu_show),
5903         (ev_sidebar_attachments_popup_menu),
5904         (ev_sidebar_attachments_button_press),
5905         (ev_sidebar_attachments_update_icons),
5906         (ev_sidebar_attachments_drag_data_get),
5907         (ev_sidebar_attachments_get_property),
5908         (ev_sidebar_attachments_destroy),
5909         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5910         (ev_sidebar_attachments_new),
5911         (ev_sidebar_attachments_set_document),
5912         (ev_sidebar_attachments_support_document),
5913         (ev_sidebar_attachments_get_label),
5914         (ev_sidebar_attachments_page_iface_init):
5915         * shell/ev-sidebar-attachments.h:
5916         * shell/ev-window.c: (update_chrome_visibility),
5917         (setup_sidebar_from_metadata), (ev_window_setup_document),
5918         (ev_window_sidebar_current_page_changed_cb),
5919         (attachment_bar_menu_popup_cb), (ev_window_init):
5920         
5921         Move attachments bar to sidebar.
5922
5923 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5924
5925         * pdf/ev-poppler.cc:
5926         * shell/ev-application.[ch]:
5927         * shell/main.c:
5928
5929         Fix some memory leaks.
5930
5931 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5932
5933         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5934
5935         Change the properties dialog response to
5936         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5937         will make the dialog go away when the user presses
5938         enter. With gtk+ >= 2.9 this will happen anyway, but for
5939         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5940         escape by default. Fixes bug #340539. See also bug
5941         #101293 for the gtk+ part.
5942
5943 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5944
5945         * shell/ev-view.c (tip_from_action_named): Replace some strings
5946         that were wrong. Closes #340970.
5947
5948 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5949
5950         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5951
5952         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5953         #341049
5954
5955 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5956
5957         * djvu/Makefile.am:
5958         * dvi/Makefile.am:
5959         * dvi/mdvi-lib/Makefile.am:
5960         * properties/Makefile.am:
5961         * ps/Makefile.am:
5962         * shell/Makefile.am:
5963         * thumbnailer/Makefile.am:
5964         
5965         Due to broken libtool that is unable to track dependencies
5966         of noinst libraries we are forced to explicitely point
5967         libraries for binary. Fix for the bug #333334.
5968
5969 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5970
5971         * data/evince.desktop.in.in:
5972         * shell/ev-view.c: (view_update_range_and_current_page),
5973         (ev_view_next_page), (ev_view_previous_page):
5974         * shell/ev-window.c: (update_chrome_visibility),
5975         (setup_sidebar_from_metadata), (ev_window_setup_document),
5976         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5977         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5978         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5979         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5980         (ev_window_stop_presentation), (ev_window_focus_in_event),
5981         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5982         (ev_window_init):
5983         * thumbnailer/Makefile.am:
5984         
5985         Update fullscreen and presentation timeout handling. Hide
5986         cursor in presentation after timeout. Fix for the bugs
5987         #136359 and #336981.
5988
5989 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5990
5991         * backend/ev-link-action.[ch]:
5992         * pdf/ev-poppler.cc: (ev_link_from_action):
5993         * shell/ev-view-private.h:
5994         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5995         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5996
5997         Add support for Named Action links
5998
5999 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6000
6001         * backend/Makefile.am:
6002         * backend/ev-document-links.[ch]:
6003         * backend/ev-document.[ch]:
6004         * backend/ev-link-action.[ch]:
6005         * backend/ev-link-dest.[ch]:
6006         * backend/ev-link.[ch]:
6007         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6008         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6009         * shell/ev-page-action.c: (build_new_tree_cb):
6010         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6011         (links_page_num_func), (update_page_callback):
6012         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6013         (tip_from_link):
6014         * shell/ev-jobs.c:
6015         * shell/ev-window.[ch]: (ev_window_open_uri),
6016         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6017         * shell/ev-application.[ch]: (ev_application_open_window),
6018         (ev_application_open_uri):
6019
6020         Rework links system, it adds support for remote links now and it makes
6021         easier to add new kinds of actions and destinations. Fixes bug #317292
6022
6023 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6024
6025         * data/Makefile.am:
6026         * data/evince.png:
6027         * data/evince-16.png:
6028         * data/evince-22.png:
6029         * data/evince.svg:
6030         * shell/main.c: (main):
6031         
6032         Evince use it's own icon. Fix for the bug #313392.
6033
6034         * shell/ev-window.c: (fullscreen_timeout_cb),
6035         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6036         (ev_window_cmd_help_about), (ev_window_dispose):
6037         
6038         Simplify fullscreen timeout code.
6039
6040 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6041
6042         * backend/ev-attachment.c: 
6043         * shell/ev-attachment-bar.c:
6044         * shell/ev-window.c:
6045
6046         Allow multiple selection of attachments
6047
6048 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6049
6050         * shell/ev-view.c: (view_update_range_and_current_page),
6051         (ev_view_scroll):
6052         
6053         Fix for the bug #312573 – Optimal selection of current 
6054         page among visible pages.
6055
6056 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6057
6058         * configure.ac:
6059         * djvu/Makefile.am:
6060         * djvu/djvu-text.h:
6061         
6062         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6063         for the bug 339868.
6064
6065 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6066
6067         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6068
6069 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6070
6071         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6072         dictated by the GNOME HIG. Fixes bug #339235.
6073
6074 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6075
6076         * data/evince-ui.xml:
6077         * shell/ev-view.c: (ev_view_can_find_previous):
6078         * shell/ev-view.h:
6079         * shell/ev-window.c: (ev_window_update_actions),
6080         (ev_window_cmd_edit_find_previous):
6081
6082         Add support for "Find Previous" as dictated by the GNOME HIG. A
6083         menu item is added and some glue code to make it all work is added
6084         to various files.
6085
6086 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6087
6088         * configure.ac: Award myself the "useless use of cat" award.
6089
6090 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6091
6092         * po/LINGUAS: New file listing all supported languages.
6093
6094         * configure.in: Use po/LINGUAS instead of including all languages
6095         directly in this file. See the wiki for more information:
6096         http://live.gnome.org/GnomeGoals/PoLinguas
6097
6098 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6099
6100         * backend/ev-document-factory.c:
6101
6102         Do not load the document twice when there isn't errors
6103
6104 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6105
6106         * backend/ev-attachment.c: 
6107
6108         Fix a crash when there isn't a default application to open an
6109         attachment
6110
6111 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6112
6113         * backend/ev-attachment.[ch]:
6114         * shell/ev-attachment-bar.[ch]:
6115
6116         Added missing files. 
6117
6118 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6119
6120         * backend/Makefile.am:
6121         * data/evince-ui.xml:
6122         * backend/ev-attachment.[ch]:
6123         * backend/ev-document.[ch]: (ev_document_has_attachments),
6124         (ev_document_get_attachments):
6125         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6126         (attachment_save_to_buffer), (pdf_document_get_attachments),
6127         (pdf_document_document_iface_init):
6128         * shell/Makefile.am:
6129         * shell/ev-attachment-bar.[ch]:
6130         * shell/ev-window.c:
6131
6132         Add support for PDF attachments. Fixes bug #325143
6133
6134 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6135
6136         * backend/ev-document-factory.c: (get_document_from_uri),
6137         (ev_document_factory_get_document):
6138         * backend/ev-document-factory.h:
6139         * properties/ev-properties-main.c: (ev_properties_get_pages):
6140         * shell/Makefile.am:
6141         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6142         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6143         (ev_job_queue_remove_job):
6144         * shell/ev-job-queue.h:
6145         * shell/ev-job-xfer.c:
6146         * shell/ev-job-xfer.h:
6147         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6148         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6149         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6150         (ev_job_xfer_run):
6151         * shell/ev-jobs.h:
6152         * shell/ev-window.c: (ev_window_is_empty),
6153         (password_dialog_response), (ev_window_clear_xfer_job),
6154         (ev_window_xfer_job_cb), (ev_window_open_uri),
6155         (ev_window_cmd_focus_page_selector),
6156         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6157         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6158         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6159         (ev_window_dispose):
6160         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6161         
6162         * Cleanup mime type detection on document load. Fix for the
6163         bug #336448.
6164
6165 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6166
6167         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6168         
6169         Fix crash on exit, described in the bug #336825.
6170
6171 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6172
6173         * backend/ev-document-factory.c:
6174         (ev_document_factory_get_from_mime),
6175         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6176         (ev_document_factory_get_document),
6177         (file_filter_add_mime_list_and_free),
6178         (ev_document_factory_add_filters):
6179         * backend/ev-document-factory.h:
6180         * properties/ev-properties-main.c: (ev_properties_get_pages):
6181         * shell/Makefile.am:
6182         * shell/ev-application.c:
6183         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6184         * shell/ev-window.c: (ev_window_cmd_file_open),
6185         (ev_window_cmd_save_as):
6186         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6187         
6188         Rework factory functions so they are placed now in a single 
6189         file ev-document-factory.c
6190
6191 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6192
6193         * shell/ev-window.c: (update_chrome_visibility):
6194         
6195         Fix for the bug 166566 - don't show menubar in fullscreen
6196         mode.
6197
6198 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6199
6200         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6201
6202 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6203
6204         * shell/ev-view.c: (ev_view_expose_event):
6205         
6206         More correctly draw loading text when document
6207         is empty.
6208
6209 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6210
6211         * shell/ev-view.c: (ev_view_scroll):
6212         
6213         Fix for the bug #334854, page down and page up switch
6214         pages in presentation mode.
6215
6216 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6217
6218         * shell/ev-window.c: (ev_window_set_action_sensitive),
6219         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6220         (ev_window_set_view_accels_sensitivity),
6221         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6222         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6223         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6224         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6225         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6226         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6227         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6228         (view_actions_focus_in_cb), (ev_window_init):
6229         
6230         Fix for the bug #333902, now it's possible to search
6231         words with slash.
6232
6233 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6234
6235         * configure.ac: Added Breton translation.
6236         * po/br.po: Added Breton translation.
6237
6238 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6239
6240         * shell/ev-window-title (ev_window_title_update):
6241
6242         Fix memory leak in window title. Fixes bug #333944
6243
6244 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6245
6246         * shell/ev-metadata-manager.c (parseItem):
6247
6248         Fix memory leaks. Fixes bug #333945
6249
6250 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6251         
6252         * NEWS, configure.ac, TODO:
6253         
6254         Update for release 0.5.2.
6255
6256 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6257
6258         * shell/ev-view.c: (view_update_range_and_current_page),
6259         (page_changed_cb):
6260         
6261         Don't jump on scrolling, fix for the bug #333127.
6262
6263 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6264
6265         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6266         
6267         Scroll by one page in presentation mode. Fix for the bug
6268         #332993.
6269
6270 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6271
6272         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6273
6274 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6275
6276         * configure.ac  Added lv in ALL_LINGUAS line.
6277
6278 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6279         
6280         * NEWS, configure.ac:
6281         
6282         Update for release 0.5.1
6283
6284 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6285
6286         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6287         * backend/ev-document-misc.h:
6288         * shell/ev-view.c: (draw_one_page):
6289         
6290          Clairfy what page the toolbar page number applies to. Fix
6291          for the bug #328102.
6292
6293 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6294
6295         * shell/ev-view-private.h:
6296         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6297         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6298         (ev_view_search_changed):
6299         * shell/ev-view.h:
6300         * shell/ev-window.c: (find_bar_search_changed_cb):
6301         
6302         Dont't jump to find result if window was scrolled during search.
6303         Fix for the bug #313266.
6304
6305 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6306
6307         * shell/eggfindbar.c: (egg_find_bar_class_init):
6308         * shell/eggfindbar.h:
6309         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6310         * shell/ev-view-private.h:
6311         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6312         (ev_view_class_init), (ev_sizing_mode_get_type),
6313         (ev_scroll_type_get_type):
6314         * shell/ev-view.h:
6315         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6316         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6317         (ev_window_init):
6318         
6319         Fix for the bug 319133 - Find entry should allow text scroll.
6320
6321 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6322
6323         * shell/ev-view-private.h:
6324         * shell/ev-view.c: (view_update_range_and_current_page),
6325         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6326         (ev_view_set_document), (update_find_status_message),
6327         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6328         (ev_view_find_previous):
6329         
6330         Fix for the bug #319137. Search now takes account for scrolling.
6331
6332 2006-02-19  Michael Hofmann <mh21@piware.de>
6333
6334         * configure.ac:
6335         * djvu/Makefile.am:
6336         * djvu/djvu-document-private.h:
6337         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6338         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6339         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6340         (djvu_document_can_get_text), (djvu_document_get_text),
6341         (djvu_document_document_iface_init),
6342         (djvu_document_thumbnails_get_thumbnail),
6343         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6344         (djvu_document_find_get_result),
6345         (djvu_document_find_page_has_results),
6346         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6347         (djvu_document_find_iface_init):
6348         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6349         (djvu_text_page_selection), (djvu_text_page_limits_process),
6350         (djvu_text_page_limits), (djvu_text_page_copy),
6351         (djvu_text_page_position), (djvu_text_page_union),
6352         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6353         (djvu_text_page_box), (djvu_text_page_append_text),
6354         (djvu_text_page_search), (djvu_text_page_prepare_search),
6355         (djvu_text_page_new), (djvu_text_page_free):
6356         * djvu/djvu-text-page.h:
6357         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6358         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6359         (djvu_text_n_results), (djvu_text_has_results),
6360         (djvu_text_get_result), (djvu_text_get_progress):
6361         * djvu/djvu-text.h:
6362         
6363         Text search in djvu. Fix for the bug #303415.
6364
6365 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6366
6367         * configure.ac:
6368         * shell/ev-window.c: (ev_window_cmd_save_as):
6369         
6370         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6371         Thanks to Gary Coady <gary@lyranthe.org>
6372
6373 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6374
6375         * shell/ev-print-job.c: (idle_print_handler):
6376         
6377         Inverse order printing, bug #320919.
6378
6379 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6380
6381         * data/evince-toolbar.xml:
6382         * shell/ev-window.c:
6383         
6384         Allow to add sidebar checkbutton on toolbar. Fix
6385         for the bug #144577.
6386
6387 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6388
6389         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6390         
6391         Add checks that have sense for empty ps document.
6392
6393 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6394
6395         * configure.ac: Include PS in mime types list. 
6396
6397 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6398
6399         * configure.ac:
6400         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6401         * ps/gsdefaults.h:
6402         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6403         
6404         Runtime check for gs interpreter. Fix for the bug #320868.
6405         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6406
6407 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6408
6409         * shell/ev-application.c: 
6410
6411         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6412         dbus>=0.60, so that the request is not queued. 
6413
6414 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6415
6416         * configure.ac:
6417         * shell/Makefile.am:
6418         * shell/ev-sidebar-links.c: (print_section_cb):
6419         * shell/ev-utils.c:
6420         * shell/ev-utils.h:
6421         * shell/ev-window.c: (update_action_sensitivity),
6422         (ev_window_close_dialogs), (ev_window_print):
6423         * shell/ev-window.h:
6424         
6425         Make printing support optional. Patch from Eduardo de Barros Lima
6426         <eduardo.lima@indt.org.br> for the bug #330546.
6427
6428 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6429
6430         * shell/ev-view-private.h:
6431         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6432         (ev_view_set_document):
6433         * shell/ev-view.h:
6434         * shell/ev-window.c: (ev_window_load_job_cb),
6435         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6436         (ev_window_init):
6437
6438         Draw Loading message during xfer job. Fix for the bug #329495.
6439
6440 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6441
6442         * comics/comics-document.c: (comics_regex_quote),
6443         (comics_document_load), (extract_argv):
6444         
6445         Correcly quote regexp before passing it to unzip.
6446
6447 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6448
6449         * shell/ev-page-cache.c: (build_height_to_page),
6450         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6451         (ev_page_cache_get_dual_even_left):
6452         * shell/ev-page-cache.h:
6453         * shell/ev-view.c: (view_update_range_and_current_page),
6454         (get_page_y_offset), (get_page_extents):
6455         
6456         Place even pages to the left if document has less then
6457         two pages. Fix for the bug #328856.
6458
6459 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6460
6461         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6462         
6463         Correct comics scheme. This make evince create thumbnails
6464         for comic books. Fix for the bug 329088.
6465
6466 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6467
6468         * data/evince-password.glade: Don't explicitly set
6469         invisible_char to the current default value in case
6470         the default changes; let GTK+ do its magic.
6471
6472 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6473
6474         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6475         real filename to tmp filename since often document
6476         type is determined by extension.
6477
6478 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6479
6480         * shell/ev-view.c: (add_scroll_binding_keypad),
6481         (ev_view_binding_activated), (ev_view_class_init):
6482         
6483         Add keybindings for percision-scrolling of display area. 
6484         Fix for the bug #314072.
6485
6486 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6487
6488         * data/evince.desktop.in.in:
6489         
6490         Add GTK to the list of categories. Fix for the bug #328034.
6491
6492 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6493
6494         * shell/ev-application.c: (ev_application_shutdown),
6495         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6496         * shell/ev-application.h:
6497         * shell/ev-window.c: (file_open_dialog_response_cb),
6498         (ev_window_cmd_file_open):
6499         
6500         Save last uri in file chooser dialog. Fix for the bug #327950.
6501
6502 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6503
6504         * NEWS:
6505         * README:
6506         
6507         Final update for release 0.5.0
6508         
6509         * shell/Makefile.am:
6510         
6511         Remove disable deprecated until we'll require libgnome-2.13.7
6512         and port to GOption argument parsing. See bug 327518.
6513
6514 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6515
6516         * comics/comics-document.c: (comics_document_save):
6517         * djvu/djvu-document.c: (djvu_document_save):
6518         * dvi/dvi-document.c: (dvi_document_save):
6519         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6520         * lib/ev-file-helpers.h:
6521         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6522         * tiff/tiff-document.c: (tiff_document_save):
6523         
6524         Use common save function for backends.
6525
6526 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6527
6528         * backend/ev-document-types.c:
6529         
6530         Fix crash on saving pixbuf.
6531
6532 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6533
6534         * cut-n-paste/recent-files/egg-recent-item.c:
6535         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6536         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6537         (parse_info_free), (valid_element), (start_element_handler),
6538         (end_element_handler), (text_handler), (egg_recent_model_filter),
6539         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6540         (egg_recent_model_monitor), (egg_recent_model_read),
6541         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6542         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6543         (egg_recent_model_set_property), (egg_recent_model_class_init),
6544         (egg_recent_model_init), (egg_recent_model_add_full),
6545         (egg_recent_model_delete), (egg_recent_model_get_list),
6546         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6547         (egg_recent_model_set_filter_mime_types),
6548         (egg_recent_model_clear_group_filter),
6549         (egg_recent_model_set_filter_groups),
6550         (egg_recent_model_clear_scheme_filter),
6551         (egg_recent_model_set_filter_uri_schemes),
6552         (egg_recent_model_remove_expired):
6553         * cut-n-paste/recent-files/egg-recent-util.c:
6554         (egg_recent_util_get_icon):
6555         * cut-n-paste/recent-files/egg-recent-util.h:
6556         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6557         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6558         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6559         (egg_recent_view_uimanager_set_property),
6560         (egg_recent_view_uimanager_get_property),
6561         (egg_recent_view_uimanager_class_init),
6562         (egg_recent_view_uimanager_init),
6563         (egg_recent_view_uimanager_set_label_width),
6564         (egg_recent_view_uimanager_get_label_width):
6565         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6566         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6567         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6568         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6569         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6570         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6571         
6572         Update from libegg.
6573
6574 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6575
6576         * shell/ev-page-cache.c: (build_height_to_page),
6577         (ev_page_cache_get_height_to_page):
6578         * shell/ev-page-cache.h:
6579         * shell/ev-view.c: (view_update_range_and_current_page),
6580         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6581         (ev_view_previous_page):
6582         
6583         Dual mode places even pages to the left. Fix for the bug #309393.
6584
6585         * shell/ev-view.h:
6586         * shell/ev-window.c: (update_action_sensitivity),
6587         (setup_view_from_metadata), (view_menu_popup_cb):
6588         
6589         Don't restore presentation in empty windows, more intelligent
6590         next page behaviour in dual mode.
6591
6592         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6593         (ev_pixbuf_cache_clear_job_sizes):
6594         
6595         Cleanup job callback on removal. Fix for the bug #325886.
6596
6597 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6598
6599         * ps/ps.c: (psscan):
6600         
6601         Commit workaround Mozilla problem. Fix for the bug #325919
6602         
6603         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6604         (save_item):
6605         
6606         Fix for year 2038 problem.
6607
6608 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6609
6610         * shell/ev-window.c: (setup_document_from_metadata),
6611         (ev_window_cmd_view_reload):
6612
6613         Clamp page recieved from metadata in valid values. Fix
6614         for the bug #325986.
6615
6616 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6617
6618         * MAINTAINERS: 
6619         Add MAINTAINERS as requested on desktop-devel-list.
6620
6621 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6622
6623         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6624         (mime_type_supported_by_gdk_pixbuf),
6625         (ev_document_factory_get_mime_types),
6626         (ev_document_factory_get_all_mime_types):
6627         
6628         Don't add pixbuf mime types if pixbuf backend is disabled.
6629         
6630         * shell/ev-application.c: (ev_application_get_uri_window):
6631         
6632         Fix for the bug 325815 - unhandled MIME type message doesn't 
6633         appear a second time. 
6634         
6635         * shell/ev-document-types.c: (ev_document_types_add_filters):
6636         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6637         (password_dialog_response), (ev_window_popup_password_dialog),
6638         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6639         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6640         (ev_window_run_presentation), (ev_window_stop_presentation),
6641         (save_sizing_mode), (ev_window_zoom_changed_cb),
6642         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6643         (ev_window_dual_mode_changed_cb),
6644         (ev_window_sidebar_current_page_changed_cb),
6645         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6646         (window_state_event_cb), (window_configure_event_cb):
6647         
6648         Cleanup additional uris holded by EvWindow.
6649
6650 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6651
6652         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6653         (ev_view_can_previous_page), (ev_view_can_next_page):
6654         * shell/ev-view.h:
6655         * shell/ev-window.c: (update_action_sensitivity):
6656         
6657         Two page scrolling with Space and PageUp in dual mode. Second fix 
6658         for the bug #316608.
6659
6660 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6661
6662         * shell/ev-view.c: (scroll_to_current_page):
6663         
6664         Correctly clamp adjustment value. Fix for the bug
6665         #325808.
6666
6667 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6668
6669         * shell/ev-sidebar-links.c: (print_section_cb):
6670         * shell/ev-window.c: (ev_window_get_uri),
6671         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6672         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6673         (ev_window_dispose):
6674         
6675         Make print dialog non-modal. Fix for the bug #325622.
6676
6677 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6678
6679         * shell/ev-metadata-manager.c:
6680         * shell/ev-utils.c: (using_pdf_printer),
6681         (using_postscript_printer), (load_print_config_from_file),
6682         (save_print_config_to_file):
6683         * shell/ev-utils.h:
6684         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6685         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6686         (setup_view_from_metadata), (ev_window_setup_document),
6687         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6688         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6689         (ev_window_run_presentation), (ev_window_stop_presentation),
6690         (save_sizing_mode), (ev_window_zoom_changed_cb),
6691         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6692         (ev_window_dual_mode_changed_cb),
6693         (ev_window_sidebar_current_page_changed_cb),
6694         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6695         (window_state_event_cb), (window_configure_event_cb),
6696         (ev_window_init):
6697         
6698         Setting saving behaviour fixes.
6699
6700 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6701
6702         * configure.ac:
6703         
6704         Make antialiasing gs options better and allow
6705         to change them during configure. Fix for the 
6706         bug #319049.
6707
6708 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6709
6710         * shell/ev-window.c: (setup_view_from_metadata):
6711         
6712         Remember if last window was maximized. Fix for the
6713         bug #323797.
6714
6715 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6716
6717         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6718
6719 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6720
6721         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6722         * shell/ev-page-action.c: (build_new_tree_cb):
6723         * shell/ev-sidebar-links.c: (links_page_num_func),
6724         (update_page_callback_foreach), (update_page_callback):
6725         * shell/ev-view.c: (scroll_to_current_page):
6726         
6727         Fix for the bug #325067 with more intelligent selection
6728         of current link in sidebar. Make sidebar handle links
6729         of FITR-like type more correctly.
6730
6731         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6732         (dvi_pixbuf_put_pixel):
6733         
6734         Fix memory consumtion with disabled alpha channel.
6735
6736 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6737
6738         * data/evince-ui.xml:
6739         * shell/ev-window.c: (view_menu_popup_cb),
6740         (ev_popup_cmd_open_link), (ev_window_init):
6741         
6742         Update context menu for internal links. Fix for the bug
6743         #325066.
6744
6745 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6746
6747         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6748         
6749         Bind context menu to keyboard also. Fix for the bug
6750         #325065.
6751
6752 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6753
6754         * shell/ev-view.c: (selection_scroll_timeout_cb):
6755         
6756         Horizontal scroll on selection also.
6757
6758 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6759
6760         * shell/ev-metadata-manager.c: (parse_value):
6761         * shell/ev-view.c: (goto_xyz_link):
6762         
6763         Correct zoom setup and metadata save broken in 
6764         some locales.
6765
6766 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6767
6768         * shell/ev-view-private.h:
6769         * shell/ev-view.c: (scroll_to_current_page),
6770         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6771         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6772         (page_changed_cb), (ev_view_set_continuous),
6773         (ev_view_set_dual_page), (ev_view_set_presentation):
6774         
6775         Delay scroll until allocation to correctly position page. Fix
6776         for the bug #317334.
6777
6778 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6779
6780         * NEWS:
6781         * configure.ac:
6782         
6783         Update NEWS and require poppler 0.5.0.
6784
6785 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6786         
6787         * data/evince-ui.xml:
6788         * shell/ev-view-private.h:
6789         * shell/ev-view.c: (ev_view_get_link_at_location),
6790         (handle_link_over_xy), (ev_view_button_press_event),
6791         (ev_view_button_release_event), (ev_view_class_init):
6792         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6793         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6794         (ev_window_init):
6795         
6796         Implement right-click context menu.
6797
6798 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6799
6800         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6801         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6802         (mdvi_pixbuf_device_render):
6803         * pdf/ev-poppler.cc:
6804
6805         Don't generate thumbnails with alpha. See bug #324077.
6806         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6807
6808 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6809
6810         * shell/ev-window.c: (setup_chrome_from_metadata):
6811         
6812         Fix typo that was hiding toolbar.
6813
6814 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6815
6816         * shell/ev-view-private.h:
6817         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6818         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6819         (ev_view_button_release_event), (ev_view_destroy):
6820         
6821         Small cleanup and autoscrolling during selection. Thanks to 
6822         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6823
6824 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6825
6826         * configure.ac:
6827         
6828         Correctly check for comics option.
6829
6830 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6831         * Makefile.am:
6832         * configure.ac:
6833         * backend/Makefile.am:
6834         * backend/ev-document-factory.c:
6835         * shell/ev-document-types.c:
6836
6837         Included option in configure to make ps backend 
6838         compilation optional with --disable-ps.
6839
6840 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6841
6842         * backend/ev-document-factory.c:
6843         * comics/Makefile.am:
6844         * comics/comics-document.c: (comics_document_load):
6845         * comics/ev-cbr-mime.xml:
6846         * configure.ac:
6847         
6848         Comics mime types are added to shared-mime-info CVS. Now
6849         we don't need to install our own mime types.
6850
6851 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6852
6853         * shell/ev-window.c:
6854         
6855         Add shortcut for "save a copy" menu entry. Fix for
6856         the bug #324582.
6857
6858 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6859
6860         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6861         (job_finished_cb), (new_selection_pixbuf_needed),
6862         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6863         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6864         
6865         Rework selection job info logic and fix critical warning.
6866
6867 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6868
6869         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6870
6871 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6872
6873         * data/evince-ui.xml:
6874         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6875         
6876         Enter as shortcut key for next page. Fix for the bug
6877         #321394.
6878
6879 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6880
6881         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6882
6883 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6884
6885         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6886         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6887         (new_selection_pixbuf_needed),
6888         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6889         (clear_job_selection):
6890         
6891         Too early for 0.5. Pixbuf cache code cleaned a bit.
6892
6893 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6894
6895         * NEWS:
6896         * configure.ac:
6897         
6898         Release 0.5.0 preparation
6899
6900 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6901
6902         * comics/Makefile.am:
6903         * configure.ac:
6904         * shell/ev-document-types.c: (ev_document_types_add_filters):
6905         
6906         More advanced handling of custom mime type installation.
6907
6908 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6909
6910         * data/evince.schemas.in:
6911         * shell/ev-metadata-manager.c: (value_free),
6912         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6913         (ev_metadata_manager_get), (ev_metadata_manager_set):
6914         * shell/ev-metadata-manager.h:
6915         * shell/ev-window.c: (update_chrome_flag),
6916         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6917         (setup_document_from_metadata), (setup_chrome_from_metadata),
6918         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6919         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6920         (ev_window_view_toolbar_cb),
6921         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6922         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6923         
6924         Save last document settings and reuse them for new documents.
6925
6926 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6927
6928         * Makefile.am:
6929         * backend/Makefile.am:
6930         * backend/ev-document-factory.c:
6931         * backend/ev-document-factory.h:
6932         * comics/Makefile.am:
6933         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6934         (comics_document_load), (comics_document_save),
6935         (comics_document_get_n_pages), (comics_document_get_page_size),
6936         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6937         (comics_document_class_init), (comics_document_can_get_text),
6938         (comics_document_get_info), (comics_document_document_iface_init),
6939         (comics_document_init), (get_supported_image_extensions),
6940         (comics_document_thumbnails_get_geometry),
6941         (comics_document_thumbnails_get_thumbnail),
6942         (comics_document_thumbnails_get_dimensions),
6943         (comics_document_document_thumbnails_iface_init), (extract_argv):
6944         * comics/comics-document.h:
6945         * comics/ev-cbr-mime.xml:
6946         * configure.ac:
6947         * po/POTFILES.in:
6948         * shell/ev-application.c: (ev_application_register_service):
6949         * shell/ev-document-types.c: (ev_document_types_add_filters):
6950         * thumbnailer/Makefile.am:
6951         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6952         
6953         New CBR/CBZ backend for comic books.
6954
6955 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6956
6957         * shell/main.c: (load_files_remote):
6958
6959         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6960         warning on startup of second instance is fixed. It
6961         is bug #320353.
6962
6963 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6964
6965         * shell/ev-window.c: (ev_window_finalize):
6966         
6967         Fix double free that cause crash.
6968
6969 2005-10-29  Bastien Nocera <hadess@hadess.net>
6970
6971         * tiff/tiff-document.c: (tiff_document_load):
6972         
6973         Fix memory leak.
6974
6975 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6976
6977         * po/POTFILES.in:
6978         * shell/Makefile.am:
6979         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6980         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6981         (ev_view_accessible_get_text),
6982         (ev_view_accessible_get_character_at_offset),
6983         (ev_view_accessible_get_text_before_offset),
6984         (ev_view_accessible_get_text_at_offset),
6985         (ev_view_accessible_get_text_after_offset),
6986         (ev_view_accessible_get_character_count),
6987         (ev_view_accessible_get_caret_offset),
6988         (ev_view_accessible_set_caret_offset),
6989         (ev_view_accessible_get_run_attributes),
6990         (ev_view_accessible_get_default_attributes),
6991         (ev_view_accessible_get_character_extents),
6992         (ev_view_accessible_get_offset_at_point),
6993         (ev_view_accessible_get_n_selections),
6994         (ev_view_accessible_get_selection),
6995         (ev_view_accessible_add_selection),
6996         (ev_view_accessible_remove_selection),
6997         (ev_view_accessible_set_selection),
6998         (ev_view_accessible_text_iface_init),
6999         (ev_view_accessible_idle_do_action),
7000         (ev_view_accessible_action_do_action),
7001         (ev_view_accessible_action_get_n_actions),
7002         (ev_view_accessible_action_get_description),
7003         (ev_view_accessible_action_get_name),
7004         (ev_view_accessible_action_set_description),
7005         (ev_view_accessible_action_iface_init),
7006         (ev_view_accessible_get_type), (ev_view_accessible_new),
7007         (ev_view_accessible_factory_get_accessible_type),
7008         (ev_view_accessible_factory_create_accessible),
7009         (ev_view_accessible_factory_class_init),
7010         (ev_view_accessible_factory_get_type):
7011         * shell/ev-view-accessible.h:
7012         * shell/ev-view-private.h:
7013         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7014         * shell/ev-view.h:
7015         
7016         Initial accessibility support.
7017
7018 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7019
7020         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7021
7022 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7023
7024         * shell/ev-print-job.c: (idle_print_handler):
7025         
7026         Fix for bug Bug 318916: Printing multiple pages.
7027
7028 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7029
7030         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7031
7032 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7033
7034         * pdf/ev-poppler.cc:
7035         
7036         Thumnail dimensions unified with other backends.
7037         
7038         * shell/ev-window-title.c: (ev_window_title_update):
7039         
7040         Fix warning.
7041
7042 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7043
7044         * data/ev-stock-zoom-fit-width.png:
7045         
7046         Remove unused file.
7047
7048 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7049
7050         * configure.ac:
7051         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7052         (djvu_document_finalize):
7053         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7054         (dvi_document_finalize):
7055         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7056         (pixbuf_document_save), (pixbuf_document_finalize):
7057         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7058         (tiff_document_finalize):
7059         
7060         Save a copy implemented for various backends.
7061
7062 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7063
7064         * configure.ac:
7065         
7066         Don't link with ltiff if tiff is disabled.
7067
7068 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7069
7070         * pdf/GDKSplashOutputDev.cc:
7071         * pdf/GDKSplashOutputDev.h:
7072         * pdf/Thumb.cc:
7073         * pdf/Thumb.h:
7074         * pdf/pdf-document.cc:
7075         * pdf/pdf-document.h:
7076         * pdf/test-gdk-output-dev.cc:
7077         
7078         Remove old unused files.
7079
7080 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7081
7082         * shell/ev-window.c: (ev_window_setup_document):
7083         
7084         Fixed warnings on reload and probably crash reason.
7085
7086 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7087
7088         * properties/ev-properties-view.c:
7089         (ev_properties_view_format_date):
7090         
7091         Check if date is invalid. Fix for bug 318134.
7092
7093 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7094
7095         * shell/ev-window-title.c:
7096         
7097         Add .indd files (Adobe Indesign) to the list of "bad
7098         extensions".
7099
7100 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7101
7102         * data/evince-ui.xml:
7103         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7104         
7105         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7106
7107 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7108
7109         * shell/ev-window.c: (launch_link), (launch_external_uri),
7110         (view_external_link_cb):
7111
7112         URL-escape link before passing it to gnome_vfs_url_show.
7113
7114 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7115
7116         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7117         there isn't text selected.
7118
7119 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7120
7121         * shell/ev-view.c: (handle_link_over_xy):
7122
7123         Check tooltip is valid utf8 before showing it
7124
7125 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7126
7127         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7128
7129 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7130
7131         * shell/ev-window-title.c: (ev_window_title_update):
7132
7133         Guard against using g_strstrip on NULL. Fixes bug #317291.
7134
7135 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7136
7137         * pdf/ev-poppler.cc:
7138
7139         Show title even for unknown links
7140
7141 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7142
7143         * shell/ev-window-title.c: (ev_window_title_update):
7144
7145         Strip the title string
7146
7147 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7148
7149         * shell/ev-window-title.c:
7150
7151         Add .rtf to the bad extensions list
7152
7153 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7154
7155         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7156         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7157
7158         Ignore link coordinates if they are outside page bounds
7159
7160 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7161
7162         * backend/ev-link.c: (ev_link_type_get_type),
7163         (ev_link_get_filename), (ev_link_get_params),
7164         (ev_link_get_property), (ev_link_set_property),
7165         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7166         * backend/ev-link.h:
7167         * pdf/ev-poppler.cc:
7168         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7169         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7170         (ev_window_init):
7171
7172         Implement launch links. Delegate external link opening to
7173         the window.
7174
7175 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7176
7177         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7178         (ev_link_get_right), (ev_link_get_property),
7179         (ev_link_set_property), (ev_link_class_init),
7180         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7181         * backend/ev-link.h:
7182         * pdf/ev-poppler.cc:
7183         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7184
7185         Implement fitr links
7186
7187 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7188
7189         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7190         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7191         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7192         (ev_view_size_request_continuous),
7193         (ev_view_size_request_dual_page),
7194         (ev_view_size_request_single_page), (ev_view_size_allocate),
7195         (ev_view_zoom_for_size_continuous_and_dual_page),
7196         (ev_view_zoom_for_size_continuous),
7197         (ev_view_zoom_for_size_dual_page),
7198         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7199         (ev_sizing_mode_get_type):
7200         * shell/ev-view.h:
7201         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7202
7203         Do not use modes for link, we need to calculate size ad hoc.
7204         Still not perfect because of the usual scrollbar issues grrr.
7205
7206 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7207
7208         * backend/ev-link.c: (ev_link_type_get_type),
7209         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7210         * backend/ev-link.h:
7211         * pdf/ev-poppler.cc:
7212         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7213         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7214         (ev_view_size_request_continuous),
7215         (ev_view_size_request_dual_page),
7216         (ev_view_size_request_single_page), (ev_view_size_allocate),
7217         (zoom_for_size_fit_height),
7218         (ev_view_zoom_for_size_continuous_and_dual_page),
7219         (ev_view_zoom_for_size_continuous),
7220         (ev_view_zoom_for_size_dual_page),
7221         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7222         (ev_sizing_mode_get_type):
7223         * shell/ev-view.h:
7224         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7225
7226         Implement FIT_HEIGHT mode (only for links).
7227         Implement FITH links
7228
7229 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7230
7231         * shell/ev-window-title.c: (get_filename_from_uri),
7232         (ev_window_title_sanitize_extension), (ev_window_title_update),
7233         (ev_window_title_set_document), (ev_window_title_set_uri),
7234         (ev_window_title_free):
7235         * shell/ev-window-title.h:
7236         * shell/ev-window.c: (ev_window_setup_document),
7237         (ev_window_popup_password_dialog):
7238
7239         Refactor window title building while fixing it for
7240         password documents.
7241
7242 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7243
7244         * pdf/ev-poppler.cc:
7245
7246         Escape link title before setting it in the model
7247
7248 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7249
7250         * shell/ev-application.c: (removed_from_session), (save_session),
7251         (init_session), (ev_application_get_empty_window),
7252         (ev_application_init), (ev_application_get_windows):
7253         * shell/ev-application.h:
7254         * shell/ev-window.c: (ev_window_finalize):
7255
7256         Add a function to retrieve window list and share it where
7257         necessary.
7258         Implement session handling, works pretty well thanks to the
7259         metadata system.
7260
7261 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7262
7263         * shell/ev-password.c: (ev_password_item_created_callback),
7264         (ev_password_dialog_save_password):
7265         
7266         Fix for bug 316972. Use async gnome-keyring API.
7267
7268 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7269
7270         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7271         Remove unused unrealize handler. Add scroll handling to
7272         ev_view_scroll_event for presentation mode (bug #316708),
7273         and fix the event state checks there.
7274
7275 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7276
7277         * shell/ev-page-action.c: (page_changed_cb):
7278
7279         "marco, maybe we should be crazy and jump right to 6! :)"
7280
7281         Bryan Clark, Sep 2005
7282
7283 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7284
7285         * ps/ps-document.c: (save_document), (ps_document_save),
7286         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7287         (ps_document_ps_export_end):
7288
7289         Fix unstructured documents save and print
7290
7291 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7292
7293         * shell/ev-application.c: (ev_application_open_uri):
7294
7295         Fix window size persistance
7296
7297 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7298
7299         * shell/ev-view.c: (ev_view_button_release_event):
7300
7301         Based on a patch from carlosgc@gnome.org. Mouse buttons
7302         switch pages in presentation mode.
7303
7304 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7305
7306         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7307
7308         Dont cast to int before scaling
7309
7310 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7311
7312         * backend/ev-link.c: (ev_link_type_get_type),
7313         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7314         (ev_link_new_page_fith):
7315         * backend/ev-link.h:
7316         * pdf/ev-poppler.cc:
7317         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7318
7319         Implement FIT and FITH links
7320
7321 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7322
7323         * pdf/ev-poppler.cc:
7324
7325         Return 0 results when search is not in progress.
7326
7327         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7328         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7329
7330         Update menu sensitivity when cancelling search
7331
7332 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7333
7334         * shell/ev-view.c: (ev_view_can_find_next):
7335
7336         Take all pages in consideration, not just current one
7337
7338 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7339
7340         * shell/ev-page-cache.c:
7341         * shell/ev-page-cache.h:
7342         * shell/ev-view.c: (ev_view_binding_activated),
7343         (ev_view_next_page), (ev_view_previous_page),
7344         (ev_sizing_mode_get_type):
7345         * shell/ev-view.h:
7346         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7347         (ev_window_cmd_go_next_page):
7348
7349         Move page next/previous functions from page chace to
7350         view and change it to move by 2 page steps in dual mode.
7351
7352 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7353
7354         * shell/ev-window.c: (update_sidebar_visibility),
7355         (setup_sidebar_from_metadata), (ev_window_setup_document),
7356         (setup_view_from_metadata):
7357
7358         Show the index by default when there is one     
7359
7360 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7361
7362         * shell/ev-window-title.c: (ev_window_title_set_document):
7363
7364         Missing null check
7365
7366 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7367
7368         * shell/ev-view.c: (view_update_range_and_current_page):
7369         
7370         Allow display of last odd page in dual view. Fix for 316347.
7371
7372 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7373
7374         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7375         
7376         Make close button default. Fix for 316383.
7377
7378 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7379
7380         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7381         
7382         Mark close button as default. Fix for 316381.
7383
7384 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7385
7386         * backend/ev-link.c: (ev_link_class_init):
7387
7388         Allow negative doubles in left/top properties
7389
7390 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7391
7392         * shell/ev-window.c:
7393
7394         Remove a bunch of strings that was used only
7395         by the statusbar.
7396
7397 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7398
7399         * shell/ev-window-title.c: (get_filename_from_uri),
7400         (ev_window_title_set_document):
7401
7402         When title has a confusing extension, show also
7403         the document filename inside ()
7404
7405 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7406
7407         * shell/Makefile.am:
7408         * shell/ev-window-title.c: (ev_window_title_new),
7409         (ev_window_title_update), (ev_window_title_set_type),
7410         (ev_window_title_set_document), (ev_window_title_free):
7411         * shell/ev-window-title.h:
7412         * shell/ev-window.c: (ev_window_setup_document),
7413         (password_dialog_response), (ev_window_popup_password_dialog),
7414         (ev_window_dispose), (ev_window_init):
7415
7416         Factor out and cleanup window title code
7417
7418 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7419
7420         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7421         (unable_to_load):
7422
7423         Make dialog transient so it doesnt block other windows
7424
7425 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7426
7427         * pdf/ev-poppler.cc:
7428         
7429         Fix pdf thumbnails rendering.
7430
7431 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7432
7433         * shell/ev-window.c: (fullscreen_set_timeout):
7434         
7435         Increase timeout to hide full screen popup. Bug 
7436         316123. 
7437
7438 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7439
7440         * data/evince.schemas.in:
7441         * shell/ev-window.c: (update_action_sensitivity):
7442
7443         Allow the user to override document restrictions. Fix for bug
7444         305818.
7445
7446 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7447
7448         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7449         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7450         (ev_window_class_init): Fix multihead behaviour of fullscreen
7451         toolbar popup. Fixes bug #315451.
7452
7453 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7454
7455         * configure.ac:
7456         * data/evince-password.glade:
7457         * shell/ev-password.c: (ev_password_dialog_set_property),
7458         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7459         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7460         (ev_password_dialog_entry_changed_cb),
7461         (ev_password_dialog_entry_activated_cb),
7462         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7463         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7464         (ev_password_dialog_set_bad_pass):
7465         * shell/ev-password.h:
7466         * shell/ev-window.c: (password_dialog_response),
7467         (ev_window_popup_password_dialog):
7468         
7469         Support for gnome-keyring for encrypted PDF's.
7470
7471 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7472
7473         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7474         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7475         (ev_view_enter_notify_event), (ev_view_class_init):
7476         
7477         More precise handling of enter_notify/leave_notify events
7478         in EvView. Fix for bug 315470.
7479
7480 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7481
7482         * shell/ev-window.c: (fullscreen_timeout_cb),
7483         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7484         (ev_window_dispose):
7485
7486         leak fix: unref fullscreen_timeout_source before clearing it
7487
7488 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7489
7490         * configure.ac, dvi/mdvi/Makefile.am: 
7491         
7492         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7493
7494 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7495
7496         * backend/ev-link.c: (ev_link_new_page_xyz):
7497         * pdf/ev-poppler.cc:
7498         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7499
7500         Fix some bugs with xyz links, respect zoom
7501
7502 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7503
7504         * shell/ev-window.c: (page_changed_cb),
7505         (setup_document_from_metadata), (update_sidebar_visibility),
7506         (setup_view_from_metadata), (ev_window_run_fullscreen),
7507         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7508         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7509         (ev_window_dual_mode_changed_cb),
7510         (ev_window_sidebar_current_page_changed_cb):
7511
7512         null check uri before setting and getting metadata
7513
7514 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7515
7516         * dvi/Makefile.am:
7517         * properties/Makefile.am:
7518         * shell/Makefile.am:
7519         * thumbnailer/Makefile.am:
7520
7521         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7522
7523 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7524
7525         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7526         (selection_changed_callback):
7527         * shell/ev-sidebar-links.h:
7528
7529         Add a signal for link activation.
7530
7531         * shell/ev-view.c: (ev_view_goto_link),
7532         (ev_view_button_release_event):
7533         * shell/ev-view.h:
7534         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7535         (ev_window_init):
7536
7537         Implement the signal so that we can handle all link types.
7538
7539         * shell/ev-page-cache.c:
7540
7541         Remove unused set_link function
7542
7543 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7544
7545         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7546
7547         Add some space from the cursor, hardcoded but I couldnt
7548         find a better way.
7549
7550 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7551
7552         * lib/ev-tooltip.c:
7553
7554         Use mozilla style vs gtk style, way better for links.
7555
7556         * shell/ev-view.c: (ev_view_motion_notify_event),
7557         (ev_view_destroy), (ev_view_init):
7558
7559         Deactive tooltip when the link hovered is changed.
7560
7561 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7562
7563         * backend/ev-document.h:
7564         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7565         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7566         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7567         (ev_link_new_page), (ev_link_new_page_xyz):
7568         * backend/ev-link.h:
7569         * pdf/ev-poppler.cc:
7570         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7571         (go_to_link), (tip_from_link):
7572
7573         Implement xyz links, still not functional. Links are a total
7574         mess, will need to refactor and bugfix a lot :(
7575
7576 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7577
7578         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7579
7580 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7581
7582         * data/evince-ui.xml:
7583         * data/evince.schemas.in:
7584         * shell/Makefile.am:
7585         * shell/ev-window.c: (update_chrome_visibility),
7586         (password_dialog_response), (ev_window_load_job_cb),
7587         (ev_window_xfer_job_cb), (ev_window_open_uri),
7588         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7589         (ev_window_init):
7590
7591         Remove the statusbar. This regress loading feedback, need to
7592         check with Bryan what we want to do there...
7593
7594 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7595
7596         * lib/ev-tooltip.c: (ev_tooltip_init):
7597
7598         Fix tooltip border and size handling
7599
7600 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7601
7602         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7603         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7604         (ev_tooltip_timeout), (ev_tooltip_activate),
7605         (ev_tooltip_deactivate):
7606         * lib/ev-tooltip.h:
7607         * shell/ev-view.c: (ev_view_motion_notify_event):
7608
7609         Delay popup showing. Mirror gtk logic/times.
7610
7611 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7612
7613         * lib/Makefile.am:
7614         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7615         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7616         (ev_tooltip_set_text), (ev_tooltip_set_position):
7617         * lib/ev-tooltip.h:
7618
7619         Simple widget to show tooltips at a custom position
7620
7621         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7622         (ev_view_destroy):
7623
7624         Use it for links. First go, needs work
7625
7626 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7627
7628         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7629         HIG fixes.  Use title capitalization for window title. Use 12 
7630         pixels of space between the dialog's vbox and action area.
7631
7632 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7633
7634         * shell/ev-window.c: (file_open_dialog_response_cb),
7635         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7636         (ev_window_cmd_save_as):
7637
7638         Make file pickers not modal and refactor code some
7639
7640 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7641
7642         * shell/ev-sidebar.h:
7643         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7644         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7645         (ev_sidebar_class_init), (ev_sidebar_select_page),
7646         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7647         (ev_sidebar_set_page):
7648
7649         Add a current page property and allow to get/set it
7650
7651         * shell/ev-window.c: (setup_view_from_metadata),
7652         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7653
7654         Persist current sidebar page per document
7655
7656 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7657
7658         * data/evince.schemas.in:
7659         * shell/ev-window.c: (update_chrome_visibility),
7660         (setup_document_from_metadata), (update_sidebar_visibility),
7661         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7662         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7663         (ev_window_run_presentation), (ev_window_stop_presentation),
7664         (ev_window_view_sidebar_cb),
7665         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7666         (load_chrome), (ev_window_init):
7667
7668         Persist size/visibility of sidebar per document
7669
7670 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7671
7672         * shell/ev-view.c (draw_loading_text): Draw loading text.
7673
7674 2005-09-02  Dan Damian  <dand@gnome.ro>
7675
7676         * configure.in: Added "ro" to ALL_LINGUAS.
7677
7678 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7679
7680         * shell/ev-view.c: (clear_caches):
7681
7682         ev_page_cache_get doesnt return a reference,
7683         dont try to unref it.
7684
7685 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7686
7687         * shell/main.c: (load_files_remote):
7688
7689         Fix timestamp parameter with dbus <= 0.33
7690
7691 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7692
7693         * data/evince.schemas.in:
7694
7695         Add missing full stop
7696
7697 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7698
7699         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7700         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7701
7702         Plug some memory leaks
7703
7704 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7705
7706         * configure.ac:
7707         * lib/ev-debug.c: (trap_handler):
7708
7709         Check for execinfo.h and use it only if it exists.
7710         Ported from Epiphany (bug #314776).
7711
7712 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7713
7714         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7715
7716 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7717
7718         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7719         * po/id.po      : Added Indonesian translation
7720
7721 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7722
7723         * shell/main.c:
7724         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7725         * NEWS: Release 0.4.0
7726
7727 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7728
7729         * configure.ac: catch another gtk+-2.8ism
7730         * shell/main.c: Make work with gtk+-2.6
7731
7732 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7733
7734         * shell/ev-application-service.xml: Add 'timestamp' argument to
7735           ev_application_open_window and ev_application_open_uri methods.
7736
7737         * shell/ev-application.h: Add 'timestamp' argument to
7738           ev_application_open_window, ev_application_open_uri,
7739           and ev_application_open_uri_list functions.
7740
7741         * shell/ev-application.c (ev_application_open_window,
7742           ev_application_open_uri, ev_application_open_uri_list): Change
7743           functions that show/present windows to use a timestamp if one
7744           is passed in.
7745
7746         * shell/ev-window.c (ev_window_cmd_file_open,
7747           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7748         * shell/main.c (load_files): Modify calls to ev_application to
7749           include GDK_CURRENT_TIME as timestamp.
7750
7751         * shell/main.c (load_files_remote): Obtain timestamp for client
7752           instance from GDK and pass to server instance so new windows are
7753           focused properly.  Fix dbus_g_proxy_call() calls by including second
7754           G_TYPE_INVALID.
7755           
7756         Closes bug #314475.
7757
7758 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7759
7760         * shell/ev-window.c (ev_window_finalize): Check for
7761         avail. EvWindows when quiting to handle the finalize better,
7762         #314497
7763
7764 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7765         
7766         * properties/ev-properties-view.c: 
7767         
7768         Set textdomain to libglade. Fixes translation problem in property page.
7769
7770 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7771
7772         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7773         * dvi/Makefile.am:
7774         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7775         * dvi/mdvi-lib/Makefile.am:
7776         
7777         Fix rotation of thumbnails, ported to new API. Moved library
7778         dependencies earlier, probably it will fix linkage problem.
7779
7780 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7781
7782         * backend/ev-document-misc.c:
7783         (ev_document_misc_get_thumbnail_frame):
7784         * backend/ev-document-misc.h:
7785         * configure.ac:
7786         * pdf/ev-poppler.cc:
7787         * shell/Makefile.am:
7788         * shell/ev-sidebar-thumbnails.c: (add_range),
7789         (ev_sidebar_thumbnails_set_loading_icon),
7790         (ev_sidebar_thumbnails_refresh),
7791         (ev_sidebar_thumbnails_set_document):
7792         * shell/ev-sidebar-thumbnails.h:
7793         * shell/ev-view.c: (ev_view_motion_notify_event),
7794         (ev_view_set_property), (ev_view_get_property),
7795         (ev_view_class_init), (ev_view_set_rotation):
7796         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7797         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7798         (ev_window_init):
7799         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7800         Redo rotation (again).  prepare for 0.4.0
7801
7802 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7803
7804         * configure.ac: Bump poppler requirement to 0.4.1.
7805
7806         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7807         argument to poppler_page_render_selection() call.
7808
7809 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7810
7811         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7812         (djvu_document_thumbnails_get_thumbnail):
7813         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7814         (dvi_document_thumbnails_get_thumbnail):
7815         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7816         (pixbuf_document_thumbnails_get_thumbnail):
7817         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7818         
7819         Update rotation direction of backends to fit with pdf and ps.
7820
7821 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7822
7823         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7824         * backend/ev-async-renderer.h:
7825         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7826         (setup_page), (ps_document_get_page_size),
7827         (ps_async_renderer_render_pixbuf):
7828         * ps/ps-document.h:
7829         * shell/ev-jobs.c: (ev_job_render_run):
7830
7831         Fix orientation in the postscript document
7832
7833 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7834
7835         * pdf/ev-poppler.cc:
7836         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7837         * shell/ev-view.c: (highlight_find_results):
7838
7839         Adapt to the new poppler rotation API. Fix text maps on landscape
7840         documents.
7841
7842 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7843
7844         * shell/ev-view.c (compute_new_selection_text): get the correct
7845         region when selecting in modes other than continuous.
7846
7847 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7848
7849         * shell/main.c (main): remove redundant g_warnings.
7850
7851 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7852
7853         * shell/Makefile.am: Don't include autogenerated
7854         file ev-application-service.h into distribution, since
7855         it causes dbus crash. Fix for bugs 313724 and 313443. 
7856
7857 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7858
7859         * configure.ac: Fix sed expression for FreeBSD. Thanks
7860         to Joe Marcus Clark <marcus@freebsd.org>
7861         
7862         * shell/eggfindbar.c: (entry_activate_callback),
7863         (entry_changed_callback), (egg_find_bar_init),
7864         (egg_find_bar_set_search_string):
7865         
7866         Made findbar buttons unsensitive if there is no text in
7867         entry. Fix for the bug 313285.
7868
7869 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7870
7871         * ps/ps-document.c: Use g_filename_display_name for displaying
7872         filenames and revert string freeze breackage
7873
7874 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7875
7876         * NEWS:
7877         * configure.ac:
7878
7879         Update for 0.3.4
7880
7881         * shell/Makefile.am:
7882
7883         Add ev-application-service.xml to extra dist
7884
7885         * shell/ev-view.c: (find_page_at_location):
7886
7887         Remove unused function (fix warning)
7888
7889 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7890
7891         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7892         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7893         
7894         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7895         bug 313623.
7896
7897 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7898
7899         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7900         * shell/ev-window.c:
7901         Fix build warnings
7902
7903 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7904
7905         * configure.ac: Update script to get dbus version.
7906         Fix for the bug #313443.
7907
7908 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7909
7910         * shell/ev-window.c: (ev_window_cmd_escape):
7911         
7912         Return focus back to view on escape. Fix for bug 313295.
7913
7914 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7915
7916         * shell/ev-window.c: (update_window_title),
7917         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7918         (ev_window_cmd_save_as):
7919         
7920         Correct conversion from uri to displayable string. Fix for
7921         bug 313296.
7922
7923 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7924
7925         * ps/ps-document.c: convert filename to utf8 when there is an error
7926         loading document. Fixes #309915
7927
7928 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7929
7930         * configure.ac:
7931
7932         We depend on poppler 0.4.0
7933
7934 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7935
7936         * configure.ac:
7937         * NEWS: Release 0.3.3.
7938         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7939
7940 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7941
7942         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7943         add a couple missing mnemonics to menu items, use title 
7944         capitalization for menu items and window titles, and add 
7945         ellipsis to open menu item.     
7946
7947 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7948
7949         * pdf/ev-poppler.cc:
7950         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7951         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7952         (ev_view_get_rotation):
7953         * shell/ev-view.h:
7954         * shell/ev-window.c: (setup_view_from_metadata),
7955         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7956         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7957         disk.
7958
7959 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7960
7961         * configure.ac: Added tr to ALL_LINGUAS
7962
7963 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7964
7965         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7966         requires several clicks to find word. Thanks to 
7967         Colin Slater <kiltedtaco@gmail.com>.
7968
7969 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7970
7971         * data/evince.desktop.in.in: Hide menu entry and
7972         rename it to "Document Viewer". Fix for bug 
7973         #312399.
7974
7975 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7976
7977         * shell/ev-page-action.c (ev_page_action_class_init): 
7978
7979         Point to the correct function in constructor of the
7980         activate_label signal
7981
7982 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7983
7984         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7985         * shell/ev-jobs.h: Make thread safe.
7986
7987 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7988
7989         * shell/ev-view.c: (view_update_range_and_current_page):
7990         Don't update page range if we are scrolling to some document
7991         point.
7992
7993 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7994
7995         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7996         when getting max_page_width, fix drawing in dual mode.
7997
7998 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7999
8000         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8001         getting the area for select_all.
8002
8003 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8004
8005         * backend/ev-selection.c: (ev_selection_render_selection):
8006         * backend/ev-selection.h:
8007         * pdf/ev-poppler.cc:
8008         * shell/ev-jobs.c: (ev_job_render_new):
8009         * shell/ev-jobs.h:
8010         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8011         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8012         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8013         (ev_view_class_init):
8014
8015         Change selection color on focus in and focus out events.  Also,
8016         poppler now uses GdkColor for specifying the selection colors, so
8017         drop some awkward conversion code.
8018
8019 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8020
8021         * configure.ac: Added Hebrew translation
8022
8023 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8024
8025         * NOTES:
8026         * backend/ev-selection.c: (ev_selection_render_selection):
8027         * backend/ev-selection.h:
8028         * pdf/ev-poppler.cc:
8029         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8030         (ev_job_render_run):
8031         * shell/ev-jobs.h:
8032         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8033         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8034         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8035         (ev_pixbuf_cache_style_changed),
8036         (ev_pixbuf_cache_get_selection_pixbuf),
8037         (ev_pixbuf_cache_set_selection_list),
8038         (ev_pixbuf_cache_get_selection_list):
8039         * shell/ev-pixbuf-cache.h:
8040         * shell/ev-utils.c: (ev_print_region_contents):
8041         * shell/ev-utils.h:
8042         * shell/ev-view.c: (ev_view_queue_draw_page),
8043         (selection_update_idle_cb), (ev_view_motion_notify_event),
8044         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8045         (setup_caches), (ev_view_find_next), (merge_selection_region),
8046         (selection_free):
8047         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8048
8049         Clean up selection to be much smoother!
8050
8051 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8052
8053         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8054         to poppler_page_render_selection().
8055
8056 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8057
8058         * ps/ps-document.c: (save_page_list): Use
8059         unzipped document when printing. Thanks to 
8060         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8061         311016.
8062
8063 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8064
8065         * shell/ev-window.c: (update_action_sensitivity):
8066         
8067         Disable print and save respect to lockdown gconf keys. Fix
8068         for 312342.
8069
8070 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8071
8072         * configure.ac:
8073         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8074         (write_to_temp_file), (ev_file_set_contents):
8075         * shell/ev-utils.h:
8076         * shell/ev-window.c: (save_print_config_to_file):
8077         
8078         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8079         Fix for bug 312238
8080
8081 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8082
8083         * shell/ev-window.c: (load_print_config_from_file),
8084         (save_print_config_to_file), (ev_window_print_range):
8085
8086         Persist the print settings. Fixes bug #311578.
8087
8088 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8089
8090         * djvu/djvu-document.c: (djvu_document_get_page_size),
8091         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8092         (djvu_document_thumbnails_get_thumbnail):
8093         * dvi/dvi-document.c: (dvi_document_get_page_size),
8094         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8095         (dvi_document_thumbnails_get_dimensions),
8096         (dvi_document_thumbnails_get_thumbnail):
8097         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8098         (pixbuf_document_render_pixbuf),
8099         (pixbuf_document_document_iface_init),
8100         (pixbuf_document_thumbnails_get_thumbnail):
8101         
8102         Update backends to make them build with new rotation system.
8103
8104 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8105
8106         * help/C/figures/evince_start_window.png:
8107         
8108         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8109
8110 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8111
8112         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8113         * shell/ev-pixbuf-cache.h:
8114         * shell/ev-sidebar-thumbnails.c:
8115         (ev_sidebar_thumbnails_get_property), (add_range),
8116         (adjustment_changed_cb):
8117         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8118         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8119         we were thumbnailing the entire docment on startup, slowing us
8120         down hugely. 
8121
8122 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8123
8124         * shell/ev-page-cache.c: (ev_page_cache_new):
8125         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8126         == 0, fixes #310306.
8127
8128 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8129
8130         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8131         (ev_view_rotate_left):
8132
8133         Account rotation in doc_rect_to_view_rect.
8134         Ensure rotation doesnt go out of bounds.
8135
8136 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8137
8138         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8139
8140         Correct and cleanup w/h swapping
8141
8142 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8143
8144         * backend/ev-document-thumbnails.c:
8145         (ev_document_thumbnails_get_thumbnail):
8146         * backend/ev-document-thumbnails.h:
8147         * backend/ev-document.c:
8148         * backend/ev-document.h:
8149         * backend/ev-render-context.c: (ev_render_context_new),
8150         (ev_render_context_set_rotation):
8151         * backend/ev-render-context.h:
8152         * pdf/ev-poppler.cc:
8153         * ps/ps-document.c: (ps_document_document_iface_init):
8154         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8155         * shell/ev-jobs.h:
8156         * shell/ev-page-cache.c: (build_height_to_page),
8157         (ev_page_cache_new), (ev_page_cache_get_size),
8158         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8159         (ev_page_cache_get_height_to_page):
8160         * shell/ev-page-cache.h:
8161         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8162         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8163         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8164         (ev_pixbuf_cache_get_selection_pixbuf):
8165         * shell/ev-pixbuf-cache.h:
8166         * shell/ev-print-job.c: (idle_print_handler):
8167         * shell/ev-sidebar-thumbnails.c: (add_range):
8168         * shell/ev-view.c: (view_update_range_and_current_page),
8169         (get_page_y_offset), (get_page_extents),
8170         (ev_view_size_request_continuous_dual_page),
8171         (ev_view_size_request_continuous),
8172         (ev_view_size_request_dual_page),
8173         (ev_view_size_request_single_page), (draw_one_page),
8174         (ev_view_set_rotation), (ev_view_rotate_right),
8175         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8176         (ev_view_zoom_for_size_continuous_and_dual_page),
8177         (ev_view_zoom_for_size_continuous),
8178         (ev_view_zoom_for_size_dual_page),
8179         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8180         (ev_view_select_all):
8181         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8182         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8183         (tiff_document_document_iface_init),
8184         (tiff_document_thumbnails_get_thumbnail):
8185
8186         Use rotation rather than orientation. It's easier and enough
8187         for our needs.
8188
8189 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8190
8191         * shell/ev-page-cache.c: (build_height_to_page),
8192         (ev_page_cache_new), (ev_page_cache_get_size),
8193         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8194         (ev_page_cache_get_height_to_page):
8195         * shell/ev-page-cache.h:
8196         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8197         (ev_view_size_request_continuous_dual_page),
8198         (ev_view_size_request_continuous),
8199         (ev_view_zoom_for_size_continuous_and_dual_page),
8200         (ev_view_zoom_for_size_continuous):
8201
8202         Make the page cache aware of page orientation.
8203
8204 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8205
8206         * backend/ev-document-thumbnails.c:
8207         (ev_document_thumbnails_get_thumbnail):
8208         * backend/ev-document-thumbnails.h:
8209         * backend/ev-document.c:
8210         * backend/ev-document.h:
8211         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8212         * backend/ev-ps-exporter.h:
8213         * pdf/ev-poppler.cc:
8214         * ps/ps-document.c: (ps_document_document_iface_init),
8215         (ps_document_ps_export_do_page):
8216         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8217         * shell/ev-jobs.h:
8218         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8219         (ev_page_cache_get):
8220         * shell/ev-page-cache.h:
8221         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8222         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8223         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8224         * shell/ev-pixbuf-cache.h:
8225         * shell/ev-print-job.c: (idle_print_handler):
8226         * shell/ev-sidebar-thumbnails.c: (add_range):
8227         * shell/ev-view.c: (view_update_range_and_current_page),
8228         (get_page_extents), (ev_view_size_request_dual_page),
8229         (ev_view_size_request_single_page), (draw_one_page),
8230         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8231         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8232         (ev_view_zoom_for_size_dual_page),
8233         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8234         (ev_view_select_all):
8235         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8236         * tiff/tiff-document.c: (tiff_document_get_page_size),
8237         (tiff_document_get_orientation), (rotate_pixbuf),
8238         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8239         (tiff_document_thumbnails_get_thumbnail),
8240         (tiff_document_ps_export_do_page), (tiff_document_init):
8241
8242         Really make use of the orientation bit of the render context.
8243         Use the render context in a few more places in the backend API.
8244         This regress orientation, but now it's done right. Will try to
8245         fix it up asap...
8246
8247 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8248
8249         * shell/ev-view.c: (ensure_rectangle_is_visible):
8250
8251         Patch by Nickolay V. Shmyrev to fix find flickering
8252
8253 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8254
8255         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8256         duplex parameters to ::begin.
8257
8258         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8259         * shell/ev-print-job.c (idle_print_handler): 
8260         * ps/ps-document.c (ps_document_ps_export_begin): 
8261         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8262         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8263         implementations. Poppler backend needs poppler cvs. Rest has
8264         unchanged behavior.
8265
8266 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8267
8268         * shell/ev-window.c (using_pdf_printer): new function.
8269         (ev_window_print_range): print a less techy message if someone
8270         tries to print to PDF.
8271
8272 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8273
8274         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8275         from "unknown font" string. Bug #311431
8276
8277 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8278
8279         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8280
8281 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8282
8283         Bug #311280
8284         
8285         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8286         name for PopplerFontTypes
8287         (pdf_document_fonts_fill_model): add font type to the detail column
8288
8289         * backend/ev-document-fonts.h: added
8290         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8291
8292         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8293         font name and font details, add a little markup.
8294         (ev_properties_fonts_init): use the new cell data func, specify ypad
8295         property for the cell renderer.
8296         (ev_properties_fonts_set_document): add the details column.
8297
8298 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8299
8300         * configure.ac: Added "pl" to ALL_LINGUAS.
8301
8302 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8303
8304         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8305
8306 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8307
8308         * help/ChangeLog: Started this for translations of manual.
8309         * configure.ac, autogen.sh, .cvsignore: Migrated to
8310         gnome-doc-utils. Patch in bug #311222.
8311
8312 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8313
8314         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8315         #ifdef this away to fix an unused-function warning.
8316
8317 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8318
8319         * configure.ac: Added 'gl' to ALL_LINGUAS.
8320
8321 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8322
8323         * configure.ac: Added ne in ALL_LINGUAS
8324         
8325 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8326
8327         * shell/ev-view.c: (ev_view_leave_notify_event):
8328         
8329         Clear status message when pointer leaves view. Fix for bug
8330         #310818 
8331
8332 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8333
8334         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8335
8336 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8337
8338         * shell/ev-view.c: (ev_view_leave_notify_event),
8339         (ev_view_class_init):
8340         
8341         Set cursor to normal then leaving view.
8342
8343 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8344
8345         * configure.ac:
8346         
8347         Fix required djvulibre version.
8348
8349 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8350
8351         *configure.ac: Hindi (hi) language added
8352
8353 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8354
8355         *configure.ac: Punjabi (pa) Language added
8356
8357 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8358
8359         * data/evince-ui.xml, shell/ev-window.c:
8360         
8361         Add keypad accelerators for zooming. Fix for bug 308128.
8362
8363 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8364
8365         * Makefile.am:
8366         * backend/Makefile.am:
8367         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8368         * configure.ac:
8369         * shell/ev-document-types.c: (ev_document_types_add_filters):
8370
8371         Allow to enable/disable the pixbuf backend.
8372         Default to off for now. If we want it enabled we should
8373         really put mime types in the desktop, implement properties etc.
8374
8375         * properties/evince-properties.c:
8376
8377         Initialize error to NULL.
8378         Check error is not NULL before freeing.
8379
8380 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8381
8382         * shell/ev-window.c:
8383
8384         Use F5 as presentation accell
8385
8386 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8387
8388         * shell/ev-window.c: (update_chrome_visibility),
8389         (ev_window_create_fullscreen_popup), (ev_window_init):
8390
8391         Do not leak the fullscreen toolbar
8392
8393 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8394
8395         * shell/ev-window.c: (view_actions_focus_in_cb),
8396         (view_actions_focus_out_cb):
8397
8398         These has a return value! Fix totally random focus
8399         issues we was seeing.
8400
8401 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8402
8403         * shell/main.c: (load_files_remote):
8404
8405         Allow open more than one file
8406
8407 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8408
8409         * shell/main.c: (load_files_remote):
8410
8411         Fix for dbus 0.33. bug #309975
8412
8413 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8414
8415         * properties/ev-properties-main.c: (ev_properties_get_pages):
8416
8417         Actually return NULL for types we dont support
8418
8419 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8420
8421         * po/POTFILES.in:
8422
8423         Remove empty lines.
8424
8425 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8426
8427         * backend/ev-document-factory.c:
8428         (ev_document_factory_get_document):
8429
8430         Do not try to create the object if type
8431         is invalid.
8432
8433 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8434
8435         * ps/ps-document.c: (ps_document_dispose),
8436         (ps_async_renderer_render_pixbuf):
8437         * ps/ps-document.h:
8438
8439         Do not leak the target window
8440
8441 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8442
8443         * shell/ev-application.c: (ev_application_init):
8444
8445         Let tbe check file existence for us.
8446         Add a comment about eggrecent mime filter.
8447
8448 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8449
8450         * data/evince-ui.xml:
8451         * shell/ev-application.c: (ev_application_shutdown),
8452         (ev_application_init), (ev_application_get_toolbars_model),
8453         (ev_application_get_recent_model),
8454         (ev_application_save_toolbars_model):
8455         * shell/ev-application.h:
8456         * shell/ev-window.c: (ev_window_add_recent),
8457         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8458         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8459         (ev_window_init):
8460
8461         Use common toolbar and recent models for all windows.
8462         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8463
8464 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8465
8466         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8467         successfully check for gtk_icon_view_get_visible_range.
8468
8469 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8470
8471         * djvu/Makefile.am:
8472         * dvi/Makefile.am:
8473         
8474         Fix djvu and dvi backend build.
8475
8476 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8477
8478         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8479         (new_separator_pixbuf):
8480
8481         Don't leak windows.
8482
8483 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8484
8485         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8486
8487         HIGification of toolbar editor dialogue.
8488
8489 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8490
8491         * configure.ac:
8492         * shell/Makefile.am:
8493
8494         Ever build metadata manager since it's just
8495         disabled at runtime now.
8496
8497 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8498
8499         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8500         (ev_metadata_manager_get), (ev_metadata_manager_set):
8501         * shell/ev-metadata-manager.h:
8502
8503         Add an _init functions that enabled metadata management
8504         at runtime.
8505
8506         * shell/ev-window.c: (page_changed_cb),
8507         (setup_document_from_metadata), (ev_window_setup_document),
8508         (setup_view_from_metadata), (ev_window_open_uri),
8509         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8510         (ev_window_run_presentation), (ev_window_stop_presentation),
8511         (save_sizing_mode), (ev_window_zoom_changed_cb),
8512         (ev_window_continuous_changed_cb),
8513         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8514         (window_configure_event_cb):
8515
8516         Remove all ugly metadata define since we deal with it
8517         at runtime now.
8518
8519         * shell/main.c: (load_files_remote), (main):
8520
8521         Add support for dbus cvs head. Hopefully didnt break one
8522         of the other versions now!
8523
8524         If we dont get a response from the dbus server just
8525         give up with it and not enable metadata.
8526
8527 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8528
8529         * Makefile.am:
8530         * backend/Makefile.am:
8531         * configure.ac:
8532         * cut-n-paste/recent-files/Makefile.am:
8533         * cut-n-paste/toolbar-editor/Makefile.am:
8534         * cut-n-paste/zoom-control/Makefile.am:
8535         * lib/Makefile.am:
8536         * pdf/Makefile.am:
8537         * pixbuf/Makefile.am:
8538         * properties/Makefile.am:
8539         * ps/Makefile.am:
8540         * shell/Makefile.am:
8541         * thumbnailer/Makefile.am:
8542         * tiff/Makefile.am:
8543
8544         Make frontends depend on just libev.
8545         Rework and group CFLAGS/LIBS definitions.
8546         Cleanups.
8547
8548 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8549
8550         * shell/ev-window:
8551
8552         do not unnecessarily save zoom
8553
8554         * configure.ac:
8555         * lib/ev-file-helpers.c: (ev_dot_dir):
8556         * shell/Makefile.am:
8557         * shell/dummy.cc:
8558
8559         Some cleanups
8560
8561 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8562
8563         * configure.ac:
8564         
8565         Remove unnecessary dependencies
8566
8567 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8568
8569         * properties/Makefile.am:
8570         * thumbnailer/Makefile.am:
8571         * tiff/Makefile.am:
8572
8573         Some more cleanups. Was really necessary
8574         but I probably introduced bugs, feel free
8575         to flame :)
8576
8577 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8578
8579         * backend/Makefile.am:
8580         * configure.ac:
8581         * cut-n-paste/recent-files/Makefile.am:
8582         * cut-n-paste/toolbar-editor/Makefile.am:
8583         * cut-n-paste/zoom-control/Makefile.am:
8584         * lib/Makefile.am:
8585         * pdf/Makefile.am:
8586         * pixbuf/Makefile.am:
8587         * properties/Makefile.am:
8588         * ps/Makefile.am:
8589         * shell/Makefile.am:
8590         * thumbnailer/Makefile.am:
8591         * tiff/Makefile.am:
8592
8593         Use gnome-common macros when possible.
8594         Cleanup dependencies.
8595         Actually disable deprecated where possible.
8596
8597 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8598
8599         * Makefile.am:
8600         * backend/Makefile.am:
8601         * properties/Makefile.am:
8602         * shell/Makefile.am:
8603         * thumbnailer/Makefile.am:
8604
8605         This should solve the circular dep without
8606         requiring dir reorg!
8607
8608         * shell/ev-window.c: (setup_view_from_metadata):
8609
8610         Never restore window size/position when the
8611         window is already visible.
8612
8613 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8614
8615         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8616
8617         Return a boolean from timeout func. Fix ported from gedit.
8618
8619 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8620
8621         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8622
8623 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8624
8625         * shell/ev-document-types.c: set "All Documents" as default filter in
8626         open dialog
8627
8628 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8629
8630         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8631         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8632         (ev_metadata_manager_set_boolean): fix value/val thinko.
8633
8634 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8635
8636         * shell/ev-window.c: (setup_view_from_metadata),
8637         (window_state_event_cb), (window_configure_event_cb),
8638         (ev_window_init):
8639
8640         Remember window position and maximized state
8641
8642 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8643
8644         * configure.ac:
8645
8646         Fix DBUS configure checks.
8647
8648         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8649         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8650         (ev_metadata_manager_set_boolean):
8651
8652         Plug mem leaks.
8653
8654         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8655         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8656         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8657         (ev_window_continuous_changed_cb),
8658         (ev_window_dual_mode_changed_cb), (ev_window_new):
8659
8660         Fix the build without DBUS.
8661
8662 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8663
8664         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8665         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8666         (ev_metadata_manager_set_string),
8667         (ev_metadata_manager_set_boolean):
8668         * shell/ev-metadata-manager.h:
8669
8670         Add support for some more types
8671
8672         * shell/ev-view.c: (scroll_to_current_page),
8673         (ev_view_get_continuous), (ev_view_set_continuous),
8674         (ev_view_get_dual_page):
8675         * shell/ev-view.h:
8676         * shell/ev-window.c: (page_changed_cb),
8677         (setup_document_from_metadata), (ev_window_setup_document),
8678         (setup_view_from_metadata), (ev_window_open_uri),
8679         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8680         (ev_window_run_presentation), (ev_window_stop_presentation),
8681         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8682         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8683         (ev_window_update_dual_page_action),
8684         (ev_window_continuous_changed_cb),
8685         (ev_window_dual_mode_changed_cb), (ev_window_init):
8686
8687         Remember a bunch of view/document properties. Prolly some
8688         are still missing but it's getting interesting.
8689
8690 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8691
8692         * configure.ac: check if dbus-binding-tool is installed. Not the
8693         case on current Ubuntu breezy, it seems.
8694
8695 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8696
8697         * data/evince.desktop.in.in:
8698         
8699         Allow open uri lists and add TryExec field.
8700
8701 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8702
8703         * configure.ac:
8704
8705         Enable dbus when available, do not require a configure
8706         option.
8707
8708 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8709
8710         * configure.ac:
8711
8712         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8713         disabled.
8714
8715 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8716         Marco Pesenti Gritti  <mpg@redhat.com>
8717
8718         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8719         
8720         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8721         functions to the format required by dbus
8722
8723         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8724         errors. Use the RPC parameters in the expected way
8725
8726 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8727
8728         * Makefile.am:
8729         * properties/Makefile.am:
8730         * properties/ev-properties-main.c: (ev_properties_get_pages):
8731
8732         Support all mime types
8733
8734         * shell/Makefile.am:
8735         * thumbnailer/Makefile.am:
8736         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8737         (evince_thumbnail_pngenc_get):
8738
8739         Use the document factory
8740
8741 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8742
8743         * backend/Makefile.am:
8744         * backend/ev-document-factory.c:
8745         (mime_type_supported_by_gdk_pixbuf),
8746         (ev_document_type_get_from_mime),
8747         (ev_document_factory_get_document),
8748         (ev_document_factory_get_backend),
8749         (ev_document_factory_get_mime_types),
8750         (ev_document_factory_get_all_mime_types):
8751         * backend/ev-document-factory.h:
8752         * shell/Makefile.am:
8753         * shell/ev-document-types.c: (get_document_from_uri),
8754         (ev_document_types_get_document),
8755         (file_filter_add_mime_list_and_free),
8756         (ev_document_types_add_filters):
8757         * shell/ev-document-types.h:
8758         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8759         * shell/ev-properties-dialog.c:
8760         (ev_properties_dialog_set_document):
8761         * shell/ev-window.c: (ev_window_cmd_file_open),
8762         (ev_window_cmd_save_as):
8763         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8764
8765         Rework document types managing to avoid code duplication
8766         and actually abstract from backend implementations.
8767         Also provide a minimal factory api that can be used by
8768         thumbnailer/properties.
8769
8770 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8771
8772         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8773         Plug a mem leak.
8774         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8775         HIG spacings.
8776
8777 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8778
8779         * shell/ev-properties-dialog.c
8780         (ev_properties_dialog_set_document): only call
8781         ev_properties_fonts_set_document() if the document implements the
8782         fonts interface
8783
8784 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8785
8786         * configure.ac:
8787         * properties/Makefile.am:
8788         * properties/ev-properties-view.c:
8789         (ev_properties_view_register_type):
8790         * properties/ev-properties-view.h:
8791         * properties/ev-properties-main.h:
8792
8793         Implement nautilus plugin for properties.
8794         Works only for pdf atm, I need to rework the
8795         document types stuff to get this to work
8796         for all backends...
8797
8798 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8799
8800         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8801         (ev_properties_fonts_set_document): use
8802         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8803
8804 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8805
8806         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8807         them
8808         (PlaceImage, tiff2ps_process_page): use
8809         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8810
8811
8812 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8813
8814         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8815         (main): to call gnome_authentication_manager_init. Should fix
8816         Bug #308510
8817
8818         * configure.ac: that requires libgnomeui 2.6.0.
8819
8820 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8821
8822         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8823         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8824         use the new tiff2ps interfaces
8825
8826         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8827         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8828
8829         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8830         structure instead of global variables.  Remove use of static
8831         variables in functions.
8832
8833 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8834
8835         * shell/ev-page-action.c: unref the completion after setting it to the
8836         entry
8837
8838 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8839
8840         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8841         postscript files
8842
8843 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8844
8845         * shell/ev-window.c (update_action_sensitivity): disable
8846         File->Print if the document does not implement the ps exporter
8847         interface
8848
8849 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8850
8851         * Makefile.am:
8852         * configure.ac:
8853         * data/evince-properties.glade:
8854         * properties/.cvsignore:
8855         * properties/Makefile.am:
8856         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8857         (ev_properties_view_class_init), (ev_properties_view_format_date),
8858         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8859         (ev_properties_view_init), (ev_properties_view_new):
8860         * properties/ev-properties-view.h:
8861         * shell/Makefile.am:
8862         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8863         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8864         (ev_properties_dialog_new):
8865         * shell/ev-properties-dialog.h:
8866         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8867         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8868         (update_progress_label), (job_fonts_finished_cb),
8869         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8870         * shell/ev-properties-fonts.h:
8871         * shell/ev-properties.c:
8872         * shell/ev-properties.h:
8873         * shell/ev-window.c: (ev_window_setup_document),
8874         (ev_window_cmd_file_properties):
8875
8876         Split the properties pages in two different objects, depend
8877         only on the backend where possible, use widgets instead
8878         of gobject for the glade part, reimplement the dialog
8879         itself with gtk.
8880         I need this to implement nautilus properties page.
8881
8882 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8883
8884         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8885         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8886         (tiff_document_document_ps_exporter_iface_init): implement the ps
8887         exporter interface for tiff documents
8888
8889         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8890         libtiff to implement TIFF postscript export
8891
8892         * tiff/tiff2ps.h: added a header file for external tiff2ps
8893         functions.
8894
8895         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8896         tiff2ps.h
8897
8898 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8899
8900         * shell/ev-view.c: (scroll_to_current_page),
8901         (ev_view_set_fullscreen), (ev_view_set_presentation):
8902         
8903         Scroll to current page when exit from presentation
8904
8905 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8906
8907         * shell/ev-window.c: (update_document_mode),
8908         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8909         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8910         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8911         
8912         Exit from fullscreen mode when switch to presentation. Fix for
8913         bug 309365
8914
8915 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8916
8917         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8918         return NULL if the document does not implement the selection
8919         interface.
8920
8921 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8922
8923         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8924         reported height by using the resolution aspect ratio
8925         (tiff_document_render_pixbuf): scale the pixbuf using the
8926         resolution aspect ratio
8927
8928 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8929
8930         * configure.ac:
8931         
8932         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8933         <kiltedaco@gmail.com>
8934         
8935         * djvu/djvu-document.c: (djvu_document_get_orientation),
8936         (djvu_document_set_orientation), (djvu_document_get_page_size),
8937         (rotate_pixbuf), (djvu_document_render_pixbuf),
8938         (djvu_document_document_iface_init):
8939         * dvi/dvi-document.c: (dvi_document_get_orientation),
8940         (dvi_document_set_orientation), (dvi_document_get_page_size),
8941         (rotate_pixbuf), (dvi_document_render_pixbuf),
8942         (dvi_document_document_iface_init):
8943         
8944         Dvi and djvu backends are ported to new API
8945
8946 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8947
8948         * backend/ev-selection.c: (ev_selection_get_selection_region),
8949         (ev_selection_get_selection_map):
8950         * backend/ev-selection.h:
8951         * pdf/ev-poppler.cc:
8952         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8953         * shell/ev-jobs.h:
8954         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8955         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8956         (ev_pixbuf_cache_get_text_mapping):
8957         * shell/ev-pixbuf-cache.h:
8958         * shell/ev-view.c: (location_in_text),
8959         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8960         support to EvView.  Now we can see where we can select!  Sweet!
8961
8962 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8963
8964         * shell/ev-view.c (ev_view_button_press_event): Fix
8965         event->y + view->scroll_x typo.
8966
8967 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8968
8969         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8970         sub-GdkPixbuf instead of passing dest_x and dest_y.
8971         
8972         * shell/ev-view.c: (view_point_to_doc_point),
8973         (view_rect_to_doc_rect), (ev_view_button_press_event),
8974         (ev_view_motion_notify_event), (compute_new_selection_rect),
8975         (gdk_rectangle_point_in), (compute_new_selection_text),
8976         (compute_selections): Update selection code to keep the selection
8977         around as two points and not as a normalized rectangle, and fix
8978         page level selection in two-column mode.
8979
8980 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8981
8982         * shell/ev-window.c: (window_configure_event_cb): 
8983         
8984         Fix compilation
8985         
8986 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8987
8988         * pdf/ev-poppler.cc:
8989
8990         Fix compilation
8991
8992 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8993
8994         * shell/Makefile.am:
8995         * shell/ev-metadata-manager.c: (item_free),
8996         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8997         (parse_value), (parseItem), (load_values),
8998         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8999         (save_values), (save_item), (get_oldest), (resize_items),
9000         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9001         * shell/ev-metadata-manager.h:
9002
9003         Metadata manager from gedit but modified to use GValue, so that
9004         we dont need to keep converting from strings.
9005
9006         * configure.ac:
9007
9008         ENABLE_METADATA conditional, on when dbus is on
9009
9010         * shell/ev-application.c: (ev_application_open_uri):
9011
9012         Show the window after load so that we can initialize
9013         window size before it's showed.
9014
9015         * shell/ev-window.c: (ev_window_setup_from_metadata),
9016         (ev_window_open_uri), (window_configure_event_cb),
9017         (ev_window_init):
9018
9019         Save and load metadata information about window size.
9020         Not yet keeping states in account.
9021
9022         * shell/main.c: (main):
9023
9024         Shutdown metadata manager.
9025
9026 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9027
9028         * shell/ev-application-service.xml:
9029         * configure.ac:
9030         * shell/Makefile.am:
9031         * shell/ev-application.c:
9032         * shell/ev-application.h:
9033         * shell/ev-window.c:
9034         * shell/ev-window.h:
9035         * shell/main.c:
9036
9037         Add an optional dbus interface (--enable-dbus).
9038         Rework application code, mainly to be easier to
9039         use "remotely".
9040         Do not open multiple windows with the same document,
9041         spatial evince!
9042
9043 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9044
9045         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9046         pixbuf iff it exists.
9047
9048 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9049
9050         * shell/*:
9051         * backend/ev-render-context.[ch]:
9052         * backend/ev-selection.[ch]:
9053
9054         Massive changes.  We now support text selection of pdfs, and not
9055         just rectangular selection.  This is pretty broken still, but I
9056         want to get something into CVS.
9057
9058 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9059
9060         * pdf/ev-poppler.cc:
9061         
9062         Fix for Bug 309080: crash on window close.
9063         
9064         * shell/ev-page-action.c: (page_changed_cb):
9065         
9066         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9067         jensgr@gmx.net (Jens Granseuer).
9068
9069 2005-06-25  Marcel Telka  <marcel@telka.sk>
9070
9071         * configure.in (ALL_LINGUAS): Added sk.
9072
9073 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9074
9075         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9076         not a document open
9077
9078 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9079
9080         * NEWS:
9081         * configure.ac:
9082
9083         Release 0.3.2
9084
9085         * cut-n-paste/recent-files/Makefile.am:
9086
9087         Fix make distcheck
9088
9089 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9090
9091         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9092         (pixbuf_document_set_orientation), (rotate_pixbuf),
9093         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9094         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9095
9096         Implement rotation and cleanup the code a bit.
9097
9098         * tiff/tiff-document.c: (tiff_document_get_page_size),
9099         (tiff_document_get_orientation), (tiff_document_set_orientation),
9100         (rotate_pixbuf), (tiff_document_render_pixbuf),
9101         (tiff_document_document_iface_init), (tiff_document_init):
9102
9103         Implement rotation. Was the quicker solution for the release
9104         but we really need to share this code in the shell.
9105
9106 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9107
9108         * pdf/ev-poppler.cc:
9109
9110         Enable rotation, require poppler cvs. Fix a leak.
9111
9112 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9113
9114         * shell/ev-window.c: (update_action_sensitivity):
9115         
9116         Make properties unsensitive if document backend doesn't provide
9117         any info
9118
9119 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9120
9121         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9122         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9123         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9124         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9125         (bitmap_flip_rotate_counter_clockwise):
9126         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9127         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9128         (buff_gets):
9129         * dvi/mdvi-lib/common.h:
9130         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9131         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9132         (opendvi), (mdvi_reload), (mdvi_init_context),
9133         (mdvi_destroy_context), (mdvi_dopage), (special):
9134         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9135         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9136         (file_hash_free), (register_encoding), (parse_spec),
9137         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9138         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9139         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9140         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9141         (mdvi_register_font_type), (mdvi_unregister_font_type),
9142         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9143         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9144         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9145         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9146         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9147         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9148         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9149         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9150         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9151         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9152         (mdvi_unregister_special), (mdvi_flush_specials):
9153         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9154         (t1_font_remove):
9155         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9156         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9157         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9158         (free_font_metrics), (flush_font_metrics):
9159         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9160         (tt_font_remove):
9161         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9162         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9163         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9164         (dstring_insert), (dstring_new), (dstring_reset):
9165         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9166         
9167         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9168         avoid conflict with libtool on FC4
9169         
9170         * shell/ev-window.c: (ev_window_cmd_help_about):
9171         
9172         Update copyright year. Fix for bug 308828.
9173
9174 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9175
9176         * shell/ev-view.c: (add_scroll_binding_keypad),
9177         (ev_view_binding_activated), (ev_view_class_init),
9178         (on_adjustment_value_changed):
9179         
9180         Bug 170874: Arrow keys switch pages in presentation mode
9181
9182 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9183
9184         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9185         
9186         Fix for Bug 308265: Sidebar dissappears coming out of 
9187         Presentation mode
9188
9189 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9190
9191         * shell/ev-application.c: (ev_application_open):
9192         * shell/ev-document-types.c: (ev_document_types_add_filters),
9193         (ev_document_types_add_filters_for_type):
9194         * shell/ev-document-types.h:
9195         * shell/ev-window.c: (ev_window_cmd_save_as):
9196         
9197         Suggest basename as template when saving, provide filters
9198         for save dialog. It's bug 308402
9199
9200 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9201
9202         * pdf/ev-poppler.cc:
9203         * shell/ev-sidebar-links.c: (job_finished_callback):
9204         * shell/ev-view.c: (update_find_status_message):
9205         
9206         Some leaks fixed
9207
9208 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9209
9210         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9211         (egg_recent_view_uimanager_set_list):
9212
9213         Fix buglet in !show_numbers case.
9214
9215 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9216
9217         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9218         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9219
9220         Use pango ellipsisation.
9221
9222         * pdf/ev-poppler.cc:
9223
9224         Fix refcount leak, from nsh.
9225
9226 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9227
9228         * cut-n-paste/recent-files/Makefile.am:
9229         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9230         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9231         
9232         Removed EggRecentViewGtk
9233         
9234         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9235         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9236         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9237         (ev_window_setup_recent):
9238         
9239         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9240         with other projects
9241
9242 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9243
9244         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9245         (egg_recent_view_gtk_finalize):
9246
9247         Fix memory leak
9248
9249         * cut-n-paste/toolbar-editor/Makefile.am:
9250         
9251         Fix location of cursor icon.
9252         
9253         * pdf/ev-poppler.cc:
9254         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9255         (display_completion_text), (match_completion):
9256         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9257         (selection_changed_callback), (create_loading_model),
9258         (print_section_cb), (links_page_num_func),
9259         (update_page_callback_foreach):
9260         * shell/ev-window.c: (ev_window_dispose):
9261         
9262         Small memory fixes. Links model now store objects instead
9263         of pointers to improve memory management. 
9264
9265 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9266
9267         * shell/ev-window.c: (zoom_control_changed_cb):
9268         
9269         Fix update of zoom control (bug 308268).
9270
9271 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9272
9273         * shell/ev-properties.c (set_property): escape the text correctly.
9274         Handles non-UTF-8 properties and escaped properties.  Also, sets
9275         the text to "<i>None</i>" if the property isn't set.
9276
9277         * data/evince-properties.glade: Change the label to be ellipsized,
9278         and give it a minimum size.
9279
9280 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9281
9282         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9283         * shell/ev-sidebar-links.c: (create_loading_model):
9284         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9285         * shell/ev-view.c: (ev_view_set_document):
9286         * shell/ev-window.c: (ev_window_dispose):
9287         
9288         Various small fixes, mostly memory leaks. Thanks to valgrind.
9289
9290 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9291
9292         * ps/ps-document.c: remove the locale.h include again ;-). And
9293         kill the (bogus) setlocale/savelocale business.
9294
9295 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9296
9297         * ps/ps-document.c:
9298         
9299         Include locale.h to fix build
9300         
9301         * shell/ev-sidebar.c:
9302         
9303         Remove unnecessary includes
9304
9305 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9306
9307         * dvi/dvi-document.c: (dvi_document_load):
9308         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9309         * po/POTFILES.in:
9310         
9311         Check for incorrect dvi files. Fix parsing dvi on AMD64
9312         platform. Thanks to tester@tester.ca (Olivier Crete).
9313
9314 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9315
9316         * shell/ev-page-action.c: (match_selected_cb),
9317         (display_completion_text), (match_completion), (update_model):
9318         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9319         (expand_open_links):
9320         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9321         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9322         (ev_sidebar_set_document):
9323         * shell/ev-window.c: (ev_window_xfer_job_cb),
9324         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9325         
9326         Fixed lot's of memory leaks, for example, memory leak on reload, 
9327         described in bug 307793.
9328
9329 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9330
9331         * pdf/ev-poppler.cc:
9332         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9333         (update_visible_range), (adjustment_changed_cb),
9334         (ev_sidebar_thumbnails_fill_model),
9335         (ev_sidebar_thumbnails_refresh),
9336         (ev_sidebar_tree_selection_changed),
9337         (ev_sidebar_icon_selection_changed),
9338         (ev_sidebar_thumbnails_use_icon_view),
9339         (ev_sidebar_thumbnails_set_document):
9340         * shell/ev-sidebar-thumbnails.h:
9341         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9342         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9343
9344         Refresh thumbnails when changing orientation. Not fully
9345         working yet becuase of a sidebar bug.
9346
9347         Set page orientation to poppler page everywhere. This sucks
9348         really need to fix poppler.
9349
9350 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9351
9352         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9353         (egg_recent_view_gtk_new_menu_item),
9354         (egg_recent_view_gtk_set_property),
9355         (egg_recent_view_gtk_get_property),
9356         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9357         (egg_recent_view_gtk_set_tooltip_func),
9358         (egg_recent_view_gtk_set_label_width),
9359         (egg_recent_view_gtk_get_label_width):
9360         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9361
9362         Sync with libegg (ellipsize labels)
9363
9364 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9365
9366         * data/evince-ui.xml:
9367         * shell/ev-window.c: (ev_window_cmd_go_forward),
9368         (ev_window_cmd_go_backward):
9369         
9370         Shift + PageUp moves 10 Pages. Fix for 306125
9371
9372 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9373
9374         * pdf/ev-poppler.cc:
9375
9376         Add a flag to check if orientation has been overriden
9377
9378 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9379
9380         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9381         field if necessary.
9382
9383         * ps/ps.h: add creator field to document.
9384
9385         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9386         set creator field.
9387
9388 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9389
9390         * data/evince-properties.glade:
9391         * shell/ev-properties.c: (ev_properties_set_document):
9392
9393         s/PDF Version/Format
9394
9395 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9396
9397         * shell/ev-properties.c: (ev_properties_set_document):
9398
9399         Remove unnecessary translations
9400
9401 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9402
9403         * cut-n-paste/toolbar-editor/Makefile.am:
9404
9405         Correct library name    
9406
9407 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9408
9409         * configure.ac:
9410         * cut-n-paste/recent-files/egg-recent-model.c:
9411         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9412         (egg_recent_model_unlock_file):
9413         * cut-n-paste/recent-files/egg-recent-util.c:
9414         (egg_recent_util_get_unique_id):
9415         * cut-n-paste/recent-files/update-from-egg.sh:
9416         * cut-n-paste/toolbar-editor/Makefile.am:
9417         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9418         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9419         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9420         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9421         (egg_toolbars_model_get_type):
9422         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9423
9424         Better makefile for toolbar editor and update everything
9425         to latest libegg.
9426
9427 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9428
9429         * shell/ev-window.c: (update_document_mode):
9430
9431         Prefer presentation mode when the document
9432         require fullscreen.
9433
9434 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9435
9436         * data/evince-ui.xml:
9437         * shell/ev-window.c:
9438
9439         Add control-equal for zooming
9440
9441 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9442
9443         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9444
9445 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9446
9447         * backend/ev-document.c: (ev_document_get_orientation):
9448         * backend/ev-document.h:
9449         * pdf/ev-poppler.cc:
9450         * ps/ps-document.c: (ps_document_get_orientation),
9451         (ps_document_set_orientation), (ps_document_document_iface_init):
9452
9453         Add a get_orientation api. Improve set_orientation.
9454
9455         * data/evince-ui.xml:
9456         * shell/ev-view.c: (ev_view_set_orientation),
9457         (ev_view_rotate_right), (ev_view_rotate_left):
9458         * shell/ev-view.h:
9459         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9460         (ev_window_cmd_edit_rotate_right):
9461
9462         Better ui for changing document orientation
9463
9464 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9465
9466         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9467         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9468         * shell/ev-sidebar-links.h:
9469         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9470         (ev_sidebar_page_iface_init):
9471         * shell/ev-sidebar-page.h:
9472         * shell/ev-sidebar-thumbnails.c:
9473         (ev_sidebar_thumbnails_get_property),
9474         (ev_sidebar_thumbnails_class_init),
9475         (ev_sidebar_thumbnails_set_document):
9476         * shell/ev-sidebar-thumbnails.h:
9477         * shell/ev-view.c: (ev_view_motion_notify_event):
9478         * shell/ev-window.c: (update_chrome_visibility),
9479         (ev_window_cmd_focus_page_selector),
9480         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9481         (sidebar_page_main_widget_update_cb), (ev_window_init):
9482         
9483         Autoraise toolbar on GoToPage binding and fix bindings in
9484         EvSidebarThumbnails page.
9485
9486 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9487
9488         * shell/ev-properties.c: (update_progress_label):
9489
9490         Hide the progress label when finished; bug #307697.
9491
9492 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9493
9494         * pdf/ev-poppler.cc:
9495
9496         Enable is_open for links, you will need poppler cvs
9497
9498         * shell/ev-properties.c: (job_fonts_finished_cb):
9499
9500         Get a lock on the document when filling the tree view
9501
9502 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9503
9504         * backend/ev-document-links.h:
9505         * pdf/ev-poppler.cc:
9506         * shell/ev-sidebar-links.c: (create_loading_model),
9507         (expand_open_links), (job_finished_callback):
9508
9509         Expand links when specified by the document.
9510         Depend on a poppler api (defined out for now)
9511
9512 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9513
9514         * shell/ev-properties.c: (ev_properties_dispose),
9515         (ev_properties_class_init), (dialog_destroy_cb),
9516         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9517         (ev_properties_set_document), (ev_properties_new),
9518         (ev_properties_show):
9519         * shell/ev-properties.h:
9520
9521         Make it an object, cleanup the code, api to show it as transient
9522         and to set the document.
9523
9524         * shell/ev-window.c: (ev_window_setup_document),
9525         (ev_window_cmd_file_properties):
9526
9527         Adapt to EvProperties changes, do not show multiple
9528         times, update it when document changes.
9529
9530 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9531
9532         * ps/gstypes.h:
9533         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9534         (ps_document_set_orientation), (ps_document_document_iface_init):
9535         * ps/ps-document.h:
9536
9537         Implement orientation here too
9538
9539         * shell/ev-properties.c: (ev_properties_new):
9540         * data/evince-properties.glade:
9541
9542         Hide the fonts page for backends that doesnt
9543         support it.     
9544
9545 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9546
9547         * backend/ev-document.c: (ev_document_set_orientation):
9548         * backend/ev-document.h:
9549         * pdf/ev-poppler.cc:
9550
9551         Add orientation api. Currently poppler api is not optimal,
9552         we need to set orientation every time we _get a page.
9553         I will try to fix that at some point.
9554
9555         * data/evince-ui.xml:
9556         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9557         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9558
9559         Add orientation menu items
9560
9561         * shell/ev-page-cache.c: (ev_page_cache_clear):
9562         * shell/ev-page-cache.h:
9563
9564         Add api to clear the cache
9565
9566         * shell/ev-view.c: (setup_caches), (clear_caches),
9567         (ev_view_set_document), (ev_view_zoom_out),
9568         (ev_view_set_orientation):
9569         * shell/ev-view.h:
9570
9571         Implement orientation changing
9572
9573 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9574
9575         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9576         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9577         * backend/ev-document-fonts.h:
9578
9579         Separate scan and fill so that we can incrementally fill from
9580         the main thread. Add a progress api.
9581
9582         * data/evince-properties.glade:
9583         * pdf/ev-poppler.cc:
9584         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9585         * shell/ev-jobs.h:
9586         * shell/ev-properties.c: (update_progress_label),
9587         (job_fonts_finished_cb), (setup_fonts_view):
9588
9589         Incrementally feel the list and show the progress
9590         percentage in a label like acrobat does.
9591
9592         You are going to need poppler cvs
9593
9594 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9595
9596         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9597         * backend/ev-document-fonts.h:
9598         * pdf/ev-poppler.cc:
9599
9600         Make fonts model fill incrementally.
9601
9602         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9603         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9604         (ev_job_queue_remove_job):
9605         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9606         (ev_job_fonts_new), (ev_job_fonts_run):
9607         * shell/ev-jobs.h:
9608
9609         New job for fonts scanning
9610
9611         * shell/ev-properties.c: (job_fonts_finished_cb),
9612         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9613         * shell/ev-properties.h:
9614         * shell/ev-window.c: (ev_window_cmd_file_properties):
9615
9616         Incrementally feel the treeview using the new job. Show Loading...
9617         message until scanning is completed.
9618
9619         Hopefully I didnt break the build without the poppler patch.
9620
9621 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9622
9623         * shell/ev-application.c: (ev_application_open):
9624         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9625         (ev_document_type_get_type), (ev_document_type_lookup):
9626         * shell/ev-document-types.h:
9627         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9628         * shell/ev-job-xfer.h:
9629         * shell/ev-window.c: (ev_window_clear_local_uri),
9630         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9631         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9632         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9633         
9634         Transfer remote documents to tmp directory to display them later.
9635
9636 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9637
9638         * backend/ev-document-info.h:
9639         * shell/ev-properties.c: (ev_properties_new):
9640
9641         s/GTime*/GTime. Not sure why we was using a pointer
9642         at all there!
9643
9644 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9645
9646         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9647         situations.  That situation is that you're using GTK+-HEAD with
9648         the patch at #306726 is applied, and you have a document with <
9649         1500 pages in it.  It's not quite as uniformly nice as the
9650         TreeView, but should be better in the long run.
9651
9652         I'm pretty sure I guarded against breaking compilation with
9653         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9654         I missed some.
9655
9656         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9657         widget yet, so I commented that code out
9658         enable_view_actions_for_widget() for now.  Need to figure this
9659         out.
9660
9661         * shell/ev-page-action.c (match_selected_cb): emit the right
9662         signals.  Our cool C-l completion now works.
9663
9664 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9665
9666         * backend/Makefile.am:
9667         * backend/ev-document-fonts.c:
9668         * backend/ev-document-links.c:
9669         * backend/ev-document.c: (ev_document_load):
9670         * backend/ev-document.h:
9671         * backend/ev-job-queue.c:
9672         * backend/ev-job-queue.h:
9673         * backend/ev-jobs.c:
9674         * backend/ev-jobs.h:
9675         * backend/ev-page-cache.c:
9676         * backend/ev-page-cache.h:
9677
9678         EvPageCache and EvJobs are moved to shell.
9679
9680         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9681         (ev_tmp_filename):
9682         * lib/ev-file-helpers.h:
9683         
9684         New helper to work with temporary files
9685         
9686         * shell/Makefile.am:
9687         * shell/ev-application.c: (ev_application_open):
9688         * shell/ev-application.h:
9689         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9690         (remove_job_from_async_queue), (add_job_to_async_queue),
9691         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9692         (handle_job), (search_for_jobs_unlocked),
9693         (no_jobs_available_unlocked), (ev_render_thread),
9694         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9695         (ev_job_queue_add_job), (move_job_async), (move_job),
9696         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9697         * shell/ev-job-queue.h:
9698         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9699         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9700         * shell/ev-job-xfer.h:
9701         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9702         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9703         (ev_job_links_class_init), (ev_job_render_init),
9704         (ev_job_render_dispose), (ev_job_render_class_init),
9705         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9706         (ev_job_thumbnail_class_init), (ev_job_load_init),
9707         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9708         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9709         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9710         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9711         * shell/ev-jobs.h:
9712         * shell/ev-page-action.c: (ev_page_action_set_document):
9713         * shell/ev-page-cache.c: (ev_page_cache_init),
9714         (ev_page_cache_class_init), (ev_page_cache_finalize),
9715         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9716         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9717         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9718         (ev_page_cache_get_title), (ev_page_cache_get_size),
9719         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9720         (ev_page_cache_get_height_to_page),
9721         (ev_page_cache_get_max_label_chars),
9722         (ev_page_cache_get_page_label),
9723         (ev_page_cache_has_nonnumeric_page_labels),
9724         (ev_page_cache_get_info), (ev_page_cache_next_page),
9725         (ev_page_cache_prev_page), (ev_page_cache_get):
9726         * shell/ev-page-cache.h:
9727         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9728         (ev_pixbuf_cache_clear_job_sizes),
9729         (ev_pixbuf_cache_add_jobs_if_needed),
9730         (ev_pixbuf_cache_set_page_range):
9731         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9732         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9733         * shell/ev-sidebar-thumbnails.c:
9734         (ev_sidebar_tree_selection_changed),
9735         (ev_sidebar_thumbnails_set_document):
9736         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9737         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9738         (ev_statusbar_get_context_id), (ev_statusbar_push),
9739         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9740         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9741         (ev_statusbar_set_progress):
9742         * shell/ev-statusbar.h:
9743         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9744         (ev_view_find_previous):
9745         * shell/ev-window.c: (ev_window_is_empty),
9746         (ev_window_setup_document), (password_dialog_response),
9747         (ev_window_clear_jobs), (ev_window_load_job_cb),
9748         (ev_window_xfer_job_cb), (ev_window_open_uri),
9749         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9750         (ev_window_print), (ev_window_print_range),
9751         (ev_window_state_event), (ev_window_cmd_view_reload),
9752         (menu_item_select_cb), (menu_item_deselect_cb),
9753         (view_status_changed_cb), (ev_window_dispose),
9754         (drag_data_received_cb), (ev_window_init):
9755         * shell/ev-window.h:
9756         * shell/main.c: (load_files):
9757         
9758         New statusbar to show progress on idle. Two new jobs - 
9759         xfer job and load job to load document in background. And update
9760         of page_cache clients to new location of code.
9761
9762 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9763
9764         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9765         selection in open dialog. It also remembers the last visited directory 
9766         in the current session.
9767
9768 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9769
9770         * shell/ev-properties.c: (ev_properties_new):
9771         * shell/ev-properties.h:
9772         * shell/ev-window.c: (ev_window_cmd_file_properties):
9773         
9774         Get document info from page cache instead of document itself.
9775         This should fix crash related to race conditions described in
9776         bug 306545.
9777
9778 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9779
9780         * ps/ps-document.c: (ps_document_init),
9781         (send_ps), (get_page_box), (output), (catchPipe), (input),
9782         (stop_interpreter), (file_length), (file_readable),
9783         (check_filecompressedb), (ps_document_enable_interpreter),
9784         (document_load), (ps_async_renderer_render_pixbuf):
9785         * ps/ps-document.h:
9786
9787         Big cleanup of the ps code
9788
9789 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9790
9791         * backend/Makefile.am:
9792         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9793         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9794         * backend/ev-async-renderer.h:
9795
9796         Add an async renderer interface (method + callback) which
9797         is useful for backends like ps.
9798
9799         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9800         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9801         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9802         (ev_job_queue_add_job), (move_job_async), (move_job),
9803         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9804
9805         Add queues for async renderer, these are executed on the
9806         main thread.
9807
9808         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9809         (ev_job_render_run):
9810         * backend/ev-jobs.h:
9811
9812         If the backend support async renderer interface use it.
9813
9814         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9815         (setup_pixmap), (ps_document_get_type),
9816         (ps_async_renderer_render_pixbuf),
9817         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9818
9819         Implement async renderer interface.
9820
9821 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9822
9823         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9824
9825         Cleanup links job on exit.
9826
9827 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9828
9829         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9830         (drag_data_get_cb), (drag_data_received_cb):
9831         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9832         (drag_data_get_cb), (parse_item_list),
9833         (egg_toolbar_editor_load_actions):
9834         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9835         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9836         (parse_item_list), (parse_toolbars):
9837         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9838         (dvi_pixbuf_put_pixel):
9839         
9840         Fix gcc 4.0 warnings
9841
9842 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9843
9844         * ps/ps-document.c: (start_interpreter):
9845
9846         Fix warning when loading ps
9847
9848 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9849
9850         * ps/ps-document.c: (output):
9851
9852         Fix crash when priting gs error messages.
9853
9854 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9855
9856         * backend/ev-page-cache.c: (_ev_page_cache_new):
9857         * backend/ev-page-cache.h:
9858
9859         Use a const to return title so that we dont double
9860         free it. Small cleanup and fix a leak.
9861
9862         * shell/ev-window.c: (update_window_title):
9863
9864         strdup value from get_title.
9865
9866 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9867
9868         * shell/ev-sidebar-links.c: (job_finished_callback),
9869         (ev_sidebar_links_set_document):
9870
9871         Cleanup the old job when changing document
9872
9873 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9874
9875         * shell/ev-stock-icons.c:
9876         * shell/ev-stock-icons.h:
9877         * shell/ev-window.c:
9878         
9879         Add stock icons for actions that can appear in toolbar. Fix for
9880         bug 306566.
9881
9882 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9883
9884         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9885         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9886         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9887         * backend/ev-page-cache.h:
9888         * shell/ev-view.c: (scroll_to_current_page),
9889         (view_update_range_and_current_page), (get_page_y_offset),
9890         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9891         (ev_view_size_request_continuous),
9892         (ev_view_zoom_for_size_continuous_and_dual_page),
9893         (ev_view_zoom_for_size_continuous):
9894         
9895         More compact EvView layout in document with pages of different size.
9896
9897 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9898
9899         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9900         compilation.
9901
9902 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9903
9904         * shell/ev-view.c: (view_set_adjustment_values):
9905         * shell/ev-window.c: (ev_window_cmd_file_properties):
9906         
9907         A bit different fix for rounding problem but it has no
9908         problems on startup. Make properties window transient to parent.
9909
9910 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9911
9912         * pdf/ev-poppler.cc:
9913         
9914         More commenting of font stuff.
9915
9916 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9917
9918         * pdf/ev-poppler.cc:
9919
9920         Comment out some more fonts stuff. Should really
9921         work without the poppler patch now.
9922
9923 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9924
9925         * pdf/ev-poppler.cc:
9926
9927         Adapt to api change
9928
9929 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9930
9931         * data/evince-properties.glade:
9932         * pdf/ev-poppler.cc:
9933         * shell/ev-properties.c: (setup_fonts_view):
9934
9935         Set the column title. Show the dialog only
9936         once everything is setup.
9937         Getting font info can be very slow... will
9938         prolly need to make this threaded too.
9939
9940 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9941
9942         * backend/Makefile.am:
9943         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9944         (ev_document_fonts_get_fonts_model):
9945         * backend/ev-document-fonts.h:
9946         * data/evince-properties.glade:
9947         * pdf/ev-poppler.cc:
9948         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9949         * shell/ev-properties.h:
9950         * shell/ev-window.c: (ev_window_cmd_file_properties):
9951
9952         Implement fonts list. Defined out for now, since it depends
9953         on a not yet committed poppler patch.
9954
9955 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9956
9957         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9958         page + 1.
9959
9960         * shell/ev-window.c: Make sure we add the timeout when we get a
9961         focus-in event.
9962
9963         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9964         adjustment->value before calculating the zoom factor to average
9965         out all of our rounding errors.  The page no longer 'drifts' when
9966         resizing.
9967
9968 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9969
9970         * data/evince-properties.glade:
9971         * shell/ev-properties.c: (ev_properties_format_date),
9972         (set_property):
9973         
9974         Labels don't expand when the dialogue is resized.
9975         strftime result needs to be converted to UTF-8. Thanks
9976         to Christian Persch <chpe@gnome.org>.
9977
9978 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9979
9980         * data/evince-properties.glade:
9981
9982         Hide the fonts tab
9983
9984 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9985
9986         * backend/ev-document-info.h:
9987         * backend/ev-document.c: (ev_document_info_free):
9988         * data/evince-properties.glade:
9989         * pdf/ev-poppler.cc:
9990         * ps/ps-document.c: (ps_document_get_info):
9991         * shell/ev-properties.c: (ev_properties_format_date),
9992         (set_property), (ev_properties_new):
9993         * shell/ev-properties.h:
9994         * shell/ev-window.c: (ev_window_cmd_file_properties):
9995
9996         Rework properties code to take only EvPropertyInfo
9997         in the constructor so that it can be useful for
9998         nautilus plugin too.
9999
10000         Deal with backends that doesnt support some properties.
10001         Make set property code generic.
10002
10003 2005-06-04  Christian Persch <chpe@gnome.org>
10004
10005         * data/evince-properties.glade:
10006
10007         fix spacings, make resizeable, and make data labels
10008         selectable + ellipsised
10009
10010 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10011
10012         * backend/ev-document-info.h:
10013         * data/Makefile.am:
10014         * data/evince-ui.xml:
10015         * pdf/ev-poppler.cc:
10016         * shell/Makefile.am:
10017         * shell/ev-window.c: (update_action_sensitivity),
10018         (ev_window_cmd_file_properties):
10019
10020         Initial go at file properties. Patch by
10021         Emil Soleyman-Zomalan <emil@soleyman.com>.
10022         Needs love see #169583
10023
10024 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10025
10026         * ps/ps-document.c: (output):
10027         * ps/ps.c: (psscan):
10028
10029         Try to render even if psscan fails.
10030
10031 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10032
10033         * ps/ps.c: (psscan), (pscopydoc):
10034
10035         Port buffered reading code from gv
10036
10037 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10038
10039         * ps/ps-document.c: (interpreter_message), (output):
10040
10041         Do not fail on interpreter messages
10042
10043 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10044
10045         * backend/ev-document-misc.c:
10046         (ev_document_misc_get_thumbnail_frame):
10047
10048         Pages can be 0 x 0, dont assert on this case
10049
10050 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10051
10052         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10053         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10054
10055         Correctly manage our reference on document. Finally the reload
10056         huge leak is gone...
10057
10058 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10059
10060         * ps/ps-document.c: (ps_document_dispose):
10061
10062         Forgot to chain it to the parent. Thanks chpe.
10063
10064 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10065
10066         * ps/ps-document.c: (ps_document_dispose),
10067         (ps_document_class_init), (stop_interpreter), (document_load):
10068
10069         Cleanup dispose a bit. Dont leak the whole pixmap.
10070
10071 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10072
10073         * pdf/ev-poppler.cc:
10074
10075         Release the poppler document on dispose
10076
10077 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10078
10079         * shell/ev-view.c: (ev_view_set_document):
10080
10081         Release ref on the pixbuf cache when changing
10082         document.
10083
10084 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10085
10086         * ps/ps-document.c: (ps_document_get_info):
10087
10088         Fix a double free
10089
10090 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10091
10092         * backend/ev-page-cache.c: (ev_page_cache_init),
10093         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10094         * backend/ev-page-cache.h:
10095         * shell/ev-page-action.c: (page_changed_cb):
10096         
10097         Set page action entry width depending on labels width. Fix
10098         for bug 305202.
10099
10100 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10101
10102         * backend/ev-link.c: (ev_link_class_init):
10103
10104         Allow -1 as page value (error)
10105
10106 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10107
10108         * shell/ev-sidebar-thumbnails.c:
10109         (ev_sidebar_thumbnails_set_document):
10110         * shell/ev-view.c: (scroll_to_current_page),
10111         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10112         (page_changed_cb), (on_adjustment_value_changed),
10113         (ev_view_set_document):
10114
10115         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10116         Fix bug 305377
10117
10118 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10119
10120         * configure.ac:
10121         * djvu/djvu-document.c: (djvu_document_get_page_size):
10122
10123         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10124         bug 301993.
10125
10126 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10127
10128         * shell/ev-view.c (draw_one_page): modify the expose handling to
10129         get the shadows.
10130
10131         * shell/ev-window.c (update_action_sensitivity): Respect
10132         permissions field.  Kowtow to the man.
10133
10134         * pdf/ev-poppler.cc: Get the permissions field.
10135
10136         * tiff/*c: Make a tiny bit more robust.
10137
10138 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10139
10140         * djvu/djvu-document.c:
10141         
10142         Pop messages from djvu context message queue.
10143
10144 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10145
10146         * configure.ac, Makefile.am, shell/Makefile.am:
10147         * tiff/Makefile.am, shell/ev-document-types.c:
10148         
10149         Cleanup tiff configure checks. Fix for bug 305218.
10150
10151 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10152
10153         * configure.ac: Added "uk" to ALL_LINGUAS.
10154
10155 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10156
10157         * cut-n-paste/zoom-control/ephy-zoom.c:
10158         (ephy_zoom_get_changed_zoom_level):
10159         * cut-n-paste/zoom-control/ephy-zoom.h:
10160         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10161         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10162         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10163         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10164         (zoom_control_changed_cb), (ev_window_init):
10165         
10166         Fix minor points related to moving best fit up. Introduce
10167         "zoom" property and make zoom control change it's value on
10168         notify::zoom signals. Fix for 305080.
10169
10170 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10171
10172         * data/evince-ui.xml:
10173         * shell/ev-window.c: (set_view_actions_sensitivity):
10174         
10175         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10176
10177 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10178
10179         * configure.ac:
10180
10181         Depends on poppler 0.3.2
10182
10183 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10184
10185         * cut-n-paste/recent-files/egg-recent-item.c:
10186         (egg_recent_item_get_short_name):
10187         * cut-n-paste/toolbar-editor/Makefile.am:
10188         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10189         (new_pixbuf_from_widget):
10190         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10191         * cut-n-paste/toolbar-editor/egg-marshal.c:
10192         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10193         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10194
10195         Sync
10196
10197 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10198
10199         * tiff/tiff-document.c: Rough TIFF backend.
10200
10201 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10202
10203         * NEWS:
10204         * configure.ac:
10205         * cut-n-paste/toolbar-editor/Makefile.am:
10206
10207         Release 0.3.1
10208
10209 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10210
10211         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10212         (ev_view_find_next), (ev_view_find_previous):
10213
10214         Remove the locks around get_n_results   
10215
10216 2005-05-21  Juerg Billeter  <j@bitron.ch>
10217
10218         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10219
10220         Pass correct number of pages to poppler.
10221
10222 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10223
10224         * configure.ac:
10225         * data/Makefile.am:
10226         * data/evince.desktop.in: 
10227         * data/evince.desktop.in.in:
10228         * po/POTFILES.in:
10229         
10230         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10231
10232 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10233
10234         * shell/ev-view.c: (view_update_adjustments),
10235         (view_set_adjustment_values): cast adjustmen->value to (int)
10236         before using it.  Otherwise, we get off by a pixel in some
10237         situations.
10238
10239         (draw_one_page): Draw the border on expose.
10240
10241 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10242
10243         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10244         adjustment when the mode changes, #304923
10245
10246 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10247
10248         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10249         flickering on resize but still use gdk_window_scroll on
10250         scrolling
10251
10252 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10253
10254         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10255         option, #170458
10256
10257 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10258
10259         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10260         second page on page_changed if possible, #304669
10261
10262 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10263
10264         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10265         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10266
10267 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10268
10269         * .cvsignore:
10270         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10271         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10272         (ev_view_zoom_for_size_presentation),
10273         (ev_view_zoom_for_size_continuous_and_dual_page),
10274         (ev_view_zoom_for_size_continuous),
10275         (ev_view_zoom_for_size_dual_page),
10276         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10277         * shell/ev-view.h:
10278         * shell/ev-window.c: (update_view_size),
10279         (ev_window_sizing_mode_changed_cb):
10280
10281         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10282         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10283         an infinite loop, #304769
10284
10285
10286 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10287
10288         * data/evince-ui.xml:
10289         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10290         * shell/ev-window.c: (set_view_actions_sensitivity):
10291
10292         Make PgUp/Down behave like Space
10293
10294 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10295
10296         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10297         * backend/ev-ps-exporter.h:
10298         * pdf/ev-poppler.cc:
10299         * ps/ps-document.c: (ps_document_ps_export_begin):
10300         * shell/ev-print-job.c: (idle_print_handler):
10301
10302         Adapt to new poppler api
10303
10304 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10305
10306         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10307         (ephy_zoom_control_init):
10308
10309         Translate zoom levels
10310
10311 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10312
10313         * cut-n-paste/zoom-control/ephy-zoom.c:
10314         (ephy_zoom_get_zoom_level_index):
10315
10316         Fix current zoom -> zoom control match
10317
10318 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10319
10320         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10321         rather than the scrolled_window that it's in. Fixes bug #304655.
10322
10323 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10324
10325         * shell/ev-view.c: (view_update_adjustments),
10326         (view_set_adjustment_values), (view_update_range_and_current_page),
10327         (view_scroll_to_page), (set_scroll_adjustment),
10328         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10329         (ev_view_scroll), (ev_view_scroll_view),
10330         (ensure_rectangle_is_visible), (find_page_at_location),
10331         (get_link_at_location), (go_to_link), (status_message_from_link),
10332         (ev_view_size_request_continuous_dual_page),
10333         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10334         (ev_view_unrealize), (ev_view_expose_event),
10335         (ev_view_button_press_event), (ev_view_motion_notify_event),
10336         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10337         (draw_rubberband), (highlight_find_results), (draw_one_page),
10338         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10339         (ev_view_init), (find_changed_cb), (page_changed_cb),
10340         (on_adjustment_value_changed), (ev_view_new),
10341         (ev_view_set_document), (ev_view_set_zoom),
10342         (ev_view_set_continuous), (ev_view_set_dual_page),
10343         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10344         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10345         (ev_view_zoom_for_size_presentation),
10346         (ev_view_zoom_for_size_continuous_dual_page),
10347         (ev_view_zoom_for_size_continuous),
10348         (ev_view_zoom_for_size_dual_page),
10349         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10350         (ev_view_get_status), (ev_view_set_status),
10351         (update_find_status_message), (ev_view_get_find_status),
10352         (ev_view_set_find_status), (jump_to_find_result),
10353         (jump_to_find_page), (compute_selections), (clear_selection),
10354         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10355         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10356         (ev_view_update_primary_selection),
10357         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10358         * shell/ev-view.h:
10359         * shell/ev-window.c: (ev_window_open_page_label),
10360         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10361         (ev_window_init):
10362         * shell/ev-window.h:
10363         * shell/main.c: (load_files):
10364
10365         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10366         when resizing.  Remove the bin_window().  Also, patch from James
10367         Bowes to fix command line page, #300641
10368         
10369 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10370
10371         * data/evince-ui.xml:
10372         * shell/ev-view.c:
10373         * shell/ev-view.h:
10374         * shell/ev-window.c: (update_action_sensitivity):
10375
10376         Get rid of View->Normal Size, it's just confusing
10377
10378 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10379
10380         * backend/ev-document-info.h:
10381         * backend/ev-document.c: (ev_document_info_free): Free the
10382         EvDocumentInfo.
10383
10384         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10385         (clear_range), (add_range), (update_visible_range),
10386         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10387         (ev_sidebar_thumbnails_set_document):
10388         * shell/ev-window.c: (ev_window_setup_document): Only render the
10389         visible thumbnails.  It takes an instant to render, but it uses
10390         much less memory.
10391
10392 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10393
10394         * shell/ev-sidebar-links.c: (popup_menu_cb):
10395
10396         Select first item
10397
10398 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10399
10400         * lib/Makefile.am:
10401         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10402         (button_press_cb), (ev_sidebar_links_construct):
10403
10404         Show the popup menu also on keybindings
10405
10406 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10407
10408         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10409         * shell/ev-window.h:
10410
10411         Expose api to print a range (with dialog). Make private _print use
10412         it.
10413
10414         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10415         (ev_sidebar_links_construct):
10416
10417         Show a print context menu on linkx, it prints the selected
10418         section.
10419
10420 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10421
10422         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10423         button.
10424
10425 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10426
10427         * AUTHORS:
10428
10429         Update
10430
10431         * shell/ev-window.c: (build_comments_string),
10432         (ev_window_cmd_help_about):
10433
10434         Show poppler version/backend and authors
10435
10436 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10437
10438         * cut-n-paste/zoom-control/ephy-zoom.c:
10439         (ephy_zoom_get_zoom_level_index):
10440         * cut-n-paste/zoom-control/ephy-zoom.h:
10441
10442         Move the best fit items at the top of the list
10443
10444 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10445
10446         * shell/ev-marshal.list:
10447         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10448         (activate_cb), (match_selected_cb), (activate_link_cb),
10449         (connect_proxy), (ev_page_action_class_init):
10450         * shell/ev-page-action.h:
10451
10452         Use signals to notify action activation. Hopefully
10453         I did not break completion since I cant test...
10454
10455         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10456         (register_custom_actions):
10457
10458         Connect to page selector actions and also grab focus on
10459         the view when activated.
10460
10461 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10462
10463         * pdf/ev-poppler.cc:
10464         * backend/ev-page-cache.c: make page size calculation consistent
10465         and set it to (int)( width * scale + 0.5).  This makes the weird
10466         line going through the middle of the page go away.
10467
10468         * shell/ev-view.c: move painting the background page after
10469         checking the expose area covers us.
10470
10471 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10472
10473         * data/evince-password.glade:
10474         
10475         Mark labels as not translatable. Fix for bug 302842.
10476
10477 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10478
10479         * configure.ac: Added "es" to ALL_LINGUAS.
10480
10481 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10482
10483         * data/evince-toolbar.xml:
10484         * shell/ev-window.c: (update_action_sensitivity),
10485         (ev_window_setup_document), (ev_window_set_page_mode),
10486         (ev_window_init):
10487
10488         Remove some leftover code from jrb first continous
10489         attempt. Use the new actions, we still need good icons
10490         though...
10491
10492 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10493
10494         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10495
10496         Update label when connecting proxy. Fix a warning with NULL
10497         page_cache.
10498
10499 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10500
10501         * data/evince-ui.xml:
10502         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10503         * shell/ev-page-action.h:
10504         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10505
10506         Add mnemonic for edit toolbar.
10507         ctrl+l focus the page entry.
10508
10509 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10510
10511         * lib/Makefile.am:
10512         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10513         (ev_window_init):
10514         * shell/main.c: (main):
10515
10516         Put the toolbar xml in evince own dot dir
10517
10518 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10519
10520         * shell/ev-window.c: (ev_window_init):
10521
10522         Make the toolbar not removable
10523
10524 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10525
10526         * data/evince-ui.xml:
10527         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10528         * shell/ev-sidebar-links.h:
10529         * shell/ev-sidebar-thumbnails.c:
10530         (ev_sidebar_thumbnails_get_treeview):
10531         * shell/ev-sidebar-thumbnails.h:
10532         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10533         (ev_view_class_init):
10534         * shell/ev-view.h:
10535         * shell/ev-window.c: (update_action_sensitivity),
10536         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10537         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10538         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10539         (ev_window_init):
10540
10541         This is evil... Make space/backspace global accelerators but
10542         enable them only for some widgets (sidebars and view).
10543         I dont like it, but I dont know a better way... :/
10544
10545 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10546
10547         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10548         (ev_page_action_widget_finalize),
10549         (ev_page_action_widget_class_init), (update_page_cache):
10550
10551         Keep a weak reference on proxy->page_cache so that we
10552         dont try to disconnect the signal if the object is already
10553         gone. Maybe there is a better way to cleanup reference handling
10554         in page action though...
10555
10556 2005-05-10  Juerg Billeter  <j@bitron.ch>
10557
10558         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10559         * backend/ev-ps-exporter.h:
10560         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10561         * ps/ps-document.c: (ps_document_ps_export_begin):
10562         
10563         Change api to pass print range to ps_exporter_begin. The pdf backend
10564         requires this information.
10565         
10566         * shell/ev-print-job.c: (idle_print_handler):
10567         
10568         Adapt to api change
10569
10570 2005-05-10  Juerg Billeter  <j@bitron.ch>
10571
10572         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10573         (idle_print_handler)
10574         * shell/ev-window.c: (ev_window_print):
10575
10576         Support printing page range, based on patch by Amaury Jacquot
10577
10578 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10579
10580         * data/evince-toolbar.xml:
10581
10582         Add zoom control to available items
10583
10584 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10585
10586         * shell/ev-window.c: (update_action_sensitivity):
10587
10588         Set slash action insensitive when appropriate
10589
10590 2005-05-10  Christian Persch <chpe@gnome.org>
10591
10592         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10593
10594         Fix warning on the overflow menu
10595
10596 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10597
10598         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10599
10600         Check for uri correctness/existence
10601
10602 2005-05-09  Juerg Billeter  <j@bitron.ch>
10603
10604         * shell/ev-window.c: (using_postscript_printer):
10605
10606         LPD printers use postscript, too
10607
10608 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10609
10610         * shell/ev-window.c: (register_custom_actions):
10611
10612         The zoom one is actually sort of useful,
10613         put it back
10614
10615 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10616
10617         * shell/ev-window.c: (register_custom_actions):
10618
10619         Hide page/zoom controls from overflow, they
10620         are useless.
10621
10622 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10623
10624         * cut-n-paste/update-from-egg.sh:
10625         
10626         Share it between all cut-n-paste subdirs
10627
10628         * cut-n-paste/recent-files/Makefile.am:
10629
10630         Fix to use "global" update-from-egg.sh
10631
10632         * cut-n-paste/recent-files/egg-recent-model.c:
10633         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10634         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10635         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10636         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10637
10638         Update from libegg
10639
10640         * cut-n-paste/toolbar-editor/Makefile.am:
10641
10642         Fix to use "global" update-from-egg.sh
10643
10644         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10645
10646         Update from libegg
10647
10648 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10649
10650         * configure.ac:
10651         * cut-n-paste/Makefile.am:
10652         * cut-n-paste/recent-files/Makefile.am:
10653         * cut-n-paste/toolbar-editor/.cvsignore:
10654         * cut-n-paste/toolbar-editor/Makefile.am:
10655         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10656         (egg_editable_toolbar_get_type), (get_toolbar_position),
10657         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10658         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10659         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10660         (set_item_drag_source), (create_item_from_action), (create_item),
10661         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10662         (popup_toolbar_context_menu_cb), (free_dragged_item),
10663         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10664         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10665         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10666         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10667         (item_added_cb), (item_removed_cb),
10668         (egg_editable_toolbar_construct),
10669         (egg_editable_toolbar_disconnect_model),
10670         (egg_editable_toolbar_deconstruct),
10671         (egg_editable_toolbar_set_model),
10672         (egg_editable_toolbar_set_ui_manager),
10673         (egg_editable_toolbar_set_property),
10674         (egg_editable_toolbar_get_property),
10675         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10676         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10677         (egg_editable_toolbar_new_with_model),
10678         (egg_editable_toolbar_get_edit_mode),
10679         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10680         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10681         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10682         (new_pixbuf_from_widget), (new_separator_pixbuf),
10683         (update_separator_image), (style_set_cb),
10684         (_egg_editable_toolbar_new_separator_image),
10685         (egg_editable_toolbar_get_model):
10686         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10687         * cut-n-paste/toolbar-editor/egg-marshal.c:
10688         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10689         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10690         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10691         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10692         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10693         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10694         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10695         (editor_drag_data_delete_cb), (drag_data_get_cb),
10696         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10697         (editor_create_item), (update_editor_sheet), (setup_editor),
10698         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10699         (parse_item_list), (model_has_action), (update_actions_list),
10700         (egg_toolbar_editor_load_actions):
10701         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10702         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10703         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10704         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10705         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10706         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10707         (egg_toolbars_model_add_separator), (impl_add_item),
10708         (parse_item_list), (egg_toolbars_model_add_toolbar),
10709         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10710         (impl_get_item_data), (impl_get_item_type),
10711         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10712         (egg_toolbars_model_init), (free_toolbar),
10713         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10714         (egg_toolbars_model_remove_toolbar),
10715         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10716         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10717         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10718         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10719         (egg_toolbars_model_get_item_data),
10720         (egg_toolbars_model_get_item_type):
10721         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10722         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10723         * data/Makefile.am:
10724         * data/evince-toolbar.xml:
10725         * data/evince-ui.xml:
10726         * data/hand-open.png:
10727         * po/POTFILES.in:
10728         * shell/Makefile.am:
10729         * shell/ev-window.c: (update_chrome_visibility),
10730         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10731         (ev_window_dispose), (ev_window_init):
10732
10733         Implement epiphany like toolbar editor. Based on patch by
10734         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10735
10736 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10737
10738         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10739
10740         Use set_cursor instead of set_selection, so that
10741         the keyboard focus moves too.
10742
10743 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10744
10745         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10746
10747         Fix infinite loop when loading Type1 fonts
10748
10749 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10750
10751         * data/evince-ui.xml:
10752         * shell/ev-window.c:
10753
10754         Slash -> Find
10755
10756 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10757
10758         * configure.ac:
10759
10760         Make --disable really disable
10761
10762 2005-05-07  Juerg Billeter  <j@bitron.ch>
10763
10764         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10765
10766         Compare page labels even without has_labels set, fixes setting page
10767         with entry
10768
10769 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10770
10771         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10772         (ev_view_set_cursor), (ev_view_button_press_event),
10773         (ev_view_motion_notify_event), (ev_view_button_release_event),
10774         (ev_view_init):
10775
10776         Implement middle button scrolling. Based on a patch
10777         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10778
10779 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10780
10781         * shell/ev-document-types.c: (get_slow_mime_type),
10782         (get_document_type_from_mime), (ev_document_type_lookup):
10783         * shell/ev-document-types.h:
10784
10785         Change api to lookup from uri. Do fast lookup first, if the
10786         type is unknown try with data sniffing.
10787
10788         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10789         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10790
10791         Adapt to api change
10792
10793 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10794
10795         * thumbnailer/Makefile.am:
10796
10797         Fix distcheck
10798
10799 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10800
10801         * NEWS:
10802         * configure.ac:
10803
10804         Release 0.3.0
10805
10806         * data/evince-ui.xml:
10807
10808         Hide presentation mode for now
10809
10810         * shell/ev-view.c: (highlight_find_results):
10811
10812         Show current find selection only on current page
10813
10814 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10815
10816         * shell/ev-view.c: (ev_view_select_all):
10817
10818         Compute size of the actual page, not of
10819         the current one.
10820
10821 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10822
10823         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10824         (view_rect_to_doc_rect), (compute_selections),
10825         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10826         (ev_view_copy), (ev_view_primary_get_cb),
10827         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10828         (ev_view_button_press_event), (ev_view_motion_notify_event),
10829         (ev_view_button_release_event), (page_changed_cb):
10830
10831         Fix text selection
10832
10833 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10834
10835         * shell/ev-view.c: (compute_border), (get_page_extents),
10836         (doc_rect_to_view_rect), (highlight_find_results),
10837         (ev_view_bin_expose), (ev_view_select_all),
10838         (ev_view_motion_notify_event), (update_find_status_message),
10839         (jump_to_find_result), (jump_to_find_page):
10840
10841         First go at fixing search, still buggy
10842
10843 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10844
10845         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10846         dropdown box and button at the top of the sidebar.
10847
10848 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10849
10850         * configure.ac: Output zoom-control Makefile.
10851         * cut-n-paste/Makefile.am: build zoom-control subdir.
10852         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10853         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10854         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10855         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10856         * cut-n-paste/zoom-control/ephy-zoom.c:
10857         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10858         from epiphany, and modified to add a separator into the menu.
10859         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10860         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10861         zoom-control action.
10862         * shell/Makefile.am: Include zoom-control flags.
10863         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10864         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10865         (ev_view_zoom_for_size_presentation),
10866         (ev_view_zoom_for_size_continuous_and_dual_page),
10867         (ev_view_zoom_for_size_continuous),
10868         (ev_view_zoom_for_size_dual_page),
10869         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10870         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10871         ev_view_get_zoom and ev_view_get_sizing_mode.
10872         * shell/ev-view.h:
10873         * shell/ev-window.c: (update_action_sensitivity),
10874         (update_sizing_buttons), (zoom_control_changed_cb),
10875         (register_custom_actions): Initialize and use the zoom-control 
10876         widget.
10877
10878 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10879
10880         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10881         preview cache back to 1.  Don't know when it got set to 0.
10882         
10883         * shell/ev-view.c: (compute_border), (ev_view_realize),
10884         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10885         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10886         (ev_view_get_fullscreen), (ev_view_set_presentation),
10887         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10888         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10889         * shell/ev-view.h:
10890         * shell/ev-window.c:
10891         (update_chrome_visibility),
10892         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10893         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10894         (update_document_mode), (ev_window_update_fullscreen_action),
10895         (ev_window_fullscreen), (ev_window_unfullscreen),
10896         (ev_window_cmd_view_fullscreen),
10897         (ev_window_update_presentation_action),
10898         (ev_window_run_presentation), (ev_window_stop_presentation),
10899         (ev_window_cmd_view_presentation), (ev_window_state_event),
10900         (ev_window_focus_in_event), (ev_window_focus_out_event),
10901         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10902         * data/evince-ui.xml: Initial presentation mode.  We should
10903         probably hide this until it's done, as it's quite rough.  Also,
10904         change full-screen to fullscreen and add two getters to EvView.
10905
10906 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10907
10908         * shell/ev-page-action.c: (update_page_cache),
10909         (ev_page_action_dispose):
10910         * shell/ev-window.c: (destroy_fullscreen_popup),
10911         (ev_window_create_fullscreen_popup):
10912
10913         Use connect_object rather than explicitly
10914         disconnect on dispose.
10915
10916 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10917
10918         * shell/ev-page-action.c: (update_page_cache),
10919         (ev_page_action_dispose):
10920
10921 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10922
10923         * backend/ev-page-cache.c: (_ev_page_cache_new),
10924         (ev_page_cache_set_page_label),
10925         (ev_page_cache_has_nonnumeric_page_labels):
10926         * backend/ev-page-cache.h:
10927         * shell/ev-page-action.c: (update_pages_label):
10928         
10929         If all page labels are numeric, fallback to default
10930         way to display number of pages. See bug 173185.
10931
10932 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10933
10934         * shell/ev-page-action.c: (ev_page_action_dispose):
10935         * shell/ev-view.c: (view_update_range_and_current_page):
10936         * shell/ev-window.c: (ev_window_dispose):
10937         
10938         Set page on scroll in continuous mode. Fixes bug 301986.
10939         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10940
10941 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10942
10943         * configure.ac:
10944
10945         Require poppler 0.3.0
10946
10947 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10948         
10949         * shell/Makefile.am, configure.ac: Fix build problems
10950         with t1lib. Bug 301996.
10951
10952 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10953
10954         * shell/ev-view.c: (ev_view_scroll_event):
10955         
10956         Scroll up increase zoom
10957
10958 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10959
10960         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10961         (ev_view_set_sizing_mode),
10962         (ev_view_zoom_for_size_continuous_and_dual_page),
10963         (ev_view_zoom_for_size_continuous):
10964         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10965         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10966         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10967         (ev_window_init):
10968
10969         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10970         Fix for 165473 and 165472.
10971
10972 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10973
10974         * po/POTFILES.in:
10975         * thumbnailer/Makefile.am:
10976         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10977         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10978         * thumbnailer/evince-thumbnailer.schemas.in:
10979         
10980         Make thumbnailer schemas translatable. Fix for bug 301773
10981         
10982         * thumbnailer/evince-thumbnailer-djvu.schemas:
10983         * thumbnailer/evince-thumbnailer-dvi.schemas:
10984         * thumbnailer/evince-thumbnailer.schemas:
10985
10986         Removed files
10987
10988 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10989
10990         * shell/ev-view.c (ev_view_init): forgot to set this.
10991
10992 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10993
10994         * shell/ev-view.c: (find_page_at_location),
10995         (get_link_at_location),
10996         (ev_view_set_show_border), (ev_view_set_spacing),
10997         (ev_view_zoom_for_size_continuous_and_dual_page),
10998         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10999         Also, add a quick fix measuring of widths.  Also, removed
11000         ev_view_set_spacing and ev_view_set_show_border.
11001         
11002         * shell/ev-window.c: (ev_window_unfullscreen),
11003         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11004
11005 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11006
11007         * shell/ev-view.c: (view_update_range_and_current_page),
11008         (page_changed_cb):
11009         
11010         Fix crash on exit and scrolling to page in continuous view.
11011
11012 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11013
11014         * TODO:
11015         * backend/ev-page-cache.c: (_ev_page_cache_new),
11016         (ev_page_cache_get_max_width_size),
11017         (ev_page_cache_get_max_height_size):
11018         * backend/ev-page-cache.h:
11019         * data/evince-ui.xml:
11020         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11021         * shell/ev-view.c: (view_update_adjustments),
11022         (view_update_range_and_current_page), (get_bounding_box_size),
11023         (ev_view_size_request_continuous_and_dual_page),
11024         (ev_view_size_request_continuous),
11025         (ev_view_size_request_dual_page),
11026         (ev_view_size_request_single_page), (ev_view_size_request),
11027         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11028         (ev_view_bin_expose), (ev_view_expose_event),
11029         (ev_view_set_property), (ev_view_get_property),
11030         (ev_view_class_init), (ev_view_init), (ev_view_new),
11031         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11032         (ev_view_set_dual_page), (ev_view_set_full_screen),
11033         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11034         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11035         (ev_view_zoom_out), (zoom_for_size_fit_width),
11036         (zoom_for_size_best_fit),
11037         (ev_view_zoom_for_size_continuous_and_dual_page),
11038         (ev_view_zoom_for_size_continuous),
11039         (ev_view_zoom_for_size_dual_page),
11040         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11041         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11042         * shell/ev-view.h:
11043         * shell/ev-window.c: (update_action_sensitivity),
11044         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11045         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11046         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11047         (ev_window_cmd_view_zoom_out), (update_view_size),
11048         (ev_window_set_sizing_mode), (ev_window_init):
11049
11050         Add Continuous and Dual page modes.
11051
11052 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11053
11054         * dvi/dvi-document.c: (dvi_document_load),
11055         (dvi_document_thumbnails_get_thumbnail),
11056         (dvi_document_init_params): Fix up some mixups between
11057         width and height to correct thumbnail rendering.
11058
11059 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11060
11061         * dvi/mdvi-lib/private.h:
11062         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11063         
11064         Suppess output for kpathsea during font generation. Thanks to
11065         James Bowes
11066
11067 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11068
11069         * NEWS:
11070         * configure.ac:
11071
11072         Release 0.2.1
11073
11074         * Makefile.am: fix distcheck.
11075
11076 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11077
11078         * shell/ev-sidebar-links.c: (selection_changed_callback),
11079         (update_page_callback), (row_activated_callback),
11080         (job_finished_callback), (ev_sidebar_links_set_document):
11081         
11082         Fix for bug #169901. Double click on links expands tree.
11083
11084 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11085
11086         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11087         hard-coded style. Fix for bug 170111
11088
11089 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11090
11091         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11092         locking.
11093
11094 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11095
11096         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11097
11098 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11099
11100         * pdf/ev-poppler.cc:
11101         * shell/ev-view.c: (highlight_find_results):
11102
11103         Fix find on single page documents
11104
11105 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11106
11107         * data/evince.schemas.in: fix for bug 301390
11108
11109 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11110
11111         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11112         (ev_view_zoom_out), (ev_view_zoom_normal):
11113         * shell/ev-view.h:
11114         * shell/ev-window.c: (update_action_sensitivity),
11115         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11116         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11117         (ev_window_cmd_view_normal_size):
11118
11119         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11120         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11121         better than oom. 
11122
11123 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11124
11125         * configure.ac:
11126
11127         Depend on 2.57, 2.59 doesnt seem to be necessary
11128
11129 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11130
11131         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11132         (create_tool_item):
11133
11134         Put back total number of pages as (1 of 1234)
11135
11136 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11137
11138         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11139         remove the job.
11140
11141         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11142         function.  This helps debugging.
11143
11144 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11145
11146         * djvu/djvu-document.c: (djvu_document_class_init),
11147         (djvu_document_get_info), (djvu_document_document_iface_init):
11148         * dvi/dvi-document.c: (dvi_document_class_init),
11149         (dvi_document_get_info), (dvi_document_document_iface_init):
11150
11151         Dummy implementation of get_info method for dvi and
11152         djvu. Fix crashes with those backends
11153
11154 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11155
11156         * data/evince.desktop.in:
11157
11158         Add application/x-gzpostscript
11159
11160 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11161
11162         * data/evince.schemas.in: Added real long descriptions, 
11163         closes bug 172496 
11164
11165         * README: Added actual text, closes bug 171869
11166
11167 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11168
11169         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11170
11171         Thumbnail page 0
11172
11173 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11174
11175         * backend/ev-document-info.h:
11176
11177         s/GDate */GDate so we can just use g_free
11178
11179 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11180
11181         * shell/ev-window.c: (update_document_mode),
11182         (ev_window_setup_document):
11183
11184         Show the window in fullscreen when specified by
11185         the document
11186
11187 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11188
11189         * backend/ev-document.c: (ev_document_class_init),
11190         (ev_document_get_info), (ev_document_render_pixbuf):
11191         * backend/ev-document.h:
11192         * backend/ev-page-cache.c: (_ev_page_cache_new):
11193         * pdf/ev-poppler.cc:
11194         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11195         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11196         * ps/ps-document.c: (ps_document_class_init), (document_load),
11197         (ps_document_get_info), (ps_document_document_iface_init):
11198
11199         Remove get_title from the interface, we can just use document info
11200
11201 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11202
11203         * backend/Makefile.am:
11204         * backend/ev-document.c: (ev_document_render_get_info):
11205         * backend/ev-document.h:
11206         * pdf/ev-poppler.cc:
11207
11208         Initial support for document info. Based on jrb patch.
11209
11210 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11211
11212         * shell/ev-window.c: (ev_window_state_event),
11213         (ev_window_class_init), (ev_window_init):
11214         
11215         Doesn't show resize grip when maximized. See bug #301053
11216
11217 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11218
11219         * po/POTFILES.in:
11220         
11221         ev-sidebar-thumbnails now has translatable labels
11222         
11223         * shell/Makefile.am:
11224         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11225         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11226         (ev_sidebar_links_page_iface_init):
11227         * shell/ev-sidebar-links.h:
11228         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11229         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11230         (ev_sidebar_page_get_label):
11231         * shell/ev-sidebar-page.h:
11232         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11233         (ev_sidebar_thumbnails_set_document),
11234         (ev_sidebar_thumbnails_support_document),
11235         (ev_sidebar_thumbnails_get_label),
11236         (ev_sidebar_thumbnails_page_iface_init):
11237         * shell/ev-sidebar-thumbnails.h:
11238         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11239         (ev_sidebar_set_document):
11240         * shell/ev-sidebar.h:
11241         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11242         
11243         Small rework of sidebar code. Now sidebar pages should implement
11244         EvSidebarPage interface. That makes page management in EvSidebar
11245         easier. See bug #164811 for details
11246
11247 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11248
11249         * shell/ev-application.c: (ev_application_open):
11250         * shell/ev-document-types.c:
11251         
11252         Fix build error and small problem with application exit
11253
11254 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11255
11256         * thumbnailer/Makefile.am:
11257         * thumbnailer/evince-thumbnailer-djvu.schemas:
11258         * thumbnailer/evince-thumbnailer-dvi.schemas:
11259         
11260         Conditionally install schemas for djvu/dvi thumbnailer
11261
11262 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11263
11264         * shell/ev-document-types.h: 
11265         * shell/ev-document-types.c: 
11266         New files, handling the mapping from mimetypes to backends
11267         
11268         * shell/ev-window.c: 
11269         * thumbnailer/evince-thumbnailer.c:     
11270         Use the ev-document-types code
11271         
11272         * shell/Makefile.am: 
11273         Added new convenience library libevbackendfactory_la, containing
11274         the new mimetype->backend logic; moved the backends into it.
11275
11276         * thumbnailer/Makefile.am:
11277         Make the thumbnailer link with the libevbackend.la convenience
11278         library, rather than having a duplicate of the backend logic here.
11279
11280 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11281
11282         * shell/ev-stock-icons.c: constify some vars.
11283         * shell/ev-window.c: ditto.
11284
11285 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11286
11287         * ps/ps-document.c (get_page_orientation):
11288
11289         Respect document orientation 
11290
11291 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11292
11293         * djvu/Makefile.am:
11294         * dvi/Makefile.am:
11295         * shell/Makefile.am:
11296         
11297         Move library dependencies to components.
11298         
11299         * shell/ev-window.c: (update_window_title),
11300         (start_loading_document):
11301         
11302         Fix display of uris with spaces. Bug 168358.
11303
11304 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11305
11306         * shell/ev-sidebar-links.c: (selection_changed_cb):
11307         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11308         (ev_view_button_release_event), (ev_view_set_document):
11309         * shell/ev-view.h:
11310         * shell/ev-window.c: (find_bar_search_changed_cb):
11311         * shell/ev-window.h: Minor cleanups removing some dead code.
11312
11313 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11314
11315         * backend/ev-page-cache.c: (_ev_page_cache_new):
11316         
11317         Set current page to 0 if document has pages.
11318
11319 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11320
11321         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11322
11323         Initialize GError to NULL, fix a crash when loading fails.
11324
11325 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11326
11327         * shell/ev-window.c: (update_view_size):
11328
11329         Calculate shadow size only when there is actually
11330         a shadow.
11331
11332 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11333
11334         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11335         * shell/ev-view.h:
11336
11337         Allow setting view spacing, default to 0
11338
11339         * shell/ev-window.c: (ev_window_unfullscreen),
11340         (ev_window_cmd_view_fullscreen), (ev_window_init):
11341
11342         Remove spacing in fullscreen mode
11343
11344 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11345
11346         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11347         (ev_view_size_request), (expose_bin_window),
11348         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11349         * shell/ev-view.h:
11350         * shell/ev-window.c: (ev_window_unfullscreen),
11351         (ev_window_cmd_view_fullscreen):
11352
11353         Do not draw the border in fulscreen
11354
11355 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11356
11357         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11358         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11359         (find_page_at_location), (page_changed_cb):
11360
11361         Rework border calculation, so that I can more easily disable it.
11362         Code somewhat cleaner too.
11363
11364 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11365
11366         * backend/ev-page-cache.c: (ev_page_cache_init),
11367         (_ev_page_cache_new):
11368
11369         Remove some assertions, documents can have 0 pages.
11370         Make initial current page -1.
11371
11372         * shell/ev-page-action.c: (page_changed_cb):
11373
11374         Show "" if current page is -1
11375
11376         * shell/ev-window.c: (update_action_sensitivity),
11377         (ev_window_setup_document):
11378
11379         When document has 0 pages do not set the view
11380         and make nearly everything insensitive.
11381
11382 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11383
11384         * shell/ev-page-view.c:
11385         * shell/ev-page-view.h:
11386
11387         Remove unused files.
11388         
11389         * shell/ev-sidebar-thumbnails.c:
11390         (ev_sidebar_thumbnails_set_document):
11391         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11392         (ev_sidebar_supports_document):
11393         * shell/ev-sidebar.h:
11394         * shell/ev-window.c: (ev_window_setup_document):
11395         
11396         Doesn't show thumbnails if document has 1 page. Make
11397         sidebar menu entries sensitive only if if they have 
11398         sense. Fix bug 164811. 
11399
11400 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11401
11402         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11403         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11404         (ev_view_zoom_out), (ev_view_set_size):
11405
11406         Rework sizing to deal with documents with not uniform page
11407         size.
11408
11409 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11410
11411         * backend/ev-page-cache.c: (_ev_page_cache_new):
11412
11413         Fix several page size caching bugs
11414
11415 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11416
11417         * shell/ev-window.c: (set_action_properties):
11418
11419         Make all toolbar items translatable
11420
11421 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11422
11423         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11424         (save_page_list), (ps_document_save),
11425         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11426         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11427         (ps_document_ps_exporter_iface_init):
11428         * ps/ps-document.h:
11429
11430         Based on a patch by J�rg Billeter <j@bitron.ch>
11431         
11432         Implement print and save a copy for the ps backend.
11433
11434 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11435
11436         * backend/ev-document.h:
11437         * djvu/djvu-document.c: (djvu_document_can_get_text),
11438         (djvu_document_document_iface_init):
11439         * dvi/dvi-document.c: (dvi_document_can_get_text),
11440         (dvi_document_document_iface_init):
11441         * pdf/ev-poppler.cc:
11442         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11443         (pixbuf_document_document_iface_init):
11444         * ps/ps-document.c: (ps_document_can_get_text),
11445         (ps_document_document_iface_init):
11446         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11447         * shell/ev-window.c: (update_action_sensitivity):
11448
11449         Fix the crash when trying to copy in backends that doesnt
11450         support it. We can implement a better solution once we
11451         do real text selection.
11452
11453 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11454
11455         * data/evince-ui.xml:
11456         * shell/ev-window.c: (ev_window_cmd_escape):
11457         
11458         Work around the Escape conflict (find bar and unfullscreen)
11459
11460 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11461
11462         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11463         
11464         Fix for #300233. Next page correctly handles document end.
11465         
11466         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11467         (ev_sidebar_thumbnails_class_init),
11468         (ev_sidebar_thumbnails_set_document),
11469         (ev_sidebar_thumbnails_clear_job),
11470         (ev_sidebar_thumbnails_clear_model):
11471         
11472         Cleanup thumbnail jobs on document changes.
11473         
11474         * shell/ev-view.c: (add_scroll_binding_keypad),
11475         (add_scroll_binding_shifted), (ev_view_class_init):
11476         
11477         Shift + Space scrolls up. Fix for #173184
11478         
11479         * shell/ev-window.c: (ev_window_open_page),
11480         (ev_window_cmd_view_reload):
11481         
11482         Fix reload (Bug #300094)
11483
11484 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11485
11486         
11487         * dvi/mdvi-lib/assoc.c:
11488         * dvi/mdvi-lib/assoc.h: Removed garbage files
11489         
11490         * dvi/mdvi-lib/bitmap.c:
11491         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11492         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11493         * dvi/mdvi-lib/color.h: Antialias of rules
11494         
11495         * dvi/mdvi-lib/common.h:
11496         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11497         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11498         * dvi/mdvi-lib/files.c:
11499         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11500         * dvi/mdvi-lib/mdvi.h:
11501         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11502         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11503         * dvi/mdvi-lib/util.c: Fix compile warnings
11504         
11505         * dvi/dvi-document.c:
11506         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11507         (dvi_document_thumbnails_get_thumbnail),
11508         (dvi_document_document_thumbnails_iface_init):
11509         * dvi/mdvi-lib/Makefile.am:
11510         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11511         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11512         
11513         Dvi backend now renders thumbnails
11514
11515 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11516
11517         * shell/main.c: (main): 
11518         
11519         Save accelerators on exit. Fixes bug #172095.
11520
11521 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11522
11523         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11524         update priority" comment.
11525
11526         * backend/ev-job-queue.c: Give a way to change priority.
11527
11528 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11529
11530         * shell/ev-page-action.c: Fix logic.
11531
11532 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11533
11534         * shell/ev-view.c: (ev_view_can_find_next):
11535         * shell/ev-window.c: (ev_window_setup_document):
11536
11537         Check that the document supports find
11538
11539 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11540
11541         * data/evince-ui.xml:
11542         * shell/ev-view.c: (ev_view_can_find_next):
11543         * shell/ev-view.h:
11544         * shell/ev-window.c: (update_action_sensitivity),
11545         (find_changed_cb), (ev_window_setup_document),
11546         (ev_window_cmd_edit_find_next):
11547
11548         Add Edit->Find Next
11549
11550 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11551
11552         * pdf/ev-poppler.cc:
11553         * shell/ev-print-job.c: (idle_print_handler):
11554
11555         Make printing work again
11556
11557 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11558
11559         * shell/ev-page-action.h:
11560         * shell/ev-page-action.c: (ev_page_action_widget_init),
11561         (ev_page_action_widget_class_init), (page_changed_cb),
11562         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11563         (get_filter_model_from_model), (match_selected_cb),
11564         (display_completion_text), (match_completion), (update_model),
11565         (connect_proxy), (ev_page_action_set_property),
11566         (ev_page_action_get_property), (ev_page_action_set_document),
11567         (ev_page_action_set_model), (ev_page_action_class_init): Big
11568         reworking to make completions work iff we have >= GTK-2.7.0
11569                 
11570         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11571         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11572         (job_finished_cb): We now have a 'model' property that is set when
11573         the links are loaded.  This can be caught with "notify::model"
11574
11575         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11576         listen for the model to be set, and propagate it to the action.
11577
11578 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11579
11580         * cut-n-paste/recent-files/egg-recent-item.c:
11581         (egg_recent_item_set_uri), (make_valid_utf8),
11582         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11583         * cut-n-paste/recent-files/egg-recent-item.h:
11584         
11585         Update egg-recent from libegg. This should fix long
11586         startup problem. For details see
11587         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11588
11589 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11590
11591         * cut-n-paste/recent-files/Makefile.am:
11592         * data/evince-ui.xml, shell/Makefile.am:
11593         * shell/ev-application.c, shell/ev-application.h:
11594         * shell/ev-window.c: Recent files support.
11595         
11596         * configure.ac: Added "ru" to ALL_LINGUAS.
11597         
11598         * dvju: new backend to support DJVU files.
11599         * dvi: new backend to support DVI.
11600
11601         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11602         * ev-application.c: Support for new backends.
11603         
11604         * help, ev-window.c, main.c shell/Makefile.am: 
11605         Evince user documentation.
11606
11607 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11608
11609         * po/POTFILES.in:
11610         * shell/ev-window.c:
11611         * thumbnailer/evince-thumbnailer.c:
11612
11613         s/pdf-document/ev-poppler
11614
11615 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11616
11617         * NEWS:
11618         * configure.ac:
11619
11620         Release 0.2.0
11621
11622         * ps/ps-document.c: (setup_pixmap):
11623
11624         Remove debug code
11625
11626 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11627
11628         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11629         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11630         (ev_window_cmd_go_first_page): Fix of by one errors.
11631
11632 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11633
11634         * ps/ps-document.c: (get_page_box):
11635
11636         Fix page size calculation
11637
11638 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11639
11640         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11641         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11642         (get_page_orientation), (setup_page), (document_load),
11643         (ps_document_get_page_size), (render_pixbuf_idle):
11644         * ps/ps-document.h:
11645
11646         More refactoring to adapt to EvDocument changes
11647
11648 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11649
11650         * ps/ps-document.c: (start_interpreter):
11651
11652         Actually add alpha args
11653
11654 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11655
11656         * pdf/ev-poppler.cc:
11657
11658         Make clipboard work again
11659
11660 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11661
11662         Make searching work again.
11663         
11664         * backend/ev-document.c:
11665         * backend/ev-document.h:
11666         * backend/ev-document-find.c:
11667         * backend/ev-document-find.h: Change EvDocumentIface so we no
11668         longer store the current page or zoom level in the document.  The
11669         consequence is that all calls that operate on the current page now
11670         instead take the page number as an extra argument, and all
11671         coordinates are now doubles in document coordinate system.
11672
11673         * pdf/ev-poppler.cc:
11674         * pixbuf/pixbuf-document.c:
11675         * ps/ps-document.c: Update backends accordingly.
11676
11677 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11678
11679         * autogen.sh:
11680
11681         Add required gettext version
11682
11683 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11684
11685         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11686         make F1 bring up non-existent help.
11687
11688         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11689         epiphany's find bar, #167477
11690
11691         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11692         <emil@nishra.com> to add space-bar scrolling, 
11693
11694         * shell/ev-window.c (static GtkActionEntry entries): add default
11695         keybinding for Help (F1)
11696         Fixes #171068
11697
11698         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11699         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11700         170110
11701
11702 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11703
11704         * Makefile.am: 
11705         * pixbuf/pixbuf-document.c: 
11706
11707         Got pixbuf backend working again
11708
11709 2005-04-01  Steve Murphy  <murf@e-tools.com>
11710
11711         * configure.in: Added "rw" to ALL_LINGUAS.
11712
11713 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11714
11715         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11716         model types, noticed by Martin Kretzschmar.
11717
11718 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11719
11720         * pdf/ev-poppler.cc: Implement search based on
11721         poppler_page_find_text().  Currently a bit crude since we remember
11722         all matches from all pages.  Also, we grab the big document lock
11723         when we search since searching changes the underlying stream and
11724         thus conflicts with the rendering thread.
11725         
11726         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11727         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11728         (ev_view_find_previous): Fix some page indexes to be 0 based,
11729         offset rubber band by view offset,
11730
11731 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11732
11733         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11734
11735 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11736
11737         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11738         completely because I didn't understand GtkActions.  I should
11739         read Marco's code more carefully in the future.
11740
11741         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11742         function
11743
11744 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11745
11746         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11747         PopplerRectangle change from poppler CVS.
11748
11749 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11750
11751         * backend/ev-document.c: (ev_document_get_page_label):
11752         * backend/ev-document.h:
11753         * backend/ev-page-cache.c: (_ev_page_cache_new),
11754         (ev_page_cache_get_page_label):
11755         * backend/ev-page-cache.h:
11756         * pdf/ev-poppler.cc:
11757         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11758         (links_page_num_func):
11759         * shell/ev-sidebar-thumbnails.c:
11760         (ev_sidebar_thumbnails_set_document):
11761         * shell/ev-view.c: (status_message_from_link),
11762         (ev_view_motion_notify_event):
11763         * shell/ev-window.c: (document_supports_sidebar): Add in page
11764         label support.  It's not perfect yet, but it's the first 'feature'
11765         in a while.
11766         Also, fix a bogus comment noticed by crispin. 
11767
11768 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11769
11770         * Makefile.am: Remove pixbuf backend for now
11771
11772         * configure.ac: Require poppler-glib instead of just poppler.
11773
11774         * backend/ev-document-thumbnails.h: Add a comment
11775
11776         * backend/ev-document.h:
11777         * backend/ev-document.c: (ev_document_class_init),
11778         (ev_document_load), (ev_document_get_link),
11779         (ev_document_get_links): Remove 3 methods and add get_links.
11780         Also, made 0 based.
11781
11782         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11783         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11784
11785         * backend/ev-link.c: (ev_link_set_title),
11786         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11787         (ev_link_mapping_find):
11788         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11789         
11790         * backend/ev-page-cache.c: (ev_page_cache_init),
11791         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11792         (ev_page_cache_get_size), (ev_page_cache_next_page),
11793         (ev_page_cache_prev_page): Fix to be 0 based.
11794
11795         * pdf/Makefile.am: 
11796         * pdf/ev-poppler.h:
11797         * pdf/ev-poppler.cc: New backend.
11798         
11799         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11800         (ps_document_get_page), (ps_document_document_iface_init):
11801
11802         * shell/ev-pixbuf-cache.h:
11803         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11804         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11805         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11806         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11807         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11808         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11809         based.
11810         
11811         * shell/ev-sidebar-thumbnails.c:
11812         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11813         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11814
11815         * shell/ev-view.c: (status_message_from_link),
11816         (find_page_at_location), (get_link_at_location),
11817         (ev_view_motion_notify_event), (ev_view_button_release_event),
11818         (ev_view_init): Use the new link code.  Fix to be 0 based.
11819
11820         * shell/ev-window.c: (update_action_sensitivity),
11821         (document_supports_sidebar): 0 based.
11822
11823 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11824
11825         * pdf/pdf-document.cc: Patch from Fernando Herrera
11826         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11827         *blush*
11828
11829 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11830
11831         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11832         1 to the page, as this seems to be 1 based.  I thought we has this
11833         fixed.  grump.
11834
11835 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11836
11837         * TODO:
11838         * backend/Makefile.am:
11839         * backend/ev-document-links.c:
11840         (ev_document_links_has_document_links),
11841         (ev_document_links_get_links_model):
11842         * backend/ev-document-links.h:
11843         * backend/ev-document.c: (ev_document_get_page_cache),
11844         (ev_document_get_doc_mutex), (ev_document_load),
11845         (ev_document_save), (ev_document_get_title),
11846         (ev_document_get_n_pages), (ev_document_set_page),
11847         (ev_document_get_page), (ev_document_set_target),
11848         (ev_document_set_scale), (ev_document_set_page_offset),
11849         (ev_document_get_page_size), (ev_document_get_text),
11850         (ev_document_get_link), (ev_document_render),
11851         (ev_document_render_pixbuf), (ev_document_scale_changed):
11852         * backend/ev-document.h:
11853         * backend/ev-job-queue.c: (remove_object_from_queue),
11854         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11855         (no_jobs_available_unlocked), (ev_render_thread),
11856         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11857         (ev_job_queue_remove_job):
11858         * backend/ev-job-queue.h:
11859         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11860         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11861         (ev_job_links_class_init), (ev_job_render_init),
11862         (ev_job_render_dispose), (ev_job_render_class_init),
11863         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11864         (ev_job_thumbnail_class_init), (ev_job_finished),
11865         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11866         (ev_job_render_run), (ev_job_thumbnail_new),
11867         (ev_job_thumbnail_run):
11868         * backend/ev-jobs.h:
11869         * backend/ev-link.c:
11870         * backend/ev-link.h:
11871         * backend/ev-page-cache.c: (ev_page_cache_init),
11872         (ev_page_cache_class_init), (ev_page_cache_finalize),
11873         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11874         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11875         (ev_page_cache_set_link), (ev_page_cache_get_title),
11876         (ev_page_cache_get_size), (ev_page_cache_next_page),
11877         (ev_page_cache_prev_page):
11878         * backend/ev-page-cache.h:
11879         * pdf/pdf-document.cc:
11880         * ps/gsdefaults.c:
11881         * ps/gsdefaults.h:
11882         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11883         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11884         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11885         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11886         (is_interpreter_ready), (output), (catchPipe), (input),
11887         (start_interpreter), (check_filecompressed), (compute_dimensions),
11888         (ps_document_enable_interpreter), (document_load),
11889         (ps_document_next_page), (render_page), (ps_document_set_page),
11890         (ps_document_set_scale), (render_pixbuf_idle),
11891         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11892         * ps/ps-document.h:
11893         * shell/Makefile.am:
11894         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11895         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11896         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11897         (ev_pixbuf_cache_new), (job_finished_cb),
11898         (check_job_size_and_unref), (move_one_job),
11899         (ev_pixbuf_cache_update_range), (find_job_cache),
11900         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11901         (ev_pixbuf_cache_add_jobs_if_needed),
11902         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11903         * shell/ev-pixbuf-cache.h:
11904         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11905         (idle_print_handler):
11906         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11907         (selection_changed_cb), (create_loading_model),
11908         (ev_sidebar_links_construct), (links_page_num_func),
11909         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11910         (update_page_callback), (job_finished_cb),
11911         (ev_sidebar_links_set_document):
11912         * shell/ev-sidebar-thumbnails.c:
11913         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11914         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11915         (page_changed_cb), (thumbnail_job_completed_callback),
11916         (ev_sidebar_thumbnails_set_document):
11917         * shell/ev-sidebar-thumbnails.h:
11918         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11919         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11920         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11921         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11922         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11923         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11924         (ev_view_button_release_event), (ev_view_scroll_view),
11925         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11926         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11927         (ev_view_new), (job_finished_cb), (page_changed_cb),
11928         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11929         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11930         (ev_view_find_previous):
11931         * shell/ev-view.h:
11932         * shell/ev-window.c: (update_action_sensitivity),
11933         (ev_window_open_page), (update_window_title), (update_total_pages),
11934         (page_changed_cb), (ev_window_setup_document),
11935         (password_dialog_response), (ev_window_cmd_save_as),
11936         (ev_window_print), (ev_window_cmd_go_previous_page),
11937         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11938         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11939         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11940         * shell/main.c: (main):
11941
11942         Merge evince-threads branch
11943
11944 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11945
11946         * configure.ac: Added "lt" to ALL_LINGUAS.
11947
11948 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11949
11950         * NEWS:
11951         * configure.ac:
11952
11953         Release 0.1.9
11954
11955 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11956
11957         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11958
11959         Fix here also the thumbnails 1-basedness :)
11960
11961 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11962
11963         * NEWS:
11964         * configure.ac:
11965
11966         Release 0.1.8
11967
11968 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11969
11970         * pdf/pdf-document.cc:
11971         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11972         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11973
11974         Fix the mess we did with thumbnails and 1-basedness
11975
11976 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11977
11978         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11979
11980 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11981
11982         * NEWS:
11983         * configure.ac:
11984
11985         Release 0.1.7
11986
11987 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11988
11989         * ps/Makefile.am:
11990         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11991         (gtk_gs_defaults_get_alpha_parameters),
11992         (gtk_gs_defaults_get_ungzip_cmd),
11993         (gtk_gs_defaults_get_unbzip2_cmd):
11994         * ps/gsdefaults.h:
11995         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11996         (ps_document_get_orientation), (document_load),
11997         (ps_document_goto_page), (ps_document_set_page_size):
11998         * ps/ps-document.h:
11999
12000         Some more sanitization of the ps backend. Remove a lot
12001         of unused code and do not base our defaults on ggv
12002         preferences (ugh!)
12003
12004 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12005
12006         * thumbnailer/evince-thumbnailer.schemas:
12007         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12008         (main): add -s option for thumbnail size.
12009
12010 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12011
12012         * configure.ac:
12013
12014         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12015         remove it.
12016
12017 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12018
12019         * pdf/pdf-document.cc:
12020
12021         Remove 4 pixels of useless border from the
12022         thumbnail.
12023
12024 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12025
12026         * backend/ev-document-thumbnails.c:
12027         (ev_document_thumbnails_get_thumbnail):
12028         * backend/ev-document-thumbnails.h:
12029
12030         Rework API a bit. Add a border flag and
12031         change sizing logic (now the size we specify
12032         applies to the bigger dimension).
12033
12034         * pdf/pdf-document.cc:
12035         * pixbuf/pixbuf-document.c:
12036         (pixbuf_document_thumbnails_get_thumbnail):
12037         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12038         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12039
12040         Adapt to the new API and do not draw a border for nautilus
12041         thumbnailer.
12042
12043 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12044
12045         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12046         take thumbnails from page "0" instead of "1". Added a copyright header.
12047
12048 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12049
12050         * ps/ps-document.c: (set_up_page), (start_interpreter):
12051
12052         Make it C89 compliant
12053
12054 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12055
12056         * Makefile.am:
12057         * configure.ac:
12058         * pdf/.cvsignore:
12059         * pdf/pdf-document.cc:
12060         * thumbnailer/Makefile.am:
12061         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12062         (main):
12063         * thumbnailer/evince-thumbnailer.schemas:
12064         * thumbnailer/pdf-icon.png:
12065
12066         Add a nautilus thumbnailer.
12067         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12068
12069 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12070
12071         * NEWS:
12072         * configure.ac:
12073         * po/POTFILES.in:
12074
12075         Release 0.1.6
12076
12077 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12078
12079         Use poppler instead of including xpdf source code.  Poppler is a
12080         fork of xpdf to build it as a shared library. See
12081         http://freedesktop.org/wiki/Software/poppler.
12082
12083         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12084         xpdf fork.
12085         
12086         * pdf/Makefile.am: Build libpdfdocument.a here.
12087         
12088         * pdf/GDKSplashOutputDev.cc:
12089         * pdf/GDKSplashOutputDev.h:
12090         * pdf/GnomeVFSStream.cc:
12091         * pdf/GnomeVFSStream.h:
12092         * pdf-document.cc:
12093         * pdf-document.h:
12094         * test-gdk-output-dev.cc
12095         * Thumb.cc:
12096         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12097         against poppler.
12098
12099 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12100
12101         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12102
12103         Clear idle stack before unsetting the document
12104
12105 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12106
12107         * ps/ps-document.c: (ps_document_widget_event),
12108         (ps_document_set_target), (ps_document_finalize),
12109         (ps_document_get_page):
12110
12111         Disconnect the widget event signal on finalize.
12112         Some code cleanups.
12113
12114 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12115
12116         * ps/ps-document.c: (set_up_page):
12117
12118         If there is no bpixmap create one, even if size
12119         is not changed.
12120
12121 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12122
12123         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12124         (set_up_page), (document_load), (ps_document_set_zoom):
12125
12126         Default page is 0. Calculate size even when we have no
12127         target yet.
12128
12129 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12130
12131         * shell/ev-sidebar.c: expand the selection widget to be always as
12132         wide as the sidebar
12133
12134 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12135
12136         * shell/ev-sidebar-thumbnails.c:
12137         (ev_sidebar_thumbnails_set_document):
12138
12139         Clear the list store when setting document
12140
12141 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12142
12143         * shell/ev-page-action.c: (update_entry), (sync_entry),
12144         (activate_cb), (entry_size_request_cb), (create_tool_item),
12145         (connect_proxy):
12146
12147         Use an entry for the page control instead of spinbuttons
12148
12149 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12150
12151         * data/evince.schemas.in:
12152
12153         Correct confusing string
12154
12155 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12156
12157         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12158         for real.  Gosh, how long has this been broken.
12159
12160         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12161         check for a NULL link.  We crash otherwise.
12162
12163 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12164
12165         * NEWS:
12166         * configure.ac:
12167
12168         Release 0.1.5
12169
12170 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12171
12172         * configure.ac: add the french translation.
12173
12174 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12175
12176         * shell/ev-window.c:
12177
12178         Remove unused header -> fix distcheck
12179
12180 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12181
12182         * shell/ev-window.c: (update_window_title),
12183         (ev_window_popup_password_dialog):
12184
12185         Unescape filename for display
12186
12187 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12188
12189         * pdf/xpdf/pdf-document.cc:
12190
12191         In get_page_size deal with rotation. Also
12192         cleanup the function a bit.
12193
12194 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12195
12196         * pdf/xpdf/pdf-document.cc:
12197
12198         Fix crash when opening in new window
12199
12200 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12201
12202         * configure.ac:
12203
12204         Check ghostscript >= 7
12205
12206 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12207
12208         * shell/ev-window.c:
12209
12210         Make page width the default sizing mode
12211
12212 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12213         Marco Pesenti Gritti <marco@gnome.org>
12214
12215         * shell/ev-window.c: Remember the sidebar size
12216
12217         * data/evince.schemas.in: Add a new gconf key to store the size of
12218         the sidebar
12219
12220 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12221
12222         * data/evince-ui.xml:
12223         * shell/ev-window.c: (update_action_sensitivity),
12224         (ev_window_cmd_view_reload):
12225         
12226         Add a "Reload" action and menu entry
12227
12228 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12229
12230         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12231         iff the type doesn't support thumbnailing and indexing.
12232
12233 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12234
12235         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12236
12237 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12238
12239         * pdf/splash/Splash.cc:
12240
12241         Port fix for a crasher from kde bug
12242         http://bugs.kde.org/show_bug.cgi?id=97131
12243
12244 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12245
12246         * pdf/xpdf/pdf-document.cc:
12247
12248         Return a link even if it's of an unrecognized
12249         type. Otherwise we go in an infinte cycle.
12250
12251 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12252
12253         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12254         (size_allocate_cb), (ev_window_set_sizing_mode):
12255
12256         Update size when switching mode
12257
12258 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12259
12260         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12261         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12262         (ev_window_cmd_view_normal_size):
12263
12264         Fix size toggle buttons behavior
12265
12266 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12267
12268         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12269         (doc_rect_to_view_rect), (ev_view_size_allocate),
12270         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12271         (scale_changed_callback):
12272
12273         Do not cache offsets in size_allocate.
12274
12275 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12276
12277         * shell/ev-view.c: (ev_view_size_allocate):
12278
12279         Calculate offsets before calling the parent
12280         class (which does a redraw)
12281
12282 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12283
12284         * pdf/xpdf/pdf-document.cc:
12285
12286         Fix a crasher on exit. Unused code, put a TODO
12287
12288 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12289
12290         * backend/ev-document.c: (ev_document_class_init),
12291         (ev_document_page_changed), (ev_document_scale_changed):
12292         * backend/ev-document.h:
12293
12294         Separate page/scale notifications
12295
12296         * pdf/xpdf/pdf-document.cc:
12297
12298         Emit the new signals.
12299         Do not display the pdf page in _render, do it
12300         when scale/page are requested.
12301
12302         * ps/ps-document.c: (ps_document_set_zoom),
12303         (ps_document_widget_event):
12304         * ps/ps-document.h:
12305
12306         Emit the new signals.
12307
12308         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12309         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12310         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12311         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12312         * shell/ev-view.h:
12313         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12314         (ev_window_cmd_view_page_width), (size_allocate_cb),
12315         (ev_window_set_sizing_mode):
12316
12317         Rework sizing to be pixel based.
12318         There are bugs but should be already way better.
12319
12320 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12321
12322         * shell/ev-window.c: (ev_window_init):
12323
12324         Do not allow to shrink sidebar smaller then
12325         child requisition
12326
12327 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12328
12329         * shell/ev-sidebar.[ch]
12330         * shell/ev-window.c:
12331
12332         Improved sidebar widget. Fixes #166683
12333
12334 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12335
12336         * shell/ev-view.c (update_find_status_message): Give translators
12337         more flexibility with ngettext plural handling.
12338
12339 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12340
12341         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12342         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12343         page when we get the page size.
12344
12345 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12346
12347         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12348
12349         ps pages are 0 based, convert 
12350
12351 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12352
12353         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12354
12355         Initialize correct parent class. Set GError on document load
12356
12357 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12358
12359         * pdf/xpdf/pdf-document.cc:
12360
12361         Fixup selection offset calculation
12362
12363         * shell/ev-view.c: (view_rect_to_doc_rect),
12364         (doc_rect_to_view_rect), (ev_view_size_allocate),
12365         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12366         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12367
12368         Store selection as document relative, so that zooming
12369         and offset changing doesnt break it.
12370
12371 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12372
12373         * shell/ev-view.c: (ev_view_best_fit):
12374
12375         Do not try to best fit if the view is not realized
12376
12377 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12378           
12379         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12380
12381 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12382
12383         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12384
12385 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12386
12387         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12388         the popup window.  That prevents it resizing when in full screen
12389         mode.
12390
12391         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12392         multiple rerenders.  This pretty much sucks.
12393
12394         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12395         rest of the toolbar.
12396
12397 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12398
12399         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12400
12401 2005-02-17  Alexander Shopov  <ash@contact.bg>
12402
12403         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12404
12405 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12406
12407         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12408
12409 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12410
12411         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12412         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12413         (set_document_page), (document_changed_callback),
12414         (ev_view_set_document), (ev_view_find_previous),
12415         (ev_view_hide_cursor), (ev_view_show_cursor):
12416         * shell/ev-view.h:
12417         * shell/ev-window.c: (update_chrome_visibility),
12418         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12419         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12420         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12421         (ev_window_unfullscreen):
12422         * shell/main.c: (main):
12423
12424         Automatically hide the fullscreen button.
12425         Patch by Kristian Høgsberg <krh@redhat.com>
12426
12427 2005-02-16  Vincent Noel  <vnoel@cox.net>
12428
12429         * shell/main.c (main): Specify an icon for the window. Patch by
12430         Jaap A. Haitsma. Fixes #166177.
12431
12432 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12433
12434         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12435
12436 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12437
12438         * backend/ev-document-misc.h:
12439         * backend/ev-document-misc.c:
12440         (ev_document_misc_get_page_border_size),
12441         (ev_document_misc_paint_one_page): New function to canonicalize
12442         sizing/painting a border.
12443
12444         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12445         used.
12446
12447         * pdf/xpdf/pdf-document.cc: use new function
12448
12449         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12450         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12451         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12452         shell/ev-window.c: (update_sizing_buttons),
12453         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12454         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12455         (ev_window_cmd_view_page_width), (size_allocate_cb),
12456         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12457         and "fit width" values act as toggle buttons so they stay
12458         toggled.  It's not 100% perfect, and it's a little slow, but it's
12459         good enough to commit I think.
12460
12461 2005-02-15  David Lodge  <dave@cirt.net>
12462
12463         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12464
12465 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12466
12467         * shell/ev-window.c (update_window_title): replace newlines in
12468         the title by spaces. Bug #166107.
12469
12470 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12471
12472         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12473         parameters providing allocation width and height without
12474         scrollbars and width of a possible vertical scrollbar. With this
12475         additional information the functions can work as
12476         intended. Unfortunately they're not idempotent. We should
12477         transform these commands to toggles. Fixes Bug #164976
12478         Initial patch by Stephane Loeuillet, then heavily modified.
12479
12480         * shell/ev-view.h: update prototypes.
12481
12482         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12483         (ev_window_cmd_view_page_width): provide EvView fit functions with
12484         all the information they need. Formulas to calculate this
12485         information taken from GtkScrolledWindow.
12486
12487 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12488
12489         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12490         created a thumbnail, the list store is updated to know
12491         that the thumbnail is set. Fixes bug #166792
12492
12493 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12494
12495         * shell/ev-window.c: fixed typo, closes bug 166897
12496
12497         * TODO: updated TODO with bug numbers that are relevant
12498
12499 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12500
12501         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12502
12503 2005-02-09  Vincent Noel  <vnoel@cox.net>
12504
12505         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12506         and "Next" toolbar buttons as important to make them stand out.
12507
12508 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12509
12510         * lib/ev-debug.c:
12511         * lib/ev-debug.h:
12512         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12513         (start_interpreter), (stop_interpreter), (document_load),
12514         (ps_document_next_page), (ps_document_goto_page),
12515         (ps_document_set_page_size), (ps_document_widget_event),
12516         (ps_document_render):
12517         * shell/ev-page-view.c: (ev_page_view_dispose):
12518         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12519
12520         Fix compilation on non-gcc platforms
12521
12522 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12523
12524         * NEWS:
12525         * configure.ac:
12526
12527         Release 0.1.4
12528
12529         * pdf/xpdf/Catalog.cc:
12530         * pdf/xpdf/XRef.cc:
12531
12532         Fix the fix for CAN-2004-0888
12533
12534 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12535
12536         * data/Makefile.am:
12537         * data/evince-ui.xml:
12538         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12539         * shell/ev-stock-icons.h:
12540         * shell/ev-window.c: (update_action_sensitivity),
12541         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12542         (set_action_properties):
12543
12544         Improve toolbar layout/icons
12545
12546 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12547
12548         * pdf/xpdf/pdf-document.cc:
12549
12550         Add warnings about unimplemented/unknown link
12551         types.
12552
12553 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12554
12555         * ps/ps-document.c: (set_up_page):
12556
12557         Log gs property
12558
12559 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12560
12561         * ps/ps-document.c: (start_interpreter):
12562
12563         Log gs env var
12564
12565 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12566
12567         * shell/ev-page-view.c: (ev_page_view_dispose):
12568         * shell/ev-view.c: (ev_view_finalize):
12569         * shell/ev-window.c: (ev_window_setup_document),
12570         (ev_window_dispose), (ev_window_init):
12571
12572         Solve more refs issues.
12573
12574         I commented out the page_view initialization for now:
12575         it was never destroyed (because it's never added
12576         to a container). Because of that we was leaking
12577         gs processes. Couldnt think to a clean fix.
12578         We need to figure this out, password view has the
12579         same issue probably.
12580
12581 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12582
12583         * ps/ps-document.c: (ps_document_finalize),
12584         (ps_document_get_n_pages), (ps_document_get_page):
12585
12586         Some cleanups, stop the interpreter on finalize
12587
12588         * shell/ev-page-view.c: (ev_page_view_dispose),
12589         (ev_page_view_class_init):
12590
12591         Release our reference on the document
12592
12593 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12594
12595         * Makefile.am:
12596         * configure.ac:
12597         * doc/debugging.txt:
12598         * lib/.cvsignore:
12599         * lib/Makefile.am:
12600         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12601         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12602         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12603         * lib/ev-debug.h:
12604
12605         Add debugging helpers
12606
12607         * ps/Makefile.am:
12608         * ps/ps-document.c: (set_up_page), (start_interpreter),
12609         (stop_interpreter), (document_load), (ps_document_next_page),
12610         (ps_document_goto_page), (ps_document_set_page_size),
12611         (ps_document_widget_event), (ps_document_render):
12612         * shell/Makefile.am:
12613         * shell/ev-view.c: (expose_bin_window):
12614         * shell/main.c: (main):
12615
12616         Add some logs
12617         
12618 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12619
12620         * ps/ps-document.c: (ps_document_widget_event):
12621
12622         Initialize message_window, this should make ps
12623         rendering really work! (Never noticed because I was
12624         testing with a ps that is causing gs to exit every time!)
12625
12626 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12627
12628         * data/evince.schemas.in: updated simple error in applyto closing tag
12629
12630 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12631
12632         * Makefile.am:
12633         * configure.ac:
12634         * data/.cvsignore:
12635         * data/Makefile.am:
12636         * data/evince-ui.xml:
12637         A data/evince.schemas.in:
12638         * po/POTFILES.in:
12639         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12640         * shell/ev-stock-icons.h:
12641         * shell/ev-window.c: (update_chrome_visibility),
12642         (update_chrome_flag), (ev_window_cmd_edit_find),
12643         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12644         (ev_window_unfullscreen), (ev_window_focus_in_event),
12645         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12646         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12647         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12648         (ev_window_dispose), (ev_window_class_init),
12649         (set_action_properties), (set_chrome_actions), (load_chrome),
12650         (ev_window_init):
12651
12652         Implement fullscreen mode changes from bug #164776.
12653         Also implement persistent chrome toggles.
12654
12655 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12656
12657         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12658
12659 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12660
12661         * NEWS:
12662         * configure.ac:
12663         * shell/ev-view.c:
12664
12665         Add another check for find interface
12666
12667         Release 0.1.3
12668
12669 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12670
12671         * shell/ev-application.c: (ev_application_open):
12672         * shell/ev-window.c: (ev_window_open):
12673
12674         Open gzipped ps documents
12675
12676 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12677
12678         * TODO:
12679         * shell/ev-view.c: (set_document_page):
12680
12681         Clamp page number, dont try to move to
12682         not existant pages.
12683
12684 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12685
12686         * backend/ev-document-find.c: (ev_document_find_changed):
12687         * backend/ev-document-find.h:
12688         * pdf/xpdf/pdf-document.cc:
12689         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12690         * shell/ev-window.c: (find_bar_search_changed_cb):
12691
12692         Fix several bugs with find
12693
12694 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12695
12696         * shell/ev-sidebar-thumbnails.c
12697         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12698         document. Prevents warning from scroll_to_cell.
12699
12700 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12701
12702         * configure.ac: Add «nb» to ALL_LINGUAS too.
12703
12704 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12705
12706         * NOTES: New file with some random thoughts.
12707
12708         * TODO: Update.
12709
12710         * backend/ev-document-misc.c:
12711         (ev_document_misc_get_page_border_size): New function to
12712         canonicalize shadow drawing sizes.  Possibly goofy.
12713
12714         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12715         (ev_view_best_fit), (ev_view_fit_width):
12716         * pdf/xpdf/pdf-document.cc:
12717         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12718         * ps/ps-document.c: (ps_document_get_page_size):
12719         * backend/ev-document-misc.h:
12720         * backend/ev-document.c: (ev_document_get_page_size):
12721         * backend/ev-document.h: get_page_size now takes a page number
12722         parameter.  Made all the backends/frontends honor it.
12723
12724         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12725         see.  Doesn't work yet.
12726
12727         * shell/Makefile.am:
12728         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12729         Doesn't do anything yet.
12730
12731         * shell/ev-sidebar-thumbnails.c:
12732         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12733         [0..n_pages-1]
12734
12735         * shell/ev-window.c: (update_action_sensitivity),
12736         (ev_window_setup_document), (ev_window_set_page_mode),
12737         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12738         view-swapping code a bit so we can have multiple views on a
12739         document.  Add the multi-page view, though it can't be turned on
12740         yet.
12741
12742 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12743
12744         * shell/ev-application.c: (ev_application_open):
12745         * shell/ev-view.c: (expose_bin_window):
12746         * shell/ev-window.c: (ev_window_open):
12747
12748         Support eps and check document supports find
12749         before drawing highlightings in expose.
12750
12751 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12752
12753         * pixbuf/pixbuf-document.c:
12754         (pixbuf_document_thumbnails_get_dimensions),
12755         (pixbuf_document_document_thumbnails_iface_init):
12756
12757         implement get_dimensions
12758
12759 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12760
12761         * NEWS:
12762         * configure.ac:
12763
12764         Release 0.1.2
12765
12766 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12767
12768         * shell/ev-view.c: (set_document_page):
12769
12770         Scroll at the top of the page when changing page
12771
12772 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12773
12774         * shell/ev-view.c: (ev_view_motion_notify_event):
12775
12776         Do not redraw unnecessarily
12777
12778 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12779
12780         * pdf/xpdf/pdf-document.cc:
12781         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12782         (expose_bin_window), (find_changed_cb):
12783
12784         Yay! find works now... Now to find bugs...
12785
12786 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12787
12788         * backend/ev-document-find.c: (ev_document_find_base_init),
12789         (ev_document_find_changed):
12790         * backend/ev-document-find.h:
12791         * pdf/xpdf/pdf-document.cc:
12792         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12793         (expose_bin_window), (ev_view_init), (set_document_page),
12794         (ensure_rectangle_is_visible), (jump_to_find_result),
12795         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12796         (ev_view_find_next), (ev_view_find_previous):
12797         * shell/ev-view.h:
12798         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12799
12800         More work on find implementation, mostly there now
12801
12802 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12803
12804         * backend/ev-backend-marshalers.list:
12805         * backend/ev-document-find.c: (ev_document_find_base_init),
12806         (ev_document_find_cancel), (ev_document_find_page_has_results),
12807         (ev_document_find_get_n_results), (ev_document_find_get_result),
12808         (ev_document_find_get_progress), (ev_document_find_changed):
12809         * backend/ev-document-find.h:
12810
12811         Enanche the find interface to be really able to do
12812         multi page find.
12813
12814         * pdf/xpdf/pdf-document.cc:
12815
12816         Implement
12817
12818         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12819         (expose_bin_window), (ev_view_init),
12820         (ev_view_get_find_status_message), (find_changed_cb),
12821         (ev_view_set_document), (set_document_page):
12822
12823         Adapt to the new interface. A few things are regressed sorry,
12824         I will finish it soon.
12825
12826 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12827
12828         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12829         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12830         ev_sidebar_thumbnails_parent_class variable, don't define another
12831         parent_class variable.
12832
12833         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12834         (ev_page_action_class_init): ditto.
12835
12836         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12837         (pixbuf_document_class_init): ditto.
12838
12839         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12840         ditto.
12841
12842         * .cvsignore: ignore various valgrind output files.
12843
12844 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12845
12846         * data/evince-ui.xml:
12847         * shell/Makefile.am:
12848         * shell/ev-history.c:
12849         * shell/ev-history.h:
12850         * shell/ev-navigation-action.c:
12851         * shell/ev-navigation-action.h:
12852         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12853         (ev_view_set_page), (ev_view_fit_width):
12854         * shell/ev-view.h:
12855         * shell/ev-window.c: (update_action_sensitivity),
12856         (ev_window_setup_document), (register_custom_actions):
12857
12858         Kill session history
12859
12860 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12861
12862         * shell/ev-window.c: (update_action_sensitivity):
12863
12864         Fix inverted up/down buttons
12865
12866 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12867
12868         * shell/ev-sidebar-thumbnails.c
12869         (ev_sidebar_thumbnails_select_page): make sure the selected
12870         thumbnail stays visible.
12871
12872 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12873
12874         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12875         scrolled window for Federico.
12876
12877 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12878
12879         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12880
12881 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12882
12883         * configure.ac:
12884         * pdf/splash/SplashFTFontEngine.cc:
12885
12886         Fix CID fonts with freetype 2.1.9
12887
12888 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12889
12890         * TODO: added item for desktop icon thumbnailer
12891
12892 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12893
12894         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12895         unloaded docs when the title is accessed.
12896
12897         * shell/ev-password-view.[hc]: New widget for displaying password
12898         state.
12899
12900         * shell/ev-window.[ch]: Refactor password handling code to handle
12901         the new view.
12902
12903 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12904
12905         * NEWS:
12906         * configure.ac:
12907         * data/Makefile.am:
12908
12909         Release 0.1.1
12910
12911 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12912
12913         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12914         ignore page offset here, to make search results independent of it,
12915
12916         * shell/ev-view.c (expose_bin_window): but take offsets into
12917         account here. Bug #164932
12918
12919         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12920         scale at the right time. Bug #164996
12921
12922 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12923
12924         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12925         fix the problem. Now I just removed the Adobe font names and hope
12926         that the URW fonts are always in outline format. Bug #164934
12927
12928         * shell/ev-window.c (update_window_title): empty titles are
12929         useless, use filename in that case too.
12930
12931         * NEWS: Add some content.
12932
12933 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12934
12935         * TODO: added one more TODO item and a TODONE section :)
12936
12937 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12938
12939         * ps/ps-document.h: add page_[xy]_offset fields.
12940
12941         * ps/ps-document.c (ps_document_set_page_offset)
12942         (ps_document_render): Keep offset in consideration in a few
12943         places. Bug #164752 "postscript documents are not centered in
12944         window"
12945
12946         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12947         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12948
12949         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12950         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12951         stub out missing methods for complete EvDocument implementation.
12952         Fixes segfaults with Save A Copy and Copy actions.
12953
12954         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12955         (ps_document_document_iface_init): ditto.
12956         
12957 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12958
12959         * data/.cvsignore:
12960         * data/Makefile.am:
12961         * data/evince.desktop.in:
12962
12963         Add desktop file
12964
12965 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12966
12967         * shell/ev-view.c: (ev_view_button_press_event),
12968         (ev_view_motion_notify_event):
12969
12970         Make selection work in any direction
12971
12972 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12973
12974         * TODO:
12975         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12976
12977         Use shorter labels for some of the toolbars items
12978
12979 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12980
12981         * pdf/xpdf/pdf-document.cc:
12982
12983         Check the links info is initialized before
12984         using it. Should fix a crash on startup.
12985
12986 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12987
12988         * pixbuf/pixbuf-document.c
12989         (pixbuf_document_thumbnails_get_dimensions): force floating point
12990         division to calculate page_ratio. Fixes crash with landscape
12991         format pixbufs.
12992
12993 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12994
12995         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12996
12997 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12998
12999         * shell/ev-view.c (set_document_page): unset has_selection when
13000         the page changes.
13001         (set_document_page): handle paper size changes when the page
13002         changes (test with Free Culture, page 2).
13003
13004 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13005
13006         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13007         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13008
13009         Use normal style color for the widget background and
13010         draw a black box around the page.
13011
13012 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13013
13014         * pdf/xpdf/pdf-document.cc:
13015
13016         Keep offset in consideration in a few places
13017
13018         * shell/ev-view.c: (expose_bin_window):
13019
13020         Set the offsets so that the document is ever centered
13021
13022 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13023
13024         * TODO: Added TODO items and finished off the first todo item
13025
13026         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13027         reflect current authors
13028
13029 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13030
13031         * pdf/xpdf/pdf-document.cc:
13032         * shell/ev-view.c: (ev_view_set_cursor),
13033         (ev_view_motion_notify_event), (document_changed_callback),
13034         (set_document_page):
13035
13036         Show a wait cursor while the page is rendering
13037
13038 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13039
13040         * shell/ev-sidebar-thumbnails.c:
13041         (ev_sidebar_tree_selection_changed),
13042         (ev_sidebar_thumbnails_select_page):
13043         * shell/ev-sidebar-thumbnails.h:
13044         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13045         (ev_view_can_go_forward):
13046         * shell/ev-window.c: (ev_window_open_page),
13047         (ev_window_setup_document), (update_current_page),
13048         (view_page_changed_cb), (ev_window_init):
13049         * shell/ev-window.h:
13050
13051         Ensure thumbnails selection, toolbar page control and
13052         current page are in sync.
13053
13054 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13055
13056         * pdf/xpdf/XRef.cc:
13057
13058         Fix CAN-2005-0064
13059
13060 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13061
13062         * backend/Makefile.am:
13063         * backend/ev-document-links.h:
13064         * backend/ev-document-security.c: (ev_document_security_get_type),
13065         (ev_document_security_has_document_security),
13066         (ev_document_security_set_password):
13067         * backend/ev-document-security.h:
13068         * backend/ev-document.c: (ev_document_error_quark):
13069         * backend/ev-document.h:
13070         * data/Makefile.am:
13071         * data/evince-password.glade:
13072         * pdf/xpdf/pdf-document.cc:
13073         * shell/Makefile.am:
13074         * shell/ev-password.c: (ev_password_set_bad_password_label),
13075         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13076         (ev_password_dialog_get_password),
13077         (ev_password_dialog_set_bad_pass):
13078         * shell/ev-password.h:
13079         * shell/ev-window.c: (ev_window_get_attribute),
13080         (ev_window_set_property), (update_action_sensitivity),
13081         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13082         (ev_window_setup_document), (ev_window_get_password),
13083         (ev_window_open), (ev_window_cmd_save_as),
13084         (using_postscript_printer), (ev_window_print),
13085         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13086         (update_fullscreen_popup), (ev_window_fullscreen),
13087         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13088         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13089         (menu_item_select_cb), (find_bar_search_changed_cb),
13090         (ev_window_dispose), (ev_window_init):
13091
13092         Add initial support for password-supported dialogs.  This could be
13093         a lot cooler, but it'll do for now.
13094
13095 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13096
13097         * pdf/xpdf/pdf-document.cc:
13098         * shell/ev-view.c: (status_message_from_link),
13099         (ev_view_set_status), (ev_view_set_cursor),
13100         (ev_view_motion_notify_event), (ev_view_init):
13101         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13102
13103         Fix bugs in the links implementation and change cursor
13104         when hovering a link.
13105
13106 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13107
13108         * viewer/.cvsignore: added cvsignore file for viewer directory
13109
13110         * TODO: created TODO document
13111
13112 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13113
13114         * shell/ev-view.h:
13115         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13116         new functions to help with implementation of sensitivity code
13117         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13118         of all actions that might require it.  Fixes a crash when you
13119         click on the Zoom actions in a window lacking a document.
13120
13121 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13122
13123         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13124         of the Find action
13125
13126 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13127
13128         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13129         (pixbuf_document_document_iface_init):
13130         * ps/ps-document.c: (ps_document_get_link),
13131         (ps_document_document_iface_init):
13132         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13133         (status_message_from_link), (ev_view_set_status),
13134         (ev_view_set_find_status), (ev_view_motion_notify_event),
13135         (ev_view_button_release_event), (ev_view_set_property),
13136         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13137         (ev_view_get_find_status_message), (update_find_results),
13138         (ev_view_get_status), (ev_view_get_find_status):
13139         * shell/ev-view.h:
13140         * shell/ev-window.c: (view_status_changed_cb),
13141         (view_find_status_changed_cb), (ev_window_init):
13142
13143         View status message support, use it to show the links.
13144         Needs work...
13145
13146 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13147
13148         * backend/ev-document.c: (ev_document_get_link):
13149         * backend/ev-document.h:
13150         * pdf/xpdf/pdf-document.cc:
13151         * shell/ev-application.c: (ev_application_open):
13152         * shell/ev-application.h:
13153         * shell/ev-sidebar-links.c: (selection_changed_cb):
13154         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13155         (ev_view_go_to_link):
13156
13157         Add support for document links
13158
13159 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13160
13161         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13162         (create_tool_item):
13163         Set the spin button limits correctly.
13164         
13165         * shell/ev-sidebar-thumbnails.c:
13166         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13167         Support changing pages by clicking on the thumbnails.
13168         
13169 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13170
13171         * pixbuf/pixbuf-document.c:
13172         (pixbuf_document_thumbnails_get_dimensions),
13173         (pixbuf_document_document_thumbnails_iface_init):
13174
13175         implement get_dimensions
13176
13177 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13178
13179         * ps/ps-document.c: (ps_document_goto_page):
13180
13181         Fix page switching on multipage documents
13182
13183 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13184
13185         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13186         
13187         check for NULL before assigning to width and height parameters
13188
13189 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13190
13191         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13192         (pixbuf_document_set_property), (pixbuf_document_get_property):
13193
13194         implement get/set properties
13195
13196 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13197
13198         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13199         
13200         return NULL instead of "Unknown", letting the title get set to
13201         the filename when the pdf has no title.
13202
13203 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13204
13205         * ps/ps-document.c: (ps_document_get_page_count),
13206         (ps_document_goto_page):
13207
13208 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13209
13210         * shell/ev-history.c: (ev_history_get_property),
13211         (ev_history_set_property), (ev_history_class_init),
13212         (ev_history_add_page), (ev_history_set_current_index):
13213         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13214         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13215         (ev_navigation_action_finalize):
13216         * shell/ev-navigation-action.h:
13217         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13218         (ev_view_go_forward), (ev_view_get_find_status_message),
13219         (history_index_changed_cb), (ev_view_set_history):
13220         * shell/ev-view.h:
13221         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13222         (update_current_page), (register_custom_actions):
13223
13224         Implement history dropdowns
13225
13226 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13227
13228         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13229         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13230         (ev_view_go_forward):
13231         * shell/ev-window.c: (register_custom_actions):
13232
13233         Fix several history bugs
13234
13235 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13236
13237         * configure.ac: Add «nb» to ALL_LINGUAS.
13238
13239 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13240
13241         * backend/Makefile.am:
13242         * backend/ev-bookmark.c:
13243         * backend/ev-bookmark.h:
13244         * backend/ev-document-bookmarks.c:
13245         * backend/ev-document-bookmarks.h:
13246         * backend/ev-document-links.c: (ev_document_links_get_type),
13247         (ev_document_links_has_document_links),
13248         (ev_document_links_begin_read), (ev_document_links_get_link),
13249         (ev_document_links_get_child), (ev_document_links_next),
13250         (ev_document_links_free_iter):
13251         * backend/ev-document-links.h:
13252         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13253         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13254         (ev_link_get_link_type), (ev_link_set_link_type),
13255         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13256         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13257         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13258         (ev_link_new_external):
13259         * backend/ev-link.h:
13260         * pdf/xpdf/pdf-document.cc:
13261         * shell/Makefile.am:
13262         * shell/ev-application.c: (ev_application_open_link):
13263         * shell/ev-application.h:
13264         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13265         (ev_history_get_link_nth):
13266         * shell/ev-history.h:
13267         * shell/ev-sidebar-bookmarks.c:
13268         * shell/ev-sidebar-bookmarks.h:
13269         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13270         (ev_sidebar_links_class_init), (selection_changed_cb),
13271         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13272         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13273         (do_one_iteration), (populate_links_idle),
13274         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13275         * shell/ev-sidebar-links.h:
13276         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13277         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13278         (go_to_index):
13279         * shell/ev-view.h:
13280         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13281         * shell/ev-window.h:
13282
13283         Rename bookmark to link, and use "Index" for the sidebar panel.
13284
13285 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13286
13287         * shell/Makefile.am:
13288         * shell/ev-application.c: (ev_application_open_bookmark):
13289         * shell/ev-application.h:
13290         * shell/ev-history.c: (ev_history_init), (free_links_list),
13291         (ev_history_finalize), (ev_history_class_init),
13292         (ev_history_add_link), (ev_history_add_page),
13293         (ev_history_get_link_nth), (ev_history_get_n_links),
13294         (ev_history_get_current_index), (ev_history_set_current_index),
13295         (ev_history_new):
13296         * shell/ev-history.h:
13297         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13298         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13299         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13300         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13301         (ev_view_set_page):
13302         * shell/ev-view.h:
13303         * shell/ev-window.c: (ev_window_open_bookmark),
13304         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13305         (goto_page_cb), (register_custom_actions):
13306         * shell/ev-window.h:
13307
13308         Initial history implementation. Needs work.
13309
13310 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13311
13312         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13313
13314 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13315
13316         * cut-n-paste/recent-files/egg-recent-item.c:
13317         * cut-n-paste/recent-files/egg-recent-item.h:
13318         * cut-n-paste/recent-files/egg-recent-model.c:
13319         * cut-n-paste/recent-files/egg-recent-util.c:
13320         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13321         * cut-n-paste/recent-files/egg-recent-view.c:
13322
13323         Update
13324
13325 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13326
13327         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13328         (fillGlyph, fillImageMask, drawImage):
13329         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13330         pdf/splash/SplashTypes.h:
13331         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13332         packed mode for Splash.
13333
13334         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13335         RGB8 packed mode, eliminates the pixbuf data creation loop.
13336
13337         * shell/ev-print-job.c (ev_print_job_finalize)
13338         (ev_print_job_set_property, ev_print_job_get_property)
13339         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13340         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13341         (print_closure_finalize, ev_print_job_print): implement
13342         printing (for backends with EvPsExporter)
13343
13344         * shell/ev_print_job.h: update prototypes.
13345
13346         * shell/ev-window.c (ev_window_print): unref print job after
13347         printing.
13348
13349         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13350         unless the document implements the EvDocumentFind interface.
13351
13352 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13353
13354         * configure.ac: Added ja to ALL_LINGUAS.
13355
13356 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13357
13358         * pdf/xpdf/pdf-document.cc:
13359
13360         add a FIXME. We should probably not allocate
13361         a bookmark object every time
13362
13363 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13364
13365         * shell/ev-application.c: (ev_application_open),
13366         (ev_application_open_bookmark):
13367         * shell/ev-application.h:
13368         
13369         Add a way to open bookmarks
13370
13371         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13372         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13373         (ev_bookmark_set_property), (ev_bookmark_class_init),
13374         (ev_bookmark_new_title), (ev_bookmark_new_link),
13375         (ev_bookmark_new_external):
13376
13377         Support for external uris, better constructors.
13378
13379         * backend/ev-bookmark.h:
13380         * pdf/xpdf/pdf-document.cc:
13381         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13382
13383         Handle external uris
13384
13385 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13386
13387         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13388         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13389
13390         Hook up bookmarks navigation
13391
13392 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13393
13394         * backend/Makefile.am:
13395         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13396         (ev_bookmark_get_title), (ev_bookmark_set_title),
13397         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13398         (ev_bookmark_get_page), (ev_bookmark_set_page),
13399         (ev_bookmark_get_property), (ev_bookmark_set_property),
13400         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13401         (ev_bookmark_new):
13402         * backend/ev-bookmark.h:
13403         * backend/ev-document-bookmarks.c:
13404         (ev_document_bookmarks_get_bookmark):
13405         * backend/ev-document-bookmarks.h:
13406         * pdf/xpdf/pdf-document.cc:
13407         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13408
13409         Add a bookmark object to the backend and use it instead of get_values
13410
13411 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13412
13413         * data/evince-ui.xml:
13414
13415         Cleanup and add select all.
13416
13417         * shell/ev-view.c: (ev_view_select_all),
13418         (ev_view_button_press_event):
13419         * shell/ev-view.h:
13420         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13421
13422         Add select all.
13423         Clear selection on click.
13424
13425 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13426
13427         * shell/ev-sidebar-thumbnails.c
13428         (ev_sidebar_thumbnails_set_document): forgot to unref the
13429         loading_icon.
13430
13431 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13432
13433         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13434         at the visible page, not just linearly.  This makes it look fast.
13435
13436 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13437
13438         * backend/ev-document-misc.c
13439         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13440         white.
13441         * backend/ev-document-thumbnails.h: New interface to get the size
13442         of a page.
13443
13444 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13445
13446         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13447         make dist works
13448
13449 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13450
13451         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13452         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13453         things up a bit.
13454
13455         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13456
13457 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13458
13459         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13460         fonts. Should fix font problems on systems that have the base
13461         fonts in bitmap format. Reported by James Henstridge
13462         <james@jamesh.id.au>.
13463
13464 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13465
13466         * pdf/xpdf/Gfx.cc:
13467         * pdf/xpdf/GfxState.cc:
13468
13469         Fix for CAN-2004-1125
13470
13471 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13472
13473         * shell/ev-view.c: (ev_view_copy):
13474         * shell/ev-view.h:
13475         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13476
13477         Implement Edit->Copy
13478
13479 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13480
13481         * backend/ev-document.c: (ev_document_get_text):
13482         * backend/ev-document.h:
13483         * pdf/xpdf/pdf-document.cc:
13484         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13485         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13486         (ev_view_update_primary_selection), (ev_view_button_press_event),
13487         (ev_view_motion_notify_event), (ev_view_button_release_event):
13488
13489         Beginnings of clipboard support. Incomplete but primary sort
13490         of work.
13491
13492 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13493
13494         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13495         (expose_bin_window):
13496
13497         Nicer rubberband drawing, from GtkIconView.
13498
13499 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13500
13501         * backend/ev-document.c: (ev_document_save):
13502         * backend/ev-document.h:
13503         * data/evince-ui.xml:
13504         * pdf/xpdf/pdf-document.cc:
13505         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13506
13507         Implement "Save a copy..." menu item
13508
13509 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13510
13511         * shell/ev-view.c: (ev_view_zoom):
13512
13513         Queue a resize when zoom changes
13514
13515 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13516
13517         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13518         shadows.
13519
13520         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13521         thumbnails..
13522
13523 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13524
13525         * pdf/xpdf/pdf-document.cc
13526         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13527
13528 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13529
13530         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13531         It's slow, but I'll speed it up next!
13532
13533 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13534
13535         * shell/main.c (load_files):
13536
13537         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13538         from the command line and because it seems more appropriate.
13539
13540 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13541
13542         * data/evince-ui.xml:
13543         * shell/ev-window.c: (update_action_sensitivity),
13544         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13545
13546         s/next page/page down
13547         s/previous page/page up
13548
13549 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13550
13551         * data/evince-ui.xml:
13552
13553         Change the layout to match clarkbw design.
13554
13555         * shell/Makefile.am:
13556         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13557         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13558         (ev_navigation_action_finalize),
13559         (ev_navigation_action_set_property),
13560         (ev_navigation_action_get_property),
13561         (ev_navigation_action_class_init):
13562         * shell/ev-navigation-action.h:
13563
13564         Implement clarkbw toolbar navigation controls (incomplete)
13565
13566         * shell/ev-page-action.c: (update_label), (update_spin),
13567         (value_changed_cb), (create_tool_item), (connect_proxy),
13568         (ev_page_action_init), (ev_page_action_finalize),
13569         (ev_page_action_set_property), (ev_page_action_get_property),
13570         (ev_page_action_set_current_page),
13571         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13572         * shell/ev-page-action.h:
13573
13574         Implement a page switcher in the toolbar
13575
13576         * shell/ev-view.c: (ev_view_scroll_view):
13577         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13578         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13579         (register_custom_actions), (ev_window_init):
13580
13581         Change page on PageUp/Down.
13582
13583 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13584
13585         * pdf/xpdf/pdf-document.cc
13586         (pdf_document_thumbnails_get_thumbnail): initial stab at
13587         implementing thumbnail support for pdfs.  It only does documents
13588         with precached pdfs now.
13589
13590 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13591
13592         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13593         thumbnail code into a time-based idle as well.  Also, turn off the
13594         shadow temporarily as it's really slow.
13595
13596 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13597
13598         * backend/ev-document.c: (ev_document_class_init):
13599         * pdf/xpdf/pdf-document.cc:
13600         * shell/ev-window.c: (ev_window_open):
13601
13602         Fix document title bugs and fallback to
13603         filename when not available.
13604
13605 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13606
13607         * backend/ev-document.c: (ev_document_get_type),
13608         (ev_document_class_init), (ev_document_load),
13609         (ev_document_get_title):
13610         * backend/ev-document.h:
13611         * pdf/xpdf/pdf-document.cc:
13612         * ps/ps-document.c: (ps_document_set_property),
13613         (ps_document_get_property), (ps_document_class_init),
13614         (document_load):
13615         * ps/ps-document.h:
13616         * ps/ps.h:
13617         * shell/ev-window.c: (update_window_title), (ev_window_open),
13618         (ev_window_init):
13619
13620         Initial support for document title. Not working yet.
13621
13622 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13623
13624         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13625
13626         Grab focus on the view when clicking it
13627
13628 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13629
13630         * shell/ev-marshal.list:
13631         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13632         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13633
13634         Add key bindings to the view. Now if the focus would work
13635         right...
13636
13637 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13638
13639         * Makefile.am:
13640         * backend/Makefile.am:
13641         * data/Makefile.am:
13642         * dvi/Makefile.am:
13643         * dvi/dvilib/Makefile.am:
13644         * pdf/xpdf/Makefile.am:
13645         * po/POTFILES.in:
13646         * ps/Makefile.am:
13647
13648         Fix distcheck
13649
13650 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13651
13652         * shell/ev-view.c: (ev_view_realize):
13653
13654         Fix mouse wheel scrolling
13655
13656 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13657
13658         * ps/Makefile.am:
13659         * ps/gstypes.h:
13660         * ps/gtkgs.c:
13661         * ps/gtkgs.h:
13662         * ps/ps-document.c: (catchPipe), (ps_document_init),
13663         (ps_document_class_init), (ps_document_cleanup),
13664         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13665         (set_up_page), (close_pipe), (is_interpreter_ready),
13666         (interpreter_failed), (output), (input), (start_interpreter),
13667         (stop_interpreter), (file_length), (file_readable),
13668         (check_filecompressed), (check_pdf), (compute_xdpi),
13669         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13670         (ps_document_get_type), (ps_document_emit_error_msg),
13671         (document_load), (ps_document_next_page),
13672         (ps_document_get_current_page), (ps_document_get_page_count),
13673         (ps_document_goto_page), (ps_document_set_page_size),
13674         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13675         (ps_document_load), (ps_document_get_n_pages),
13676         (ps_document_set_page), (ps_document_get_page),
13677         (ps_document_widget_event), (ps_document_set_target),
13678         (ps_document_set_scale), (ps_document_set_page_offset),
13679         (ps_document_get_page_size), (ps_document_render),
13680         (ps_document_document_iface_init):
13681         * ps/ps-document.h:
13682         * ps/ps.c:
13683         * shell/ev-window.c: (ev_window_open):
13684
13685         Rename GtkGS to PSDocument
13686
13687 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13688
13689         * ps/gtkgs.c: (gtk_gs_class_init):
13690         * ps/gtkgs.h:
13691
13692         Some more leftover...
13693
13694 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13695
13696         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13697         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13698         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13699         * ps/gtkgs.h:
13700
13701         Remove unused code and make a lot of stuff private
13702
13703 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13704
13705         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13706         (gtk_gs_defaults_changed):
13707         * ps/gsdefaults.h:
13708         * ps/gtkgs.c:
13709         * ps/gtkgs.h:
13710         * ps/ps.h:
13711
13712         Cleanup headers dependencies
13713
13714 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13715
13716         * ps/Makefile.am:
13717         * ps/ggvutils.c:
13718         * ps/ggvutils.h:
13719         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13720         * ps/gsdefaults.h:
13721         * ps/gtkgs.c: (file_length), (file_readable),
13722         (check_filecompressed), (check_pdf), (gtk_gs_load),
13723         (gtk_gs_get_postscript):
13724
13725         Get rid of ggvutils
13726
13727 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13728
13729         * ps/ggvutils.c:
13730         * ps/ggvutils.h:
13731         * ps/gsio.h:
13732         * ps/gtkgs.c: (gtk_gs_set_zoom):
13733
13734         Cleanups
13735
13736 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13737
13738         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13739
13740         Ensure the page is rerendered when changing zoom
13741
13742 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13743
13744         * backend/ev-document.c: (ev_document_base_init),
13745         (ev_document_changed):
13746         * backend/ev-document.h:
13747
13748         Add a changed event that is emitted when the page content
13749         changes. This is necessary to deal with the fact that
13750         in ps backend rendering happen asycrounously.
13751         This makes the ps backend mostly work.
13752
13753         * pdf/xpdf/pdf-document.cc:
13754
13755         Emit changed event
13756
13757         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13758         (ps_document_set_target):
13759
13760         Emit changed event
13761
13762         * shell/ev-view.c: (document_changed_callback),
13763         (ev_view_set_document), (ev_view_set_page):
13764
13765         Redraw on the changed signal
13766
13767 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13768
13769         * configure.ac: Added pt_BR to ALL_LINGUAS.
13770
13771 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13772
13773         * backend/ev-document-bookmarks.c:
13774         (ev_document_bookmarks_get_child): *
13775         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13776         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13777         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13778         (ev_sidebar_bookmarks_destroy),
13779         (ev_sidebar_bookmarks_class_init),
13780         (ev_sidebar_bookmarks_construct), (stack_data_free),
13781         (do_one_iteration), (populate_bookmarks_idle),
13782         (ev_sidebar_bookmarks_clear_document),
13783         (ev_sidebar_bookmarks_set_document): *
13784         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13785         (ev_sidebar_add_page),
13786         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13787         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13788         it displays both the topics and the page numbers.
13789
13790 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13791
13792         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13793         toggle.
13794         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13795         visible.
13796
13797 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13798
13799         * configure.ac: Added en_CA to ALL_LINGUAS.
13800
13801 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13802
13803         * ChangeLog: replace bottom of this ChangeLog (merged history of
13804         ggv and gpdf; where all paths were wrong and most of the files are
13805         not even in this tree) with ChangeLog (from arch) of the shell
13806         code.
13807
13808 2004-12-23  Havoc Pennington  <hp@redhat.com>
13809
13810         * shell/ev-window.c: hook up potentially-questionable "find
13811         results status text" feature - something involving the sidebar or
13812         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13813         might be better in the end.
13814
13815         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13816         with corresponding signal when it should be updated
13817
13818         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13819
13820 2004-12-22  Havoc Pennington  <hp@redhat.com>
13821
13822         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13823         find stuff on other pages, sort of (only returns one result on
13824         invisible pages, to show they have results; updates full results
13825         for a page when you view it). Currently repaints the current page
13826         every time a new result is found on any page, which isn't so nice.
13827
13828 2004-12-22  Havoc Pennington  <hp@redhat.com>
13829
13830         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13831         the document doesn't support find (better ideas?)
13832         (find_bar_search_changed_cb): handle missing document or document
13833         that doesn't support find
13834
13835         * pdf/xpdf/pdf-document.cc: port to implement the new
13836         EvDocumentFindIface
13837
13838         * backend/ev-document-find.c: create a new interface for searching
13839
13840         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13841
13842 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13843
13844         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13845         libevbackend.la.
13846
13847         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13848         EvPrintJob constructor arguments.
13849
13850         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13851         for documents that can export PostScript (page by page).
13852
13853         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13854         
13855         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13856         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13857         (pdf_document_ps_exporter_iface_init:
13858         Implement EvPSExporter.
13859
13860         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13861
13862 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13863
13864         * backend/Makefile.am:
13865         * backend/ev-document-thumbnails.c:
13866         (ev_document_thumbnails_get_type),
13867         (ev_document_thumbnails_get_thumbnail):
13868         * backend/ev-document-thumbnails.h:
13869         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13870         (pixbuf_document_thumbnails_get_thumbnail),
13871         (pixbuf_document_document_thumbnails_iface_init):
13872         * shell/Makefile.am:
13873         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13874         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13875         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13876         * shell/ev-sidebar-thumbnails.h:
13877         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13878         (ev_sidebar_set_document):
13879         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13880         (create_shadow), (ev_pixbuf_add_shadow):
13881         * shell/ev-utils.h:
13882         Add thumbnail support.
13883         
13884 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13885
13886         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13887         (using_postscript_printer): Set up a print dialog for "PostScript
13888         injection" method.
13889
13890         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13891         EvPrintJob.
13892
13893         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13894
13895 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13896
13897         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13898         (ps_document_set_target), (ps_document_get_page_size),
13899         (ps_document_render):
13900         * ps/gtkgs.h:
13901
13902         Fix a few bugs
13903
13904 2004-12-22  Christian Rose  <menthos@menthos.com>
13905
13906         * configure.ac: Added "sv" to ALL_LINGUAS.
13907
13908 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13909
13910         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13911         document supports bookmarks.
13912
13913 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13914
13915         * ps/ggvutils.c: (ggv_file_readable):
13916         * ps/ggvutils.h:
13917         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13918         (gtk_gs_get_postscript):
13919
13920         Remove unused utils
13921
13922 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13923
13924         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13925         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13926         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13927         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13928         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13929         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13930         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13931         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13932         (gtk_gs_set_antialiasing), (ps_document_load),
13933         (ps_document_render):
13934         * ps/gtkgs.h:
13935
13936         Another check point for the ps backend. Now I can get it to show
13937         pages!
13938
13939 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13940
13941         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13942         document setting code.
13943
13944 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13945
13946         * shell/eggfindbar.c: (entry_activate_callback):
13947         Animate the next button when activate is pressed.
13948         
13949 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13950
13951         * shell/ev-window.c: (ev_window_cmd_edit_find),
13952         (update_fullscreen_popup), (ev_window_fullscreen),
13953         (ev_window_unfullscreen), (ev_window_state_event_cb),
13954         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13955         Fix bugs in fullscreen code.
13956         
13957 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13958
13959         * Makefile.am:
13960         * configure.ac:
13961         * pixbuf/Makefile.am:
13962         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13963         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13964         (pixbuf_document_set_page), (pixbuf_document_get_page),
13965         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13966         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13967         (pixbuf_document_render), (pixbuf_document_begin_find),
13968         (pixbuf_document_end_find), (pixbuf_document_finalize),
13969         (pixbuf_document_class_init),
13970         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13971         * pixbuf/pixbuf-document.h:
13972         * shell/Makefile.am:
13973         * shell/ev-application.c: (ev_application_open):
13974         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13975         (ev_window_open):
13976         Add pixbuf backend.
13977         
13978 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13979
13980         * Makefile.am: 
13981         * dvi/dvilib/Makefile.am:
13982         * dvi/Makefile.am:
13983         * configure.ac: Auto*ify dvi and dvi/dvilib
13984
13985         * dvi/Makefile: Remove from CVS
13986         
13987         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13988         confusion.
13989
13990         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13991         
13992         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13993         
13994 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13995
13996         * ps/Makefile.am:
13997         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13998         (gtk_gs_value_adjustment_changed), (compute_size),
13999         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14000         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14001         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14002         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14003         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14004         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14005         (ps_document_load), (ps_document_get_n_pages),
14006         (ps_document_set_page), (ps_document_get_page),
14007         (ps_document_set_target), (ps_document_set_scale),
14008         (ps_document_set_page_offset), (ps_document_get_page_size),
14009         (ps_document_render), (ps_document_begin_find),
14010         (ps_document_end_find), (ps_document_document_iface_init):
14011         * ps/gtkgs.h:
14012         * shell/Makefile.am:
14013         * shell/ev-window.c: (ev_window_open):
14014
14015         Some work to integrate gtkgs with EvDocument
14016
14017 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14018
14019         * shell/ev-window.c: (update_fullscreen_popup),
14020         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14021         (exit_fullscreen_button_clicked_cb),
14022         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14023         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14024         (ev_window_state_event_cb), (ev_window_init):
14025         Add fullscreen support from Epiphany.
14026         
14027 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14028
14029         * data/ev-stock-zoom-fit-width.png: fit-width
14030         stock icon from gpdf.
14031         
14032         * shell/ev-stock-icons.[ch]: copied from gpdf.
14033         
14034         * shell/main.c: (main): init stock icons.
14035         
14036         * shell/ev-window.c: use the fit-width icon.
14037         
14038         * data/evince-ui.xml: add zooming toolbar items.
14039
14040 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14041
14042         * shell/ev-view.c: 
14043         (ev_view_best_fit), (ev_view_fit_width): because
14044         get_page_size() returns the scaled page size, we
14045         need to calculate the scale factor relative to
14046         the previous scale factor. Should really just
14047         add get_real_page_size().
14048
14049 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14050
14051         * shell/ev-view.[ch]:
14052         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14053         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14054         add zooming.
14055         
14056         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14057         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14058         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14059         hook it up.
14060         
14061         * pdf/xpdf/pdf-document.cc:
14062         (pdf_document_begin_find),
14063         (pdf_document_end_find): make static.
14064
14065 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14066
14067         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14068
14069         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14070         names to fontconfig patterns.
14071         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14072
14073         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14074         setupBaseFontsFc.
14075
14076 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14077
14078         * Makefile.am:
14079         * configure.ac:
14080         * ps/Makefile.am:
14081         * ps/ggvutils.c:
14082         * ps/ggvutils.h:
14083         * ps/gsdefaults.c:
14084         * ps/gsdefaults.h:
14085         * ps/gsio.c:
14086         * ps/gsio.h:
14087         * ps/gtkgs.c:
14088         * ps/gtkgs.h:
14089         * ps/ps.c:
14090         * ps/ps.h:
14091
14092         Import ggv backend. Not hooked up yet.
14093
14094 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14095
14096         * shell/main.c: (load_files), (main): load files
14097         from the command line.
14098
14099 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14100
14101         * configure.ac: don't require bonobo.
14102         
14103         * cut-n-paste/recent-files/*: kill bonobo recent
14104         view.
14105
14106         * shell/ev-window.c:
14107         (ev_window_is_empty): upd.
14108         (unable_to_load), (ev_window_open): load backend
14109         based on the mime type.
14110
14111 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14112
14113         * backend/.cvsignore: ignore generated marshalers source.
14114
14115         * shell/main.c (main): this is not epiphany.
14116
14117 2004-12-22  Havoc Pennington  <hp@redhat.com>
14118
14119         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14120         (expose_bin_window): draw find highlights
14121
14122         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14123         
14124         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14125         (pdf_document_end_find): implement this interface
14126
14127         * backend/ev-document.c (ev_document_found): add this to emit
14128         signal
14129
14130 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14131
14132         * data/evince-ui.xml: Add a few more toolbar items.
14133
14134         * shell/ev-window.c: Hook up page navigation toolbar 
14135         items.
14136
14137         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14138         a page-changed signal.
14139
14140         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14141         Add ev_document_get_page().
14142
14143         * shell/ev-window.c: Sensitize/desensitize navigation
14144         actions.
14145
14146 2004-12-21  Havoc Pennington  <hp@redhat.com>
14147
14148         * backend/ev-backend-marshal.c,
14149         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14150         marshaler-generator thingy. I'm sure there's a better way to do
14151         this in the modern world.
14152
14153         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14154         end_find methods and "found" signal.
14155
14156         * configure.ac: find glib-genmarshal
14157
14158 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14159
14160         * shell/ev-sidebar.c: Construct an actual sidebar.
14161         * shell/ev-sidebar-bookmarks.[ch]:
14162         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14163
14164 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14165
14166         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14167         Redo size handling.
14168         
14169         * shell/ev-view.c: Track the size from the document.
14170
14171 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14172
14173         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14174         constructor assumes ownership of the string passed in.
14175         
14176         * shell/ev-window.c (ev_window_open): Destroy the error
14177         dialog once we've displayed it.
14178
14179 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14180
14181         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14182         a bit, it works! (sort of)
14183
14184         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14185         Move to .cc since we need to use C++ in the implementation.
14186
14187         * shell/dummy.cc: Add a CC file to force evince
14188         to be linked as a C++ program.
14189
14190 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14191
14192         * shell/ev-view.[ch]: Start of content-area widget.
14193
14194         * shell/ev-window.c: Create a EvView, update it
14195         as we change documents.
14196
14197         * shell/Makefile.am shell/ev-marshal.list: Add
14198         generated marshalers.
14199
14200 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14201
14202         * Makefile.am (SUBDIRS): move shell.
14203
14204 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14205
14206         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14207         .a to libtool convenience libraries.
14208
14209         * shell/ev-window.c (ev_window_open): Hard code loading
14210         a PDF document.
14211         
14212         * backend/ev-document.h: Add a boolean return to load(),
14213         fix GError * to GError **.
14214
14215         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14216         object for a PDF backend EvDocument.
14217
14218 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14219
14220         * dvi/*: New directory with the beginning of a .dvi backend.
14221
14222 2004-12-21  Havoc Pennington  <hp@redhat.com>
14223
14224         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14225         previous/next instead of back/forward
14226
14227 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14228
14229         * backend/ev-document.[ch]: Fix a couple of problems so
14230         it compile.
14231
14232 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14233
14234         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14235         to backend/ directory, rename EvViewer to EvDocument.
14236
14237 2004-12-21  Havoc Pennington  <hp@redhat.com>
14238
14239         * shell/ev-window.c: hook up the find bar widget; now we just need
14240         a document to find things in
14241
14242         * shell/eggfindbar.c: a find bar widget
14243
14244 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14245
14246         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14247
14248 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14249
14250         * pdf/**: Import of xpdf code from gpdf. 
14251
14252         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14253
14254         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14255         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14256         Fix FreeType includes.
14257
14258         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14259         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14260         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14261         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14262         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14263         Include xpdfconfig.h
14264         
14265 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14266
14267         * shell/ev-window.c (ev_window_dispose): dispose can be called
14268         multiple times.
14269
14270 2004-12-21  Havoc Pennington  <hp@redhat.com>
14271
14272         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14273         rather than Evince
14274
14275         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14276         items; really they should be synced with the strings, etc. from
14277         current gpdf, but just getting the boring typing out of the way 
14278
14279 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14280
14281         * po/POTFILES.in:
14282         * shell/ev-application.c: (window_destroy_cb):
14283         * shell/ev-window.c:
14284         * shell/main.c: (main):
14285
14286         Actually show the window...
14287
14288 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14289
14290         * Makefile.am:
14291         * shell/Makefile.am:
14292         * shell/ev-application.c: (ev_application_class_init):
14293         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14294
14295         Make it build again
14296
14297 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14298
14299         Import to gnome cvs.
14300         
14301         * Remove copies of gpdf and ggv trees.
14302         * Rip out all the recursive configure code.
14303         * Remove bonobo machinery.
14304         * viewer/*: GInterfaces that backends should/can implement.
14305
14306 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14307
14308         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14309         typo
14310
14311 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14312
14313         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14314         (ev_application_finalize, ev_application_class_init)
14315         (ev_application_init): use GType instance private data for priv.
14316
14317         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14318         (ev_window_finalize, ev_window_class_init)
14319         (ev_window_init): ditto.
14320
14321 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14322
14323         * shell/ev-application.c (ev_application_new_window): make public
14324         (ev_application_show_initial_window): kill.
14325
14326         * shell/ev-application.h: update prototypes.
14327
14328         * shell/main.cc (main): inline ev_application_show_initial_window.
14329
14330 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14331
14332         * shell/ev-application.c (ev_application_new_window): impl.
14333         (ev_application_show_initial_window): use it.
14334         (is_window_empty, ev_application_get_empty_window): returns an
14335         existing empty window or a new one.
14336         (ev_application_open): from ev_window_cmd_file_open.
14337
14338         * shell/ev-application.h: update prototypes
14339
14340         * shell/ev-window.c (ev_window_is_empty): impl.
14341         (ev_window_open): make public.
14342         (ev_window_cmd_file_open): use ev_application_open
14343
14344         * shell/ev-window.h: update prototypes, remove unused.
14345
14346 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14347
14348         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14349         move destroy handler out of here...
14350
14351         * shell/ev-application.c, shell/ev-application.h: ...into this new
14352         class. Also handles initial window creation.
14353
14354         * shell/main.cc (main): use EvApplication to create initial
14355         window.
14356
14357 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14358
14359         * Makefile.am (SUBDIRS): add cut-n-paste
14360
14361         * cut-n-paste/Makefile.am: add
14362
14363         * configure.ac: generate Makefiles in cut-n-paste
14364
14365 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14366
14367         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14368         (ev_window_class_init): install ev_window_dispose.
14369
14370 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14371
14372         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14373         char (gchar looks stupid).
14374
14375 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14376
14377         * po/de.po: updated German translation.
14378
14379 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14380
14381         * configure.ac: add more pkg-config library checks for gnome-vfs,
14382         bonobo etc.
14383
14384         * gpdf/configure.in: temporarily disable libpaper
14385         checks. Otherwise I'd have to add the checks for the shell, too.
14386
14387 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14388
14389         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14390         and * file filters to the file choose.
14391
14392 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14393
14394         * po/de.po: Updated German translation.
14395
14396 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14397
14398         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14399
14400 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14401
14402         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14403
14404         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14405         (ev_window_init): implement those menuitems.
14406
14407 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14408
14409         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14410
14411         * shell/ev-window.c (ev_window_init): use the toolbar.
14412
14413 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14414
14415         * shell/ev-window.c (ev_window_init): use menu translations
14416
14417 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14418
14419         * configure.ac: add "de" to ALL_LINGUAS.
14420
14421         * po/de.po: add German translation.
14422
14423 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14424
14425         * Makefile.am (SUBDIRS): add po
14426
14427         * configure.ac: check intltool, glib-gettext etc, generate
14428         po/Makefile.in
14429
14430         * po, po/POTFILES.in, po/POTFILES.skip: new.
14431
14432 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14433
14434         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14435         already use (#ifdef ENABLE_NLS)
14436
14437         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14438         pointer indirection thinko.
14439
14440         * shell/main.c: include gi18n.h for bindtextdomain etc.
14441
14442 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14443
14444         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14445         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14446         tooltips for menu items in the statusbar.
14447
14448 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14449
14450         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14451         pkgdatadir drop UIDIR
14452
14453 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14454
14455         * data/evince-ui.xml: Add File->Open menu item
14456
14457         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14458         chooser), hook it up in the ui manager.
14459
14460 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14461
14462         * shell/ev-window.c: fix Help->About tooltip.
14463
14464 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14465
14466         * configure.ac: set CFLAGS for libevprivate.
14467
14468         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14469         definitions, factory etc.
14470
14471         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14472
14473         * shell/Makefile.am: link against libevprivate.a.
14474
14475         * shell/ev-window.c (entries): add stock icon to Help->About.
14476
14477         * shell/main.c (main): init stock icon code.
14478
14479 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14480
14481         * lib/recent-files: egg recent files code
14482
14483         * lib/Makefile.am: add.
14484
14485         * Makefile.am: add lib subdir.
14486
14487         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14488         set CFLAGS for recent-files.
14489
14490 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14491
14492         * configure.ac: disable -ansi and -pedantic gcc flags. They
14493         disable POSIX stuff in stdio.h, but egg-recent uses them.
14494
14495 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14496
14497         * configure.ac: add --disable-deprecated flag (defaults to on in
14498         "cvs" builds).
14499
14500         * shell/Makefile.am (INCLUDES): use it.
14501
14502 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14503
14504         * shell/main.c: add missing #include.
14505
14506         * shell/ev-window.c: fix for pedantic gcc.
14507         (ev_window_cmd_help_about): split license into paragraphs for
14508         translators and pedantic compilers.
14509
14510 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14511
14512         * configure.ac: add more warning flags if compiling with gcc from
14513         cvs (or explicitly requested with --enable-more-warnings).
14514
14515 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14516
14517         * data/evince-ui.xml: add File and File->Close menu.
14518
14519         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14520         (ev_window_destroy): quit after destroy.
14521         (ev_window_class_init): override GtkObject::destroy.
14522         (entries): install close_window callback.
14523
14524 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14525
14526         * Makefile.am (SUBDIRS): add data subdir.
14527
14528         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14529         gtk+ 2.5.0 for GtkAboutDialog.
14530
14531         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14532         main window.
14533
14534         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14535
14536         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14537         manager.
14538         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14539
14540 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14541
14542         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14543
14544 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14545
14546         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14547
14548 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14549
14550         * shell/*: Added shell directory boilerplate, build it.
14551
14552 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14553
14554         * configure.ac, Makefile.am: Added top-level configure.ac and
14555         Makefile.am