]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
9d4cb7ad77db5e624b47bb405f5e6366ac58e02a
[evince.git] / ChangeLog
1 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-application.c: (ev_application_init_session):
4         * shell/main.c: (main):
5
6         Move the egg_set_desktop_file() call to main and remove
7         gtk_window_set_default_icon_name() since it's already called by
8         egg_set_desktop_file()
9         
10 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
11
12         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
13
14         Initialize GError to NULL.
15         
16 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
17
18         * shell/ev-window.c: (window_save_file_copy_ready_cb),
19         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
20         (ev_window_preview_print_finished), (launch_action):
21
22         Do not use popup dialogs to show error messages anymore, use the
23         message area instead.
24         
25 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
26
27         * shell/ev-window.c: (ev_window_error_message),
28         (ev_window_warning_message), (ev_window_set_document),
29         (ev_window_load_job_cb), (ev_window_load_remote_failed),
30         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
31         (ev_window_cmd_help_contents), (launch_external_uri),
32         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
33         (ev_attachment_popup_cmd_open_attachment),
34         (attachment_save_dialog_response_cb):
35
36         Use a message format (with printf()-style) in
37         ev_window_error_message and ev_window_warning_message.
38
39 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
40
41         * shell/ev-window.c: (ev_window_error_message),
42         (ev_window_warning_message), (ev_window_set_document),
43         (ev_window_load_job_cb), (ev_window_load_remote_failed),
44         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
45         (ev_window_cmd_help_contents), (launch_external_uri),
46         (image_save_dialog_response_cb),
47         (ev_attachment_popup_cmd_open_attachment),
48         (attachment_save_dialog_response_cb):
49
50         Change ev_window_error_message and ev_window_warning_message to
51         receive a EvWindow instead of a GtkWindow. It's more consistent
52         and avoids unneeded casts.
53         
54 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
55
56         * shell/ev-window.c: (ev_window_cmd_help_contents):
57
58         Use gtk_show_uri() when availale to display help contents.
59         
60 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * configure.ac:
63         * backend/pdf/ev-poppler.cc:
64         * properties/ev-properties-view.c:
65         * shell/Makefile.am:
66         * shell/ev-tooltip.[ch]: Removed
67         * shell/ev-view-private.h
68         * shell/eggfindbar.c:
69         * shell/ev-application.c:
70         * shell/ev-open-recent-action.c:
71         * shell/ev-sidebar-thumbnails.c:
72         * shell/ev-view.c:
73         * shell/ev-window.c:
74
75         Bump GTK+ requirement to 2.12.
76         
77 2008-10-27 Christian Persch <chpe@gnome.org>
78
79         * backend/djvu/djvu-document.c
80         * backend/dvi/cairo-device.c
81         * cut-n-paste/evmountoperation/ev-mount-operation.h
82         * cut-n-paste/gedit-message-area/gedit-message-area.h
83         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
84         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
85         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
86         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
87         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
88         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
89         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
90         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
91         * cut-n-paste/zoom-control/ephy-zoom-action.c
92         * cut-n-paste/zoom-control/ephy-zoom-action.h
93         * cut-n-paste/zoom-control/ephy-zoom-control.c
94         * cut-n-paste/zoom-control/ephy-zoom-control.h
95         * libdocument/ev-async-renderer.h
96         * libdocument/ev-document-factory.c
97         * libdocument/ev-document-misc.h
98         * libdocument/ev-image.h
99         * libdocument/ev-selection.h
100         * shell/ev-properties-fonts.h
101         * shell/ev-stock-icons.h
102         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
103         directly. Bug #558064.
104
105 2008-10-27 Christian Persch <chpe@gnome.org>
106
107         * cut-and-paste/smclient/*: Update from libegg.
108
109 2008-10-27 Christian Persch <chpe@gnome.org>
110
111         * backend/djvu/djvu-document.c
112         * backend/ps/ev-spectre.c
113         * shell/ev-jobs.c: Use printf safely. Bug #558066.
114
115 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
116
117         * shell/ev-view.c (ev_view_change_page),
118         (ev_view_transition_animation_finish),
119         (ev_view_transition_animation_cancel), (page_changed_cb),
120         (ev_view_set_presentation), (ev_view_next_page),
121         (ev_view_previous_page):
122         
123         Cancel the animation without scheduling transition start
124         and proceed to the next page to fix bug #516749.
125
126 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
127
128         * NEWS:
129         * configure.ac:
130
131         Update for release 2.24.1
132         
133 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
134
135         * shell/ev-window.c: (ev_window_cmd_view_presentation):
136
137         Disable toggle function of F5 when in presentation mode. Patch by
138         Dave Neary. Fixes bug #556162.
139         
140 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
141
142         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
143         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
144         (ev_sidebar_thumbnails_fill_model),
145         (ev_sidebar_thumbnails_refresh),
146         (ev_sidebar_thumbnails_set_document):
147
148         Instead of using only one loading icon for thumbnails based on the
149         size of the first page, create an icon for every different page
150         size. Fixes bug #556264.
151         
152 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
153
154         * shell/ev-page-cache.c: (ev_page_cache_finalize):
155
156         Fix memory leak.
157         
158 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
159
160         * shell/ev-window-title.c (ev_window_title_sanitize_title):
161
162         Removes bad prefixes from window title. Patch by 
163         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
164         
165 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * shell/ev-window.c: (launch_external_uri):
168
169         Do not consider mailto links as http uris. Fixes bug #555801.
170         
171 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * shell/ev-view.c: (merge_selection_region), (clear_selection):
174
175         Fix memory leak. Fixes bug #555134.
176         
177 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
180
181         Emit the job finished signal when the job is handled before the
182         page_ready callback.
183         
184 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
185
186         * shell/ev-window.c: (launch_action):
187
188         Use GdkAppLaunchContext when available to launch external
189         applications.
190         
191 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * shell/ev-window.c: (launch_action):
194
195         Fix launching external applications for launch actions which seems
196         to be broken since the gio port. Fixes bug #554500.
197         
198 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * backend/dvi/Makefile.am:
201         * backend/dvi/cairo-device.c:
202         * backend/dvi/dvi-document.c:
203         * backend/dvi/mdvi-lib/Makefile.am:
204
205         Fix several compile warnings in the dvi backend.
206         
207 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
208
209         * backend/dvi/mdvi-lib/common.h:
210         * backend/dvi/mdvi-lib/dviread.c:
211         * backend/dvi/mdvi-lib/font.c:
212         * backend/dvi/mdvi-lib/fontmap.c:
213         * backend/dvi/mdvi-lib/fontsrch.c:
214         * backend/dvi/mdvi-lib/gf.c:
215         * backend/dvi/mdvi-lib/pagesel.c:
216         * backend/dvi/mdvi-lib/pk.c:
217         * backend/dvi/mdvi-lib/sp-epsf.c:
218         * backend/dvi/mdvi-lib/special.c:
219         * backend/dvi/mdvi-lib/tfm.c:
220         * backend/dvi/mdvi-lib/tfmfile.c:
221         * backend/dvi/mdvi-lib/util.c:
222         * backend/dvi/mdvi-lib/vf.c:
223
224         Rename error as mdvi_error to avoid symbol conflicts with the libc
225         error. Rename also message, crash, fatal and warning for
226         consistency. Fixes bug #553369.
227         
228 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
229
230         * backend/dvi/dvi-document.c: (dvi_document_load):
231
232         Fix memory leak.
233         
234 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
235
236         * backend/dvi/dvi-document.c:
237
238         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
239         G_IMPLEMENT_INTERFACE.
240         
241 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
242
243         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
244
245         Make sure copy_job_page_and_selection_to_job_info is always called
246         before copy_job_to_job_info. Fixes bug #552382.
247         
248 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
249
250         * NEWS:
251         * configure.ac:
252
253         Update for release 2.24.0
254         
255 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
256
257         * shell/ev-window.c: (launch_external_uri):
258
259         Use GdkAppLaunchContext when available to launch external uris.
260         
261 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
262
263         * shell/ev-window.c: (launch_external_uri):
264
265         Use the message area to show errors when lauching external uris
266         instead of a popup window.
267         
268 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
269
270         * shell/ev-window.c: (launch_external_uri):
271
272         Assume invalid uris are http uris. Fixes bug #552071.
273         
274 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
275
276         * NEWS:
277         * configure.ac:
278
279         Update for release 2.23.92.
280         
281 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
282
283         * shell/eggfindbar.c: (egg_find_bar_class_init):
284
285         Allow page scrolling with PageUp/PageDown keys when find bar is
286         active. Fixes bug #529833.
287         
288 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
289
290         * shell/ev-view-private.h:
291         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
292         (ev_view_scroll), (ev_view_class_init):
293         * shell/ev-view-accessible.c:
294         (ev_view_accessible_action_do_action):
295         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
296         (ev_window_cmd_scroll_backward):
297
298         Use GtkScrollType instead of EvScrollType.
299         
300 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
301
302         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
303         
304         Patch for case unsensitive page label match by Michael Lee.
305         See bug #550136.
306         
307         * shell/ev-page-action.c (create_tool_item):    
308         * test/Makefile.am:
309         * test/test1.py:
310         * test/test4.py:
311         * test/test5.py:
312         
313         Added test for the above and updated other tests.
314
315 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
316
317         * shell/ev-window.c: (image_save_dialog_response_cb):
318
319         Do not append the file extension twice when saving an image.
320         
321 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
322
323         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
324
325         Remove an invalid ifdef.
326         
327 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
328
329         * shell/ev-view.c: (ev_view_motion_notify_event):
330
331         Make sure the cursor is correctly restored after showing the right
332         click menu.
333         
334 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
337         (ev_attachment_open):
338         * shell/ev-sidebar-attachments.c:
339         (ev_sidebar_attachments_button_press):
340         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
341
342         Use GdkAppLaunchContext when available to open attachments.
343         
344 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
347
348         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
349         by Eric Piel.
350         
351 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
352
353         * shell/ev-application.c: (ev_application_get_media_keys):
354         * shell/ev-media-player-keys.[ch]:
355         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
356         (ev_media_player_keys_grab_keys),
357         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
358         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
359         * shell/ev-window.[ch]: (ev_window_dispose),
360         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
361         (ev_window_init):
362
363         Clean up the media player keys stuff.
364         
365 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
366
367         * NEWS:
368         * configure.ac:
369
370         Update for release 2.23.91.
371         
372 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
373
374         * cut-n-paste/smclient/eggsmclient-xsmp.c:
375         (sm_client_xsmp_set_initial_properties):
376
377         Fix memory leak.
378         
379 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
380
381         * shell/ev-application.c: (ev_application_open_window),
382         (ev_application_open_uri_at_dest):
383
384         Make sure evince starts up in the right workspace when resuming a
385         previous session.
386         
387 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * shell/ev-application.[ch]: (ev_application_open_window),
390         (ev_application_add_icon_path_for_screen),
391         (ev_application_open_uri_at_dest):
392
393         Fix window manager warnings shown in ~/.xsession-errors
394         
395 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
396
397         * configure.ac:
398         * cut-n-paste/Makefile.am:
399         * cut-n-paste/smclient/Makefile.am:
400         * cut-n-paste/smclient/eggdesktopfile.[ch]:
401         * cut-n-paste/smclient/eggsmclient-private.h:
402         * cut-n-paste/smclient/eggsmclient-xsmp.c:
403         * cut-n-paste/smclient/eggsmclient.[ch]:
404
405         EggSMClient copied from libegg
406
407         * libdocument/ev-file-helpers.c: (ev_dot_dir):
408         * shell/Makefile.am:
409         * shell/ev-application.[ch]: (ev_application_load_session),
410         (smclient_save_state_cb), (smclient_quit_cb),
411         (ev_application_init_session), (ev_application_shutdown),
412         (ev_application_init):
413         * shell/main.c: (main):
414
415         Use EggSMClient instead of gnome-client and remove libgnome and
416         libgnomeui dependencies.
417         
418 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
419
420         * shell/main.c: (main):
421
422         Remove gnome_authentication_manager_init.
423         
424 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
425
426         * shell/ev-view.c: (ev_view_goto_window_create):
427
428         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
429         since it's now deprecated.
430         
431 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * backend/djvu/Makefile.am:
434         * backend/djvu/djvu-document-private.h:
435         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
436         (djvu_document_find_iface_init):
437         * backend/djvu/djvu-text-page.[ch]:
438         * backend/djvu/djvu-text.[ch]: Removed
439         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
440         (pdf_document_find_iface_init):
441         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
442         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
443         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
444         (ev_job_find_get_n_results), (ev_job_find_get_progress),
445         (ev_job_find_has_results), (ev_job_find_get_results):
446         * shell/ev-view-private.h:
447         * shell/ev-view.[ch]: (ev_view_expose_event),
448         (highlight_find_results), (ev_view_finalize),
449         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
450         (ev_view_set_document), (ev_view_find_get_n_results),
451         (ev_view_find_get_result), (jump_to_find_result),
452         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
453         (ev_view_find_previous), (ev_view_find_search_changed),
454         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
455         * shell/ev-window.c: (ev_window_update_actions),
456         (page_changed_cb), (ev_window_setup_document),
457         (ev_window_update_find_status_message),
458         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
459         (ev_window_clear_find_job), (find_bar_close_cb),
460         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
461         (ev_window_dispose), (ev_window_init):
462
463         Rework find interface. The find logic has been moved from backends
464         to the shell avoiding a lot of duplicated code in the backends and
465         making easier to implement the find interface in the backends.
466         
467 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
468
469         * backend/pdf/ev-poppler.cc:
470         (pdf_document_thumbnails_get_dimensions):
471
472         Make sure thumbnail size returned by the PDF is actually
473         valid. Fixes bug #548462.
474         
475 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * shell/ev-window.c: (ev_window_setup_document),
478         (ev_window_set_document), (ev_window_dispose):
479
480         Remove the idle function for setting the document up when the
481         window is destroyed. Fixes bug #549163.
482         
483 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
484
485         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
486         (ev_job_attachments_dispose), (ev_job_attachments_run),
487         (ev_job_attachments_class_init), (ev_job_attachments_new):
488         * shell/ev-sidebar-attachments.c:
489         (ev_sidebar_attachments_set_document):
490
491         Add a new job to get the attachments in a thread with the document
492         lock held. Fixes bug #548653.
493         
494 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
495
496         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
497         (tiff_document_document_iface_init):
498
499         Implement document_get_page_label in tiff backend.
500         
501 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * backend/tiff/tiff-document.c: (tiff_document_render):
504
505         Handle document orientation in tiff backend. Fixes bug #548444.
506         
507 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
508
509         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
510
511         Do not crash when adjustment page size is 0. Fixes bug #547440.
512         
513 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
514
515         * cut-n-paste/evmountoperation/ev-mount-operation.c:
516
517         Sync with current GTK+.
518         
519 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
520
521         * configure.ac:
522         
523         Update for release 2.23.6.
524
525 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
526
527         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
528         (ev_job_load_set_password):
529         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
530         * shell/ev-window.c: (password_dialog_response),
531         (ev_window_load_job_cb):
532
533         Fix loading encrypted documents since I broke it with the jobs
534         rework.
535         
536 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
537
538         * NEWS:
539
540         Update NEWS for 2.23.6 release.
541         
542 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
543
544         * backend/impress/impress-document.c:
545         * backend/impress/render.h:
546         * libdocument/ev-document-factory.c:
547         * libdocument/ev-document-factory.h:
548         * libdocument/ev-document-links.h:
549         * libdocument/ev-document-misc.c:
550         * libdocument/ev-document-misc.h:
551         * properties/ev-properties-main.c:
552         * properties/ev-properties-view.c:
553         * properties/ev-properties-view.h:
554         * shell/eggfindbar.c:
555         * shell/eggfindbar.h:
556         * shell/ev-application.c:
557         * shell/ev-application.h:
558         * shell/ev-jobs.h:
559         * shell/ev-message-area.h:
560         * shell/ev-navigation-action.c:
561         * shell/ev-navigation-action.h:
562         * shell/ev-open-recent-action.c:
563         * shell/ev-open-recent-action.h:
564         * shell/ev-page-action-widget.c:
565         * shell/ev-page-action.c:
566         * shell/ev-page-action.h:
567         * shell/ev-page-cache.h:
568         * shell/ev-password-view.h:
569         * shell/ev-password.h:
570         * shell/ev-pixbuf-cache.h:
571         * shell/ev-properties-fonts.c:
572         * shell/ev-sidebar-attachments.c:
573         * shell/ev-sidebar-links.c:
574         * shell/ev-sidebar-links.h:
575         * shell/ev-sidebar-thumbnails.c:
576         * shell/ev-sidebar-thumbnails.h:
577         * shell/ev-sidebar.c:
578         * shell/ev-sidebar.h:
579         * shell/ev-stock-icons.c:
580         * shell/ev-tooltip.h:
581         * shell/ev-view.c:
582         * shell/ev-view.h:
583         * shell/ev-window.c:
584         * shell/ev-window.h:
585         * shell/main.c:
586
587         More #include cleanups. Again: reordering, single gtk.h
588         includes and other stuff.
589
590 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
591
592         * shell/eggfindbar.c:
593         * shell/ev-application.c:
594         * shell/ev-message-area.c:
595         * shell/ev-navigation-action.c:
596         * shell/ev-open-recent-action.c:
597         * shell/ev-page-action-widget.c:
598         * shell/ev-page-action.c:
599         * shell/ev-password-view.c:
600         * shell/ev-properties-dialog.c:
601         * shell/ev-properties-fonts.c:
602         * shell/ev-sidebar-attachments.c:
603         * shell/ev-sidebar-page.c:
604         * shell/ev-sidebar-thumbnails.c:
605         * shell/ev-stock-icons.c:
606         * shell/ev-tooltip.c:
607         * shell/ev-view.c:
608         * shell/ev-window.c:
609         * shell/main.c:
610
611         Cleanup many #include statements: reorder so that a
612         generic-to-specific order is used, use single gtk.h
613         includes, and some other cleanups.
614
615 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
616
617         * shell/ev-jobs.h:
618
619         Add gio header.
620         
621 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
622
623         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
624         (ev_document_fc_mutex_trylock):
625         * shell/Makefile.am:
626         * shell/ev-job-queue.[ch]:
627         * shell/ev-job-scheduler.[ch]:
628         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
629         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
630         (ev_job_run), (ev_job_cancel), (ev_job_failed),
631         (ev_job_failed_from_error), (ev_job_succeeded),
632         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
633         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
634         (ev_job_links_class_init), (ev_job_render_init),
635         (notify_page_ready), (ev_job_render_page_ready),
636         (ev_job_render_run), (ev_job_render_class_init),
637         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
638         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
639         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
640         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
641         (ev_job_save_dispose), (ev_job_save_run),
642         (ev_job_save_class_init), (ev_job_print_init),
643         (ev_job_print_dispose), (ev_job_print_run),
644         (ev_job_print_class_init):
645         * shell/ev-page-cache.c:
646         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
647         (check_job_size_and_unref), (move_one_job),
648         (copy_job_to_job_info), (add_job),
649         (ev_pixbuf_cache_add_jobs_if_needed):
650         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
651         (job_fonts_finished_cb), (job_fonts_updated_cb),
652         (ev_properties_fonts_set_document):
653         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
654         (ev_sidebar_links_set_document):
655         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
656         (ev_sidebar_thumbnails_set_document),
657         (ev_sidebar_thumbnails_clear_job):
658         * shell/ev-view-private.h:
659         * shell/ev-view.c:
660         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
661         (ev_window_refresh_window_thumbnail), (password_dialog_response),
662         (ev_window_clear_load_job), (ev_window_clear_reload_job),
663         (ev_window_load_job_cb), (ev_window_reload_job_cb),
664         (window_open_file_copy_ready_cb), (ev_window_open_uri),
665         (ev_window_reload_document), (ev_window_clear_save_job),
666         (ev_window_save_job_cb), (file_save_dialog_response_cb),
667         (ev_window_clear_print_job), (ev_window_print_job_cb),
668         (ev_window_print_dialog_response_cb):
669         * shell/main.c: (main):
670
671         Rework the jobs system in order to make it simpler and more
672         extensible. It allows to run jobs in the main loop instead of
673         using a thread when it's appropriate like the fonts job. Now it's
674         also possible to cancel jobs that are currently running. 
675         
676 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
677
678         * libdocument/ev-debug.c: (profile_init):
679
680         Create the hash table also when profiling service is enabled for
681         all sections.
682         
683 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
684
685         * libdocument/ev-debug.[ch]: (ev_profiler_start),
686         (ev_profiler_stop):
687         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
688         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
689         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
690         (ev_job_print_run):
691         * shell/main.c: (main):
692
693         Add a profile mode available when debug is enabled. Add profilers
694         in ev-jobs.
695         
696 2008-07-23  Götz Waschk <waschk@mandriva.org>
697
698         * configure.ac: Correctly build desktop file. Fixes
699         bug #544237.
700
701 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
702
703         * configure.ac:
704         
705         Update for release 2.23.5.
706
707 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * NEWS:
710
711         Update NEWS for 2.23.5 release.
712         
713 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
714
715         * shell/ev-window.c: (ev_window_state_event),
716         (ev_window_class_init):
717
718         Intercept window manager's fullscreen request in order to run/stop
719         fullscreen mode. Fixes bug #493541.
720         
721 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * shell/ev-window.c: (find_bar_visibility_changed_cb):
724
725         Restart the job search when the find bar is opened for the second
726         time. Fixes bug #531956.
727         
728 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
729
730         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
731         (get_document_from_uri):
732
733         Make sure we always return a valid error struct when
734         get_document_from_uri fails. Fixes nautilus crash, see bug
735         #542548.
736         
737 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
738
739         * libdocument/ev-transition-effect.c
740         (ev_transition_effect_type_get_type),
741         (ev_transition_effect_alignment_get_type),
742         (ev_transition_effect_direction_get_type):
743         
744         Fixes bug #542924. Makes enums static to fix Solaris build.
745
746 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * shell/ev-view.c: (ev_view_key_press_event):
749
750         Add '.' keybinding for blanking the screen in presentation
751         mode. Fixes bug #542001.
752         
753 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
754
755         * libdocument/ev-document-misc.c:
756         (ev_document_misc_pixbuf_from_surface):
757
758         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
759         #540950.
760         
761 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
762
763         * backend/comics/comics-document.c (comics_document_load):
764         * backend/comics/comicsdocument.evince-backend.in:
765         * configure.ac:
766         * thumbnailer/evince-thumbnailer-comics.schemas.in:
767         
768         Added support for 7-zip based cb7 comic book. Patch by
769         Kartik Rustagi. Fixes bug #532312.
770
771 2008-06-24  Bastien Nocera  <hadess@hadess.net>
772
773         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
774         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
775         Fixes bug #539972.
776
777 2008-06-24  Bastien Nocera  <hadess@hadess.net>
778
779         * shell/Makefile.am:
780         * shell/ev-application.c (ev_application_init),
781         (ev_application_get_media_keys):
782         * shell/ev-application.h:
783         * shell/ev-marshal.list:
784         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
785         (proxy_destroy), (on_media_player_key_pressed),
786         (ev_media_player_keys_init), (ev_media_player_keys_focused),
787         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
788         * shell/ev-media-player-keys.h:
789         * shell/ev-window.c (ev_window_go_previous_page),
790         (ev_window_go_next_page), (ev_window_go_first_page),
791         (ev_window_go_last_page), (ev_window_start_presentation),
792         (ev_window_dispose), (view_actions_focus_in_cb):
793         * shell/ev-window.h: When building with D-Bus support, listen
794         for multimedia key events from gnome-settings-daemon. This allows
795         to go to the next/previous/first/last pages using, respectively,
796         Next/Previous/Rewing/Fast Forward. The Play button is used to start
797         a presentation. Fixes bug #539971.
798
799 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
800
801         * configure.ac:
802         
803         Update for release 2.23.4.
804
805 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
806
807         * NEWS:
808
809         Update news for 2.23.4 release.
810         
811 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
812
813         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
814         * shell/ev-sidebar-thumbnails.c:
815         (ev_sidebar_thumbnails_set_loading_icon),
816         (ev_sidebar_thumbnails_refresh):
817         * shell/ev-window.c: (ev_window_error_message),
818         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
819         (ev_window_set_document):
820
821         Do not crash opening documents with no pages and show a warning
822         message in the message area. Fixes bugs #537574 and #171588.
823         
824 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
825
826         * shell/Makefile.am:
827         * shell/ev-file-monitor.[ch]:
828         * shell/ev-window.c: (ev_window_document_changed),
829         (ev_window_clear_reload_job), (ev_window_load_job_cb),
830         (ev_window_reload_job_cb), (ev_window_open_uri),
831         (ev_window_reload_document), (ev_window_cmd_view_reload),
832         (ev_window_dispose):
833
834         Automaticly reload the document when the file has changed on
835         disk. Bug #304249.
836         
837 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
838
839         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
840         * libdocument/ev-image.c: (ev_image_save_tmp):
841         * libdocument/ev-module.c: (ev_module_load):
842         * shell/ev-application.c: (ev_application_shutdown),
843         (ev_application_get_print_settings):
844         * shell/ev-sidebar-attachments.c:
845         (ev_sidebar_attachments_button_press),
846         (ev_sidebar_attachments_drag_data_get):
847         * shell/ev-window.c: (window_save_file_copy_ready_cb),
848         (ev_window_print_finished), (ev_window_print_send),
849         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
850         (ev_window_preview_print_finished), (ev_window_do_preview_print),
851         (ev_window_cmd_preview_print):
852         * shell/main.c: (load_files_remote):
853         Fix some build warnings under GCC 4.3.0. (#537535).
854
855 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
856
857         * shell/ev-jobs.c: (ev_job_render_dispose):
858
859         Fix a crash in debug mode. Patch by Daniel M German.
860         
861 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
862
863         * shell/ev-window.c:
864
865         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
866         
867 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * shell/ev-window.c: (ev_window_print_send),
870         (ev_window_do_preview_print):
871
872         Use the window title as print job name instead of just
873         "evince-print". Fixes bug #534493.
874         
875 2008-05-19  Frederic Peters  <fpeters@0d.be>
876
877         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
878         Bug #533897.
879
880 2008-05-19  Frederic Peters  <fpeters@0d.be>
881
882         * help/reference/Makefile.am: added missing libevmountoperation to
883         gtkdoc-scanobj libraries.  Bug #533896.
884
885 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
886
887         * properties/ev-properties-view.c (get_default_user_units):
888         Fixes check for default units string translation. Bug #533323.
889
890 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
891
892         * backend/impress/iksemel.c (sax_core): Fix a free() that should
893         be an iks_free(). Fix an array overflow in the XML parser that
894         would occur whenever the number of attributes in a tag was greater
895         than 0 and divisible by 6. Fixes GNOME bug #530852.
896
897 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
898
899         * backend/djvu/djvu-document-private.h:
900         * backend/djvu/djvu-links.c:
901         * backend/djvu/djvu-text.c:
902         * backend/djvu/djvu-document.c: (djvu_handle_events),
903         (djvu_wait_for_message), (djvu_document_load),
904         (document_get_page_size), (djvu_document_render),
905         (djvu_document_thumbnails_get_thumbnail),
906         (djvu_document_file_exporter_end):
907
908         Make sure load job doesn't finish successfully when the document
909         is not successfully decoded by libdjvu. Fixes bug #530202.
910         
911 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
912
913         * configure.ac:
914         * libdocument/Makefile.am:
915         * libdocument/ev-debug.[ch]:
916         * libdocument/ev-document.c:
917         * shell/ev-jobs.c: (ev_job_links_dispose),
918         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
919         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
920         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
921         (ev_job_render_page_ready), (ev_job_render_run),
922         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
923         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
924         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
925         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
926         (ev_job_print_new), (ev_job_print_run):
927         * shell/main.c: (main):
928
929         Add debug mode based on gedit code. Add debug messages in
930         ev-jobs.
931         
932 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
933
934         * libdocument/ev-document-factory.c: (get_document_from_uri):
935
936         Fix memory leak.
937         
938 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
939
940         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
941         (get_mime_type_from_data), (get_document_from_uri),
942         (ev_document_factory_get_document):
943         
944         Improved error message about file opening failture.
945         Bug #529129.
946
947 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
948
949         * data/evince-toolbar.xml:
950         
951         Allow to add SaveAs to toolbar.
952
953 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
954
955         * shell/ev-view-private.h:
956         * shell/ev-view.[ch]: (ev_view_button_release_event),
957         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
958         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
959         (ev_view_update_primary_selection), (clear_link_selected),
960         (ev_view_copy_link_address):
961         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
962
963         Update also the primary selection when copying a link
964         address. Fixes bug #520855.
965         
966 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
967
968         * libdocument/ev-document-factory.c: (get_document_from_uri):
969
970         Use the pixbuf backend only when the mime type is not supported by
971         any of the other backend so that tiff documents, for instance, are
972         handled by the tiff backend instead of the pixbuf backend. fixes
973         bug #520290.
974         
975 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * cut-n-paste/Makefile.am:
978
979         Add evmountoperation to subdirs list.
980         
981 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
982
983         * configure.ac:
984
985         Fix libspectre check in configure script. Fixes bug #528549.
986         
987 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
988
989         * configure.ac:
990         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
991         * shell/Makefile.am:
992         * shell/ev-window.c: (ev_window_load_remote_failed),
993         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
994
995         Add GtkMountOperation (renamed to avoid conflicts) to be able to
996         open documents in remote locations that are not mounted.
997         
998 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
999
1000         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1001         (bitmap_convert_msb8):
1002         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1003         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1004
1005         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1006         
1007 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1010         (ev_job_render_new), (ev_job_render_set_selection_info),
1011         (ev_job_render_run):
1012         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1013         (check_job_size_and_unref),
1014         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1015         (add_job), (ev_pixbuf_cache_get_selection_surface):
1016
1017         Create the render context needed for rendering a page in the render
1018         thread so that we don't block the main thread. Simplify
1019         EvJobRender API.
1020         
1021 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1022
1023         * libdocument/Makefile.am:
1024         * libdocument/ev-page.[ch]:
1025         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1026         (ev_render_context_new), (ev_render_context_set_page):
1027         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1028         (ev_form_field_finalize), (ev_form_field_class_init):
1029         * libdocument/ev-document-forms.[ch]:
1030         (ev_document_forms_get_form_fields):
1031         * libdocument/ev-document.[ch]: (ev_document_get_page),
1032         (ev_document_get_page_size), (ev_document_get_page_label):
1033         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1034         (ev_job_render_run), (ev_job_thumbnail_new),
1035         (ev_job_thumbnail_run), (ev_job_print_run):
1036         * shell/ev-page-cache.c: (ev_page_cache_new):
1037         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1038         (check_job_size_and_unref), (add_job):
1039         * shell/ev-sidebar-thumbnails.c: (add_range):
1040         * shell/ev-view.c: (ev_view_form_field_get_region),
1041         (ev_view_form_field_button_create_widget),
1042         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1043         (ev_view_handle_form_field), (ev_view_size_allocate),
1044         (get_selected_text):
1045         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1046         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1047         (pdf_document_get_page), (pdf_document_get_page_label),
1048         (pdf_document_render), (pdf_document_get_info),
1049         (pdf_document_document_iface_init),
1050         (pdf_document_thumbnails_get_thumbnail),
1051         (pdf_document_thumbnails_get_dimensions),
1052         (pdf_document_file_exporter_do_page),
1053         (pdf_selection_render_selection),
1054         (pdf_selection_get_selected_text),
1055         (pdf_selection_get_selection_region),
1056         (pdf_selection_get_selection_map),
1057         (pdf_document_forms_get_form_fields),
1058         (pdf_document_forms_form_field_text_get_text),
1059         (pdf_document_forms_form_field_text_set_text),
1060         (pdf_document_forms_form_field_button_set_state),
1061         (pdf_document_forms_form_field_button_get_state),
1062         (pdf_document_forms_form_field_choice_get_item),
1063         (pdf_document_forms_form_field_choice_get_n_items),
1064         (pdf_document_forms_form_field_choice_is_item_selected),
1065         (pdf_document_forms_form_field_choice_select_item),
1066         (pdf_document_forms_form_field_choice_toggle_item),
1067         (pdf_document_forms_form_field_choice_unselect_all),
1068         (pdf_document_forms_form_field_choice_set_text),
1069         (pdf_document_forms_form_field_choice_get_text):
1070         * backend/ps/ev-spectre.c: (ps_document_get_page),
1071         (ps_document_get_page_size), (ps_document_get_page_label),
1072         (ps_document_render), (ps_document_document_iface_init),
1073         (ps_document_file_exporter_do_page):
1074         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1075         (tiff_document_render), (tiff_document_render_pixbuf),
1076         (tiff_document_file_exporter_do_page):
1077         * backend/pixbuf/pixbuf-document.c:
1078         (pixbuf_document_get_page_size):
1079         * backend/comics/comics-document.c:
1080         (comics_document_get_page_size), (comics_document_render_pixbuf):
1081         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1082         (djvu_document_render), (djvu_selection_get_selected_text),
1083         (djvu_document_thumbnails_get_thumbnail),
1084         (djvu_document_file_exporter_do_page),
1085         (djvu_document_find_get_result):
1086         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1087         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1088         (dvi_document_thumbnails_get_thumbnail),
1089         (dvi_document_file_exporter_do_page):
1090         * backend/impress/impress-document.c:
1091         (impress_document_get_page_size),
1092         (impress_document_render_pixbuf):
1093         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1094
1095         Add EvPage so that we can hold a reference to the backend
1096         page. Form fields keep now a reference to the poppler page
1097         improving performance since we don't have to create/destroy the
1098         poppler field for every form operation. This will be needed for
1099         annotations too.
1100         
1101 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1102
1103         * data/evince-ui.xml:
1104         * shell/ev-window.c:
1105
1106         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1107         
1108 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1109
1110         * configure.ac:
1111         * backend/ps/Makefile.am:
1112
1113         Remove gs stuff from ps backend.
1114         
1115 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1116
1117         * configure.ac:
1118         * backend/pdf/ev-poppler.cc:
1119
1120         Bump poppler requirement to 0.8.0.
1121         
1122 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1123
1124         * NEWS:
1125         * configure.ac:
1126
1127         Update for release 2.22.1.1
1128
1129 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1130
1131         * configure.ac:
1132
1133         Fix build (again) when poppler version is 0.6
1134         
1135 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1136
1137         * backend/djvu/djvu-links.c: (build_tree):
1138
1139         Make sure link title is a valid utf8 string. Fixes bug #526517.
1140         
1141 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1142
1143         * configure.ac:
1144
1145         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1146         #526799.
1147         
1148 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1149
1150         * configure.ac:
1151         
1152         Update for release 2.22.1.
1153
1154 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1155
1156         * NEWS:
1157
1158         Update for upcoming release.
1159
1160 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1161
1162         * configure.ac:
1163         * backend/dvi/dvidocument.evince-backend.in:
1164
1165         Add compressed dvi to the list of supported mime types. Patch by
1166         Ed Catmur. Fixes bug #307087.
1167
1168 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1169
1170         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1171
1172         Fix a crash when printing a range that doesn't specify the start or
1173         end page. Fixes bug #524288.
1174
1175 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * shell/ev-window.c: (ev_window_cmd_continuous),
1178         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1179         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1180         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1181         (ev_window_run_presentation), (ev_window_stop_presentation),
1182         (ev_window_cmd_view_presentation),
1183         (ev_window_cmd_leave_fullscreen),
1184         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1185
1186         Do not unfullscreen and fullscreen again the window when changing
1187         from fullscreen to presentation mode and vice versa. Fixes bug
1188         #524112.
1189         
1190 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1191
1192         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1193
1194         Do not crash when thumbnail failed to render in PS backend. Fixes
1195         bug #525015.
1196         
1197 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1198
1199         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1200         (ev_window_load_file_remote), (ev_window_open_uri):
1201
1202         Handle errors when opening remote files.
1203         
1204 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1205
1206         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1207
1208         Only grab the focus for the current visible proxy widget. Fixes
1209         bug #521224.
1210         
1211 2008-03-30  Emil Soleyman  <emil@nishra.com>
1212
1213         * shell/ev-window.c: (launch_external_uri):
1214         
1215         Reuse g_app_info_launch_default_for_uri to
1216         save some code and fix bug #525009.
1217
1218 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1219
1220         * shell/ev-window.c (image_save_dialog_response_cb):
1221
1222         Use g_str_has_suffix. See bug #523069.
1223
1224 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1225
1226         * configure.ac:
1227
1228         Add a configure option to enable/diable DBus. Patch by Rémi
1229         Cardona. Fixes bug 521797.
1230
1231 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1234
1235         Fix printing in documents with rotated pages. Patch by Eugen
1236         Dedu. Fixes bug #512648.
1237         
1238 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1239
1240         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1241         (ev_link_from_action):
1242
1243         Fix warning messages.
1244         
1245 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1246
1247         * shell/ev-window.c: (image_save_dialog_response_cb):
1248
1249         Do not append the extension to filename when saving an image
1250         if the filename alredy contains the extension. Fixes bug #523069.
1251         
1252 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1253
1254         * shell/ev-view.[ch]: (ev_view_find_cancel):
1255         * shell/ev-window.c: (find_bar_close_cb):
1256
1257         Cancel the find operation when the find bar is closed. Fixes bug
1258         #508845.
1259         
1260 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1261
1262         * backend/ps/psdocument.evince-backend.in:
1263
1264         Make ps backend module resident. Fixes bug #520607.
1265         
1266 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1267
1268         * shell/ev-jobs.c: (ev_job_print_run):
1269
1270         Invert collate action in order to work as expected, fix reverse
1271         printing so that it doesn't start with a blank page and fix number
1272         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1273         
1274 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1275
1276         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1277
1278         Fix build with poppler <= 0.7.2
1279         
1280 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * libdocument/ev-document-misc.c:
1283         (ev_document_misc_surface_from_pixbuf):
1284
1285         Fix selections with poppler-splash.
1286         
1287 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * configure.ac:
1290         * backend/pdf/ev-poppler.cc:
1291
1292         Fix build with poppler >= 0.7.2
1293         
1294 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1295
1296         * configure.ac:
1297         
1298         Update for release 2.22.0
1299
1300 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1301
1302         * NEWS:
1303
1304         Update for upcoming release.
1305
1306 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1307
1308         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1309
1310         Bug 495107 – Handle print dialog responses correctly
1311
1312         Correctly handle print dialog response. Properly fixes
1313         the above mentioned bug.
1314
1315 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1316
1317         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1318
1319         Make sure print job is only run when the print button is
1320         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1321         
1322 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1323
1324         * backend/pdf/pdfdocument.evince-backend.in:
1325         * libdocument/ev-backends-manager.c:
1326         (ev_backends_manager_load_backend),
1327         (ev_backends_manager_get_document):
1328         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1329
1330         Allow making backend modules resident. This is needed only for
1331         some backends like pdf to avoid registering glib types more than
1332         once.
1333         
1334 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1335
1336         * backend/comics/comics-document.c:
1337         * backend/djvu/djvu-document.c:
1338         * backend/impress/impress-document.c:
1339         * backend/pdf/ev-poppler.cc:
1340         * backend/pixbuf/pixbuf-document.c:
1341         * backend/ps/ev-spectre.c:
1342         * backend/ps/ps-document.c:
1343         * backend/tiff/tiff-document.c:
1344         * libdocument/ev-document.h:
1345         * properties/ev-properties-main.c:
1346
1347         Use g_type_module_add_interface instead of
1348         g_type_add_interface_static. Fixes bug #519679.
1349         
1350 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1351
1352         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1353         Added. Returns whether the animation has everything necessary to run.
1354         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1355         is ready just because it's been created. Fixes #519106.
1356         (draw_one_page): Do not show the "Loading..." text in presentation
1357         mode, there was a slim probability that this could happen.
1358
1359 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1362
1363         Duplicate mime_type string before freeing it so that it doesn't
1364         always fail when getting mime type from uri. Fixes bug #518874.
1365         
1366 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1369
1370         Fix a crash when a choice form field doesn't have any item
1371         selected. Fixes bug #518831
1372         
1373 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1374
1375         * shell/ev-window.c (ev_window_clear_temp_file):
1376         Use g_file_has_prefix instead of renamed
1377         g_file_contains_file.
1378
1379         * configure.ac:
1380         Require new glib for above change.
1381         
1382 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1383
1384         * libdocument/ev-image.c: (ev_image_finalize),
1385         (ev_image_save_tmp):
1386
1387         Return a real uri instead of a filename when saving an
1388         image. Fixes images drag an drop from evince to nautilus. 
1389         
1390 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1391
1392         * backend/pdf/ev-poppler.cc:
1393         (pdf_document_images_get_image_mapping):
1394
1395         Return the image list in the right order. Fixes bug #516237.
1396         
1397 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1398
1399         * backend/impress/impress-document.c:
1400         (impress_document_thumbnails_get_thumbnail):
1401
1402         Remove unused variable to avoid a compiler warning.
1403
1404 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1405
1406         * configure.ac:
1407         
1408         Update for release 2.21.91.
1409
1410 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * configure.ac:
1413         * shell/Makefile.am:
1414         * shell/ev-application.[ch]:
1415         * shell/ev-sidebar-links.c:
1416         * shell/ev-utils.[ch]:
1417         * shell/ev-window.[ch]:
1418
1419         Remove libgnomeprint support. Fixes bug #512370.
1420         
1421 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1422
1423         * thumbnailer/evince-thumbnailer.c: (main):
1424
1425         Initialize glib type system before using it. Fixes bug #513934.
1426         
1427 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1428
1429         * properties/ev-properties-main.c:
1430
1431         Add missing #include.
1432         
1433 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1434
1435         * configure.ac:
1436         * backend/djvu/djvu-document.c: (djvu_document_render):
1437         * backend/tiff/tiff-document.c: (tiff_document_render):
1438
1439         Use the new cairo function cairo_format_stride_for_width when
1440         available. Fixes bug #482720.
1441
1442 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1443
1444         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1445         (get_mime_type_from_data), (get_document_from_uri):
1446
1447         Use g_content_type_guess() only when slow is true in
1448         get_document_from_uri(). Fix several memory leaks.
1449         
1450 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1451
1452         * libdocument/ev-document-factory.c:
1453         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1454         (get_document_from_uri):
1455
1456         Use g_content_type_guess () to get mimetype for files.
1457         Bug #510401.
1458
1459 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1460
1461         * thumbnailer/Makefile.am:
1462
1463         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1464         
1465 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * configure.ac:
1468
1469         Fix build with --without-libgnome. Fixes bug #512771.
1470         
1471 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1472
1473         * backend/dvi/Makefile.am: Install only dvi
1474         module. Fixes bug #512718.
1475
1476 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1477
1478         * properties/ev-properties-main.c: (nautilus_module_initialize):
1479         
1480         Initialize backends in properties tab. Fixes bug
1481         #512720.
1482
1483 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1484
1485         * properties/Makefile.am: No need to link with 
1486         libraries. Fixes bug #512719.
1487
1488 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1489
1490         * NEWS:
1491         * configure.ac:
1492         
1493         Update for release 2.21.90.
1494
1495 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1496
1497         * shell/ev-window.c: (ev_window_cmd_escape):
1498
1499         Fix compile warning.
1500         
1501 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1504
1505         Fix printing in dvi backend when filename contains white
1506         espaces. Fixes bug #502839.
1507         
1508 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1509
1510         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1511         (screensaver_disable_x11):
1512         * shell/Makefile.am:
1513         * shell/xdg-user-dir-lookup.c: Removed
1514         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1515         * shell/ev-view.c: (ev_view_presentation_transition_start):
1516         * shell/ev-window.c: (ev_window_cmd_file_open),
1517         (ev_window_cmd_save_as), (presentation_set_timeout):
1518
1519         Remove #ifdefs that are no longer needed.
1520         
1521 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * shell/ev-view.[ch]: (ev_view_button_release_event),
1524         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1525         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1526         (ev_window_cmd_escape):
1527
1528         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1529         
1530 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1531
1532         * configure.ac:
1533         * backend/comics/comics-document.c: (comics_document_load):
1534         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1535         (ev_attachment_set_property), (ev_attachment_init),
1536         (ev_attachment_save), (ev_attachment_launch_app),
1537         (ev_attachment_open):
1538         * libdocument/ev-document-factory.c: (get_document_from_uri):
1539         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1540         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1541         * shell/ev-jobs.c:
1542         * shell/ev-password.c: (ev_password_dialog_set_property),
1543         (ev_password_dialog_save_password):
1544         * shell/ev-sidebar-attachments.c:
1545         (ev_sidebar_attachments_drag_data_get):
1546         * shell/ev-window-title.c: (get_filename_from_uri):
1547         * shell/ev-window.c: (ev_window_clear_temp_file),
1548         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1549         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1550         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1551         (launch_external_uri), (image_save_dialog_response_cb),
1552         (attachment_save_dialog_response_cb):
1553         * shell/main.c: (load_files), (load_files_remote), (main):
1554         * thumbnailer/evince-thumbnailer.c: (main):
1555
1556         Port to gio and drop gnome-vfs dependency. Fixes bug
1557         #510401. Based on patch by Cosimo Cecchi.
1558         
1559 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1560
1561         * NEWS:
1562
1563         Fixed formatting inconsistencies (spaces vs. tabs)
1564
1565 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1566
1567         * shell/ev-window.c:
1568
1569         Use top/up/bottom/down arrows instead of
1570         first/left/last/right in the toolbar and menu actions.
1571         This fixes issues with RTL languages and is visually
1572         consistent with the page view. Fixes bug #170081.
1573
1574 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1575
1576         * NEWS:
1577
1578         Fixed some inaccuracies pointed out by Carlos Garcia
1579         Campos.
1580
1581 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1582
1583         * NEWS:
1584         * data/evince.schemas.in:
1585         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1586
1587         Override PDF restrictions by default. Fixes bug #382700.
1588
1589 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1590
1591         * NEWS: Updated for upcoming release
1592
1593 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1594
1595         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1596
1597         Fix memory leak.
1598         
1599 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1600
1601         * shell/ev-window.c: (register_custom_actions):
1602         
1603         Added comment for translators
1604
1605 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1606
1607         * shell/ev-view.c: (ev_view_button_release_event):
1608
1609         Do not create the idle function for kinetic scrolling if we are
1610         not in a drag operation.
1611
1612 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1613
1614         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1615         (ev_view_button_press_event), (ev_view_motion_notify_event),
1616         (ev_view_button_release_event):
1617
1618         Restore cursor after autoscrolling. Fixes bug #509958.
1619
1620 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1621
1622         * configure.ac:
1623         * backend/pdf/ev-poppler.cc:
1624         (pdf_document_images_get_image_mapping),
1625         (pdf_document_images_get_image),
1626         (pdf_document_document_images_iface_init):
1627         * libdocument/ev-document-images.[ch]:
1628         (ev_document_images_get_image_mapping),
1629         (ev_document_images_get_image):
1630         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1631         (ev_image_get_id), (ev_image_save_tmp):
1632         * shell/ev-jobs.c: (ev_job_render_run):
1633         * shell/ev-view.c: (ev_view_drag_data_get):
1634         * shell/ev-window.c: (image_save_dialog_response_cb),
1635         (ev_view_popup_cmd_copy_image):
1636
1637         Do not render images when rendering the page but on demand. It
1638         reduces the memory comsumption.
1639         
1640 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1641
1642         * configure.a:
1643         * shell/ev-password.c:
1644
1645         Make gnome-keyring optional. Fixes bug #509676.
1646         
1647 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1648
1649         * shell/ev-pixbuf-cache.c: (add_job):
1650
1651         Initialize include_images variable as FALSE instead of TRUE.
1652         
1653 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1654
1655         * configure.ac:
1656         * cut-n-paste/Makefile.am:
1657         * cut-n-paste/fileformatchooser/Makefile.am:
1658         * cut-n-paste/fileformatchooser/egg-macros.h:
1659         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1660         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1661         * shell/Makefile.am:
1662         * shell/ev-utils.c:
1663         (file_chooser_dialog_add_writable_pixbuf_formats),
1664         (get_gdk_pixbuf_format_by_extension):
1665         * shell/ev-utils.h:
1666         * shell/ev-window.c: (ev_window_error_message),
1667         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1668         
1669         Simplify image format selection on save.
1670
1671 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1672
1673         * shell/ev-view.c: (ev_view_scroll_event):
1674         
1675         Repair gorizontal scrolling with shift. Fixes
1676         bug #483412.
1677
1678 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1679         
1680         * MAINTAINERS:
1681
1682         Fix formatting issues.
1683         
1684 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1685
1686         * backend/comics/comics-document.c: (comics_regex_quote):
1687         
1688         Don't overquote special chars except of '. See bug 
1689         502500. Thanks to Tom Parker.
1690
1691 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1692
1693         * MAINTAINERS:
1694         
1695         Added Nickolay and Carlos, since they're doing most of
1696         the releases nowadays.
1697
1698 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1699
1700         * properties/Makefile.am:
1701
1702         Get the nautilus extension dir properly instead of using
1703         a hack. Fixes bug #505359.
1704
1705 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1706
1707         * properties/Makefile.am:
1708         
1709         Install nautilus extension into new place. See bug
1710         #505359. Thanks to Matthias Clasen, Brian Pepple and
1711         Damien Carbery.
1712
1713 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1714
1715         * shell/ev-window.c: (ev_window_get_recent_file_label):
1716         
1717         RTL marker in recent file list. See bug #509076.
1718
1719 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1720
1721         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1722         * shell/ev-window.c: (image_save_dialog_response_cb):
1723
1724         Fix compile warnings due to unused variables.
1725         
1726 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1727
1728         * configure.ac:
1729         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1730         * backend/ps/ev-spectre.c: (ps_document_render):
1731
1732         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1733
1734 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1735
1736         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1737         (ev_transition_animation_paint): Implement "fade" effect.
1738
1739 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1740
1741         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1742         (ev_transition_animation_paint): Implement "uncover" effect.
1743
1744 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1745
1746         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1747         (ev_transition_animation_paint): Implement "cover" effect.
1748
1749 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1750
1751         * shell/ev-transition-animation.c (ev_transition_animation_push)
1752         (ev_transition_animation_paint): Implement "push" effect.
1753
1754 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1755
1756         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1757         (ev_transition_animation_paint): Implement "dissolve" effect.
1758
1759 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1760
1761         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1762         (ev_transition_animation_paint): Implement "wipe" effect.
1763
1764 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1765
1766         * shell/ev-transition-animation.c (ev_transition_animation_box)
1767         (ev_transition_animation_paint): Implement "box" effect.
1768
1769 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1770
1771         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1772         (ev_transition_animation_paint): Implement "blinds" effect.
1773
1774 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1775
1776         * shell/ev-transition-animation.c (ev_transition_animation_split)
1777         (ev_transition_animation_paint): Implement "split" effect.
1778
1779 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1780
1781         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1782         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1783         (ev_view_transition_animation_start) 
1784         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1785         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1786         (ev_view_next_page) (ev_view_previous_page):
1787         
1788         Use EvTransitionAnimation to drive page changes in the presentation
1789         mode, the animation will wait to start until both the origin and 
1790         destination page surfaces are available. Fixes #458460.
1791
1792         (draw_loading_text):
1793
1794         Remove workaround for bug #320352, it's now fixed properly.
1795
1796
1797 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1798
1799         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1800         will contain the implementations for page transition animations, at
1801         the moment it just has the "replace" effect.
1802         * shell/Makefile.am: Added these files to build.
1803
1804 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1805
1806         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1807         animations.
1808         * shell/Makefile.am: Added these files to build.
1809
1810 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1811
1812         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1813         implementation to get_effect() in EvDocumentTransitionIface.
1814
1815 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1816
1817         * libdocument/ev-transition-effect.[ch]: New files, define a page
1818         transition effect, at the moment it maps PopplerPageTransition to a
1819         GObject.
1820         * libdocument/Makefile.am: Added these files to build.
1821         * libdocument/ev-document-transition.[ch]
1822         (ev_document_transition_get_effect): New method, gets the
1823         EvTransitionEffect returned by the interface implementation, with
1824         fallback to the "replace" effect.
1825
1826 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1827
1828         * configure.ac:
1829         * cut-n-paste/Makefile.am:
1830         * cut-n-paste/fileformatchooser/Makefile.am:
1831         * cut-n-paste/fileformatchooser/egg-macros.h:
1832         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1833         * shell/Makefile.am:
1834         * shell/ev-window.c: (image_save_dialog_response_cb),
1835         (ev_view_popup_cmd_save_image_as):
1836
1837         Allow exporting images in any format supported by
1838         GdkPixbuf. Fixes bug #500209.
1839         
1840 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1841
1842         * backend/pixbuf/pixbuf-document.c:
1843
1844         More warnings fixed.
1845         
1846 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1847
1848         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1849         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1850         * backend/djvu/djvu-text.h:
1851         * backend/tiff/tiff-document.c: (tiff_document_render):
1852
1853         Fix compile warnings.
1854         
1855 2007-12-28  Christian Persch  <chpe@gnome.org>
1856
1857         * **/*.c: Include config.h. Bug #504721.
1858
1859 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1860
1861         * configure.ac:
1862         * Makefile.am:
1863         * po/POTFILES.in:
1864         * backend/comics/Makefile.am:
1865         * backend/comics/comics-document.[ch]:
1866         * backend/comics/comicsdocument.evince-backend.in:
1867         * backend/djvu/Makefile.am:
1868         * backend/djvu/djvu-document.[ch]:
1869         * backend/djvu/djvudocument.evince-backend.in:
1870         * backend/dvi/Makefile.am:
1871         * backend/dvi/dvi-document.[c]:
1872         * backend/dvi/dvidocument.evince-backend.in:
1873         * backend/impress/Makefile.am:
1874         * backend/impress/impress-document.[ch]:
1875         * backend/impress/impressdocument.evince-backend.in:
1876         * backend/pdf/Makefile.am:
1877         * backend/pdf/ev-poppler.cc:
1878         * backend/pdf/ev-poppler.h:
1879         * backend/pdf/pdfdocument.evince-backend.in:
1880         * backend/pixbuf/Makefile.am:
1881         * backend/pixbuf/pixbuf-document.[ch]:
1882         * backend/pixbuf/pixbufdocument.evince-backend.in:
1883         * backend/ps/Makefile.am:
1884         * backend/ps/ev-spectre.[ch]:
1885         * backend/ps/ps-document.[ch]:
1886         * backend/ps/psdocument.evince-backend.in:
1887         * backend/tiff/Makefile.am:
1888         * backend/tiff/tiff-document.[ch]:
1889         * backend/tiff/tiffdocument.evince-backend.in:
1890         * libdocument/Makefile.am:
1891         * libdocument/ev-backends-manager.[ch]:
1892         * libdocument/ev-module.[ch]:
1893         * libdocument/ev-document.h:
1894         * libdocument/ev-document-factory.[ch]:
1895         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1896         (get_compression_from_mime_type), (get_document_from_uri),
1897         (ev_document_factory_get_document), (file_filter_add_mime_types),
1898         (ev_document_factory_add_filters):
1899         * shell/Makefile.am:
1900         * shell/ev-window-title.c: (get_filename_from_uri):
1901         * shell/main.c: (main):
1902         * thumbnailer/Makefile.am:
1903         * thumbnailer/evince-thumbnailer.c: (main):
1904
1905         Plugin system for backends. Fixes bug #351348.
1906         
1907 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1908
1909         * shell/ev-view-private.h:
1910         * shell/ev-view.c: (ev_view_drag_update_momentum),
1911         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1912         (ev_view_button_release_event), (ev_view_destroy):
1913         
1914         Kinetic scrolling implemented as requested in
1915         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1916
1917 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1918
1919         * data/evince-toolbar.xml:
1920         * data/evince-ui.xml:
1921         * shell/ev-view-private.h:
1922         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1923         (ev_view_button_press_event), (ev_view_motion_notify_event),
1924         (ev_view_button_release_event), (ev_view_init),
1925         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1926         (ev_view_set_cursor):
1927         * shell/ev-view.h:
1928         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1929         (ev_window_cmd_view_autoscroll):
1930         
1931         Autoscroll feature with the context menu. Fixes bug 
1932         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1933
1934 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1935
1936         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1937
1938         Disconnect also page-ready signal when removing a job because the
1939         page size has changed. Thanks to kripken
1940         <kripkensteiner@gmail.com>.
1941
1942 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1943
1944         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1945         
1946         Scroll pages in page entry with mouse wheel. Fixes bug
1947         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1948
1949 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1950
1951         * backend/dvi/Makefile.am:
1952         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1953         (mdvi_cairo_device_init):
1954         * backend/dvi/mdvi-lib/common.h:
1955         * backend/dvi/mdvi-lib/mdvi.h:
1956         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1957         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1958         (mdvi_build_path_from_cwd):
1959
1960         Add ps specials support in dvi backend when libspectre is
1961         present. Fixes bug #386005.
1962         
1963 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * configure.ac:
1966         * backend/ps/Makefile.am:
1967         * backend/ps/ev-spectre.[ch]:
1968         
1969         Use libspectre, if available, for the ps backend. Fixes bugs
1970         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1971
1972 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1973         
1974         * backend/comics/comics-document.c: (comics_document_load):
1975         
1976         Cygwin build issue fix.
1977
1978 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1979
1980         * shell/ev-view.c: (ev_view_set_zoom):
1981
1982         Do not limit the minimum zoom factor when sizing mode is best bit
1983         or fit width. Fixes bug #503805.
1984         
1985 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1988         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1989         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1990         (ev_link_dest_get_property), (ev_link_dest_set_property),
1991         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1992         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1993         (ev_link_dest_new_fitr):
1994         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1995         (goto_fith_dest), (goto_xyz_dest):
1996
1997         Do not change left, top and zoom values when they are null in PDF
1998         destinations. Fixes bug #460658.
1999         
2000 2007-12-10  Christian Persch  <chpe@gnome.org>
2001
2002         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2003         (ev_view_accessible_class_init),
2004         (ev_view_accessible_idle_do_action),
2005         (ev_view_accessible_action_do_action),
2006         (ev_view_accessible_action_get_description),
2007         (ev_view_accessible_action_set_description),
2008         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2009         (ev_view_accessible_factory_init),
2010         (ev_view_accessible_factory_get_accessible_type):
2011         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2012         private data, and G_DEFINE_TYPE. Bug #502843.
2013
2014 2007-12-08  Christian Persch  <chpe@gnome.org>
2015
2016         * shell/ev-metadata-manager.c: (item_free),
2017         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2018         (value_free), (parse_value), (parseItem),
2019         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2020         (save_values): Use GSlice to allocate small amounts of memory. Bug
2021         #475972.
2022
2023 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2024
2025         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2026
2027         Restore cursor to normal after a drag operation. Fixes bug
2028         #501603.
2029         
2030 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2031
2032         * NEWS:
2033         * configure.ac:
2034         
2035         Update for release 2.21.1
2036
2037 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2038
2039         * configure.ac:
2040         * cut-n-paste/gedit-message-area/Makefile.am:
2041         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2042         * shell/Makefile.am:
2043         * shell/ev-message-area.[ch]:
2044         * shell/ev-window.c: (ev_window_set_message_area),
2045         (ev_window_error_message_response_cb), (ev_window_error_message),
2046         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2047         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2048         (ev_attachment_popup_cmd_open_attachment),
2049         (attachment_save_dialog_response_cb), (ev_window_set_document),
2050         (ev_window_init):
2051
2052         Use a message area instead of a popup dialog for error
2053         notifications. Fixes bug #337495.
2054         
2055 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2056
2057         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2058         (ev_window_run_fullscreen):
2059
2060         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2061         
2062 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * ev-sidebar-thumbnails.c: (update_visible_range),
2065         (ev_sidebar_thumbnails_refresh),
2066         (ev_sidebar_thumbnails_set_document),
2067         (ev_sidebar_thumbnails_support_document):
2068
2069         Show thumbnails for documents with one page. Fixes bug #358751.
2070         
2071 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2072
2073         * shell/ev-window.c:
2074         (ev_window_load_print_settings_from_metadata),
2075         (ev_window_save_print_settings), (ev_window_print_finished),
2076         (ev_window_print_range):
2077
2078         Print settings that are specific to the document are now saved per
2079         document in the metadata file. Fixes bug #488806.
2080         
2081 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2082
2083         * backend/tiff/tiff-document.c: (tiff_document_render):
2084
2085         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2086         
2087 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2088
2089         * shell/ev-application.[ch]: (get_find_string_from_args),
2090         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2091         (ev_application_open_uri_list):
2092         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2093         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2094         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2095         (ev_window_cmd_recent_file_activate),
2096         (ev_window_open_recent_action_item_activated),
2097         (ev_window_print_send), (open_remote_link):
2098         * shell/main.c: (arguments_parse):
2099
2100         Add a command line option for search. Fixes bug #497710.
2101         
2102 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2103
2104         * shell/ev-jobs.c: (ev_job_print_new):
2105
2106         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2107         
2108 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * data/evince-toolbar.xml:
2111         * shell/Makefile.am:
2112         * shell/ev-application.c: (ev_application_init):
2113         * shell/ev-open-recent-action.[ch]:
2114         * shell/ev-window.c:
2115         (ev_window_open_recent_action_item_activated),
2116         (register_custom_actions):
2117
2118         Add an expander to the open toolbar item which pops up a dropdown
2119         menu with the recently used documents. Fixes bug #487215.
2120         
2121 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2122
2123         * shell/ev-window.c: (ev_window_open_uri),
2124         (ev_window_cmd_view_reload):
2125
2126         Do not jump to the first page when reloading by running evince
2127         from the command line. Fixes bug #490847.
2128         
2129 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2130
2131         * shell/ev-window.c: (ev_window_cmd_help_contents):
2132
2133         Plugged memory leak when help file is not found. Fixes bug
2134         #490762.
2135         
2136 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2137
2138         * configure.ac:
2139
2140         Enable djvu, dvi and comics backends by default. Fixes bug
2141         #437121.
2142         
2143 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2144
2145         * configure.ac:
2146         * cut-n-paste/Makefile.am:
2147         * cut-n-paste/recent-files/*: Removed
2148         * help/reference/Makefile.am:
2149         * shell/Makefile.am:
2150         * shell/ev-application.[ch]: (ev_application_shutdown),
2151         (ev_application_init):
2152         * shell/ev-window.c: (ev_window_add_recent),
2153         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2154
2155         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2156         
2157 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2158
2159         * shell/ev-window.c: (launch_external_uri):
2160
2161         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2162         and report error if the URL is not supported (#489910).
2163
2164 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2165
2166         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2167         (pdf_document_file_exporter_begin_page),
2168         (pdf_document_file_exporter_end_page):
2169
2170         Fix printing with poppler splash backend. Fixes bug #489774.
2171         
2172 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2173
2174         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2175         * shell/ev-print-job.c: (ev_print_job_class_init):
2176
2177         Fix a crash when printing with the gnome-print dialog. Fixes bug
2178         #488939.
2179         
2180 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2181
2182         * backend/pixbuf/pixbuf-document.c:
2183
2184         Fix an implicit function definition warning (#487655)
2185
2186 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2187
2188         * shell/ev-window.c:
2189
2190         Fix conflicting shortcut for view sade pane and presentation.
2191         
2192 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2193
2194         * backend/pdf/ev-poppler.cc:
2195         (pdf_document_file_exporter_begin_page),
2196         (pdf_document_file_exporter_do_page),
2197         (pdf_document_file_exporter_end_page),
2198         (pdf_document_file_exporter_iface_init):
2199         * libdocument/ev-file-exporter.[ch]:
2200         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2201         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2202         (ev_job_print_run):
2203
2204         When printing multiple pages per sheet in reverse option, do not
2205         invert the order of the pages in every sheet, but the order of the
2206         sheets. Do not print blank pages when page range is invalid. Fixes
2207         bugs #484857 and #485521.
2208         
2209 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2210
2211         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2212         (ev_job_print_run):
2213         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2214
2215         Respect ranges order when printing more than one range in random
2216         order.
2217         
2218 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2219
2220         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2221         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2222
2223         Rotate also the window icon when document is rotated. Fixes bug
2224         #474681.
2225         
2226 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2227
2228         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2229         (pdf_document_forms_get_form_fields):
2230
2231         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2232         Matthias Drochner.
2233         
2234 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2235
2236         * configure.ac:
2237         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2238
2239         Use poppler_page_render_for_printing() instead of
2240         poppler_page_render() if available when exporting to a ps or pdf
2241         file. Fixes bug #476627.
2242         
2243 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2244
2245         * shell/ev-window.c: (ev_window_run_fullscreen):
2246
2247         Do not show the toolbar in fullscreen mode if the main toolbar is
2248         not visible. Fixes bug #483048.
2249         
2250 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2251
2252         * shell/ev-view.c: (ev_view_button_press_event):
2253
2254         Give priority to form fields over images when deciding whether a
2255         button press event is over an image or form field. It allows edit
2256         form fields when they are over a background image. Fixes bug
2257         #477841.
2258         
2259 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2260
2261         * NEWS:
2262         * configure.ac:
2263         
2264         Update for release 2.20.0
2265
2266 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2267
2268         * backend/pdf/ev-poppler.cc:
2269
2270         Remove #ifdef HAVE_FORMS, so that forms support works again.
2271
2272 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2273
2274         * configure.ac:
2275         * data/evince.desktop.in.in:
2276         
2277         Fixes desktop file issues. See bug #473471.
2278
2279 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2280
2281         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2282         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2283         (ev_job_queue_remove_job):
2284         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2285         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2286         * shell/ev-window.c: (ev_window_clear_save_job),
2287         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2288         (ev_window_dispose):
2289
2290         Move save a copy task to its own job so that it's carried out in a
2291         thread avoiding another lock in the main thread. Use
2292         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2293         can be saved to a pathin another file system. Fixes bug #456891.
2294         
2295 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2296
2297         * NEWS:
2298         * configure.ac:
2299         
2300         Update for release 2.19.92
2301
2302 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2303
2304         * configure.ac:
2305         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2306         (pdf_selection_get_selection_region),
2307         (pdf_selection_get_selection_map),
2308         (ev_form_field_from_poppler_field):
2309
2310         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2311         and triple click selections are enabled again now.
2312
2313 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2314
2315         * shell/ev-window.c: (ev_window_add_history):
2316
2317         Make sure not to use the history with documents not supporting
2318         links. Fixes bug #468954.
2319
2320 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2321
2322         * shell/ev-window.c: (ev_window_load_job_cb):
2323
2324         Restart the search when reloading a document with the find bar
2325         visible. Fixes bug #461962.
2326
2327 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2328
2329         * shell/ev-window.c: (setup_document_from_metadata),
2330         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2331
2332         Do not jump to the first page when reloading a document from the
2333         last page.
2334
2335 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2336
2337         * shell/ev-window.c: (update_chrome_flag),
2338         (setup_sidebar_from_metadata),
2339         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2340         (ev_window_cmd_edit_find_next),
2341         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2342         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2343         (find_bar_close_cb), (view_actions_focus_in_cb):
2344
2345         Do not update visibility when changing a chrome flag so that it's
2346         possible to update several flags and update visibility only once
2347         for all of them.
2348
2349 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2350
2351         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2352
2353         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2354         supported by gtk+. Fixes bug #460907.
2355
2356 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2357
2358         * shell/ev-view.c: (view_update_range_and_current_page):
2359
2360         Make sure current-page <= end-page in continuous mode. Fixes bug
2361         #454950.
2362
2363 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2364
2365         * backend/pdf/ev-poppler.cc: (build_tree):
2366
2367         Ignore outline items without a title. Fixes bug #453913.
2368
2369 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2370
2371         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2372         (ev_view_button_release_event), (ev_view_leave_notify_event):
2373
2374         Use always drag mouse cursor during a drag operation. Fixes bug
2375         #470564.
2376
2377 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2378
2379         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2380         (pdf_selection_get_selection_region),
2381         (pdf_selection_get_selection_map):
2382
2383         Temporarily disable double and triple selections since it depends on
2384         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2385         released and the update of the external dependency minimal version
2386         approved.
2387
2388 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2389
2390         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2391         (pdf_document_file_exporter_do_page):
2392         * libdocument/ev-file-exporter.h:
2393         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2394         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2395
2396         Actually fix printing regressions. Remove orientation from
2397         EvPrintContext since it's redundant.
2398
2399 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2400
2401         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2402         * backend/impress/impress-document.c:
2403         (impress_document_document_iface_init):
2404         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2405         * backend/djvu/djvu-document.c:
2406         (djvu_document_document_iface_init),
2407         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2408         * backend/tiff/tiff-document.c:
2409         (tiff_document_document_iface_init):
2410         * backend/pixbuf/pixbuf-document.c:
2411         (pixbuf_document_document_iface_init):
2412         * backend/comics/comics-document.c:
2413         (comics_document_document_iface_init):
2414         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2415         (pdf_selection_render_selection),
2416         (pdf_selection_get_selected_text),
2417         (pdf_selection_get_selection_region),
2418         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2419         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2420         (ev_selection_get_selection_region),
2421         (ev_selection_get_selection_map):
2422         * libdocument/ev-document.[ch]:
2423         * shell/ev-pixbuf-cache.[ch]: (add_job),
2424         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2425         * shell/ev-view-private.h:
2426         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2427         (ev_job_render_run):
2428         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2429         * shell/ev-view.c: (start_selection_for_event),
2430         (ev_view_button_press_event), (ev_view_drag_data_get),
2431         (ev_view_drag_data_received), (ev_view_button_release_event),
2432         (compute_new_selection_text), (compute_selections),
2433         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2434         (ev_view_primary_get_cb):
2435
2436         Add support for double and triple click selections.
2437
2438 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2439
2440         * NEWS:
2441         * configure.ac:
2442
2443         Update for release 2.19.4
2444
2445 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2446
2447         * shell/ev-view-private.h:
2448         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2449         (ev_view_set_highlight_search):
2450         * shell/ev-view.h:
2451         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2452         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2453         (find_bar_visibility_changed_cb):
2454         
2455         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2456
2457 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2460         (pdf_document_file_exporter_begin),
2461         (pdf_document_file_exporter_do_page):
2462         * shell/ev-jobs.c: (ev_job_print_run):
2463         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2464
2465         Create always a portrait cairo surface and rotate when needed for
2466         landscape. It fixes printing problems in real printers.
2467
2468 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2469
2470         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2471         * libdocument/ev-file-exporter.[ch]:
2472         (ev_file_exporter_get_capabilities):
2473         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2474         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2475
2476         Adjust number of pages per row according to page orientation when
2477         printing 2 or 6 pages per sheet.
2478
2479 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2480
2481         * shell/ev-window.c: (ev_window_print_send):
2482
2483         Reset also cups setting to 1 when printing multiple pages per
2484         sheet. Fixes bug #468853.
2485
2486 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * libdocument/ev-document-misc.c:
2489         (ev_document_misc_surface_rotate_and_scale):
2490
2491         Use directly cairo_surface_get_content() when creating a similar
2492         surface as suggested by Jeff Muizelaar. Thanks again.
2493
2494 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2495
2496         * backend/djvu/djvu-document.c: (djvu_document_render):
2497         * backend/tiff/tiff-document.c: (tiff_document_render):
2498         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2499         * libdocument/ev-document-misc.c:
2500         (ev_document_misc_surface_from_pixbuf),
2501         (ev_document_misc_surface_rotate_and_scale):
2502
2503         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2504         creating page surfaces. Fixes bug #453123. Thank you very much to
2505         Jeff Muizelaar <jeff@infidigm.net>.
2506
2507 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2508
2509         * shell/ev-page-cache.c: (ev_page_cache_new),
2510         (ev_page_cache_get_thumbnail_size):
2511         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2512         (ev_sidebar_thumbnails_set_loading_icon):
2513
2514         Also store in page-cache the dimensions of the thumbnails so that
2515         they can be used to create the correct loading icon in the side
2516         pane. Fixes bug #466857.
2517
2518 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2519
2520         * backend/pdf/ev-poppler.cc:
2521         (pdf_document_thumbnails_get_thumbnail):
2522
2523         Fix thumbnails rotation in pdf documents that include embedded 
2524         thumbnails.
2525
2526 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2527
2528         * backend/pdf/ev-poppler.cc:
2529
2530         Don't use #ifdef in macro expansion. Some compilers don't
2531         like that. Closes bug #467042.
2532
2533 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2534
2535         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2536         
2537         Fixes memory leak in djvu backend.
2538
2539 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2540
2541         * data/icons/32x32/Makefile.am:
2542         * data/icons/32x32/actions/Makefile.am:
2543         * data/icons/32x32/actions/view-page-cont.svg:
2544         * data/icons/32x32/actions/view-page-facing.svg:
2545         * data/icons/48x48/Makefile.am:
2546         * data/icons/48x48/actions/Makefile.am:
2547         * data/icons/48x48/actions/view-page-cont.svg:
2548         * data/icons/48x48/actions/view-page-facing.svg:
2549         
2550         Icons for a new sizes.
2551
2552 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2553
2554         * shell/ev-page-cache.c: (build_height_to_page),
2555         (ev_page_cache_get_height_to_page):
2556         
2557         Fixes invalid read, see bug #466401.
2558
2559 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2560
2561         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2562         (set_drag_cursor):
2563         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2564         (configure_item_cursor), (new_pixbuf_from_widget):
2565
2566         Fix multihead problems in toolbar editor. Fixes bug #382055.
2567
2568 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2569
2570         * shell/ev-window.c: (ev_window_cmd_file_open),
2571         (ev_window_cmd_save_as):
2572
2573         Use g_get_user_special_dir when available instead of
2574         xdg_user_dir_lookup.
2575
2576 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2577
2578         * MAINTAINERS:
2579         
2580         Updated according to request on desktop-devel.
2581
2582 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2583
2584         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2585
2586         Do not use cairo_rectangle and cairo_clip since we are
2587         not using cairo_fill but cairo_paint. Use the same cairo context
2588         for every page in the same expose event.
2589
2590 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2591
2592         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2593         leak.
2594
2595 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2596
2597         * configure.ac:
2598         * NEWS:
2599
2600         Release 0.9.3
2601
2602 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2603
2604         * libdocument/ev-document-info.h:
2605         * libdocument/ev-document.h:
2606         * shell/ev-page-action.h:
2607         * shell/ev-sidebar-links.h:
2608
2609         Fix a headers problem with ev-link
2610         
2611         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2612         * shell/ev-view-private.h:
2613         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2614         (get_link_area), (ev_view_query_tooltip),
2615         (ev_view_leave_notify_event), (ev_view_destroy),
2616         (ev_view_class_init):
2617
2618         Use new gtk tooltips when available instead of ev-tooltip.
2619         
2620 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2621
2622         * shell/ev-window.c: (update_chrome_visibility),
2623         (ev_window_sidebar_visibility_changed_cb):
2624
2625         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2626         
2627 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2628
2629         * shell/ev-navigation-action.c:
2630         (ev_navigation_action_history_changed),
2631         (ev_navigation_action_set_history):
2632         * shell/ev-navigation-action-widget.c:
2633         (ev_navigation_action_widget_init):
2634         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2635
2636         Fix compile warnings.
2637         
2638 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2639
2640         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2641         (egg_editable_toolbar_dispose):
2642
2643         Fix memory leak.
2644         
2645 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2646
2647         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2648         (screensaver_disable_x11):
2649         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2650         * shell/ev-window.c: (presentation_set_timeout):
2651         * shell/ev-view.c: (ev_view_presentation_transition_start):
2652
2653         Use g_timeout_add_seconds instead of g_timeout_add when
2654         available.
2655         
2656 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2657
2658         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2659
2660         Set horizontal scrollbar policy to AUTOMATIC instead of
2661         NEVER. Workaround for bug #449462.
2662         
2663 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2664
2665         * shell/ev-jobs.c: (ev_job_render_page_ready):
2666
2667         Add page_ready callback to main loop with high priority and hold
2668         a reference to job during idle.
2669         
2670 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2671
2672         * configure.ac:
2673         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2674         (pdf_document_file_exporter_begin),
2675         (pdf_document_file_exporter_do_page),
2676         (pdf_document_file_exporter_get_capabilities):
2677         * libdocument/ev-file-exporter.h:
2678         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2679         * shell/ev-window.c: (ev_window_print_send),
2680         (ev_window_print_dialog_response_cb):
2681
2682         Allow printing multiple pages per sheet. Fixes bug #395573.
2683         
2684 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2685
2686         * shell/ev-view.c: (tip_from_link):
2687         
2688         Check for NULL, fixes bug #460862.
2689
2690 2007-07-29  Christian Persch  <chpe@gnome.org>
2691
2692         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2693         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2694         (ev_window_cmd_preview_print):
2695         
2696         Fixes bug #437681 - blocks while enumerating printers.
2697
2698 2007-07-29  Christian Persch  <chpe@gnome.org>
2699
2700         * shell/ev-window.c: (ev_window_screen_changed):
2701         
2702         Don't use deprecated gtk+ function. See bug #460909.
2703
2704 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2705
2706         * shell/ev-utils.c: (get_num_monitors):
2707         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2708
2709         Do not use display before initializing it. Remove compile
2710         warnings.
2711
2712 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2713
2714         * shell/ev-view.c: (ev_view_class_init):
2715         
2716         Unix-like hjkl bindings added. See bug #458111.
2717
2718 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2719
2720         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2721         * shell/ev-utils.h:
2722         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2723         (ev_view_update_view_size):
2724         * shell/ev-view.h:
2725         * shell/ev-window.c: (ev_window_update_actions),
2726         (setup_view_from_metadata), (ev_window_screen_changed),
2727         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2728         (zoom_control_changed_cb):
2729         * shell/ev-window.h:
2730         
2731         Reorganizes utility functions.
2732
2733 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2734
2735         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2736         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2737         (add_job), (ev_pixbuf_cache_get_surface),
2738         (ev_pixbuf_cache_get_link_mapping),
2739         (ev_pixbuf_cache_get_image_mapping),
2740         (ev_pixbuf_cache_get_form_field_mapping),
2741         (ev_pixbuf_cache_get_text_mapping):
2742         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2743         (notify_page_ready), (ev_job_render_page_ready),
2744         (ev_job_render_run):
2745
2746         Add page_ready signal to notify that page is ready as soon as
2747         possible even if other page elements like links, forms, images or
2748         text mapping are not ready yet.
2749
2750 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2751
2752         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2753         (dvi_document_file_exporter_do_page),
2754         (dvi_document_file_exporter_get_capabilities),
2755         (dvi_document_file_exporter_iface_init):
2756         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2757         (ps_document_file_exporter_do_page),
2758         (ps_document_file_exporter_get_capabilities),
2759         (ps_document_file_exporter_iface_init):
2760         * backend/djvu/djvu-document.c:
2761         (djvu_document_file_exporter_begin),
2762         (djvu_document_file_exporter_end),
2763         (djvu_document_file_exporter_get_capabilities),
2764         (djvu_document_file_exporter_iface_init):
2765         * backend/tiff/tiff-document.c:
2766         (tiff_document_file_exporter_begin),
2767         (tiff_document_file_exporter_get_capabilities),
2768         (tiff_document_document_file_exporter_iface_init):
2769         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2770         (pdf_document_file_exporter_do_page),
2771         (pdf_document_file_exporter_get_capabilities),
2772         (pdf_document_file_exporter_iface_init):
2773         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2774         (ev_file_exporter_get_capabilities):
2775         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2776         (idle_print_handler), (ev_print_job_print):
2777         * shell/ev-jobs.c: (ev_job_print_run):
2778         * shell/ev-window.c: (ev_window_print_send),
2779         (ev_window_print_range):
2780
2781         Use capabilities to know which options should be offered by the
2782         print dialog depending on the document backend.
2783
2784 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2785
2786         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2787
2788         Give priority to forms over text to set the cursor.
2789
2790 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2791
2792         * shell/ev-view-private.h:
2793         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2794         (ev_view_leave_notify_event), (ev_view_finalize),
2795         (ev_view_get_property), (ev_view_class_init):
2796
2797         Use IBEAM cursor for text form fields and NORMAL cursor for read
2798         only fields. Remove unused status attribute.
2799
2800 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2801
2802         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2803
2804         Update region for current selected items also for checkbox
2805         buttons, since they can behave as radio buttons when they are in a
2806         set.
2807
2808 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2809
2810         * configure.ac:
2811         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2812
2813         Get max length of text form fields.
2814
2815 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2816
2817         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2818         * libdocument/ev-form-field.h:
2819         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2820
2821         Fix build with current poppler cvs head.
2822
2823 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2824
2825         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2826         * shell/eggfindbar.c: (egg_find_bar_init):
2827
2828         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2829         deprecation. Fixes bug #455667
2830
2831 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2832
2833         * NEWS:
2834         * configure.ac:
2835         
2836         Update for release 0.9.2
2837
2838 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2839
2840         * shell/ev-view.c: (ev_view_form_field_text_save),
2841         (ev_view_form_field_choice_save):
2842
2843         Fix a crash when closing whith a form widget visible.
2844
2845 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2846
2847         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2848
2849         Update also the region of the current selected button when
2850         clicking on another button if they are radio buttons.
2851
2852 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2853
2854         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2855         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2856         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2857         (ev_pixbuf_cache_get_link_mapping),
2858         (ev_pixbuf_cache_get_image_mapping),
2859         (ev_pixbuf_cache_get_form_field_mapping),
2860         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2861         * shell/ev-view.c: (ev_view_form_field_get_region),
2862         (ev_view_form_field_button_create_widget),
2863         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2864         (job_finished_cb):
2865
2866         Redraw only form field region instead of the whole page when
2867         reloading a page to show changes on the form field.
2868
2869 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2870
2871         * shell/ev-view.c: (ev_view_form_field_choice_save):
2872
2873         Fix selection of first item in list form fields.
2874
2875 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2876
2877         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2878         (ev_pixbuf_cache_reload_page),
2879         (ev_pixbuf_cache_get_form_field_mapping):
2880
2881         Some refactoring to avoid duplicated code.
2882
2883 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2884
2885         * configure.ac:
2886         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2887         (ev_form_field_from_poppler_field),
2888         (pdf_document_forms_get_form_fields),
2889         (pdf_document_forms_form_field_text_get_text),
2890         (pdf_document_forms_form_field_text_set_text),
2891         (pdf_document_forms_form_field_button_set_state),
2892         (pdf_document_forms_form_field_button_get_state),
2893         (pdf_document_forms_form_field_choice_get_item),
2894         (pdf_document_forms_form_field_choice_get_n_items),
2895         (pdf_document_forms_form_field_choice_is_item_selected),
2896         (pdf_document_forms_form_field_choice_select_item),
2897         (pdf_document_forms_form_field_choice_toggle_item),
2898         (pdf_document_forms_form_field_choice_unselect_all),
2899         (pdf_document_forms_form_field_choice_set_text),
2900         (pdf_document_forms_form_field_choice_get_text),
2901         (pdf_document_document_forms_iface_init):
2902         * libdocument/Makefile.am:
2903         * libdocument/ev-form-field.[ch]:
2904         * libdocument/ev-document-forms.[ch]:
2905         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2906         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2907         (add_job), (ev_pixbuf_cache_reload_page),
2908         (ev_pixbuf_cache_get_form_field_mapping):
2909         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2910         * shell/ev-view-private.h:
2911         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2912         (ev_view_handle_cursor_over_xy),
2913         (ev_view_get_form_field_at_location),
2914         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2915         (ev_view_form_field_button_create_widget),
2916         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2917         (ev_view_form_field_text_create_widget),
2918         (ev_view_form_field_choice_save),
2919         (ev_view_form_field_choice_changed),
2920         (ev_view_form_field_choice_create_widget),
2921         (ev_view_handle_form_field), (ev_view_size_allocate),
2922         (ev_view_realize), (draw_end_presentation_page),
2923         (ev_view_button_press_event), (ev_view_remove_all),
2924         (ev_view_motion_notify_event), (ev_view_key_press_event),
2925         (ev_view_enter_notify_event), (highlight_find_results),
2926         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2927         (ev_view_class_init), (page_changed_cb),
2928         (on_adjustment_value_changed), (ev_view_set_presentation),
2929         (merge_selection_region), (ev_view_set_cursor),
2930         (ev_view_reset_presentation_state):
2931         
2932         Merge evince-forms branch.
2933
2934 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2935
2936         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2937
2938         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2939         This script also updates itself from libegg
2940
2941         * cut-n-paste/toolbar-editor/egg*:
2942         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2943         libegg
2944
2945 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2946
2947         * shell/ev-window.c:
2948         
2949         Adds a nice icon to page action during toolbar editing.
2950         See bug #452872.
2951
2952 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2953
2954         * data/evince-toolbar.xml:
2955         * shell/ev-window.c:
2956         
2957         Let user add a presentation and fullscreen icons on toolbar.
2958         See bug #449734.
2959
2960 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2961
2962         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2963
2964         new script to keep in sync with toolbareditor in libegg
2965
2966         * cut-n-paste/toolbar-editor/*: 
2967
2968         Run update-toolbareditor-from-libegg so we are in sync again. 
2969         Fixes bug #452850.
2970         
2971
2972 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2973
2974         * shell/ev-sidebar-links.c: (job_finished_callback):
2975
2976         Do not connect selection changed signal more than once. Fixes bug
2977         #349433.
2978
2979 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2980
2981         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2982
2983         Do not change sidebar chrome flag when pressing F9 key in
2984         presentation mode.
2985
2986 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2987
2988         * backend/pdf/ev-poppler.cc:
2989         (pdf_document_thumbnails_get_dimensions):
2990
2991         Make sure thumbnails width and height is not <= 0. Fixes a crash
2992         with some pdf documents which have really small pages.
2993
2994 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2995
2996         * shell/main.c: (main):
2997
2998         Fixes program description translation issue.
2999         Bug #450148.
3000
3001 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3002
3003         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3004
3005         Do not change current page when returning from black/white mode
3006         in presentation. Fixes bug #415032.
3007
3008 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3009
3010         * NEWS:
3011         * configure.ac:
3012         
3013         Update for release 0.9.1
3014
3015 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3016
3017         * backend/dvi/dvi-document.c:
3018         (dvi_document_finalize),
3019         (dvi_document_file_exporter_format_supported),
3020         (dvi_document_file_exporter_begin),
3021         (dvi_document_file_exporter_do_page),
3022         (dvi_document_file_exporter_end),
3023         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3024         
3025         PDF exporter for dvi documents. Fixes bug #441319.
3026
3027 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3028
3029         * shell/ev-window.c: (ev_window_clear_print_job):
3030
3031         Clear gtk print job when job has finished. Fixes bug #447612.
3032
3033 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3034
3035         * shell/ev-window.c: (ev_window_print_send),
3036         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3037
3038         Add preview button to print dialog. Fixes bug #445419.
3039
3040 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3041
3042         * backend/dvi/Makefile.am:
3043         * backend/dvi/pixbuf-device.[ch]: Removed
3044         * backend/dvi/cairo-device.[ch]: Added
3045         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3046         * backend/dvi/dvi-document.c: (dvi_document_load),
3047         (dvi_document_render), (dvi_document_finalize),
3048         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3049         (dvi_document_do_color_special):
3050         * libdocument/ev-document-misc.[ch]:
3051         (ev_document_misc_pixbuf_from_surface):
3052
3053         Port dvi backend to cairo and fix a problem with colors. 
3054
3055 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3056
3057         * shell/ev-view.c: (draw_one_page):
3058
3059         Draw only visible region.
3060
3061 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3062
3063         * backend/djvu/djvu-document.c: (djvu_document_render):
3064
3065         Fix rotation in djvu backend.
3066
3067 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3068
3069         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3070         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3071         (ev_pixbuf_cache_get_image_mapping),
3072         (ev_pixbuf_cache_get_text_mapping):
3073
3074         Redraw view every time we have a new surface. Fixes bug #443587.
3075
3076 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3077
3078         * libdocument/ev-document.c: (ev_document_info_free):
3079
3080         Fix memory leaks.
3081
3082 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3083
3084         * backend/dvi/dvi-document.c: (dvi_document_render),
3085         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3086         * backend/impress/impress-document.c:
3087         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3088         (impress_document_render), (impress_document_document_iface_init),
3089         (impress_document_thumbnails_get_thumbnail):
3090         * backend/djvu/djvu-document-private.h:
3091         * backend/djvu/djvu-document.c: (djvu_document_render),
3092         (djvu_document_finalize), (djvu_document_document_iface_init),
3093         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3094         * backend/tiff/tiff-document.c: (tiff_document_render),
3095         (tiff_document_render_pixbuf),
3096         (tiff_document_document_iface_init):
3097         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3098         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3099         (pdf_selection_render_selection):
3100         * backend/comics/comics-document.c:
3101         (comics_document_render_pixbuf), (comics_document_render),
3102         (comics_document_document_iface_init):
3103         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3104         (pixbuf_document_document_iface_init):
3105         * libdocument/ev-document-misc.[ch]:
3106         (ev_document_misc_surface_from_pixbuf),
3107         (ev_document_misc_surface_rotate_and_scale):
3108         * libdocument/ev-document.[ch]: (ev_document_render):
3109         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3110         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3111         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3112         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3113         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3114         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3115         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3116         (render_finished_cb), (ev_job_render_run):
3117         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3118         (merge_selection_region):
3119
3120         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3121         and selections.
3122
3123 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3124
3125         * shell/ev-window-title.c: (ev_window_title_update):
3126
3127         Fix memory leak.
3128
3129 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3130
3131         * shell/ev-view.c: (draw_loading_text):
3132
3133         Show loading text centered. Fixes bug #433061
3134
3135 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3136
3137         * shell/ev-sidebar-thumbnails.c:
3138         (ev_sidebar_thumbnails_set_loading_icon):
3139
3140         Remove a mutex in the main thread that blocks the UI in heavy
3141         documents.
3142
3143 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3144
3145         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3146
3147         Set points_set to TRUE so that selections don't disappear after a
3148         zoom change.
3149
3150 2007-06-07  Michael Monreal  <infernux@web.de>
3151
3152         * data/icons/16x16/actions/Makefile.am:
3153         * data/icons/16x16/actions/zoom.svg:
3154         * data/icons/22x22/actions/Makefile.am:
3155         * data/icons/22x22/actions/zoom.svg:
3156         * data/icons/24x24/actions/Makefile.am:
3157         * shell/ev-stock-icons.c:
3158         * shell/ev-stock-icons.h:
3159         * shell/ev-window.c:
3160         
3161         Zoom icon artwork. See bug #444795.
3162
3163 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3164
3165         * shell/ev-metadata-manager.c: Remove extraneous function
3166         (Closes: #444386)
3167
3168 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3169
3170         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3171         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3172         (ev_metadata_manager_set), (ev_metadata_manager_save):
3173         Simplify the timeout, no need for modified anymore
3174
3175 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3176
3177         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3178         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3179         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3180         (ev_metadata_manager_save): Adapted patch from Arjan van de
3181         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3182         time, saves on power (Closes: #443851)
3183
3184 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3185
3186         * configure.ac:
3187         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3188         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3189
3190         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3191
3192 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3193
3194         * shell/ev-window.c: (ev_window_add_history):
3195
3196         Check if history is NULL
3197
3198 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3199
3200         * libdocument/ev-image.c: (ev_image_finalize):
3201         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3202         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3203         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3204         (ev_tmp_uri_unlink):
3205
3206         Add functions to delete temporary files created by evince in a safe
3207         way.
3208
3209         * shell/ev-window.c: (ev_window_clear_local_uri),
3210         (open_xfer_update_progress_callback),
3211         (save_xfer_update_progress_callback), (ev_window_save_remote),
3212         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3213         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3214         (attachment_save_dialog_response_cb),
3215         (ev_attachment_popup_cmd_save_attachment_as):
3216
3217         Allow saving a copy of a document, image or attachment to a remote
3218         location. Fixes bug #440754. 
3219
3220 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3221
3222         * configure.ac:
3223         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3224
3225         Fix build with current poppler from cvs head. 
3226
3227 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3228
3229         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3230
3231         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3232         directory exists.
3233
3234 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3235
3236         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3237         * shell/ev-window.c:
3238
3239         Change sidebar ordering. Fixes bug #439939.
3240
3241 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3242
3243         * backend/comics/Makefile.am:
3244         
3245         Fixes build with --without-libgnome.
3246
3247 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3248         
3249         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3250
3251         Update cursor and tooltip on page change and view scroll. Fixes bug
3252         #439217.
3253
3254 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3255
3256         * NEWS:
3257         * configure.ac:
3258         
3259         Update for release 0.9.0
3260
3261 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3262
3263         * backend/djvu/djvu-document-private.h:
3264         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3265         (djvu_document_finalize),
3266         (djvu_document_file_exporter_format_supported),
3267         (djvu_document_file_exporter_begin),
3268         (djvu_document_file_exporter_do_page),
3269         (djvu_document_file_exporter_end),
3270         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3271         
3272         Implemented printing with djvu. Bug #437998.
3273
3274 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3275
3276         * backend/impress/zip.c:
3277         Add missing ulong definition.
3278
3279         * backend/ps/ps-interpreter.c:
3280         Add missing headers.
3281
3282         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3283
3284 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3285
3286         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3287
3288         Add missing call to parent class dispose method. 
3289
3290 2007-05-12  Ross Burton  <ross@openedhand.com>
3291
3292         * shell/main.c:
3293         Sync keybindings manually when building without libgnome
3294         (#437925).
3295
3296 2007-05-12  Ross Burton  <ross@openedhand.com>
3297
3298         * shell/ev-window.c:
3299         Respect the screen when opening help (#437866).
3300
3301 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3302
3303         * data/evince-ui.xml:
3304         * shell/ev-application.[ch]: (get_print_settings_from_args),
3305         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3306         (ev_application_open_uri_list):
3307         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3308         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3309         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3310         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3311         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3312         (ev_window_dispose):
3313         * shell/main.c: (arguments_parse):
3314
3315         Add print button in preview mode. Fixes bug #396475. 
3316
3317 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3318
3319         * cut-n-paste/zoom-control/ephy-zoom.h:
3320         
3321         Fixes zoom level factors. See bug #408119 for details.
3322
3323 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3324
3325         * backend/comics/comics-document.c: (comics_regex_quote),
3326         (extract_argv):
3327         
3328         Correctly quote symbols. Fixes crash in the bug
3329         #415370.
3330
3331 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3332
3333         * shell/ev-navigation-action-widget.c:
3334         (ev_navigation_action_widget_init),
3335         (ev_navigation_action_widget_class_init),
3336         (ev_navigation_action_widget_button_press_event):
3337         
3338         Connect to button-press event on correct widget. Fixes
3339         bug #431988
3340
3341 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3342
3343         * shell/ev-application.c: (ev_application_open_window),
3344         (ev_application_add_icon_path_for_screen),
3345         (ev_application_open_uri_at_dest):
3346         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3347         * shell/ev-navigation-action.c: (build_menu):
3348         
3349         Add app-specific icons to our icon theme. Fixes bug
3350         #425508.
3351
3352 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3353
3354         * shell/ev-history.c: (ev_history_class_init),
3355         (ev_history_add_link):
3356         * shell/ev-history.h:
3357         * shell/ev-navigation-action.c:
3358         (ev_navigation_action_history_changed),
3359         (ev_navigation_action_set_history), (build_menu),
3360         (ev_navigation_action_finalize):
3361         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3362         
3363         Make navigation action unsensitive instead of showing
3364         menu with unsensitive word. Fixes bug #417392.
3365
3366 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * shell/ev-application.[ch]: (ev_application_shutdown),
3369         (ev_application_get_print_settings),
3370         (ev_application_set_print_settings):
3371         * shell/ev-window.c:
3372
3373         Remember print settings. Fixes bug #349102. 
3374
3375 2007-05-08  Christian Persch  <chpe@gnome.org>
3376
3377         * configure.ac:
3378         * properties/ev-properties-view.c:
3379
3380         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3381         Bug #382438.
3382
3383 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3384
3385         * configure.ac:
3386         * properties/ev-properties-view.c: (ev_regular_paper_size):
3387
3388         Use gtk+ builtin paper list to identify the document's paper size.
3389         Fixes bug #382438. 
3390
3391 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3392
3393         * configure.ac:
3394
3395         Fix build when compiling with thumbnailer and libgnome support. 
3396
3397 2007-05-04  Ross Burton  <ross@openedhand.com>
3398
3399         * configure.ac:
3400         Add --without-libgnome, check for libgnome and libgnomeui
3401         separately, and add them to the symbols as required.
3402
3403         * libdocument/ev-file-helpers.c:
3404         When building without libgnome, use g_get_user_config_dir instead
3405         of gnome_user_dir_get.
3406
3407         * shell/ev-application.c:
3408         When building without libgnome, don't use session management.
3409
3410         * shell/main.c:
3411         When building without libgnome, don't use GnomeProgram or
3412         initialise the authentication manager.
3413
3414         This fixes #328842.
3415
3416 2007-05-04  Ross Burton  <ross@openedhand.com>
3417
3418         * shell/ev-window.c:
3419         Don't use libgnome to open help, instead call Yelp directly.
3420
3421 2007-05-04  Ross Burton  <ross@openedhand.com>
3422
3423         * shell/ev-sidebar-attachments.c:
3424         Don't use libgnome to lookup icons for MIME types, instead copy
3425         code from GTK+ to do it manually.
3426
3427 2007-05-04  Ross Burton  <ross@openedhand.com>
3428
3429         * configure.ac:
3430         Add libxml to the dependencies for SHELL_CORE (#435818).
3431
3432 2007-05-02  Ross Burton  <ross@openedhand.com>
3433
3434         * configure.ac:
3435         * Makefile.am:
3436         Add --disable-thumbnailer (#434825)
3437
3438 2007-05-02  Ross Burton  <ross@openedhand.com>
3439
3440         * shell/ev-window.c:
3441         Add missing includes, fix indentation.
3442
3443         * shell/main.c:
3444         Fix indentation.
3445
3446 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3447
3448         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3449         ev_application_open_uri_at_dest instead of ev_application_open_uri
3450         preventing new document always being opened in a new window even if there
3451         is an empty window.
3452
3453 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3454
3455         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3456         (egg_recent_view_uimanager_finalize):
3457         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3458         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3459         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3460         (ev_pixbuf_cache_dispose):
3461         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3462         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3463         
3464         Add missing chain to parent class methods. Fixes
3465         bug #433128.
3466
3467 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3468
3469         * data/Makefile.am (update-icon-cache): Updates
3470         gtk-update-icon-cache in uninstall-hook.
3471
3472 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3473
3474         * shell/ev-window.c: (ev_window_setup_document),
3475         (ev_window_set_document), (ev_window_load_job_cb):
3476         * shell/ev-view.c: (setup_caches):
3477         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3478
3479         Start rendering pages before any other jobs. 
3480
3481 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3482
3483         * shell/ev-window.c: (ev_window_stop_fullscreen),
3484         (ev_window_stop_presentation):
3485
3486         Update chrome visibility before window unfullscreen. 
3487
3488 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3489
3490         * data/Makefile.am:
3491         * data/evince-ui.xml:
3492         * shell/ev-stock-icons.[ch]:
3493         * shell/ev-application.[ch]: (ev_application_shutdown),
3494         (ev_application_init), (ev_application_get_toolbars_model):
3495         * shell/ev-window.c: (update_chrome_visibility),
3496         (fullscreen_toolbar_setup_item_properties),
3497         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3498         (ev_window_run_presentation), (ev_window_stop_presentation),
3499         (ev_window_run_preview), (ev_window_screen_changed),
3500         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3501         (ev_window_dispose), (ev_window_init):
3502
3503         Make fullscreen toolbar always visible. Do not use egg toolbars for
3504         fullscreen and preview modes since such toolbars are not editables.
3505         Fixes bugs #300278, #338910 and #316188.  
3506
3507 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3508
3509         * shell/ev-application.c:
3510         * shell/ev-job-queue.c:
3511         * shell/ev-metadata-manager.c:
3512         * shell/ev-stock-icons.c:
3513         * shell/ev-window.c:
3514         * shell/main.c:
3515         
3516         Developers documentation updated.
3517
3518 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3519
3520         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3521
3522         Check whether uri is valid before launching it. Fixes bug #427664.
3523
3524 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3525
3526         * shell/ev-window.c:
3527
3528         Change key accelerator for Open a Copy menu entry which is in conflict
3529         with Close. Fixes bug #427321.
3530
3531 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3532
3533         * NEWS:
3534         * configure.ac:
3535         
3536         Update for release 0.8.1
3537
3538 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3539
3540         * shell/ev-window.c: (setup_size_from_metadata):
3541         
3542         Do not make window bigger than screen. Fixes bug 
3543         #388985.
3544
3545 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3546
3547         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3548         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3549
3550         Use default resolution when it's not provided by document. Fixes bug
3551         #408762.
3552
3553 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3554
3555         * configure.ac:
3556         * thumbnailer/Makefile.am:
3557         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3558         * thumbnailer/evince-thumbnailer.schemas.in:
3559         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3560
3561         Add support for ps, eps and compressed documents thumbnails. Do not
3562         ignore size parameter. 
3563
3564 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3565
3566         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3567         (dvi_document_do_color_special):
3568         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3569
3570         Implement font color specials in the DVI backend. Fixes bug #303651.
3571
3572 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3573
3574         Fixup the previous commit:
3575
3576         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3577         * shell/xdg-user-dir-lookup.c: Make the function non-static
3578         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3579
3580 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3581
3582         * shell/ev-window.c (file_open_dialog_response_cb): Use
3583         the xdg-user-dirs DOCUMENTS folder as default folder when
3584         opening a file chooser.  (#424858)
3585
3586         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3587         xdg-user-dirs.
3588
3589 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3590
3591         * shell/ev-window.c: (ev_window_load_job_cb):
3592
3593         Do not setup view from metadata on preview mode. 
3594
3595 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3596
3597         * shell/main.c:
3598
3599         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3600
3601 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3602
3603         * shell/ev-view.c: (ev_view_primary_get_cb):
3604
3605         Check pointer != NULL before using it. Fixes bug #416841. 
3606
3607 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3608
3609         * NEWS:
3610         * configure.ac:
3611         
3612         Release 0.8.0
3613
3614 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3615
3616         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3617
3618         Do not render thumbnails when sidebar thumbnail page is not visible
3619         at startup. Fixes bug #416447. 
3620
3621 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3622
3623         * data/evince.desktop.in.in:
3624
3625         "Application" is not a valid category in the freedesktop specification.
3626
3627 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3628
3629         * libdocument/ev-file-helpers.[ch]: (compression_run),
3630         (ev_file_uncompress), (ev_file_compress):
3631         * shell/ev-window.c: (file_save_dialog_response_cb):
3632
3633         Save document compressed when saving a copy of a compressed document.
3634         Fixes bug #334542.
3635
3636 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3639
3640         Allow deleting in goto window entry in presentation mode. 
3641
3642 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3643
3644         * Makefile.am: Dist MAINTAINERS.
3645
3646 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3647
3648         * shell/ev-window.c: (ev_window_update_actions):
3649
3650         Fix zoom shortcut keys when searching. Fixes bug #409828.
3651
3652 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * shell/ev-window.c: (ev_window_setup_document):
3655
3656         Fix crash when loading documents with only one page. 
3657
3658 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3659
3660         * backend/dvi/dvi-document.c:
3661         (dvi_document_thumbnails_get_dimensions),
3662         (dvi_document_thumbnails_get_thumbnail):
3663         * backend/impress/impress-document.c:
3664         (impress_document_thumbnails_get_thumbnail),
3665         (impress_document_thumbnails_get_dimensions):
3666         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3667         (ps_document_thumbnails_get_dimensions):
3668         * backend/djvu/djvu-document.c:
3669         (djvu_document_thumbnails_get_dimensions),
3670         (djvu_document_thumbnails_get_thumbnail):
3671         * backend/tiff/tiff-document.c:
3672         (tiff_document_thumbnails_get_thumbnail),
3673         (tiff_document_thumbnails_get_dimensions):
3674         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3675         (pdf_document_thumbnails_get_thumbnail),
3676         (pdf_document_thumbnails_get_dimensions):
3677         * backend/comics/comics-document.c:
3678         (comics_document_thumbnails_get_thumbnail),
3679         (comics_document_thumbnails_get_dimensions):
3680         * backend/pixbuf/pixbuf-document.c:
3681         (pixbuf_document_thumbnails_get_thumbnail),
3682         (pixbuf_document_thumbnails_get_dimensions):
3683         * libdocument/ev-document-thumbnails.[ch]:
3684         (ev_document_thumbnails_get_thumbnail),
3685         (ev_document_thumbnails_get_dimensions):
3686         * libdocument/ev-document-misc.[ch]:
3687         (ev_document_misc_get_thumbnail_frame):
3688         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3689         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3690         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3691         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3692         (ev_sidebar_thumbnails_refresh):
3693         * shell/ev-window.c: (ev_window_setup_document):
3694         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3695
3696         Use an EvRenderContext for rendering thumbnails instead of a suggested
3697         width, so that different sized pages get sized proportionally.
3698
3699 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3700
3701         * shell/ev-view.c: (ev_view_button_press_event),
3702         (ev_view_key_press_event):
3703
3704         Fix critical warnings when there is no document loaded. 
3705
3706 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3707
3708         * shell/ev-page-action-widget.c:
3709         * shell/ev-navigation-action.c:
3710         * shell/ev-window.c:
3711
3712         Fix compile warnings. 
3713
3714 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3715
3716         * backend/djvu/djvu-text.h:
3717         * backend/djvu/djvu-document.c:
3718         * backend/djvu/djvu-text-page.c:
3719         * backend/djvu/djvu-links.c:
3720         * backend/djvu/djvu-text-page.h:
3721         * backend/djvu/djvu-text.c:
3722         
3723         Fix build on Mac. Fixes bug #392186. Patch by
3724         <ephraim_owns@hotmail.com>
3725
3726 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3727
3728         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3729
3730         Restore cairo context before rendering every page when printing a PDF
3731         document into a PDF file. 
3732
3733 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3734
3735         * backend/ps/gstypes.h:
3736         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3737         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3738         (ps_document_thumbnails_get_thumbnail):
3739
3740         Handle PostScript page orientation. Fixes bug #318568.
3741
3742 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3743
3744         * backend/ps/Makefile.am:
3745         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3746         (document_load), (ps_document_load), (save_document),
3747         (save_page_list), (ps_document_get_n_pages),
3748         (ps_document_get_page_size), (ps_document_get_info),
3749         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3750         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3751         (ps_document_thumbnails_get_thumbnail),
3752         (ps_document_thumbnails_get_dimensions),
3753         (ps_document_document_thumbnails_iface_init):
3754         * backend/ps/ps.[ch]: (psgetpagebox):
3755         * backend/ps/ps-interpreter.[ch]:
3756
3757         Add support for thumbnails in ps backend. Fixes bug #164755. 
3758
3759 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3760
3761         * NEWS:
3762         * configure.ac:
3763         
3764         Release 0.7.2
3765
3766 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3767
3768         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3769         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3770         (ev_window_dispose):
3771
3772         Use document thumbnail as window icon. Fixes bug #384442.
3773
3774 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3775
3776         * configure.ac:
3777
3778         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3779         duplicated adding application/x-bzpostscript instead. 
3780
3781 2007-02-11  Tom Parker  <palfrey@tevp.net>
3782
3783         * backend/ps/ps-document.c: (document_load):
3784
3785         Check return value of psscan before trying
3786         to use it. Fixes bug #372414.
3787
3788 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3789
3790         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3791
3792         Fix invalid free in ev-page-cache. Fixes bug #404745.
3793
3794 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3795
3796         * test/Makefile.am:
3797         * test/test3.py:
3798         
3799         Added reload test case.
3800
3801 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3802
3803         * po/POTFILES.in:
3804         * backend/djvu/djvu-document.c: (djvu_document_load):
3805
3806         Check whether there are missing files in indirect multipage djvu
3807         documents. Fixes bug #361683. 
3808
3809 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3810
3811         * test/Makefile.am:
3812         * test/test-mime.bin:
3813         * test/test3.py:
3814         
3815         Added test for slow mime type
3816
3817 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3818
3819         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3820
3821         Add some checks and call parent_class->finalize. Fixes bug #404745.
3822
3823 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3824
3825         * shell/ev-navigation-action.c: (connect_proxy):
3826         
3827         Fixes dropdown history menu. Thanks a lot Carlos!
3828
3829 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3830
3831         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3832
3833         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3834         bug #373715.
3835
3836 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3837
3838         * backend/ps/ps.c: (psscan):
3839
3840         Fix memory leak. 
3841
3842 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3843
3844         * configure.ac:
3845         * libdocument/ev-file-helpers.c: 
3846
3847         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3848
3849 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3850
3851         * configure.ac:
3852         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3853         (ps_interpreter_start), (document_load), (save_document),
3854         (save_page_list):
3855         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3856         * libdocument/ev-document-factory.c:
3857         (ev_document_factory_get_from_mime), (get_document_from_uri),
3858         (free_uncompressed_uri), (ev_document_factory_get_document):
3859         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3860
3861         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3862
3863 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3864
3865         * libdocument/ev-document.h:
3866
3867         Fix typo in function name. 
3868
3869 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3870
3871         * backend/ps/ps-document.c: (ps_interpreter_finished),
3872         (ps_interpreter_start), (ps_interpreter_failed):
3873
3874         Handle ghostscript interpreter crashes. 
3875
3876 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3877
3878         * shell/ev-window.c: (ev_window_open_uri),
3879         (window_configure_event_cb):
3880
3881         Setup window size and position before showing it. Fixes bug #401711.
3882
3883 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3884
3885         * backend/ps/Makefile.am:
3886         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3887         (ps_document_dispose), (ps_document_class_init),
3888         (ps_interpreter_input), (ps_interpreter_output),
3889         (ps_interpreter_error), (setup_interpreter_env),
3890         (ps_interpreter_start), (ps_interpreter_stop),
3891         (ps_interpreter_failed), (ps_interpreter_is_ready),
3892         (check_filecompressed), (document_load), (ps_document_load),
3893         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3894         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3895         (render_page):
3896
3897         Rework ps-document. Code cleanups, remove deprecated code. 
3898
3899 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3900
3901         * shell/ev-view.c: (ev_view_button_press_event):
3902
3903         Do not start an image drag and drop operation when pointer is on 
3904         text, so that we can select text when the whole background is an
3905         image. 
3906
3907 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3908
3909         * shell/ev-window.c: (ev_window_update_actions): 
3910
3911         Disable all zoom related actions during presentation mode. 
3912
3913 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3914
3915         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3916
3917         Do not zoom in or out on presentation mode. Fixes bug #401305.
3918
3919 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3920
3921         * shell/ev-navigation-action.c: (connect_proxy),
3922         (create_menu_item), (ev_navigation_action_class_init):
3923         
3924         Correctly show menu and fix crash when navigaton 
3925         action is out of toolbar visible area.
3926
3927 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3928
3929         * data/Makefile.am:
3930         * data/evince.1:
3931         
3932         Added man file
3933
3934 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3935
3936         * help/reference/* :
3937         * configure.ac:
3938         
3939         Added gtk-doc based documentation for Evince.
3940         Still in initial state but I hope it will
3941         grow.
3942         
3943         * configure.ac:
3944         
3945         Lower dbus requirement to 0.70
3946
3947 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3948
3949         * shell/ev-window.c: (ev_window_add_history):
3950
3951         Fix memory leak. 
3952
3953 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3954
3955         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3956         * shell/ev-view.h:
3957         * shell/ev-window.c: (ev_window_add_history):
3958         
3959         Correctly handle named destination links
3960
3961 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3962
3963         * NOTES:
3964         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3965         * backend/pdf/ev-poppler.cc:
3966         * libdocument/ev-document-links.h:
3967         * libdocument/ev-link.c: (ev_link_get_page):
3968         * libdocument/ev-link.h:
3969         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3970         (ev_history_add_link):
3971         * shell/ev-history.h:
3972         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3973         (new_history_menu_item), (build_menu):
3974         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3975         * shell/ev-sidebar-links.c: (create_loading_model),
3976         (print_section_cb), (ev_sidebar_links_construct),
3977         (fill_page_labels), (update_page_callback_foreach),
3978         (update_page_callback), (job_finished_callback):
3979         * shell/ev-view.c: (ev_view_handle_link):
3980         * shell/ev-window.c: (ev_window_find_chapter),
3981         (ev_window_add_history), (view_handle_link_cb),
3982         (history_changed_cb):
3983         
3984         Implements another history variant
3985
3986 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3987
3988         * shell/ev-window.c: (view_external_link_cb):
3989         * shell/ev-view.c: (ev_view_button_release_event):
3990
3991         Open links in new window when clicking with middle button. 
3992
3993 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3994
3995         * shell/ev-navigation-action.c: (new_history_menu_item):
3996         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3997         * shell/ev-view.c: (ev_view_handle_link):
3998         * shell/ev-window.c:
3999         
4000         Store link before jump, not the destination. For me it 
4001         seems like more natural history behavior.
4002
4003 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4004
4005         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4006         (ev_navigation_action_class_init):
4007         * shell/ev-navigation-action.h:
4008         * shell/ev-page-action.c: (activate_cb):
4009         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4010         (ev_page_cache_set_current_page_history):
4011         * shell/ev-page-cache.h:
4012         * shell/ev-sidebar-thumbnails.c:
4013         (ev_sidebar_tree_selection_changed),
4014         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4015         * shell/ev-view-private.h:
4016         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4017         * shell/ev-view.h:
4018         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4019         (ev_window_setup_document), (ev_window_load_job_cb):
4020         * shell/ev-window.h:
4021         
4022         History finally works as expected.
4023
4024 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4025
4026         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4027
4028         Do not update links treeview if it doesn't have a model assigned yet. 
4029
4030 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4031
4032         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4033         (ev_sidebar_links_class_init), (update_page_callback):
4034
4035         Do not update links treeview when sidepane is not visible. 
4036
4037 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4038
4039         * shell/ev-marshal.list:
4040         * shell/ev-page-action.c: (activate_cb),
4041         (ev_page_action_class_init):
4042         * shell/ev-page-action.h:
4043         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4044         * shell/ev-window.c:
4045         
4046         Remove activate_link signal, not required.
4047
4048 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4049
4050         * shell/ev-navigation-action.c: (build_menu):
4051         
4052         Reorder menu items and build menu with fixed length.
4053
4054 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4055
4056         * shell/ev-view.c: (get_selected_text):
4057         
4058         Normalize text to fix ligatures problem. See bug
4059         #341947 for details.
4060
4061 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4062
4063         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4064
4065         Fix memory leak in ev-page-cache. 
4066
4067 2007-01-25  Tom Parker <palfrey@tevp.net>
4068
4069         * backend/impress/impress-document.c: (impress_document_load),
4070         (impress_document_finalize), (impress_document_init):
4071         * properties/ev-properties-main.c: (ev_properties_get_pages):
4072         
4073         Correctly handle impress document errors. Fixes nautilus
4074         crash in property page #370491.
4075
4076 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4077
4078         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4079         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4080         (ev_job_queue_remove_job):
4081         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4082         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4083         (ev_job_load_run):
4084         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4085         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4086         (ev_window_load_job_cb), (xfer_update_progress_callback),
4087         (ev_window_open_uri), (ev_window_dispose):
4088         * shell/main.c: (main):
4089
4090         Do file transfer asynchronously in the main thread instead of
4091         synchronously in the load thread. Fixes bugs #399694, #398307 and
4092         #343542.
4093
4094 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4095
4096         * shell/ev-jobs.c: (ev_job_xfer_run):
4097
4098         Load the document with the font-config lock held. 
4099
4100 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4101
4102         * backend/ps/ps-document.c: (start_interpreter):
4103
4104         Fix memory leaks in ps backend. 
4105
4106 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4107
4108         * backend/impress/impress-document.c:
4109         (impress_document_render_pixbuf):
4110
4111         Do not acquire fontconfig lock in impress backend, since it is using
4112         the main loop for rendering. 
4113
4114 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4115
4116         * po/POTFILES.in: 
4117
4118         Remove mdvi files that shouldn't be translated. 
4119
4120 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4121
4122         * shell/ev-view-private.h:
4123         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4124         (ev_view_set_zoom):
4125
4126         Render "loading..." text into a cairo surface instead of directly into
4127         the window so that fontconfig lock is only needed once and UI is not
4128         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4129
4130 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4131
4132         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4133         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4134
4135         Use icon theme associated with the window screen rather than default. 
4136
4137 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4138
4139         * configure.ac:
4140
4141         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4142
4143 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4144
4145         * data/icons/*/apps/evince.*:
4146
4147         Move Evince icons under new apps directory.
4148
4149         * data/icons/*/actions/*:
4150
4151         Add new custom themeable Evince icons: view-page-continuous, 
4152         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4153         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4154
4155         * configure.ac:
4156
4157         Add new directories to AC_CONFIG_FILES.
4158
4159         * shell/ev-stock-icons.c:
4160         * shell/ev-stock-icons.h:
4161
4162         Use new custom themeable icons.
4163
4164 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4165
4166         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4167
4168         Do not draw white background page in presentation mode. 
4169
4170 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4171
4172         * shell/ev-view.c: Remove unused gnome-vfs include.
4173
4174 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4175
4176         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4177         
4178         Format string is corrected, fixes bug #397129.
4179
4180 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4181
4182         * shell/ev-window.c: (ev_window_setup_recent):
4183
4184         Do not include in recent menu inexistent documents. Fixes
4185         bug #339171.
4186
4187 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4188
4189         * po/POTFILES.skip: 
4190
4191         Update POTFILES.skip file according to current source tree. 
4192
4193 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4194
4195         * shell/ev-window.c: (file_save_dialog_response_cb):
4196
4197         Do Save a copy in atomic way. Fixes bug #328266. 
4198
4199 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4200
4201         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4202
4203         Keep selected cell always visible in index treeview.
4204
4205 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4206         
4207         * shell/ev-view.c: (ev_view_size_allocate):
4208
4209         Restore horizontal scrollbar after switching to/from fullscreen
4210         or presentation mode. Fixes bug #331728.
4211
4212 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4213
4214         * shell/ev-view-private.h:
4215         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4216         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4217         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4218         (ev_view_can_zoom_out):
4219
4220         Use max and min scale values in the view iby taking dpi into account. 
4221
4222 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4223
4224         * configure.ac:
4225         * NEWS:
4226
4227         Release 0.7.1
4228
4229 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4230
4231         * shell/ev-window.c: (ev_window_print_send):
4232
4233         Send print job to printer with some settings set to default values,
4234         since we have already exported to a file according to such settings
4235         and they could be taken twice by some printers. 
4236
4237 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4238
4239         * shell/ev-jobs.c: (ev_job_xfer_run):
4240         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4241
4242         Show main window and load document with the font-config lock held. 
4243
4244 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4245
4246         * configure.ac:
4247         * shell/ev-application.c: (ev_application_register_service):
4248         * shell/main.c: (load_files_remote):
4249
4250         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4251
4252 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4253
4254         * doc/debugging.txt:
4255         
4256         Remove obsolete documentation.
4257
4258 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4259
4260         * Makefile.am:
4261         * backend/Makefile.am:
4262         * backend/comics/Makefile.am:
4263         * backend/djvu/Makefile.am:
4264         * backend/dvi/Makefile.am:
4265         * backend/ev-async-renderer.c:
4266         * backend/ev-async-renderer.h:
4267         * backend/ev-attachment.c:
4268         * backend/ev-attachment.h:
4269         * backend/ev-backend-marshal.c:
4270         * backend/ev-document-factory.c:
4271         * backend/ev-document-factory.h:
4272         * backend/ev-document-find.c:
4273         * backend/ev-document-find.h:
4274         * backend/ev-document-fonts.c:
4275         * backend/ev-document-fonts.h:
4276         * backend/ev-document-images.c:
4277         * backend/ev-document-images.h:
4278         * backend/ev-document-info.h:
4279         * backend/ev-document-links.c:
4280         * backend/ev-document-links.h:
4281         * backend/ev-document-misc.c:
4282         * backend/ev-document-misc.h:
4283         * backend/ev-document-security.c:
4284         * backend/ev-document-security.h:
4285         * backend/ev-document-thumbnails.c:
4286         * backend/ev-document-thumbnails.h:
4287         * backend/ev-document-transition.c:
4288         * backend/ev-document-transition.h:
4289         * backend/ev-document.c:
4290         * backend/ev-document.h:
4291         * backend/ev-file-exporter.c:
4292         * backend/ev-file-exporter.h:
4293         * backend/ev-image.c:
4294         * backend/ev-image.h:
4295         * backend/ev-link-action.c:
4296         * backend/ev-link-action.h:
4297         * backend/ev-link-dest.c:
4298         * backend/ev-link-dest.h:
4299         * backend/ev-link.c:
4300         * backend/ev-link.h:
4301         * backend/ev-render-context.c:
4302         * backend/ev-render-context.h:
4303         * backend/ev-selection.c:
4304         * backend/ev-selection.h:
4305         * backend/impress/Makefile.am:
4306         * backend/pdf/Makefile.am:
4307         * backend/pixbuf/Makefile.am:
4308         * backend/ps/Makefile.am:
4309         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4310         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4311         (start_interpreter), (stop_interpreter), (document_load),
4312         (ps_document_next_page), (render_page):
4313         * backend/tiff/Makefile.am:
4314         * comics/Makefile.am:
4315         * comics/comics-document.c:
4316         * comics/comics-document.h:
4317         * configure.ac:
4318         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4319         * djvu/Makefile.am:
4320         * djvu/djvu-document-private.h:
4321         * djvu/djvu-document.c:
4322         * djvu/djvu-document.h:
4323         * djvu/djvu-links.c:
4324         * djvu/djvu-links.h:
4325         * djvu/djvu-text-page.c:
4326         * djvu/djvu-text-page.h:
4327         * djvu/djvu-text.c:
4328         * djvu/djvu-text.h:
4329         * dvi/Makefile.am:
4330         * dvi/dvi-document.c:
4331         * dvi/dvi-document.h:
4332         * dvi/fonts.c:
4333         * dvi/fonts.h:
4334         * dvi/mdvi-lib/Makefile.am:
4335         * dvi/mdvi-lib/afmparse.c:
4336         * dvi/mdvi-lib/afmparse.h:
4337         * dvi/mdvi-lib/bitmap.c:
4338         * dvi/mdvi-lib/bitmap.h:
4339         * dvi/mdvi-lib/color.c:
4340         * dvi/mdvi-lib/color.h:
4341         * dvi/mdvi-lib/common.c:
4342         * dvi/mdvi-lib/common.h:
4343         * dvi/mdvi-lib/defaults.h:
4344         * dvi/mdvi-lib/dvimisc.c:
4345         * dvi/mdvi-lib/dviopcodes.h:
4346         * dvi/mdvi-lib/dviread.c:
4347         * dvi/mdvi-lib/files.c:
4348         * dvi/mdvi-lib/font.c:
4349         * dvi/mdvi-lib/fontmap.c:
4350         * dvi/mdvi-lib/fontmap.h:
4351         * dvi/mdvi-lib/fontsrch.c:
4352         * dvi/mdvi-lib/gf.c:
4353         * dvi/mdvi-lib/hash.c:
4354         * dvi/mdvi-lib/hash.h:
4355         * dvi/mdvi-lib/list.c:
4356         * dvi/mdvi-lib/mdvi.h:
4357         * dvi/mdvi-lib/pagesel.c:
4358         * dvi/mdvi-lib/paper.c:
4359         * dvi/mdvi-lib/paper.h:
4360         * dvi/mdvi-lib/pk.c:
4361         * dvi/mdvi-lib/private.h:
4362         * dvi/mdvi-lib/setup.c:
4363         * dvi/mdvi-lib/sp-epsf.c:
4364         * dvi/mdvi-lib/special.c:
4365         * dvi/mdvi-lib/sysdeps.h:
4366         * dvi/mdvi-lib/t1.c:
4367         * dvi/mdvi-lib/tfm.c:
4368         * dvi/mdvi-lib/tfmfile.c:
4369         * dvi/mdvi-lib/tt.c:
4370         * dvi/mdvi-lib/util.c:
4371         * dvi/mdvi-lib/vf.c:
4372         * dvi/pixbuf-device.c:
4373         * dvi/pixbuf-device.h:
4374         * impress/Makefile.am:
4375         * impress/common.h:
4376         * impress/document.c:
4377         * impress/f_oasis.c:
4378         * impress/f_oo13.c:
4379         * impress/iksemel.c:
4380         * impress/iksemel.h:
4381         * impress/imposter.h:
4382         * impress/impress-document.c:
4383         * impress/impress-document.h:
4384         * impress/internal.h:
4385         * impress/r_back.c:
4386         * impress/r_draw.c:
4387         * impress/r_geometry.c:
4388         * impress/r_gradient.c:
4389         * impress/r_style.c:
4390         * impress/r_text.c:
4391         * impress/render.c:
4392         * impress/render.h:
4393         * impress/zip.c:
4394         * impress/zip.h:
4395         * lib/Makefile.am:
4396         * lib/ev-debug.c:
4397         * lib/ev-debug.h:
4398         * lib/ev-file-helpers.c:
4399         * lib/ev-file-helpers.h:
4400         * lib/ev-gui.c:
4401         * lib/ev-gui.h:
4402         * lib/ev-tooltip.c:
4403         * lib/ev-tooltip.h:
4404         * libdocument/Makefile.am:
4405         * libdocument/ev-file-helpers.c:
4406         * pdf/Makefile.am:
4407         * pdf/ev-poppler.cc:
4408         * pdf/ev-poppler.h:
4409         * pixbuf/Makefile.am:
4410         * pixbuf/pixbuf-document.c:
4411         * pixbuf/pixbuf-document.h:
4412         * properties/Makefile.am:
4413         * ps/Makefile.am:
4414         * ps/gsdefaults.c:
4415         * ps/gsdefaults.h:
4416         * ps/gsio.c:
4417         * ps/gsio.h:
4418         * ps/gstypes.h:
4419         * ps/ps-document.c:
4420         * ps/ps-document.h:
4421         * ps/ps.c:
4422         * ps/ps.h:
4423         * shell/Makefile.am:
4424         * shell/ev-application.h:
4425         * shell/ev-sidebar-links.c:
4426         * shell/ev-sidebar-links.h:
4427         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4428         (ev_gui_menu_position_tree_selection):
4429         * shell/ev-utils.h:
4430         * shell/ev-view.c: (ev_view_finalize):
4431         * shell/ev-window.c:
4432         * shell/main.c: (main):
4433         * thumbnailer/Makefile.am:
4434         * tiff/Makefile.am:
4435         * tiff/tiff-document.c:
4436         * tiff/tiff-document.h:
4437         * tiff/tiff2ps.c:
4438         * tiff/tiff2ps.h:
4439         
4440         Reorganize source tree.
4441
4442 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4443
4444         * backend/ev-document-factory.c:
4445
4446         Do not include ev-poppler.h when pdf is disabled. 
4447
4448 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4449
4450         * configure.ac:
4451         * data/evince-ui.xml:
4452         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4453         (pdf_document_document_images_iface_init):
4454         * backend/Makefile.am:
4455         * backend/ev-document-images.[ch]:
4456         * backend/ev-image.[ch]:
4457         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4458         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4459         (ev_job_xfer_run):
4460         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4461         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4462         (ev_pixbuf_cache_get_image_mapping):
4463         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4464         (view_menu_popup_cb), (ev_window_dispose),
4465         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4466         (ev_view_popup_cmd_copy_image):
4467         * shell/ev-view-private.h:
4468         * shell/ev-view.c: (ev_view_get_image_at_location),
4469         (ev_view_do_popup_menu), (ev_view_popup_menu),
4470         (ev_view_button_press_event), (ev_view_drag_data_get),
4471         (ev_view_drag_motion), (ev_view_drag_data_received),
4472         (ev_view_motion_notify_event), (ev_view_button_release_event),
4473         (ev_view_finalize), (ev_view_class_init):
4474
4475         Add image handling support. Fixes bugs #310008 and #325047. Images
4476         selection is not supported yet. 
4477
4478 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4479
4480         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4481         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4482         (ev_view_init):
4483
4484         Move view drag and drop stuff to ev-view.
4485
4486 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4487
4488         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4489         * shell/ev-view.c: (clear_selection): 
4490
4491         Clear selection also in pixbuf cache.
4492
4493 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4494
4495         * data/evince.desktop.in.in:
4496         
4497         Change icon name in desktop file. See bug #390734
4498         for details.
4499
4500 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4501
4502         * thumbnailer/Makefile.am:
4503
4504         Use top_builddir instead top_srcdir for generated schema
4505         file installation. Fixes bug #390161.
4506
4507 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4508
4509         * configure.ac:
4510         * backend/Makefile.am:
4511         * backend/ev-document-transition.[ch]:
4512         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4513         (pdf_document_page_transition_iface_init):
4514         * shell/ev-view-private.h:
4515         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4516         (ev_view_set_presentation), (transition_next_page),
4517         (ev_view_presentation_transition_stop),
4518         (ev_view_presentation_transition_start), (ev_view_next_page):
4519
4520         Add page transition support in presentation mode. At the moment only
4521         page duration is supported, but not transition effects. Fixes bug
4522         #309815.
4523
4524 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4525
4526         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4527
4528         Run find_link_dest with document lock held, since it's called by links
4529         thread and main thread at the same time. 
4530
4531 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4532
4533         * shell/ev-view.c: (goto_dest):
4534
4535         Update page-cache when page is changed by the view, so that
4536         page-changed signal is emitted. 
4537
4538 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4539
4540         * test/test1.py:
4541         * test/test2.py:
4542
4543         Use C locale in tests. 
4544
4545 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4546
4547         * shell/ev-window.c: (ev_window_run_presentation):
4548         * shell/ev-view-private.h:
4549         * shell/ev-view.c: (ev_view_set_presentation):
4550
4551         Restore zoom settings when back from presentation mode. 
4552
4553 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4554
4555         * shell/ev-window.c: (ev_window_run_presentation):
4556
4557         Always use "best fit" zoom in presentation mode.
4558         Fixes bug #389195.
4559
4560 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4561
4562         * shell/ev-view.c: (ev_view_goto_window_create):
4563
4564         Show "Jump to page" label in the page jumping popup in
4565         presentation mode instead of just a GtkEntry.
4566
4567 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4568
4569         * shell/ev-window.c: (launch_external_uri):
4570
4571         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4572         #378085.
4573
4574 2006-12-22  Elijah Newren  <newren gmail com>
4575
4576         * configure.ac: explicitly check for libxml2.  Fixes #388795
4577
4578 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4579
4580         * shell/ev-view-private.h:
4581         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4582         (ev_view_goto_window_delete_event), (key_is_numeric),
4583         (ev_view_goto_window_key_press_event),
4584         (ev_view_goto_window_button_press_event),
4585         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4586         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4587         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4588
4589         Allow jumping to another page by typing a page number in presentation
4590         mode. It uses a popup window with an entry. Fixes bug #353625.
4591
4592 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4593
4594         * configure.ac:
4595         * properties/ev-properties-view.c: (ev_get_default_user_units),
4596         (ev_regular_paper_size):
4597         
4598         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4599         to Damien Carbery <damien.carbery@sun.com> and
4600         Yevgen Muntyan <muntyan@tamu.edu>.
4601
4602 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4603
4604         * shell/ev-window.c: (setup_document_from_metadata):
4605
4606         Make sure Evince doesn't restore the view on the last
4607         page when a document is reopened. Fixes bug #383381.
4608
4609 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4610
4611         * shell/ev-view.c: (draw_loading_text):
4612
4613         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4614
4615 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4616
4617         * configure.ac:
4618         * NEWS:
4619
4620         Release 0.7.0
4621
4622 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4623
4624         * configure.ac:
4625         * pdf/ev-poppler.cc: (pdf_print_context_free),
4626         (pdf_document_file_exporter_begin),
4627         (pdf_document_file_exporter_do_page):
4628
4629         Make cairo-pdf depedency optional. 
4630
4631 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4632
4633         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4634
4635         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4636
4637 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4638
4639         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4640         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4641         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4642         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4643         * shell/ev-view.c: (draw_loading_text):
4644         * shell/ev-window.c: (ev_window_cmd_file_properties):
4645
4646         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4647         related to using FontConfig from different threads.
4648         
4649 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4650
4651         * shell/ev-view.c: (draw_loading_text):
4652
4653         Acquire lock document when drawing "Loading..." text so that only one
4654         thread will use FontConfig at the same time. Fixes bug #374750.
4655
4656 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4657
4658         * shell/ev-page-action.[ch]: (activate_cb):
4659         * shell/ev-window.c: (activate_label_cb):
4660
4661         Check if text inserted in page entry is a valid page number when it
4662         doesn't match to any document page label. Fixes bug #383165.
4663
4664 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4665         * shell/ev-window.c:
4666
4667         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4668         available with GTK < 2.10. Added an ifdef to avoid compilation
4669         error.
4670
4671 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4672
4673         * configure.ac:
4674         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4675
4676         Fix ps backend in multihead systems.
4677
4678 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4679
4680         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4681         * shell/ev-window.c: (ev_window_get_screen_dpi),
4682         (ev_window_update_actions), (setup_view_from_metadata),
4683         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4684
4685         Take screen DPI into account when zooming. Fixes bug #318285.
4686
4687 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4688
4689         * data/Makefile.am:
4690
4691         Cleaned up/slightly refactored Makefile.am. Added GConf
4692         schemas uninstallation as well.
4693
4694 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4695
4696         * Makefile.am:
4697         * test/Makefile.am:
4698
4699         Fight with autotools to fix make check. Make distcheck
4700         works fine as well now!
4701
4702 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4703
4704         * shell/ev-view.c: (draw_end_presentation_page):
4705
4706         Corrected "end of presentation" string.
4707
4708 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4709
4710         * shell/ev-view.c: (ev_view_key_press_event):
4711
4712         Correctly propagate key press event so that up/down keys
4713         work as expected (correct behaviour was broken by
4714         black/white screen key bindings for presentations).
4715
4716 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4717
4718         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4719         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4720         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4721         (pdf_selection_get_selection_region),
4722         (pdf_selection_get_selection_map):
4723
4724         Add "static" to some private functions. 
4725
4726 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4727
4728         * lib/ev-tooltip.h:
4729         * properties/ev-properties-view.h:
4730         * shell/ev-jobs.h:
4731         * shell/ev-properties-dialog.h:
4732         * shell/ev-properties-fonts.h:
4733         * shell/ev-sidebar-links.h:
4734         * shell/ev-sidebar-thumbnails.h:
4735         * shell/ev-sidebar.h:
4736         * shell/ev-window.h:
4737         
4738         Fixes CHACK type in class casts. See bug #385343
4739         for details.
4740
4741 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4742
4743         * shell/ev-view-private.h:
4744         * shell/ev-view.c: (draw_end_presentation_page),
4745         (ev_view_expose_event), (ev_view_key_press_event),
4746         (ev_view_class_init), (ev_view_init):
4747
4748         Blank screen in presentation mode when pressing 'b' (filling with
4749         black) or 'w' (filling with white) keys. Fixes bug #358132.
4750
4751 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4752
4753         * data/evince-toolbar.xml:
4754         * shell/ev-window.c:
4755         
4756         Use stock icon for Select All action. Fixes
4757         bug #382652.
4758
4759 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4760
4761         * shell/ev-view.c: (get_doc_point_from_offset),
4762         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4763
4764         Add links support in rotated documents. Fixes bug #343733.
4765
4766 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4767
4768         * shell/ev-view-private.h:
4769         * shell/ev-view.c: (draw_end_presentation_page),
4770         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4771
4772         Show a blank page after the last page in presentation mode with a
4773         message indicating that presentation has finished and how to exit. 
4774
4775 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4776
4777         * shell/ev-window.c: (fullscreen_timeout_cb):
4778
4779         Hide cursor after a while in presentation mode. 
4780
4781 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4782
4783         * backend/ev-document-info.h:
4784         * data/evince-properties.glade:
4785         * pdf/ev-poppler.cc:
4786         * properties/ev-properties-view.c: (ev_regular_paper_size),
4787         (ev_properties_view_set_info):
4788         * ps/ps-document.c: (ps_document_get_info):
4789
4790         Adds a paper size field to the properties dialog. Fixes
4791         bug #307315. Patch by Kasper Svendsen (with some i18n
4792         changes done by me).
4793
4794 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4795
4796         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4797         (screensaver_init_dbus), (totem_scrsaver_new),
4798         (totem_scrsaver_init):
4799         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4800         * shell/ev-application.c: (ev_application_register_service),
4801         (ev_application_screensaver_enable),
4802         (ev_application_screensaver_disable):
4803         * shell/ev-application.h:
4804         * shell/ev-window.c: (ev_window_run_presentation),
4805         (ev_window_stop_presentation), (build_comments_string),
4806         (ev_window_init):
4807         
4808         Move screensaver handling to application. No more
4809         message on startup.
4810
4811 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4812
4813         * configure.ac:
4814         * backend/Makefile.am:
4815         * backend/ev-file-exporter.[ch]:
4816         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4817         * ps/ps-document.c: (ps_document_file_exporter_*):
4818         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4819         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4820         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4821         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4822
4823         Allow printing to PDF when suppoted by the backend.
4824         
4825 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4826
4827         * shell/ev-window.c: (build_comments_string):
4828
4829         Use always "Document Viewer" in about dialog. 
4830
4831 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4832
4833         * djvu/djvu-document.c: (djvu_document_get_page_size):
4834
4835         Display a warning message when get_pageinfo fails. 
4836
4837 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4838
4839         * Makefile.am:
4840         * backend/Makefile.am:
4841         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4842         * configure.ac:
4843         * shell/ev-window.c: (build_comments_string):
4844         
4845         Make pdf compilation optional. See bug #38007.
4846
4847 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4848
4849         * ps/ps.c: (get_next_text):
4850
4851         Fix CVE-2006-5864.
4852
4853 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4854
4855         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4856         * shell/ev-navigation-action.c: (connect_proxy),
4857         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4858         
4859         Do not call g_type_class_peek_parent twice.
4860
4861 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4862
4863         * configure.ac:
4864         * data/icons/24x24/.cvsignore:
4865         * data/icons/24x24/Makefile.am:
4866         * data/icons/24x24/evince.png:
4867         * data/icons/Makefile.am:
4868         
4869         Add 24x24 icon. Thanks to 
4870         Michael Monreal <infernux@web.de>.
4871
4872 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4873
4874         * configure.ac: Fix typo in configure.ac. Thanks
4875         to dmacks@netspace.org for notification.
4876
4877 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4878
4879         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4880         
4881         Drop dbus include, fixes compilation with older dbus.
4882
4883 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4884
4885         * configure.ac:
4886         * cut-n-paste/Makefile.am:
4887         * cut-n-paste/totem-screensaver/.cvsignore
4888         * cut-n-paste/totem-screensaver/Makefile.am:
4889         * cut-n-paste/totem-screensaver/README:
4890         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4891         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4892         * shell/Makefile.am:
4893         * shell/ev-window.c: (ev_window_run_presentation),
4894         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4895         (ev_window_init):
4896
4897         Implemented screensaver enabling/disabling for
4898         presentation mode (not fullscreen mode). Code stolen
4899         from Totem (with some minor tweaks). Fixes bug #338889.
4900
4901 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4902
4903         * configure.ac:
4904
4905         Bump gnome-icon-theme requirements. We use the rotation
4906         icons that appeared recently.
4907
4908 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4909
4910         * shell/ev-history.c: (ev_history_add_page):
4911         * shell/ev-history.h:
4912         * shell/ev-window.c: (page_changed_cb):
4913         
4914         Use page labels instead of numbers.
4915
4916 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4917
4918         * data/evince-toolbar.xml:
4919         * po/POTFILES.in:
4920         * shell/Makefile.am:
4921         * shell/ev-navigation-action-widget.c:
4922         (ev_navigation_action_widget_init),
4923         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4924         (menu_detacher), (ev_navigation_action_widget_set_menu),
4925         (menu_position_func), (popup_menu_under_arrow),
4926         (ev_navigation_action_widget_toggled),
4927         (ev_navigation_action_widget_button_press_event):
4928         * shell/ev-navigation-action-widget.h:
4929         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4930         (ev_navigation_action_set_window), (activate_menu_item_cb),
4931         (new_history_menu_item), (new_empty_history_menu_item),
4932         (build_menu), (menu_activated_cb), (connect_proxy),
4933         (create_tool_item), (ev_navigation_action_init),
4934         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4935         * shell/ev-navigation-action.h:
4936         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4937         (ev_page_action_widget_set_page_cache),
4938         (ev_page_action_widget_finalize),
4939         (ev_page_action_widget_class_init), (match_selected_cb),
4940         (display_completion_text), (match_completion), (build_new_tree_cb),
4941         (get_filter_model_from_model),
4942         (ev_page_action_widget_update_model):
4943         * shell/ev-page-action-widget.h:
4944         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4945         (connect_proxy):
4946         * shell/ev-page-action.h:
4947         * shell/ev-stock-icons.c:
4948         * shell/ev-stock-icons.h:
4949         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4950         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4951         (register_custom_actions):
4952         * shell/main.c:
4953         
4954         Preliminary history implementation
4955
4956 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4957
4958         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4959         (dvi_document_class_init), (dvi_document_init_params):
4960         * dvi/mdvi-lib/font.c: (font_reference):
4961         
4962         Add reference to subfont. Fixes bug #374277.
4963
4964 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4965
4966         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4967         (ev_window_cmd_file_open_copy_at_dest):
4968
4969         Fix a race condition when creating symlink. Increase the counter
4970         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4971         Mathias Hasselmann).
4972
4973 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4974
4975         * backend/Makefile.am:
4976         * backend/ev-attachment.c: (ev_attachment_open):
4977         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4978         (ev_tmp_dir), (ev_tmp_filename):
4979         * shell/ev-sidebar-attachments.c:
4980         (ev_sidebar_attachments_drag_data_get):
4981         * shell/ev-window.c: (ev_window_clear_temp_file):
4982
4983         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4984         in ensure_dir_exists. Abort without crashing when we can't create
4985         user's directory.
4986
4987 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4988
4989         * data/evince-ui.xml:
4990         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4991         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4992         (ev_window_cmd_file_open_copy_at_dest),
4993         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4994         (ev_view_popup_cmd_open_link_new_window):
4995
4996         Allow opening a copy of the current document in a new window. Fixes bug
4997         #357472
4998
4999 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5000
5001         * data/evince-toolbar.xml:
5002         
5003         Add rotate right and rotate left to available items for toolbar.
5004         
5005         * data/evince-ui.xml:
5006         * shell/ev-window.c: (ev_window_init):
5007         
5008         Customize toolbar with right click. Fixes bug #372451.
5009
5010 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5011
5012         * shell/ev-window.c: 
5013         
5014         Use "object-rotate-{left,right}" stock icons. Fixes 
5015         bug #373863.
5016
5017 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5018
5019         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5020         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5021         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5022         (ev_window_open_uri):
5023         * shell/main.c: (arguments_parse):
5024
5025         Remove temp file created when evince is used by GTK+ in
5026         preview mode. Fixes bug #365282. 
5027
5028 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5029
5030         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5031         
5032         Fixes bug #372474 - Side pane disabled when entering 
5033         and leaving fullscreen mode.
5034
5035 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5036
5037         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5038         * data/Makefile.am:
5039         * data/evince-preview-toolbar.xml:
5040         * data/evince-toolbar.xml:
5041         * shell/ev-application.c: (ev_application_shutdown),
5042         (ev_application_init), (ev_application_get_toolbars_model):
5043         * shell/ev-application.h:
5044         * shell/ev-window.c: (update_chrome_visibility),
5045         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5046         (ev_window_cmd_edit_toolbar), (ev_window_init):
5047         
5048         Fixes bug #364364 - toolbar editor shows zoom actions again.
5049
5050 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5051
5052         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5053
5054         Do not take margins into consideration for paper size when printing.
5055         Really fixes bug #350491.
5056
5057 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5058
5059         * data/evince-ui.xml:
5060         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5061         (ev_window_cmd_file_print_setup),
5062         (ev_window_print_dialog_response_cb),
5063         (ev_window_setup_action_sensitivity):
5064
5065         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5066
5067 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5068
5069         * shell/ev-window.c: (ev_window_print_range):
5070
5071         Revert my previuos commit, since printing to PDF is not supported by
5072         evince yet. 
5073
5074 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5075
5076         * shell/ev-window.c: (ev_window_print_range):
5077
5078         Enable print to a PDF. Fixes bug #332121.
5079
5080 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5081
5082         * shell/ev-application-service.xml:
5083         * shell/ev-application.[ch]: (ev_application_open_window),
5084         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5085         (ev_application_open_uri), (ev_application_open_uri_list):
5086         * shell/ev-window.c: (file_open_dialog_response_cb),
5087         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5088         (drag_data_received_cb), (open_remote_link):
5089         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5090
5091         Add support for multiscreen systems. Fixes bug #316206.
5092
5093 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5094
5095         * shell/ev-jobs.[ch]: (ev_job_print_new),
5096         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5097         (ev_job_print_do_page):
5098         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5099
5100         Allow printing only odd/even pages. Fixes bug #367289.
5101
5102 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5103
5104         * test/test1.py:
5105         * test/test2.py:
5106
5107         Re-add locale settings to test files.
5108
5109 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5110
5111         * data/evince-ui.xml:
5112         * shell/ev-window.c: (set_action_properties):
5113         
5114         Removed garbage from code and ui.
5115
5116 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5117
5118         * shell/ev-window.c: (ev_window_cmd_help_about):
5119
5120         Shamelessly add my name to the list of contributors.
5121
5122 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5123
5124         * test/test1.py:
5125         * test/test2.py:
5126
5127         Cleaned up the dogtail scripts.
5128
5129 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5130
5131         * shell/ev-view.c: (draw_loading_text): Don't render
5132         "loading..." text in presentation mode. Temporary
5133         workaround for bug #320352.
5134
5135 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5136
5137         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5138         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5139
5140         Use print settings scale, copies, collate and reverse which were
5141         ignored. Fixes bug #359032.
5142
5143 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5144
5145         * configure.ac:
5146         * data/evince-password.glade:
5147         * test/Makefile.am:
5148         * test/test-encrypt.pdf:
5149         * test/test-links.pdf:
5150         * test/test1.py:
5151         * test/test2.py:
5152
5153         Add automated UI tests for evince with dogtail. See
5154         bug #300948.    
5155
5156 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5157
5158         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5159
5160         Hide fullscreen toolbar when switching to another desktop workspace.
5161         Fixes bug #338871
5162
5163 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5164
5165         * shell/ev-window-title.c: 
5166         
5167         Test for .dvi in title of pdf documents.
5168
5169 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5170
5171         * shell/ev-view.c: (ev_view_scroll):
5172
5173         Page Up/Down should do page jumps in "Best fit" mode.
5174         If a user has explicitly chosen to view exactly one page
5175         at a time, scrolling just a part of the page when
5176         pressing Page Up/Down is not right. Fixes bug #323107.
5177
5178 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5179
5180         * NEWS:
5181         * configure.ac:
5182         
5183         Update for 0.6.1
5184
5185 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5186
5187         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5188         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5189         
5190         Correctly disconnect from job signals on destroy.
5191
5192 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5193
5194         * shell/ev-view-private.h:
5195         * shell/ev-view.c: (view_set_adjustment_values),
5196         (view_update_range_and_current_page),
5197         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5198         
5199         Fixes bug #343199, current page now follows find page.
5200
5201 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5202
5203         * backend/ev-document-factory.c:
5204         * configure.ac:
5205         Assigned OpenDocument presenation MIME type to the
5206         Impress backend. Added some missing (but harmless)
5207         #ifdefs in the document factory as well to make things
5208         consistent again. Fixes bug #360658.
5209
5210 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5211
5212         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5213         * backend/ev-document-find.c: (ev_document_find_get_type):
5214         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5215         * backend/ev-document-links.c: (ev_document_links_get_type):
5216         * backend/ev-document-security.c: (ev_document_security_get_type):
5217         * backend/ev-document-thumbnails.c:
5218         (ev_document_thumbnails_get_type):
5219         * backend/ev-document.c: (ev_document_get_type):
5220         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5221         * backend/ev-selection.c: (ev_selection_get_type):
5222         * cut-n-paste/recent-files/egg-recent-model.c:
5223         (egg_recent_model_get_type):
5224         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5225         (egg_recent_view_uimanager_get_type):
5226         * cut-n-paste/recent-files/egg-recent-view.c:
5227         (egg_recent_view_get_type):
5228         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5229         (egg_editable_toolbar_get_type):
5230         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5231         (egg_toolbar_editor_get_type):
5232         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5233         (egg_toolbars_model_get_type):
5234         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5235         (egg_tree_multi_drag_source_get_type):
5236         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5237         (ephy_zoom_action_get_type):
5238         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5239         (ephy_zoom_control_get_type):
5240         * impress/r_back.c: (_imp_fill_back):
5241         * properties/ev-properties-main.c:
5242         (ev_properties_plugin_register_type):
5243         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5244         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5245         (ev_view_accessible_factory_get_type):
5246
5247         Reduce relocations. Bug #360616.
5248
5249 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5250
5251         * backend/ev-document-factory.c:
5252         (ev_document_factory_get_document):
5253         
5254         Load document even if extension is wrong.
5255
5256 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5257
5258         * shell/ev-metadata-manager.c: (save_values):
5259         * shell/ev-window.c: (setup_size_from_metadata),
5260         (setup_view_from_metadata), (ev_window_setup_document),
5261         (ev_window_xfer_job_cb), (window_configure_event_cb):
5262         
5263         Set size according to the document size/page size ratio.
5264         That should correct rather wierd behaviour of the previous
5265         commit.
5266
5267 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5268
5269         * shell/ev-window.c: (setup_view_from_metadata):
5270         
5271         Set size for new windows from previous window size.
5272         See bugs #354968 and #168450 for details. Thanks
5273         to Meik Hellmund.
5274
5275 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5276
5277         * djvu/djvu-links.c: (build_tree):
5278
5279         Fix memory leak.
5280
5281 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5282
5283         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5284         
5285         Don't make sidebar close button insensitive. Fixes
5286         bug #357871.
5287
5288 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5289
5290         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5291         (ev_window_set_view_accels_sensitivity):
5292         
5293         Don't enable Slash on documents which don't support
5294         find. Fixes bug #358648.
5295
5296 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5297
5298         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5299         open dialog fall back to the current document uri if the
5300         filechooser hasn't been used before. Fixes bug #356980.
5301
5302 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5303
5304         * shell/ev-window.c: (ev_window_setup_recent), 
5305         (ev_window_get_recent_file_label):
5306
5307         Escape underscores in filenames of recent file items.
5308
5309 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5310
5311         * configure.ac:
5312         
5313         Bumped poppler requirements, really 0.5.3 is very 
5314         buggy, now we require 0.5.4.
5315
5316 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5317
5318         * djvu/Makefile.am:
5319         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5320         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5321         (djvu_document_document_links_iface_init):
5322         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5323         (number_from_string_10), (get_djvu_link_dest),
5324         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5325         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5326         (djvu_links_get_links), (djvu_links_find_link_dest),
5327         (djvu_links_get_links_model):
5328         * djvu/djvu-links.h:
5329         
5330         Add support for links and bookmarks in djvu documents. Thanks
5331         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5332         patch.
5333
5334 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5335
5336         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5337         
5338         Reopen should reload document. Fixes 
5339         bug 327951.
5340
5341 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5342
5343         * configure.ac:
5344         * data/Makefile.am:
5345         * data/evince-16.png:
5346         * data/evince-22.png:
5347         * data/evince.png:
5348         * data/evince.svg:
5349         * data/icons/16x16/Makefile.am:
5350         * data/icons/16x16/evince.png:
5351         * data/icons/22x22/Makefile.am:
5352         * data/icons/22x22/evince.png:
5353         * data/icons/48x48/Makefile.am:
5354         * data/icons/48x48/evince.png:
5355         * data/icons/Makefile.am:
5356         * data/icons/scalable/Makefile.am:
5357         * data/icons/scalable/evince.svg:
5358         
5359         Install icons with correct names. Fixes
5360         bug #354429.
5361
5362 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5363
5364         * shell/ev-view.c: (ev_view_button_release_event):
5365
5366         Don't open links with middle mouse button. Fixes bug #353649
5367
5368 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5369
5370         * NEWS:
5371         * configure.ac:
5372         
5373         Update for release 0.6.0
5374
5375 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5376
5377         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5378         Implement Close named action. Patch by Carlos Garcia Campos.
5379
5380 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5381
5382         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5383         
5384         Don't clear link mapping on copy_job_to_job_info. Fixes
5385         bug 346168.
5386
5387 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5388
5389         * shell/main.c: (main):
5390
5391         Revert my previous commit, gnome_program_init owns the option context.
5392         Fix another memory leak in main. Both caught by Christian Persch. 
5393
5394 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5395
5396         * shell/main.c: (main):
5397
5398         Fix memory leak.
5399
5400 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5401
5402         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5403
5404         Fix crash when opening a pdf with password protection. 
5405
5406 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5407
5408         * pdf/ev-poppler.cc: (pdf_document_search_free):
5409
5410         Fix memory leak. 
5411
5412 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5413
5414         * backend/ev-document-factory.c:
5415         (ev_document_factory_get_document):
5416         * tiff/tiff-document.c: (tiff_document_finalize):
5417         
5418         More correct handling of document loading. Fixes
5419         bug #349043.
5420
5421 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5422
5423         * backend/ev-attachment.c: (ev_attachment_save):
5424
5425         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5426         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5427
5428 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5429         
5430         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5431         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5432
5433 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5434
5435         * shell/ev-sidebar-thumbnails.c:
5436
5437         Do not render thumbnails unless thumbnails page is active in the
5438         sidebar.
5439
5440 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5441
5442         * shell/ev-properties-dialog.c:
5443
5444         Fix dialogue spacing. Bug #351370.
5445
5446 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5447
5448         * configure.ac:
5449
5450         Use lowercase gettext catalog file names (evince.mo
5451         instead of Evince.mo)
5452
5453 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5454
5455         * shell/ev-sidebar-attachments.c:
5456
5457         GtkIconTheme is now screen safe too. Fixes bug #350878
5458
5459 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5460
5461         * shell/ev-window.c:
5462
5463         GtkRecent manager is now screen safe. Fixes bug #350145
5464
5465 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5466
5467         * shell/ev-sidebar.c: (ev_sidebar_init):
5468         
5469         Make sidebar close icon smaller. Fix for bug 350177.
5470         See also bugs 350176 and 165770.
5471
5472 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5473
5474         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5475
5476         Ignore zoom for xyz destinations when it's <= 1, keeping user
5477         preferences instead. Set correct sizing-mode for fith and fitv
5478         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5479
5480 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5481
5482         * NEWS:
5483         * configure.ac:
5484         
5485         Update for release 0.5.5
5486
5487 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5488         
5489         * shell/ev-window.c: (ev_window_cmd_escape)
5490
5491         Escape unfocus page entry. Fixes bug #345809.
5492
5493 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5494
5495         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5496         (build_tree), (pdf_document_links_get_links),
5497         (pdf_document_links_find_link_dest):
5498         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5499         (goto_xyz_dest):
5500
5501         Convert from PDF style coordinates to X style coordinates in the
5502         backend rather than in the view. Fixes bug #338440
5503
5504 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5505
5506         * shell/ev-window.c:
5507         
5508         Remove Ctrl+Shift+T shortcut for toolbars. See
5509         the bug #350098.
5510
5511 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5512
5513         * configure.ac:
5514
5515         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5516         of this. 
5517
5518 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5519
5520         * configure.ac:
5521         * cut-n-paste/Makefile.am:
5522         * data/evince-ui.xml:
5523         * shell/Makefile.am:
5524         * shell/ev-application.[ch]:
5525         * shell/ev-window.c:
5526
5527         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5528         #349273
5529
5530 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5531
5532         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5533         findbar code: s/help/search/
5534
5535 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5536
5537         * shell/ev-window.c: (setup_document_from_metadata),
5538         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5539         (setup_view_from_metadata):
5540         
5541         Fix memory leaks.
5542
5543 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5544
5545         * autogen.sh, configure.ac: 
5546         
5547         Update automake usage. See bug 349292.
5548
5549 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5550
5551         * shell/eggfindbar.c: (egg_find_bar_class_init),
5552         (entry_activate_callback), (egg_find_bar_init),
5553         (egg_find_bar_set_status_text):
5554         * shell/eggfindbar.h:
5555         
5556         Unify Evince findbar with Epiphany. Nice patch
5557         from Fabricio Silva <silva@crans.org> and
5558         Frederic Peters <fpeters@entrouvert.com>. See
5559         bug #339966 for details.
5560
5561 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5562
5563         * data/evince.desktop.in.in:
5564         
5565         Correct information for bugzilla. Thanks to
5566         Olaf Vitters, see bug #348855.
5567
5568 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5569
5570         * shell/ev-jobs.[ch]:
5571         * shell/ev-sidebar-links.c:
5572         * shell/ev-window.[ch]:
5573
5574         GtkPrintJob doesn't support print ranges or current page, so we export
5575         to a ps file now when printing ranges or current page.
5576
5577 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5578
5579         * pdf/ev-poppler.cc:
5580         * shell/ev-window.c: (do_action_named):
5581
5582         We should be more clear about bugzilla. See the
5583         poppler bug #7623.
5584
5585 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5586
5587         * configure.ac:
5588         * shell/Makefile.am:
5589         * shell/ev-job-queue.c:
5590         * shell/ev-jobs.[ch]:
5591         * shell/ev-sidebar-links.c:
5592         * shell/ev-window.[ch]:
5593         
5594         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5595         #348422
5596
5597 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5598
5599         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5600         * shell/ev-application-service.xml:
5601         * shell/ev-application.[ch]:
5602         * shell/ev-jobs.[ch]:
5603         * shell/ev-window.[ch]: (ev_window_run_preview):
5604         * shell/main.c: 
5605
5606         Add preview mode to use evince as a printing previewer. It also adds
5607         other command line options for fullscreen and presentation modes.
5608         Fixes bugs #347822, #317031
5609
5610 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5611
5612         * NEWS:
5613         * configure.ac:
5614         
5615         Update for release 0.5.4
5616
5617 2006-07-11  Bastien Nocera <hadess@hadess.net>
5618
5619         * Makefile.am:
5620         * backend/Makefile.am:
5621         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5622         * backend/ev-document-factory.h:
5623         * configure.ac:
5624         * impress/.cvsignore:
5625         * impress/Makefile.am:
5626         * impress/common.h:
5627         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5628         (imp_get_page), (imp_next_page), (imp_prev_page),
5629         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5630         * impress/f_oasis.c: (render_object), (render_page),
5631         (get_geometry), (_imp_oasis_load):
5632         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5633         (_imp_oo13_load):
5634         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5635         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5636         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5637         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5638         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5639         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5640         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5641         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5642         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5643         (iks_new_within), (iks_insert), (iks_insert_cdata),
5644         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5645         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5646         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5647         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5648         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5649         (iks_cdata), (iks_cdata_size), (iks_has_children),
5650         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5651         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5652         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5653         (iks_tree), (iks_load), (iks_save):
5654         * impress/iksemel.h:
5655         * impress/imposter.h:
5656         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5657         (imp_render_draw_bezier_real), (imp_render_get_size),
5658         (imp_render_set_fg_color), (imp_render_draw_line),
5659         (imp_render_draw_rect), (imp_render_draw_polygon),
5660         (imp_render_draw_arc), (imp_render_draw_bezier),
5661         (imp_render_open_image), (imp_render_get_image_size),
5662         (imp_render_scale_image), (imp_render_draw_image),
5663         (imp_render_close_image), (imp_render_markup),
5664         (imp_render_get_text_size), (imp_render_draw_text),
5665         (impress_document_load), (impress_document_save),
5666         (impress_document_get_n_pages), (impress_document_get_page_size),
5667         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5668         (impress_document_finalize), (impress_document_class_init),
5669         (impress_document_can_get_text), (impress_document_get_info),
5670         (impress_document_document_iface_init),
5671         (impress_document_thumbnails_get_thumbnail),
5672         (impress_document_thumbnails_get_dimensions),
5673         (impress_document_document_thumbnails_iface_init),
5674         (impress_document_init):
5675         * impress/impress-document.h:
5676         * impress/internal.h:
5677         * impress/r_back.c: (_imp_fill_back):
5678         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5679         (_imp_draw_image), (_imp_tile_image):
5680         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5681         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5682         (r_polyline):
5683         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5684         (r_draw_gradient_complex), (r_draw_gradient):
5685         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5686         (r_get_bullet):
5687         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5688         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5689         (r_text):
5690         * impress/render.c: (imp_create_context), (imp_context_set_page),
5691         (imp_context_set_step), (imp_render), (imp_delete_context):
5692         * impress/render.h:
5693         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5694         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5695         (zip_load_xml), (zip_get_size), (zip_load):
5696         * impress/zip.h:
5697         * shell/ev-utils.c:
5698         
5699         New backend to support impress slides. Fixes bug #30867.
5700
5701 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5702
5703         * shell/ev-utils.c: (using_postscript_printer):
5704         
5705         Fixes crash when print using PAPI backend,
5706         bug #345012.
5707
5708 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5709
5710         * shell/ev-jobs.c: (ev_job_xfer_run):
5711         * shell/ev-window.c: (password_dialog_response),
5712         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5713         (ev_window_dispose):
5714         Fixes bug #344160: if the xfer job doesn't complete
5715         because a password is required, reload the existing
5716         instance instead of creating a new one.
5717
5718 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5719
5720         * shell/main.c: (main): Call gdk_threads_init. Thus
5721         we'll avoid errors in auth dialog. Fix for the bug
5722         #343347.
5723
5724 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5725
5726         * configure.ac: Advertise pixbuf support, fix
5727         for the bug 343317.
5728
5729 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5730
5731         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5732         (ev_sidebar_thumbnails_set_document):
5733         
5734         Update sidebar thumbnails after reloading.
5735
5736 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5737
5738         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5739         * shell/ev-jobs.h:
5740         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5741         (ev_window_cmd_view_reload), (ev_window_init):
5742         
5743         Don't crash on reload. Fix for the bug #343167.
5744
5745 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5746
5747         * shell/ev-jobs.c: (ev_job_render_run):
5748         
5749         Check for document links.
5750
5751 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5752
5753         * backend/ev-attachment.c: (ev_attachment_save),
5754         (ev_attachment_launch_app), (ev_attachment_open):
5755         * backend/ev-document-factory.c: (get_document_from_uri):
5756         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5757         (egg_recent_view_uimanager_set_list):
5758         * ps/ps-document.c: (check_filecompressed), (document_load),
5759         (ps_document_load):
5760         * shell/ev-metadata-manager.c: (load_values):
5761         * shell/ev-password.c: (ev_password_dialog_set_property):
5762         * shell/ev-view.c: (tip_from_link):
5763         * shell/ev-window.c: (file_save_dialog_response_cb),
5764         (ev_window_print_dialog_response_cb):
5765         
5766         Use consistent quoting style. Fix for the bug #320285.
5767
5768 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5769
5770         * shell/ev-jobs.c: (ev_job_xfer_run):
5771         * shell/main.c: (load_files):
5772                 
5773         Open links with anchors. Fix for the bug #339836.
5774
5775 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5776
5777         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5778         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5779         (ev_link_dest_set_property), (ev_link_dest_finalize),
5780         (ev_link_dest_class_init), (ev_link_dest_new_named),
5781         (ev_link_dest_new_page_label):
5782         * backend/ev-link-dest.h:
5783         * shell/ev-application.c: (ev_application_open_uri):
5784         * shell/ev-view.c: (goto_dest):
5785         * shell/ev-window.c:
5786         * shell/ev-window.h:
5787         
5788         Fix page-label command line option. Bug #342070.
5789
5790 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5791
5792         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5793         
5794         Don't show highlight rects if page can't be showed. Fix for 
5795         the bug #342076
5796
5797 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5798
5799         * shell/ev-window.c: (setup_sidebar_from_metadata),
5800         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5801         
5802         Setup sidebar from metadata even if there is no document
5803         loaded. Fix for the bug #342807.
5804
5805 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5806
5807         * cut-n-paste/toolbar-editor/Makefile.am:
5808         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5809         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5810         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5811         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5812         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5813         (popup_context_menu_cb), (button_press_event_cb),
5814         (configure_item_sensitivity), (configure_item_cursor),
5815         (configure_item_tooltip), (connect_widget_signals),
5816         (action_sensitive_cb), (create_item_from_action),
5817         (create_item_from_position), (toolbar_drag_data_received_cb),
5818         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5819         (toolbar_drag_leave_cb), (configure_drag_dest),
5820         (toggled_visibility_cb), (toolbar_visibility_refresh),
5821         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5822         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5823         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5824         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5825         (egg_editable_toolbar_dispose),
5826         (egg_editable_toolbar_set_ui_manager),
5827         (egg_editable_toolbar_get_selected),
5828         (egg_editable_toolbar_set_selected), (set_edit_mode),
5829         (egg_editable_toolbar_set_property),
5830         (egg_editable_toolbar_get_property),
5831         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5832         (egg_editable_toolbar_new_with_model),
5833         (egg_editable_toolbar_get_edit_mode),
5834         (egg_editable_toolbar_set_edit_mode),
5835         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5836         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5837         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5838         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5839         (item_added_or_removed_cb), (toolbar_removed_cb),
5840         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5841         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5842         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5843         (editor_create_item_from_name), (append_table),
5844         (update_editor_sheet), (egg_toolbar_editor_init):
5845         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5846         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5847         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5848         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5849         (toolbar_node_free), (egg_toolbars_model_get_flags),
5850         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5851         (egg_toolbars_model_get_name), (impl_add_item),
5852         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5853         (parse_data_list), (parse_item_list), (parse_toolbars),
5854         (egg_toolbars_model_load_toolbars), (parse_available_list),
5855         (parse_names), (egg_toolbars_model_load_names),
5856         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5857         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5858         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5859         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5860         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5861         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5862         (egg_toolbars_model_set_types), (fill_avail_array),
5863         (egg_toolbars_model_get_name_avail),
5864         (egg_toolbars_model_get_name_flags),
5865         (egg_toolbars_model_set_name_flags):
5866         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5867         * cut-n-paste/toolbar-editor/eggintl.h:
5868         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5869         (egg_tree_multi_drag_source_get_type),
5870         (egg_tree_multi_drag_source_row_draggable),
5871         (egg_tree_multi_drag_source_drag_data_delete),
5872         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5873         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5874         (path_list_free), (set_context_data), (get_context_data),
5875         (get_info), (egg_tree_multi_drag_drag_data_get),
5876         (egg_tree_multi_drag_motion_event),
5877         (egg_tree_multi_drag_button_press_event),
5878         (egg_tree_multi_drag_add_drag_support):
5879         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5880         * shell/ev-application.c: (ev_application_init),
5881         (ev_application_save_toolbars_model):
5882         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5883         (ev_window_cmd_edit_toolbar), (ev_window_init):
5884         
5885         Sync toolbareditor with epiphany and libegg
5886
5887 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5888
5889         * configure.ac: 
5890
5891         Depend on poppler 0.5.2
5892
5893 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5894
5895         * shell/ev-jobs.c: (ev_job_render_run):
5896         
5897         Check if document supports links iterface.
5898
5899 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5900
5901         * NEWS:
5902         * configure.ac:
5903         
5904         Update for release 0.5.3
5905
5906 2006-05-13  Michael Plump  <plumpy@skylab.org>
5907
5908         * configure.ac:
5909         * shell/Makefile.am:
5910         * shell/main.c: (main):
5911         
5912         Port to GOption command line parsing. Fix for the 
5913         bug #327518
5914
5915 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5916
5917         * shell/ev-window.c: (ev_window_cmd_help_about):
5918         
5919         Do not wrap license. Fix for the bug #309460.
5920
5921 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5922
5923         * configure.ac:
5924         * properties/ev-properties-main.c: (ev_properties_get_pages):
5925         * shell/ev-application.c: (ev_application_open_window),
5926         (ev_application_open_uri_at_dest):
5927         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5928         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5929         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5930         * shell/ev-utils.c: (save_print_config_to_file):
5931         * shell/ev-window.c: (ev_window_cmd_save_as),
5932         (ev_attachment_popup_cmd_save_attachment_as):
5933         * shell/main.c: (load_files_remote):
5934         
5935         Bump requirements to gtk 2.8 and drop all ifdefs used.
5936
5937 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5938
5939         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5940         * shell/ev-window.c: (ev_window_init):
5941         
5942         Show attachments page.
5943
5944 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5945
5946         * po/POTFILES.in:
5947         * shell/ev-attachment-bar.c:
5948         * shell/ev-attachment-bar.h:
5949         * shell/ev-sidebar-attachments.c:
5950         (ev_sidebar_attachments_icon_cache_add),
5951         (icon_theme_get_pixbuf_from_mime_type),
5952         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5953         (ev_sidebar_attachments_icon_cache_refresh),
5954         (ev_sidebar_attachments_get_attachment_at_pos),
5955         (ev_sidebar_attachments_popup_menu_show),
5956         (ev_sidebar_attachments_popup_menu),
5957         (ev_sidebar_attachments_button_press),
5958         (ev_sidebar_attachments_update_icons),
5959         (ev_sidebar_attachments_drag_data_get),
5960         (ev_sidebar_attachments_get_property),
5961         (ev_sidebar_attachments_destroy),
5962         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5963         (ev_sidebar_attachments_new),
5964         (ev_sidebar_attachments_set_document),
5965         (ev_sidebar_attachments_support_document),
5966         (ev_sidebar_attachments_get_label),
5967         (ev_sidebar_attachments_page_iface_init):
5968         * shell/ev-sidebar-attachments.h:
5969         * shell/ev-window.c: (update_chrome_visibility),
5970         (setup_sidebar_from_metadata), (ev_window_setup_document),
5971         (ev_window_sidebar_current_page_changed_cb),
5972         (attachment_bar_menu_popup_cb), (ev_window_init):
5973         
5974         Move attachments bar to sidebar.
5975
5976 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5977
5978         * pdf/ev-poppler.cc:
5979         * shell/ev-application.[ch]:
5980         * shell/main.c:
5981
5982         Fix some memory leaks.
5983
5984 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5985
5986         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5987
5988         Change the properties dialog response to
5989         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5990         will make the dialog go away when the user presses
5991         enter. With gtk+ >= 2.9 this will happen anyway, but for
5992         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5993         escape by default. Fixes bug #340539. See also bug
5994         #101293 for the gtk+ part.
5995
5996 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5997
5998         * shell/ev-view.c (tip_from_action_named): Replace some strings
5999         that were wrong. Closes #340970.
6000
6001 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6002
6003         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6004
6005         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6006         #341049
6007
6008 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6009
6010         * djvu/Makefile.am:
6011         * dvi/Makefile.am:
6012         * dvi/mdvi-lib/Makefile.am:
6013         * properties/Makefile.am:
6014         * ps/Makefile.am:
6015         * shell/Makefile.am:
6016         * thumbnailer/Makefile.am:
6017         
6018         Due to broken libtool that is unable to track dependencies
6019         of noinst libraries we are forced to explicitely point
6020         libraries for binary. Fix for the bug #333334.
6021
6022 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6023
6024         * data/evince.desktop.in.in:
6025         * shell/ev-view.c: (view_update_range_and_current_page),
6026         (ev_view_next_page), (ev_view_previous_page):
6027         * shell/ev-window.c: (update_chrome_visibility),
6028         (setup_sidebar_from_metadata), (ev_window_setup_document),
6029         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6030         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6031         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6032         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6033         (ev_window_stop_presentation), (ev_window_focus_in_event),
6034         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6035         (ev_window_init):
6036         * thumbnailer/Makefile.am:
6037         
6038         Update fullscreen and presentation timeout handling. Hide
6039         cursor in presentation after timeout. Fix for the bugs
6040         #136359 and #336981.
6041
6042 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6043
6044         * backend/ev-link-action.[ch]:
6045         * pdf/ev-poppler.cc: (ev_link_from_action):
6046         * shell/ev-view-private.h:
6047         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6048         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6049
6050         Add support for Named Action links
6051
6052 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6053
6054         * backend/Makefile.am:
6055         * backend/ev-document-links.[ch]:
6056         * backend/ev-document.[ch]:
6057         * backend/ev-link-action.[ch]:
6058         * backend/ev-link-dest.[ch]:
6059         * backend/ev-link.[ch]:
6060         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6061         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6062         * shell/ev-page-action.c: (build_new_tree_cb):
6063         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6064         (links_page_num_func), (update_page_callback):
6065         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6066         (tip_from_link):
6067         * shell/ev-jobs.c:
6068         * shell/ev-window.[ch]: (ev_window_open_uri),
6069         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6070         * shell/ev-application.[ch]: (ev_application_open_window),
6071         (ev_application_open_uri):
6072
6073         Rework links system, it adds support for remote links now and it makes
6074         easier to add new kinds of actions and destinations. Fixes bug #317292
6075
6076 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6077
6078         * data/Makefile.am:
6079         * data/evince.png:
6080         * data/evince-16.png:
6081         * data/evince-22.png:
6082         * data/evince.svg:
6083         * shell/main.c: (main):
6084         
6085         Evince use it's own icon. Fix for the bug #313392.
6086
6087         * shell/ev-window.c: (fullscreen_timeout_cb),
6088         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6089         (ev_window_cmd_help_about), (ev_window_dispose):
6090         
6091         Simplify fullscreen timeout code.
6092
6093 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6094
6095         * backend/ev-attachment.c: 
6096         * shell/ev-attachment-bar.c:
6097         * shell/ev-window.c:
6098
6099         Allow multiple selection of attachments
6100
6101 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6102
6103         * shell/ev-view.c: (view_update_range_and_current_page),
6104         (ev_view_scroll):
6105         
6106         Fix for the bug #312573 – Optimal selection of current 
6107         page among visible pages.
6108
6109 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6110
6111         * configure.ac:
6112         * djvu/Makefile.am:
6113         * djvu/djvu-text.h:
6114         
6115         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6116         for the bug 339868.
6117
6118 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6119
6120         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6121
6122 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6123
6124         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6125         dictated by the GNOME HIG. Fixes bug #339235.
6126
6127 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6128
6129         * data/evince-ui.xml:
6130         * shell/ev-view.c: (ev_view_can_find_previous):
6131         * shell/ev-view.h:
6132         * shell/ev-window.c: (ev_window_update_actions),
6133         (ev_window_cmd_edit_find_previous):
6134
6135         Add support for "Find Previous" as dictated by the GNOME HIG. A
6136         menu item is added and some glue code to make it all work is added
6137         to various files.
6138
6139 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6140
6141         * configure.ac: Award myself the "useless use of cat" award.
6142
6143 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6144
6145         * po/LINGUAS: New file listing all supported languages.
6146
6147         * configure.in: Use po/LINGUAS instead of including all languages
6148         directly in this file. See the wiki for more information:
6149         http://live.gnome.org/GnomeGoals/PoLinguas
6150
6151 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6152
6153         * backend/ev-document-factory.c:
6154
6155         Do not load the document twice when there isn't errors
6156
6157 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6158
6159         * backend/ev-attachment.c: 
6160
6161         Fix a crash when there isn't a default application to open an
6162         attachment
6163
6164 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6165
6166         * backend/ev-attachment.[ch]:
6167         * shell/ev-attachment-bar.[ch]:
6168
6169         Added missing files. 
6170
6171 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6172
6173         * backend/Makefile.am:
6174         * data/evince-ui.xml:
6175         * backend/ev-attachment.[ch]:
6176         * backend/ev-document.[ch]: (ev_document_has_attachments),
6177         (ev_document_get_attachments):
6178         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6179         (attachment_save_to_buffer), (pdf_document_get_attachments),
6180         (pdf_document_document_iface_init):
6181         * shell/Makefile.am:
6182         * shell/ev-attachment-bar.[ch]:
6183         * shell/ev-window.c:
6184
6185         Add support for PDF attachments. Fixes bug #325143
6186
6187 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6188
6189         * backend/ev-document-factory.c: (get_document_from_uri),
6190         (ev_document_factory_get_document):
6191         * backend/ev-document-factory.h:
6192         * properties/ev-properties-main.c: (ev_properties_get_pages):
6193         * shell/Makefile.am:
6194         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6195         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6196         (ev_job_queue_remove_job):
6197         * shell/ev-job-queue.h:
6198         * shell/ev-job-xfer.c:
6199         * shell/ev-job-xfer.h:
6200         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6201         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6202         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6203         (ev_job_xfer_run):
6204         * shell/ev-jobs.h:
6205         * shell/ev-window.c: (ev_window_is_empty),
6206         (password_dialog_response), (ev_window_clear_xfer_job),
6207         (ev_window_xfer_job_cb), (ev_window_open_uri),
6208         (ev_window_cmd_focus_page_selector),
6209         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6210         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6211         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6212         (ev_window_dispose):
6213         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6214         
6215         * Cleanup mime type detection on document load. Fix for the
6216         bug #336448.
6217
6218 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6219
6220         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6221         
6222         Fix crash on exit, described in the bug #336825.
6223
6224 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6225
6226         * backend/ev-document-factory.c:
6227         (ev_document_factory_get_from_mime),
6228         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6229         (ev_document_factory_get_document),
6230         (file_filter_add_mime_list_and_free),
6231         (ev_document_factory_add_filters):
6232         * backend/ev-document-factory.h:
6233         * properties/ev-properties-main.c: (ev_properties_get_pages):
6234         * shell/Makefile.am:
6235         * shell/ev-application.c:
6236         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6237         * shell/ev-window.c: (ev_window_cmd_file_open),
6238         (ev_window_cmd_save_as):
6239         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6240         
6241         Rework factory functions so they are placed now in a single 
6242         file ev-document-factory.c
6243
6244 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6245
6246         * shell/ev-window.c: (update_chrome_visibility):
6247         
6248         Fix for the bug 166566 - don't show menubar in fullscreen
6249         mode.
6250
6251 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6252
6253         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6254
6255 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6256
6257         * shell/ev-view.c: (ev_view_expose_event):
6258         
6259         More correctly draw loading text when document
6260         is empty.
6261
6262 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6263
6264         * shell/ev-view.c: (ev_view_scroll):
6265         
6266         Fix for the bug #334854, page down and page up switch
6267         pages in presentation mode.
6268
6269 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6270
6271         * shell/ev-window.c: (ev_window_set_action_sensitive),
6272         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6273         (ev_window_set_view_accels_sensitivity),
6274         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6275         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6276         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6277         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6278         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6279         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6280         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6281         (view_actions_focus_in_cb), (ev_window_init):
6282         
6283         Fix for the bug #333902, now it's possible to search
6284         words with slash.
6285
6286 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6287
6288         * configure.ac: Added Breton translation.
6289         * po/br.po: Added Breton translation.
6290
6291 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6292
6293         * shell/ev-window-title (ev_window_title_update):
6294
6295         Fix memory leak in window title. Fixes bug #333944
6296
6297 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6298
6299         * shell/ev-metadata-manager.c (parseItem):
6300
6301         Fix memory leaks. Fixes bug #333945
6302
6303 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6304         
6305         * NEWS, configure.ac, TODO:
6306         
6307         Update for release 0.5.2.
6308
6309 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6310
6311         * shell/ev-view.c: (view_update_range_and_current_page),
6312         (page_changed_cb):
6313         
6314         Don't jump on scrolling, fix for the bug #333127.
6315
6316 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6317
6318         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6319         
6320         Scroll by one page in presentation mode. Fix for the bug
6321         #332993.
6322
6323 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6324
6325         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6326
6327 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6328
6329         * configure.ac  Added lv in ALL_LINGUAS line.
6330
6331 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6332         
6333         * NEWS, configure.ac:
6334         
6335         Update for release 0.5.1
6336
6337 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6338
6339         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6340         * backend/ev-document-misc.h:
6341         * shell/ev-view.c: (draw_one_page):
6342         
6343          Clairfy what page the toolbar page number applies to. Fix
6344          for the bug #328102.
6345
6346 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6347
6348         * shell/ev-view-private.h:
6349         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6350         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6351         (ev_view_search_changed):
6352         * shell/ev-view.h:
6353         * shell/ev-window.c: (find_bar_search_changed_cb):
6354         
6355         Dont't jump to find result if window was scrolled during search.
6356         Fix for the bug #313266.
6357
6358 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6359
6360         * shell/eggfindbar.c: (egg_find_bar_class_init):
6361         * shell/eggfindbar.h:
6362         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6363         * shell/ev-view-private.h:
6364         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6365         (ev_view_class_init), (ev_sizing_mode_get_type),
6366         (ev_scroll_type_get_type):
6367         * shell/ev-view.h:
6368         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6369         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6370         (ev_window_init):
6371         
6372         Fix for the bug 319133 - Find entry should allow text scroll.
6373
6374 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6375
6376         * shell/ev-view-private.h:
6377         * shell/ev-view.c: (view_update_range_and_current_page),
6378         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6379         (ev_view_set_document), (update_find_status_message),
6380         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6381         (ev_view_find_previous):
6382         
6383         Fix for the bug #319137. Search now takes account for scrolling.
6384
6385 2006-02-19  Michael Hofmann <mh21@piware.de>
6386
6387         * configure.ac:
6388         * djvu/Makefile.am:
6389         * djvu/djvu-document-private.h:
6390         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6391         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6392         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6393         (djvu_document_can_get_text), (djvu_document_get_text),
6394         (djvu_document_document_iface_init),
6395         (djvu_document_thumbnails_get_thumbnail),
6396         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6397         (djvu_document_find_get_result),
6398         (djvu_document_find_page_has_results),
6399         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6400         (djvu_document_find_iface_init):
6401         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6402         (djvu_text_page_selection), (djvu_text_page_limits_process),
6403         (djvu_text_page_limits), (djvu_text_page_copy),
6404         (djvu_text_page_position), (djvu_text_page_union),
6405         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6406         (djvu_text_page_box), (djvu_text_page_append_text),
6407         (djvu_text_page_search), (djvu_text_page_prepare_search),
6408         (djvu_text_page_new), (djvu_text_page_free):
6409         * djvu/djvu-text-page.h:
6410         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6411         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6412         (djvu_text_n_results), (djvu_text_has_results),
6413         (djvu_text_get_result), (djvu_text_get_progress):
6414         * djvu/djvu-text.h:
6415         
6416         Text search in djvu. Fix for the bug #303415.
6417
6418 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6419
6420         * configure.ac:
6421         * shell/ev-window.c: (ev_window_cmd_save_as):
6422         
6423         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6424         Thanks to Gary Coady <gary@lyranthe.org>
6425
6426 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6427
6428         * shell/ev-print-job.c: (idle_print_handler):
6429         
6430         Inverse order printing, bug #320919.
6431
6432 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6433
6434         * data/evince-toolbar.xml:
6435         * shell/ev-window.c:
6436         
6437         Allow to add sidebar checkbutton on toolbar. Fix
6438         for the bug #144577.
6439
6440 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6441
6442         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6443         
6444         Add checks that have sense for empty ps document.
6445
6446 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6447
6448         * configure.ac: Include PS in mime types list. 
6449
6450 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6451
6452         * configure.ac:
6453         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6454         * ps/gsdefaults.h:
6455         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6456         
6457         Runtime check for gs interpreter. Fix for the bug #320868.
6458         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6459
6460 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6461
6462         * shell/ev-application.c: 
6463
6464         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6465         dbus>=0.60, so that the request is not queued. 
6466
6467 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6468
6469         * configure.ac:
6470         * shell/Makefile.am:
6471         * shell/ev-sidebar-links.c: (print_section_cb):
6472         * shell/ev-utils.c:
6473         * shell/ev-utils.h:
6474         * shell/ev-window.c: (update_action_sensitivity),
6475         (ev_window_close_dialogs), (ev_window_print):
6476         * shell/ev-window.h:
6477         
6478         Make printing support optional. Patch from Eduardo de Barros Lima
6479         <eduardo.lima@indt.org.br> for the bug #330546.
6480
6481 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6482
6483         * shell/ev-view-private.h:
6484         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6485         (ev_view_set_document):
6486         * shell/ev-view.h:
6487         * shell/ev-window.c: (ev_window_load_job_cb),
6488         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6489         (ev_window_init):
6490
6491         Draw Loading message during xfer job. Fix for the bug #329495.
6492
6493 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6494
6495         * comics/comics-document.c: (comics_regex_quote),
6496         (comics_document_load), (extract_argv):
6497         
6498         Correcly quote regexp before passing it to unzip.
6499
6500 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6501
6502         * shell/ev-page-cache.c: (build_height_to_page),
6503         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6504         (ev_page_cache_get_dual_even_left):
6505         * shell/ev-page-cache.h:
6506         * shell/ev-view.c: (view_update_range_and_current_page),
6507         (get_page_y_offset), (get_page_extents):
6508         
6509         Place even pages to the left if document has less then
6510         two pages. Fix for the bug #328856.
6511
6512 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6513
6514         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6515         
6516         Correct comics scheme. This make evince create thumbnails
6517         for comic books. Fix for the bug 329088.
6518
6519 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6520
6521         * data/evince-password.glade: Don't explicitly set
6522         invisible_char to the current default value in case
6523         the default changes; let GTK+ do its magic.
6524
6525 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6526
6527         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6528         real filename to tmp filename since often document
6529         type is determined by extension.
6530
6531 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6532
6533         * shell/ev-view.c: (add_scroll_binding_keypad),
6534         (ev_view_binding_activated), (ev_view_class_init):
6535         
6536         Add keybindings for percision-scrolling of display area. 
6537         Fix for the bug #314072.
6538
6539 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6540
6541         * data/evince.desktop.in.in:
6542         
6543         Add GTK to the list of categories. Fix for the bug #328034.
6544
6545 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6546
6547         * shell/ev-application.c: (ev_application_shutdown),
6548         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6549         * shell/ev-application.h:
6550         * shell/ev-window.c: (file_open_dialog_response_cb),
6551         (ev_window_cmd_file_open):
6552         
6553         Save last uri in file chooser dialog. Fix for the bug #327950.
6554
6555 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6556
6557         * NEWS:
6558         * README:
6559         
6560         Final update for release 0.5.0
6561         
6562         * shell/Makefile.am:
6563         
6564         Remove disable deprecated until we'll require libgnome-2.13.7
6565         and port to GOption argument parsing. See bug 327518.
6566
6567 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6568
6569         * comics/comics-document.c: (comics_document_save):
6570         * djvu/djvu-document.c: (djvu_document_save):
6571         * dvi/dvi-document.c: (dvi_document_save):
6572         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6573         * lib/ev-file-helpers.h:
6574         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6575         * tiff/tiff-document.c: (tiff_document_save):
6576         
6577         Use common save function for backends.
6578
6579 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6580
6581         * backend/ev-document-types.c:
6582         
6583         Fix crash on saving pixbuf.
6584
6585 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6586
6587         * cut-n-paste/recent-files/egg-recent-item.c:
6588         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6589         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6590         (parse_info_free), (valid_element), (start_element_handler),
6591         (end_element_handler), (text_handler), (egg_recent_model_filter),
6592         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6593         (egg_recent_model_monitor), (egg_recent_model_read),
6594         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6595         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6596         (egg_recent_model_set_property), (egg_recent_model_class_init),
6597         (egg_recent_model_init), (egg_recent_model_add_full),
6598         (egg_recent_model_delete), (egg_recent_model_get_list),
6599         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6600         (egg_recent_model_set_filter_mime_types),
6601         (egg_recent_model_clear_group_filter),
6602         (egg_recent_model_set_filter_groups),
6603         (egg_recent_model_clear_scheme_filter),
6604         (egg_recent_model_set_filter_uri_schemes),
6605         (egg_recent_model_remove_expired):
6606         * cut-n-paste/recent-files/egg-recent-util.c:
6607         (egg_recent_util_get_icon):
6608         * cut-n-paste/recent-files/egg-recent-util.h:
6609         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6610         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6611         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6612         (egg_recent_view_uimanager_set_property),
6613         (egg_recent_view_uimanager_get_property),
6614         (egg_recent_view_uimanager_class_init),
6615         (egg_recent_view_uimanager_init),
6616         (egg_recent_view_uimanager_set_label_width),
6617         (egg_recent_view_uimanager_get_label_width):
6618         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6619         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6620         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6621         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6622         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6623         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6624         
6625         Update from libegg.
6626
6627 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6628
6629         * shell/ev-page-cache.c: (build_height_to_page),
6630         (ev_page_cache_get_height_to_page):
6631         * shell/ev-page-cache.h:
6632         * shell/ev-view.c: (view_update_range_and_current_page),
6633         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6634         (ev_view_previous_page):
6635         
6636         Dual mode places even pages to the left. Fix for the bug #309393.
6637
6638         * shell/ev-view.h:
6639         * shell/ev-window.c: (update_action_sensitivity),
6640         (setup_view_from_metadata), (view_menu_popup_cb):
6641         
6642         Don't restore presentation in empty windows, more intelligent
6643         next page behaviour in dual mode.
6644
6645         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6646         (ev_pixbuf_cache_clear_job_sizes):
6647         
6648         Cleanup job callback on removal. Fix for the bug #325886.
6649
6650 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6651
6652         * ps/ps.c: (psscan):
6653         
6654         Commit workaround Mozilla problem. Fix for the bug #325919
6655         
6656         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6657         (save_item):
6658         
6659         Fix for year 2038 problem.
6660
6661 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6662
6663         * shell/ev-window.c: (setup_document_from_metadata),
6664         (ev_window_cmd_view_reload):
6665
6666         Clamp page recieved from metadata in valid values. Fix
6667         for the bug #325986.
6668
6669 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6670
6671         * MAINTAINERS: 
6672         Add MAINTAINERS as requested on desktop-devel-list.
6673
6674 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6675
6676         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6677         (mime_type_supported_by_gdk_pixbuf),
6678         (ev_document_factory_get_mime_types),
6679         (ev_document_factory_get_all_mime_types):
6680         
6681         Don't add pixbuf mime types if pixbuf backend is disabled.
6682         
6683         * shell/ev-application.c: (ev_application_get_uri_window):
6684         
6685         Fix for the bug 325815 - unhandled MIME type message doesn't 
6686         appear a second time. 
6687         
6688         * shell/ev-document-types.c: (ev_document_types_add_filters):
6689         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6690         (password_dialog_response), (ev_window_popup_password_dialog),
6691         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6692         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6693         (ev_window_run_presentation), (ev_window_stop_presentation),
6694         (save_sizing_mode), (ev_window_zoom_changed_cb),
6695         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6696         (ev_window_dual_mode_changed_cb),
6697         (ev_window_sidebar_current_page_changed_cb),
6698         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6699         (window_state_event_cb), (window_configure_event_cb):
6700         
6701         Cleanup additional uris holded by EvWindow.
6702
6703 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6704
6705         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6706         (ev_view_can_previous_page), (ev_view_can_next_page):
6707         * shell/ev-view.h:
6708         * shell/ev-window.c: (update_action_sensitivity):
6709         
6710         Two page scrolling with Space and PageUp in dual mode. Second fix 
6711         for the bug #316608.
6712
6713 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6714
6715         * shell/ev-view.c: (scroll_to_current_page):
6716         
6717         Correctly clamp adjustment value. Fix for the bug
6718         #325808.
6719
6720 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6721
6722         * shell/ev-sidebar-links.c: (print_section_cb):
6723         * shell/ev-window.c: (ev_window_get_uri),
6724         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6725         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6726         (ev_window_dispose):
6727         
6728         Make print dialog non-modal. Fix for the bug #325622.
6729
6730 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6731
6732         * shell/ev-metadata-manager.c:
6733         * shell/ev-utils.c: (using_pdf_printer),
6734         (using_postscript_printer), (load_print_config_from_file),
6735         (save_print_config_to_file):
6736         * shell/ev-utils.h:
6737         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6738         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6739         (setup_view_from_metadata), (ev_window_setup_document),
6740         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6741         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6742         (ev_window_run_presentation), (ev_window_stop_presentation),
6743         (save_sizing_mode), (ev_window_zoom_changed_cb),
6744         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6745         (ev_window_dual_mode_changed_cb),
6746         (ev_window_sidebar_current_page_changed_cb),
6747         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6748         (window_state_event_cb), (window_configure_event_cb),
6749         (ev_window_init):
6750         
6751         Setting saving behaviour fixes.
6752
6753 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6754
6755         * configure.ac:
6756         
6757         Make antialiasing gs options better and allow
6758         to change them during configure. Fix for the 
6759         bug #319049.
6760
6761 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6762
6763         * shell/ev-window.c: (setup_view_from_metadata):
6764         
6765         Remember if last window was maximized. Fix for the
6766         bug #323797.
6767
6768 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6769
6770         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6771
6772 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6773
6774         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6775         * shell/ev-page-action.c: (build_new_tree_cb):
6776         * shell/ev-sidebar-links.c: (links_page_num_func),
6777         (update_page_callback_foreach), (update_page_callback):
6778         * shell/ev-view.c: (scroll_to_current_page):
6779         
6780         Fix for the bug #325067 with more intelligent selection
6781         of current link in sidebar. Make sidebar handle links
6782         of FITR-like type more correctly.
6783
6784         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6785         (dvi_pixbuf_put_pixel):
6786         
6787         Fix memory consumtion with disabled alpha channel.
6788
6789 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6790
6791         * data/evince-ui.xml:
6792         * shell/ev-window.c: (view_menu_popup_cb),
6793         (ev_popup_cmd_open_link), (ev_window_init):
6794         
6795         Update context menu for internal links. Fix for the bug
6796         #325066.
6797
6798 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6799
6800         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6801         
6802         Bind context menu to keyboard also. Fix for the bug
6803         #325065.
6804
6805 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6806
6807         * shell/ev-view.c: (selection_scroll_timeout_cb):
6808         
6809         Horizontal scroll on selection also.
6810
6811 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6812
6813         * shell/ev-metadata-manager.c: (parse_value):
6814         * shell/ev-view.c: (goto_xyz_link):
6815         
6816         Correct zoom setup and metadata save broken in 
6817         some locales.
6818
6819 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6820
6821         * shell/ev-view-private.h:
6822         * shell/ev-view.c: (scroll_to_current_page),
6823         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6824         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6825         (page_changed_cb), (ev_view_set_continuous),
6826         (ev_view_set_dual_page), (ev_view_set_presentation):
6827         
6828         Delay scroll until allocation to correctly position page. Fix
6829         for the bug #317334.
6830
6831 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6832
6833         * NEWS:
6834         * configure.ac:
6835         
6836         Update NEWS and require poppler 0.5.0.
6837
6838 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6839         
6840         * data/evince-ui.xml:
6841         * shell/ev-view-private.h:
6842         * shell/ev-view.c: (ev_view_get_link_at_location),
6843         (handle_link_over_xy), (ev_view_button_press_event),
6844         (ev_view_button_release_event), (ev_view_class_init):
6845         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6846         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6847         (ev_window_init):
6848         
6849         Implement right-click context menu.
6850
6851 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6852
6853         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6854         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6855         (mdvi_pixbuf_device_render):
6856         * pdf/ev-poppler.cc:
6857
6858         Don't generate thumbnails with alpha. See bug #324077.
6859         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6860
6861 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6862
6863         * shell/ev-window.c: (setup_chrome_from_metadata):
6864         
6865         Fix typo that was hiding toolbar.
6866
6867 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6868
6869         * shell/ev-view-private.h:
6870         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6871         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6872         (ev_view_button_release_event), (ev_view_destroy):
6873         
6874         Small cleanup and autoscrolling during selection. Thanks to 
6875         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6876
6877 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6878
6879         * configure.ac:
6880         
6881         Correctly check for comics option.
6882
6883 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6884         * Makefile.am:
6885         * configure.ac:
6886         * backend/Makefile.am:
6887         * backend/ev-document-factory.c:
6888         * shell/ev-document-types.c:
6889
6890         Included option in configure to make ps backend 
6891         compilation optional with --disable-ps.
6892
6893 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6894
6895         * backend/ev-document-factory.c:
6896         * comics/Makefile.am:
6897         * comics/comics-document.c: (comics_document_load):
6898         * comics/ev-cbr-mime.xml:
6899         * configure.ac:
6900         
6901         Comics mime types are added to shared-mime-info CVS. Now
6902         we don't need to install our own mime types.
6903
6904 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6905
6906         * shell/ev-window.c:
6907         
6908         Add shortcut for "save a copy" menu entry. Fix for
6909         the bug #324582.
6910
6911 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6912
6913         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6914         (job_finished_cb), (new_selection_pixbuf_needed),
6915         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6916         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6917         
6918         Rework selection job info logic and fix critical warning.
6919
6920 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6921
6922         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6923
6924 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6925
6926         * data/evince-ui.xml:
6927         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6928         
6929         Enter as shortcut key for next page. Fix for the bug
6930         #321394.
6931
6932 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6933
6934         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6935
6936 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6937
6938         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6939         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6940         (new_selection_pixbuf_needed),
6941         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6942         (clear_job_selection):
6943         
6944         Too early for 0.5. Pixbuf cache code cleaned a bit.
6945
6946 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6947
6948         * NEWS:
6949         * configure.ac:
6950         
6951         Release 0.5.0 preparation
6952
6953 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6954
6955         * comics/Makefile.am:
6956         * configure.ac:
6957         * shell/ev-document-types.c: (ev_document_types_add_filters):
6958         
6959         More advanced handling of custom mime type installation.
6960
6961 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6962
6963         * data/evince.schemas.in:
6964         * shell/ev-metadata-manager.c: (value_free),
6965         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6966         (ev_metadata_manager_get), (ev_metadata_manager_set):
6967         * shell/ev-metadata-manager.h:
6968         * shell/ev-window.c: (update_chrome_flag),
6969         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6970         (setup_document_from_metadata), (setup_chrome_from_metadata),
6971         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6972         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6973         (ev_window_view_toolbar_cb),
6974         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6975         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6976         
6977         Save last document settings and reuse them for new documents.
6978
6979 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6980
6981         * Makefile.am:
6982         * backend/Makefile.am:
6983         * backend/ev-document-factory.c:
6984         * backend/ev-document-factory.h:
6985         * comics/Makefile.am:
6986         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6987         (comics_document_load), (comics_document_save),
6988         (comics_document_get_n_pages), (comics_document_get_page_size),
6989         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6990         (comics_document_class_init), (comics_document_can_get_text),
6991         (comics_document_get_info), (comics_document_document_iface_init),
6992         (comics_document_init), (get_supported_image_extensions),
6993         (comics_document_thumbnails_get_geometry),
6994         (comics_document_thumbnails_get_thumbnail),
6995         (comics_document_thumbnails_get_dimensions),
6996         (comics_document_document_thumbnails_iface_init), (extract_argv):
6997         * comics/comics-document.h:
6998         * comics/ev-cbr-mime.xml:
6999         * configure.ac:
7000         * po/POTFILES.in:
7001         * shell/ev-application.c: (ev_application_register_service):
7002         * shell/ev-document-types.c: (ev_document_types_add_filters):
7003         * thumbnailer/Makefile.am:
7004         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7005         
7006         New CBR/CBZ backend for comic books.
7007
7008 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7009
7010         * shell/main.c: (load_files_remote):
7011
7012         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7013         warning on startup of second instance is fixed. It
7014         is bug #320353.
7015
7016 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7017
7018         * shell/ev-window.c: (ev_window_finalize):
7019         
7020         Fix double free that cause crash.
7021
7022 2005-10-29  Bastien Nocera <hadess@hadess.net>
7023
7024         * tiff/tiff-document.c: (tiff_document_load):
7025         
7026         Fix memory leak.
7027
7028 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7029
7030         * po/POTFILES.in:
7031         * shell/Makefile.am:
7032         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7033         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7034         (ev_view_accessible_get_text),
7035         (ev_view_accessible_get_character_at_offset),
7036         (ev_view_accessible_get_text_before_offset),
7037         (ev_view_accessible_get_text_at_offset),
7038         (ev_view_accessible_get_text_after_offset),
7039         (ev_view_accessible_get_character_count),
7040         (ev_view_accessible_get_caret_offset),
7041         (ev_view_accessible_set_caret_offset),
7042         (ev_view_accessible_get_run_attributes),
7043         (ev_view_accessible_get_default_attributes),
7044         (ev_view_accessible_get_character_extents),
7045         (ev_view_accessible_get_offset_at_point),
7046         (ev_view_accessible_get_n_selections),
7047         (ev_view_accessible_get_selection),
7048         (ev_view_accessible_add_selection),
7049         (ev_view_accessible_remove_selection),
7050         (ev_view_accessible_set_selection),
7051         (ev_view_accessible_text_iface_init),
7052         (ev_view_accessible_idle_do_action),
7053         (ev_view_accessible_action_do_action),
7054         (ev_view_accessible_action_get_n_actions),
7055         (ev_view_accessible_action_get_description),
7056         (ev_view_accessible_action_get_name),
7057         (ev_view_accessible_action_set_description),
7058         (ev_view_accessible_action_iface_init),
7059         (ev_view_accessible_get_type), (ev_view_accessible_new),
7060         (ev_view_accessible_factory_get_accessible_type),
7061         (ev_view_accessible_factory_create_accessible),
7062         (ev_view_accessible_factory_class_init),
7063         (ev_view_accessible_factory_get_type):
7064         * shell/ev-view-accessible.h:
7065         * shell/ev-view-private.h:
7066         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7067         * shell/ev-view.h:
7068         
7069         Initial accessibility support.
7070
7071 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7072
7073         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7074
7075 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7076
7077         * shell/ev-print-job.c: (idle_print_handler):
7078         
7079         Fix for bug Bug 318916: Printing multiple pages.
7080
7081 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7082
7083         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7084
7085 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7086
7087         * pdf/ev-poppler.cc:
7088         
7089         Thumnail dimensions unified with other backends.
7090         
7091         * shell/ev-window-title.c: (ev_window_title_update):
7092         
7093         Fix warning.
7094
7095 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7096
7097         * data/ev-stock-zoom-fit-width.png:
7098         
7099         Remove unused file.
7100
7101 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7102
7103         * configure.ac:
7104         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7105         (djvu_document_finalize):
7106         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7107         (dvi_document_finalize):
7108         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7109         (pixbuf_document_save), (pixbuf_document_finalize):
7110         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7111         (tiff_document_finalize):
7112         
7113         Save a copy implemented for various backends.
7114
7115 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7116
7117         * configure.ac:
7118         
7119         Don't link with ltiff if tiff is disabled.
7120
7121 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7122
7123         * pdf/GDKSplashOutputDev.cc:
7124         * pdf/GDKSplashOutputDev.h:
7125         * pdf/Thumb.cc:
7126         * pdf/Thumb.h:
7127         * pdf/pdf-document.cc:
7128         * pdf/pdf-document.h:
7129         * pdf/test-gdk-output-dev.cc:
7130         
7131         Remove old unused files.
7132
7133 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7134
7135         * shell/ev-window.c: (ev_window_setup_document):
7136         
7137         Fixed warnings on reload and probably crash reason.
7138
7139 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7140
7141         * properties/ev-properties-view.c:
7142         (ev_properties_view_format_date):
7143         
7144         Check if date is invalid. Fix for bug 318134.
7145
7146 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7147
7148         * shell/ev-window-title.c:
7149         
7150         Add .indd files (Adobe Indesign) to the list of "bad
7151         extensions".
7152
7153 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7154
7155         * data/evince-ui.xml:
7156         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7157         
7158         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7159
7160 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7161
7162         * shell/ev-window.c: (launch_link), (launch_external_uri),
7163         (view_external_link_cb):
7164
7165         URL-escape link before passing it to gnome_vfs_url_show.
7166
7167 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7168
7169         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7170         there isn't text selected.
7171
7172 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7173
7174         * shell/ev-view.c: (handle_link_over_xy):
7175
7176         Check tooltip is valid utf8 before showing it
7177
7178 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7179
7180         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7181
7182 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7183
7184         * shell/ev-window-title.c: (ev_window_title_update):
7185
7186         Guard against using g_strstrip on NULL. Fixes bug #317291.
7187
7188 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7189
7190         * pdf/ev-poppler.cc:
7191
7192         Show title even for unknown links
7193
7194 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7195
7196         * shell/ev-window-title.c: (ev_window_title_update):
7197
7198         Strip the title string
7199
7200 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7201
7202         * shell/ev-window-title.c:
7203
7204         Add .rtf to the bad extensions list
7205
7206 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7207
7208         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7209         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7210
7211         Ignore link coordinates if they are outside page bounds
7212
7213 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7214
7215         * backend/ev-link.c: (ev_link_type_get_type),
7216         (ev_link_get_filename), (ev_link_get_params),
7217         (ev_link_get_property), (ev_link_set_property),
7218         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7219         * backend/ev-link.h:
7220         * pdf/ev-poppler.cc:
7221         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7222         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7223         (ev_window_init):
7224
7225         Implement launch links. Delegate external link opening to
7226         the window.
7227
7228 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7229
7230         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7231         (ev_link_get_right), (ev_link_get_property),
7232         (ev_link_set_property), (ev_link_class_init),
7233         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7234         * backend/ev-link.h:
7235         * pdf/ev-poppler.cc:
7236         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7237
7238         Implement fitr links
7239
7240 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7241
7242         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7243         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7244         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7245         (ev_view_size_request_continuous),
7246         (ev_view_size_request_dual_page),
7247         (ev_view_size_request_single_page), (ev_view_size_allocate),
7248         (ev_view_zoom_for_size_continuous_and_dual_page),
7249         (ev_view_zoom_for_size_continuous),
7250         (ev_view_zoom_for_size_dual_page),
7251         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7252         (ev_sizing_mode_get_type):
7253         * shell/ev-view.h:
7254         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7255
7256         Do not use modes for link, we need to calculate size ad hoc.
7257         Still not perfect because of the usual scrollbar issues grrr.
7258
7259 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7260
7261         * backend/ev-link.c: (ev_link_type_get_type),
7262         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7263         * backend/ev-link.h:
7264         * pdf/ev-poppler.cc:
7265         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7266         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7267         (ev_view_size_request_continuous),
7268         (ev_view_size_request_dual_page),
7269         (ev_view_size_request_single_page), (ev_view_size_allocate),
7270         (zoom_for_size_fit_height),
7271         (ev_view_zoom_for_size_continuous_and_dual_page),
7272         (ev_view_zoom_for_size_continuous),
7273         (ev_view_zoom_for_size_dual_page),
7274         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7275         (ev_sizing_mode_get_type):
7276         * shell/ev-view.h:
7277         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7278
7279         Implement FIT_HEIGHT mode (only for links).
7280         Implement FITH links
7281
7282 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7283
7284         * shell/ev-window-title.c: (get_filename_from_uri),
7285         (ev_window_title_sanitize_extension), (ev_window_title_update),
7286         (ev_window_title_set_document), (ev_window_title_set_uri),
7287         (ev_window_title_free):
7288         * shell/ev-window-title.h:
7289         * shell/ev-window.c: (ev_window_setup_document),
7290         (ev_window_popup_password_dialog):
7291
7292         Refactor window title building while fixing it for
7293         password documents.
7294
7295 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7296
7297         * pdf/ev-poppler.cc:
7298
7299         Escape link title before setting it in the model
7300
7301 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7302
7303         * shell/ev-application.c: (removed_from_session), (save_session),
7304         (init_session), (ev_application_get_empty_window),
7305         (ev_application_init), (ev_application_get_windows):
7306         * shell/ev-application.h:
7307         * shell/ev-window.c: (ev_window_finalize):
7308
7309         Add a function to retrieve window list and share it where
7310         necessary.
7311         Implement session handling, works pretty well thanks to the
7312         metadata system.
7313
7314 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7315
7316         * shell/ev-password.c: (ev_password_item_created_callback),
7317         (ev_password_dialog_save_password):
7318         
7319         Fix for bug 316972. Use async gnome-keyring API.
7320
7321 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7322
7323         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7324         Remove unused unrealize handler. Add scroll handling to
7325         ev_view_scroll_event for presentation mode (bug #316708),
7326         and fix the event state checks there.
7327
7328 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7329
7330         * shell/ev-page-action.c: (page_changed_cb):
7331
7332         "marco, maybe we should be crazy and jump right to 6! :)"
7333
7334         Bryan Clark, Sep 2005
7335
7336 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7337
7338         * ps/ps-document.c: (save_document), (ps_document_save),
7339         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7340         (ps_document_ps_export_end):
7341
7342         Fix unstructured documents save and print
7343
7344 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7345
7346         * shell/ev-application.c: (ev_application_open_uri):
7347
7348         Fix window size persistance
7349
7350 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7351
7352         * shell/ev-view.c: (ev_view_button_release_event):
7353
7354         Based on a patch from carlosgc@gnome.org. Mouse buttons
7355         switch pages in presentation mode.
7356
7357 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7358
7359         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7360
7361         Dont cast to int before scaling
7362
7363 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7364
7365         * backend/ev-link.c: (ev_link_type_get_type),
7366         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7367         (ev_link_new_page_fith):
7368         * backend/ev-link.h:
7369         * pdf/ev-poppler.cc:
7370         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7371
7372         Implement FIT and FITH links
7373
7374 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7375
7376         * pdf/ev-poppler.cc:
7377
7378         Return 0 results when search is not in progress.
7379
7380         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7381         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7382
7383         Update menu sensitivity when cancelling search
7384
7385 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7386
7387         * shell/ev-view.c: (ev_view_can_find_next):
7388
7389         Take all pages in consideration, not just current one
7390
7391 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7392
7393         * shell/ev-page-cache.c:
7394         * shell/ev-page-cache.h:
7395         * shell/ev-view.c: (ev_view_binding_activated),
7396         (ev_view_next_page), (ev_view_previous_page),
7397         (ev_sizing_mode_get_type):
7398         * shell/ev-view.h:
7399         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7400         (ev_window_cmd_go_next_page):
7401
7402         Move page next/previous functions from page chace to
7403         view and change it to move by 2 page steps in dual mode.
7404
7405 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7406
7407         * shell/ev-window.c: (update_sidebar_visibility),
7408         (setup_sidebar_from_metadata), (ev_window_setup_document),
7409         (setup_view_from_metadata):
7410
7411         Show the index by default when there is one     
7412
7413 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7414
7415         * shell/ev-window-title.c: (ev_window_title_set_document):
7416
7417         Missing null check
7418
7419 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7420
7421         * shell/ev-view.c: (view_update_range_and_current_page):
7422         
7423         Allow display of last odd page in dual view. Fix for 316347.
7424
7425 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7426
7427         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7428         
7429         Make close button default. Fix for 316383.
7430
7431 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7432
7433         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7434         
7435         Mark close button as default. Fix for 316381.
7436
7437 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7438
7439         * backend/ev-link.c: (ev_link_class_init):
7440
7441         Allow negative doubles in left/top properties
7442
7443 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7444
7445         * shell/ev-window.c:
7446
7447         Remove a bunch of strings that was used only
7448         by the statusbar.
7449
7450 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7451
7452         * shell/ev-window-title.c: (get_filename_from_uri),
7453         (ev_window_title_set_document):
7454
7455         When title has a confusing extension, show also
7456         the document filename inside ()
7457
7458 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7459
7460         * shell/Makefile.am:
7461         * shell/ev-window-title.c: (ev_window_title_new),
7462         (ev_window_title_update), (ev_window_title_set_type),
7463         (ev_window_title_set_document), (ev_window_title_free):
7464         * shell/ev-window-title.h:
7465         * shell/ev-window.c: (ev_window_setup_document),
7466         (password_dialog_response), (ev_window_popup_password_dialog),
7467         (ev_window_dispose), (ev_window_init):
7468
7469         Factor out and cleanup window title code
7470
7471 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7472
7473         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7474         (unable_to_load):
7475
7476         Make dialog transient so it doesnt block other windows
7477
7478 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7479
7480         * pdf/ev-poppler.cc:
7481         
7482         Fix pdf thumbnails rendering.
7483
7484 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7485
7486         * shell/ev-window.c: (fullscreen_set_timeout):
7487         
7488         Increase timeout to hide full screen popup. Bug 
7489         316123. 
7490
7491 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7492
7493         * data/evince.schemas.in:
7494         * shell/ev-window.c: (update_action_sensitivity):
7495
7496         Allow the user to override document restrictions. Fix for bug
7497         305818.
7498
7499 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7500
7501         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7502         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7503         (ev_window_class_init): Fix multihead behaviour of fullscreen
7504         toolbar popup. Fixes bug #315451.
7505
7506 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7507
7508         * configure.ac:
7509         * data/evince-password.glade:
7510         * shell/ev-password.c: (ev_password_dialog_set_property),
7511         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7512         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7513         (ev_password_dialog_entry_changed_cb),
7514         (ev_password_dialog_entry_activated_cb),
7515         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7516         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7517         (ev_password_dialog_set_bad_pass):
7518         * shell/ev-password.h:
7519         * shell/ev-window.c: (password_dialog_response),
7520         (ev_window_popup_password_dialog):
7521         
7522         Support for gnome-keyring for encrypted PDF's.
7523
7524 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7525
7526         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7527         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7528         (ev_view_enter_notify_event), (ev_view_class_init):
7529         
7530         More precise handling of enter_notify/leave_notify events
7531         in EvView. Fix for bug 315470.
7532
7533 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7534
7535         * shell/ev-window.c: (fullscreen_timeout_cb),
7536         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7537         (ev_window_dispose):
7538
7539         leak fix: unref fullscreen_timeout_source before clearing it
7540
7541 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7542
7543         * configure.ac, dvi/mdvi/Makefile.am: 
7544         
7545         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7546
7547 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7548
7549         * backend/ev-link.c: (ev_link_new_page_xyz):
7550         * pdf/ev-poppler.cc:
7551         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7552
7553         Fix some bugs with xyz links, respect zoom
7554
7555 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7556
7557         * shell/ev-window.c: (page_changed_cb),
7558         (setup_document_from_metadata), (update_sidebar_visibility),
7559         (setup_view_from_metadata), (ev_window_run_fullscreen),
7560         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7561         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7562         (ev_window_dual_mode_changed_cb),
7563         (ev_window_sidebar_current_page_changed_cb):
7564
7565         null check uri before setting and getting metadata
7566
7567 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7568
7569         * dvi/Makefile.am:
7570         * properties/Makefile.am:
7571         * shell/Makefile.am:
7572         * thumbnailer/Makefile.am:
7573
7574         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7575
7576 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7577
7578         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7579         (selection_changed_callback):
7580         * shell/ev-sidebar-links.h:
7581
7582         Add a signal for link activation.
7583
7584         * shell/ev-view.c: (ev_view_goto_link),
7585         (ev_view_button_release_event):
7586         * shell/ev-view.h:
7587         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7588         (ev_window_init):
7589
7590         Implement the signal so that we can handle all link types.
7591
7592         * shell/ev-page-cache.c:
7593
7594         Remove unused set_link function
7595
7596 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7597
7598         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7599
7600         Add some space from the cursor, hardcoded but I couldnt
7601         find a better way.
7602
7603 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7604
7605         * lib/ev-tooltip.c:
7606
7607         Use mozilla style vs gtk style, way better for links.
7608
7609         * shell/ev-view.c: (ev_view_motion_notify_event),
7610         (ev_view_destroy), (ev_view_init):
7611
7612         Deactive tooltip when the link hovered is changed.
7613
7614 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7615
7616         * backend/ev-document.h:
7617         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7618         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7619         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7620         (ev_link_new_page), (ev_link_new_page_xyz):
7621         * backend/ev-link.h:
7622         * pdf/ev-poppler.cc:
7623         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7624         (go_to_link), (tip_from_link):
7625
7626         Implement xyz links, still not functional. Links are a total
7627         mess, will need to refactor and bugfix a lot :(
7628
7629 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7630
7631         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7632
7633 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7634
7635         * data/evince-ui.xml:
7636         * data/evince.schemas.in:
7637         * shell/Makefile.am:
7638         * shell/ev-window.c: (update_chrome_visibility),
7639         (password_dialog_response), (ev_window_load_job_cb),
7640         (ev_window_xfer_job_cb), (ev_window_open_uri),
7641         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7642         (ev_window_init):
7643
7644         Remove the statusbar. This regress loading feedback, need to
7645         check with Bryan what we want to do there...
7646
7647 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7648
7649         * lib/ev-tooltip.c: (ev_tooltip_init):
7650
7651         Fix tooltip border and size handling
7652
7653 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7654
7655         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7656         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7657         (ev_tooltip_timeout), (ev_tooltip_activate),
7658         (ev_tooltip_deactivate):
7659         * lib/ev-tooltip.h:
7660         * shell/ev-view.c: (ev_view_motion_notify_event):
7661
7662         Delay popup showing. Mirror gtk logic/times.
7663
7664 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7665
7666         * lib/Makefile.am:
7667         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7668         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7669         (ev_tooltip_set_text), (ev_tooltip_set_position):
7670         * lib/ev-tooltip.h:
7671
7672         Simple widget to show tooltips at a custom position
7673
7674         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7675         (ev_view_destroy):
7676
7677         Use it for links. First go, needs work
7678
7679 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7680
7681         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7682         HIG fixes.  Use title capitalization for window title. Use 12 
7683         pixels of space between the dialog's vbox and action area.
7684
7685 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7686
7687         * shell/ev-window.c: (file_open_dialog_response_cb),
7688         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7689         (ev_window_cmd_save_as):
7690
7691         Make file pickers not modal and refactor code some
7692
7693 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7694
7695         * shell/ev-sidebar.h:
7696         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7697         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7698         (ev_sidebar_class_init), (ev_sidebar_select_page),
7699         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7700         (ev_sidebar_set_page):
7701
7702         Add a current page property and allow to get/set it
7703
7704         * shell/ev-window.c: (setup_view_from_metadata),
7705         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7706
7707         Persist current sidebar page per document
7708
7709 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7710
7711         * data/evince.schemas.in:
7712         * shell/ev-window.c: (update_chrome_visibility),
7713         (setup_document_from_metadata), (update_sidebar_visibility),
7714         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7715         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7716         (ev_window_run_presentation), (ev_window_stop_presentation),
7717         (ev_window_view_sidebar_cb),
7718         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7719         (load_chrome), (ev_window_init):
7720
7721         Persist size/visibility of sidebar per document
7722
7723 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7724
7725         * shell/ev-view.c (draw_loading_text): Draw loading text.
7726
7727 2005-09-02  Dan Damian  <dand@gnome.ro>
7728
7729         * configure.in: Added "ro" to ALL_LINGUAS.
7730
7731 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7732
7733         * shell/ev-view.c: (clear_caches):
7734
7735         ev_page_cache_get doesnt return a reference,
7736         dont try to unref it.
7737
7738 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7739
7740         * shell/main.c: (load_files_remote):
7741
7742         Fix timestamp parameter with dbus <= 0.33
7743
7744 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7745
7746         * data/evince.schemas.in:
7747
7748         Add missing full stop
7749
7750 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7751
7752         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7753         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7754
7755         Plug some memory leaks
7756
7757 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7758
7759         * configure.ac:
7760         * lib/ev-debug.c: (trap_handler):
7761
7762         Check for execinfo.h and use it only if it exists.
7763         Ported from Epiphany (bug #314776).
7764
7765 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7766
7767         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7768
7769 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7770
7771         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7772         * po/id.po      : Added Indonesian translation
7773
7774 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7775
7776         * shell/main.c:
7777         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7778         * NEWS: Release 0.4.0
7779
7780 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7781
7782         * configure.ac: catch another gtk+-2.8ism
7783         * shell/main.c: Make work with gtk+-2.6
7784
7785 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7786
7787         * shell/ev-application-service.xml: Add 'timestamp' argument to
7788           ev_application_open_window and ev_application_open_uri methods.
7789
7790         * shell/ev-application.h: Add 'timestamp' argument to
7791           ev_application_open_window, ev_application_open_uri,
7792           and ev_application_open_uri_list functions.
7793
7794         * shell/ev-application.c (ev_application_open_window,
7795           ev_application_open_uri, ev_application_open_uri_list): Change
7796           functions that show/present windows to use a timestamp if one
7797           is passed in.
7798
7799         * shell/ev-window.c (ev_window_cmd_file_open,
7800           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7801         * shell/main.c (load_files): Modify calls to ev_application to
7802           include GDK_CURRENT_TIME as timestamp.
7803
7804         * shell/main.c (load_files_remote): Obtain timestamp for client
7805           instance from GDK and pass to server instance so new windows are
7806           focused properly.  Fix dbus_g_proxy_call() calls by including second
7807           G_TYPE_INVALID.
7808           
7809         Closes bug #314475.
7810
7811 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7812
7813         * shell/ev-window.c (ev_window_finalize): Check for
7814         avail. EvWindows when quiting to handle the finalize better,
7815         #314497
7816
7817 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7818         
7819         * properties/ev-properties-view.c: 
7820         
7821         Set textdomain to libglade. Fixes translation problem in property page.
7822
7823 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7824
7825         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7826         * dvi/Makefile.am:
7827         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7828         * dvi/mdvi-lib/Makefile.am:
7829         
7830         Fix rotation of thumbnails, ported to new API. Moved library
7831         dependencies earlier, probably it will fix linkage problem.
7832
7833 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7834
7835         * backend/ev-document-misc.c:
7836         (ev_document_misc_get_thumbnail_frame):
7837         * backend/ev-document-misc.h:
7838         * configure.ac:
7839         * pdf/ev-poppler.cc:
7840         * shell/Makefile.am:
7841         * shell/ev-sidebar-thumbnails.c: (add_range),
7842         (ev_sidebar_thumbnails_set_loading_icon),
7843         (ev_sidebar_thumbnails_refresh),
7844         (ev_sidebar_thumbnails_set_document):
7845         * shell/ev-sidebar-thumbnails.h:
7846         * shell/ev-view.c: (ev_view_motion_notify_event),
7847         (ev_view_set_property), (ev_view_get_property),
7848         (ev_view_class_init), (ev_view_set_rotation):
7849         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7850         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7851         (ev_window_init):
7852         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7853         Redo rotation (again).  prepare for 0.4.0
7854
7855 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7856
7857         * configure.ac: Bump poppler requirement to 0.4.1.
7858
7859         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7860         argument to poppler_page_render_selection() call.
7861
7862 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7863
7864         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7865         (djvu_document_thumbnails_get_thumbnail):
7866         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7867         (dvi_document_thumbnails_get_thumbnail):
7868         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7869         (pixbuf_document_thumbnails_get_thumbnail):
7870         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7871         
7872         Update rotation direction of backends to fit with pdf and ps.
7873
7874 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7875
7876         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7877         * backend/ev-async-renderer.h:
7878         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7879         (setup_page), (ps_document_get_page_size),
7880         (ps_async_renderer_render_pixbuf):
7881         * ps/ps-document.h:
7882         * shell/ev-jobs.c: (ev_job_render_run):
7883
7884         Fix orientation in the postscript document
7885
7886 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7887
7888         * pdf/ev-poppler.cc:
7889         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7890         * shell/ev-view.c: (highlight_find_results):
7891
7892         Adapt to the new poppler rotation API. Fix text maps on landscape
7893         documents.
7894
7895 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7896
7897         * shell/ev-view.c (compute_new_selection_text): get the correct
7898         region when selecting in modes other than continuous.
7899
7900 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7901
7902         * shell/main.c (main): remove redundant g_warnings.
7903
7904 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7905
7906         * shell/Makefile.am: Don't include autogenerated
7907         file ev-application-service.h into distribution, since
7908         it causes dbus crash. Fix for bugs 313724 and 313443. 
7909
7910 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7911
7912         * configure.ac: Fix sed expression for FreeBSD. Thanks
7913         to Joe Marcus Clark <marcus@freebsd.org>
7914         
7915         * shell/eggfindbar.c: (entry_activate_callback),
7916         (entry_changed_callback), (egg_find_bar_init),
7917         (egg_find_bar_set_search_string):
7918         
7919         Made findbar buttons unsensitive if there is no text in
7920         entry. Fix for the bug 313285.
7921
7922 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7923
7924         * ps/ps-document.c: Use g_filename_display_name for displaying
7925         filenames and revert string freeze breackage
7926
7927 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7928
7929         * NEWS:
7930         * configure.ac:
7931
7932         Update for 0.3.4
7933
7934         * shell/Makefile.am:
7935
7936         Add ev-application-service.xml to extra dist
7937
7938         * shell/ev-view.c: (find_page_at_location):
7939
7940         Remove unused function (fix warning)
7941
7942 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7943
7944         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7945         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7946         
7947         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7948         bug 313623.
7949
7950 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7951
7952         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7953         * shell/ev-window.c:
7954         Fix build warnings
7955
7956 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7957
7958         * configure.ac: Update script to get dbus version.
7959         Fix for the bug #313443.
7960
7961 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7962
7963         * shell/ev-window.c: (ev_window_cmd_escape):
7964         
7965         Return focus back to view on escape. Fix for bug 313295.
7966
7967 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7968
7969         * shell/ev-window.c: (update_window_title),
7970         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7971         (ev_window_cmd_save_as):
7972         
7973         Correct conversion from uri to displayable string. Fix for
7974         bug 313296.
7975
7976 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7977
7978         * ps/ps-document.c: convert filename to utf8 when there is an error
7979         loading document. Fixes #309915
7980
7981 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7982
7983         * configure.ac:
7984
7985         We depend on poppler 0.4.0
7986
7987 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7988
7989         * configure.ac:
7990         * NEWS: Release 0.3.3.
7991         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7992
7993 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7994
7995         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7996         add a couple missing mnemonics to menu items, use title 
7997         capitalization for menu items and window titles, and add 
7998         ellipsis to open menu item.     
7999
8000 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8001
8002         * pdf/ev-poppler.cc:
8003         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8004         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8005         (ev_view_get_rotation):
8006         * shell/ev-view.h:
8007         * shell/ev-window.c: (setup_view_from_metadata),
8008         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8009         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8010         disk.
8011
8012 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8013
8014         * configure.ac: Added tr to ALL_LINGUAS
8015
8016 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8017
8018         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8019         requires several clicks to find word. Thanks to 
8020         Colin Slater <kiltedtaco@gmail.com>.
8021
8022 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8023
8024         * data/evince.desktop.in.in: Hide menu entry and
8025         rename it to "Document Viewer". Fix for bug 
8026         #312399.
8027
8028 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8029
8030         * shell/ev-page-action.c (ev_page_action_class_init): 
8031
8032         Point to the correct function in constructor of the
8033         activate_label signal
8034
8035 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8036
8037         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8038         * shell/ev-jobs.h: Make thread safe.
8039
8040 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8041
8042         * shell/ev-view.c: (view_update_range_and_current_page):
8043         Don't update page range if we are scrolling to some document
8044         point.
8045
8046 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8047
8048         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8049         when getting max_page_width, fix drawing in dual mode.
8050
8051 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8052
8053         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8054         getting the area for select_all.
8055
8056 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8057
8058         * backend/ev-selection.c: (ev_selection_render_selection):
8059         * backend/ev-selection.h:
8060         * pdf/ev-poppler.cc:
8061         * shell/ev-jobs.c: (ev_job_render_new):
8062         * shell/ev-jobs.h:
8063         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8064         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8065         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8066         (ev_view_class_init):
8067
8068         Change selection color on focus in and focus out events.  Also,
8069         poppler now uses GdkColor for specifying the selection colors, so
8070         drop some awkward conversion code.
8071
8072 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8073
8074         * configure.ac: Added Hebrew translation
8075
8076 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8077
8078         * NOTES:
8079         * backend/ev-selection.c: (ev_selection_render_selection):
8080         * backend/ev-selection.h:
8081         * pdf/ev-poppler.cc:
8082         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8083         (ev_job_render_run):
8084         * shell/ev-jobs.h:
8085         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8086         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8087         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8088         (ev_pixbuf_cache_style_changed),
8089         (ev_pixbuf_cache_get_selection_pixbuf),
8090         (ev_pixbuf_cache_set_selection_list),
8091         (ev_pixbuf_cache_get_selection_list):
8092         * shell/ev-pixbuf-cache.h:
8093         * shell/ev-utils.c: (ev_print_region_contents):
8094         * shell/ev-utils.h:
8095         * shell/ev-view.c: (ev_view_queue_draw_page),
8096         (selection_update_idle_cb), (ev_view_motion_notify_event),
8097         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8098         (setup_caches), (ev_view_find_next), (merge_selection_region),
8099         (selection_free):
8100         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8101
8102         Clean up selection to be much smoother!
8103
8104 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8105
8106         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8107         to poppler_page_render_selection().
8108
8109 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8110
8111         * ps/ps-document.c: (save_page_list): Use
8112         unzipped document when printing. Thanks to 
8113         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8114         311016.
8115
8116 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8117
8118         * shell/ev-window.c: (update_action_sensitivity):
8119         
8120         Disable print and save respect to lockdown gconf keys. Fix
8121         for 312342.
8122
8123 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8124
8125         * configure.ac:
8126         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8127         (write_to_temp_file), (ev_file_set_contents):
8128         * shell/ev-utils.h:
8129         * shell/ev-window.c: (save_print_config_to_file):
8130         
8131         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8132         Fix for bug 312238
8133
8134 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8135
8136         * shell/ev-window.c: (load_print_config_from_file),
8137         (save_print_config_to_file), (ev_window_print_range):
8138
8139         Persist the print settings. Fixes bug #311578.
8140
8141 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8142
8143         * djvu/djvu-document.c: (djvu_document_get_page_size),
8144         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8145         (djvu_document_thumbnails_get_thumbnail):
8146         * dvi/dvi-document.c: (dvi_document_get_page_size),
8147         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8148         (dvi_document_thumbnails_get_dimensions),
8149         (dvi_document_thumbnails_get_thumbnail):
8150         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8151         (pixbuf_document_render_pixbuf),
8152         (pixbuf_document_document_iface_init),
8153         (pixbuf_document_thumbnails_get_thumbnail):
8154         
8155         Update backends to make them build with new rotation system.
8156
8157 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8158
8159         * help/C/figures/evince_start_window.png:
8160         
8161         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8162
8163 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8164
8165         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8166         * shell/ev-pixbuf-cache.h:
8167         * shell/ev-sidebar-thumbnails.c:
8168         (ev_sidebar_thumbnails_get_property), (add_range),
8169         (adjustment_changed_cb):
8170         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8171         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8172         we were thumbnailing the entire docment on startup, slowing us
8173         down hugely. 
8174
8175 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8176
8177         * shell/ev-page-cache.c: (ev_page_cache_new):
8178         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8179         == 0, fixes #310306.
8180
8181 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8182
8183         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8184         (ev_view_rotate_left):
8185
8186         Account rotation in doc_rect_to_view_rect.
8187         Ensure rotation doesnt go out of bounds.
8188
8189 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8190
8191         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8192
8193         Correct and cleanup w/h swapping
8194
8195 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8196
8197         * backend/ev-document-thumbnails.c:
8198         (ev_document_thumbnails_get_thumbnail):
8199         * backend/ev-document-thumbnails.h:
8200         * backend/ev-document.c:
8201         * backend/ev-document.h:
8202         * backend/ev-render-context.c: (ev_render_context_new),
8203         (ev_render_context_set_rotation):
8204         * backend/ev-render-context.h:
8205         * pdf/ev-poppler.cc:
8206         * ps/ps-document.c: (ps_document_document_iface_init):
8207         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8208         * shell/ev-jobs.h:
8209         * shell/ev-page-cache.c: (build_height_to_page),
8210         (ev_page_cache_new), (ev_page_cache_get_size),
8211         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8212         (ev_page_cache_get_height_to_page):
8213         * shell/ev-page-cache.h:
8214         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8215         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8216         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8217         (ev_pixbuf_cache_get_selection_pixbuf):
8218         * shell/ev-pixbuf-cache.h:
8219         * shell/ev-print-job.c: (idle_print_handler):
8220         * shell/ev-sidebar-thumbnails.c: (add_range):
8221         * shell/ev-view.c: (view_update_range_and_current_page),
8222         (get_page_y_offset), (get_page_extents),
8223         (ev_view_size_request_continuous_dual_page),
8224         (ev_view_size_request_continuous),
8225         (ev_view_size_request_dual_page),
8226         (ev_view_size_request_single_page), (draw_one_page),
8227         (ev_view_set_rotation), (ev_view_rotate_right),
8228         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8229         (ev_view_zoom_for_size_continuous_and_dual_page),
8230         (ev_view_zoom_for_size_continuous),
8231         (ev_view_zoom_for_size_dual_page),
8232         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8233         (ev_view_select_all):
8234         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8235         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8236         (tiff_document_document_iface_init),
8237         (tiff_document_thumbnails_get_thumbnail):
8238
8239         Use rotation rather than orientation. It's easier and enough
8240         for our needs.
8241
8242 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8243
8244         * shell/ev-page-cache.c: (build_height_to_page),
8245         (ev_page_cache_new), (ev_page_cache_get_size),
8246         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8247         (ev_page_cache_get_height_to_page):
8248         * shell/ev-page-cache.h:
8249         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8250         (ev_view_size_request_continuous_dual_page),
8251         (ev_view_size_request_continuous),
8252         (ev_view_zoom_for_size_continuous_and_dual_page),
8253         (ev_view_zoom_for_size_continuous):
8254
8255         Make the page cache aware of page orientation.
8256
8257 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8258
8259         * backend/ev-document-thumbnails.c:
8260         (ev_document_thumbnails_get_thumbnail):
8261         * backend/ev-document-thumbnails.h:
8262         * backend/ev-document.c:
8263         * backend/ev-document.h:
8264         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8265         * backend/ev-ps-exporter.h:
8266         * pdf/ev-poppler.cc:
8267         * ps/ps-document.c: (ps_document_document_iface_init),
8268         (ps_document_ps_export_do_page):
8269         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8270         * shell/ev-jobs.h:
8271         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8272         (ev_page_cache_get):
8273         * shell/ev-page-cache.h:
8274         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8275         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8276         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8277         * shell/ev-pixbuf-cache.h:
8278         * shell/ev-print-job.c: (idle_print_handler):
8279         * shell/ev-sidebar-thumbnails.c: (add_range):
8280         * shell/ev-view.c: (view_update_range_and_current_page),
8281         (get_page_extents), (ev_view_size_request_dual_page),
8282         (ev_view_size_request_single_page), (draw_one_page),
8283         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8284         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8285         (ev_view_zoom_for_size_dual_page),
8286         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8287         (ev_view_select_all):
8288         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8289         * tiff/tiff-document.c: (tiff_document_get_page_size),
8290         (tiff_document_get_orientation), (rotate_pixbuf),
8291         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8292         (tiff_document_thumbnails_get_thumbnail),
8293         (tiff_document_ps_export_do_page), (tiff_document_init):
8294
8295         Really make use of the orientation bit of the render context.
8296         Use the render context in a few more places in the backend API.
8297         This regress orientation, but now it's done right. Will try to
8298         fix it up asap...
8299
8300 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8301
8302         * shell/ev-view.c: (ensure_rectangle_is_visible):
8303
8304         Patch by Nickolay V. Shmyrev to fix find flickering
8305
8306 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8307
8308         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8309         duplex parameters to ::begin.
8310
8311         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8312         * shell/ev-print-job.c (idle_print_handler): 
8313         * ps/ps-document.c (ps_document_ps_export_begin): 
8314         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8315         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8316         implementations. Poppler backend needs poppler cvs. Rest has
8317         unchanged behavior.
8318
8319 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8320
8321         * shell/ev-window.c (using_pdf_printer): new function.
8322         (ev_window_print_range): print a less techy message if someone
8323         tries to print to PDF.
8324
8325 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8326
8327         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8328         from "unknown font" string. Bug #311431
8329
8330 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8331
8332         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8333
8334 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8335
8336         Bug #311280
8337         
8338         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8339         name for PopplerFontTypes
8340         (pdf_document_fonts_fill_model): add font type to the detail column
8341
8342         * backend/ev-document-fonts.h: added
8343         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8344
8345         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8346         font name and font details, add a little markup.
8347         (ev_properties_fonts_init): use the new cell data func, specify ypad
8348         property for the cell renderer.
8349         (ev_properties_fonts_set_document): add the details column.
8350
8351 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8352
8353         * configure.ac: Added "pl" to ALL_LINGUAS.
8354
8355 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8356
8357         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8358
8359 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8360
8361         * help/ChangeLog: Started this for translations of manual.
8362         * configure.ac, autogen.sh, .cvsignore: Migrated to
8363         gnome-doc-utils. Patch in bug #311222.
8364
8365 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8366
8367         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8368         #ifdef this away to fix an unused-function warning.
8369
8370 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8371
8372         * configure.ac: Added 'gl' to ALL_LINGUAS.
8373
8374 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8375
8376         * configure.ac: Added ne in ALL_LINGUAS
8377         
8378 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8379
8380         * shell/ev-view.c: (ev_view_leave_notify_event):
8381         
8382         Clear status message when pointer leaves view. Fix for bug
8383         #310818 
8384
8385 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8386
8387         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8388
8389 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8390
8391         * shell/ev-view.c: (ev_view_leave_notify_event),
8392         (ev_view_class_init):
8393         
8394         Set cursor to normal then leaving view.
8395
8396 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8397
8398         * configure.ac:
8399         
8400         Fix required djvulibre version.
8401
8402 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8403
8404         *configure.ac: Hindi (hi) language added
8405
8406 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8407
8408         *configure.ac: Punjabi (pa) Language added
8409
8410 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8411
8412         * data/evince-ui.xml, shell/ev-window.c:
8413         
8414         Add keypad accelerators for zooming. Fix for bug 308128.
8415
8416 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8417
8418         * Makefile.am:
8419         * backend/Makefile.am:
8420         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8421         * configure.ac:
8422         * shell/ev-document-types.c: (ev_document_types_add_filters):
8423
8424         Allow to enable/disable the pixbuf backend.
8425         Default to off for now. If we want it enabled we should
8426         really put mime types in the desktop, implement properties etc.
8427
8428         * properties/evince-properties.c:
8429
8430         Initialize error to NULL.
8431         Check error is not NULL before freeing.
8432
8433 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8434
8435         * shell/ev-window.c:
8436
8437         Use F5 as presentation accell
8438
8439 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8440
8441         * shell/ev-window.c: (update_chrome_visibility),
8442         (ev_window_create_fullscreen_popup), (ev_window_init):
8443
8444         Do not leak the fullscreen toolbar
8445
8446 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8447
8448         * shell/ev-window.c: (view_actions_focus_in_cb),
8449         (view_actions_focus_out_cb):
8450
8451         These has a return value! Fix totally random focus
8452         issues we was seeing.
8453
8454 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8455
8456         * shell/main.c: (load_files_remote):
8457
8458         Allow open more than one file
8459
8460 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8461
8462         * shell/main.c: (load_files_remote):
8463
8464         Fix for dbus 0.33. bug #309975
8465
8466 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8467
8468         * properties/ev-properties-main.c: (ev_properties_get_pages):
8469
8470         Actually return NULL for types we dont support
8471
8472 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8473
8474         * po/POTFILES.in:
8475
8476         Remove empty lines.
8477
8478 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8479
8480         * backend/ev-document-factory.c:
8481         (ev_document_factory_get_document):
8482
8483         Do not try to create the object if type
8484         is invalid.
8485
8486 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8487
8488         * ps/ps-document.c: (ps_document_dispose),
8489         (ps_async_renderer_render_pixbuf):
8490         * ps/ps-document.h:
8491
8492         Do not leak the target window
8493
8494 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8495
8496         * shell/ev-application.c: (ev_application_init):
8497
8498         Let tbe check file existence for us.
8499         Add a comment about eggrecent mime filter.
8500
8501 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8502
8503         * data/evince-ui.xml:
8504         * shell/ev-application.c: (ev_application_shutdown),
8505         (ev_application_init), (ev_application_get_toolbars_model),
8506         (ev_application_get_recent_model),
8507         (ev_application_save_toolbars_model):
8508         * shell/ev-application.h:
8509         * shell/ev-window.c: (ev_window_add_recent),
8510         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8511         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8512         (ev_window_init):
8513
8514         Use common toolbar and recent models for all windows.
8515         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8516
8517 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8518
8519         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8520         successfully check for gtk_icon_view_get_visible_range.
8521
8522 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8523
8524         * djvu/Makefile.am:
8525         * dvi/Makefile.am:
8526         
8527         Fix djvu and dvi backend build.
8528
8529 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8530
8531         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8532         (new_separator_pixbuf):
8533
8534         Don't leak windows.
8535
8536 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8537
8538         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8539
8540         HIGification of toolbar editor dialogue.
8541
8542 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8543
8544         * configure.ac:
8545         * shell/Makefile.am:
8546
8547         Ever build metadata manager since it's just
8548         disabled at runtime now.
8549
8550 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8551
8552         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8553         (ev_metadata_manager_get), (ev_metadata_manager_set):
8554         * shell/ev-metadata-manager.h:
8555
8556         Add an _init functions that enabled metadata management
8557         at runtime.
8558
8559         * shell/ev-window.c: (page_changed_cb),
8560         (setup_document_from_metadata), (ev_window_setup_document),
8561         (setup_view_from_metadata), (ev_window_open_uri),
8562         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8563         (ev_window_run_presentation), (ev_window_stop_presentation),
8564         (save_sizing_mode), (ev_window_zoom_changed_cb),
8565         (ev_window_continuous_changed_cb),
8566         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8567         (window_configure_event_cb):
8568
8569         Remove all ugly metadata define since we deal with it
8570         at runtime now.
8571
8572         * shell/main.c: (load_files_remote), (main):
8573
8574         Add support for dbus cvs head. Hopefully didnt break one
8575         of the other versions now!
8576
8577         If we dont get a response from the dbus server just
8578         give up with it and not enable metadata.
8579
8580 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8581
8582         * Makefile.am:
8583         * backend/Makefile.am:
8584         * configure.ac:
8585         * cut-n-paste/recent-files/Makefile.am:
8586         * cut-n-paste/toolbar-editor/Makefile.am:
8587         * cut-n-paste/zoom-control/Makefile.am:
8588         * lib/Makefile.am:
8589         * pdf/Makefile.am:
8590         * pixbuf/Makefile.am:
8591         * properties/Makefile.am:
8592         * ps/Makefile.am:
8593         * shell/Makefile.am:
8594         * thumbnailer/Makefile.am:
8595         * tiff/Makefile.am:
8596
8597         Make frontends depend on just libev.
8598         Rework and group CFLAGS/LIBS definitions.
8599         Cleanups.
8600
8601 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8602
8603         * shell/ev-window:
8604
8605         do not unnecessarily save zoom
8606
8607         * configure.ac:
8608         * lib/ev-file-helpers.c: (ev_dot_dir):
8609         * shell/Makefile.am:
8610         * shell/dummy.cc:
8611
8612         Some cleanups
8613
8614 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8615
8616         * configure.ac:
8617         
8618         Remove unnecessary dependencies
8619
8620 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8621
8622         * properties/Makefile.am:
8623         * thumbnailer/Makefile.am:
8624         * tiff/Makefile.am:
8625
8626         Some more cleanups. Was really necessary
8627         but I probably introduced bugs, feel free
8628         to flame :)
8629
8630 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8631
8632         * backend/Makefile.am:
8633         * configure.ac:
8634         * cut-n-paste/recent-files/Makefile.am:
8635         * cut-n-paste/toolbar-editor/Makefile.am:
8636         * cut-n-paste/zoom-control/Makefile.am:
8637         * lib/Makefile.am:
8638         * pdf/Makefile.am:
8639         * pixbuf/Makefile.am:
8640         * properties/Makefile.am:
8641         * ps/Makefile.am:
8642         * shell/Makefile.am:
8643         * thumbnailer/Makefile.am:
8644         * tiff/Makefile.am:
8645
8646         Use gnome-common macros when possible.
8647         Cleanup dependencies.
8648         Actually disable deprecated where possible.
8649
8650 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8651
8652         * Makefile.am:
8653         * backend/Makefile.am:
8654         * properties/Makefile.am:
8655         * shell/Makefile.am:
8656         * thumbnailer/Makefile.am:
8657
8658         This should solve the circular dep without
8659         requiring dir reorg!
8660
8661         * shell/ev-window.c: (setup_view_from_metadata):
8662
8663         Never restore window size/position when the
8664         window is already visible.
8665
8666 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8667
8668         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8669
8670         Return a boolean from timeout func. Fix ported from gedit.
8671
8672 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8673
8674         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8675
8676 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8677
8678         * shell/ev-document-types.c: set "All Documents" as default filter in
8679         open dialog
8680
8681 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8682
8683         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8684         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8685         (ev_metadata_manager_set_boolean): fix value/val thinko.
8686
8687 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8688
8689         * shell/ev-window.c: (setup_view_from_metadata),
8690         (window_state_event_cb), (window_configure_event_cb),
8691         (ev_window_init):
8692
8693         Remember window position and maximized state
8694
8695 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8696
8697         * configure.ac:
8698
8699         Fix DBUS configure checks.
8700
8701         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8702         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8703         (ev_metadata_manager_set_boolean):
8704
8705         Plug mem leaks.
8706
8707         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8708         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8709         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8710         (ev_window_continuous_changed_cb),
8711         (ev_window_dual_mode_changed_cb), (ev_window_new):
8712
8713         Fix the build without DBUS.
8714
8715 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8716
8717         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8718         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8719         (ev_metadata_manager_set_string),
8720         (ev_metadata_manager_set_boolean):
8721         * shell/ev-metadata-manager.h:
8722
8723         Add support for some more types
8724
8725         * shell/ev-view.c: (scroll_to_current_page),
8726         (ev_view_get_continuous), (ev_view_set_continuous),
8727         (ev_view_get_dual_page):
8728         * shell/ev-view.h:
8729         * shell/ev-window.c: (page_changed_cb),
8730         (setup_document_from_metadata), (ev_window_setup_document),
8731         (setup_view_from_metadata), (ev_window_open_uri),
8732         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8733         (ev_window_run_presentation), (ev_window_stop_presentation),
8734         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8735         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8736         (ev_window_update_dual_page_action),
8737         (ev_window_continuous_changed_cb),
8738         (ev_window_dual_mode_changed_cb), (ev_window_init):
8739
8740         Remember a bunch of view/document properties. Prolly some
8741         are still missing but it's getting interesting.
8742
8743 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8744
8745         * configure.ac: check if dbus-binding-tool is installed. Not the
8746         case on current Ubuntu breezy, it seems.
8747
8748 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8749
8750         * data/evince.desktop.in.in:
8751         
8752         Allow open uri lists and add TryExec field.
8753
8754 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8755
8756         * configure.ac:
8757
8758         Enable dbus when available, do not require a configure
8759         option.
8760
8761 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8762
8763         * configure.ac:
8764
8765         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8766         disabled.
8767
8768 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8769         Marco Pesenti Gritti  <mpg@redhat.com>
8770
8771         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8772         
8773         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8774         functions to the format required by dbus
8775
8776         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8777         errors. Use the RPC parameters in the expected way
8778
8779 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8780
8781         * Makefile.am:
8782         * properties/Makefile.am:
8783         * properties/ev-properties-main.c: (ev_properties_get_pages):
8784
8785         Support all mime types
8786
8787         * shell/Makefile.am:
8788         * thumbnailer/Makefile.am:
8789         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8790         (evince_thumbnail_pngenc_get):
8791
8792         Use the document factory
8793
8794 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8795
8796         * backend/Makefile.am:
8797         * backend/ev-document-factory.c:
8798         (mime_type_supported_by_gdk_pixbuf),
8799         (ev_document_type_get_from_mime),
8800         (ev_document_factory_get_document),
8801         (ev_document_factory_get_backend),
8802         (ev_document_factory_get_mime_types),
8803         (ev_document_factory_get_all_mime_types):
8804         * backend/ev-document-factory.h:
8805         * shell/Makefile.am:
8806         * shell/ev-document-types.c: (get_document_from_uri),
8807         (ev_document_types_get_document),
8808         (file_filter_add_mime_list_and_free),
8809         (ev_document_types_add_filters):
8810         * shell/ev-document-types.h:
8811         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8812         * shell/ev-properties-dialog.c:
8813         (ev_properties_dialog_set_document):
8814         * shell/ev-window.c: (ev_window_cmd_file_open),
8815         (ev_window_cmd_save_as):
8816         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8817
8818         Rework document types managing to avoid code duplication
8819         and actually abstract from backend implementations.
8820         Also provide a minimal factory api that can be used by
8821         thumbnailer/properties.
8822
8823 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8824
8825         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8826         Plug a mem leak.
8827         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8828         HIG spacings.
8829
8830 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8831
8832         * shell/ev-properties-dialog.c
8833         (ev_properties_dialog_set_document): only call
8834         ev_properties_fonts_set_document() if the document implements the
8835         fonts interface
8836
8837 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8838
8839         * configure.ac:
8840         * properties/Makefile.am:
8841         * properties/ev-properties-view.c:
8842         (ev_properties_view_register_type):
8843         * properties/ev-properties-view.h:
8844         * properties/ev-properties-main.h:
8845
8846         Implement nautilus plugin for properties.
8847         Works only for pdf atm, I need to rework the
8848         document types stuff to get this to work
8849         for all backends...
8850
8851 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8852
8853         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8854         (ev_properties_fonts_set_document): use
8855         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8856
8857 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8858
8859         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8860         them
8861         (PlaceImage, tiff2ps_process_page): use
8862         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8863
8864
8865 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8866
8867         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8868         (main): to call gnome_authentication_manager_init. Should fix
8869         Bug #308510
8870
8871         * configure.ac: that requires libgnomeui 2.6.0.
8872
8873 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8874
8875         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8876         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8877         use the new tiff2ps interfaces
8878
8879         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8880         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8881
8882         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8883         structure instead of global variables.  Remove use of static
8884         variables in functions.
8885
8886 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8887
8888         * shell/ev-page-action.c: unref the completion after setting it to the
8889         entry
8890
8891 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8892
8893         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8894         postscript files
8895
8896 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8897
8898         * shell/ev-window.c (update_action_sensitivity): disable
8899         File->Print if the document does not implement the ps exporter
8900         interface
8901
8902 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8903
8904         * Makefile.am:
8905         * configure.ac:
8906         * data/evince-properties.glade:
8907         * properties/.cvsignore:
8908         * properties/Makefile.am:
8909         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8910         (ev_properties_view_class_init), (ev_properties_view_format_date),
8911         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8912         (ev_properties_view_init), (ev_properties_view_new):
8913         * properties/ev-properties-view.h:
8914         * shell/Makefile.am:
8915         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8916         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8917         (ev_properties_dialog_new):
8918         * shell/ev-properties-dialog.h:
8919         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8920         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8921         (update_progress_label), (job_fonts_finished_cb),
8922         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8923         * shell/ev-properties-fonts.h:
8924         * shell/ev-properties.c:
8925         * shell/ev-properties.h:
8926         * shell/ev-window.c: (ev_window_setup_document),
8927         (ev_window_cmd_file_properties):
8928
8929         Split the properties pages in two different objects, depend
8930         only on the backend where possible, use widgets instead
8931         of gobject for the glade part, reimplement the dialog
8932         itself with gtk.
8933         I need this to implement nautilus properties page.
8934
8935 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8936
8937         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8938         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8939         (tiff_document_document_ps_exporter_iface_init): implement the ps
8940         exporter interface for tiff documents
8941
8942         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8943         libtiff to implement TIFF postscript export
8944
8945         * tiff/tiff2ps.h: added a header file for external tiff2ps
8946         functions.
8947
8948         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8949         tiff2ps.h
8950
8951 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8952
8953         * shell/ev-view.c: (scroll_to_current_page),
8954         (ev_view_set_fullscreen), (ev_view_set_presentation):
8955         
8956         Scroll to current page when exit from presentation
8957
8958 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8959
8960         * shell/ev-window.c: (update_document_mode),
8961         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8962         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8963         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8964         
8965         Exit from fullscreen mode when switch to presentation. Fix for
8966         bug 309365
8967
8968 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8969
8970         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8971         return NULL if the document does not implement the selection
8972         interface.
8973
8974 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8975
8976         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8977         reported height by using the resolution aspect ratio
8978         (tiff_document_render_pixbuf): scale the pixbuf using the
8979         resolution aspect ratio
8980
8981 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8982
8983         * configure.ac:
8984         
8985         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8986         <kiltedaco@gmail.com>
8987         
8988         * djvu/djvu-document.c: (djvu_document_get_orientation),
8989         (djvu_document_set_orientation), (djvu_document_get_page_size),
8990         (rotate_pixbuf), (djvu_document_render_pixbuf),
8991         (djvu_document_document_iface_init):
8992         * dvi/dvi-document.c: (dvi_document_get_orientation),
8993         (dvi_document_set_orientation), (dvi_document_get_page_size),
8994         (rotate_pixbuf), (dvi_document_render_pixbuf),
8995         (dvi_document_document_iface_init):
8996         
8997         Dvi and djvu backends are ported to new API
8998
8999 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9000
9001         * backend/ev-selection.c: (ev_selection_get_selection_region),
9002         (ev_selection_get_selection_map):
9003         * backend/ev-selection.h:
9004         * pdf/ev-poppler.cc:
9005         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9006         * shell/ev-jobs.h:
9007         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9008         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9009         (ev_pixbuf_cache_get_text_mapping):
9010         * shell/ev-pixbuf-cache.h:
9011         * shell/ev-view.c: (location_in_text),
9012         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9013         support to EvView.  Now we can see where we can select!  Sweet!
9014
9015 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9016
9017         * shell/ev-view.c (ev_view_button_press_event): Fix
9018         event->y + view->scroll_x typo.
9019
9020 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9021
9022         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9023         sub-GdkPixbuf instead of passing dest_x and dest_y.
9024         
9025         * shell/ev-view.c: (view_point_to_doc_point),
9026         (view_rect_to_doc_rect), (ev_view_button_press_event),
9027         (ev_view_motion_notify_event), (compute_new_selection_rect),
9028         (gdk_rectangle_point_in), (compute_new_selection_text),
9029         (compute_selections): Update selection code to keep the selection
9030         around as two points and not as a normalized rectangle, and fix
9031         page level selection in two-column mode.
9032
9033 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9034
9035         * shell/ev-window.c: (window_configure_event_cb): 
9036         
9037         Fix compilation
9038         
9039 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9040
9041         * pdf/ev-poppler.cc:
9042
9043         Fix compilation
9044
9045 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9046
9047         * shell/Makefile.am:
9048         * shell/ev-metadata-manager.c: (item_free),
9049         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9050         (parse_value), (parseItem), (load_values),
9051         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9052         (save_values), (save_item), (get_oldest), (resize_items),
9053         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9054         * shell/ev-metadata-manager.h:
9055
9056         Metadata manager from gedit but modified to use GValue, so that
9057         we dont need to keep converting from strings.
9058
9059         * configure.ac:
9060
9061         ENABLE_METADATA conditional, on when dbus is on
9062
9063         * shell/ev-application.c: (ev_application_open_uri):
9064
9065         Show the window after load so that we can initialize
9066         window size before it's showed.
9067
9068         * shell/ev-window.c: (ev_window_setup_from_metadata),
9069         (ev_window_open_uri), (window_configure_event_cb),
9070         (ev_window_init):
9071
9072         Save and load metadata information about window size.
9073         Not yet keeping states in account.
9074
9075         * shell/main.c: (main):
9076
9077         Shutdown metadata manager.
9078
9079 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9080
9081         * shell/ev-application-service.xml:
9082         * configure.ac:
9083         * shell/Makefile.am:
9084         * shell/ev-application.c:
9085         * shell/ev-application.h:
9086         * shell/ev-window.c:
9087         * shell/ev-window.h:
9088         * shell/main.c:
9089
9090         Add an optional dbus interface (--enable-dbus).
9091         Rework application code, mainly to be easier to
9092         use "remotely".
9093         Do not open multiple windows with the same document,
9094         spatial evince!
9095
9096 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9097
9098         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9099         pixbuf iff it exists.
9100
9101 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9102
9103         * shell/*:
9104         * backend/ev-render-context.[ch]:
9105         * backend/ev-selection.[ch]:
9106
9107         Massive changes.  We now support text selection of pdfs, and not
9108         just rectangular selection.  This is pretty broken still, but I
9109         want to get something into CVS.
9110
9111 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9112
9113         * pdf/ev-poppler.cc:
9114         
9115         Fix for Bug 309080: crash on window close.
9116         
9117         * shell/ev-page-action.c: (page_changed_cb):
9118         
9119         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9120         jensgr@gmx.net (Jens Granseuer).
9121
9122 2005-06-25  Marcel Telka  <marcel@telka.sk>
9123
9124         * configure.in (ALL_LINGUAS): Added sk.
9125
9126 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9127
9128         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9129         not a document open
9130
9131 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9132
9133         * NEWS:
9134         * configure.ac:
9135
9136         Release 0.3.2
9137
9138         * cut-n-paste/recent-files/Makefile.am:
9139
9140         Fix make distcheck
9141
9142 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9143
9144         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9145         (pixbuf_document_set_orientation), (rotate_pixbuf),
9146         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9147         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9148
9149         Implement rotation and cleanup the code a bit.
9150
9151         * tiff/tiff-document.c: (tiff_document_get_page_size),
9152         (tiff_document_get_orientation), (tiff_document_set_orientation),
9153         (rotate_pixbuf), (tiff_document_render_pixbuf),
9154         (tiff_document_document_iface_init), (tiff_document_init):
9155
9156         Implement rotation. Was the quicker solution for the release
9157         but we really need to share this code in the shell.
9158
9159 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9160
9161         * pdf/ev-poppler.cc:
9162
9163         Enable rotation, require poppler cvs. Fix a leak.
9164
9165 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9166
9167         * shell/ev-window.c: (update_action_sensitivity):
9168         
9169         Make properties unsensitive if document backend doesn't provide
9170         any info
9171
9172 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9173
9174         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9175         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9176         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9177         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9178         (bitmap_flip_rotate_counter_clockwise):
9179         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9180         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9181         (buff_gets):
9182         * dvi/mdvi-lib/common.h:
9183         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9184         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9185         (opendvi), (mdvi_reload), (mdvi_init_context),
9186         (mdvi_destroy_context), (mdvi_dopage), (special):
9187         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9188         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9189         (file_hash_free), (register_encoding), (parse_spec),
9190         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9191         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9192         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9193         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9194         (mdvi_register_font_type), (mdvi_unregister_font_type),
9195         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9196         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9197         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9198         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9199         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9200         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9201         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9202         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9203         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9204         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9205         (mdvi_unregister_special), (mdvi_flush_specials):
9206         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9207         (t1_font_remove):
9208         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9209         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9210         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9211         (free_font_metrics), (flush_font_metrics):
9212         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9213         (tt_font_remove):
9214         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9215         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9216         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9217         (dstring_insert), (dstring_new), (dstring_reset):
9218         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9219         
9220         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9221         avoid conflict with libtool on FC4
9222         
9223         * shell/ev-window.c: (ev_window_cmd_help_about):
9224         
9225         Update copyright year. Fix for bug 308828.
9226
9227 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9228
9229         * shell/ev-view.c: (add_scroll_binding_keypad),
9230         (ev_view_binding_activated), (ev_view_class_init),
9231         (on_adjustment_value_changed):
9232         
9233         Bug 170874: Arrow keys switch pages in presentation mode
9234
9235 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9236
9237         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9238         
9239         Fix for Bug 308265: Sidebar dissappears coming out of 
9240         Presentation mode
9241
9242 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9243
9244         * shell/ev-application.c: (ev_application_open):
9245         * shell/ev-document-types.c: (ev_document_types_add_filters),
9246         (ev_document_types_add_filters_for_type):
9247         * shell/ev-document-types.h:
9248         * shell/ev-window.c: (ev_window_cmd_save_as):
9249         
9250         Suggest basename as template when saving, provide filters
9251         for save dialog. It's bug 308402
9252
9253 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9254
9255         * pdf/ev-poppler.cc:
9256         * shell/ev-sidebar-links.c: (job_finished_callback):
9257         * shell/ev-view.c: (update_find_status_message):
9258         
9259         Some leaks fixed
9260
9261 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9262
9263         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9264         (egg_recent_view_uimanager_set_list):
9265
9266         Fix buglet in !show_numbers case.
9267
9268 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9269
9270         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9271         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9272
9273         Use pango ellipsisation.
9274
9275         * pdf/ev-poppler.cc:
9276
9277         Fix refcount leak, from nsh.
9278
9279 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9280
9281         * cut-n-paste/recent-files/Makefile.am:
9282         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9283         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9284         
9285         Removed EggRecentViewGtk
9286         
9287         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9288         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9289         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9290         (ev_window_setup_recent):
9291         
9292         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9293         with other projects
9294
9295 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9296
9297         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9298         (egg_recent_view_gtk_finalize):
9299
9300         Fix memory leak
9301
9302         * cut-n-paste/toolbar-editor/Makefile.am:
9303         
9304         Fix location of cursor icon.
9305         
9306         * pdf/ev-poppler.cc:
9307         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9308         (display_completion_text), (match_completion):
9309         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9310         (selection_changed_callback), (create_loading_model),
9311         (print_section_cb), (links_page_num_func),
9312         (update_page_callback_foreach):
9313         * shell/ev-window.c: (ev_window_dispose):
9314         
9315         Small memory fixes. Links model now store objects instead
9316         of pointers to improve memory management. 
9317
9318 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9319
9320         * shell/ev-window.c: (zoom_control_changed_cb):
9321         
9322         Fix update of zoom control (bug 308268).
9323
9324 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9325
9326         * shell/ev-properties.c (set_property): escape the text correctly.
9327         Handles non-UTF-8 properties and escaped properties.  Also, sets
9328         the text to "<i>None</i>" if the property isn't set.
9329
9330         * data/evince-properties.glade: Change the label to be ellipsized,
9331         and give it a minimum size.
9332
9333 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9334
9335         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9336         * shell/ev-sidebar-links.c: (create_loading_model):
9337         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9338         * shell/ev-view.c: (ev_view_set_document):
9339         * shell/ev-window.c: (ev_window_dispose):
9340         
9341         Various small fixes, mostly memory leaks. Thanks to valgrind.
9342
9343 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9344
9345         * ps/ps-document.c: remove the locale.h include again ;-). And
9346         kill the (bogus) setlocale/savelocale business.
9347
9348 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9349
9350         * ps/ps-document.c:
9351         
9352         Include locale.h to fix build
9353         
9354         * shell/ev-sidebar.c:
9355         
9356         Remove unnecessary includes
9357
9358 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9359
9360         * dvi/dvi-document.c: (dvi_document_load):
9361         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9362         * po/POTFILES.in:
9363         
9364         Check for incorrect dvi files. Fix parsing dvi on AMD64
9365         platform. Thanks to tester@tester.ca (Olivier Crete).
9366
9367 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9368
9369         * shell/ev-page-action.c: (match_selected_cb),
9370         (display_completion_text), (match_completion), (update_model):
9371         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9372         (expand_open_links):
9373         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9374         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9375         (ev_sidebar_set_document):
9376         * shell/ev-window.c: (ev_window_xfer_job_cb),
9377         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9378         
9379         Fixed lot's of memory leaks, for example, memory leak on reload, 
9380         described in bug 307793.
9381
9382 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9383
9384         * pdf/ev-poppler.cc:
9385         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9386         (update_visible_range), (adjustment_changed_cb),
9387         (ev_sidebar_thumbnails_fill_model),
9388         (ev_sidebar_thumbnails_refresh),
9389         (ev_sidebar_tree_selection_changed),
9390         (ev_sidebar_icon_selection_changed),
9391         (ev_sidebar_thumbnails_use_icon_view),
9392         (ev_sidebar_thumbnails_set_document):
9393         * shell/ev-sidebar-thumbnails.h:
9394         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9395         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9396
9397         Refresh thumbnails when changing orientation. Not fully
9398         working yet becuase of a sidebar bug.
9399
9400         Set page orientation to poppler page everywhere. This sucks
9401         really need to fix poppler.
9402
9403 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9404
9405         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9406         (egg_recent_view_gtk_new_menu_item),
9407         (egg_recent_view_gtk_set_property),
9408         (egg_recent_view_gtk_get_property),
9409         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9410         (egg_recent_view_gtk_set_tooltip_func),
9411         (egg_recent_view_gtk_set_label_width),
9412         (egg_recent_view_gtk_get_label_width):
9413         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9414
9415         Sync with libegg (ellipsize labels)
9416
9417 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9418
9419         * data/evince-ui.xml:
9420         * shell/ev-window.c: (ev_window_cmd_go_forward),
9421         (ev_window_cmd_go_backward):
9422         
9423         Shift + PageUp moves 10 Pages. Fix for 306125
9424
9425 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9426
9427         * pdf/ev-poppler.cc:
9428
9429         Add a flag to check if orientation has been overriden
9430
9431 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9432
9433         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9434         field if necessary.
9435
9436         * ps/ps.h: add creator field to document.
9437
9438         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9439         set creator field.
9440
9441 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9442
9443         * data/evince-properties.glade:
9444         * shell/ev-properties.c: (ev_properties_set_document):
9445
9446         s/PDF Version/Format
9447
9448 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9449
9450         * shell/ev-properties.c: (ev_properties_set_document):
9451
9452         Remove unnecessary translations
9453
9454 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9455
9456         * cut-n-paste/toolbar-editor/Makefile.am:
9457
9458         Correct library name    
9459
9460 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9461
9462         * configure.ac:
9463         * cut-n-paste/recent-files/egg-recent-model.c:
9464         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9465         (egg_recent_model_unlock_file):
9466         * cut-n-paste/recent-files/egg-recent-util.c:
9467         (egg_recent_util_get_unique_id):
9468         * cut-n-paste/recent-files/update-from-egg.sh:
9469         * cut-n-paste/toolbar-editor/Makefile.am:
9470         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9471         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9472         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9473         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9474         (egg_toolbars_model_get_type):
9475         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9476
9477         Better makefile for toolbar editor and update everything
9478         to latest libegg.
9479
9480 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9481
9482         * shell/ev-window.c: (update_document_mode):
9483
9484         Prefer presentation mode when the document
9485         require fullscreen.
9486
9487 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9488
9489         * data/evince-ui.xml:
9490         * shell/ev-window.c:
9491
9492         Add control-equal for zooming
9493
9494 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9495
9496         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9497
9498 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9499
9500         * backend/ev-document.c: (ev_document_get_orientation):
9501         * backend/ev-document.h:
9502         * pdf/ev-poppler.cc:
9503         * ps/ps-document.c: (ps_document_get_orientation),
9504         (ps_document_set_orientation), (ps_document_document_iface_init):
9505
9506         Add a get_orientation api. Improve set_orientation.
9507
9508         * data/evince-ui.xml:
9509         * shell/ev-view.c: (ev_view_set_orientation),
9510         (ev_view_rotate_right), (ev_view_rotate_left):
9511         * shell/ev-view.h:
9512         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9513         (ev_window_cmd_edit_rotate_right):
9514
9515         Better ui for changing document orientation
9516
9517 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9518
9519         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9520         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9521         * shell/ev-sidebar-links.h:
9522         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9523         (ev_sidebar_page_iface_init):
9524         * shell/ev-sidebar-page.h:
9525         * shell/ev-sidebar-thumbnails.c:
9526         (ev_sidebar_thumbnails_get_property),
9527         (ev_sidebar_thumbnails_class_init),
9528         (ev_sidebar_thumbnails_set_document):
9529         * shell/ev-sidebar-thumbnails.h:
9530         * shell/ev-view.c: (ev_view_motion_notify_event):
9531         * shell/ev-window.c: (update_chrome_visibility),
9532         (ev_window_cmd_focus_page_selector),
9533         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9534         (sidebar_page_main_widget_update_cb), (ev_window_init):
9535         
9536         Autoraise toolbar on GoToPage binding and fix bindings in
9537         EvSidebarThumbnails page.
9538
9539 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9540
9541         * shell/ev-properties.c: (update_progress_label):
9542
9543         Hide the progress label when finished; bug #307697.
9544
9545 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9546
9547         * pdf/ev-poppler.cc:
9548
9549         Enable is_open for links, you will need poppler cvs
9550
9551         * shell/ev-properties.c: (job_fonts_finished_cb):
9552
9553         Get a lock on the document when filling the tree view
9554
9555 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9556
9557         * backend/ev-document-links.h:
9558         * pdf/ev-poppler.cc:
9559         * shell/ev-sidebar-links.c: (create_loading_model),
9560         (expand_open_links), (job_finished_callback):
9561
9562         Expand links when specified by the document.
9563         Depend on a poppler api (defined out for now)
9564
9565 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9566
9567         * shell/ev-properties.c: (ev_properties_dispose),
9568         (ev_properties_class_init), (dialog_destroy_cb),
9569         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9570         (ev_properties_set_document), (ev_properties_new),
9571         (ev_properties_show):
9572         * shell/ev-properties.h:
9573
9574         Make it an object, cleanup the code, api to show it as transient
9575         and to set the document.
9576
9577         * shell/ev-window.c: (ev_window_setup_document),
9578         (ev_window_cmd_file_properties):
9579
9580         Adapt to EvProperties changes, do not show multiple
9581         times, update it when document changes.
9582
9583 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9584
9585         * ps/gstypes.h:
9586         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9587         (ps_document_set_orientation), (ps_document_document_iface_init):
9588         * ps/ps-document.h:
9589
9590         Implement orientation here too
9591
9592         * shell/ev-properties.c: (ev_properties_new):
9593         * data/evince-properties.glade:
9594
9595         Hide the fonts page for backends that doesnt
9596         support it.     
9597
9598 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9599
9600         * backend/ev-document.c: (ev_document_set_orientation):
9601         * backend/ev-document.h:
9602         * pdf/ev-poppler.cc:
9603
9604         Add orientation api. Currently poppler api is not optimal,
9605         we need to set orientation every time we _get a page.
9606         I will try to fix that at some point.
9607
9608         * data/evince-ui.xml:
9609         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9610         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9611
9612         Add orientation menu items
9613
9614         * shell/ev-page-cache.c: (ev_page_cache_clear):
9615         * shell/ev-page-cache.h:
9616
9617         Add api to clear the cache
9618
9619         * shell/ev-view.c: (setup_caches), (clear_caches),
9620         (ev_view_set_document), (ev_view_zoom_out),
9621         (ev_view_set_orientation):
9622         * shell/ev-view.h:
9623
9624         Implement orientation changing
9625
9626 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9627
9628         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9629         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9630         * backend/ev-document-fonts.h:
9631
9632         Separate scan and fill so that we can incrementally fill from
9633         the main thread. Add a progress api.
9634
9635         * data/evince-properties.glade:
9636         * pdf/ev-poppler.cc:
9637         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9638         * shell/ev-jobs.h:
9639         * shell/ev-properties.c: (update_progress_label),
9640         (job_fonts_finished_cb), (setup_fonts_view):
9641
9642         Incrementally feel the list and show the progress
9643         percentage in a label like acrobat does.
9644
9645         You are going to need poppler cvs
9646
9647 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9648
9649         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9650         * backend/ev-document-fonts.h:
9651         * pdf/ev-poppler.cc:
9652
9653         Make fonts model fill incrementally.
9654
9655         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9656         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9657         (ev_job_queue_remove_job):
9658         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9659         (ev_job_fonts_new), (ev_job_fonts_run):
9660         * shell/ev-jobs.h:
9661
9662         New job for fonts scanning
9663
9664         * shell/ev-properties.c: (job_fonts_finished_cb),
9665         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9666         * shell/ev-properties.h:
9667         * shell/ev-window.c: (ev_window_cmd_file_properties):
9668
9669         Incrementally feel the treeview using the new job. Show Loading...
9670         message until scanning is completed.
9671
9672         Hopefully I didnt break the build without the poppler patch.
9673
9674 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9675
9676         * shell/ev-application.c: (ev_application_open):
9677         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9678         (ev_document_type_get_type), (ev_document_type_lookup):
9679         * shell/ev-document-types.h:
9680         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9681         * shell/ev-job-xfer.h:
9682         * shell/ev-window.c: (ev_window_clear_local_uri),
9683         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9684         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9685         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9686         
9687         Transfer remote documents to tmp directory to display them later.
9688
9689 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9690
9691         * backend/ev-document-info.h:
9692         * shell/ev-properties.c: (ev_properties_new):
9693
9694         s/GTime*/GTime. Not sure why we was using a pointer
9695         at all there!
9696
9697 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9698
9699         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9700         situations.  That situation is that you're using GTK+-HEAD with
9701         the patch at #306726 is applied, and you have a document with <
9702         1500 pages in it.  It's not quite as uniformly nice as the
9703         TreeView, but should be better in the long run.
9704
9705         I'm pretty sure I guarded against breaking compilation with
9706         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9707         I missed some.
9708
9709         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9710         widget yet, so I commented that code out
9711         enable_view_actions_for_widget() for now.  Need to figure this
9712         out.
9713
9714         * shell/ev-page-action.c (match_selected_cb): emit the right
9715         signals.  Our cool C-l completion now works.
9716
9717 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9718
9719         * backend/Makefile.am:
9720         * backend/ev-document-fonts.c:
9721         * backend/ev-document-links.c:
9722         * backend/ev-document.c: (ev_document_load):
9723         * backend/ev-document.h:
9724         * backend/ev-job-queue.c:
9725         * backend/ev-job-queue.h:
9726         * backend/ev-jobs.c:
9727         * backend/ev-jobs.h:
9728         * backend/ev-page-cache.c:
9729         * backend/ev-page-cache.h:
9730
9731         EvPageCache and EvJobs are moved to shell.
9732
9733         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9734         (ev_tmp_filename):
9735         * lib/ev-file-helpers.h:
9736         
9737         New helper to work with temporary files
9738         
9739         * shell/Makefile.am:
9740         * shell/ev-application.c: (ev_application_open):
9741         * shell/ev-application.h:
9742         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9743         (remove_job_from_async_queue), (add_job_to_async_queue),
9744         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9745         (handle_job), (search_for_jobs_unlocked),
9746         (no_jobs_available_unlocked), (ev_render_thread),
9747         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9748         (ev_job_queue_add_job), (move_job_async), (move_job),
9749         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9750         * shell/ev-job-queue.h:
9751         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9752         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9753         * shell/ev-job-xfer.h:
9754         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9755         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9756         (ev_job_links_class_init), (ev_job_render_init),
9757         (ev_job_render_dispose), (ev_job_render_class_init),
9758         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9759         (ev_job_thumbnail_class_init), (ev_job_load_init),
9760         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9761         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9762         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9763         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9764         * shell/ev-jobs.h:
9765         * shell/ev-page-action.c: (ev_page_action_set_document):
9766         * shell/ev-page-cache.c: (ev_page_cache_init),
9767         (ev_page_cache_class_init), (ev_page_cache_finalize),
9768         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9769         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9770         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9771         (ev_page_cache_get_title), (ev_page_cache_get_size),
9772         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9773         (ev_page_cache_get_height_to_page),
9774         (ev_page_cache_get_max_label_chars),
9775         (ev_page_cache_get_page_label),
9776         (ev_page_cache_has_nonnumeric_page_labels),
9777         (ev_page_cache_get_info), (ev_page_cache_next_page),
9778         (ev_page_cache_prev_page), (ev_page_cache_get):
9779         * shell/ev-page-cache.h:
9780         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9781         (ev_pixbuf_cache_clear_job_sizes),
9782         (ev_pixbuf_cache_add_jobs_if_needed),
9783         (ev_pixbuf_cache_set_page_range):
9784         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9785         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9786         * shell/ev-sidebar-thumbnails.c:
9787         (ev_sidebar_tree_selection_changed),
9788         (ev_sidebar_thumbnails_set_document):
9789         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9790         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9791         (ev_statusbar_get_context_id), (ev_statusbar_push),
9792         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9793         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9794         (ev_statusbar_set_progress):
9795         * shell/ev-statusbar.h:
9796         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9797         (ev_view_find_previous):
9798         * shell/ev-window.c: (ev_window_is_empty),
9799         (ev_window_setup_document), (password_dialog_response),
9800         (ev_window_clear_jobs), (ev_window_load_job_cb),
9801         (ev_window_xfer_job_cb), (ev_window_open_uri),
9802         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9803         (ev_window_print), (ev_window_print_range),
9804         (ev_window_state_event), (ev_window_cmd_view_reload),
9805         (menu_item_select_cb), (menu_item_deselect_cb),
9806         (view_status_changed_cb), (ev_window_dispose),
9807         (drag_data_received_cb), (ev_window_init):
9808         * shell/ev-window.h:
9809         * shell/main.c: (load_files):
9810         
9811         New statusbar to show progress on idle. Two new jobs - 
9812         xfer job and load job to load document in background. And update
9813         of page_cache clients to new location of code.
9814
9815 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9816
9817         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9818         selection in open dialog. It also remembers the last visited directory 
9819         in the current session.
9820
9821 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9822
9823         * shell/ev-properties.c: (ev_properties_new):
9824         * shell/ev-properties.h:
9825         * shell/ev-window.c: (ev_window_cmd_file_properties):
9826         
9827         Get document info from page cache instead of document itself.
9828         This should fix crash related to race conditions described in
9829         bug 306545.
9830
9831 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9832
9833         * ps/ps-document.c: (ps_document_init),
9834         (send_ps), (get_page_box), (output), (catchPipe), (input),
9835         (stop_interpreter), (file_length), (file_readable),
9836         (check_filecompressedb), (ps_document_enable_interpreter),
9837         (document_load), (ps_async_renderer_render_pixbuf):
9838         * ps/ps-document.h:
9839
9840         Big cleanup of the ps code
9841
9842 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9843
9844         * backend/Makefile.am:
9845         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9846         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9847         * backend/ev-async-renderer.h:
9848
9849         Add an async renderer interface (method + callback) which
9850         is useful for backends like ps.
9851
9852         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9853         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9854         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9855         (ev_job_queue_add_job), (move_job_async), (move_job),
9856         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9857
9858         Add queues for async renderer, these are executed on the
9859         main thread.
9860
9861         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9862         (ev_job_render_run):
9863         * backend/ev-jobs.h:
9864
9865         If the backend support async renderer interface use it.
9866
9867         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9868         (setup_pixmap), (ps_document_get_type),
9869         (ps_async_renderer_render_pixbuf),
9870         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9871
9872         Implement async renderer interface.
9873
9874 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9875
9876         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9877
9878         Cleanup links job on exit.
9879
9880 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9881
9882         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9883         (drag_data_get_cb), (drag_data_received_cb):
9884         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9885         (drag_data_get_cb), (parse_item_list),
9886         (egg_toolbar_editor_load_actions):
9887         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9888         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9889         (parse_item_list), (parse_toolbars):
9890         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9891         (dvi_pixbuf_put_pixel):
9892         
9893         Fix gcc 4.0 warnings
9894
9895 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9896
9897         * ps/ps-document.c: (start_interpreter):
9898
9899         Fix warning when loading ps
9900
9901 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9902
9903         * ps/ps-document.c: (output):
9904
9905         Fix crash when priting gs error messages.
9906
9907 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9908
9909         * backend/ev-page-cache.c: (_ev_page_cache_new):
9910         * backend/ev-page-cache.h:
9911
9912         Use a const to return title so that we dont double
9913         free it. Small cleanup and fix a leak.
9914
9915         * shell/ev-window.c: (update_window_title):
9916
9917         strdup value from get_title.
9918
9919 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9920
9921         * shell/ev-sidebar-links.c: (job_finished_callback),
9922         (ev_sidebar_links_set_document):
9923
9924         Cleanup the old job when changing document
9925
9926 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9927
9928         * shell/ev-stock-icons.c:
9929         * shell/ev-stock-icons.h:
9930         * shell/ev-window.c:
9931         
9932         Add stock icons for actions that can appear in toolbar. Fix for
9933         bug 306566.
9934
9935 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9936
9937         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9938         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9939         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9940         * backend/ev-page-cache.h:
9941         * shell/ev-view.c: (scroll_to_current_page),
9942         (view_update_range_and_current_page), (get_page_y_offset),
9943         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9944         (ev_view_size_request_continuous),
9945         (ev_view_zoom_for_size_continuous_and_dual_page),
9946         (ev_view_zoom_for_size_continuous):
9947         
9948         More compact EvView layout in document with pages of different size.
9949
9950 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9951
9952         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9953         compilation.
9954
9955 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9956
9957         * shell/ev-view.c: (view_set_adjustment_values):
9958         * shell/ev-window.c: (ev_window_cmd_file_properties):
9959         
9960         A bit different fix for rounding problem but it has no
9961         problems on startup. Make properties window transient to parent.
9962
9963 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9964
9965         * pdf/ev-poppler.cc:
9966         
9967         More commenting of font stuff.
9968
9969 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9970
9971         * pdf/ev-poppler.cc:
9972
9973         Comment out some more fonts stuff. Should really
9974         work without the poppler patch now.
9975
9976 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9977
9978         * pdf/ev-poppler.cc:
9979
9980         Adapt to api change
9981
9982 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9983
9984         * data/evince-properties.glade:
9985         * pdf/ev-poppler.cc:
9986         * shell/ev-properties.c: (setup_fonts_view):
9987
9988         Set the column title. Show the dialog only
9989         once everything is setup.
9990         Getting font info can be very slow... will
9991         prolly need to make this threaded too.
9992
9993 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9994
9995         * backend/Makefile.am:
9996         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9997         (ev_document_fonts_get_fonts_model):
9998         * backend/ev-document-fonts.h:
9999         * data/evince-properties.glade:
10000         * pdf/ev-poppler.cc:
10001         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10002         * shell/ev-properties.h:
10003         * shell/ev-window.c: (ev_window_cmd_file_properties):
10004
10005         Implement fonts list. Defined out for now, since it depends
10006         on a not yet committed poppler patch.
10007
10008 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10009
10010         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10011         page + 1.
10012
10013         * shell/ev-window.c: Make sure we add the timeout when we get a
10014         focus-in event.
10015
10016         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10017         adjustment->value before calculating the zoom factor to average
10018         out all of our rounding errors.  The page no longer 'drifts' when
10019         resizing.
10020
10021 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10022
10023         * data/evince-properties.glade:
10024         * shell/ev-properties.c: (ev_properties_format_date),
10025         (set_property):
10026         
10027         Labels don't expand when the dialogue is resized.
10028         strftime result needs to be converted to UTF-8. Thanks
10029         to Christian Persch <chpe@gnome.org>.
10030
10031 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10032
10033         * data/evince-properties.glade:
10034
10035         Hide the fonts tab
10036
10037 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10038
10039         * backend/ev-document-info.h:
10040         * backend/ev-document.c: (ev_document_info_free):
10041         * data/evince-properties.glade:
10042         * pdf/ev-poppler.cc:
10043         * ps/ps-document.c: (ps_document_get_info):
10044         * shell/ev-properties.c: (ev_properties_format_date),
10045         (set_property), (ev_properties_new):
10046         * shell/ev-properties.h:
10047         * shell/ev-window.c: (ev_window_cmd_file_properties):
10048
10049         Rework properties code to take only EvPropertyInfo
10050         in the constructor so that it can be useful for
10051         nautilus plugin too.
10052
10053         Deal with backends that doesnt support some properties.
10054         Make set property code generic.
10055
10056 2005-06-04  Christian Persch <chpe@gnome.org>
10057
10058         * data/evince-properties.glade:
10059
10060         fix spacings, make resizeable, and make data labels
10061         selectable + ellipsised
10062
10063 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10064
10065         * backend/ev-document-info.h:
10066         * data/Makefile.am:
10067         * data/evince-ui.xml:
10068         * pdf/ev-poppler.cc:
10069         * shell/Makefile.am:
10070         * shell/ev-window.c: (update_action_sensitivity),
10071         (ev_window_cmd_file_properties):
10072
10073         Initial go at file properties. Patch by
10074         Emil Soleyman-Zomalan <emil@soleyman.com>.
10075         Needs love see #169583
10076
10077 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10078
10079         * ps/ps-document.c: (output):
10080         * ps/ps.c: (psscan):
10081
10082         Try to render even if psscan fails.
10083
10084 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10085
10086         * ps/ps.c: (psscan), (pscopydoc):
10087
10088         Port buffered reading code from gv
10089
10090 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10091
10092         * ps/ps-document.c: (interpreter_message), (output):
10093
10094         Do not fail on interpreter messages
10095
10096 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10097
10098         * backend/ev-document-misc.c:
10099         (ev_document_misc_get_thumbnail_frame):
10100
10101         Pages can be 0 x 0, dont assert on this case
10102
10103 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10104
10105         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10106         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10107
10108         Correctly manage our reference on document. Finally the reload
10109         huge leak is gone...
10110
10111 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10112
10113         * ps/ps-document.c: (ps_document_dispose):
10114
10115         Forgot to chain it to the parent. Thanks chpe.
10116
10117 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10118
10119         * ps/ps-document.c: (ps_document_dispose),
10120         (ps_document_class_init), (stop_interpreter), (document_load):
10121
10122         Cleanup dispose a bit. Dont leak the whole pixmap.
10123
10124 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10125
10126         * pdf/ev-poppler.cc:
10127
10128         Release the poppler document on dispose
10129
10130 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10131
10132         * shell/ev-view.c: (ev_view_set_document):
10133
10134         Release ref on the pixbuf cache when changing
10135         document.
10136
10137 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10138
10139         * ps/ps-document.c: (ps_document_get_info):
10140
10141         Fix a double free
10142
10143 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10144
10145         * backend/ev-page-cache.c: (ev_page_cache_init),
10146         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10147         * backend/ev-page-cache.h:
10148         * shell/ev-page-action.c: (page_changed_cb):
10149         
10150         Set page action entry width depending on labels width. Fix
10151         for bug 305202.
10152
10153 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10154
10155         * backend/ev-link.c: (ev_link_class_init):
10156
10157         Allow -1 as page value (error)
10158
10159 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10160
10161         * shell/ev-sidebar-thumbnails.c:
10162         (ev_sidebar_thumbnails_set_document):
10163         * shell/ev-view.c: (scroll_to_current_page),
10164         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10165         (page_changed_cb), (on_adjustment_value_changed),
10166         (ev_view_set_document):
10167
10168         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10169         Fix bug 305377
10170
10171 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10172
10173         * configure.ac:
10174         * djvu/djvu-document.c: (djvu_document_get_page_size):
10175
10176         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10177         bug 301993.
10178
10179 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10180
10181         * shell/ev-view.c (draw_one_page): modify the expose handling to
10182         get the shadows.
10183
10184         * shell/ev-window.c (update_action_sensitivity): Respect
10185         permissions field.  Kowtow to the man.
10186
10187         * pdf/ev-poppler.cc: Get the permissions field.
10188
10189         * tiff/*c: Make a tiny bit more robust.
10190
10191 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10192
10193         * djvu/djvu-document.c:
10194         
10195         Pop messages from djvu context message queue.
10196
10197 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10198
10199         * configure.ac, Makefile.am, shell/Makefile.am:
10200         * tiff/Makefile.am, shell/ev-document-types.c:
10201         
10202         Cleanup tiff configure checks. Fix for bug 305218.
10203
10204 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10205
10206         * configure.ac: Added "uk" to ALL_LINGUAS.
10207
10208 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10209
10210         * cut-n-paste/zoom-control/ephy-zoom.c:
10211         (ephy_zoom_get_changed_zoom_level):
10212         * cut-n-paste/zoom-control/ephy-zoom.h:
10213         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10214         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10215         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10216         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10217         (zoom_control_changed_cb), (ev_window_init):
10218         
10219         Fix minor points related to moving best fit up. Introduce
10220         "zoom" property and make zoom control change it's value on
10221         notify::zoom signals. Fix for 305080.
10222
10223 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10224
10225         * data/evince-ui.xml:
10226         * shell/ev-window.c: (set_view_actions_sensitivity):
10227         
10228         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10229
10230 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10231
10232         * configure.ac:
10233
10234         Depends on poppler 0.3.2
10235
10236 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10237
10238         * cut-n-paste/recent-files/egg-recent-item.c:
10239         (egg_recent_item_get_short_name):
10240         * cut-n-paste/toolbar-editor/Makefile.am:
10241         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10242         (new_pixbuf_from_widget):
10243         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10244         * cut-n-paste/toolbar-editor/egg-marshal.c:
10245         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10246         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10247
10248         Sync
10249
10250 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10251
10252         * tiff/tiff-document.c: Rough TIFF backend.
10253
10254 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10255
10256         * NEWS:
10257         * configure.ac:
10258         * cut-n-paste/toolbar-editor/Makefile.am:
10259
10260         Release 0.3.1
10261
10262 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10263
10264         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10265         (ev_view_find_next), (ev_view_find_previous):
10266
10267         Remove the locks around get_n_results   
10268
10269 2005-05-21  Juerg Billeter  <j@bitron.ch>
10270
10271         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10272
10273         Pass correct number of pages to poppler.
10274
10275 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10276
10277         * configure.ac:
10278         * data/Makefile.am:
10279         * data/evince.desktop.in: 
10280         * data/evince.desktop.in.in:
10281         * po/POTFILES.in:
10282         
10283         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10284
10285 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10286
10287         * shell/ev-view.c: (view_update_adjustments),
10288         (view_set_adjustment_values): cast adjustmen->value to (int)
10289         before using it.  Otherwise, we get off by a pixel in some
10290         situations.
10291
10292         (draw_one_page): Draw the border on expose.
10293
10294 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10295
10296         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10297         adjustment when the mode changes, #304923
10298
10299 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10300
10301         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10302         flickering on resize but still use gdk_window_scroll on
10303         scrolling
10304
10305 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10306
10307         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10308         option, #170458
10309
10310 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10311
10312         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10313         second page on page_changed if possible, #304669
10314
10315 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10316
10317         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10318         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10319
10320 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10321
10322         * .cvsignore:
10323         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10324         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10325         (ev_view_zoom_for_size_presentation),
10326         (ev_view_zoom_for_size_continuous_and_dual_page),
10327         (ev_view_zoom_for_size_continuous),
10328         (ev_view_zoom_for_size_dual_page),
10329         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10330         * shell/ev-view.h:
10331         * shell/ev-window.c: (update_view_size),
10332         (ev_window_sizing_mode_changed_cb):
10333
10334         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10335         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10336         an infinite loop, #304769
10337
10338
10339 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10340
10341         * data/evince-ui.xml:
10342         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10343         * shell/ev-window.c: (set_view_actions_sensitivity):
10344
10345         Make PgUp/Down behave like Space
10346
10347 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10348
10349         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10350         * backend/ev-ps-exporter.h:
10351         * pdf/ev-poppler.cc:
10352         * ps/ps-document.c: (ps_document_ps_export_begin):
10353         * shell/ev-print-job.c: (idle_print_handler):
10354
10355         Adapt to new poppler api
10356
10357 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10358
10359         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10360         (ephy_zoom_control_init):
10361
10362         Translate zoom levels
10363
10364 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10365
10366         * cut-n-paste/zoom-control/ephy-zoom.c:
10367         (ephy_zoom_get_zoom_level_index):
10368
10369         Fix current zoom -> zoom control match
10370
10371 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10372
10373         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10374         rather than the scrolled_window that it's in. Fixes bug #304655.
10375
10376 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10377
10378         * shell/ev-view.c: (view_update_adjustments),
10379         (view_set_adjustment_values), (view_update_range_and_current_page),
10380         (view_scroll_to_page), (set_scroll_adjustment),
10381         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10382         (ev_view_scroll), (ev_view_scroll_view),
10383         (ensure_rectangle_is_visible), (find_page_at_location),
10384         (get_link_at_location), (go_to_link), (status_message_from_link),
10385         (ev_view_size_request_continuous_dual_page),
10386         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10387         (ev_view_unrealize), (ev_view_expose_event),
10388         (ev_view_button_press_event), (ev_view_motion_notify_event),
10389         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10390         (draw_rubberband), (highlight_find_results), (draw_one_page),
10391         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10392         (ev_view_init), (find_changed_cb), (page_changed_cb),
10393         (on_adjustment_value_changed), (ev_view_new),
10394         (ev_view_set_document), (ev_view_set_zoom),
10395         (ev_view_set_continuous), (ev_view_set_dual_page),
10396         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10397         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10398         (ev_view_zoom_for_size_presentation),
10399         (ev_view_zoom_for_size_continuous_dual_page),
10400         (ev_view_zoom_for_size_continuous),
10401         (ev_view_zoom_for_size_dual_page),
10402         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10403         (ev_view_get_status), (ev_view_set_status),
10404         (update_find_status_message), (ev_view_get_find_status),
10405         (ev_view_set_find_status), (jump_to_find_result),
10406         (jump_to_find_page), (compute_selections), (clear_selection),
10407         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10408         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10409         (ev_view_update_primary_selection),
10410         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10411         * shell/ev-view.h:
10412         * shell/ev-window.c: (ev_window_open_page_label),
10413         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10414         (ev_window_init):
10415         * shell/ev-window.h:
10416         * shell/main.c: (load_files):
10417
10418         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10419         when resizing.  Remove the bin_window().  Also, patch from James
10420         Bowes to fix command line page, #300641
10421         
10422 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10423
10424         * data/evince-ui.xml:
10425         * shell/ev-view.c:
10426         * shell/ev-view.h:
10427         * shell/ev-window.c: (update_action_sensitivity):
10428
10429         Get rid of View->Normal Size, it's just confusing
10430
10431 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10432
10433         * backend/ev-document-info.h:
10434         * backend/ev-document.c: (ev_document_info_free): Free the
10435         EvDocumentInfo.
10436
10437         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10438         (clear_range), (add_range), (update_visible_range),
10439         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10440         (ev_sidebar_thumbnails_set_document):
10441         * shell/ev-window.c: (ev_window_setup_document): Only render the
10442         visible thumbnails.  It takes an instant to render, but it uses
10443         much less memory.
10444
10445 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10446
10447         * shell/ev-sidebar-links.c: (popup_menu_cb):
10448
10449         Select first item
10450
10451 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10452
10453         * lib/Makefile.am:
10454         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10455         (button_press_cb), (ev_sidebar_links_construct):
10456
10457         Show the popup menu also on keybindings
10458
10459 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10460
10461         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10462         * shell/ev-window.h:
10463
10464         Expose api to print a range (with dialog). Make private _print use
10465         it.
10466
10467         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10468         (ev_sidebar_links_construct):
10469
10470         Show a print context menu on linkx, it prints the selected
10471         section.
10472
10473 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10474
10475         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10476         button.
10477
10478 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10479
10480         * AUTHORS:
10481
10482         Update
10483
10484         * shell/ev-window.c: (build_comments_string),
10485         (ev_window_cmd_help_about):
10486
10487         Show poppler version/backend and authors
10488
10489 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10490
10491         * cut-n-paste/zoom-control/ephy-zoom.c:
10492         (ephy_zoom_get_zoom_level_index):
10493         * cut-n-paste/zoom-control/ephy-zoom.h:
10494
10495         Move the best fit items at the top of the list
10496
10497 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10498
10499         * shell/ev-marshal.list:
10500         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10501         (activate_cb), (match_selected_cb), (activate_link_cb),
10502         (connect_proxy), (ev_page_action_class_init):
10503         * shell/ev-page-action.h:
10504
10505         Use signals to notify action activation. Hopefully
10506         I did not break completion since I cant test...
10507
10508         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10509         (register_custom_actions):
10510
10511         Connect to page selector actions and also grab focus on
10512         the view when activated.
10513
10514 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10515
10516         * pdf/ev-poppler.cc:
10517         * backend/ev-page-cache.c: make page size calculation consistent
10518         and set it to (int)( width * scale + 0.5).  This makes the weird
10519         line going through the middle of the page go away.
10520
10521         * shell/ev-view.c: move painting the background page after
10522         checking the expose area covers us.
10523
10524 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10525
10526         * data/evince-password.glade:
10527         
10528         Mark labels as not translatable. Fix for bug 302842.
10529
10530 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10531
10532         * configure.ac: Added "es" to ALL_LINGUAS.
10533
10534 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10535
10536         * data/evince-toolbar.xml:
10537         * shell/ev-window.c: (update_action_sensitivity),
10538         (ev_window_setup_document), (ev_window_set_page_mode),
10539         (ev_window_init):
10540
10541         Remove some leftover code from jrb first continous
10542         attempt. Use the new actions, we still need good icons
10543         though...
10544
10545 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10546
10547         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10548
10549         Update label when connecting proxy. Fix a warning with NULL
10550         page_cache.
10551
10552 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10553
10554         * data/evince-ui.xml:
10555         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10556         * shell/ev-page-action.h:
10557         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10558
10559         Add mnemonic for edit toolbar.
10560         ctrl+l focus the page entry.
10561
10562 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10563
10564         * lib/Makefile.am:
10565         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10566         (ev_window_init):
10567         * shell/main.c: (main):
10568
10569         Put the toolbar xml in evince own dot dir
10570
10571 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10572
10573         * shell/ev-window.c: (ev_window_init):
10574
10575         Make the toolbar not removable
10576
10577 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10578
10579         * data/evince-ui.xml:
10580         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10581         * shell/ev-sidebar-links.h:
10582         * shell/ev-sidebar-thumbnails.c:
10583         (ev_sidebar_thumbnails_get_treeview):
10584         * shell/ev-sidebar-thumbnails.h:
10585         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10586         (ev_view_class_init):
10587         * shell/ev-view.h:
10588         * shell/ev-window.c: (update_action_sensitivity),
10589         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10590         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10591         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10592         (ev_window_init):
10593
10594         This is evil... Make space/backspace global accelerators but
10595         enable them only for some widgets (sidebars and view).
10596         I dont like it, but I dont know a better way... :/
10597
10598 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10599
10600         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10601         (ev_page_action_widget_finalize),
10602         (ev_page_action_widget_class_init), (update_page_cache):
10603
10604         Keep a weak reference on proxy->page_cache so that we
10605         dont try to disconnect the signal if the object is already
10606         gone. Maybe there is a better way to cleanup reference handling
10607         in page action though...
10608
10609 2005-05-10  Juerg Billeter  <j@bitron.ch>
10610
10611         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10612         * backend/ev-ps-exporter.h:
10613         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10614         * ps/ps-document.c: (ps_document_ps_export_begin):
10615         
10616         Change api to pass print range to ps_exporter_begin. The pdf backend
10617         requires this information.
10618         
10619         * shell/ev-print-job.c: (idle_print_handler):
10620         
10621         Adapt to api change
10622
10623 2005-05-10  Juerg Billeter  <j@bitron.ch>
10624
10625         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10626         (idle_print_handler)
10627         * shell/ev-window.c: (ev_window_print):
10628
10629         Support printing page range, based on patch by Amaury Jacquot
10630
10631 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10632
10633         * data/evince-toolbar.xml:
10634
10635         Add zoom control to available items
10636
10637 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10638
10639         * shell/ev-window.c: (update_action_sensitivity):
10640
10641         Set slash action insensitive when appropriate
10642
10643 2005-05-10  Christian Persch <chpe@gnome.org>
10644
10645         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10646
10647         Fix warning on the overflow menu
10648
10649 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10650
10651         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10652
10653         Check for uri correctness/existence
10654
10655 2005-05-09  Juerg Billeter  <j@bitron.ch>
10656
10657         * shell/ev-window.c: (using_postscript_printer):
10658
10659         LPD printers use postscript, too
10660
10661 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10662
10663         * shell/ev-window.c: (register_custom_actions):
10664
10665         The zoom one is actually sort of useful,
10666         put it back
10667
10668 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10669
10670         * shell/ev-window.c: (register_custom_actions):
10671
10672         Hide page/zoom controls from overflow, they
10673         are useless.
10674
10675 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10676
10677         * cut-n-paste/update-from-egg.sh:
10678         
10679         Share it between all cut-n-paste subdirs
10680
10681         * cut-n-paste/recent-files/Makefile.am:
10682
10683         Fix to use "global" update-from-egg.sh
10684
10685         * cut-n-paste/recent-files/egg-recent-model.c:
10686         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10687         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10688         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10689         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10690
10691         Update from libegg
10692
10693         * cut-n-paste/toolbar-editor/Makefile.am:
10694
10695         Fix to use "global" update-from-egg.sh
10696
10697         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10698
10699         Update from libegg
10700
10701 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10702
10703         * configure.ac:
10704         * cut-n-paste/Makefile.am:
10705         * cut-n-paste/recent-files/Makefile.am:
10706         * cut-n-paste/toolbar-editor/.cvsignore:
10707         * cut-n-paste/toolbar-editor/Makefile.am:
10708         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10709         (egg_editable_toolbar_get_type), (get_toolbar_position),
10710         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10711         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10712         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10713         (set_item_drag_source), (create_item_from_action), (create_item),
10714         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10715         (popup_toolbar_context_menu_cb), (free_dragged_item),
10716         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10717         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10718         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10719         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10720         (item_added_cb), (item_removed_cb),
10721         (egg_editable_toolbar_construct),
10722         (egg_editable_toolbar_disconnect_model),
10723         (egg_editable_toolbar_deconstruct),
10724         (egg_editable_toolbar_set_model),
10725         (egg_editable_toolbar_set_ui_manager),
10726         (egg_editable_toolbar_set_property),
10727         (egg_editable_toolbar_get_property),
10728         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10729         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10730         (egg_editable_toolbar_new_with_model),
10731         (egg_editable_toolbar_get_edit_mode),
10732         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10733         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10734         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10735         (new_pixbuf_from_widget), (new_separator_pixbuf),
10736         (update_separator_image), (style_set_cb),
10737         (_egg_editable_toolbar_new_separator_image),
10738         (egg_editable_toolbar_get_model):
10739         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10740         * cut-n-paste/toolbar-editor/egg-marshal.c:
10741         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10742         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10743         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10744         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10745         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10746         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10747         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10748         (editor_drag_data_delete_cb), (drag_data_get_cb),
10749         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10750         (editor_create_item), (update_editor_sheet), (setup_editor),
10751         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10752         (parse_item_list), (model_has_action), (update_actions_list),
10753         (egg_toolbar_editor_load_actions):
10754         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10755         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10756         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10757         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10758         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10759         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10760         (egg_toolbars_model_add_separator), (impl_add_item),
10761         (parse_item_list), (egg_toolbars_model_add_toolbar),
10762         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10763         (impl_get_item_data), (impl_get_item_type),
10764         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10765         (egg_toolbars_model_init), (free_toolbar),
10766         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10767         (egg_toolbars_model_remove_toolbar),
10768         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10769         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10770         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10771         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10772         (egg_toolbars_model_get_item_data),
10773         (egg_toolbars_model_get_item_type):
10774         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10775         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10776         * data/Makefile.am:
10777         * data/evince-toolbar.xml:
10778         * data/evince-ui.xml:
10779         * data/hand-open.png:
10780         * po/POTFILES.in:
10781         * shell/Makefile.am:
10782         * shell/ev-window.c: (update_chrome_visibility),
10783         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10784         (ev_window_dispose), (ev_window_init):
10785
10786         Implement epiphany like toolbar editor. Based on patch by
10787         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10788
10789 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10790
10791         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10792
10793         Use set_cursor instead of set_selection, so that
10794         the keyboard focus moves too.
10795
10796 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10797
10798         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10799
10800         Fix infinite loop when loading Type1 fonts
10801
10802 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10803
10804         * data/evince-ui.xml:
10805         * shell/ev-window.c:
10806
10807         Slash -> Find
10808
10809 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10810
10811         * configure.ac:
10812
10813         Make --disable really disable
10814
10815 2005-05-07  Juerg Billeter  <j@bitron.ch>
10816
10817         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10818
10819         Compare page labels even without has_labels set, fixes setting page
10820         with entry
10821
10822 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10823
10824         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10825         (ev_view_set_cursor), (ev_view_button_press_event),
10826         (ev_view_motion_notify_event), (ev_view_button_release_event),
10827         (ev_view_init):
10828
10829         Implement middle button scrolling. Based on a patch
10830         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10831
10832 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10833
10834         * shell/ev-document-types.c: (get_slow_mime_type),
10835         (get_document_type_from_mime), (ev_document_type_lookup):
10836         * shell/ev-document-types.h:
10837
10838         Change api to lookup from uri. Do fast lookup first, if the
10839         type is unknown try with data sniffing.
10840
10841         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10842         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10843
10844         Adapt to api change
10845
10846 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10847
10848         * thumbnailer/Makefile.am:
10849
10850         Fix distcheck
10851
10852 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10853
10854         * NEWS:
10855         * configure.ac:
10856
10857         Release 0.3.0
10858
10859         * data/evince-ui.xml:
10860
10861         Hide presentation mode for now
10862
10863         * shell/ev-view.c: (highlight_find_results):
10864
10865         Show current find selection only on current page
10866
10867 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10868
10869         * shell/ev-view.c: (ev_view_select_all):
10870
10871         Compute size of the actual page, not of
10872         the current one.
10873
10874 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10875
10876         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10877         (view_rect_to_doc_rect), (compute_selections),
10878         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10879         (ev_view_copy), (ev_view_primary_get_cb),
10880         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10881         (ev_view_button_press_event), (ev_view_motion_notify_event),
10882         (ev_view_button_release_event), (page_changed_cb):
10883
10884         Fix text selection
10885
10886 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10887
10888         * shell/ev-view.c: (compute_border), (get_page_extents),
10889         (doc_rect_to_view_rect), (highlight_find_results),
10890         (ev_view_bin_expose), (ev_view_select_all),
10891         (ev_view_motion_notify_event), (update_find_status_message),
10892         (jump_to_find_result), (jump_to_find_page):
10893
10894         First go at fixing search, still buggy
10895
10896 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10897
10898         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10899         dropdown box and button at the top of the sidebar.
10900
10901 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10902
10903         * configure.ac: Output zoom-control Makefile.
10904         * cut-n-paste/Makefile.am: build zoom-control subdir.
10905         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10906         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10907         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10908         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10909         * cut-n-paste/zoom-control/ephy-zoom.c:
10910         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10911         from epiphany, and modified to add a separator into the menu.
10912         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10913         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10914         zoom-control action.
10915         * shell/Makefile.am: Include zoom-control flags.
10916         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10917         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10918         (ev_view_zoom_for_size_presentation),
10919         (ev_view_zoom_for_size_continuous_and_dual_page),
10920         (ev_view_zoom_for_size_continuous),
10921         (ev_view_zoom_for_size_dual_page),
10922         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10923         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10924         ev_view_get_zoom and ev_view_get_sizing_mode.
10925         * shell/ev-view.h:
10926         * shell/ev-window.c: (update_action_sensitivity),
10927         (update_sizing_buttons), (zoom_control_changed_cb),
10928         (register_custom_actions): Initialize and use the zoom-control 
10929         widget.
10930
10931 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10932
10933         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10934         preview cache back to 1.  Don't know when it got set to 0.
10935         
10936         * shell/ev-view.c: (compute_border), (ev_view_realize),
10937         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10938         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10939         (ev_view_get_fullscreen), (ev_view_set_presentation),
10940         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10941         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10942         * shell/ev-view.h:
10943         * shell/ev-window.c:
10944         (update_chrome_visibility),
10945         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10946         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10947         (update_document_mode), (ev_window_update_fullscreen_action),
10948         (ev_window_fullscreen), (ev_window_unfullscreen),
10949         (ev_window_cmd_view_fullscreen),
10950         (ev_window_update_presentation_action),
10951         (ev_window_run_presentation), (ev_window_stop_presentation),
10952         (ev_window_cmd_view_presentation), (ev_window_state_event),
10953         (ev_window_focus_in_event), (ev_window_focus_out_event),
10954         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10955         * data/evince-ui.xml: Initial presentation mode.  We should
10956         probably hide this until it's done, as it's quite rough.  Also,
10957         change full-screen to fullscreen and add two getters to EvView.
10958
10959 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10960
10961         * shell/ev-page-action.c: (update_page_cache),
10962         (ev_page_action_dispose):
10963         * shell/ev-window.c: (destroy_fullscreen_popup),
10964         (ev_window_create_fullscreen_popup):
10965
10966         Use connect_object rather than explicitly
10967         disconnect on dispose.
10968
10969 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10970
10971         * shell/ev-page-action.c: (update_page_cache),
10972         (ev_page_action_dispose):
10973
10974 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10975
10976         * backend/ev-page-cache.c: (_ev_page_cache_new),
10977         (ev_page_cache_set_page_label),
10978         (ev_page_cache_has_nonnumeric_page_labels):
10979         * backend/ev-page-cache.h:
10980         * shell/ev-page-action.c: (update_pages_label):
10981         
10982         If all page labels are numeric, fallback to default
10983         way to display number of pages. See bug 173185.
10984
10985 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10986
10987         * shell/ev-page-action.c: (ev_page_action_dispose):
10988         * shell/ev-view.c: (view_update_range_and_current_page):
10989         * shell/ev-window.c: (ev_window_dispose):
10990         
10991         Set page on scroll in continuous mode. Fixes bug 301986.
10992         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10993
10994 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10995
10996         * configure.ac:
10997
10998         Require poppler 0.3.0
10999
11000 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11001         
11002         * shell/Makefile.am, configure.ac: Fix build problems
11003         with t1lib. Bug 301996.
11004
11005 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11006
11007         * shell/ev-view.c: (ev_view_scroll_event):
11008         
11009         Scroll up increase zoom
11010
11011 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11012
11013         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11014         (ev_view_set_sizing_mode),
11015         (ev_view_zoom_for_size_continuous_and_dual_page),
11016         (ev_view_zoom_for_size_continuous):
11017         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11018         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11019         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11020         (ev_window_init):
11021
11022         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11023         Fix for 165473 and 165472.
11024
11025 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11026
11027         * po/POTFILES.in:
11028         * thumbnailer/Makefile.am:
11029         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11030         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11031         * thumbnailer/evince-thumbnailer.schemas.in:
11032         
11033         Make thumbnailer schemas translatable. Fix for bug 301773
11034         
11035         * thumbnailer/evince-thumbnailer-djvu.schemas:
11036         * thumbnailer/evince-thumbnailer-dvi.schemas:
11037         * thumbnailer/evince-thumbnailer.schemas:
11038
11039         Removed files
11040
11041 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11042
11043         * shell/ev-view.c (ev_view_init): forgot to set this.
11044
11045 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11046
11047         * shell/ev-view.c: (find_page_at_location),
11048         (get_link_at_location),
11049         (ev_view_set_show_border), (ev_view_set_spacing),
11050         (ev_view_zoom_for_size_continuous_and_dual_page),
11051         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11052         Also, add a quick fix measuring of widths.  Also, removed
11053         ev_view_set_spacing and ev_view_set_show_border.
11054         
11055         * shell/ev-window.c: (ev_window_unfullscreen),
11056         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11057
11058 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11059
11060         * shell/ev-view.c: (view_update_range_and_current_page),
11061         (page_changed_cb):
11062         
11063         Fix crash on exit and scrolling to page in continuous view.
11064
11065 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11066
11067         * TODO:
11068         * backend/ev-page-cache.c: (_ev_page_cache_new),
11069         (ev_page_cache_get_max_width_size),
11070         (ev_page_cache_get_max_height_size):
11071         * backend/ev-page-cache.h:
11072         * data/evince-ui.xml:
11073         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11074         * shell/ev-view.c: (view_update_adjustments),
11075         (view_update_range_and_current_page), (get_bounding_box_size),
11076         (ev_view_size_request_continuous_and_dual_page),
11077         (ev_view_size_request_continuous),
11078         (ev_view_size_request_dual_page),
11079         (ev_view_size_request_single_page), (ev_view_size_request),
11080         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11081         (ev_view_bin_expose), (ev_view_expose_event),
11082         (ev_view_set_property), (ev_view_get_property),
11083         (ev_view_class_init), (ev_view_init), (ev_view_new),
11084         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11085         (ev_view_set_dual_page), (ev_view_set_full_screen),
11086         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11087         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11088         (ev_view_zoom_out), (zoom_for_size_fit_width),
11089         (zoom_for_size_best_fit),
11090         (ev_view_zoom_for_size_continuous_and_dual_page),
11091         (ev_view_zoom_for_size_continuous),
11092         (ev_view_zoom_for_size_dual_page),
11093         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11094         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11095         * shell/ev-view.h:
11096         * shell/ev-window.c: (update_action_sensitivity),
11097         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11098         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11099         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11100         (ev_window_cmd_view_zoom_out), (update_view_size),
11101         (ev_window_set_sizing_mode), (ev_window_init):
11102
11103         Add Continuous and Dual page modes.
11104
11105 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11106
11107         * dvi/dvi-document.c: (dvi_document_load),
11108         (dvi_document_thumbnails_get_thumbnail),
11109         (dvi_document_init_params): Fix up some mixups between
11110         width and height to correct thumbnail rendering.
11111
11112 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11113
11114         * dvi/mdvi-lib/private.h:
11115         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11116         
11117         Suppess output for kpathsea during font generation. Thanks to
11118         James Bowes
11119
11120 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11121
11122         * NEWS:
11123         * configure.ac:
11124
11125         Release 0.2.1
11126
11127         * Makefile.am: fix distcheck.
11128
11129 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11130
11131         * shell/ev-sidebar-links.c: (selection_changed_callback),
11132         (update_page_callback), (row_activated_callback),
11133         (job_finished_callback), (ev_sidebar_links_set_document):
11134         
11135         Fix for bug #169901. Double click on links expands tree.
11136
11137 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11138
11139         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11140         hard-coded style. Fix for bug 170111
11141
11142 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11143
11144         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11145         locking.
11146
11147 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11148
11149         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11150
11151 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11152
11153         * pdf/ev-poppler.cc:
11154         * shell/ev-view.c: (highlight_find_results):
11155
11156         Fix find on single page documents
11157
11158 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11159
11160         * data/evince.schemas.in: fix for bug 301390
11161
11162 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11163
11164         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11165         (ev_view_zoom_out), (ev_view_zoom_normal):
11166         * shell/ev-view.h:
11167         * shell/ev-window.c: (update_action_sensitivity),
11168         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11169         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11170         (ev_window_cmd_view_normal_size):
11171
11172         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11173         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11174         better than oom. 
11175
11176 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11177
11178         * configure.ac:
11179
11180         Depend on 2.57, 2.59 doesnt seem to be necessary
11181
11182 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11183
11184         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11185         (create_tool_item):
11186
11187         Put back total number of pages as (1 of 1234)
11188
11189 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11190
11191         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11192         remove the job.
11193
11194         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11195         function.  This helps debugging.
11196
11197 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11198
11199         * djvu/djvu-document.c: (djvu_document_class_init),
11200         (djvu_document_get_info), (djvu_document_document_iface_init):
11201         * dvi/dvi-document.c: (dvi_document_class_init),
11202         (dvi_document_get_info), (dvi_document_document_iface_init):
11203
11204         Dummy implementation of get_info method for dvi and
11205         djvu. Fix crashes with those backends
11206
11207 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11208
11209         * data/evince.desktop.in:
11210
11211         Add application/x-gzpostscript
11212
11213 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11214
11215         * data/evince.schemas.in: Added real long descriptions, 
11216         closes bug 172496 
11217
11218         * README: Added actual text, closes bug 171869
11219
11220 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11221
11222         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11223
11224         Thumbnail page 0
11225
11226 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11227
11228         * backend/ev-document-info.h:
11229
11230         s/GDate */GDate so we can just use g_free
11231
11232 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11233
11234         * shell/ev-window.c: (update_document_mode),
11235         (ev_window_setup_document):
11236
11237         Show the window in fullscreen when specified by
11238         the document
11239
11240 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11241
11242         * backend/ev-document.c: (ev_document_class_init),
11243         (ev_document_get_info), (ev_document_render_pixbuf):
11244         * backend/ev-document.h:
11245         * backend/ev-page-cache.c: (_ev_page_cache_new):
11246         * pdf/ev-poppler.cc:
11247         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11248         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11249         * ps/ps-document.c: (ps_document_class_init), (document_load),
11250         (ps_document_get_info), (ps_document_document_iface_init):
11251
11252         Remove get_title from the interface, we can just use document info
11253
11254 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11255
11256         * backend/Makefile.am:
11257         * backend/ev-document.c: (ev_document_render_get_info):
11258         * backend/ev-document.h:
11259         * pdf/ev-poppler.cc:
11260
11261         Initial support for document info. Based on jrb patch.
11262
11263 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11264
11265         * shell/ev-window.c: (ev_window_state_event),
11266         (ev_window_class_init), (ev_window_init):
11267         
11268         Doesn't show resize grip when maximized. See bug #301053
11269
11270 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11271
11272         * po/POTFILES.in:
11273         
11274         ev-sidebar-thumbnails now has translatable labels
11275         
11276         * shell/Makefile.am:
11277         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11278         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11279         (ev_sidebar_links_page_iface_init):
11280         * shell/ev-sidebar-links.h:
11281         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11282         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11283         (ev_sidebar_page_get_label):
11284         * shell/ev-sidebar-page.h:
11285         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11286         (ev_sidebar_thumbnails_set_document),
11287         (ev_sidebar_thumbnails_support_document),
11288         (ev_sidebar_thumbnails_get_label),
11289         (ev_sidebar_thumbnails_page_iface_init):
11290         * shell/ev-sidebar-thumbnails.h:
11291         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11292         (ev_sidebar_set_document):
11293         * shell/ev-sidebar.h:
11294         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11295         
11296         Small rework of sidebar code. Now sidebar pages should implement
11297         EvSidebarPage interface. That makes page management in EvSidebar
11298         easier. See bug #164811 for details
11299
11300 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11301
11302         * shell/ev-application.c: (ev_application_open):
11303         * shell/ev-document-types.c:
11304         
11305         Fix build error and small problem with application exit
11306
11307 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11308
11309         * thumbnailer/Makefile.am:
11310         * thumbnailer/evince-thumbnailer-djvu.schemas:
11311         * thumbnailer/evince-thumbnailer-dvi.schemas:
11312         
11313         Conditionally install schemas for djvu/dvi thumbnailer
11314
11315 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11316
11317         * shell/ev-document-types.h: 
11318         * shell/ev-document-types.c: 
11319         New files, handling the mapping from mimetypes to backends
11320         
11321         * shell/ev-window.c: 
11322         * thumbnailer/evince-thumbnailer.c:     
11323         Use the ev-document-types code
11324         
11325         * shell/Makefile.am: 
11326         Added new convenience library libevbackendfactory_la, containing
11327         the new mimetype->backend logic; moved the backends into it.
11328
11329         * thumbnailer/Makefile.am:
11330         Make the thumbnailer link with the libevbackend.la convenience
11331         library, rather than having a duplicate of the backend logic here.
11332
11333 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11334
11335         * shell/ev-stock-icons.c: constify some vars.
11336         * shell/ev-window.c: ditto.
11337
11338 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11339
11340         * ps/ps-document.c (get_page_orientation):
11341
11342         Respect document orientation 
11343
11344 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11345
11346         * djvu/Makefile.am:
11347         * dvi/Makefile.am:
11348         * shell/Makefile.am:
11349         
11350         Move library dependencies to components.
11351         
11352         * shell/ev-window.c: (update_window_title),
11353         (start_loading_document):
11354         
11355         Fix display of uris with spaces. Bug 168358.
11356
11357 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11358
11359         * shell/ev-sidebar-links.c: (selection_changed_cb):
11360         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11361         (ev_view_button_release_event), (ev_view_set_document):
11362         * shell/ev-view.h:
11363         * shell/ev-window.c: (find_bar_search_changed_cb):
11364         * shell/ev-window.h: Minor cleanups removing some dead code.
11365
11366 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11367
11368         * backend/ev-page-cache.c: (_ev_page_cache_new):
11369         
11370         Set current page to 0 if document has pages.
11371
11372 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11373
11374         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11375
11376         Initialize GError to NULL, fix a crash when loading fails.
11377
11378 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11379
11380         * shell/ev-window.c: (update_view_size):
11381
11382         Calculate shadow size only when there is actually
11383         a shadow.
11384
11385 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11386
11387         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11388         * shell/ev-view.h:
11389
11390         Allow setting view spacing, default to 0
11391
11392         * shell/ev-window.c: (ev_window_unfullscreen),
11393         (ev_window_cmd_view_fullscreen), (ev_window_init):
11394
11395         Remove spacing in fullscreen mode
11396
11397 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11398
11399         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11400         (ev_view_size_request), (expose_bin_window),
11401         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11402         * shell/ev-view.h:
11403         * shell/ev-window.c: (ev_window_unfullscreen),
11404         (ev_window_cmd_view_fullscreen):
11405
11406         Do not draw the border in fulscreen
11407
11408 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11409
11410         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11411         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11412         (find_page_at_location), (page_changed_cb):
11413
11414         Rework border calculation, so that I can more easily disable it.
11415         Code somewhat cleaner too.
11416
11417 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11418
11419         * backend/ev-page-cache.c: (ev_page_cache_init),
11420         (_ev_page_cache_new):
11421
11422         Remove some assertions, documents can have 0 pages.
11423         Make initial current page -1.
11424
11425         * shell/ev-page-action.c: (page_changed_cb):
11426
11427         Show "" if current page is -1
11428
11429         * shell/ev-window.c: (update_action_sensitivity),
11430         (ev_window_setup_document):
11431
11432         When document has 0 pages do not set the view
11433         and make nearly everything insensitive.
11434
11435 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11436
11437         * shell/ev-page-view.c:
11438         * shell/ev-page-view.h:
11439
11440         Remove unused files.
11441         
11442         * shell/ev-sidebar-thumbnails.c:
11443         (ev_sidebar_thumbnails_set_document):
11444         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11445         (ev_sidebar_supports_document):
11446         * shell/ev-sidebar.h:
11447         * shell/ev-window.c: (ev_window_setup_document):
11448         
11449         Doesn't show thumbnails if document has 1 page. Make
11450         sidebar menu entries sensitive only if if they have 
11451         sense. Fix bug 164811. 
11452
11453 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11454
11455         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11456         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11457         (ev_view_zoom_out), (ev_view_set_size):
11458
11459         Rework sizing to deal with documents with not uniform page
11460         size.
11461
11462 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11463
11464         * backend/ev-page-cache.c: (_ev_page_cache_new):
11465
11466         Fix several page size caching bugs
11467
11468 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11469
11470         * shell/ev-window.c: (set_action_properties):
11471
11472         Make all toolbar items translatable
11473
11474 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11475
11476         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11477         (save_page_list), (ps_document_save),
11478         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11479         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11480         (ps_document_ps_exporter_iface_init):
11481         * ps/ps-document.h:
11482
11483         Based on a patch by J�rg Billeter <j@bitron.ch>
11484         
11485         Implement print and save a copy for the ps backend.
11486
11487 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11488
11489         * backend/ev-document.h:
11490         * djvu/djvu-document.c: (djvu_document_can_get_text),
11491         (djvu_document_document_iface_init):
11492         * dvi/dvi-document.c: (dvi_document_can_get_text),
11493         (dvi_document_document_iface_init):
11494         * pdf/ev-poppler.cc:
11495         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11496         (pixbuf_document_document_iface_init):
11497         * ps/ps-document.c: (ps_document_can_get_text),
11498         (ps_document_document_iface_init):
11499         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11500         * shell/ev-window.c: (update_action_sensitivity):
11501
11502         Fix the crash when trying to copy in backends that doesnt
11503         support it. We can implement a better solution once we
11504         do real text selection.
11505
11506 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11507
11508         * data/evince-ui.xml:
11509         * shell/ev-window.c: (ev_window_cmd_escape):
11510         
11511         Work around the Escape conflict (find bar and unfullscreen)
11512
11513 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11514
11515         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11516         
11517         Fix for #300233. Next page correctly handles document end.
11518         
11519         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11520         (ev_sidebar_thumbnails_class_init),
11521         (ev_sidebar_thumbnails_set_document),
11522         (ev_sidebar_thumbnails_clear_job),
11523         (ev_sidebar_thumbnails_clear_model):
11524         
11525         Cleanup thumbnail jobs on document changes.
11526         
11527         * shell/ev-view.c: (add_scroll_binding_keypad),
11528         (add_scroll_binding_shifted), (ev_view_class_init):
11529         
11530         Shift + Space scrolls up. Fix for #173184
11531         
11532         * shell/ev-window.c: (ev_window_open_page),
11533         (ev_window_cmd_view_reload):
11534         
11535         Fix reload (Bug #300094)
11536
11537 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11538
11539         
11540         * dvi/mdvi-lib/assoc.c:
11541         * dvi/mdvi-lib/assoc.h: Removed garbage files
11542         
11543         * dvi/mdvi-lib/bitmap.c:
11544         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11545         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11546         * dvi/mdvi-lib/color.h: Antialias of rules
11547         
11548         * dvi/mdvi-lib/common.h:
11549         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11550         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11551         * dvi/mdvi-lib/files.c:
11552         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11553         * dvi/mdvi-lib/mdvi.h:
11554         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11555         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11556         * dvi/mdvi-lib/util.c: Fix compile warnings
11557         
11558         * dvi/dvi-document.c:
11559         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11560         (dvi_document_thumbnails_get_thumbnail),
11561         (dvi_document_document_thumbnails_iface_init):
11562         * dvi/mdvi-lib/Makefile.am:
11563         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11564         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11565         
11566         Dvi backend now renders thumbnails
11567
11568 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11569
11570         * shell/main.c: (main): 
11571         
11572         Save accelerators on exit. Fixes bug #172095.
11573
11574 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11575
11576         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11577         update priority" comment.
11578
11579         * backend/ev-job-queue.c: Give a way to change priority.
11580
11581 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11582
11583         * shell/ev-page-action.c: Fix logic.
11584
11585 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11586
11587         * shell/ev-view.c: (ev_view_can_find_next):
11588         * shell/ev-window.c: (ev_window_setup_document):
11589
11590         Check that the document supports find
11591
11592 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11593
11594         * data/evince-ui.xml:
11595         * shell/ev-view.c: (ev_view_can_find_next):
11596         * shell/ev-view.h:
11597         * shell/ev-window.c: (update_action_sensitivity),
11598         (find_changed_cb), (ev_window_setup_document),
11599         (ev_window_cmd_edit_find_next):
11600
11601         Add Edit->Find Next
11602
11603 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11604
11605         * pdf/ev-poppler.cc:
11606         * shell/ev-print-job.c: (idle_print_handler):
11607
11608         Make printing work again
11609
11610 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11611
11612         * shell/ev-page-action.h:
11613         * shell/ev-page-action.c: (ev_page_action_widget_init),
11614         (ev_page_action_widget_class_init), (page_changed_cb),
11615         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11616         (get_filter_model_from_model), (match_selected_cb),
11617         (display_completion_text), (match_completion), (update_model),
11618         (connect_proxy), (ev_page_action_set_property),
11619         (ev_page_action_get_property), (ev_page_action_set_document),
11620         (ev_page_action_set_model), (ev_page_action_class_init): Big
11621         reworking to make completions work iff we have >= GTK-2.7.0
11622                 
11623         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11624         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11625         (job_finished_cb): We now have a 'model' property that is set when
11626         the links are loaded.  This can be caught with "notify::model"
11627
11628         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11629         listen for the model to be set, and propagate it to the action.
11630
11631 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11632
11633         * cut-n-paste/recent-files/egg-recent-item.c:
11634         (egg_recent_item_set_uri), (make_valid_utf8),
11635         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11636         * cut-n-paste/recent-files/egg-recent-item.h:
11637         
11638         Update egg-recent from libegg. This should fix long
11639         startup problem. For details see
11640         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11641
11642 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11643
11644         * cut-n-paste/recent-files/Makefile.am:
11645         * data/evince-ui.xml, shell/Makefile.am:
11646         * shell/ev-application.c, shell/ev-application.h:
11647         * shell/ev-window.c: Recent files support.
11648         
11649         * configure.ac: Added "ru" to ALL_LINGUAS.
11650         
11651         * dvju: new backend to support DJVU files.
11652         * dvi: new backend to support DVI.
11653
11654         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11655         * ev-application.c: Support for new backends.
11656         
11657         * help, ev-window.c, main.c shell/Makefile.am: 
11658         Evince user documentation.
11659
11660 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11661
11662         * po/POTFILES.in:
11663         * shell/ev-window.c:
11664         * thumbnailer/evince-thumbnailer.c:
11665
11666         s/pdf-document/ev-poppler
11667
11668 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11669
11670         * NEWS:
11671         * configure.ac:
11672
11673         Release 0.2.0
11674
11675         * ps/ps-document.c: (setup_pixmap):
11676
11677         Remove debug code
11678
11679 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11680
11681         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11682         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11683         (ev_window_cmd_go_first_page): Fix of by one errors.
11684
11685 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11686
11687         * ps/ps-document.c: (get_page_box):
11688
11689         Fix page size calculation
11690
11691 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11692
11693         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11694         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11695         (get_page_orientation), (setup_page), (document_load),
11696         (ps_document_get_page_size), (render_pixbuf_idle):
11697         * ps/ps-document.h:
11698
11699         More refactoring to adapt to EvDocument changes
11700
11701 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11702
11703         * ps/ps-document.c: (start_interpreter):
11704
11705         Actually add alpha args
11706
11707 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11708
11709         * pdf/ev-poppler.cc:
11710
11711         Make clipboard work again
11712
11713 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11714
11715         Make searching work again.
11716         
11717         * backend/ev-document.c:
11718         * backend/ev-document.h:
11719         * backend/ev-document-find.c:
11720         * backend/ev-document-find.h: Change EvDocumentIface so we no
11721         longer store the current page or zoom level in the document.  The
11722         consequence is that all calls that operate on the current page now
11723         instead take the page number as an extra argument, and all
11724         coordinates are now doubles in document coordinate system.
11725
11726         * pdf/ev-poppler.cc:
11727         * pixbuf/pixbuf-document.c:
11728         * ps/ps-document.c: Update backends accordingly.
11729
11730 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11731
11732         * autogen.sh:
11733
11734         Add required gettext version
11735
11736 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11737
11738         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11739         make F1 bring up non-existent help.
11740
11741         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11742         epiphany's find bar, #167477
11743
11744         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11745         <emil@nishra.com> to add space-bar scrolling, 
11746
11747         * shell/ev-window.c (static GtkActionEntry entries): add default
11748         keybinding for Help (F1)
11749         Fixes #171068
11750
11751         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11752         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11753         170110
11754
11755 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11756
11757         * Makefile.am: 
11758         * pixbuf/pixbuf-document.c: 
11759
11760         Got pixbuf backend working again
11761
11762 2005-04-01  Steve Murphy  <murf@e-tools.com>
11763
11764         * configure.in: Added "rw" to ALL_LINGUAS.
11765
11766 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11767
11768         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11769         model types, noticed by Martin Kretzschmar.
11770
11771 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11772
11773         * pdf/ev-poppler.cc: Implement search based on
11774         poppler_page_find_text().  Currently a bit crude since we remember
11775         all matches from all pages.  Also, we grab the big document lock
11776         when we search since searching changes the underlying stream and
11777         thus conflicts with the rendering thread.
11778         
11779         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11780         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11781         (ev_view_find_previous): Fix some page indexes to be 0 based,
11782         offset rubber band by view offset,
11783
11784 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11785
11786         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11787
11788 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11789
11790         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11791         completely because I didn't understand GtkActions.  I should
11792         read Marco's code more carefully in the future.
11793
11794         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11795         function
11796
11797 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11798
11799         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11800         PopplerRectangle change from poppler CVS.
11801
11802 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11803
11804         * backend/ev-document.c: (ev_document_get_page_label):
11805         * backend/ev-document.h:
11806         * backend/ev-page-cache.c: (_ev_page_cache_new),
11807         (ev_page_cache_get_page_label):
11808         * backend/ev-page-cache.h:
11809         * pdf/ev-poppler.cc:
11810         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11811         (links_page_num_func):
11812         * shell/ev-sidebar-thumbnails.c:
11813         (ev_sidebar_thumbnails_set_document):
11814         * shell/ev-view.c: (status_message_from_link),
11815         (ev_view_motion_notify_event):
11816         * shell/ev-window.c: (document_supports_sidebar): Add in page
11817         label support.  It's not perfect yet, but it's the first 'feature'
11818         in a while.
11819         Also, fix a bogus comment noticed by crispin. 
11820
11821 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11822
11823         * Makefile.am: Remove pixbuf backend for now
11824
11825         * configure.ac: Require poppler-glib instead of just poppler.
11826
11827         * backend/ev-document-thumbnails.h: Add a comment
11828
11829         * backend/ev-document.h:
11830         * backend/ev-document.c: (ev_document_class_init),
11831         (ev_document_load), (ev_document_get_link),
11832         (ev_document_get_links): Remove 3 methods and add get_links.
11833         Also, made 0 based.
11834
11835         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11836         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11837
11838         * backend/ev-link.c: (ev_link_set_title),
11839         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11840         (ev_link_mapping_find):
11841         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11842         
11843         * backend/ev-page-cache.c: (ev_page_cache_init),
11844         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11845         (ev_page_cache_get_size), (ev_page_cache_next_page),
11846         (ev_page_cache_prev_page): Fix to be 0 based.
11847
11848         * pdf/Makefile.am: 
11849         * pdf/ev-poppler.h:
11850         * pdf/ev-poppler.cc: New backend.
11851         
11852         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11853         (ps_document_get_page), (ps_document_document_iface_init):
11854
11855         * shell/ev-pixbuf-cache.h:
11856         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11857         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11858         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11859         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11860         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11861         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11862         based.
11863         
11864         * shell/ev-sidebar-thumbnails.c:
11865         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11866         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11867
11868         * shell/ev-view.c: (status_message_from_link),
11869         (find_page_at_location), (get_link_at_location),
11870         (ev_view_motion_notify_event), (ev_view_button_release_event),
11871         (ev_view_init): Use the new link code.  Fix to be 0 based.
11872
11873         * shell/ev-window.c: (update_action_sensitivity),
11874         (document_supports_sidebar): 0 based.
11875
11876 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11877
11878         * pdf/pdf-document.cc: Patch from Fernando Herrera
11879         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11880         *blush*
11881
11882 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11883
11884         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11885         1 to the page, as this seems to be 1 based.  I thought we has this
11886         fixed.  grump.
11887
11888 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11889
11890         * TODO:
11891         * backend/Makefile.am:
11892         * backend/ev-document-links.c:
11893         (ev_document_links_has_document_links),
11894         (ev_document_links_get_links_model):
11895         * backend/ev-document-links.h:
11896         * backend/ev-document.c: (ev_document_get_page_cache),
11897         (ev_document_get_doc_mutex), (ev_document_load),
11898         (ev_document_save), (ev_document_get_title),
11899         (ev_document_get_n_pages), (ev_document_set_page),
11900         (ev_document_get_page), (ev_document_set_target),
11901         (ev_document_set_scale), (ev_document_set_page_offset),
11902         (ev_document_get_page_size), (ev_document_get_text),
11903         (ev_document_get_link), (ev_document_render),
11904         (ev_document_render_pixbuf), (ev_document_scale_changed):
11905         * backend/ev-document.h:
11906         * backend/ev-job-queue.c: (remove_object_from_queue),
11907         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11908         (no_jobs_available_unlocked), (ev_render_thread),
11909         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11910         (ev_job_queue_remove_job):
11911         * backend/ev-job-queue.h:
11912         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11913         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11914         (ev_job_links_class_init), (ev_job_render_init),
11915         (ev_job_render_dispose), (ev_job_render_class_init),
11916         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11917         (ev_job_thumbnail_class_init), (ev_job_finished),
11918         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11919         (ev_job_render_run), (ev_job_thumbnail_new),
11920         (ev_job_thumbnail_run):
11921         * backend/ev-jobs.h:
11922         * backend/ev-link.c:
11923         * backend/ev-link.h:
11924         * backend/ev-page-cache.c: (ev_page_cache_init),
11925         (ev_page_cache_class_init), (ev_page_cache_finalize),
11926         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11927         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11928         (ev_page_cache_set_link), (ev_page_cache_get_title),
11929         (ev_page_cache_get_size), (ev_page_cache_next_page),
11930         (ev_page_cache_prev_page):
11931         * backend/ev-page-cache.h:
11932         * pdf/pdf-document.cc:
11933         * ps/gsdefaults.c:
11934         * ps/gsdefaults.h:
11935         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11936         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11937         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11938         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11939         (is_interpreter_ready), (output), (catchPipe), (input),
11940         (start_interpreter), (check_filecompressed), (compute_dimensions),
11941         (ps_document_enable_interpreter), (document_load),
11942         (ps_document_next_page), (render_page), (ps_document_set_page),
11943         (ps_document_set_scale), (render_pixbuf_idle),
11944         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11945         * ps/ps-document.h:
11946         * shell/Makefile.am:
11947         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11948         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11949         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11950         (ev_pixbuf_cache_new), (job_finished_cb),
11951         (check_job_size_and_unref), (move_one_job),
11952         (ev_pixbuf_cache_update_range), (find_job_cache),
11953         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11954         (ev_pixbuf_cache_add_jobs_if_needed),
11955         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11956         * shell/ev-pixbuf-cache.h:
11957         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11958         (idle_print_handler):
11959         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11960         (selection_changed_cb), (create_loading_model),
11961         (ev_sidebar_links_construct), (links_page_num_func),
11962         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11963         (update_page_callback), (job_finished_cb),
11964         (ev_sidebar_links_set_document):
11965         * shell/ev-sidebar-thumbnails.c:
11966         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11967         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11968         (page_changed_cb), (thumbnail_job_completed_callback),
11969         (ev_sidebar_thumbnails_set_document):
11970         * shell/ev-sidebar-thumbnails.h:
11971         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11972         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11973         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11974         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11975         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11976         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11977         (ev_view_button_release_event), (ev_view_scroll_view),
11978         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11979         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11980         (ev_view_new), (job_finished_cb), (page_changed_cb),
11981         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11982         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11983         (ev_view_find_previous):
11984         * shell/ev-view.h:
11985         * shell/ev-window.c: (update_action_sensitivity),
11986         (ev_window_open_page), (update_window_title), (update_total_pages),
11987         (page_changed_cb), (ev_window_setup_document),
11988         (password_dialog_response), (ev_window_cmd_save_as),
11989         (ev_window_print), (ev_window_cmd_go_previous_page),
11990         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11991         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11992         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11993         * shell/main.c: (main):
11994
11995         Merge evince-threads branch
11996
11997 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11998
11999         * configure.ac: Added "lt" to ALL_LINGUAS.
12000
12001 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12002
12003         * NEWS:
12004         * configure.ac:
12005
12006         Release 0.1.9
12007
12008 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12009
12010         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12011
12012         Fix here also the thumbnails 1-basedness :)
12013
12014 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12015
12016         * NEWS:
12017         * configure.ac:
12018
12019         Release 0.1.8
12020
12021 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12022
12023         * pdf/pdf-document.cc:
12024         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12025         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12026
12027         Fix the mess we did with thumbnails and 1-basedness
12028
12029 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12030
12031         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12032
12033 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12034
12035         * NEWS:
12036         * configure.ac:
12037
12038         Release 0.1.7
12039
12040 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12041
12042         * ps/Makefile.am:
12043         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12044         (gtk_gs_defaults_get_alpha_parameters),
12045         (gtk_gs_defaults_get_ungzip_cmd),
12046         (gtk_gs_defaults_get_unbzip2_cmd):
12047         * ps/gsdefaults.h:
12048         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12049         (ps_document_get_orientation), (document_load),
12050         (ps_document_goto_page), (ps_document_set_page_size):
12051         * ps/ps-document.h:
12052
12053         Some more sanitization of the ps backend. Remove a lot
12054         of unused code and do not base our defaults on ggv
12055         preferences (ugh!)
12056
12057 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12058
12059         * thumbnailer/evince-thumbnailer.schemas:
12060         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12061         (main): add -s option for thumbnail size.
12062
12063 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12064
12065         * configure.ac:
12066
12067         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12068         remove it.
12069
12070 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12071
12072         * pdf/pdf-document.cc:
12073
12074         Remove 4 pixels of useless border from the
12075         thumbnail.
12076
12077 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12078
12079         * backend/ev-document-thumbnails.c:
12080         (ev_document_thumbnails_get_thumbnail):
12081         * backend/ev-document-thumbnails.h:
12082
12083         Rework API a bit. Add a border flag and
12084         change sizing logic (now the size we specify
12085         applies to the bigger dimension).
12086
12087         * pdf/pdf-document.cc:
12088         * pixbuf/pixbuf-document.c:
12089         (pixbuf_document_thumbnails_get_thumbnail):
12090         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12091         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12092
12093         Adapt to the new API and do not draw a border for nautilus
12094         thumbnailer.
12095
12096 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12097
12098         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12099         take thumbnails from page "0" instead of "1". Added a copyright header.
12100
12101 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12102
12103         * ps/ps-document.c: (set_up_page), (start_interpreter):
12104
12105         Make it C89 compliant
12106
12107 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12108
12109         * Makefile.am:
12110         * configure.ac:
12111         * pdf/.cvsignore:
12112         * pdf/pdf-document.cc:
12113         * thumbnailer/Makefile.am:
12114         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12115         (main):
12116         * thumbnailer/evince-thumbnailer.schemas:
12117         * thumbnailer/pdf-icon.png:
12118
12119         Add a nautilus thumbnailer.
12120         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12121
12122 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12123
12124         * NEWS:
12125         * configure.ac:
12126         * po/POTFILES.in:
12127
12128         Release 0.1.6
12129
12130 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12131
12132         Use poppler instead of including xpdf source code.  Poppler is a
12133         fork of xpdf to build it as a shared library. See
12134         http://freedesktop.org/wiki/Software/poppler.
12135
12136         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12137         xpdf fork.
12138         
12139         * pdf/Makefile.am: Build libpdfdocument.a here.
12140         
12141         * pdf/GDKSplashOutputDev.cc:
12142         * pdf/GDKSplashOutputDev.h:
12143         * pdf/GnomeVFSStream.cc:
12144         * pdf/GnomeVFSStream.h:
12145         * pdf-document.cc:
12146         * pdf-document.h:
12147         * test-gdk-output-dev.cc
12148         * Thumb.cc:
12149         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12150         against poppler.
12151
12152 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12153
12154         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12155
12156         Clear idle stack before unsetting the document
12157
12158 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12159
12160         * ps/ps-document.c: (ps_document_widget_event),
12161         (ps_document_set_target), (ps_document_finalize),
12162         (ps_document_get_page):
12163
12164         Disconnect the widget event signal on finalize.
12165         Some code cleanups.
12166
12167 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12168
12169         * ps/ps-document.c: (set_up_page):
12170
12171         If there is no bpixmap create one, even if size
12172         is not changed.
12173
12174 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12175
12176         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12177         (set_up_page), (document_load), (ps_document_set_zoom):
12178
12179         Default page is 0. Calculate size even when we have no
12180         target yet.
12181
12182 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12183
12184         * shell/ev-sidebar.c: expand the selection widget to be always as
12185         wide as the sidebar
12186
12187 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12188
12189         * shell/ev-sidebar-thumbnails.c:
12190         (ev_sidebar_thumbnails_set_document):
12191
12192         Clear the list store when setting document
12193
12194 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12195
12196         * shell/ev-page-action.c: (update_entry), (sync_entry),
12197         (activate_cb), (entry_size_request_cb), (create_tool_item),
12198         (connect_proxy):
12199
12200         Use an entry for the page control instead of spinbuttons
12201
12202 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12203
12204         * data/evince.schemas.in:
12205
12206         Correct confusing string
12207
12208 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12209
12210         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12211         for real.  Gosh, how long has this been broken.
12212
12213         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12214         check for a NULL link.  We crash otherwise.
12215
12216 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12217
12218         * NEWS:
12219         * configure.ac:
12220
12221         Release 0.1.5
12222
12223 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12224
12225         * configure.ac: add the french translation.
12226
12227 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12228
12229         * shell/ev-window.c:
12230
12231         Remove unused header -> fix distcheck
12232
12233 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12234
12235         * shell/ev-window.c: (update_window_title),
12236         (ev_window_popup_password_dialog):
12237
12238         Unescape filename for display
12239
12240 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12241
12242         * pdf/xpdf/pdf-document.cc:
12243
12244         In get_page_size deal with rotation. Also
12245         cleanup the function a bit.
12246
12247 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12248
12249         * pdf/xpdf/pdf-document.cc:
12250
12251         Fix crash when opening in new window
12252
12253 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12254
12255         * configure.ac:
12256
12257         Check ghostscript >= 7
12258
12259 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12260
12261         * shell/ev-window.c:
12262
12263         Make page width the default sizing mode
12264
12265 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12266         Marco Pesenti Gritti <marco@gnome.org>
12267
12268         * shell/ev-window.c: Remember the sidebar size
12269
12270         * data/evince.schemas.in: Add a new gconf key to store the size of
12271         the sidebar
12272
12273 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12274
12275         * data/evince-ui.xml:
12276         * shell/ev-window.c: (update_action_sensitivity),
12277         (ev_window_cmd_view_reload):
12278         
12279         Add a "Reload" action and menu entry
12280
12281 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12282
12283         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12284         iff the type doesn't support thumbnailing and indexing.
12285
12286 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12287
12288         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12289
12290 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12291
12292         * pdf/splash/Splash.cc:
12293
12294         Port fix for a crasher from kde bug
12295         http://bugs.kde.org/show_bug.cgi?id=97131
12296
12297 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12298
12299         * pdf/xpdf/pdf-document.cc:
12300
12301         Return a link even if it's of an unrecognized
12302         type. Otherwise we go in an infinte cycle.
12303
12304 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12305
12306         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12307         (size_allocate_cb), (ev_window_set_sizing_mode):
12308
12309         Update size when switching mode
12310
12311 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12312
12313         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12314         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12315         (ev_window_cmd_view_normal_size):
12316
12317         Fix size toggle buttons behavior
12318
12319 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12320
12321         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12322         (doc_rect_to_view_rect), (ev_view_size_allocate),
12323         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12324         (scale_changed_callback):
12325
12326         Do not cache offsets in size_allocate.
12327
12328 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12329
12330         * shell/ev-view.c: (ev_view_size_allocate):
12331
12332         Calculate offsets before calling the parent
12333         class (which does a redraw)
12334
12335 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12336
12337         * pdf/xpdf/pdf-document.cc:
12338
12339         Fix a crasher on exit. Unused code, put a TODO
12340
12341 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12342
12343         * backend/ev-document.c: (ev_document_class_init),
12344         (ev_document_page_changed), (ev_document_scale_changed):
12345         * backend/ev-document.h:
12346
12347         Separate page/scale notifications
12348
12349         * pdf/xpdf/pdf-document.cc:
12350
12351         Emit the new signals.
12352         Do not display the pdf page in _render, do it
12353         when scale/page are requested.
12354
12355         * ps/ps-document.c: (ps_document_set_zoom),
12356         (ps_document_widget_event):
12357         * ps/ps-document.h:
12358
12359         Emit the new signals.
12360
12361         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12362         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12363         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12364         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12365         * shell/ev-view.h:
12366         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12367         (ev_window_cmd_view_page_width), (size_allocate_cb),
12368         (ev_window_set_sizing_mode):
12369
12370         Rework sizing to be pixel based.
12371         There are bugs but should be already way better.
12372
12373 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12374
12375         * shell/ev-window.c: (ev_window_init):
12376
12377         Do not allow to shrink sidebar smaller then
12378         child requisition
12379
12380 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12381
12382         * shell/ev-sidebar.[ch]
12383         * shell/ev-window.c:
12384
12385         Improved sidebar widget. Fixes #166683
12386
12387 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12388
12389         * shell/ev-view.c (update_find_status_message): Give translators
12390         more flexibility with ngettext plural handling.
12391
12392 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12393
12394         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12395         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12396         page when we get the page size.
12397
12398 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12399
12400         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12401
12402         ps pages are 0 based, convert 
12403
12404 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12405
12406         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12407
12408         Initialize correct parent class. Set GError on document load
12409
12410 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12411
12412         * pdf/xpdf/pdf-document.cc:
12413
12414         Fixup selection offset calculation
12415
12416         * shell/ev-view.c: (view_rect_to_doc_rect),
12417         (doc_rect_to_view_rect), (ev_view_size_allocate),
12418         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12419         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12420
12421         Store selection as document relative, so that zooming
12422         and offset changing doesnt break it.
12423
12424 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12425
12426         * shell/ev-view.c: (ev_view_best_fit):
12427
12428         Do not try to best fit if the view is not realized
12429
12430 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12431           
12432         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12433
12434 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12435
12436         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12437
12438 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12439
12440         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12441         the popup window.  That prevents it resizing when in full screen
12442         mode.
12443
12444         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12445         multiple rerenders.  This pretty much sucks.
12446
12447         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12448         rest of the toolbar.
12449
12450 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12451
12452         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12453
12454 2005-02-17  Alexander Shopov  <ash@contact.bg>
12455
12456         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12457
12458 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12459
12460         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12461
12462 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12463
12464         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12465         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12466         (set_document_page), (document_changed_callback),
12467         (ev_view_set_document), (ev_view_find_previous),
12468         (ev_view_hide_cursor), (ev_view_show_cursor):
12469         * shell/ev-view.h:
12470         * shell/ev-window.c: (update_chrome_visibility),
12471         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12472         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12473         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12474         (ev_window_unfullscreen):
12475         * shell/main.c: (main):
12476
12477         Automatically hide the fullscreen button.
12478         Patch by Kristian Høgsberg <krh@redhat.com>
12479
12480 2005-02-16  Vincent Noel  <vnoel@cox.net>
12481
12482         * shell/main.c (main): Specify an icon for the window. Patch by
12483         Jaap A. Haitsma. Fixes #166177.
12484
12485 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12486
12487         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12488
12489 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12490
12491         * backend/ev-document-misc.h:
12492         * backend/ev-document-misc.c:
12493         (ev_document_misc_get_page_border_size),
12494         (ev_document_misc_paint_one_page): New function to canonicalize
12495         sizing/painting a border.
12496
12497         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12498         used.
12499
12500         * pdf/xpdf/pdf-document.cc: use new function
12501
12502         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12503         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12504         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12505         shell/ev-window.c: (update_sizing_buttons),
12506         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12507         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12508         (ev_window_cmd_view_page_width), (size_allocate_cb),
12509         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12510         and "fit width" values act as toggle buttons so they stay
12511         toggled.  It's not 100% perfect, and it's a little slow, but it's
12512         good enough to commit I think.
12513
12514 2005-02-15  David Lodge  <dave@cirt.net>
12515
12516         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12517
12518 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12519
12520         * shell/ev-window.c (update_window_title): replace newlines in
12521         the title by spaces. Bug #166107.
12522
12523 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12524
12525         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12526         parameters providing allocation width and height without
12527         scrollbars and width of a possible vertical scrollbar. With this
12528         additional information the functions can work as
12529         intended. Unfortunately they're not idempotent. We should
12530         transform these commands to toggles. Fixes Bug #164976
12531         Initial patch by Stephane Loeuillet, then heavily modified.
12532
12533         * shell/ev-view.h: update prototypes.
12534
12535         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12536         (ev_window_cmd_view_page_width): provide EvView fit functions with
12537         all the information they need. Formulas to calculate this
12538         information taken from GtkScrolledWindow.
12539
12540 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12541
12542         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12543         created a thumbnail, the list store is updated to know
12544         that the thumbnail is set. Fixes bug #166792
12545
12546 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12547
12548         * shell/ev-window.c: fixed typo, closes bug 166897
12549
12550         * TODO: updated TODO with bug numbers that are relevant
12551
12552 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12553
12554         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12555
12556 2005-02-09  Vincent Noel  <vnoel@cox.net>
12557
12558         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12559         and "Next" toolbar buttons as important to make them stand out.
12560
12561 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12562
12563         * lib/ev-debug.c:
12564         * lib/ev-debug.h:
12565         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12566         (start_interpreter), (stop_interpreter), (document_load),
12567         (ps_document_next_page), (ps_document_goto_page),
12568         (ps_document_set_page_size), (ps_document_widget_event),
12569         (ps_document_render):
12570         * shell/ev-page-view.c: (ev_page_view_dispose):
12571         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12572
12573         Fix compilation on non-gcc platforms
12574
12575 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12576
12577         * NEWS:
12578         * configure.ac:
12579
12580         Release 0.1.4
12581
12582         * pdf/xpdf/Catalog.cc:
12583         * pdf/xpdf/XRef.cc:
12584
12585         Fix the fix for CAN-2004-0888
12586
12587 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12588
12589         * data/Makefile.am:
12590         * data/evince-ui.xml:
12591         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12592         * shell/ev-stock-icons.h:
12593         * shell/ev-window.c: (update_action_sensitivity),
12594         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12595         (set_action_properties):
12596
12597         Improve toolbar layout/icons
12598
12599 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12600
12601         * pdf/xpdf/pdf-document.cc:
12602
12603         Add warnings about unimplemented/unknown link
12604         types.
12605
12606 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12607
12608         * ps/ps-document.c: (set_up_page):
12609
12610         Log gs property
12611
12612 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12613
12614         * ps/ps-document.c: (start_interpreter):
12615
12616         Log gs env var
12617
12618 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12619
12620         * shell/ev-page-view.c: (ev_page_view_dispose):
12621         * shell/ev-view.c: (ev_view_finalize):
12622         * shell/ev-window.c: (ev_window_setup_document),
12623         (ev_window_dispose), (ev_window_init):
12624
12625         Solve more refs issues.
12626
12627         I commented out the page_view initialization for now:
12628         it was never destroyed (because it's never added
12629         to a container). Because of that we was leaking
12630         gs processes. Couldnt think to a clean fix.
12631         We need to figure this out, password view has the
12632         same issue probably.
12633
12634 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12635
12636         * ps/ps-document.c: (ps_document_finalize),
12637         (ps_document_get_n_pages), (ps_document_get_page):
12638
12639         Some cleanups, stop the interpreter on finalize
12640
12641         * shell/ev-page-view.c: (ev_page_view_dispose),
12642         (ev_page_view_class_init):
12643
12644         Release our reference on the document
12645
12646 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12647
12648         * Makefile.am:
12649         * configure.ac:
12650         * doc/debugging.txt:
12651         * lib/.cvsignore:
12652         * lib/Makefile.am:
12653         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12654         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12655         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12656         * lib/ev-debug.h:
12657
12658         Add debugging helpers
12659
12660         * ps/Makefile.am:
12661         * ps/ps-document.c: (set_up_page), (start_interpreter),
12662         (stop_interpreter), (document_load), (ps_document_next_page),
12663         (ps_document_goto_page), (ps_document_set_page_size),
12664         (ps_document_widget_event), (ps_document_render):
12665         * shell/Makefile.am:
12666         * shell/ev-view.c: (expose_bin_window):
12667         * shell/main.c: (main):
12668
12669         Add some logs
12670         
12671 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12672
12673         * ps/ps-document.c: (ps_document_widget_event):
12674
12675         Initialize message_window, this should make ps
12676         rendering really work! (Never noticed because I was
12677         testing with a ps that is causing gs to exit every time!)
12678
12679 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12680
12681         * data/evince.schemas.in: updated simple error in applyto closing tag
12682
12683 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12684
12685         * Makefile.am:
12686         * configure.ac:
12687         * data/.cvsignore:
12688         * data/Makefile.am:
12689         * data/evince-ui.xml:
12690         A data/evince.schemas.in:
12691         * po/POTFILES.in:
12692         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12693         * shell/ev-stock-icons.h:
12694         * shell/ev-window.c: (update_chrome_visibility),
12695         (update_chrome_flag), (ev_window_cmd_edit_find),
12696         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12697         (ev_window_unfullscreen), (ev_window_focus_in_event),
12698         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12699         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12700         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12701         (ev_window_dispose), (ev_window_class_init),
12702         (set_action_properties), (set_chrome_actions), (load_chrome),
12703         (ev_window_init):
12704
12705         Implement fullscreen mode changes from bug #164776.
12706         Also implement persistent chrome toggles.
12707
12708 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12709
12710         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12711
12712 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12713
12714         * NEWS:
12715         * configure.ac:
12716         * shell/ev-view.c:
12717
12718         Add another check for find interface
12719
12720         Release 0.1.3
12721
12722 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12723
12724         * shell/ev-application.c: (ev_application_open):
12725         * shell/ev-window.c: (ev_window_open):
12726
12727         Open gzipped ps documents
12728
12729 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12730
12731         * TODO:
12732         * shell/ev-view.c: (set_document_page):
12733
12734         Clamp page number, dont try to move to
12735         not existant pages.
12736
12737 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12738
12739         * backend/ev-document-find.c: (ev_document_find_changed):
12740         * backend/ev-document-find.h:
12741         * pdf/xpdf/pdf-document.cc:
12742         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12743         * shell/ev-window.c: (find_bar_search_changed_cb):
12744
12745         Fix several bugs with find
12746
12747 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12748
12749         * shell/ev-sidebar-thumbnails.c
12750         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12751         document. Prevents warning from scroll_to_cell.
12752
12753 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12754
12755         * configure.ac: Add «nb» to ALL_LINGUAS too.
12756
12757 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12758
12759         * NOTES: New file with some random thoughts.
12760
12761         * TODO: Update.
12762
12763         * backend/ev-document-misc.c:
12764         (ev_document_misc_get_page_border_size): New function to
12765         canonicalize shadow drawing sizes.  Possibly goofy.
12766
12767         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12768         (ev_view_best_fit), (ev_view_fit_width):
12769         * pdf/xpdf/pdf-document.cc:
12770         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12771         * ps/ps-document.c: (ps_document_get_page_size):
12772         * backend/ev-document-misc.h:
12773         * backend/ev-document.c: (ev_document_get_page_size):
12774         * backend/ev-document.h: get_page_size now takes a page number
12775         parameter.  Made all the backends/frontends honor it.
12776
12777         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12778         see.  Doesn't work yet.
12779
12780         * shell/Makefile.am:
12781         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12782         Doesn't do anything yet.
12783
12784         * shell/ev-sidebar-thumbnails.c:
12785         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12786         [0..n_pages-1]
12787
12788         * shell/ev-window.c: (update_action_sensitivity),
12789         (ev_window_setup_document), (ev_window_set_page_mode),
12790         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12791         view-swapping code a bit so we can have multiple views on a
12792         document.  Add the multi-page view, though it can't be turned on
12793         yet.
12794
12795 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12796
12797         * shell/ev-application.c: (ev_application_open):
12798         * shell/ev-view.c: (expose_bin_window):
12799         * shell/ev-window.c: (ev_window_open):
12800
12801         Support eps and check document supports find
12802         before drawing highlightings in expose.
12803
12804 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12805
12806         * pixbuf/pixbuf-document.c:
12807         (pixbuf_document_thumbnails_get_dimensions),
12808         (pixbuf_document_document_thumbnails_iface_init):
12809
12810         implement get_dimensions
12811
12812 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12813
12814         * NEWS:
12815         * configure.ac:
12816
12817         Release 0.1.2
12818
12819 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12820
12821         * shell/ev-view.c: (set_document_page):
12822
12823         Scroll at the top of the page when changing page
12824
12825 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12826
12827         * shell/ev-view.c: (ev_view_motion_notify_event):
12828
12829         Do not redraw unnecessarily
12830
12831 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12832
12833         * pdf/xpdf/pdf-document.cc:
12834         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12835         (expose_bin_window), (find_changed_cb):
12836
12837         Yay! find works now... Now to find bugs...
12838
12839 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12840
12841         * backend/ev-document-find.c: (ev_document_find_base_init),
12842         (ev_document_find_changed):
12843         * backend/ev-document-find.h:
12844         * pdf/xpdf/pdf-document.cc:
12845         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12846         (expose_bin_window), (ev_view_init), (set_document_page),
12847         (ensure_rectangle_is_visible), (jump_to_find_result),
12848         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12849         (ev_view_find_next), (ev_view_find_previous):
12850         * shell/ev-view.h:
12851         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12852
12853         More work on find implementation, mostly there now
12854
12855 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12856
12857         * backend/ev-backend-marshalers.list:
12858         * backend/ev-document-find.c: (ev_document_find_base_init),
12859         (ev_document_find_cancel), (ev_document_find_page_has_results),
12860         (ev_document_find_get_n_results), (ev_document_find_get_result),
12861         (ev_document_find_get_progress), (ev_document_find_changed):
12862         * backend/ev-document-find.h:
12863
12864         Enanche the find interface to be really able to do
12865         multi page find.
12866
12867         * pdf/xpdf/pdf-document.cc:
12868
12869         Implement
12870
12871         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12872         (expose_bin_window), (ev_view_init),
12873         (ev_view_get_find_status_message), (find_changed_cb),
12874         (ev_view_set_document), (set_document_page):
12875
12876         Adapt to the new interface. A few things are regressed sorry,
12877         I will finish it soon.
12878
12879 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12880
12881         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12882         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12883         ev_sidebar_thumbnails_parent_class variable, don't define another
12884         parent_class variable.
12885
12886         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12887         (ev_page_action_class_init): ditto.
12888
12889         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12890         (pixbuf_document_class_init): ditto.
12891
12892         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12893         ditto.
12894
12895         * .cvsignore: ignore various valgrind output files.
12896
12897 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12898
12899         * data/evince-ui.xml:
12900         * shell/Makefile.am:
12901         * shell/ev-history.c:
12902         * shell/ev-history.h:
12903         * shell/ev-navigation-action.c:
12904         * shell/ev-navigation-action.h:
12905         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12906         (ev_view_set_page), (ev_view_fit_width):
12907         * shell/ev-view.h:
12908         * shell/ev-window.c: (update_action_sensitivity),
12909         (ev_window_setup_document), (register_custom_actions):
12910
12911         Kill session history
12912
12913 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12914
12915         * shell/ev-window.c: (update_action_sensitivity):
12916
12917         Fix inverted up/down buttons
12918
12919 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12920
12921         * shell/ev-sidebar-thumbnails.c
12922         (ev_sidebar_thumbnails_select_page): make sure the selected
12923         thumbnail stays visible.
12924
12925 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12926
12927         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12928         scrolled window for Federico.
12929
12930 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12931
12932         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12933
12934 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12935
12936         * configure.ac:
12937         * pdf/splash/SplashFTFontEngine.cc:
12938
12939         Fix CID fonts with freetype 2.1.9
12940
12941 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12942
12943         * TODO: added item for desktop icon thumbnailer
12944
12945 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12946
12947         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12948         unloaded docs when the title is accessed.
12949
12950         * shell/ev-password-view.[hc]: New widget for displaying password
12951         state.
12952
12953         * shell/ev-window.[ch]: Refactor password handling code to handle
12954         the new view.
12955
12956 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12957
12958         * NEWS:
12959         * configure.ac:
12960         * data/Makefile.am:
12961
12962         Release 0.1.1
12963
12964 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12965
12966         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12967         ignore page offset here, to make search results independent of it,
12968
12969         * shell/ev-view.c (expose_bin_window): but take offsets into
12970         account here. Bug #164932
12971
12972         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12973         scale at the right time. Bug #164996
12974
12975 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12976
12977         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12978         fix the problem. Now I just removed the Adobe font names and hope
12979         that the URW fonts are always in outline format. Bug #164934
12980
12981         * shell/ev-window.c (update_window_title): empty titles are
12982         useless, use filename in that case too.
12983
12984         * NEWS: Add some content.
12985
12986 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12987
12988         * TODO: added one more TODO item and a TODONE section :)
12989
12990 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12991
12992         * ps/ps-document.h: add page_[xy]_offset fields.
12993
12994         * ps/ps-document.c (ps_document_set_page_offset)
12995         (ps_document_render): Keep offset in consideration in a few
12996         places. Bug #164752 "postscript documents are not centered in
12997         window"
12998
12999         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13000         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13001
13002         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13003         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13004         stub out missing methods for complete EvDocument implementation.
13005         Fixes segfaults with Save A Copy and Copy actions.
13006
13007         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13008         (ps_document_document_iface_init): ditto.
13009         
13010 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13011
13012         * data/.cvsignore:
13013         * data/Makefile.am:
13014         * data/evince.desktop.in:
13015
13016         Add desktop file
13017
13018 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13019
13020         * shell/ev-view.c: (ev_view_button_press_event),
13021         (ev_view_motion_notify_event):
13022
13023         Make selection work in any direction
13024
13025 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13026
13027         * TODO:
13028         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13029
13030         Use shorter labels for some of the toolbars items
13031
13032 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13033
13034         * pdf/xpdf/pdf-document.cc:
13035
13036         Check the links info is initialized before
13037         using it. Should fix a crash on startup.
13038
13039 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13040
13041         * pixbuf/pixbuf-document.c
13042         (pixbuf_document_thumbnails_get_dimensions): force floating point
13043         division to calculate page_ratio. Fixes crash with landscape
13044         format pixbufs.
13045
13046 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13047
13048         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13049
13050 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13051
13052         * shell/ev-view.c (set_document_page): unset has_selection when
13053         the page changes.
13054         (set_document_page): handle paper size changes when the page
13055         changes (test with Free Culture, page 2).
13056
13057 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13058
13059         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13060         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13061
13062         Use normal style color for the widget background and
13063         draw a black box around the page.
13064
13065 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13066
13067         * pdf/xpdf/pdf-document.cc:
13068
13069         Keep offset in consideration in a few places
13070
13071         * shell/ev-view.c: (expose_bin_window):
13072
13073         Set the offsets so that the document is ever centered
13074
13075 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13076
13077         * TODO: Added TODO items and finished off the first todo item
13078
13079         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13080         reflect current authors
13081
13082 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13083
13084         * pdf/xpdf/pdf-document.cc:
13085         * shell/ev-view.c: (ev_view_set_cursor),
13086         (ev_view_motion_notify_event), (document_changed_callback),
13087         (set_document_page):
13088
13089         Show a wait cursor while the page is rendering
13090
13091 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13092
13093         * shell/ev-sidebar-thumbnails.c:
13094         (ev_sidebar_tree_selection_changed),
13095         (ev_sidebar_thumbnails_select_page):
13096         * shell/ev-sidebar-thumbnails.h:
13097         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13098         (ev_view_can_go_forward):
13099         * shell/ev-window.c: (ev_window_open_page),
13100         (ev_window_setup_document), (update_current_page),
13101         (view_page_changed_cb), (ev_window_init):
13102         * shell/ev-window.h:
13103
13104         Ensure thumbnails selection, toolbar page control and
13105         current page are in sync.
13106
13107 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13108
13109         * pdf/xpdf/XRef.cc:
13110
13111         Fix CAN-2005-0064
13112
13113 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13114
13115         * backend/Makefile.am:
13116         * backend/ev-document-links.h:
13117         * backend/ev-document-security.c: (ev_document_security_get_type),
13118         (ev_document_security_has_document_security),
13119         (ev_document_security_set_password):
13120         * backend/ev-document-security.h:
13121         * backend/ev-document.c: (ev_document_error_quark):
13122         * backend/ev-document.h:
13123         * data/Makefile.am:
13124         * data/evince-password.glade:
13125         * pdf/xpdf/pdf-document.cc:
13126         * shell/Makefile.am:
13127         * shell/ev-password.c: (ev_password_set_bad_password_label),
13128         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13129         (ev_password_dialog_get_password),
13130         (ev_password_dialog_set_bad_pass):
13131         * shell/ev-password.h:
13132         * shell/ev-window.c: (ev_window_get_attribute),
13133         (ev_window_set_property), (update_action_sensitivity),
13134         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13135         (ev_window_setup_document), (ev_window_get_password),
13136         (ev_window_open), (ev_window_cmd_save_as),
13137         (using_postscript_printer), (ev_window_print),
13138         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13139         (update_fullscreen_popup), (ev_window_fullscreen),
13140         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13141         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13142         (menu_item_select_cb), (find_bar_search_changed_cb),
13143         (ev_window_dispose), (ev_window_init):
13144
13145         Add initial support for password-supported dialogs.  This could be
13146         a lot cooler, but it'll do for now.
13147
13148 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13149
13150         * pdf/xpdf/pdf-document.cc:
13151         * shell/ev-view.c: (status_message_from_link),
13152         (ev_view_set_status), (ev_view_set_cursor),
13153         (ev_view_motion_notify_event), (ev_view_init):
13154         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13155
13156         Fix bugs in the links implementation and change cursor
13157         when hovering a link.
13158
13159 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13160
13161         * viewer/.cvsignore: added cvsignore file for viewer directory
13162
13163         * TODO: created TODO document
13164
13165 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13166
13167         * shell/ev-view.h:
13168         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13169         new functions to help with implementation of sensitivity code
13170         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13171         of all actions that might require it.  Fixes a crash when you
13172         click on the Zoom actions in a window lacking a document.
13173
13174 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13175
13176         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13177         of the Find action
13178
13179 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13180
13181         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13182         (pixbuf_document_document_iface_init):
13183         * ps/ps-document.c: (ps_document_get_link),
13184         (ps_document_document_iface_init):
13185         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13186         (status_message_from_link), (ev_view_set_status),
13187         (ev_view_set_find_status), (ev_view_motion_notify_event),
13188         (ev_view_button_release_event), (ev_view_set_property),
13189         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13190         (ev_view_get_find_status_message), (update_find_results),
13191         (ev_view_get_status), (ev_view_get_find_status):
13192         * shell/ev-view.h:
13193         * shell/ev-window.c: (view_status_changed_cb),
13194         (view_find_status_changed_cb), (ev_window_init):
13195
13196         View status message support, use it to show the links.
13197         Needs work...
13198
13199 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13200
13201         * backend/ev-document.c: (ev_document_get_link):
13202         * backend/ev-document.h:
13203         * pdf/xpdf/pdf-document.cc:
13204         * shell/ev-application.c: (ev_application_open):
13205         * shell/ev-application.h:
13206         * shell/ev-sidebar-links.c: (selection_changed_cb):
13207         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13208         (ev_view_go_to_link):
13209
13210         Add support for document links
13211
13212 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13213
13214         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13215         (create_tool_item):
13216         Set the spin button limits correctly.
13217         
13218         * shell/ev-sidebar-thumbnails.c:
13219         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13220         Support changing pages by clicking on the thumbnails.
13221         
13222 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13223
13224         * pixbuf/pixbuf-document.c:
13225         (pixbuf_document_thumbnails_get_dimensions),
13226         (pixbuf_document_document_thumbnails_iface_init):
13227
13228         implement get_dimensions
13229
13230 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13231
13232         * ps/ps-document.c: (ps_document_goto_page):
13233
13234         Fix page switching on multipage documents
13235
13236 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13237
13238         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13239         
13240         check for NULL before assigning to width and height parameters
13241
13242 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13243
13244         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13245         (pixbuf_document_set_property), (pixbuf_document_get_property):
13246
13247         implement get/set properties
13248
13249 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13250
13251         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13252         
13253         return NULL instead of "Unknown", letting the title get set to
13254         the filename when the pdf has no title.
13255
13256 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13257
13258         * ps/ps-document.c: (ps_document_get_page_count),
13259         (ps_document_goto_page):
13260
13261 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13262
13263         * shell/ev-history.c: (ev_history_get_property),
13264         (ev_history_set_property), (ev_history_class_init),
13265         (ev_history_add_page), (ev_history_set_current_index):
13266         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13267         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13268         (ev_navigation_action_finalize):
13269         * shell/ev-navigation-action.h:
13270         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13271         (ev_view_go_forward), (ev_view_get_find_status_message),
13272         (history_index_changed_cb), (ev_view_set_history):
13273         * shell/ev-view.h:
13274         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13275         (update_current_page), (register_custom_actions):
13276
13277         Implement history dropdowns
13278
13279 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13280
13281         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13282         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13283         (ev_view_go_forward):
13284         * shell/ev-window.c: (register_custom_actions):
13285
13286         Fix several history bugs
13287
13288 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13289
13290         * configure.ac: Add «nb» to ALL_LINGUAS.
13291
13292 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13293
13294         * backend/Makefile.am:
13295         * backend/ev-bookmark.c:
13296         * backend/ev-bookmark.h:
13297         * backend/ev-document-bookmarks.c:
13298         * backend/ev-document-bookmarks.h:
13299         * backend/ev-document-links.c: (ev_document_links_get_type),
13300         (ev_document_links_has_document_links),
13301         (ev_document_links_begin_read), (ev_document_links_get_link),
13302         (ev_document_links_get_child), (ev_document_links_next),
13303         (ev_document_links_free_iter):
13304         * backend/ev-document-links.h:
13305         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13306         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13307         (ev_link_get_link_type), (ev_link_set_link_type),
13308         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13309         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13310         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13311         (ev_link_new_external):
13312         * backend/ev-link.h:
13313         * pdf/xpdf/pdf-document.cc:
13314         * shell/Makefile.am:
13315         * shell/ev-application.c: (ev_application_open_link):
13316         * shell/ev-application.h:
13317         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13318         (ev_history_get_link_nth):
13319         * shell/ev-history.h:
13320         * shell/ev-sidebar-bookmarks.c:
13321         * shell/ev-sidebar-bookmarks.h:
13322         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13323         (ev_sidebar_links_class_init), (selection_changed_cb),
13324         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13325         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13326         (do_one_iteration), (populate_links_idle),
13327         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13328         * shell/ev-sidebar-links.h:
13329         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13330         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13331         (go_to_index):
13332         * shell/ev-view.h:
13333         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13334         * shell/ev-window.h:
13335
13336         Rename bookmark to link, and use "Index" for the sidebar panel.
13337
13338 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13339
13340         * shell/Makefile.am:
13341         * shell/ev-application.c: (ev_application_open_bookmark):
13342         * shell/ev-application.h:
13343         * shell/ev-history.c: (ev_history_init), (free_links_list),
13344         (ev_history_finalize), (ev_history_class_init),
13345         (ev_history_add_link), (ev_history_add_page),
13346         (ev_history_get_link_nth), (ev_history_get_n_links),
13347         (ev_history_get_current_index), (ev_history_set_current_index),
13348         (ev_history_new):
13349         * shell/ev-history.h:
13350         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13351         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13352         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13353         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13354         (ev_view_set_page):
13355         * shell/ev-view.h:
13356         * shell/ev-window.c: (ev_window_open_bookmark),
13357         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13358         (goto_page_cb), (register_custom_actions):
13359         * shell/ev-window.h:
13360
13361         Initial history implementation. Needs work.
13362
13363 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13364
13365         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13366
13367 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13368
13369         * cut-n-paste/recent-files/egg-recent-item.c:
13370         * cut-n-paste/recent-files/egg-recent-item.h:
13371         * cut-n-paste/recent-files/egg-recent-model.c:
13372         * cut-n-paste/recent-files/egg-recent-util.c:
13373         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13374         * cut-n-paste/recent-files/egg-recent-view.c:
13375
13376         Update
13377
13378 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13379
13380         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13381         (fillGlyph, fillImageMask, drawImage):
13382         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13383         pdf/splash/SplashTypes.h:
13384         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13385         packed mode for Splash.
13386
13387         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13388         RGB8 packed mode, eliminates the pixbuf data creation loop.
13389
13390         * shell/ev-print-job.c (ev_print_job_finalize)
13391         (ev_print_job_set_property, ev_print_job_get_property)
13392         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13393         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13394         (print_closure_finalize, ev_print_job_print): implement
13395         printing (for backends with EvPsExporter)
13396
13397         * shell/ev_print_job.h: update prototypes.
13398
13399         * shell/ev-window.c (ev_window_print): unref print job after
13400         printing.
13401
13402         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13403         unless the document implements the EvDocumentFind interface.
13404
13405 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13406
13407         * configure.ac: Added ja to ALL_LINGUAS.
13408
13409 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13410
13411         * pdf/xpdf/pdf-document.cc:
13412
13413         add a FIXME. We should probably not allocate
13414         a bookmark object every time
13415
13416 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13417
13418         * shell/ev-application.c: (ev_application_open),
13419         (ev_application_open_bookmark):
13420         * shell/ev-application.h:
13421         
13422         Add a way to open bookmarks
13423
13424         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13425         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13426         (ev_bookmark_set_property), (ev_bookmark_class_init),
13427         (ev_bookmark_new_title), (ev_bookmark_new_link),
13428         (ev_bookmark_new_external):
13429
13430         Support for external uris, better constructors.
13431
13432         * backend/ev-bookmark.h:
13433         * pdf/xpdf/pdf-document.cc:
13434         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13435
13436         Handle external uris
13437
13438 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13439
13440         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13441         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13442
13443         Hook up bookmarks navigation
13444
13445 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13446
13447         * backend/Makefile.am:
13448         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13449         (ev_bookmark_get_title), (ev_bookmark_set_title),
13450         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13451         (ev_bookmark_get_page), (ev_bookmark_set_page),
13452         (ev_bookmark_get_property), (ev_bookmark_set_property),
13453         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13454         (ev_bookmark_new):
13455         * backend/ev-bookmark.h:
13456         * backend/ev-document-bookmarks.c:
13457         (ev_document_bookmarks_get_bookmark):
13458         * backend/ev-document-bookmarks.h:
13459         * pdf/xpdf/pdf-document.cc:
13460         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13461
13462         Add a bookmark object to the backend and use it instead of get_values
13463
13464 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13465
13466         * data/evince-ui.xml:
13467
13468         Cleanup and add select all.
13469
13470         * shell/ev-view.c: (ev_view_select_all),
13471         (ev_view_button_press_event):
13472         * shell/ev-view.h:
13473         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13474
13475         Add select all.
13476         Clear selection on click.
13477
13478 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13479
13480         * shell/ev-sidebar-thumbnails.c
13481         (ev_sidebar_thumbnails_set_document): forgot to unref the
13482         loading_icon.
13483
13484 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13485
13486         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13487         at the visible page, not just linearly.  This makes it look fast.
13488
13489 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13490
13491         * backend/ev-document-misc.c
13492         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13493         white.
13494         * backend/ev-document-thumbnails.h: New interface to get the size
13495         of a page.
13496
13497 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13498
13499         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13500         make dist works
13501
13502 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13503
13504         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13505         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13506         things up a bit.
13507
13508         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13509
13510 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13511
13512         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13513         fonts. Should fix font problems on systems that have the base
13514         fonts in bitmap format. Reported by James Henstridge
13515         <james@jamesh.id.au>.
13516
13517 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13518
13519         * pdf/xpdf/Gfx.cc:
13520         * pdf/xpdf/GfxState.cc:
13521
13522         Fix for CAN-2004-1125
13523
13524 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13525
13526         * shell/ev-view.c: (ev_view_copy):
13527         * shell/ev-view.h:
13528         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13529
13530         Implement Edit->Copy
13531
13532 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13533
13534         * backend/ev-document.c: (ev_document_get_text):
13535         * backend/ev-document.h:
13536         * pdf/xpdf/pdf-document.cc:
13537         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13538         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13539         (ev_view_update_primary_selection), (ev_view_button_press_event),
13540         (ev_view_motion_notify_event), (ev_view_button_release_event):
13541
13542         Beginnings of clipboard support. Incomplete but primary sort
13543         of work.
13544
13545 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13546
13547         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13548         (expose_bin_window):
13549
13550         Nicer rubberband drawing, from GtkIconView.
13551
13552 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13553
13554         * backend/ev-document.c: (ev_document_save):
13555         * backend/ev-document.h:
13556         * data/evince-ui.xml:
13557         * pdf/xpdf/pdf-document.cc:
13558         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13559
13560         Implement "Save a copy..." menu item
13561
13562 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13563
13564         * shell/ev-view.c: (ev_view_zoom):
13565
13566         Queue a resize when zoom changes
13567
13568 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13569
13570         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13571         shadows.
13572
13573         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13574         thumbnails..
13575
13576 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13577
13578         * pdf/xpdf/pdf-document.cc
13579         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13580
13581 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13582
13583         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13584         It's slow, but I'll speed it up next!
13585
13586 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13587
13588         * shell/main.c (load_files):
13589
13590         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13591         from the command line and because it seems more appropriate.
13592
13593 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13594
13595         * data/evince-ui.xml:
13596         * shell/ev-window.c: (update_action_sensitivity),
13597         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13598
13599         s/next page/page down
13600         s/previous page/page up
13601
13602 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13603
13604         * data/evince-ui.xml:
13605
13606         Change the layout to match clarkbw design.
13607
13608         * shell/Makefile.am:
13609         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13610         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13611         (ev_navigation_action_finalize),
13612         (ev_navigation_action_set_property),
13613         (ev_navigation_action_get_property),
13614         (ev_navigation_action_class_init):
13615         * shell/ev-navigation-action.h:
13616
13617         Implement clarkbw toolbar navigation controls (incomplete)
13618
13619         * shell/ev-page-action.c: (update_label), (update_spin),
13620         (value_changed_cb), (create_tool_item), (connect_proxy),
13621         (ev_page_action_init), (ev_page_action_finalize),
13622         (ev_page_action_set_property), (ev_page_action_get_property),
13623         (ev_page_action_set_current_page),
13624         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13625         * shell/ev-page-action.h:
13626
13627         Implement a page switcher in the toolbar
13628
13629         * shell/ev-view.c: (ev_view_scroll_view):
13630         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13631         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13632         (register_custom_actions), (ev_window_init):
13633
13634         Change page on PageUp/Down.
13635
13636 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13637
13638         * pdf/xpdf/pdf-document.cc
13639         (pdf_document_thumbnails_get_thumbnail): initial stab at
13640         implementing thumbnail support for pdfs.  It only does documents
13641         with precached pdfs now.
13642
13643 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13644
13645         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13646         thumbnail code into a time-based idle as well.  Also, turn off the
13647         shadow temporarily as it's really slow.
13648
13649 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13650
13651         * backend/ev-document.c: (ev_document_class_init):
13652         * pdf/xpdf/pdf-document.cc:
13653         * shell/ev-window.c: (ev_window_open):
13654
13655         Fix document title bugs and fallback to
13656         filename when not available.
13657
13658 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13659
13660         * backend/ev-document.c: (ev_document_get_type),
13661         (ev_document_class_init), (ev_document_load),
13662         (ev_document_get_title):
13663         * backend/ev-document.h:
13664         * pdf/xpdf/pdf-document.cc:
13665         * ps/ps-document.c: (ps_document_set_property),
13666         (ps_document_get_property), (ps_document_class_init),
13667         (document_load):
13668         * ps/ps-document.h:
13669         * ps/ps.h:
13670         * shell/ev-window.c: (update_window_title), (ev_window_open),
13671         (ev_window_init):
13672
13673         Initial support for document title. Not working yet.
13674
13675 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13676
13677         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13678
13679         Grab focus on the view when clicking it
13680
13681 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13682
13683         * shell/ev-marshal.list:
13684         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13685         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13686
13687         Add key bindings to the view. Now if the focus would work
13688         right...
13689
13690 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13691
13692         * Makefile.am:
13693         * backend/Makefile.am:
13694         * data/Makefile.am:
13695         * dvi/Makefile.am:
13696         * dvi/dvilib/Makefile.am:
13697         * pdf/xpdf/Makefile.am:
13698         * po/POTFILES.in:
13699         * ps/Makefile.am:
13700
13701         Fix distcheck
13702
13703 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13704
13705         * shell/ev-view.c: (ev_view_realize):
13706
13707         Fix mouse wheel scrolling
13708
13709 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13710
13711         * ps/Makefile.am:
13712         * ps/gstypes.h:
13713         * ps/gtkgs.c:
13714         * ps/gtkgs.h:
13715         * ps/ps-document.c: (catchPipe), (ps_document_init),
13716         (ps_document_class_init), (ps_document_cleanup),
13717         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13718         (set_up_page), (close_pipe), (is_interpreter_ready),
13719         (interpreter_failed), (output), (input), (start_interpreter),
13720         (stop_interpreter), (file_length), (file_readable),
13721         (check_filecompressed), (check_pdf), (compute_xdpi),
13722         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13723         (ps_document_get_type), (ps_document_emit_error_msg),
13724         (document_load), (ps_document_next_page),
13725         (ps_document_get_current_page), (ps_document_get_page_count),
13726         (ps_document_goto_page), (ps_document_set_page_size),
13727         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13728         (ps_document_load), (ps_document_get_n_pages),
13729         (ps_document_set_page), (ps_document_get_page),
13730         (ps_document_widget_event), (ps_document_set_target),
13731         (ps_document_set_scale), (ps_document_set_page_offset),
13732         (ps_document_get_page_size), (ps_document_render),
13733         (ps_document_document_iface_init):
13734         * ps/ps-document.h:
13735         * ps/ps.c:
13736         * shell/ev-window.c: (ev_window_open):
13737
13738         Rename GtkGS to PSDocument
13739
13740 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13741
13742         * ps/gtkgs.c: (gtk_gs_class_init):
13743         * ps/gtkgs.h:
13744
13745         Some more leftover...
13746
13747 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13748
13749         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13750         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13751         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13752         * ps/gtkgs.h:
13753
13754         Remove unused code and make a lot of stuff private
13755
13756 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13757
13758         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13759         (gtk_gs_defaults_changed):
13760         * ps/gsdefaults.h:
13761         * ps/gtkgs.c:
13762         * ps/gtkgs.h:
13763         * ps/ps.h:
13764
13765         Cleanup headers dependencies
13766
13767 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13768
13769         * ps/Makefile.am:
13770         * ps/ggvutils.c:
13771         * ps/ggvutils.h:
13772         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13773         * ps/gsdefaults.h:
13774         * ps/gtkgs.c: (file_length), (file_readable),
13775         (check_filecompressed), (check_pdf), (gtk_gs_load),
13776         (gtk_gs_get_postscript):
13777
13778         Get rid of ggvutils
13779
13780 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13781
13782         * ps/ggvutils.c:
13783         * ps/ggvutils.h:
13784         * ps/gsio.h:
13785         * ps/gtkgs.c: (gtk_gs_set_zoom):
13786
13787         Cleanups
13788
13789 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13790
13791         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13792
13793         Ensure the page is rerendered when changing zoom
13794
13795 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13796
13797         * backend/ev-document.c: (ev_document_base_init),
13798         (ev_document_changed):
13799         * backend/ev-document.h:
13800
13801         Add a changed event that is emitted when the page content
13802         changes. This is necessary to deal with the fact that
13803         in ps backend rendering happen asycrounously.
13804         This makes the ps backend mostly work.
13805
13806         * pdf/xpdf/pdf-document.cc:
13807
13808         Emit changed event
13809
13810         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13811         (ps_document_set_target):
13812
13813         Emit changed event
13814
13815         * shell/ev-view.c: (document_changed_callback),
13816         (ev_view_set_document), (ev_view_set_page):
13817
13818         Redraw on the changed signal
13819
13820 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13821
13822         * configure.ac: Added pt_BR to ALL_LINGUAS.
13823
13824 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13825
13826         * backend/ev-document-bookmarks.c:
13827         (ev_document_bookmarks_get_child): *
13828         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13829         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13830         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13831         (ev_sidebar_bookmarks_destroy),
13832         (ev_sidebar_bookmarks_class_init),
13833         (ev_sidebar_bookmarks_construct), (stack_data_free),
13834         (do_one_iteration), (populate_bookmarks_idle),
13835         (ev_sidebar_bookmarks_clear_document),
13836         (ev_sidebar_bookmarks_set_document): *
13837         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13838         (ev_sidebar_add_page),
13839         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13840         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13841         it displays both the topics and the page numbers.
13842
13843 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13844
13845         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13846         toggle.
13847         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13848         visible.
13849
13850 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13851
13852         * configure.ac: Added en_CA to ALL_LINGUAS.
13853
13854 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13855
13856         * ChangeLog: replace bottom of this ChangeLog (merged history of
13857         ggv and gpdf; where all paths were wrong and most of the files are
13858         not even in this tree) with ChangeLog (from arch) of the shell
13859         code.
13860
13861 2004-12-23  Havoc Pennington  <hp@redhat.com>
13862
13863         * shell/ev-window.c: hook up potentially-questionable "find
13864         results status text" feature - something involving the sidebar or
13865         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13866         might be better in the end.
13867
13868         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13869         with corresponding signal when it should be updated
13870
13871         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13872
13873 2004-12-22  Havoc Pennington  <hp@redhat.com>
13874
13875         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13876         find stuff on other pages, sort of (only returns one result on
13877         invisible pages, to show they have results; updates full results
13878         for a page when you view it). Currently repaints the current page
13879         every time a new result is found on any page, which isn't so nice.
13880
13881 2004-12-22  Havoc Pennington  <hp@redhat.com>
13882
13883         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13884         the document doesn't support find (better ideas?)
13885         (find_bar_search_changed_cb): handle missing document or document
13886         that doesn't support find
13887
13888         * pdf/xpdf/pdf-document.cc: port to implement the new
13889         EvDocumentFindIface
13890
13891         * backend/ev-document-find.c: create a new interface for searching
13892
13893         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13894
13895 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13896
13897         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13898         libevbackend.la.
13899
13900         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13901         EvPrintJob constructor arguments.
13902
13903         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13904         for documents that can export PostScript (page by page).
13905
13906         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13907         
13908         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13909         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13910         (pdf_document_ps_exporter_iface_init:
13911         Implement EvPSExporter.
13912
13913         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13914
13915 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13916
13917         * backend/Makefile.am:
13918         * backend/ev-document-thumbnails.c:
13919         (ev_document_thumbnails_get_type),
13920         (ev_document_thumbnails_get_thumbnail):
13921         * backend/ev-document-thumbnails.h:
13922         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13923         (pixbuf_document_thumbnails_get_thumbnail),
13924         (pixbuf_document_document_thumbnails_iface_init):
13925         * shell/Makefile.am:
13926         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13927         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13928         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13929         * shell/ev-sidebar-thumbnails.h:
13930         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13931         (ev_sidebar_set_document):
13932         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13933         (create_shadow), (ev_pixbuf_add_shadow):
13934         * shell/ev-utils.h:
13935         Add thumbnail support.
13936         
13937 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13938
13939         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13940         (using_postscript_printer): Set up a print dialog for "PostScript
13941         injection" method.
13942
13943         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13944         EvPrintJob.
13945
13946         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13947
13948 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13949
13950         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13951         (ps_document_set_target), (ps_document_get_page_size),
13952         (ps_document_render):
13953         * ps/gtkgs.h:
13954
13955         Fix a few bugs
13956
13957 2004-12-22  Christian Rose  <menthos@menthos.com>
13958
13959         * configure.ac: Added "sv" to ALL_LINGUAS.
13960
13961 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13962
13963         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13964         document supports bookmarks.
13965
13966 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13967
13968         * ps/ggvutils.c: (ggv_file_readable):
13969         * ps/ggvutils.h:
13970         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13971         (gtk_gs_get_postscript):
13972
13973         Remove unused utils
13974
13975 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13976
13977         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13978         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13979         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13980         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13981         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13982         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13983         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13984         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13985         (gtk_gs_set_antialiasing), (ps_document_load),
13986         (ps_document_render):
13987         * ps/gtkgs.h:
13988
13989         Another check point for the ps backend. Now I can get it to show
13990         pages!
13991
13992 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13993
13994         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13995         document setting code.
13996
13997 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13998
13999         * shell/eggfindbar.c: (entry_activate_callback):
14000         Animate the next button when activate is pressed.
14001         
14002 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14003
14004         * shell/ev-window.c: (ev_window_cmd_edit_find),
14005         (update_fullscreen_popup), (ev_window_fullscreen),
14006         (ev_window_unfullscreen), (ev_window_state_event_cb),
14007         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14008         Fix bugs in fullscreen code.
14009         
14010 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14011
14012         * Makefile.am:
14013         * configure.ac:
14014         * pixbuf/Makefile.am:
14015         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14016         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14017         (pixbuf_document_set_page), (pixbuf_document_get_page),
14018         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14019         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14020         (pixbuf_document_render), (pixbuf_document_begin_find),
14021         (pixbuf_document_end_find), (pixbuf_document_finalize),
14022         (pixbuf_document_class_init),
14023         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14024         * pixbuf/pixbuf-document.h:
14025         * shell/Makefile.am:
14026         * shell/ev-application.c: (ev_application_open):
14027         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14028         (ev_window_open):
14029         Add pixbuf backend.
14030         
14031 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14032
14033         * Makefile.am: 
14034         * dvi/dvilib/Makefile.am:
14035         * dvi/Makefile.am:
14036         * configure.ac: Auto*ify dvi and dvi/dvilib
14037
14038         * dvi/Makefile: Remove from CVS
14039         
14040         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14041         confusion.
14042
14043         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14044         
14045         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14046         
14047 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14048
14049         * ps/Makefile.am:
14050         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14051         (gtk_gs_value_adjustment_changed), (compute_size),
14052         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14053         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14054         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14055         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14056         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14057         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14058         (ps_document_load), (ps_document_get_n_pages),
14059         (ps_document_set_page), (ps_document_get_page),
14060         (ps_document_set_target), (ps_document_set_scale),
14061         (ps_document_set_page_offset), (ps_document_get_page_size),
14062         (ps_document_render), (ps_document_begin_find),
14063         (ps_document_end_find), (ps_document_document_iface_init):
14064         * ps/gtkgs.h:
14065         * shell/Makefile.am:
14066         * shell/ev-window.c: (ev_window_open):
14067
14068         Some work to integrate gtkgs with EvDocument
14069
14070 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14071
14072         * shell/ev-window.c: (update_fullscreen_popup),
14073         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14074         (exit_fullscreen_button_clicked_cb),
14075         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14076         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14077         (ev_window_state_event_cb), (ev_window_init):
14078         Add fullscreen support from Epiphany.
14079         
14080 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14081
14082         * data/ev-stock-zoom-fit-width.png: fit-width
14083         stock icon from gpdf.
14084         
14085         * shell/ev-stock-icons.[ch]: copied from gpdf.
14086         
14087         * shell/main.c: (main): init stock icons.
14088         
14089         * shell/ev-window.c: use the fit-width icon.
14090         
14091         * data/evince-ui.xml: add zooming toolbar items.
14092
14093 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14094
14095         * shell/ev-view.c: 
14096         (ev_view_best_fit), (ev_view_fit_width): because
14097         get_page_size() returns the scaled page size, we
14098         need to calculate the scale factor relative to
14099         the previous scale factor. Should really just
14100         add get_real_page_size().
14101
14102 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14103
14104         * shell/ev-view.[ch]:
14105         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14106         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14107         add zooming.
14108         
14109         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14110         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14111         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14112         hook it up.
14113         
14114         * pdf/xpdf/pdf-document.cc:
14115         (pdf_document_begin_find),
14116         (pdf_document_end_find): make static.
14117
14118 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14119
14120         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14121
14122         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14123         names to fontconfig patterns.
14124         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14125
14126         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14127         setupBaseFontsFc.
14128
14129 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14130
14131         * Makefile.am:
14132         * configure.ac:
14133         * ps/Makefile.am:
14134         * ps/ggvutils.c:
14135         * ps/ggvutils.h:
14136         * ps/gsdefaults.c:
14137         * ps/gsdefaults.h:
14138         * ps/gsio.c:
14139         * ps/gsio.h:
14140         * ps/gtkgs.c:
14141         * ps/gtkgs.h:
14142         * ps/ps.c:
14143         * ps/ps.h:
14144
14145         Import ggv backend. Not hooked up yet.
14146
14147 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14148
14149         * shell/main.c: (load_files), (main): load files
14150         from the command line.
14151
14152 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14153
14154         * configure.ac: don't require bonobo.
14155         
14156         * cut-n-paste/recent-files/*: kill bonobo recent
14157         view.
14158
14159         * shell/ev-window.c:
14160         (ev_window_is_empty): upd.
14161         (unable_to_load), (ev_window_open): load backend
14162         based on the mime type.
14163
14164 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14165
14166         * backend/.cvsignore: ignore generated marshalers source.
14167
14168         * shell/main.c (main): this is not epiphany.
14169
14170 2004-12-22  Havoc Pennington  <hp@redhat.com>
14171
14172         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14173         (expose_bin_window): draw find highlights
14174
14175         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14176         
14177         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14178         (pdf_document_end_find): implement this interface
14179
14180         * backend/ev-document.c (ev_document_found): add this to emit
14181         signal
14182
14183 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14184
14185         * data/evince-ui.xml: Add a few more toolbar items.
14186
14187         * shell/ev-window.c: Hook up page navigation toolbar 
14188         items.
14189
14190         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14191         a page-changed signal.
14192
14193         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14194         Add ev_document_get_page().
14195
14196         * shell/ev-window.c: Sensitize/desensitize navigation
14197         actions.
14198
14199 2004-12-21  Havoc Pennington  <hp@redhat.com>
14200
14201         * backend/ev-backend-marshal.c,
14202         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14203         marshaler-generator thingy. I'm sure there's a better way to do
14204         this in the modern world.
14205
14206         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14207         end_find methods and "found" signal.
14208
14209         * configure.ac: find glib-genmarshal
14210
14211 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14212
14213         * shell/ev-sidebar.c: Construct an actual sidebar.
14214         * shell/ev-sidebar-bookmarks.[ch]:
14215         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14216
14217 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14218
14219         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14220         Redo size handling.
14221         
14222         * shell/ev-view.c: Track the size from the document.
14223
14224 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14225
14226         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14227         constructor assumes ownership of the string passed in.
14228         
14229         * shell/ev-window.c (ev_window_open): Destroy the error
14230         dialog once we've displayed it.
14231
14232 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14233
14234         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14235         a bit, it works! (sort of)
14236
14237         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14238         Move to .cc since we need to use C++ in the implementation.
14239
14240         * shell/dummy.cc: Add a CC file to force evince
14241         to be linked as a C++ program.
14242
14243 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14244
14245         * shell/ev-view.[ch]: Start of content-area widget.
14246
14247         * shell/ev-window.c: Create a EvView, update it
14248         as we change documents.
14249
14250         * shell/Makefile.am shell/ev-marshal.list: Add
14251         generated marshalers.
14252
14253 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14254
14255         * Makefile.am (SUBDIRS): move shell.
14256
14257 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14258
14259         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14260         .a to libtool convenience libraries.
14261
14262         * shell/ev-window.c (ev_window_open): Hard code loading
14263         a PDF document.
14264         
14265         * backend/ev-document.h: Add a boolean return to load(),
14266         fix GError * to GError **.
14267
14268         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14269         object for a PDF backend EvDocument.
14270
14271 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14272
14273         * dvi/*: New directory with the beginning of a .dvi backend.
14274
14275 2004-12-21  Havoc Pennington  <hp@redhat.com>
14276
14277         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14278         previous/next instead of back/forward
14279
14280 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14281
14282         * backend/ev-document.[ch]: Fix a couple of problems so
14283         it compile.
14284
14285 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14286
14287         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14288         to backend/ directory, rename EvViewer to EvDocument.
14289
14290 2004-12-21  Havoc Pennington  <hp@redhat.com>
14291
14292         * shell/ev-window.c: hook up the find bar widget; now we just need
14293         a document to find things in
14294
14295         * shell/eggfindbar.c: a find bar widget
14296
14297 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14298
14299         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14300
14301 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14302
14303         * pdf/**: Import of xpdf code from gpdf. 
14304
14305         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14306
14307         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14308         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14309         Fix FreeType includes.
14310
14311         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14312         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14313         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14314         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14315         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14316         Include xpdfconfig.h
14317         
14318 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14319
14320         * shell/ev-window.c (ev_window_dispose): dispose can be called
14321         multiple times.
14322
14323 2004-12-21  Havoc Pennington  <hp@redhat.com>
14324
14325         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14326         rather than Evince
14327
14328         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14329         items; really they should be synced with the strings, etc. from
14330         current gpdf, but just getting the boring typing out of the way 
14331
14332 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14333
14334         * po/POTFILES.in:
14335         * shell/ev-application.c: (window_destroy_cb):
14336         * shell/ev-window.c:
14337         * shell/main.c: (main):
14338
14339         Actually show the window...
14340
14341 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14342
14343         * Makefile.am:
14344         * shell/Makefile.am:
14345         * shell/ev-application.c: (ev_application_class_init):
14346         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14347
14348         Make it build again
14349
14350 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14351
14352         Import to gnome cvs.
14353         
14354         * Remove copies of gpdf and ggv trees.
14355         * Rip out all the recursive configure code.
14356         * Remove bonobo machinery.
14357         * viewer/*: GInterfaces that backends should/can implement.
14358
14359 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14360
14361         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14362         typo
14363
14364 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14365
14366         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14367         (ev_application_finalize, ev_application_class_init)
14368         (ev_application_init): use GType instance private data for priv.
14369
14370         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14371         (ev_window_finalize, ev_window_class_init)
14372         (ev_window_init): ditto.
14373
14374 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14375
14376         * shell/ev-application.c (ev_application_new_window): make public
14377         (ev_application_show_initial_window): kill.
14378
14379         * shell/ev-application.h: update prototypes.
14380
14381         * shell/main.cc (main): inline ev_application_show_initial_window.
14382
14383 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14384
14385         * shell/ev-application.c (ev_application_new_window): impl.
14386         (ev_application_show_initial_window): use it.
14387         (is_window_empty, ev_application_get_empty_window): returns an
14388         existing empty window or a new one.
14389         (ev_application_open): from ev_window_cmd_file_open.
14390
14391         * shell/ev-application.h: update prototypes
14392
14393         * shell/ev-window.c (ev_window_is_empty): impl.
14394         (ev_window_open): make public.
14395         (ev_window_cmd_file_open): use ev_application_open
14396
14397         * shell/ev-window.h: update prototypes, remove unused.
14398
14399 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14400
14401         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14402         move destroy handler out of here...
14403
14404         * shell/ev-application.c, shell/ev-application.h: ...into this new
14405         class. Also handles initial window creation.
14406
14407         * shell/main.cc (main): use EvApplication to create initial
14408         window.
14409
14410 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14411
14412         * Makefile.am (SUBDIRS): add cut-n-paste
14413
14414         * cut-n-paste/Makefile.am: add
14415
14416         * configure.ac: generate Makefiles in cut-n-paste
14417
14418 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14419
14420         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14421         (ev_window_class_init): install ev_window_dispose.
14422
14423 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14424
14425         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14426         char (gchar looks stupid).
14427
14428 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14429
14430         * po/de.po: updated German translation.
14431
14432 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14433
14434         * configure.ac: add more pkg-config library checks for gnome-vfs,
14435         bonobo etc.
14436
14437         * gpdf/configure.in: temporarily disable libpaper
14438         checks. Otherwise I'd have to add the checks for the shell, too.
14439
14440 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14441
14442         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14443         and * file filters to the file choose.
14444
14445 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14446
14447         * po/de.po: Updated German translation.
14448
14449 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14450
14451         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14452
14453 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14454
14455         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14456
14457         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14458         (ev_window_init): implement those menuitems.
14459
14460 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14461
14462         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14463
14464         * shell/ev-window.c (ev_window_init): use the toolbar.
14465
14466 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14467
14468         * shell/ev-window.c (ev_window_init): use menu translations
14469
14470 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14471
14472         * configure.ac: add "de" to ALL_LINGUAS.
14473
14474         * po/de.po: add German translation.
14475
14476 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14477
14478         * Makefile.am (SUBDIRS): add po
14479
14480         * configure.ac: check intltool, glib-gettext etc, generate
14481         po/Makefile.in
14482
14483         * po, po/POTFILES.in, po/POTFILES.skip: new.
14484
14485 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14486
14487         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14488         already use (#ifdef ENABLE_NLS)
14489
14490         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14491         pointer indirection thinko.
14492
14493         * shell/main.c: include gi18n.h for bindtextdomain etc.
14494
14495 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14496
14497         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14498         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14499         tooltips for menu items in the statusbar.
14500
14501 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14502
14503         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14504         pkgdatadir drop UIDIR
14505
14506 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14507
14508         * data/evince-ui.xml: Add File->Open menu item
14509
14510         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14511         chooser), hook it up in the ui manager.
14512
14513 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14514
14515         * shell/ev-window.c: fix Help->About tooltip.
14516
14517 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14518
14519         * configure.ac: set CFLAGS for libevprivate.
14520
14521         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14522         definitions, factory etc.
14523
14524         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14525
14526         * shell/Makefile.am: link against libevprivate.a.
14527
14528         * shell/ev-window.c (entries): add stock icon to Help->About.
14529
14530         * shell/main.c (main): init stock icon code.
14531
14532 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14533
14534         * lib/recent-files: egg recent files code
14535
14536         * lib/Makefile.am: add.
14537
14538         * Makefile.am: add lib subdir.
14539
14540         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14541         set CFLAGS for recent-files.
14542
14543 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14544
14545         * configure.ac: disable -ansi and -pedantic gcc flags. They
14546         disable POSIX stuff in stdio.h, but egg-recent uses them.
14547
14548 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14549
14550         * configure.ac: add --disable-deprecated flag (defaults to on in
14551         "cvs" builds).
14552
14553         * shell/Makefile.am (INCLUDES): use it.
14554
14555 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14556
14557         * shell/main.c: add missing #include.
14558
14559         * shell/ev-window.c: fix for pedantic gcc.
14560         (ev_window_cmd_help_about): split license into paragraphs for
14561         translators and pedantic compilers.
14562
14563 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14564
14565         * configure.ac: add more warning flags if compiling with gcc from
14566         cvs (or explicitly requested with --enable-more-warnings).
14567
14568 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14569
14570         * data/evince-ui.xml: add File and File->Close menu.
14571
14572         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14573         (ev_window_destroy): quit after destroy.
14574         (ev_window_class_init): override GtkObject::destroy.
14575         (entries): install close_window callback.
14576
14577 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14578
14579         * Makefile.am (SUBDIRS): add data subdir.
14580
14581         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14582         gtk+ 2.5.0 for GtkAboutDialog.
14583
14584         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14585         main window.
14586
14587         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14588
14589         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14590         manager.
14591         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14592
14593 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14594
14595         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14596
14597 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14598
14599         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14600
14601 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14602
14603         * shell/*: Added shell directory boilerplate, build it.
14604
14605 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14606
14607         * configure.ac, Makefile.am: Added top-level configure.ac and
14608         Makefile.am